@charset "utf-8";
/* CSS Document */

::selection {
color: var(--bs-white);
background: var(--bs-primary);
}

/*----
Main Menu ----*/
.stellarnav{position: relative; margin-left: auto; font-weight: 600;}
.stellarnav a{color: var(--bs-secondary);}
.stellarnav ul{margin: 0; padding: 0;}
.stellarnav li{list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal;}
.stellarnav li a{padding: 12px 20px; display: block; text-decoration: none; color: var(--bs-secondary); box-sizing: border-box; position: relative; text-transform: capitalize;}
.stellarnav li a:hover{color: var(--bs-primary); }
.stellarnav > ul > li > a:hover, .stellarnav > ul > li:hover > a, .stellarnav > ul > li.current-menu-item > a, .stellarnav > ul > li.current-menu-parent > a{color: var(--bs-primary);}
.stellarnav > ul > li > a{padding: 0 20px; position: relative; color: var(--bs-secondary); border: none;}
.stellarnav > ul > li > a:hover{text-decoration: none; color: var(--bs-primary);}
.stellarnav ul ul{top: auto; width: 275px; position: absolute; z-index: 9900; text-align: left; display: none; background: var(--bs-white); padding:  6px 0;}
.stellarnav li li{display: block;}
.stellarnav ul ul ul{top: 0; left: 275px}
.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: 275px}
.stellarnav.dark{background: var(--bs-secondary)}
.stellarnav.dark a{color: var(--bs-secondary)}
.stellarnav.dark ul ul{background: var(--bs-secondary)}
.stellarnav.dark li a{color: var(--bs-secondary)}
.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: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; margin-left: 10px; display: inline-block; position: relative; font-size: 14px;}
.stellarnav li li.has-sub > a:after{ content: '\f105'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 12px;}
.stellarnav li.drop-left li.has-sub > a:after{float: left; margin-right: 10px; border-left: 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-right: 3px solid var(--bs-secondary)}
.stellarnav.hide-arrows li.has-sub > a:after, .stellarnav.hide-arrows li li.has-sub > a:after, .stellarnav.hide-arrows li.drop-left li.has-sub > a:after{display: none}
.stellarnav .menu-toggle, .stellarnav .close-menu, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{display: none; text-decoration: none}
.stellarnav .dd-toggle{display: none; position: absolute; top: 0; right: 0; padding: 0; width: 50px; height: 52px; 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 svg{fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px}
.stellarnav a.dd-toggle .icon-plus{box-sizing: border-box; transition: transform .3s; width: 100%; height: 100%; position: relative; vertical-align: middle; display: inline-block; position: relative; background: var(--bs-primary);}
.stellarnav a.dd-toggle .icon-plus:before{content: '\f107'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; display: block;  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: var(--bs-white);}
.stellarnav li.open > a.dd-toggle .icon-plus:before{content: '\f00d'; font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; color: var(--bs-white);}
.stellarnav.light a.dd-toggle .icon-plus:before{border-color: var(--bs-secondary)}
.stellarnav.light a.dd-toggle .icon-plus:after{border-color: var(--bs-secondary)}
.stellarnav.dark a.dd-toggle .icon-plus:before{border-color: var(--bs-secondary)}
.stellarnav.dark a.dd-toggle .icon-plus:after{border-color: var(--bs-secondary)}
.stellarnav .icon-close{box-sizing: border-box; width: 30px; height: 30px; position: relative; display: flex; align-items: center; margin-left: 0; margin-right: 0}
.stellarnav .icon-close:before{content: ''; display: block; width: 30px; height: 0; border-bottom: solid 3px var(--bs-secondary); position: absolute; top: auto; transform: rotate(45deg)}
.stellarnav .icon-close:after{content: ''; display: block; width: 30px; height: 0; top: auto; border-bottom: solid 3px var(--bs-secondary); position: absolute; transform: rotate(-45deg)}
.stellarnav.light .icon-close:before{border-color: var(--bs-secondary)}
.stellarnav.light .icon-close:after{border-color: var(--bs-secondary)}
.stellarnav.dark .icon-close:before{border-color: var(--bs-secondary)}
.stellarnav.dark .icon-close:after{border-color: var(--bs-secondary)}
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{padding: 0; box-sizing: border-box}
.stellarnav .close-menu{padding: 0 24px}
.stellarnav .menu-toggle span.bars{display: inline-block; margin-right: 0; position: relative; top: 0; margin-right: 0;}
.stellarnav .menu-toggle span.bars span{display: block; width: 30px; height: 4px; border-radius: 6px; background: var(--bs-secondary); margin: 0 0 5px}
.stellarnav .menu-toggle span.bars span:last-child{margin-bottom: 0}
.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,0.2)}
.stellarnav.light.left .third, .stellarnav.light.left .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light.right .third, .stellarnav.light.right .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.light .third:first-child, .stellarnav.light .half:first-child{border-left: 0}
.stellarnav.dark .third, .stellarnav.dark .half{border-left: 1px solid rgba(0,0,0,0.2)}
.stellarnav.dark.left .third, .stellarnav.dark.left .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.dark.right .third, .stellarnav.dark.right .half{border-bottom: 1px solid rgba(0,0,0,0.2)}
.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: var(--bs-secondary)}
.stellarnav.dark .menu-toggle span.bars span{background: var(--bs-secondary)}
.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-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px}
.stellarnav.mobile ul{background: rgba(221,221,221,1)}
.stellarnav.mobile ul ul{position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; 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: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile > ul{border-top: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile.light li a{border-bottom: 1px solid rgba(0,0,0,0.2)}
.stellarnav.mobile.light > ul{border-top: none;}
.stellarnav.mobile li a.dd-toggle{border: 0}
.stellarnav.mobile.light li a.dd-toggle{border: 0; background: rgba(0,0,0,0.05)}
.stellarnav.mobile .menu-toggle, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .close-menu, .stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .location-btn-mobile{display: flex; align-items: center; border: none;}
.stellarnav.mobile li.call-btn-mobile{border-right: 1px solid rgba(0,0,0, .1); box-sizing: border-box}
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile{display: inline-block; width: 50%; text-align: center}
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full{display: block; width: 100%; border-right: 0; text-align: left}
.stellarnav.mobile.light ul{background: var(--bs-white)}
.stellarnav.mobile.dark ul{background: var(--bs-white)}
.stellarnav.mobile.dark ul ul, .stellarnav.mobile.light ul ul{background: var(--bs-white); padding: 0}
.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: 270px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; z-index: 500}
.stellarnav.mobile.right > ul{right: 0}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{display: flex; text-align: right; align-items: center; justify-content: flex-end; height: 80px;}
.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}
@media only screen and (max-width : 768px){
.stellarnav{overflow: hidden; display: block}
.stellarnav ul{position: relative; display: none}
}
@media only screen and (max-width : 420px){.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span{display: none}
}

@media (min-width: 992px) {
.stellarnav > ul > li:after{ content: ''; display: table; clear: both;}
.stellarnav > ul > li{ float: left;}
.stellarnav > ul > li{ margin-right: 32px}
.stellarnav > ul > li > a{ line-height: 62px; padding:  0;}
}

.menu-toggle, .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{ text-transform: uppercase; font-weight: 700;}

.stellarnav.mobile.active::after {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}
/*---- 
Main Menu ----*/

/*---- 
Accordion Menu ----*/
.mainNav {width:100%;}
/* First Level */
.mainNav ul {margin:0; padding:0; list-style:none; /*border-bottom:1px solid #444*/ font-weight:500;}
.mainNav ul li {border-top:1px solid rgba(0,0,0,0.2); }
.mainNav > ul >  li{ border:none; border-bottom:1px solid rgba(0,0,0,0.2);}
.mainNav ul  li a:hover, .mainNav ul  li.current-menu-item a{ color:var(--bs-primary);}
.mainNav ul li a {color:var(--bs-dark); display:block; font-size:18px; line-height:normal; padding:14px 20px 14px 20px; text-decoration:none;}
.mainNav ul li a:hover {color:var(--bs-primary); text-decoration:none; }
/* Second Level */
.mainNav ul ul {border-bottom:none}
.mainNav ul ul li a {color:var(--bs-dark); display:block; line-height:normal; padding:12px 16px 12px 30px; }
.mainNav ul ul li a:hover {color:var(--bs-primary);}
/* Third Level */
.mainNav ul ul ul {border-top:1px solid rgba(0,0,0,0.2);}
.mainNav ul ul ul li {border:none; }
.mainNav ul ul ul li a {padding:12px 24px; }
/* Accordion Button */
ul li.has-subnav .accordion-btn {color:var(--bs-white);  background:none;  font-size:16px; }
/*----
Accordion Menu ----*/

/*---- 
Slick SLider ----*/
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus{outline: none; }
.slick-list.dragging{cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);  -o-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0); }
.slick-track{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,.slick-track:after{display: table; content: ''; }
.slick-track:after{clear: both; }
.slick-loading .slick-track{visibility: hidden; }
.slick-slide{display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide{float: right; }
.slick-slide img{display: block; }
.slick-slide.slick-loading img{display: none; }
.slick-slide.dragging img{pointer-events: none; }
.slick-initialized .slick-slide{display: block; }
.slick-loading .slick-slide{visibility: hidden; }
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden {display: none; }

.slick-loading .slick-list{background: #fff url(../images/theme-img/ajax-loader.gif) center center no-repeat; }
.slick-prev, .slick-next{font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 50px; height: 50px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; z-index: 100; background: var(--bs-white); border-radius: 50%; color: var(--bs-black); box-shadow:  rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: var(--bs-white); outline: none; background: var(--bs-secondary); }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: 1; }
.slick-prev:before, .slick-next:before{font-family:  var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free")); font-weight: 900; font-size: 24px; line-height: 1; opacity: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; z-index: 100;}
.slick-prev{left: -12px; }
[dir='rtl'] .slick-prev{right: 0px; left: auto; }
.slick-prev:before{content: '\f104'; }
[dir='rtl'] .slick-prev:before{content: '\f105'; }
.slick-next{right: -12px; }
[dir='rtl'] .slick-next{right: auto; left: 15px; }
.slick-next:before{content: '\f105'; }
[dir='rtl'] .slick-next:before{content: '\f104'; }
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 0; }
.slick-dots{position: relative; margin-top: 30px; display: block; width: 100%; padding: 0; margin-bottom: 0; list-style: none; text-align: center; display: flex; align-items: center; justify-content: center;}
.slick-dots li{position: relative; display: inline-block; margin: 0; padding: 0; cursor: pointer; text-align: center; }
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: 100%; height: 8px; width: 8px; border-radius: 50px; margin: 0 9px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: var(--bs-primary); opacity: 0.2 }
.slick-dots li button:hover, .slick-dots li button:focus{outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ background: var(--bs-white); }
.slick-dots li.slick-active button{ background: var(--bs-primary); height: 14px; width: 14px; opacity: 1}
/*----
Slick SLider ----*/

/*----
Custom Accordion ----*/
.accordionjs .acc_section { position: relative; z-index: 10; margin-top: 0; overflow: hidden; padding: 0;  border-radius: 16px; background:  #F5F5F5; padding:  35px 30px}
.accordionjs .acc_section + .acc_section{ margin-top: 20px;}
.accordionjs .acc_section .acc_head {cursor: pointer; }
.accordionjs .acc_section .acc_head span{ display:  flex; position: relative; padding: 0 35px 0 0;}
.accordionjs .acc_section .acc_content { padding: 20px 0 0 0; border-top:  1px solid rgba(245, 245, 245, 0.2);}
.accordionjs .acc_section .acc_head span:after{ content: '\f107'; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size:  14px;}
.accordionjs .acc_section.acc_active > .acc_head span:after{ content: '\f106';}
.accordionjs .acc_section.acc_active{ color:  var(--bs-white); background:  var(--bs-gradient-bg);}
.accordionjs .acc_section.acc_active > .acc_head{ padding-bottom:  20px;}
/*----
Custom Accordion ----*/

.aligncenter,.gallery-item a{display: block}
.alignleft{float: left; margin-right: 15px; margin-bottom: 10px}
.alignright{float: right; margin-left: 15px; margin-bottom: 10px}
.aligncenter{margin-left: auto; margin-right: auto}
.wp-caption{max-width: 100%;padding: 4px}
.entry-caption, .gallery-caption, .wp-caption .wp-caption-text{font-style: italic; font-size: 12px; font-size: .857142857rem; line-height: 2;}
.full-img { position: relative;}
.full-img img{ width: 100%; height: auto; position: relative; z-index: 2;}

#page{ overflow: hidden; padding-top: 0;}
.ratio .full-img{min-width: initial; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; flex: 0 0 auto; display: flex;}
.ratio .full-img img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.image-fit{min-width: initial; position: relative; overflow: hidden; flex: 0 0 auto; display: flex;}
.image-fit img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.color-fff{ color: var(--bs-white);}
.title-uppercase h1, .title-uppercase h2, .title-uppercase h3, .title-uppercase h4, .title-uppercase h5, .title-uppercase h6{ text-transform: uppercase;}
.title-primary h1, .title-primary h2, .title-primary h3, .title-primary h4, .title-primary h5, .title-primary h6{ color: var(--bs-primary);}
.title-secondary h1, .title-secondary h2, .title-secondary h3, .title-secondary h4, .title-secondary h5, .title-secondary h6{ color: var(--bs-secondary);}
.title-dark h1, .title-dark h2, .title-dark h3, .title-dark h4, .title-dark h5, .title-dark h6{ color: var(--bs-dark);}
h6:last-child, h5:last-child, h4:last-child, h3:last-child, h2:last-child,  h1:last-child, p:last-child, ul:last-child,  ol:last-child{ margin-bottom: 0;}

/*----
Custom Site Style ----*/

.header{ background-color: var(--bs-white); position: fixed; top: 0; right: 0; left: 0; z-index: 1000; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.header.fixed-header{box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}
.header .container{ height: 124px; display: flex; align-items: center; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.header .container .call{ display: flex; align-items: center; gap: 10px; margin-left: auto; color: var(--bs-secondary); font-weight: 600; text-decoration: none;}
.header .container .call .icon{ height: 40px; width: 40px; background-image: url(../images/theme-img/call.svg); background-position: center; background-repeat: no-repeat; background-color: var(--bs-secondary); border-radius: 50%; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.header .container .call:hover{ color: var(--bs-primary);}
.header .container .call:hover .icon{ background-color: var(--bs-primary);}
.header .container .logo img{ width: 149px; height: auto;}
.header.fixed-header .container .logo img{ width: 110px; height: auto;}
.header.fixed-header .container{ height: 83px;}

.site-content{ padding-top: 124px;}

.banner{ padding: 0 2.5%;}
.banner .full-img{ overflow: hidden; border-radius: 24px;}
.banner .full-img:before{background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%); content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10;}
.banner .container{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); bottom: 0; padding-bottom: 130px; color: var(--bs-white); z-index: 100; display: flex; flex-direction: column; text-align: center; justify-content: flex-end;}

.button{ display: inline-flex; align-items: center; width: fit-content; cursor: pointer; border: none; border-radius: 50px; padding: 17px 32px; line-height: 1; font-weight: 600; text-transform: uppercase; text-decoration: none; font-size: 16px;  transition: background-position 0.4s ease-in-out;}
.button-primary { background: linear-gradient(90deg, #ED7C32 0%, #F2973D 50%, #ED7C32 100%); color: var(--bs-white); background-size: 200% 100%; background-position: left center;}
.button-secondary{ background: linear-gradient(90deg, #4F545C 0%, #7D7E85 100%); color: var(--bs-white); background-size: 200% 100%; background-position: left center;}
.button-primary:hover, .button-secondary:hover {background-position: right center; color: var(--bs-white);}

.banner-tag {background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="690" height="86" viewBox="0 0 690 86"><image xlink:href="data:image/png;base64,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" x="0" y="0" width="690" height="86"/></svg>');/* Recommended structural rules for background images */ background-size: contain; background-repeat: no-repeat; background-position: center; width: 100%; max-width: 690px; height: 86px; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 101; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 600;}

.section{ padding: 80px 0; position: relative; z-index: 1;}
.section-lt{ background-color: #F2F0EC;}
.section .container{ position: relative; z-index: 100;}
.content-gap > *{ margin-bottom: 0;}
.content-style ul{ display: flex; flex-direction: column; gap: 8px;}
.content-style ul li{font-weight: 600;}

.service-item{border: 1px solid #CECECF; background-color: var(--bs-white); border-radius: 20px; padding: 24px; color: var(--bs-secondary); text-decoration: none; text-align: center;     min-height: 600px;}
.service-item .full-img::after{ background-image: url(../images/theme-img/service-shape-item.png); background-position: center; background-repeat: no-repeat; height: 48px;  position: absolute; bottom: -1px; left: 0; right: 0; z-index: 12; height: 50px; content: '';;}
.service-item .full-img::before{ background-image: url(../images/theme-img/flora-shape.svg); background-position: center; background-repeat: no-repeat; position: absolute; height: 48px; bottom: -1px; left: 0; right: 0; content: ''; z-index: 15; transition: transform 0.6s ease-in-out; }
.service-item:hover .full-img::before{transform: rotate(360deg); }
.service-item span{ font-weight: 700; font-size: 14px; color: var(--bs-primary); text-transform: uppercase;}
.service-item h4{ font-weight: 400; font-family: "Ovo", serif;}
.service-item .content{ display: flex; flex-direction: column; gap: 10px;}
.service-item:hover{ box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;}
.service-item:hover img{filter: grayscale(50%); }
.service-item p{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.cta-section{ padding: 48px 2.5%; background-color: var(--bs-white);}
.cta-section .block-section{ position: relative;}
.cta-section .block-section .image-fit{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border-radius: 24px;}
.cta-section .block-section .image-fit::before{background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.62) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: '';}
.cta-section .block-section .container{ height: 750px; padding-bottom: 80px; color: var(--bs-white); position: relative; z-index: 100;}
.cta-section .block-section .container ul{ display: flex; width: fit-content; backdrop-filter: blur(40px); background: #FFFFFF99; padding: 10px; gap: 10px; flex-wrap: wrap; list-style: none; border-radius: 40px; justify-content: center;}
.cta-section .block-section .container ul li{background: url(../images/theme-img/flora-shape.svg) no-repeat 15px center #FFFFFFCC; padding: 10px 25px 10px 45px; font-size: 14px; font-weight: 600; border-radius: 30px; color: var(--bs-secondary);}
.cta-section .block-section .container .call{ display: flex; align-items: center; gap: 10px; margin-left: auto; color: var(--bs-secondary); font-weight: 600; text-decoration: none; background-color: var(--bs-white); padding: 10px 20px 10px 10px; border-radius: 50px;}
.cta-section .block-section .container .call .icon{ height: 40px; width: 40px; background-image: url(../images/theme-img/call.svg); background-position: center; background-repeat: no-repeat; background-color: var(--bs-secondary); border-radius: 50%; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}
.cta-section .block-section .container .call:hover{ color: var(--bs-white); background-color: var(--bs-primary);}

.why-choose ul{ display: flex; flex-wrap: wrap; gap: 16px; padding: 0; list-style: none;}
.why-choose ul li{ background: url(../images/theme-img/flora-shape.svg) no-repeat 15px center #F2F0EC; padding: 24px 24px 24px 50px; border-radius: 60px; line-height: 1; font-weight: 600; width: 100%;}
.contact-form-section .form-control, .contact-form-section .form-control:focus, .contact-form-section select{ background-color: #FFFFFF66; border: none; color: var(--bs-white);}
.contact-form-section .form-control::placeholder{ color: var(--bs-white);}

.contact-form-section select {--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");}

.footer{ color: var(--bs-white);  background-color: var(--bs-secondary); position: relative; font-size: 15px;}
.footer a{ color: var(--bs-white); text-decoration: none;}
.footer a:hover{ color: var(--bs-white); text-decoration: underline;}
.footer-top{ padding: 60px 0;}
.footer-top h4{margin-bottom: 16px; font-family: "Ovo", serif; font-weight: 400;}
.footer-top .footer-list-items ul{ margin: 0; padding: 0; list-style: none; display: flex; gap: 16px; flex-direction: column;}
.footer-top .footer-list-items ul li a{ color: var(--bs-white); text-transform: capitalize; text-decoration: none;}
.footer-top .footer-list-items ul li a:hover{ color:var(--bs-white); text-decoration: underline;}
.footer-top .social a{ height: 32px; width: 32px; display: flex; align-items: center; justify-content:  center; background-color: var(--bs-primary); color: var(--bs-white); border-radius: 50%; text-decoration: none; font-size: 14px;}
.footer-top .social a + a{ margin-left: 15px;}
.footer-top .social a:hover{ color: var(--bs-primary); background-color: var(--bs-white); text-decoration: none;}
.footer-top .contact-info{ margin-bottom: 0; padding: 0; list-style: none; font-weight: 700;}
.footer-top .contact-info li + li{margin-top: 20px;}
.footer-top .contact-info .item .icon{ background: var(--bs-primary); height: 40px; width: 40px; color: var(--bs-white); border-radius: 50%; margin-right: 12px;}
.footer-top .contact-info .item strong{ display: block;}
.footer-top .contact-info .item:hover .icon i{ text-decoration: none; }
.footer-top .contact-info li a:hover{ text-decoration: none;}
.footer-bottom{ text-align: center; background-color: var(--bs-black); color: var(--bs-white); padding: 20px 0; text-align: center;}

.post-item { overflow: hidden; background-color: var(--bs-white); position: relative; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 20px;}
.post-item .post-content{ padding: 24px; color: var(--bs-body-color);}
.post-item time{ padding: 10px 18px; line-height: normal; background-color: rgba(0,0,0,0.3); backdrop-filter: blur(30px); z-index: 100; position: absolute; top: 24px; right: 24px; color: var(--bs-white); border-radius: 30px; font-size: 15px; font-weight: 500;}

.page-banner-wrapper{ padding: 0 2.5%}
.page-banner{ position:relative; z-index: 2;}
.page-banner .container{ height: 400px; color:var(--bs-white); position: relative; z-index: 100}
.page-banner .image-fit{ position:absolute; top:0; right:0; bottom:0; left:0; z-index:2; border-radius: 24px}
.page-banner .image-fit::after{ background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.62) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%); position: absolute; top: 0; bottom: 0; left: 0; width: 100%; z-index: 99; content: '';}
.page-banner a{ color: var(--bs-white); text-decoration: none;}

.blog-deatils{ color:#000;}
.blog-deatils .meta{ margin:10px 0; font-size:14px; font-weight:500; }
.blog-deatils .meta .initial{ /*background:#00ACFE;*/ height:50px; width:50px; border-radius:60px; margin-right:16px; color:var(--bs-white); font-weight:700;}
.blog-deatils .meta .initial img{height:50px; width:50px; border-radius:60px;}
.blog-deatils .meta time:before{ content:"|"; margin:0 5px 0 3px; float:left;}
.blog-deatils .meta time, .blog-deatils .meta span{ display:inline-block;}
.blog-deatils .full-img{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; margin-bottom: 30px; overflow: hidden; ; border-radius: 20px;}

.sidebar{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding:30px; ; border-radius: 20px;}
.sidebar ul{ margin:10px 0 0 0; padding:0; list-style:none}
.sidebar ul li + li{ margin-top:12px; padding-top:12px; border-top:1px solid #d8d8d8;}
.sidebar ul li a{ display:block; font-size:18px; font-weight:700; color:#000; text-decoration:none;}
.sidebar ul li a:hover{color:var(--bs-primary);}
.sidebar .widget + .widget{ margin-top: 32px} 

.breadcrum-items{ padding:0; margin-bottom:0;  display: flex; align-items: center; flex-wrap: wrap;}
.breadcrum-items span{ display:inline-block; color: var(--bs-white); font-weight:400;}
.breadcrum-items span a{ display:block; color: var(--bs-white);  text-decoration:none;}
.breadcrum-items span a:after{ content:'/'; margin:0 10px 0 10px; vertical-align:middle;}
.breadcrum-items span:last-child a:after{ display:none; }
.breadcrum-items .current-item{ text-decoration: none;}
.bg-light .breadcrum-items span, 
.bg-light .breadcrum-items span a{ color: var(--bs-white); font-weight: 700}

.service-menu{box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; display: flex; gap: 12px; padding: 16px; border-radius: 16px; flex-wrap: wrap; flex-direction: column;}
.service-menu a{ color: var(--bs-white); text-decoration: none; font-weight: 600; padding: 16px 24px; background-color: var(--bs-secondary); display: flex; align-items: center; border-radius: 12px; width: 100%; text-align: center; justify-content: center;}
.service-menu a:hover, .service-menu a.active{ background-color: var(--bs-primary); color: var(--bs-white);}

.photo-item{ color: var(--bs-white); text-decoration: none; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; position: relative}
.photo-item .full-img:after{ background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.48) 25%, rgba(0, 0, 0, 0) 50%); position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 12; content: '';}
.photo-item h3{ margin: 0; padding: 24px; position: absolute; left: 0; bottom: 0; right: 0; z-index: 20; color: #fff; text-transform: uppercase; text-align: center;}

.img-zoom:hover img {-webkit-transform:-webkit-scale(1.2) -webkit-rotate(0deg); transform:scale(1.2) rotate(0deg); }

.serv-item .content{padding: 20px; background: rgba(255,255,255,0.8); backdrop-filter: blur(15px); width: 90%; margin: -30px auto 0; position: relative; z-index: 100; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.serv-item .content .btn{ padding: 12px 20px; font-size: 16px;}

.info-row .d-flex{ margin: 0; padding: 20px; background: var(--bs-gradient); box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; color: #000; text-decoration: none;}
.info-row .d-flex i{ margin: 0; height: 50px; width: 50px; border-radius: 50%; z-index: 10; display: flex; align-items: center; justify-content: center; position: relative; background: var(--bs-primary); color: var(--bs-black);}
.info-row .d-flex small{ display: block; font-size: 70%;}

.map {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.contact-page-form{background: var(--bs-white); box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.section .ewd-ufaq-faq-div{-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1); box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1); border: 1px solid #F2F2F2; border-radius: 12px;}
.section .ewd-ufaq-faq-div + .ewd-ufaq-faq-div{ margin-top: 24px;}
.section .ewd-ufaq-faq-title a{ display: flex; align-items: center; padding: 20px 24px; color: var(--bs-black);}
.section div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol{ order: 2; margin-left: auto; margin: 0;}
.section .ewd-ufaq-faq-title-text{ order: 1; flex-grow: 1; margin-right: 16px;}
.section .ewd-ufaq-faq-body{ padding: 0 24px 24px;}
.section .ewd-ufaq-faq-div.ewd-ufaq-post-active{ background: var(--bs-primary); border-color: var(--bs-primary); color: var(--bs-white);}
.section .ewd-ufaq-faq-div.ewd-ufaq-post-active .ewd-ufaq-faq-title a{ color: #fff}
.section .ufaq-post-active .ewd-ufaq-faq-title a{ color: var(--bs-white);}
.section .ewd-ufaq-faq-title h4{ margin: 0;}

/*----
Custom Site Style ----*/


@media (min-width: 320px) {
h1, .h2-48 h2, .h3-48 h3{ font-size: calc(2.1875rem + ((1vw - 3.2px) * 0.8125));}
h2, .h3-40 h3, .h4-48 h4{font-size: calc(1.875rem + ((1vw - 3.2px) * 0.625));}
h3{font-size: calc(1.5rem + ((1vw - 3.2px) * 0.5));}
h4{font-size: calc(1.1875rem + ((1vw - 3.2px) * 0.3125));}
h5{font-size: calc(1.0625rem + ((1vw - 3.2px) * 0.1875));}
.font-18, .section .ewd-ufaq-faq-title h4, .section .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{font-size: calc(1rem + ((1vw - 3.2px) * 0.125));}
.font-20{font-size: calc(1rem + ((1vw - 3.2px) * 0.25));}
.font-24{font-size: calc(1rem + ((1vw - 3.2px) * 0.5));}
.banner .container h1, .banner .container h2{font-size: clamp(2rem, 1.725rem + 1.375vw, 3.375rem);}
.cta-section .block-section .container h2, .page-banner .container h1{ font-size: clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem);}
}

@media (min-width: 1400px) {
h1, .h2-48 h2, .h3-48 h3{font-size: 48px;}
h2, .h3-40 h3, .h4-48 h4{font-size: 40px;}
h3{font-size: 32px;}
h4{font-size: 24px;}
h5{font-size: 20px;}
.font-18, .section .ewd-ufaq-faq-title h4, .section .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{font-size: 18px;}
.font-20{ font-size: 20px;}
.font-24{ font-size: 24px;}
.banner .container h1, .banner .container h2{font-size: 3.375rem;}
.cta-section .block-section .container h2, .page-banner .container h1{ font-size: 4.5rem;}
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
.why-choose ul li{width: calc(50% - 8px);}
.service-menu{ flex-direction: row;}
.service-menu a{ width: calc(50% - 6px);}
}

@media (min-width: 992px) {
.contact-form-section .full-img{min-width: initial; position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; flex: 0 0 auto; display: flex;}
.contact-form-section .full-img img{flex: 1 1 auto; align-self: center; justify-self: center; object-fit: cover; height: 100%; min-width: 100%; width: auto;}
.service-menu a{ width: calc(25% - 9px);}
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {	
}