.h-sec1 .head, .h-sec3 .head {
    color: #1a66b0;
}
.meet-links a span {
    color: #000;
    font-weight: 600;
    padding: 25px 0 0 25px;
}
.meet-links a:hover span {
    color: #1a66b0;
}
.h-sec2.aboutsec {
    position: relative;
    overflow: hidden;
    background-image: url(../images/hsec2bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
img.h-about-img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}
.h-sec3 {
    background-image: url(../images/testibg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.testi-main {
    background-color: #fff;
    box-shadow: 0 0 5px #6c6c6c;
    margin-bottom: 90px;
}
.treviews div {
    display: inline-block;
    color: #fff;
}
.treviews a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    background-color: #1a66b0;
    padding: 14px 40px;
    margin: 8px 0 0 30px;
}
.treviews a:hover {
    color: #fff;
    background-color: #ca1b21;
}
.testi-main .head {
    color: #9b9998;
}
.testi-box {
    position: relative;
    padding: 0 17%;
}
.testi-box a.nav {
    position: absolute;
    bottom: 30px;
}
.testi-box a.nav.left {
    left: -40px;
}
.testi-box a.nav.right {
    right: -40px;
}
.testi-pagination {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
}
.testi-box .slider-previous-button, .testi-box .slider-next-button {
    width: 71px;
    height: 71px;
    background-color: transparent;
}
.testi-box .slider-previous-button {
    right: 97%;
}
.testi-box .slider-next-button {
    left: 97%;
}
.testi-box .slider-pager {
    bottom: -140px;
}



@media screen and (max-width: 1362px) {
	.meet-links a span {
	    padding: 17px 0 0 15px;
	    width: 195px;
	}
	.meet-links a img {
	    width: 90px;
	}
	.h-sec2 .about-text {
	    padding: 20px 0;
	}
	img.h-about-img {
	    left: 54%;
	}
}
@media screen and (max-width: 992px) {
	.meet-links a span {
	    padding: 10px 0 0 15px;
	    width: 155px;
	}
	.meet-links a img {
	    width: 80px;
	}
	img.h-about-img {
	    position: relative;
	    left: 0;
	    height: auto;
	}
	.h-sec3 {
	    padding-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.meet-links .z-1of3 {
	    text-align: center;
	}
	.meet-links a img, .meet-links a span {
	    float: none;
	    display: inline-block;
	}
	.meet-links a span {
	    width: 100%;
	    padding: 5px 0;
	}
	.testi-box {
	    padding: 0 5%;
	}
	.testi-box a.nav {
	    display: none;
	}
	.testi-main {
	    padding-bottom: 30px;
	    box-shadow: 0 0 4px #aeaeae;
	}
	.testi-pagination {
	    bottom: -70px;
	}
	.h-sec3.z-pv-130 {
	    padding-top: 30px;
	    padding-bottom: 80px;
	}
	.testi-box .slider-pager {
	    bottom: -120px;
	}
	.testi-box .slider-previous-button, .testi-box .slider-next-button {
	    display: none;
	}
}
@media screen and (max-width: 479px) {
}