<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-sec1 img.about-img, .about-sec3 img.history-img {
    border: 15px solid #cdd1df;
}
.heading {
    color: #1e3783;
    font-weight: bold;
}
section.about-sec2 {
	background-image: url('../images/aboutsec2-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}
section.about-sec2 {
    background-image: url('../images/aboutsec2-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
}
section.about-sec2, section.about-sec2 .heading {
    color: #fff;
}
.about-sec3 {
    background-color: #f1f3f6;
}
.about-sec4 .heading, .testimonials-box .heading, .testimonials-box .pagination {
    text-align: center;
}
.about-sec5 {
    background-color: #c3c8d9;
}
.testimonials-box {
    float: left;
    width: 92%;
    margin: 0 4%;
    background-color: #fff;
    color: #767676;
    position: relative;
    padding: 5% 7% 25px 7%;
}
.testimonials-box a.arrow {
    position: absolute;
    background-color: #213d91;
    border-radius: 50%;
    padding: 15px;
    top: 40%;
}
.testimonials-box a.arrow:hover {
    background-color: #d41f22;
}
.testimonials-box a.arrow.left {
    left: -30px;
}
.testimonials-box a.arrow.right {
    right: -30px;
}
.testimonials-box a.arrow img {
    float: left;
}
.testimonials-box .z-t-18 {
    font-style: italic;
}




@media screen and (max-width: 1200px) {
	.about-sec1 .heading, .about-sec3 .heading {
	  margin-top: 0;
	}
}
@media screen and (max-width: 990px) {
	.about-sec1 .z-3of7, .about-sec3 .z-3of7 {
	  display: none;
	}
}
@media screen and (max-width: 768px) {
	section.about-sec2 {
	  background-size: cover;
	}
	section.about-sec1, section.about-sec2, section.about-sec3 {
	  padding: 30px 0;
	}
	.testimonials-box a.arrow {
	  display: none;
	}
	.testimonials-box {
	  margin: 0 1%;
	  width: 98%;
	  padding: 15px;
	}
}</pre></body></html>