/*header active start*/

	.site-header{position: relative;  z-index: 999;}
	/*.header-main{width: 100%; position: fixed; z-index:999; transition: all 0.5s linear; top:0 !important; }*/
	.header-main.sticky {box-shadow: 0 0 10px rgba(0,0,0,0.4);background:#000;transform: translateY(0%) !important;}
	.header-main{transition: all 400ms ease-in-out;}
	.header-main.active{transform: translateY(-100%);}


/*header active end*/

.header-btn-main .btn.btn-with-arrow{background:#fff;color:#000000;}
.header-btn-main .btn.btn-with-arrow:after{background:url(../images/w-right-arrow.svg);background-color:#000;background-size:20px;background-repeat:no-repeat;background-position:center;center;}
.header-btn-main .btn.btn-with-arrow.border-btn{background:transparent;border-color:#fff;color:#fff;}
.header-btn-main .btn.btn-with-arrow.border-btn:after{background:url(../images/right-arrow.svg);background-color:#fff;background-size:20px;background-repeat:no-repeat;background-position:center;}

/*index css Start*/

	.header-main .header-inner-main {position: relative; background-color: #000; transition: all 400ms ease; border-radius: 47px;padding: 0px 18px 0px 50px;}

	.header-main .header-inner-main .header-inner {width: calc(100% - 100px); align-items: center; padding-left: 60px;}
	.header-main .header-inner-main  nav.navbar {padding: 0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: -webkit-box; display: flex; flex-wrap: nowrap; align-items: center;}
.header-main .header-inner-main .header-inner .header-menu ul li a{position:relative;font-size:18px;color:#fff;margin:0px 18px;font-weight:500;padding:34px 0px 35px;}
	/*.header-main .header-inner-main .header-inner .header-menu ul li a:hover { color:#000 !important;}
	.header-main .header-inner-main .header-inner .header-menu ul li a.active {color:#000 !important; }*/
	.header-main .header-inner-main .header-inner .header-menu ul li a:after{display:block; content: ''; position: absolute; bottom: 22px; width: 100%; left: 0px; border-bottom: 2px solid #fff; transform: scaleX(0); transition: transform 250ms ease-in-out;}
	.header-main .navbar-container {width: 100%; margin-right: auto; margin-left: auto;}
	.header-main .header-inner-main .header-menu-inner{display:flex;align-items:center;justify-content:space-between;width:100%; gap: 30px;}
	.header-main .header-inner-main .header-menu-inner .header-btn-main{display: flex;align-items: center; gap: 18px;}
	.header-main .header-inner-main .header-menu-inner .header-btn a{margin:5px 0px 5px 10px;padding:13px 25px 13px;min-width: 138px;border-radius: 50px;}	
	.header-main .header-inner-main .header-inner .header-menu ul li.active a {color: #fff !important; } 
	.header-main .header-inner-main .header-inner .header-menu ul li a:hover:after, .header-main .header-inner-main .header-inner .header-menu ul li.active a:after {transform: scaleX(1); transform-origin: 50% 50%;}

	.app-link-main{display:flex;align-items:center;}
	.app-link-main .app-img-wp{padding:0px!important;width:110px;height:38px;}
	.app-link-main .app-img-wp img{max-width:100%;}

	.modal-open .header-main.sticky {padding-right: 6px; }

	.header-main .header-btn-main .header-btn{font-size:18px;font-weight:600;font-family:'Manrope',sans-serif;text-transform:unset;min-width:164px;padding:17px 18px 18px;line-height:1;}
	.header-main .header-btn-main .header-btn:after{background:#272727;border-radius:25px;}
	.header-btn-main .call-link{display:flex;align-items:center;font-size:18px;}
	.header-btn-main .call-link svg{width:25px;height:25px;margin-right:20px;}
	.header-btn-main .call-link:hover svg{fill:#F8CE5A;}

	
/*toggele switch*/

	.header-main button.navbar-toggler {padding: 0; border: none; margin: 10px 0; top: 30px; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(2) {visibility: hidden; opacity: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(2) {visibility: visible; opacity: 1; }
	.header-main button.navbar-toggler span.icon-bar:nth-child(1) {top: 10px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {margin-right: auto; margin-left: 0; }
	.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(1), .header-main .header-inner .header-right button.navbar-toggler.collapsed span.icon-bar:nth-child(3) {top: 0; transform: rotate(0); -webkit-transform: rotate(0); -ms-transform: rotate(0); background: #fff; width: 18px; margin-right: 0; }
	.header-main button.navbar-toggler span.icon-bar {margin: auto; background-color: #fff; border-radius: 2px; display: block; height: 3px; position: relative; width: 28px; -webkit-transition: all 200ms ease; -moz-transition: all 200ms ease; -o-transition: all 200ms ease; -ms-transition: all 200ms ease; transition: all 200ms ease; }
	.header-main button.navbar-toggler .icon-bar+.icon-bar {margin-top: 6px; }
	.header-main .header-right {padding-left:0px;width: 100%;}
	.header-main button.navbar-toggler span.icon-bar:nth-child(3) {top: -8px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }

	.header-main.header-bg-white{box-shadow:0 0 10px rgba(0,0,0,0);}
	.header-main.header-bg-white .header-inner-main{background:#fff;}
	.header-main.header-bg-white .header-inner-main .header-inner .header-menu ul li a{color:#000;}
	.header-main.header-bg-white .header-logo-2{visibility:visible;opacity:1;}
	.header-main.header-bg-white .header-logo-1{visibility:hidden;opacity:0;}
	.header-main.header-bg-white .dropdown-click{color:#000;}
	.header-main.header-bg-white .header-btn-main a.call-link{color: #000;}
	.header-main.header-bg-white .header-btn-main a.call-link svg g path{    fill: #000 !important;}
	.header-main.header-bg-white button.navbar-toggler.collapsed span.icon-bar:nth-child(1), .header-main.header-bg-white .header-inner .header-right button.navbar-toggler.collapsed span.icon-bar:nth-child(3), .header-main.header-bg-white button.navbar-toggler span.icon-bar {background: #000;}
	
	/*dropdown*/

	.header-main.header-bg-white.active.sticky{box-shadow:0 0 10px rgba(0,0,0,0.4);}

/*	.header-main.active.sticky .header-inner-main .header-inner .header-menu ul li a{color: #000;}*/
	
	.header-logo a{display:inline-block;width:auto;position:relative;}
	
/*.header-main.nav-area.active.sticky .header-inner-main {background: #fff; }*/
.header-main.sticky{position:fixed;width:100%;left:0px;right:0px;top:0px;}
.header-main{position:absolute;width:100%;right:0;top:40px;left:0px;}
.header-logo svg {max-width: 99px; }
/*index css Start*/

.login-btn ul li{display:inline-block;margin-left:30px;}


/*home-details listed property*/


.dropdown-click{display:inline-block;vertical-align:unset;border:1px solid transparent;padding:0px;font-size:18px;line-height:normal;border-radius:0px;padding:2px 5px;cursor:pointer;background:transparent!important;color:#fff; transition:none;}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > .dropdown-click{margin-left:-15px;}
.dropdown-click[aria-expanded="true"] .fa-angle-down:before{content:"\f106";}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item.active .main-menu > .dropdown-click i{color:#F8CE5A;}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > a:hover +.dropdown-click {color: #F8CE5A; }


ul.dropdown-ulmenu{display:flex;flex-direction:column;gap:10px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a{font-size:16px;font-weight:400;margin: 0px; padding-left:55px;line-height:22px;color:#000;position:relative;width:100%;}
ul.dropdown-ulmenu li a:after{display:none;}
ul.dropdown-ulmenu li a:before{content:'';width:15px;height:22px;display:inline-block;background:url(../images/logo-icon.svg);background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute;left:15px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a:hover{ padding-left:60px; text-decoration:underline; color:#FCBC13;}



.sdropdown-row{display:flex;flex-wrap:wrap;}
.sdropdown-row .sdropdown-col{width:calc(33.33%);padding:0px 40px;border-right:1px solid #c9c8c8;}
.sdropdown-row .sdropdown-col:last-child{border-right:none;}
.sdropdown-header {display: flex; width: 100%; background: #FFF8E6; padding: 20px; border-radius: 20px; align-items: center; margin-bottom: 15px; }
.sdropdown-header .sdropdown-icon{display:inline-block;width:35px;height:35px;}
.sdropdown-header .sdropdown-icon img{width:100%;height:100%;object-fit:contain;}
.sdropdown-header .sdropdown-text{display:inline-block;width:calc(100% - 35px);padding-left:15px;font-weight:600;font-size:22px;}


@media (min-width: 992px) { 
.dropdown-main-wp{position:absolute;left:0;right:0;top:100%;background:#fff;margin-top:1px;width:100%;}
/*.dropdown-main-wp .dropdown-main:after{content:'';position:absolute;width:100vw;background:#fff;top:0px;left:-37.7%;right:0px;height:100%;z-index:-1;}*/
.dropdown-main-wp .dropdown-main:after {content: ''; position: absolute; background: #fff; top: 0px; right: 0px; height: 100%; left: 50%; z-index: -1; width: 100vw; margin-left: -50vw; left: calc(50% - 8px); }
.s_item_row-main .s_item_row .s_item{margin-bottom:40px;}
.dropdown-main .s_item_row h4 .dropdown-click{display:none;}
.s_item_row-main .s_item_row .s_item .sub-menu-main.collapse{display:block;}
.dropdown-main-wp .dropdown-main{padding:20px 0px;}
.s_item_row-main{display:flex;margin-left:-15px;margin-right:-15px;}
.s_item_row-main .s_item_row{width:25%;padding:15px;}
.s_item_row-main .s_item_row .s_item:last-child{margin-bottom:0px;}

ul.sub-menu li.sub-menu-link a:after{content:'';position:absolute;width:0;height:2px;display:block;right:0;background:#000;transition:width .3s ease;-webkit-transition:width .3s ease;}
ul.sub-menu li.sub-menu-link a:hover:after{width:100%;left:0;background:#F8CE5A;}
ul.sub-menu li.sub-menu-link a{position:relative;}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item:hover .dropdown-main-wp {display: block; }

/*.header-main .sm_menu_main{position:relative;}*/
.header-main .sm_menu_main .sdropdown-wp {position:absolute;left:-50px;right: -18px; top:100%;background: transparent;padding-top: 10px;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li{width:100%;padding:5px 15px;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li a{font-size:15px;line-height:22px;padding:2px 0px;position:relative; color: #000;margin: 0px;}

.header-main .sm_menu_main .sdropdown-wp .sdropdown-main {background: #fff; -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25); padding:40px 0px; position: relative; border: none; border-radius: 25px; }
/*.header-main .sm_menu_main .sdropdown-wp .sdropdown-main:after{content:'';position:absolute;width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-bottom:0px solid #F8CE5A;bottom:100%;left:15px; transition: all 100ms ease;}*/
/*.header-main .sm_menu_main .sdropdown-wp.show .sdropdown-main:after {border-bottom: 20px solid #F8CE5A; }*/
/*.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li a:after{content:'';position:absolute;width:0;height:2px;display:block;right:0;background:#000;transition:width .3s ease;-webkit-transition:width .3s ease;}*/
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li a:hover:after{width:100%;left:0;background:#F8CE5A;}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.sm_menu_main:hover .sdropdown-wp {display: block; }
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.sm_menu_main:hover .sdropdown-main:after {border-bottom: 20px solid #F8CE5A; }


.sdropdown-row .sdropdown-col .innder-sdropdown-wp{display:block;}
.sdropdown-row .sdropdown-col .dropdown-click{display:none;}
.services-sub-menu .ssm-row{display:flex;gap: 30px;padding: 0px 30px;}
.services-sub-menu .ssm-col .ssm-link{position:relative;margin:0px!important;font-weight:500;padding: 15px!important;z-index: 1;}
.services-sub-menu .ssm-col-img{background:#FCECBC;border-radius: 10px;margin-bottom: 5px;}
.services-sub-menu .ssm-col-img img{max-width:80%;margin:0px auto;display:block;transition: all 400ms ease-in-out;transform: scale(1);}

.services-sub-menu .ssm-txt{font-size:18px;display:inline-block;width:100%;padding-top:5px;text-align:center;color: #000;transition: all 400ms ease;}
.services-sub-menu .ssm-col .ssm-link::after{display:none!important;}
.services-sub-menu .ssm-col .ssm-link:hover .ssm-col-img img{transform:scale(1.2);}
/*.services-sub-menu .ssm-col .ssm-link:before{content:'';position:absolute;left:0px;right:0px;bottom:0px;top:0px;background:#FCECBC;z-index:-1;border-radius:10px;opacity:0.5;transition:all 400ms ease;width:90%;height:90%;margin:auto;visibility:hidden;opacity:0;}
.services-sub-menu .ssm-col .ssm-link:hover:before{width:100%;height:100%;opacity:0.5;visibility:visible;}*/

.services-sub-menu .ssm-col .ssm-link:hover .ssm-txt {color: #fcbc13; }

 }

@media (max-width: 1699px) { 
.header-main .header-inner-main .header-inner .header-menu ul li a {font-size: 17px; margin: 0px 14px; }
}


 @media (max-width: 1599px) { 

.header-main .header-inner-main .header-inner .header-menu ul li a{font-size:15px;}
.header-btn-main .call-link{font-size:16px;}
.header-btn-main .call-link svg{width:20px;height:20px;margin-right:15px;}
.header-btn-main .btn {font-size: 15px; }
/*.header-main .header-inner-main .header-menu-inner > .navbar-nav{width:calc(100% - 295px - 107px);}*/


 }

 @media (max-width: 1499px) {

.header-main .header-inner-main .header-inner .header-menu ul li a{margin:0px 12px;}
.header-btn-main .btn{font-size:14px;}

.sdropdown-header .sdropdown-text{font-size:18px;}
.sdropdown-header{padding:15px;border-radius:15px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a{padding-left:50px;font-size:15px;}
.sdropdown-row .sdropdown-col{padding:0px 30px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a:hover{padding-left:55px;}
ul.dropdown-ulmenu li a:before{left:10px;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main{padding:30px 0px;}
.services-sub-menu .ssm-txt {font-size: 16px; }
.services-sub-menu .ssm-col .ssm-link{ padding:10px !important; }


}


 @media (max-width: 1399px) { 

/*.header-main .header-inner-main .header-menu-inner > .navbar-nav{width:calc(100% - 295px);}*/


.header-main .header-inner-main .header-inner .header-menu ul li a{margin:0px 10px;}
.header-main .header-inner-main{padding:0px 15px 0px 25px;border-radius:40px;}
.header-btn-main .btn.btn-with-arrow{font-size:14px;padding:15px 44px 15px 15px;}
.header-btn-main .btn.btn-with-arrow:after{width:35px;height:35px;right:5px;}
.header-main .header-inner-main .header-menu-inner .header-btn-main{gap:10px;}

.header-btn-main .btn:before{left:-40px;}

.header-logo svg {max-width: 85px;}
.header-main .header-inner-main .header-inner {width: calc(100% - 85px);}

.header-main .sm_menu_main .sdropdown-wp {left: -25px; right: -15px; }

}

@media (max-width: 1299px) { 

.header-main .header-inner-main .header-inner .header-menu ul li a{font-size:15px;margin:0px 9px;}
.header-btn-main .call-link{font-size:15px;}
.header-btn-main .call-link svg{width:17px;height:17px;margin-right:8px;}
.header-btn-main a.call-link{margin-right:15px;}
.header-main .header-btn-main .header-btn{font-size:15px;min-width:125px;padding:10px 10px 12px;line-height:1;}
/*.header-main .header-inner-main .header-menu-inner > .navbar-nav{width:calc(100% - 255px);}*/
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > .dropdown-click{margin-left:-8px;}
.header-main .header-inner-main .header-inner {padding-left: 35px; }
.header-btn-main .btn.btn-with-arrow {font-size: 14px; }
.header-main .header-inner-main{padding:0px 10px 0px 20px;}
.header-btn-main .btn.btn-with-arrow{font-size:12px;}

.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li{padding-top:0px;padding-bottom:0px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a{font-size:14px;padding-left:40px;}
.sdropdown-header .sdropdown-icon{width:30px;height:30px;}
.sdropdown-header .sdropdown-text{width:calc(100% - 30px);padding-left:10px;}

}

 @media (min-width: 992px) { 
 	.get-in-touch .mail {display: none; }
 	.header-address {display: none; }
 }

 @media (max-width: 1199.98px) { 

	.header-main .header-inner-main .header-inner .header-menu ul li a{font-size:13px;}
	.header-btn-main .btn.btn-with-arrow{padding:15px 35px 15px 10px;font-size:11px;}
	.header-btn-main .btn.btn-with-arrow:after{width:25px;height:25px;right:5px;background-size:15px;}
	.header-main .header-inner-main .header-menu-inner{gap:10px;}
	.header-main .header-inner-main .header-inner{padding-left:25px;}
	.header-btn-main .btn:before{left:-31px;}

	.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a{font-size:13px;}
	.sdropdown-header .sdropdown-text{font-size:16px;}
	.services-sub-menu .ssm-txt {font-size: 14px; }

}





 @media (max-width: 991.98px) { 

/*.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > a {padding: 3px 15px; display: inline-block; font-size: 40px; font-weight: 600; }*/
.dropdown-main{padding:10px 15px;background:#FFF8F0;}
.dropdown-main .s_item_row-main{padding:5px 3px;}
.dropdown-main .s_item_row-main .s_item{padding:1px 0px;}
.dropdown-main .s_item_row-main .s_item h4{position:relative;font-size:20px;line-height:30px;padding:5px 25px 5px 0px; margin-bottom: 0px;}
.dropdown-main .s_item_row-main .s_item h4 .dropdown-click{position:absolute;right:0;left:0;text-align:right;padding-top:0px;}
ul.sub-menu li.sub-menu-link{padding:4px 8px;}
.dropdown-main .s_item_row-main .s_item h4 .dropdown-click i{font-size:24px;margin-right:-10px;width:28px;height:28px;text-align:center;background:#000;line-height:28px;color:#fff;border-radius:4px;}
ul.sub-menu li.sub-menu-link a{font-size:16px;}
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > .dropdown-click {color: #fff; font-size: 25px; margin-left: 0px; vertical-align: baseline; position: absolute; right: 4px; padding: 2px 10px; top: 0px; height: auto; line-height: normal; }
.header-main .header-menu .header-menu-inner ul.navbar-nav > li.nav-item .main-menu{position:relative;padding-right:40px;}

.header-menu .hedear-call-us li button.btn{min-width:180px;font-size:14px;padding:10px;}
.header-menu .hedear-call-us li button.btn:after{display:none;}
.header-main .header-inner-main .header-menu-inner .header-btn-main {justify-content: center;display: flex;flex-wrap: wrap;align-items: flex-start;max-width: 96%;margin: auto;padding: 12px;margin-bottom: 30px;margin-top: 30px;flex-direction: column-reverse;width: 100%;}
.header-main .header-inner-main .header-inner .header-menu .header-menu-inner {position: fixed;top: 0px;left: 0px;right: 0px;background: #000;z-index: 777;height: 0;overflow: auto;transition: all 400ms ease;/* transform: translateX(-100%); */visibility: hidden;opacity: 0;padding-bottom: 5vh;width: 100%;max-width: 91%;margin: auto;border-top-right-radius: 30px;border-top-left-radius: 30px;border-radius: 30px;box-shadow: 1px 8px 16px rgba(0, 0, 0, 0.7);}
.header-main .header-inner-main .header-inner .header-menu.show .header-menu-inner {transform: translateX(0);visibility: visible;opacity: 1;height: calc(90vh - 85px);top: 90px;}
.header-main .header-inner-main .header-inner .header-menu ul li a {margin: 0; padding: 0px 10px; width: auto; color: #fff; font-size: 30px; }
.header-main .header-right {margin-right: 0px; text-align: right;}
.header-main .navbar-container{ padding:14px 0px; }

.header-main .header-inner-main .header-inner .header-menu .header-menu-inner{display: flex; flex-direction: column; justify-content: space-around !important;}
.header-main .header-inner-main .header-menu-inner .header-btn{justify-content:center;}
.header-main .header-inner-main .header-menu-inner .header-btn a{margin:20px 10px;}


.header-main .header-menu .header-menu-inner > ul > li{text-align:left; width: 100%;}
.header-main .header-inner-main .header-inner .header-menu .header-menu-inner{padding-top:20px;}
.header-main .header-menu .header-menu-inner > ul > li:last-child{border-bottom:none;}
.header-main .header-menu .header-menu-inner > ul{width:85%;max-width:400px;margin:auto;}


.login-btn ul li {margin-left: 00px;display: block;}
.header-menu ul li .login-btn a.btn{color:#fff!important;}
.header-menu ul li .login-btn a.btn::after{display:none!important;}
.header-main .header-inner-main .header-inner .header-menu ul li a:hover:after,.header-main .header-inner-main .header-inner .header-menu ul li a.active:after{transform-origin:unset!important;bottom:0px;}
.header-main .header-menu .header-menu-inner .login-btn > ul > li {padding-bottom: 20px;}

.header-main .header-right .navbar-toggler{outline:none!important;box-shadow:none; background: transparent;}
.header-main .header-inner-main .header-inner .header-menu ul li a:after{display:none;}

.header-main .header-inner-main .header-menu-inner .header-btn{flex-wrap:wrap;}

.header-main .sm_menu_main .sdropdown-wp .sdropdown-main{padding:10px;background:#2e2e2e;border-radius: 10px;max-width: 96%;margin: 6px auto;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li a{padding:6px 8px;font-size:16px;font-weight:500;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li{padding:5px 0px;}


.header-main .header-inner-main .header-menu-inner > .navbar-nav{width:100%;max-width:96%; margin-top: 0px;}

.header-btn-main a.call-link {background: #000; padding: 0px; margin-top: 10px; min-width: auto; text-align: left; justify-content: center; border-radius: 6px; font-size: 16px; }
.header-main .header-inner-main .header-menu-inner .header-btn{padding:15px 20px;min-width:190px;font-size:16px;border-radius:5px;}

.header-main.active.sticky .header-btn-main a.call-link{color:#fff;}
.header-main.active.sticky .header-btn-main a.call-link svg g path{fill:#000 !important;}
.header-main .header-btn-main .header-btn:after {border-radius: 5px; }


.header-main.header-bg-white .header-btn-main a.call-link{color:#fff;}
.header-main.header-bg-white .header-btn-main a.call-link svg g path{fill:#fff!important;}


.get-in-touch{text-align:left;padding:0px!important;min-width:auto!important;width:auto!important;display:inline-block!important;font-size:23px!important;background:none!important;border:none!important;line-height:25px!important;letter-spacing:1px;}
.get-in-touch span.mail{display:inline-block;font-size:16px;color:#f05d26;width:100%; margin-top: 9px;}
/*.header-btn-main .call-link svg{width:20px;height:20px;}*/
.header-address{max-width:93%;margin:auto;padding:12px;margin-bottom:0px;text-align:left;width: 100%;}
.header-address span{color:#fff;text-align:left!important;display:inline-block;font-size:15px;max-width:200px;line-height:24px;}
.header-main .header-inner-main .header-menu-inner .header-btn:before {display: none; }


.header-main.nav-area.active.sticky .header-inner-main .header-menu .header-menu-inner{background:#fff;}
.header-main.nav-area.active.sticky .header-inner-main .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > .dropdown-click{color:#000;}
.header-main.active.sticky .header-btn-main a.call-link{background:none;color:#000;}
.header-main.active.sticky .header-btn-main .header-btn{color:#000;}
.header-main.active.sticky .header-address span{color:#000;}

.header-main.nav-area.header-bg-white .header-inner-main .header-menu .header-menu-inner{background:#fff;}
.header-main.nav-area.header-bg-white .header-inner-main .header-menu-inner ul.navbar-nav > li.nav-item .main-menu > .dropdown-click{color:#000;}
.header-main.header-bg-white .header-btn-main a.call-link{background:none;color:#000;}
.header-main.header-bg-white .header-btn-main .header-btn{color:#000;}
.header-main.header-bg-white .header-address span{color:#000;}


.header-main.header-bg-white .sm_menu_main .sdropdown-wp .sdropdown-main, .header-main.active.sticky .sm_menu_main .sdropdown-wp .sdropdown-main {background: #FFF8F0; }
.header-main.header-bg-white .header-btn-main a.call-link svg g path {fill: #000 !important; }

.header-main{top:15px;}
.header-main .header-inner-main{padding:0px 25px;}
.header-logo svg{max-width:80px;height:50px;overflow:hidden;margin-left:-40px;}
.header-main .navbar-container{padding:10px 0px;}

.sdropdown-row .sdropdown-col > .sdropdown-header{display:none;}
.sdropdown-row .sdropdown-col{width:100%;border:none;padding:0px;}
.sdropdown-row .sdropdown-col .dropdown-click{width:100%;position:relative;padding-right:25px;}
.sdropdown-row .sdropdown-col .dropdown-click .sdropdown-header{margin-bottom:0px;background:transparent;padding:0px;text-align:left;}
.sdropdown-row{gap: 18px;padding: 8px 0px;}
.sdropdown-header .sdropdown-text{font-size:20px;font-weight:500;}
.sdropdown-row .sdropdown-col .dropdown-click i.fa.fa-angle-down{position:absolute;right:6px;top:0px;bottom:0px;margin:auto;height:15px;font-size:23px;line-height:15px;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a{font-size:14px;padding-left: 39px;color: #fff;}
.header-main .header-inner-main .header-inner .header-menu ul.dropdown-ulmenu li a:hover{padding-left: 40px;}
.header-main .sm_menu_main .sdropdown-wp .sdropdown-main ul li{padding:0px;}
.sdropdown-row .sdropdown-col .innder-sdropdown-wp ul.dropdown-ulmenu{padding: 10px 4px;/* background:#fff; */border-radius:8px;}
.sdropdown-row .sdropdown-col .innder-sdropdown-wp{padding: 0px 5px;}
ul.dropdown-ulmenu li a:before{left:5px;}

.sdropdown-header .sdropdown-icon img{filter: invert(100%) sepia(1%) saturate(648%) hue-rotate(216deg) brightness(113%) contrast(100%);}

.header-btn-main .btn.btn-with-arrow{font-size:15px;padding:18px 53px 18px 20px;border-radius:50px;}
.header-btn-main .btn.btn-with-arrow:after{width:30px;height:30px;right:10px;}


.header-logo svg g#Group_68{display:none;}
.header-main .header-logo{overflow:hidden;width:40px;}
.header-main .header-inner-main .header-inner .header-menu .header-menu-inner:before {content: 'Menu'; font-size: 14px; color: #fcbc13; font-weight: 500; width: 90%; display: inline-block; text-align: left; padding: 5px 0px; }

.services-sub-menu .ssm-col .ssm-link{display:flex;align-items:center;width:100%;padding:5px 5px!important;border-radius:5px;}
.services-sub-menu .ssm-link .ssm-col-img{width:60px;height:60px;background:#fff9eb;border-radius:5px;}
.services-sub-menu .ssm-link .ssm-col-img img{width:100%;height:100%;object-fit:contain;transform:scale(1.2);max-width:95%;margin:0px auto;display:block;transition:all 400ms ease;}
.services-sub-menu .ssm-txt{width:calc(100% - 60px);padding-left:20px;font-size:15px;}
.services-sub-menu .ssm-col .ssm-link:hover{background:#8a8780;}
.services-sub-menu  .ssm-row{display:flex;flex-direction:column;gap:10px;}
.services-sub-menu .ssm-link:hover .ssm-col-img img{transform:scale(1.3);}

}

@media (max-width: 767.98px) { 





}

.header-main .header-menu ul.sub-menu li.sub-menu-link.active a {color: #000; }


@media (min-width: 992px){
    ul.sub-menu li.sub-menu-link.active a:after {width: 100%; left: 0; background: #F8CE5A;}
}




@media (max-width: 576px) {




}
