@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('open-sans/style.css');
body {color:#000; font-family: 'Open Sans'; font-size:18px; margin: 0; padding: 0;}
a, a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img{max-width: 100%;}
a {
    color: #56aec4;
}
.light {
    font-family: 'Open Sans Light';
}
a:hover {
    color: #272727;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.h-topbar .text {
    display: inline-block;
    color: #dbdbdb;
    letter-spacing: 1px;
}
.h-topbar .text a {
    text-decoration: none;
    color: #dbdbdb;
}
.h-topbar .text a:hover {
    color: #ACF;
}
header .logo a {
    display: inline-block;
    margin: 30px 0 0 0;
}
.main-menu ul li, .main-menu ul li a {
	display: inline-block;
}
.main-menu ul {
    float: left;
    margin: 41px 0 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    width: 765px;
    text-align: center;
    padding: 0px 0;
}
.main-menu ul li { 
}
.main-menu ul li a {
    display: block;
    padding: 11px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.main-menu ul li a:hover {
    background-color:#FFF;
    color:#1a66b0;
}
footer {
    background-image: url(../images/foote-bg.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #003365;
}
.footer-logo {
    margin: 0 60px 0 0;
}
.footer-con-info {
    text-align: justify;
    padding: 0 50px;
}
.copyright .div {
    display: inline-block;
    padding: 0 10px;
}
footer a {
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}
.footer-social {
    margin: 0 20px;
}
.footer-social a, .footer-social img, .footer-supp a, .footer-supp a img {
    float: left;
}
.footer-social a {
    margin: 0 5px;
}
.footer-supp a img {
    border: 4px solid #57ed93;
    border-radius: 10px;
}
.footer-supp a:hover img {
    border: 4px solid #1a66b0;
}
.page-con-area {
    background-image: url(../images/page-con-area-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.page-banner {
    background-image: url(../images/careers-banner.jpg);
    background-position: center top;
    background-size: cover;
    padding: 210px 0 5px 0;
    position: relative;
}
.page-banner:after {
    content: '';
    background-image: url(../images/page-banner-after.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 62px;
    position: absolute;
    left: 0;
    bottom: -43px;
}
h1.page-title {
    padding: 10px 100px 15px 0;
    background-image: url(../images/page-title-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    min-width: 545px;
    position: relative;
}
h1.page-title:before {
    content: '';
    background-image: url(../images/page-title-bg.png);
    background-position: left top;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}
.page-banner .cta {
    background-color: rgba(145, 198, 249, .80);
    padding: 15px 15px 25px 18px;
    border-radius: 10px 10px 0 0;
}
.page-banner .cta a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #1a66b0;
    padding: 10px 20px;
    border-radius: 7px;
    margin: 0 0 0 14px;
    float: right;
}
.page-banner .cta a:hover {
    background-color: #2f2f2f;
}



/* New Css  */
/* .z-top-message-bar {display: none;} */
.sersec {
    background-image: url(../images/sersecbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sersec .box {
    max-width: 290px;
    text-align: center;
    background-color: #fff;
    padding: 0;
}
.sersec .box a {
    display: inline-block;
    width: 100%;
    color: #23447e;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    padding: 40px 20px;
}
.sersec .box a img {
    margin: 0 0 25px 0;
}
.sersec .box a:hover {
    filter: grayscale(100%);
}
.content-slider .slider-pager a.active {
    background: #000000;
}
.fserarea, .fserarea a {
    color: #fff;
    text-decoration: none;
}
.fserarea {
    padding: 0 15%;
    margin-bottom: 55px;
}
.fserarea .head {
    padding-bottom: 15px;
}
.fserarea ul {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.fserarea ul li {
    text-transform: uppercase;
    padding: 3px 0;
    font-size: 16px;
    font-weight: 600;
}
footer a:hover, .footer-con-info a:hover {
    color: #d01c22 !important;
}
.sersec .head, section.servaresec .left .head {
    color: #1a66b0;
}
.page-con-area.servareas {
    background-image: url(../images/servareasbg.jpg);
    background-position: center bottom;
    background-size: cover;
}
.servareas .sersec {
    background: none;
}
section.servaresec {
    position: relative;
    overflow: hidden;
    margin: 70px 0 10px 0;
}
img.servar-img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}
section.servaresec .left {
    padding-right: 55px;
}
section.servaresec .left .head {
    padding-right: 20px;
}
section.servaresec .left a.call {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    background-color: #1a66b0;
    padding: 14px 40px;
    margin: 10px 0 0 0;
}
section.servaresec .left a.call:hover {
    color: #fff;
    background-color: #ca1b21;
}





@media screen and (max-width: 1362px) {
	header .logo {max-width: 330px;}
	.main-menu ul {width: 615px;}
	.main-menu ul li {padding: 0 0px; font-size:16px;}
    .main-menu ul li a{padding-left:10px; padding-right:10px;}
	.footer-logo {margin: 0 30px 0 0;width: 260px;}
	.footer-social a {margin: 0 5px;width: 36px;}
	.footer-supp.z-float-left {width: 210px;}
    .footer-supp{ padding-left:20px; padding-top:10px;} 

}
@media screen and (max-width: 992px) {
	header {position: relative;background-image: url(../images/foote-bg.png);background-position: center bottom;background-repeat: repeat-x;background-color: #003365;}
	header .z-container.z-text-right {text-align: center !important;}
	header .logo {text-align: center;width: 100%;max-width: 100%;}
	header .logo a {display: inline-block;margin: 10px 0;width: 330px;}
	.main-menu {display: none;}
	footer {padding: 30px 10px !important;}
	.footer-logo {margin: 0 20px 0 0;width: 260px;}
	.footer-supp.z-float-left {margin-top: 20px;}.page-banner {padding: 70px 0 5px 0;}
	h1.page-title {min-width: 100%;text-align: center;background-image: none;padding: 10px 0 15px 0;background-color: rgba(0, 0, 0, .5);}
	.page-banner .z-container {text-align: center;}
	.page-banner .cta {display: inline-block;float: none;margin-top: 20px;}
    .z-mobileMenuDiv a:hover{ color:#FFF !important; }
    .meet-links a span{ width:350px;}
    .meet-links img{vertical-align:middle; padding-right:10px;}
    .fserarea ul {columns: 3;-webkit-columns: 3;-moz-columns: 3;}
}
@media screen and (max-width: 767px) {
	.footer-con-info, .footer-social, .footer-supp.z-float-left {width: 100%;}
	.footer-social {margin: 20px 0;}
	.footer-supp.z-float-left {margin-top: 0;}
    .meet-links a span{ width:155px; font-size:18px;}
    .footer-supp{ padding-left:0px; padding-top:10px;}
    .fserarea {padding: 0;}
    .footer-con-info {padding: 15px 0 5px 0;}
	.copyright.z-text-right {text-align: left !important;}
	img.servar-img {position: relative;left: auto;height: auto;max-width: 100%;}
	section.servaresec .left {padding-right: 15px;margin-bottom: 0;}
	section.servaresec .left .head {padding-right: 0;}
}
@media screen and (max-width: 479px) {
	.h-topbar .text, .section-14 .thumb, .section-14 .text {width: 100% !important;}
	.h-topbar .text.div {display: none;}
	header .logo a {max-width: 90%;}
	.page-banner .cta a {float: left;margin: 10px 0 0 0;}
	.treviews a {margin: 8px 0 0 0;}
	.section-14 .text {padding: 10px 0 !important;}
	.fserarea ul {columns: 1;-webkit-columns: 1;-moz-columns: 1;}
	.page-title.z-t-48 {font-size: 34px;}

}