.h-sec1 {
    position: relative;
    z-index:999;
    background-color: #ede9d9;
}
.h-sec1 .z-container {
    margin-top: -120px;
}
.h-sec1 .head {
	color: #004783;
}
.h-sec1:before {
    content: '';
    background-image: url(../images/h-sec1-bg.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 1330px;
    height: 100%;
    position: absolute;
    top: -120px;
    left: 50%;
    margin-left: -665px;
}
.h-sec1 .sec1 {
    padding: 75px 10px 0 10px;
    position: relative;
}
.h-sec1 .sec2 {
    margin-top: 75px;
    margin-bottom: -215px;
    position: relative;
}
.h-sec1 .box {
    background-color: #fff;
    padding: 0;
    max-width: 386px;
}
.h-sec1 .box a.thumb {
	display: inline-block;
}
.h-sec1 .box .info {
    padding: 0 25px 25px 25px;
}
.h-sec1 .box .info .head {
    text-transform: uppercase;
}
.h-sec1 .box .info .text {
    color: #808992;
    font-size: 12px;
}
.h-sec1 .box .info a.btn {
    display: inline-block;
    background-color: #008cfe;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 13px;
    font-weight: 600;
    margin-top: 10px;
}
.h-sec1 .box .info a.btn:hover, .h-sec2 a.btn:hover {
    background-color: #004783;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 315px 0 110px 0;
}
.h-sec2 .z-6of12.left {
    background-color: #fff;
    margin-left: 2%;
    padding-left: 50px;
    padding-right: 100px;
    position: relative;
}
.h-sec2 .z-6of12.left:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
}
.h-sec2 a.btn {
    color: #ffffff;
    display: inline-block;
    background-color: #008cfe;
    margin: 25px 0 0 0;
    font-weight: 600;
    padding: 15px 60px;
}
.h-sec2 .z-6of12.right {
    margin-left: -2%;
    position: relative;
}
.h-sec2 .z-6of12.right img {
    box-shadow: 0 0 100px rgba(0, 6, 10, .30);
}
.h-sec3 {
	background-color: #d7d1ba;
}
.h-sec3 .gall {
	max-width: 285px;
}
.h-sec3 .gall a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.h-sec3 .gall a img {
    float: left;
    border: 8px solid #fff;
    margin: 0 0 15px 0;
}
.h-sec3 .gall a:hover {
    color: #004884;
}
.h-sec3 .gall a:hover img {
	box-shadow: 0 0 15px #a0a0a0;    
}
.h-sec4 {
    background-color: #0079c1;
    background-image: url(../images/testibg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.h-sec4 .head {
    background-color: #0079c1;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.h-sec4 .testi-main {
    background-color: #0079c1;
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.h-sec4 .testi-main .text {
    line-height: 27px;
}
.h-sec4 .testi-main .slider-pager.circles {
    text-align: left;
}
.h-sec4 .testi-main .slider-pager.circles span {
    background: transparent;
    border: 1px solid #fff;
}
.h-sec4 .testi-main .slider-pager.circles span.active {
    background-color: #fff;
}





@media screen and (max-width: 1362px) {
	.h-sec1::before {
	    width: 90%;
	    margin-left: -45%;
	}
}
@media screen and (max-width: 992px) {
	.h-sec1::before {
	    width: 96%;
	    margin-left: -48%;
	}
	.h-sec1 .sec1 {
	    padding: 75px 5% 0 5%;
	}
	.h-sec1 .sec2 {
	    margin-bottom: 20px;
	}
	.h-sec2 .z-6of12.left {
	    margin-left: 3.500%;
	    padding: 30px;
	    height: auto !important;
	    margin-bottom: 0;
	}
	.h-sec2 {
	    padding: 50px 0;
	}
	.h-sec2 .z-6of12.left::after {
	    display: none;
	}
	.h-sec3 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.h-sec4 {
	    background-image: none;
	}
	.h-sec4 .head {
	    padding: 0;
	}
	.h-sec4 .testi-main {
	    padding: 30px;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.h-sec1::before {
	    display: none;
	}
	.h-sec1 .z-container {
	    margin-top: 0;
	}
	.h-sec1 .sec1 {
	    padding: 0;
	}
	.h-sec4 .testi-main {
	    padding: 30px 0;
	}
	.h-sec2 .z-6of12.left {
	    margin-left: 7.500%;
	}
}