<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* responsive  Document */

@media (max-width: 1024px) {
.form-control {
	width: 100%;
}
.img-3 {
	right: 0;
}
}

@media (max-width: 768px) {
br {
	display: none;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.56);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.logo, #learn {
	text-align: center;
}
.banner-text {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
.img-1, .img-2, .img-3 {
	float: none;
}
.img-2 {
	/*position: inherit;*/
	display:none;
}
.banner-text .resp-h1{
	font-size: 25px !important;
}
.banner-text .resp-span{
	font-size: 25px !important;
}
.img-3 {
	position: relative;
	bottom: 0;
	top: 0;
	right: 0;
	margin-top: 30px;
}
#signUp-form {
	margin-bottom: 50px;
}
.btn-submit {
	width: 90%;
}
.form-control {
	display: -webkit-inline-box;
	display: -moz-inline-box
}
#banner {
	background-attachment: fixed;
	position: relative;
	text-align: center;
}
.learn-img {
	margin-top: 30px;
}
.work_block {
	margin-bottom: 50px;
}
#copyRight p, .footer-detail {
	float: none;
	text-align: center;
}
#copyRight p {
	text-align: center;
}
}

@media (max-width:426px) {
br {
	display: none;
}
h2 {
	font-size: 30px;
}
.learn_main h3, .work_main h3, .testimonial_main h3 {
	font-size: 30px;
}
.img-circle {
	left: 40%;
}
.footer-detail h3 {
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
}

@media (max-width:376px) {
br {
	display: none;
}
span {
	font-size: 30px;
}
.banner-text span {
	font-size: 42px;
}
.banner-text h3 {
	margin-top: 0px;
}
.banner-text h1 {
	margin: 25px 0px 0;
}
#copyRight p, .footer-detail {
	float: none
}
#bx-pager a img {
	margin: 10px 0px;
	float: left;
}
}

@media (max-width: 320px) {
h2 {
	font-size: 20px;
}
span {
	font-size: 30px;
}
.learn_main h3, .work_main h3 {
	font-size: 25px;
}
.img-circle {
	left: 35%;
}
}
</pre></body></html>