@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');
html {
    font-size: 1rem;scroll-behavior: smooth;
}
body {
    color: #000000;    
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
input:focus, textarea:focus, button:focus {outline: none;}
a, img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a, .cinfo a:hover {color: #2773ba;}
a:hover, .cinfo a{color: #000;}
.head, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    line-height: 1.1;
}
a.spbtn, .spform button, .spform input[type="submit"] {
    font-size: 17px;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff;
    padding: 12px 45px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    z-index: 9;
    position: relative;
    font-weight: 100;
    background-color: #2773ba;
    letter-spacing: 1px;
}
a.spbtn.white {
	color: #0c355c;
    background-color: #fff;
}
a.spbtn:hover, .spform button:hover, .spform input[type="submit"]:hover, a.spbtn.white:hover {
    color: #fff !important;
    background-color: #0c355c;
}
a.spbtn.hwhite:hover {
    color: #0f8ca9 !important;
    background-color: #fff;
}
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
#header a, .main-menu ul, .main-menu li, #header i, .social, .btns {
    display: inline-block;
    vertical-align: top;
}
#header {
    background-color: #ebebec;
    overflow-x: clip;
}
#header .logo {
    margin: 20px 0;
}
.hlinks {
    padding: 30px 0;
}
.hlinks a.call {
    font-size: 22px;
    color: #010101;
    margin: 7px 25px 0 0;
}
.hlinks a.call i {
    margin: 3px 5px 0 0;
}
.hlinks a.call:hover {
    color: #2773ba;
}
.main-menu {
    background-color: #2773ba;
    position: relative;
    margin: 0 0 -28px 0;
    z-index: 9;
}
.main-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2773ba;
    right: -100%;
}
.main-menu li {
    margin: 12px 0 12px 90px;
}
.light {
    font-weight: 100;
}
.main-menu a {
    text-transform: uppercase;
    color: #fff;
}
.main-menu a:hover {
    color: #000;
}
#footer {
	background-image: url(../images/footerbg.jpg);
    padding: 70px 0 0 0;
}
.foobox {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}
#footer .foobox .head {
    margin: 0 0 15px 0;
}
#footer .menu li {
    margin: 10px 0;
    text-transform: uppercase;
}
.fooinfo p {
    padding: 0 0 25px 30px;
    position: relative;
}
.fooinfo p i.fas {
    position: absolute;
    left: 0;
    top: 5px;
}
.fooinfo p:last-child {
    padding-bottom: 0;
}
.foobox.box3 {
    text-align: center;
}
.foobox.box3 a.spbtn {
    margin: 32px 0;
}
.foosec2 {
	font-size: 16px;
	padding: 50px 15px;
}
#footer a:hover {
	color: #000;
}
.hsec1 {
    background-image: url(../images/welcomebg.jpg);
    margin-top: -6px;
}
.cblue {
    color: #002957;
}
.welimg {
    display: inline-block;
    position: relative;
}
.welimg, .ctas, .aboutimg, .dotsright {
    display: inline-block;
    position: relative;
}
.welimg img, .ctas .box, .aboutimg img, .dotsright .z-container {
    position: relative;
    z-index: 9;
}
.welimg:before, .welimg:after {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
} 
.welimg:before {
    content: '';
    position: absolute;
    right: -20px;
    top: -20px;
    width: 90%;
    height: 85%;
    border: 3px solid #b8b5b4;
}
/*.welimg:hover:before {
    right: -10px;
    top: -10px;
}*/
.welimg:after, .ctas:before, .ctas:after, .aboutimg:after, .dotsright:after {
    content: '';
    background-image: url(../images/dots1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -60px;
    bottom: -28px;
    width: 285px;
    height: 255px;
}
/*.welimg:hover:after {
    left: -30px;
    bottom: -15px;
}*/
.aboutimg{
    float: right;
    margin-bottom: 15px;
    margin-left: 20px;
}
.ctas .box {
	padding: 0;
	text-align: right;
	max-width: 395px;
}
.ctas .box a {
    display: inline-block;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.ctas .box a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgb(25 24 38 / 74%);
    text-transform: uppercase;
    padding: 15px 25px;
}
.ctas .box a:hover img {
	transform: scale(1.1);
}
.ctas:before, .ctas:after, .dotsright:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.ctas:after, .dotsright:after {
    top: 50%;
    left: auto;
    right: 0;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding: 0 15px;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 135px 0 65px 0;
    line-height: normal;
    padding: 20px 30px;
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: rgb(0 41 87 / 80%);
    display: inline-block;
    min-width: 55%;
}
.z-default-subpage-header .z-default-subpage-title:empty {
    opacity: 0;
}
.aboutimg:after {
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
}
.absec2 {
    overflow: hidden;
}
.absec3 {
    background-image: url(../images/experiencebg.jpg);
}
.absec3 ul, .exptext ul {
    margin: 0;
    padding: 0;
    columns: 4;
}
.absec3 ul li, .absec4 ul li, .exptext ul li {
    padding: 0 0 20px 0;
}
.absec4{
	background-color: #bfc5cc;
}
.absec4 .box {
    background-color: #072851;
    color: #fff;
    margin-top: 100px;
    max-width: 395px;
    padding: 30px 30px 50px;
    text-align: center;
}
.absec4 .box .icon {
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 165px;
    height: 165px;
    margin: -95px 0 0 0;
}
.absec4 .box .tit {
    margin: 20px 0 15px 0;
}
.boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dotsright:after {
    background-image: url(../images/dots2.png);
    width: 220px;
    height: 250px;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea {
    font-family: 'Poppins';
    background-color: #dfdcdc;
    border: none;
    color: #000000;
    padding: 18px 20px;
    width: 100% !important;
    margin: 0 0 15px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform ::placeholder{
	color: #000;
}
table.table-list, table.table-list tr, table.table-list td, table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 0;
}
table.table-list tr:last-child {
    margin: 5px 0 0 0 ;
}
.zHelpToolTipLabel {
    padding-bottom: 5px;
}
.rss-summary-text, .zblog-story {font-size: 100%;}
.rss-summary-text {
    display: inline-block;
    width: 100%;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}
a.rss-summary-title {
    font-size: 34px;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}
a.rss-summary-title, .rss-summary-text a.rss-summary-readmore:hover {
    color: #2773ba;
}
.rss-summary-title:hover {
    color: #000;
}
.experience-list-container ul{
    column-count: 2;
    list-style-position: inside;
    margin-top: 1em;
    padding-left: 0;
}
.experience-list-container li{
    margin-bottom: .25em;
}



#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#2773ba; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious:hover, .homeSlideshowNext:hover, .homeSlideshowPause:hover,  .homeSlideshowPlay:hover{background-color:#0c355c; color: #fff;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}



@media screen and (max-width: 1362px) {
	#header .logo {width: 300px;}
	.main-menu li {margin: 10px 0 10px 40px;}
	.hlinks {padding: 22px 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 130px 0 30px 0;padding: 5px 25px;font-size: 60px;}
    a.rss-summary-title {font-size: 30px;}
}
@media screen and (max-width: 1200px) and (min-width: 993px){
    .hlinks, .main-menu{
        padding-right: 20px;
    }
}
@media screen and (max-width: 992px) {	
	#header .logo, .main-menu{display: none;}	
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {background-color: #ebebec !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #2773ba;}
    .z-default-subpage-header {margin-top: 0;}
    .hlinks {width: 100%;text-align: center;padding: 10px;}
    .aboutimg{
        display: block;
        float: none;
        margin: auto auto 30px auto;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause, .homeSlideshowPlay{
        font-size: 24px;
        padding: 12px;
    }
	.foobox {width: 100%;}
	.foobox.box2 {padding-top: 30px;padding-bottom: 40px;}
	#footer .menu li {margin: 2px 0;}
	.fooinfo p {padding: 0 0 10px 30px;}
    .z-default-subpage-header .z-default-subpage-title {font-size: 42px;}
    .absec3 ul, .exptext ul {columns: 2;}
    .rss-summary-modern .rss-summary-thumbnail img {padding: 0;}
    .ctas:before, .dotsright::after, .aboutimg:after {display: none;}
    .spform input[type="text"], .spform input[type="email"], .spform textarea {padding: 10px 15px;}
    .experience-list-container ul{
        column-count: 1;
    }
    .boxes .box{
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
	.hlinks a.call {margin: 0 0 5px 0;}
    .z-default-subpage-header .z-default-subpage-title {font-size: 36px;margin: 80px 0 20px 0;padding: 2px 10px;}
    .absec3 ul, .exptext ul {columns: 1;list-style-position: inside;}
    .absec3 ul li, .absec4 ul li, .exptext ul li {padding: 0 0 7px 0;}
    .absec4 .box {padding: 15px 15px 40px;}
    .absec4 .box .tit {margin: 15px 0 10px 0;}
    .p-title.z-t-50 {font-size: 36px;}
    a.rss-summary-title {font-size: 26px;}
}