.about-con {
    background-color: #fff;
}
.about-sec1 img.about-img {
    border: 9px solid rgba(129, 158, 201, .30);
    float: left;
    margin: 10px 0 0 0;
}
.about-sec1 .head {
    color: #1c52a4;
}
.about-sec1 .text {
    line-height: 26px;
}
.about-sec2 {
    background-image: url(../images/about-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.about-sec2 .head {
    color: #fff;
}
.team-box {
    background-color: #fff;
}
.team-box a.thumb, .team-box a.thumb img, .team-box  .info {
    float: left;
}
.team-box a.thumb {
    width: 40%;
    max-width: 238px;
}
.team-box .info {
    width: 60%;
    padding: 30px;
}
.team-box .info .name a {
    color: #1c52a4;
    text-decoration: none;
}
.team-box a.bio {
    font-weight: bold;
    text-decoration: none;
    color: #1c52a4;
}
.team-box .info .name a:hover, .team-box a.bio:hover {
    color: #000;
}
.about-sec3 .head {
    color: #1c52a4;
}
.testi-box {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%; 
    background-color: #edf1f6; 
    position: relative;
    padding: 50px 70px;
    line-height: 26px;
}
.testi-box a.btn {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    display: inline-block;
}
.testi-box a.btn.left {
    left: -45px;
}
.testi-box a.btn.right {
    right: -45px;
}
.testi-box .pagination {
    position: absolute;
    width: 100%;
    bottom: -80px;
    left: 0;
}
.testi-box .content-slider .slider-previous-button {
    width: 64px;
    height: 123px;
    right: 104%;
}
.testi-box .content-slider .slider-next-button {
    width: 64px;
    height: 123px;
    left: 104%;
}
.testi-box .content-slider {
    margin-bottom: 0;
}
.testi-box .content-slider .slider-pager {
    bottom: -135px;
}
.testi-box .content-slider .slider-pager.circles span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d3aa99;
}
.testi-box .content-slider .slider-pager span.active {
    background: #1c52a4;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.testi-box a.btn {
	    display: none;
	}
	.testi-box {
	    width: 96%;
	    margin-left: 2%;
	    margin-right: 2%;
	    padding: 20px;
	}
	.about-sec1 {
	    background-image: none;
	}
	.about-con {
	    background-color: #fff;
	    padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.team-box a.thumb { 
	}
	.team-box .info {
	    width: 100%;
	    padding: 20px;
	}
}
@media screen and (max-width: 479px) {
}