@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #171a26;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
input:focus, textarea:focus{
    outline: none;
}
a, a:hover, a img, a:hover img, .hctasec a .text, .hsec3 .box {
	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;
    display: inline-block;	
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6, .head {
    font-weight: bold;
    line-height: normal;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
#header {
    position: absolute;
    z-index: 999;
    padding: 15px;
}
.main-menu {
    margin: 15px 0 0 0;
}
.main-menu li {
    display: inline-block;
    margin: 0 0 0 32px;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
}
.main-menu li:first-child {
    margin-left: 0;
}
.main-menu li a {
    color: #fff;
}
.main-menu li a:hover {
    color: #51f00c;
}
.main-menu li ul {
    display: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    background-color: #468acd;
    left: 0;
    top: 55px;
    width: 235px;
    z-index: 999;
}
.main-menu li ul li {
    display: inline-block;
    width: 100%;
    padding: 5px 8px;
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.main-menu li ul li:first-child {
    border-top: 0px solid #ebebeb;
} 
.main-menu li ul li a {
    font-size: 16px;
}
.main-menu li ul li a:hover {
    /*color: #d3e544;*/
}
.main-menu li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu li.call a {
    font-size: 21px;
    border-radius: 62px;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin: -15px 0 0 0;
}
.main-menu li.call a:hover {
    color: #000422;
    background: #ffffff;
}
#soverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgb(0 0 0 / 40%);
    /*background-image: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,0));*/
}
#soverlay .sovertext {
    position: absolute;
    bottom: 50px;
    left: 10%;
    color: #fff;
    width: 620px;
    max-width: 100%;
}
#soverlay .sovertext .st1 {
    color: #DBDDEE;
    font-size: 19px;
    font-weight: 600;
}
#soverlay .sovertext .st2 {
    font-size: 64px;
    font-weight: 600;
    padding: 15px 0;
    line-height: normal;
}
#soverlay .sovertext .social a {
    margin: 0 15px 0 0;
}
.zph15 {
    padding-left: 15px;
    padding-right: 15px;
}
#footer {
    background-color: #000422;
    padding: 80px 15px 0 15px;
    font-size: 16px;
}
#footer, #footer a {
    color: #8e91aa;
}
.footercta {
    background-color: #076DF6;
    padding: 90px 0;
    color: #fff;
}
.footercta a {
    margin: 8px 7px 0 7px;
    color: #0902F3;
    background-color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 5px;
    border: 1px solid #fff;
}
.footercta a:hover {
    color: #fff;
    background-color: #076df6;
}
.foobox {
    float: left;
    width: 25%;
    margin: 0 0 30px 0;
}
.foobox .head {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 25px 0;
    color: #fff;
}
.foobox ul.menu li {
    padding: 5px 0;
}
#footer .sec2 {
    font-size: 13px;
    color: #9a9ea3;
    padding: 35px 0;
}
#footer a:hover {
    color: #fff;
}
#footer .social a {
    margin: 20px 15px 0 0;
}

.welcomesec {
    padding: 80px 0;
}
.welcomesec .text p {
    color: #8e91aa;
    font-weight: 500;
    line-height: 1.7;
}
.welcomesec .text p, .welcomesec hr {
    color: #8e91aa;
}
.welcomesec a.call {
    color: #0E6DEC;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}
.welcomesec a.call small {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.welcomesec a.call:hover {
    color: #000;
}
.spform {
    box-shadow: 0px 104px 104px -40px rgb(0 0 0 / 16%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -185px 0px 0px 80px;
    padding: 48px 48px 48px 48px;
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-radius: 5px;
}
.welcomesec .spform h4 {
    margin-bottom: 20px;
}
.spform input[type="text"], .spform input[type="email"], .spform textarea {
    font-family: 'Roboto', sans-serif;
    color: #5b5b5b;
    padding: 15px;
    vertical-align: top;
    font-size: 18px;
    border: 2px solid #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    width: 100% !important;
}
.spform input[type="submit"], .spform button {
    font-family: 'Roboto', sans-serif;
    padding: 10px 30px;
    font-size: 20px;
    background-color: #51f00c;
    border-radius: 5px;
}
.spform input[type="submit"]:hover, .spform button:hover {
    background-color: #0279f0;
}
.spform table.table-list, .spform table.table-list tr, .spform table.table-list input, .spform table.table-list td, .spform table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
}
.spform table.table-list td, .spform table.table-list th {
    padding: 10px 0;
}
.spform table.table-list tr:last-child {
    margin: 25px 0 0 0;
}
.hctasec a {
    float: left;
    width: 25%;
    position: relative;
    background-color: #000422c7;
    color: #fff;
}
.hctasec a .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: rgb(0 4 34 / 40%);
}
.hctasec a .text:hover {
    background-color: rgb(0 4 34 / 70%);
}
.hctasec a p {
    line-height: 26px;
}
.hsec3, .servicessec1, .servicesubssec1, .servicesubssec3 {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F8F8FB 100%);
}
.hsec3 .box, .servicessec1 .box {
    max-width: 395px;
    padding: 40px;
    background-color: #FFFFFF;
    border: 1px solid #dbddee69;
    border-radius: 4px;
    box-shadow: 0px 32px 120px -25px rgb(0 0 0 / 8%);
}
.hsec3 .box:hover, .servicessec1 .box:hover {
    box-shadow: 0px 64px 160px -16px rgb(0 0 0 / 16%);
}
.hsec3 .box img {
    background-color: rgba(230, 86, 68, 0.08);
    padding: 10px;
    border-radius: 50%;
    width: 45px !important;
    margin: 0 0 12px 0;
}
.hsec3 .box p {
    min-height: 38px;
}
.hsec4 .box {
    box-shadow: 64px 64px 120px -40px rgb(0 0 0 / 8%);
    padding: 40px;
}
.hsec4 .box .ttext {
    margin: 20px 0;
}
.hsec4 .box .ttext p {
    font-size: 20px;
    color: #8e91aa;
    line-height: 1.6;
}
.hsec4 .box .source {
    font-size: 17px;
    line-height: 44px;
}
.hsec4 .box .source img {
    border-radius: 50%;
    margin: 0 10px -17px 0;
}
.hsec4 .box .starimg {
    margin: 10px 0 20px 0;
}
.hsec4 .box .source.img {
    margin-bottom: 20px;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: left;
}
.z-default-subpage-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 195px 0;
    padding: 0 15px;
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
}
.aboutsec1, .servicessec1, .processsec, .servicesubssec3, .servicesubssec1 {
    padding: 100px 0;
}
.aboutsec1 .imgbox {
    float: left;
    width: 50%;
    text-align: center;
    min-height: 400px;
}
.aboutsec1 h2 {
    margin-bottom: 25px;
}
.aboutsec1 .missi {
    padding: 0;
    margin-top: 50px;
    border-bottom: 1px solid #DBDDEE;
}
.servicessec1 .box p:last-child {
    padding: 0;
}
.processsec .box {
    padding: 0;
}
.processsec .num {
    color: #E65644;
    font-weight: 500;
    position: relative;
}
.processsec .num span {
    background-color: #fff;
    position: relative;
    padding: 0 8px 0 0;
}
.processsec .num:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E65644;
    position: absolute;
    top: 10px;
    left: 0;
}
.processsec h4 {
    padding: 20px 0;
}
.sergall {
    margin-top: 60px;
}
.consec2 .spform {
    margin: 0;
}
.rss-summary-title, .rss-summary-text, .rss-summary-text a.rss-summary-readmore {
    color: #1b2855;
}
.rss-summary-text {
    font-size: 20px;
    display: inline-block;
    width: 100%;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    color: #468acd;
}
a.rss-summary-title {
    color: #468acd;
    font-size: 24px;
}
.rss-summary-title:hover, .rss-summary-text a.rss-summary-readmore:hover {
    color: #000;
}


#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#468acd; 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{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;}
.testimonial-slider .slider-next-button, .testimonial-slider .slider-previous-button{background-color:#468acd !important;}
.testimonial-slider .slider-next-button:focus, .testimonial-slider .slider-previous-button:focus{outline:2px dashed #c7823a;}


@media screen and (max-width: 1362px) {
    .hctasec a .text {padding: 20px;}
    .foobox.box1 {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: #fff !important;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background: #468acd;}
    #header {padding: 0;}
    .z-mobile-header {background-color: transparent !important;}
    .z-mobile-header.z-mobile-header-fixed {background-color: #fff !important;}
    #soverlay .sovertext .st2 {font-size: 36px;padding: 10px 0;}
    .spform {margin: 0;}
    .hctasec a, .foobox {width: 50%;}
    .foobox.box3 {clear: both;}
    .z-default-subpage-header {margin-top: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 110px 0;}
    .p-title.z-t-50 {font-size: 40px;}
}
@media screen and (max-width: 767px) {
    .sovertext{ display:none;}
    .footercta .btns {float: left;}
}
@media screen and (max-width: 479px) { 
    #header {position: relative;}
    #soverlay .sovertext {display: none;}
    h2 {font-size: 36px;}
    h4 {font-size: 22px;}
    .p-title.z-t-50 {font-size: 34px;}
    .welcomesec, .hsec3, .hsec4, .footercta, .aboutsec1, .servicessec1, .processsec, .servicesubssec3, .servicesubssec1 {padding: 35px 0;}
    .spform, .hsec3 .box, .servicessec1 .box, .hsec4 .box, .consec2 {padding: 25px;}
    .welcomesec a.call {font-size: 26px;}
    .hctasec a, .foobox, .aboutsec1 .imgbox {width: 100%;}
    .hsec3 .box p {min-height: auto;}
    .z-column {padding-left: 15px;padding-right: 15px;}
    .foobox .head {margin: 0 0 10px 0;}
    .foobox ul.menu li {padding: 2px 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 50px 0;font-size: 38px;}
    .aboutsec1 .imgbox {min-height: auto;margin-bottom: 20px;}
    .aboutsec1 h2 {margin-bottom: 0;}
    .processsec .box {padding: 10px;}
}