/* Global css */
*{margin:0;padding:0;box-sizing: border-box;}
html{overflow-x:hidden;scroll-behavior: smooth;}
body{font-size:14px;font-family: "Inter", sans-serif;background:#fff;color:rgba(0,0,0,1);line-height: 0;}
.containerBox{max-width:1200px;line-height:0px;margin:0 auto;padding:0px;    position: relative;}
.containerFull{max-width: 100%;width:100%;padding:0px;position: relative;}
.containerFull .row-box > div{padding:0px;}
.row-box{width:100%;display: inline-block;}
a{text-decoration:none;outline:none;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;}
a:focus, a:hover {color: rgba(0,0,0,1); -webkit-transition: .5s;-o-transition: .5s;transition: .5s;text-decoration: none;}
h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-family: "Inter", sans-serif;}
p, ul , ol{line-height:24px;margin-bottom:10px;color:rgba(0,0,0,1);font-weight: normal;}
small {line-height:21px;font-size:14px;}
span{line-height:27px;}
ul{padding-left:40px;}
strong {font-family: "Inter", sans-serif;}
html,button,input,select,textarea{font-family: "Inter", sans-serif;font-size: 14px;line-height:24px;}
section{width:100%;float:left;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;}
div, li , ul, ol{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;}
input{-webkit-box-sizing:border-box;box-sizing:border-box;}
input[type=submit],button{outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:27px;}
.col1{width:8.33333333%;}
.col2{width:16.66666667%;}
.col3{width:25%;}
.col4{width:33.33333333%;}
.col5{width:41.66666667%;}
.col6{width:50%;}
.col7{width:58.33333333%;}
.col8{width:66.66666667%;}
.col9{width:75%;}
.col10{width:83.33333333%;}
.col11{width:91.66666667%;}
.col12{width:100%;}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;padding:0 15px;}

@media (min-width:320px){.containerBox{width:100%;}}
@media (min-width:1440px){.containerBox{width:1200px;}}
@media (max-width:767px){.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12{width:100%;}
}

button.sub-menu-toggle {
    display: none;
}

/* placeholder */
::-webkit-input-placeholder{color:#cfcfcf;}
::-moz-placeholder{color:#cfcfcf;}
:-ms-input-placeholder{color:#cfcfcf;}
::-ms-input-placeholder{color:#cfcfcf;}
::placeholder{color:#cfcfcf;}

/* heading */
.h1tag {font-size: 48px;line-height: 1;font-weight: bold;margin: 0 0 10px;}
.h2tag {font-size: 38px;line-height: 42px;font-weight: bold;}
.h3tag {font-weight: bold;font-size: 33px;line-height: 42px;margin-bottom: 10px;}
.h4tag {font-weight: bold;font-size: 20px;line-height: 30px;margin-bottom: 10px;}

/* padding */
.aboutSec { padding: 70px 0; }
.p0 {padding:0px !important;}.pt0 {padding-top:0px !important;}.pb0 {padding-bottom:0px !important;}.pl0 {padding-left:0px !important;}.pr0 {padding-right:0px !important;}.pt10 {padding-top:10px;}.pt20 {padding-top:20px;}.pt30 {padding-top:30px;}.pt40 {padding-top:40px;}.pt50 {padding-top:50px;}.pt60 {padding-top:60px;}.pt70 {padding-top:70px;}.pt80 {padding-top:80px;}.pt90 {padding-top:90px;}.pt100 {padding-top:100px;}.pb10 {padding-bottom:10px;}.pb20 {padding-bottom:20px;}.pb30 {padding-bottom:30px;}.pb40 {padding-bottom:40px;}.pb50 {padding-bottom:50px;}.pb60 {padding-bottom:60px;}.pb70 {padding-bottom:70px;}.pb80 {padding-bottom:80px;}.pb90 {padding-bottom:90px;}.pb100 {padding-bottom:100px;}

/* flex */
.dflex {display: flex;}
.dwrap {flex-wrap: wrap;}
.daligncenter {align-items: center;}
.djcenter {justify-content: center;}
.facwrap {align-items: center;flex-wrap: wrap;}
.faewrap {align-items: flex-end;flex-wrap: wrap;}
.fjsbaicwrap {display: flex;justify-content: space-between;flex-wrap: wrap;}
.rowreverse {flex-direction: row-reverse;}
.falignin {align-items: inherit !important;}
/* position */
.rposition {position: relative;}

/* margin */
.m0{margin:0px !important;}.mt0{margin-top:0px !important;}.mb0{margin-bottom:0px !important;}.mt10 {margin-top:10px;}.mt20 {margin-top:20px;}.mt30 {margin-top:30px;}.mt40 {margin-top:40px;}.mt50 {margin-top:50px;}.mt60 {margin-top:60px;}.mt70 {margin-top:70px;}.mt80 {margin-top:80px;}.mt90 {margin-top:90px;}.mt100 {margin-top:100px;}.mb10 {margin-bottom:10px;}.mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}.mb60 {margin-bottom:60px;}.mb70 {margin-bottom:70px;}.mb80 {margin-bottom:80px;}.mb90 {margin-bottom:90px;}.mb100 {margin-bottom:100px;}

/* text align */
.text-center{text-align:center;}
.text-left{text-align:start;}
.text-right{text-align:end;}

/* background color */
.bg-white {background: #ffffff;}
.bg-black {background: #232020;}
.bg-gray {background: #ebebeb;} 
.bg-blue1 {background: #157480;}
.bg-lorange1 {background: #fff7eb;}
.bg-lblue1 {background: #f2feff;}

.cWhite{color: #fff;}
.cBlack{color: #000;}
.cBlue{color: #157480;}

.overflowh {overflow: hidden;}

/* btn link */
.callnow {text-align: center;font-size: 16px;line-height: 25px;letter-spacing: 0;text-decoration: none;box-sizing: border-box;display: inline-block;transition: .5s all ease;border: 1px solid #004e97;color: #004e97;padding: 10px 18px;border-radius: 30px;font-weight: 600;}
.callnow:hover, .callnow:focus {background: #004e97;color: #ffffff;}

/* fixed header */
.headerSec.fixed-header {position: fixed;top: 0;left: 0;width: 100%;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;background: rgba(0, 0, 0, .82);z-index: 999;padding: 0px;}
.headerSec.fixed-header .logo {padding: 10px;}
.headerSec.fixed-header .logo img {width: 130px;transition: .5s all;}
/* End Global css */

/* Top scroll */
#scrolltop{text-decoration:none;display:inline-block;background-color:#121212;width:40px;height:40px;text-align:center;border-radius:4px;position:fixed;bottom:70px;right:30px;-webkit-transition:background-color .3s, opacity .5s, visibility .5s;-o-transition:background-color .3s, opacity .5s, visibility .5s;transition:background-color .3s, opacity .5s, visibility .5s;opacity:0;visibility:hidden;z-index:6;cursor:pointer;}
#scrolltop:hover{background:#f15d22;}
#scrolltop.show{opacity:1;visibility:visible;}
#scrolltop::after{content:"\f077";font-family:FontAwesome;font-weight:normal;font-style:normal;font-size:14px;line-height:40px;color:#fff;}

/* End Top scroll */

/* header */
header,.homeBannerBox,.innerBannerBox {float: left;width: 100%;}
.headerSec {position: absolute;top: 0;left: 0;z-index: 9;padding: 15px 0px;}
.logo img {width: 239px;transition: .5s all;height:auto;}
.logo {margin-bottom: -20px;}
.menuHeader .containerFull {max-width: 1349px;width: 100%;margin: 0px auto;padding: 0 15px;}
/* End header */

/* Menu section */
.stellarnav{position:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.stellarnav a{color:#fff;position: relative;}
.social-media a:first-child {margin: 0px;}
.stellarnav a:hover{color:#c47a12;}
.stellarnav ul ul a:hover {color: #c47a12;}
.stellarnav ul{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.stellarnav li{list-style:none;display:block;margin:0;padding:0;position:relative;line-height:normal;vertical-align:middle;}
.stellarnav li a{padding:18px 10px;display:block;text-decoration:none;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;font-size: 16px;}
.stellarnav li.current_page_item > a, .stellarnav li.current-menu-ancestor > a {font-weight: 600;color: #c47a12 !important;}
.stellarnav > ul > li {display: flex;align-items: center;padding:0px 26px 0px 0px;}
.stellarnav > ul > li > a{color:#fff;display:block;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;padding:0;}
.stellarnav ul ul{top:100%;position:absolute;z-index:9900;text-align:left;display:none;background:#000 none repeat scroll 0 0;left:0;padding: 0px;min-width: 200px;}
.stellarnav li li{display:block;}
.stellarnav ul ul ul {top: 0;left: 100%;}
.stellarnav > ul > li:hover > ul > li:hover > ul{opacity:1;visibility:visible;top:0;}
.stellarnav > ul > li.drop-left > ul{right:0;}
.stellarnav li.drop-left ul ul{left:auto;right:220px;}
.stellarnav.light{background:rgba(255, 255, 255, 1);}
.stellarnav.light a{color:#121212;}
.stellarnav ul ul li a{padding:10px 30px 10px 15px;color:#fff;white-space: pre;width: 100%;border-bottom: 0.5px solid #292929;}
.stellarnav ul ul li:last-child a{border: none;}
/*.stellarnav ul ul li a:hover{background:#ffffff;}*/
.stellarnav.light ul ul{background:rgba(255, 255, 255, 1);}
.stellarnav.light li a{color:#121212;}
.stellarnav.fixed{position:fixed;width:100%;top:0;left:0;z-index:9999;}
body.stellarnav-noscroll-x{overflow-x:hidden;}
/* .stellarnav li.has-sub > a:after{content:'';margin-left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000;display: inline-block;    padding-bottom: 1px;} */
.stellarnav li li.has-sub > a:after {content: '\f107';font-family: 'FontAwesome';font-size: 18px;margin-left: 6px;right: 5px;position: absolute;top: 12px;}
.stellarnav li.drop-left li.has-sub > a:after{float:left;margin-right:10px;border-left:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #FFF;}
.stellarnav .menu-toggle,.stellarnav .close-menu,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile{display:none;text-transform:uppercase;text-decoration:none;}
.stellarnav .dd-toggle{display:none;position:absolute;top:0;right:0;padding:0;width:48px;height:48px;text-align:center;z-index:9999;border:0;}
.stellarnav.desktop.hide-arrows li.has-sub a{padding-right:15px;}
.stellarnav.mobile > ul > li > a.dd-toggle{padding:0;}
.stellarnav li.call-btn-mobile,.stellarnav li.location-btn-mobile{display:none;}
.stellarnav a.dd-toggle .icon-plus{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;width:12px;height:100%;position:relative;vertical-align:middle;display:inline-block;}
.stellarnav a.dd-toggle .icon-plus:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:width 0.3s;-o-transition:width 0.3s;transition:width 0.3s;}
.stellarnav a.dd-toggle .icon-plus:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;}
.stellarnav li.open > a.dd-toggle .icon-plus{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color:#fff;}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color:#fff;}
.stellarnav .icon-close{-webkit-box-sizing:border-box;box-sizing:border-box;width:12px;height:12px;position:relative;display:inline-block;}
.stellarnav .icon-close:before{content:'';display:block;width:12px;height:0px;border-bottom:solid 3px #777;position:absolute;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.stellarnav .icon-close:after{content:'';display:block;width:12px;height:0px;top:50%;border-bottom:solid 3px #777;position:absolute;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.stellarnav.light .icon-close:before{border-color:#fff;}
.stellarnav.light .icon-close:after{border-color:#fff;}
.stellarnav.dark .icon-close:before{border-color:#fff;}
.stellarnav.dark .icon-close:after{border-color:#fff;}
.stellarnav .menu-toggle,.stellarnav .call-btn-mobile,.stellarnav .location-btn-mobile,.stellarnav .close-menu{padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box; cursor: pointer;}
a.menu-toggle{border:none;background:#c47a12;margin-top:0px;border-radius: 5px;margin-left: 0;margin-right: 0px;width:45px;height:45px;align-items: center;justify-content: center;}
.stellarnav .menu-toggle span.bars{display:inline-block;position:relative;top:0px;}
.stellarnav .menu-toggle span.bars span{display:block;width:15px;height:2px;border-radius:6px;background:#777;margin:0 0 3px;}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom:0px;}
.search-container input[type="text"]{width:239px;}
.stellarnav .full{width:100%;}
.stellarnav .half{width:50%;}
.stellarnav .third{width:33%;text-align:center;}
.stellarnav .location-btn-mobile.third{text-align:center;}
.stellarnav .location-btn-mobile.half{text-align:right;}
.stellarnav.light .third,.stellarnav.light .half{border-left:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.left .third,.stellarnav.light.left .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light.right .third,.stellarnav.light.right .half{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.light .third:first-child,.stellarnav.light .half:first-child{border-left:0;}
.stellarnav.dark .third,.stellarnav.dark .half{border-left:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.left .third,.stellarnav.dark.left .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.dark.right .third,.stellarnav.dark.right .half{border-bottom:1px solid rgba(255, 255, 255, .15);}
.stellarnav.light.left .menu-toggle,.stellarnav.light.right .menu-toggle{border-bottom:0;}
.stellarnav.dark.left .menu-toggle,.stellarnav.dark.right .menu-toggle{border-bottom:0;}
.stellarnav.dark .third:first-child,.stellarnav.dark .half:first-child{border-left:0;}
.stellarnav.light .menu-toggle span.bars span{background:#6f3a95;}
.stellarnav.dark .menu-toggle span.bars span{background:#fff;}
.stellarnav.mobile{position:static;}
.stellarnav.mobile.fixed{position:static;}
.stellarnav.mobile ul{position:relative;display:none;}
.stellarnav.mobile.active{padding-bottom:0;}
.stellarnav.mobile.active > ul{display:block;}
.stellarnav.mobile ul{text-align:left;}
.stellarnav.mobile > ul > li{display:block;}
.stellarnav.mobile > ul > li > a{padding:15px;}
.stellarnav.mobile ul{background:rgba(221, 221, 221, 1);}
.stellarnav.mobile ul ul{position:relative;opacity:1;visibility:visible;width:auto;display:none;-webkit-transition:none;-o-transition:none;transition:none;}
.stellarnav.mobile ul ul ul{left:auto;top:auto;}
.stellarnav.mobile li.drop-left ul ul{right:auto;}
.stellarnav.mobile li a {border-bottom: 0.5px solid #2a2a2a;color: #ffffff;}
.stellarnav.mobile > ul{border-top:1px solid rgba(255, 255, 255, .15);}
.stellarnav.mobile.light li a{border-bottom:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile.light > ul{border-top:1px solid rgba(0, 0, 0, .15);}
.stellarnav.mobile li a.dd-toggle{border:0;}
.stellarnav.mobile.light li a.dd-toggle{border:0;}
.stellarnav.mobile .menu-toggle,.stellarnav.mobile .dd-toggle,.stellarnav.mobile .close-menu,.stellarnav.mobile .call-btn-mobile,.stellarnav.mobile .location-btn-mobile{display:inline-block;}
.stellarnav.mobile li.call-btn-mobile{border-right:1px solid rgba(255, 255, 255, .1);-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.mobile li.call-btn-mobile,.stellarnav.mobile li.location-btn-mobile{display:inline-block;width:50%;text-transform:uppercase;text-align:center;}
.stellarnav.mobile li.call-btn-mobile.full,.stellarnav.mobile li.location-btn-mobile.full{display:block;width:100%;text-transform:uppercase;border-right:0;text-align:left;}
.stellarnav.mobile.light ul{background:rgba(255, 255, 255, 1);}
.stellarnav.mobile.dark ul{background:#000;}
.stellarnav.mobile.dark ul ul{background:rgba(255, 255, 255, .08);}
.stellarnav.mobile.light li.call-btn-mobile{border-right:1px solid rgba(0, 0, 0, .1);}
.stellarnav.mobile.top{position:absolute;width:100%;top:0;left:0;z-index:9999;}
.stellarnav.mobile li.has-sub > a:after,.stellarnav.mobile li li.has-sub > a:after,.stellarnav.mobile li.drop-left li.has-sub > a:after{display:none;}
.stellarnav.mobile.right > ul,.stellarnav.mobile.left > ul{position:fixed;top:0;bottom:0;width:100%;max-width:280px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100vh;}
.stellarnav.mobile.right > ul{right:0;z-index:9999;}
.stellarnav.mobile.right .close-menu,.stellarnav.mobile.left .close-menu{display:inline-block;text-align:right;}
.stellarnav.mobile.left > ul{left:0;}
.stellarnav.mobile.right .location-btn-mobile.half,.stellarnav.mobile.right .call-btn-mobile.half,.stellarnav.mobile.right .close-menu.half{text-align:center;}
.stellarnav.mobile.right .location-btn-mobile.third,.stellarnav.mobile.right .call-btn-mobile.third,.stellarnav.mobile.right .close-menu.third{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.half,.stellarnav.mobile.left .call-btn-mobile.half,.stellarnav.mobile.left .close-menu.half{text-align:center;}
.stellarnav.mobile.left .location-btn-mobile.third,.stellarnav.mobile.left .call-btn-mobile.third,.stellarnav.mobile.left .close-menu.third{text-align:center;}
.stellarnav.mobile.left .menu-toggle.half,.stellarnav.mobile.left .menu-toggle.third,.stellarnav.mobile.right .menu-toggle.half,.stellarnav.mobile.right .menu-toggle.third{text-align:left;}
.stellarnav.mobile.left .close-menu.third span,.stellarnav.mobile.right .close-menu.third span{display:none;}
.stellarnav.desktop li.mega ul ul{background:none;}
.stellarnav.desktop li.mega li{display:inline-block;vertical-align:top;width:100% !important;}
.stellarnav.desktop li.mega li li{display:block;position:relative;left:4px;}
.stellarnav.desktop > ul > li.mega > ul{-webkit-column-count:4;-moz-column-count:4;column-count:4;}
.stellarnav.desktop li.mega ul ul{width:auto;}
.stellarnav.desktop > ul > li.mega{position:inherit;}
.stellarnav.desktop > ul > li.mega > ul{width:100%;max-width:95% !important;}
.stellarnav.desktop > ul > li.mega > ul > li > a{padding:7px 15px;}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul{display:block;position:relative;left:auto;}
.stellarnav.desktop > ul > li.mega > ul > li{-webkit-box-sizing:border-box;box-sizing:border-box;}
.stellarnav.desktop li.mega li li a{padding:5px 15px;}
.stellarnav.desktop li.mega li.has-sub a:after{display:none;}
.stellarnav.desktop > ul > li.mega > ul > li > a{}
.stellarnav > ul > li:last-child {padding-right: 0;}
.lastmenu a {text-align: center;padding: 6px 16px !important;border-radius: 50px;background: #c47a12;display: inline-block !important;transition: .5s all ease;line-height: normal;color: #fff !important;font-weight: 500;}
.signlink a {text-align: center;border: none !important;background: linear-gradient(to bottom, #08c, #04c);border: 1px solid #fff !important;}
.reglink a {text-align: center;background: linear-gradient(to bottom,#62c462,#51a351); margin-top:10px !important;border: 1px solid #fff !important;}
.lastmenu.current_page_item:last-child a {color: #fff !important;background: #35c7bd;}
.lastmenu a:hover {background: #000 !important;}
.stellarnav > ul > li.current_page_parent > a {color: #c47a12 !important;}
/* End Menu section */


/* banner */
.homeBannerBox {position: relative;background-color: #000;}
.homeBannerBox > img {width: 100%;object-fit: cover;opacity: .42;min-height: 450px;height:auto;}
.homeBannerOverlay {position: absolute;top: 0;left: 0;width: 100%;height: calc(100% - 100px);margin-top: 100px;display: flex;align-items: center;}
.homeContentInner {max-width: 416px;width: 100%;}
.homeContentInner p {color: #fff;font-size: 18px;font-weight: 500;line-height: 30px;}
.reqLink1 {font-size:16px;background: #35c7bd;color: #fff;padding: 8px 18px;border-radius: 25px;border: 2px solid #35c7bd;display: inline-block;line-height: normal;}
.reqLink1:hover {background: #000;border-color: #000;color: #fff;}
.reqLink2 {border-color: #fff;background: rgba(0, 0, 0, 0);}
.homeContentInner aside span {font-size: 18px;font-weight: 700;color: #fff;margin: 0 15px;}
.homeContentInner aside {display: inline-block;width: 100%;}
.reqLink4 {background: rgba(0, 0, 0, 0);border:2px solid #197682;color: #197682;font-weight: bold;margin-right: 20px;}
.reqLink4:hover, .reqLink4:focus {background: #197682;color: #fff;border-color: #197682;}

/* logo slider */
.simple-button-info {float: left;width:100%; }
.logoSec{float: left;width:100%;padding: 34px 0;}
.logoimg img {border: 1px solid #ededed;filter: grayscale(1);}

/* about */
.subheading {text-transform: uppercase;font-size: 22px;font-weight: 700;line-height: 1;width: 100%;display: inline-block;}
.leftAbout img {border-radius: 30px;}
.rightAbout h2 + p {font-weight: 500;font-size: 16px;line-height: 27px;}
.rightAbout p a, .rightAbout1 p a {color: #000;text-decoration: underline;}
.rightAbout p a:hover,.rightAbout ul li a:hover, .rightAbout1 ul li a:hover,.rightAbout1 p a:hover {text-decoration: none;}
.rightAbout > *:last-child {margin: 0;}
.toggle-content {max-height: 0;overflow: hidden;opacity: 0;transition: max-height 0.6s ease, opacity 0.4s ease;}
.toggle-content.expanded {max-height: 5000px;opacity: 1;}
.rightAbout1 ul li,.rightAbout ul li {display: list-item;}
.rightAbout ul li a,.rightAbout1 ul li a{color: #000;text-decoration: underline;}
.rightAbout1 ul {padding-left: 25px;}
.reqLink5 {background: #c47a12;border-color: #c47a12;margin-right: 15px;}
.reqLink6 {background: #157480;border-color: #157480;padding: 8px 25px;}
.subheading1 {line-height: 1.21;font-size: 18px;font-weight: bold;}
h1,h2,h3,h4,h5 {line-height: 1.2;}

/* service */
.serviceSec {padding-bottom: 125px;}
.service1 {position: relative;background-color: rgb(255, 255, 255);box-shadow: 0px 0px 7px #dbdbdb;border-radius: 10px;transition: .5s all;margin-bottom: 70px;}
.service1 figure img {border-radius: 10px 10px 0 0;width: 100%;}
.serContent {padding: 15px 15px 30px;text-align: center;display: inline-block;width: 100%;}
.reqLink3 {width: 175px;height: 43px;display: flex;align-items: center;justify-content: center;background: #157480;border-radius: 30px;color: #fff;font-size: 16px;position: absolute;bottom: -21px;transform: translateX(-50%);left: 50%;}
.reqLink3:hover,.reqLink3:focus {background: #000;color: #fff;bottom: -15px;}
.serviceSec1 {margin-top:-100px;}
.with-listing .sHeading h2 a:hover {color: #fff;opacity: .7;}

/* testimonial */
.bgtes {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: .32;}
.testiful {padding: 60px 35px 35px;background: #fff;border-radius: 20px;width: 100%;display: inline-block;position: relative;}
.testiful > i {width: 83px;height: 83px;display: flex;align-items: center;justify-content: center;font-size: 48px;background: #197682;color: #fff;border-radius: 80px;position: absolute;top: -45px;left: -12px;}
.main-carousel3 .item {padding-left: 30px;padding-top: 50px;}
.testitext p {font-size: 16px;line-height: 24px;}
.testName:before {content: '';width: 5px;height: 2px;background: #000;display: inline-block;margin-right: 15px;}
.testName {display: inline-flex;align-items: center;width: 100%;font-size: 16px;font-weight: bold;text-transform: uppercase;line-height: 1;margin-top: 10px;}
.testName span { font-size: 14px; line-height:18px;  padding-left: 5px; text-transform: capitalize; }
.main-carousel3 .owl-nav button {width: 34px;height: 34px;display: inline-flex;background: #f0fdff !important;justify-content: center;border-radius: 30px;margin: 4px;font-size: 26px !important;line-height: 42px !important;}
.main-carousel3 .owl-nav {margin-top: 20px;text-align: center;}
.main-carousel3 .owl-nav button span { line-height: 30px !important; display: flex; align-items: center; justify-content: center; }
.testimonial-rating { display: block; padding: 0 0 10px; }
.testimonial-rating i.filled { color: rgb(243, 156, 18); }

/* contact */
.formbox {padding: 37px;border: 4px solid #157480;border-radius: 5px;width: 100%;display: inline-block; }
.formbox .wpcf7-response-output { line-height: 24px; }
.formgroup {margin-bottom: 25px;}
.textInput {width: 100%;padding: 5.5px 15px;font-size: 16px;line-height: 27px;border: none;box-shadow: 0 0 6px #cdcdcd;border-radius: 10px;}
.btnLin {transition:.5s;font-size: 16px;line-height: 16px !important;background: #157480;color: #fff;padding: 10px 18px;border-radius: 25px;border: 2px solid #157480;display: inline-block;width: 100%;font-weight: bold;}
.btnLin:hover,.btnLin:focus{background-color: #000;color:#fff;transition:.5s;}
textarea { resize: none; }
.formbox textarea {height: 97px; }
.mapiframe iframe {width: 100%;height: 100%;border: none;}
.mapiframe {height: 100%;width:100%;display: inline-block;}
.formMap .sHeading p {max-width: 573px;width: 100%;margin: 0px auto;}

/* footer */
footer{position: relative;float: left;width:100%;}
.rebg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: .29;object-fit: cover;}
.topFooter {position: relative;}
.topFooter ul {padding-left: 0;}
.socialm {display: flex;align-items: center;flex-wrap: wrap;margin-top:20px;}
.socialm a {font-size: 30px;color: #fff;margin-right: 15px;}
.menuLink ul li a, .workHour ul li {color: #fff;    line-height: 27px;}
.officelo21 {display: flex;color: #ffffff;align-items: center;}
.officelo21 i,.pcall i, .elink i {margin-right: 6px;font-size: 30px;width: 35px;height: 35px;min-width: 35px;display: flex;align-items: center;justify-content: center;}
.pcall, .elink {color: #ffffff;display: flex;align-items: center;}
.eaddress {color: #ffffff; }
.eaddress:hover, .eaddress:focus {color: #cdcdcd; }

.pcall:hover, .elink:hover, .pcall:focus, .elink:focus, .socialm a:hover,.menuLink ul li a:hover,.copyright p a:hover {color: #cdcdcd;}
.pcall {margin:20px 0;}

.copyright p{margin: 0;color:#fff;}
.copyright p a{margin: 0;color:#fff;}
.copyright p span {margin: 0 8px;}


/* our team */
.inbanbox > img {height: 450px;object-position: top;}


/* contact */
.mapiframe1 {float: left;width: 100%;}
.mapiframe1 iframe {width:100%;height:500px;border: none;}
.contactinfo.cBlackb {background: #157480;padding: 20px;height: 100%;}
.contSec .formbox {border-radius: 0;height: 100%;}
.contactinfo.cBlackb .workHour {margin-top: 20px;}
.contactinfo.cBlackb .workHour ul {padding: 0;}

/* blog */
.topheadingbox {display: inline-block;width: 100%;}
.blogboxinner h2 {line-height: 1;}
.blogboxinner h2 a {color: #157480;}
.blogboxinner a {color: #157480;}
.blogboxinner {display: inline-block;width: 100%;padding: 30px;}
.blogfullbox {display: inline-block;width: 100%;margin-bottom: 50px;background: #f7f7f7;height: calc(100% - 50px);}
.blogdetails h1, .blogdetails h2, .blogdetails h3, .blogdetails h4, .blogdetails h5 {line-height: 1;margin: 12px 0;color: #157480;}
.blogdetails .blogdetails1 ul li {display: list-item;}
.blogdetails .post-navigation .nav-links {display: inline-flex;justify-content: space-between;width: 100%;margin-top: 40px;gap:20px;}
.blogdetails .post-navigation .nav-links .nav-next p.post-title {text-align: right;}
.blogdetails .post-navigation .nav-links p.meta-nav {display: flex;gap: 6px;}
.blogdetails .post-navigation .nav-links .nav-next p.meta-nav {justify-content: flex-end;}
footer.entry-footer.default-max-width {margin-bottom: 30px;}
.blogdetails a {color: #1c7f88;}
.comments-area label {display: block;}
.comments-area input#submit {font-size: 16px;background: #c47a12;color: #fff;padding: 8px 18px;border-radius: 25px;border: 2px solid #c47a12;display: inline-block;line-height: normal;}
.comments-area input#submit:hover {background: #000;border: 2px solid #000;}
.post-categories a {line-height: 1.2;margin-bottom: 10px;display: inline-block;}
.widget-title {line-height: 1;font-size: 18px;color: #157480;}
.widget nav ul {padding-left:15px;}
.widget nav ul li:before {content: '\f105';position: absolute;left: 2px;font-family: 'FontAwesome';color: #157480;}
.widget nav ul a {color: #000;}
.imcontent p {color: #fff;}
.imcontent {padding: 15px 0;}
.blogsec img {width: 100%;height: auto;}
.widget {margin-bottom: 15px;}
.topcontentb .row-box {display: flex;flex-wrap: wrap;align-items: center;}
.h100w {height:100%}
.blogboxcon1 h2 {margin: 0;}
.recent-articles-info {display: flex;margin-bottom: 15px;}
.recent-articles-info .blogboximage img {height: 100%;width: 100%;object-fit: cover;min-width: 100px;max-width: 100px;margin-right: 10px;}
.recent-articles-info .blogboxcon1 h2 {font-size: 18px;}

/* review */
.testimonial-form { font-size:16px; line-height:24px;  }	
.testimonial-form label {display: block;margin-bottom: 4px;}	
.testimonial-form .rating-stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; }
.testimonial-form .rating-stars input { display: none; }
.testimonial-form .rating-stars label { font-size:55px; line-height: 46px; color: #ccc; cursor: pointer; transition: color 0.2s; }
.testimonial-form .rating-stars input:checked ~ label, .testimonial-form .rating-stars label:hover, .testimonial-form .rating-stars label:hover ~ label { color: gold; }
.testimonial-form .rating-text { margin-bottom: 5px; font-weight: bold; color: #333; }
.testimonial-formbox textarea#description, .testimonial-formbox input[type="text"], .testimonial-formbox input[type="email"] {width: 100%;padding: 10px;border: 1px solid #e1e1e1;}
span#rating-text {display: block;font-weight: bold;margin-top: 10px;color: #157480;}
div#desc-counter {font-size: 14px;}
.testimonial-formbox p {margin-bottom: 22px;}
.tesSecreview .testiful {    border: 1px solid #cfcfcf;}
.tesSecreview {background: #f9f9f9;}
.testimonial-formbox textarea#description {height: 100px;}
.tesSecreview .main-carousel1 .item {padding-left: 30px;padding-top: 50px;}
.main-carousel3 .owl-stage, .main-carousel3 .owl-stage .owl-item, .main-carousel3 .owl-stage .owl-item .item {display: flex;}
.with-gallery {padding: 30px 0 70px;}
.blogsec .topheadingbox ul li {display: list-item;}

/* img */

body img{max-width:100%;height:auto;}

/* faq */
.set{position: relative;width: 100%;height: auto;margin-bottom:20px;border:1px solid #efefef;}
.set > a{display: block;padding:10px 40px 10px 15px;text-decoration: none;color: #000;font-weight: 600;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;transition:all 0.2s linear;line-height: 1.2;}
.set > a i {float: right;margin-top: 2px;position: absolute;right: 20px;}
.set > a.active{background-color:#157480;color: #fff;}
.content{background-color: #fff;display:none;}
.content p{padding: 10px 15px;margin: 0;color: #333;}
.content ul li {display: list-item;}