@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap');


    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --primary-color:#7c877f;
        --primary-font: "Hanken Grotesk", sans-serif;
        --white-color:#FFF;
        --dark-color:#192324;
        --divider-color:#eaf0ec;
        --dark-divider-color:#ffffff1a;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: var(--white-color) !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      body{
        font-family: var(--primary-font);
        background-color: #FFF !important;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }

    p {
        position: relative;
        margin: 0 0 20px;
        line-height: 30px;
        color: #333;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    p,
    .f-ks,
    li {
        text-decoration: none !important;
        font-family: var(--primary-font);

        
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .f-vrl {
        font-family: var(--primary-font);
    }
    .f-mtz{
        font-family: "Montez", cursive;

    }
    .bg-clay{
        background-color: #7c877f1f;
    }
    .bgf {
        background: #fff;
    }

    .bg-second {
        background: #eff5f6;
    }

    .color0 {
        color: #000 !important;
    }

    .colorf {
        color: #fff !important;
    }

    .color3 {
        color: #fa8b37 !important;
    }

    .color4 {
        color: #333 !important;
    }

    .bg-fff {
        background: #fff !important;
    }

    .tbp {
        padding: 100px 0;
    }

    .tbm {
        margin: 100px 0;
    }
    .pt-250{
        padding-top: 250px;

    }
    .pt-200 {
        padding-top: 200px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mr-10 {
        margin-right: 10px !important;
    }

    .mr-20 {
        margin-right: 20px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-40 {
        margin-right: 40px !important;
    }

    .mr-50 {
        margin-right: 50px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-20 {
        margin-left: 20px !important;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .ml-50 {
        margin-left: 50px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }
    .pt-70{
        padding-top: 70px;
    }
    .py-70{
        padding: 70px 0;
    }
     .pb-70{
        padding-bottom: 70px;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .fw-600{
        font-weight: 600 !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    img {
        width: 100%;
    }
    .thr-ic {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .thr-l {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
/* Animation keyframes */
@keyframes fadeInUpDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
    img.header-logo {
        max-width: 200px;
    }
    nav.navbar {
        padding:15px  0;
    }
    #header-dropdwon .dropdown-toggle::after {
        display: none;
    }
     #header-dropdwon .dropdown-menu {
            background-color: #7C877F;
            border-radius: 15px;
     }
     #header-dropdwon .dropdown-menu li a {
        color: #FFF;
        padding: 7px 15px;
    }
    #header-dropdwon .dropdown-item:focus, #header-dropdwon  .dropdown-item:hover{
        background-color: var(--dark-color);
        color: var(--white-color);
        transition: 0.3s ease all;
    }
    .nav-after{
        font-size: 13px;
    }
    @keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
    }

    #header-dropdwon:hover .nav-after {
    animation: spin 0.6s ease-in-out;
    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    /* .navbar-toggler {
       border: 2px solid var(--white-color) !important;
    } */
    /* .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #7c877f73 !important;
   } */
    .thr-r {
        display: flex;
        column-gap: 20px;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        margin-top: -168px;
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .header-btn{
        display: flex;
        align-items: center;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
    .site-btn1{
    position: relative;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
    }
    .site-btn1::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--dark-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.site-btn1:hover {
    background: transparent;
    color: var(--white-color);
}  
.site-btn1:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
.site-btn1 i, .site-btn2 i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.site-btn1:hover i, .site-btn2:hover i {
  transform: translateX(5px); 
}
.site-btn2 {
    position: relative;
    display: inline-block;
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 20px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}
 .site-btn2::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.site-btn2:hover {
    background: var(--primary-color);
    color: var(--white-color);
}  
.site-btn2:hover:after {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}
    .thr-ic a {
        color: #fff;
    }
    .thr-l a i {
        margin-right: 6px;
    }
    .thr-ic a span {
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .thr-r span {
        color: #fff;
        font-weight: 600;
        font-family: "Kumbh Sans", sans-serif;
        letter-spacing: 0.2px;
    }
    a.nav-link {
        font-size: 17px;
        font-weight: 400;
        color: var(--white-color);
        letter-spacing: 0.3px;
        margin: 0 16px;
        letter-spacing: 0.2px;
    }
    .main-header.sticky a.nav-link{
        color:#FFF !important;
        transition: color 0.3s ease;
    }
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 750px;
        min-height: 750px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
    .bs-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /* background: #072b1496; */
        background: transparent;
        top: 0;
        left: 0;
    }
    .bs-con {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        text-align: left;
    }
    .bs-con span.tts {
        font-family: var(--primary-font);
        text-align: start;
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 68%);
        margin-bottom: 16px;
        display: block;
    }
    .bs-con h4 {
        color: #fff;
        font-size: 66px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 49%);
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        display: flex;
        justify-content: start;
        column-gap: 20px;
        margin-top: 30px;
    }
    @keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-banner {
  opacity: 0;
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slick-dots {
    text-align: center !important;
    padding-left: 15px !important;
}
  .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #FFF !important;
}
  .slick-dots li button:before {
    width: 22px !important;
    height: 22px !important;
    content: '' !important;
    background-color: #7c877fb8 !important;
    border: 2px solid #435250;
    border-radius: 50%;
    top: -5px !important;
    left: -5px !important;
    opacity: 0 !important;
}
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        background-image: url(../../assets/img/la.png) !important;
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .habl-ic {
        height: 100%;
    }
    .main-tt span.tts {
        font-size: 34px;
        margin-bottom: 10px;
        display: block;
        color: #113D48;
    }
    .main-tt h4 {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 66px;
        margin-bottom: 16px;
        color: #113D48;
    }
    .hab-l span {
        background: #E9F6F9;
        width: 70px;
        display: flex;
        height: 70px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .habc {
        display: flex;
        column-gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }
    .hab-l span img {
        max-width: 40px;
    }
    .hab-r h5 {
        font-weight: 600;
        margin-bottom: 2px;
        color: #113D48;
        letter-spacing: 0.4px;
    }
    .hab-r p {
        margin: 0;
    }
    .bs-slider {
        overflow: hidden;
        margin: 0 !important;
    }
    .animated-hero-leaf {
        position: absolute;
        top: 23px;
        left: 10px;
        width:60px;
        height: auto;
  animation: floatUpDown 3s ease-in-out infinite;
  }
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    background-color: var(--dark-color) !important;
    box-shadow: 0 0 10px #00000020;
}
    .sticky nav.navbar{
    padding: 5px 0 !important;
    }
.sticky img.header-logo {
    max-width: 200px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
    color: #fff !important;
}
section.banner-section {
    margin-top: -120px;
}
.main-header {
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #ffffff1a;
    /* background: #FFF; */
    background-color: transparent;
}

/* About Us */
.image-anime{
	position: relative;
	overflow: hidden;
    margin: 0;
    cursor: pointer !important;
}
.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}
.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.abtus-section{
	background-image: url('../img/section-bg-shape-1.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding: 100px 0;
}
.about-us-images{
	position: relative;
	background-image: url('../img/about-us/about-us-bg-shape.svg');
	background-repeat: no-repeat;
	background-position: left 60px bottom 40px;
	background-size: auto;
	padding-right: 100px;
	padding-bottom: 180px;
	margin-right: 30px;
}
.about-img-1 figure,
.about-img-2 figure{
	display: block;
}
.about-img-1 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}
.about-img-2{
	position: absolute;
	width: 100%;
	max-width: 385px;
	bottom: 0;
	right: 0;
}
.about-img-2 img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.76;
}
.experience-counter{
	position: absolute;
	top: 0;
	left: 0;
	height: 152px;
	width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	border: 6px solid var(--white-color);
	transform: translate(-50%, -6px);
	border-radius: 50%;
}
.experience-counter h3{
	font-size: 34px;
	color: var(--white-color);
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
.experience-counter p{
	font-weight: 600;
	line-height: 1.4em;
	text-transform: capitalize;
	color: var(--white-color);
	text-align: center;
	margin-bottom: 0;
}
.feedback-counter{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(-180deg) translate(20px, 40px);
    writing-mode: vertical-rl;
	display: flex;
	align-items: center;
}
.feedback-counter p{
	font-size: 16px;
	font-weight: 500;
	color: var(--white-color);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	border-radius: 50%;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p{
	background-color: var(--primary-color);
}

.feedback-counter h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	width: calc(100% - 75px);
}

.about-us-content-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.about-us-content-body::before{
	content: '';
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	border: 1px solid var(--divider-color);
	width: 1px;
	height: 100%;
}
.about-us-content-info{
	width: calc(50% - 40px);
}
.about-us-content-list{
	margin-bottom: 40px;
}
.about-us-content-list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.about-us-content-list ul li{
	position: relative;
	font-weight: 500;
	color: var(--primary-color);
	padding-left: 30px;
	margin-bottom: 15px;
}
.about-us-content-list ul li:last-child{
	margin-bottom: 0;
}
.about-us-content-list ul li::before{
	content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--primary-color);
    display: inline-block;
    top: 2px;
    left: 0;
}
.about-us-contact-list{
	width: calc(50% - 40px);
}
.about-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.about-contact-item:last-child{
	margin-bottom: 0;
}
.about-contact-item .icon-box{
	width: 40px;
	height: 40px;
	background-color: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}
.about-contact-item:hover .icon-box{
	background-color: var(--dark-color);
}
figure{
    margin: 0;
}
.about-contact-item .icon-box figure{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.about-contact-item .icon-box img{
	max-width: 40px;
	border-radius: 50%;
}
.about-contact-item .icon-box i{
	font-size: 18px;
	color: var(--white-color);
}
.about-contact-content{
	width: calc(100% - 55px);
}
.about-contact-content h3{
	font-size: 20px;
	text-transform: capitalize;
}
.about-contact-content p{
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	margin-bottom: 0;
}
/* Section Title */
.section-title{
    margin-bottom: 40px;
}
.section-title h3{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: var(--primary-color);
    padding-left: 35px;
    margin-bottom: 20px;
}
.section-title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../img/title-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 5px;
}
.section-title h2, .section-title h1{
    color: var(--dark-color);
    font-size: 50px;
    font-weight: 700;
   line-height: 55px;
    margin-bottom: 27px;
    cursor: none;
}
.section-title h2 span, .section-title h1 span{
    color: var(--primary-color) !important;
}
/* Why Choose Us */
.wcu-section {
    padding: 100px 0;
    background-color: #f8f8f8;
}
.why-choose-item{
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.why-choose-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.why-choose-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}
.why-choose-item:hover .icon-box{
	background-color: transparent;
}
.why-choose-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--dark-color);
	border-radius: 50%;
	height: 100%;
	width: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.why-choose-item:hover .icon-box::before{
	transform: scale(1);
}
.why-choose-item .icon-box img{
	max-width: 24px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}
.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.why-choose-item-content{
	width: calc(100% - 80px);
}
.why-choose-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.why-choose-item-content p{
	color: var(--primary-color);
	margin-bottom: 0;
}
.why-choose-images{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-left: 30px;
}
.why-choose-img-box-1,
.why-choose-img-box-2{
	display: flex;
	gap: 20px;
	width: 100%;
}
.why-choose-img-1 figure,
.why-choose-img-2 figure,
.why-choose-img-3 figure,
.why-choose-img-4 figure{
	display: block;
}
.why-choose-img-1{
	width: calc(57% - 10px);
}
.why-choose-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 0.756;
	object-fit: cover;
}
.why-choose-img-2{
	width: calc(43% - 10px);
}
.why-choose-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}
.why-choose-img-3{
	width: calc(67% - 10px);
}
.why-choose-img-3 img{
	width: 100%;
	aspect-ratio: 1 / 0.746;
	object-fit: cover;
}
.why-choose-img-4{
	width: calc(33% - 10px);
}
.why-choose-img-4 img{
	width: 100%;
	aspect-ratio: 1 / 1.55;
	object-fit: cover;
}
/* Our Services */
.service-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 25px;
}
.service-image a{
	display: block;
	cursor: none;
}
.service-image a figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.service-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.36;
	transition: all 0.4s ease-in-out;
}
.service-item:hover .service-image img{
	transform: scale(1.1);
}
/* .service-section.inner .service-item{
    box-shadow: rgba(124, 135, 127, 0.2) 0px 2px 8px 0px !important;
} */
.service-section.inner .service-item::after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 5px;
    background-color: #7c877f87;
}
.service-section.inner .service-image img{
    height: 350px !important;
}
.service-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}
.service-btn a{
	background-color: var(--primary-color);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}
.service-btn a:hover{
	background-color: var(--dark-color);
}
.service-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}
.service-btn a:hover img{
	transform: rotate(0)
}
.service-content{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}
.service-content h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}
.service-content h3 a{
	color: inherit;
}
.service-content p{
	color: var(--white-color);
	margin-bottom: 0;
}
.all-services-btn{
	text-align: center;
	margin-top: 20px;
}
.service-cont-info {
    min-height: 132px;
    padding: 15px 10px;
    text-align: center;
    background: #c7ccc85c;
}
.service-cont-info h3, .service-cont-info h3 a{
   color: var(--dark-color);
   font-size: 21px;
   font-weight: 600;
}
.service-cont-info p{
    font-size: 15px;
    font-weight: 400;
    color: var(--primary-color);
    line-height: 23px;
    margin-bottom: 0;
}
/* Intro Video */
.intro-video {
    position: relative;
}
.intro-video .container-fluid{
	padding: 0;
}
.intro-video-box{
	position: relative;
    overflow: hidden;
	z-index: 1;
}
.intro-video-image a{
	display: block;
}
.intro-video-image figure::before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.6) 80.94%);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.intro-video-image img{
	width: 100%;
	aspect-ratio: 1 / 0.41;
	object-fit: cover;
}
.video-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.video-play-button a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #7c877fad;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: visible; /* IMPORTANT */
}
.video-play-button a:hover{
	border-color: var(--white-color);
	color: var(--dark-color);
    background-color: var(--dark-color);
    transition: 0.3s ease all;
}
.intro-video-content{
    position: absolute;
    z-index: 3;
    max-width: 40%;
    top: 40%;
    left: 30px;
}
.intro-video-content h1{
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.intro-video-content p{
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.video-play-button i{
    color: #FFF;
    font-size: 50px;
}

/* How we work */
.how-we-work{
	background: var(--dark-color);
	padding: 100px 0;
}
.how-we-work-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.how-we-work-item{
	width: calc(25% - 22.5px);
}
.how-we-work-item .icon-box{
	margin-bottom: 30px;
}
.how-we-work-item .icon-box img{
	max-width: 60px;
}
.how-we-work-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 10px;
}
.how-we-work-content p{
	color: var(--white-color);
	margin: 0;
}
.how-work-company-slider{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 60px;
	padding-top: 60px;
}
.how-work-company-slider .company-logo{
	text-align: center;
}
.how-work-company-slider .company-logo img{
	width: 100%;
	max-height: 40px;
}
/* Our Skill */
.our-skill {
    padding: 100px 0;
    background: url('../img/section-bg-shape-2.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.skills-progress-bar{
	margin-bottom: 40px;
}
.skills-progress-bar:last-child{
	margin-bottom: 0;
}
.skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.skill-data .skill-title{
	font-size: 16px;
	text-transform: capitalize;
	color: var(--primary-color);
}
.skill-data .skill-no{
	font-size: 16px;
	color: var(--primary-color);
	margin-left: 20px;
}
.skill-progress{
	width: 100%;
	height: 12px;
	background: var(--divider-color);
	border-radius: 99px;
	position: relative;
}
.skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--dark-color);
	border-radius: 99px;
}
.our-skill-image{
	position: relative;
	padding-bottom: 155px;
	margin-left: 65px;
}
.our-skill-img-1{
	width: 333px;
	position: relative;
	background: url('../img/our-skill/our-skill-img-bg-dot.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 84px auto;
	padding: 30px 0 0 30px;
}
.our-skill-img-1 figure,
.our-skill-img-2 figure,
.our-skill-img-3 figure{
	display: block;
}
.our-skill-img-1 img{
	width: 100%;
	aspect-ratio: 1/1.37;
	object-fit: cover;
}
.our-skill-img-2{
	width: 202px;
	position: absolute;
	top: 70px;
	right: 0;
}
.our-skill-img-2 img{
	width: 100%;
	aspect-ratio: 1/0.93;
	object-fit: cover;
}
.our-skill-img-3{
	width: 333px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.our-skill-img-3 img{
	width: 100%;
	aspect-ratio: 1/0.97;
	object-fit: cover;
}
/* Testimonials */
.our-testimonials{
    background-color: #f8f8f8;
}
.our-testimonials .container-fluid{
	padding: 0;
}
.our-testimonials-image{
	height: 100%;
}
.our-testimonials-image figure,
.our-testimonials-image figure img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}
.our-testimonial-content{
	padding: 100px;
}
.our-testimonial-content .section-title{
	background: url('../img/testimonials/testimonial-quote.svg') no-repeat;
	background-position: top right;
	background-size: 162px auto;
}
.testimonial-slider{
	width: 100%;
	max-width: 620px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--divider-color);
}
.testimonial-slider .swiper-wrapper{
	cursor: none;
}
.testimonial-rating{
	margin-bottom: 20px;
}
.testimonial-rating i{
	font-size: 18px;
	color: var(--dark-color);
	margin-right: 2px;
}
.testimonial-rating i:last-child{
	margin-right: 0;
}
.testimonial-content{
	margin-bottom: 40px;
}
.testimonial-content p{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}
.testimonial-body{
	display: flex;
	align-items: center;
}
.testimonial-body .author-image{
	margin-right: 15px;
}
.testimonial-body .author-image img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.testimonial-body .author-content{
	width: calc(100% - 75px);
}
.testimonial-body .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
}
.testimonial-body .author-content p{
	text-transform: capitalize;
	margin: 0;
}
.testimonial-rating-counter{
	display: flex;
	align-items: center;
	gap: 20px;
}
.testimonial-rating-counter .rating-counter h2{
	font-size: 58px;
    font-weight: 700;
}
.testimonial-client-rating{
	display: inline-block;
	background: var(--primary-color);
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}
.testimonial-client-rating i{
	font-size: 10px;
	color: var(--white-color);
}
.testimonial-rating-content p{
	color: var(--primary-color);
	font-weight: 500;
	margin: 0;
}
/* Footer */
.main-footer{
	padding: 80px 0 0;
	background: var(--dark-color);
}
.main-footer .footer-header{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.footer-social-links{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}
.footer-social-link-title h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
}
.footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social-links ul li{
	display: inline-flex;
	margin-right: 10px;
}
.footer-social-links ul li:last-child{
	margin-right: 0;
}
.footer-social-links ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color);
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a i{
	font-size: 18px;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}
.footer-social-links ul li a:hover{
	background: var(--primary-color);
}
.footer-social-links ul li a:hover i{
	color: var(--white-color);
}
.footer-links h3{
    position: relative;
    display: inline-block;
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 20px;
    padding-bottom: 12px;
}
.footer-links h3:before{
  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.footer-links h3:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid var(--dark-color);
    left: 0;
    margin-left: 60px;
}
.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links ul li{
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}
.footer-links ul li:last-child{
	margin-bottom: 0;
}
.footer-links ul li:hover{
	color: var(--primary-color);
}
.footer-links ul li a{
	display: block;
	color: inherit;
}
.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.footer-contact-item:last-child{
	margin-bottom: 0;
}
.footer-contact-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dark-divider-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
    min-width: 50px;
	max-height: 50px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}
.footer-contact-item:hover .icon-box{
	border-color: var(--white-color);
}
.footer-contact-item .icon-box i{
	font-size: 19px;
	color: var(--white-color);
}
.footer-contact-content{
	width: calc(100% - 50px);
}
.footer-contact-content p{
	color: var(--white-color);
	margin: 0;
}
.footer-copyright {
    border-top: 1px solid var(--dark-divider-color);
    text-align: center;
    margin-top: 35px;
    padding: 20px 0;
}
.footer-copyright-text p{
	color: var(--white-color);
	margin: 0;
}
.footer-content p{
    font-size: 15px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img{
    max-width: 175px;
}
.credit-text {
    color: var(--white-color);
}
.credit-text a{
    color: #0293C2;
}
/* Breadcrumb */
.page-header{
	position: relative;
	background: url('../img/page-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 180px 0 80px;
	margin-top: -118px;
}
.page-header::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(180deg, rgba(25, 35, 36, 0) 0%, rgba(25, 35, 36, 0.4) 80.94%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-header-box{
	position: relative;
	text-align: center;
	z-index: 1;
}
.page-header-box h1{
	display: inline-block;
	font-size: 47px;
    font-weight: 700;
	color: var(--white-color);
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    cursor: none;
}
.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}
.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	text-transform: capitalize;
	color: var(--white-color);
}
.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}
.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    font-size: 16px;
    color: var(--white-color);
}
.breadcrumb-item.active{
    color: var(--primary-color) !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.inner-infr-head {
    position: relative;
    text-transform: capitalize;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 22px;
    padding-bottom: 8px;
}
.inner-infr-head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #7C877F;
    bottom: 0;
    max-width: 100px;
    left: 0;
}
.inner-infr-head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #7C877F;
    bottom: 0;
    max-width: 30px;
    border-inline: 4px solid #fff;
    left: 0;
    margin-left: 60px;
}
/* About Us Inner */
.about-us.page-about-us{
	background: transparent;
}
.about-facility-list{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.about-facility-item{
	width: calc(33.33% - 20px);
	display: flex;
}
.about-facility-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background-color: var(--divider-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
.about-facility-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--dark-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.about-facility-item:hover .icon-box:before{
	transform: scale(1);
}
.about-facility-item .icon-box img{
	max-width: 24px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}
.about-facility-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.about-facility-content{
	width: calc(100% - 80px);
}
.about-facility-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.about-facility-content p{
	margin-bottom: 0;
}
/* Vision & Mission */
.vision-mission{
	padding: 100px 0 50px;
	background: linear-gradient(180deg, var(--dark-color) 60%, var(--white-color) 40%);
}
.section-row {
    margin-bottom: 80px;
}
.vision-mission-box{
	background-color: #f8f8f8;
	padding: 45px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 150px;
}
.vision-mission-item{
	position: relative;
	width: calc(50% - 75px);
}
.vision-mission-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: -75px;
	bottom: 0;
	background-color: var(--divider-color);
	z-index: 1;
}
.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before{
	display: none;
}
.vision-mission-item .icon-box{
	position: relative;
	width: 95px;
	height: 95px;
	background: var(--divider-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.vision-mission-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.vision-mission-item:hover .icon-box:before{
	transform: scale(1);
}
.vision-mission-item .icon-box img{
	position: relative;
	max-width: 36px;
	z-index: 1;
	transition: all 0.4s ease-in-out;
}
.vision-mission-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}
.vision-mission-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.vision-mission-content p{
	margin: 0;
}
/* Best Selling */
.best-selling{
	background: url('../img/section-bg-shape-1.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
	padding: 50px 0 100px;
}
.best-selling-content-img{
	margin-bottom: 80px;
}
.best-selling-iamge figure,
.best-selling-content-img figure{
	display: block;
}
.best-selling-content-img img{
	width: 100%;
	aspect-ratio: 1 / 0.42;
    object-fit: cover;
}
.best-selling-content .section-title{
	margin-bottom: 0;
}
.best-selling-iamge img{
	width: 100%;
	aspect-ratio: 1 / 0.93;
    object-fit: cover;
}
/* Faq */
.our-faqs{
	padding: 100px 0;
}
.our-faqs-content{
	margin-right: 70px;
}
.faq-accordion .accordion-item{
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--dark-color);
	align-items: start;
    padding-right: 35px;
    transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-header .accordion-button span{
	margin-right: 7px;
}
.faq-accordion .accordion-button:not(.collapsed){
    padding-bottom: 15px;
}
.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	font-size: 18px;
	font-weight: 900;
	color: var(--dark-color);
	text-align: right;
    top: 0;
    right: 0;
	transition: all 0.3s ease-in-out;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-weight: 900;
}
.faq-accordion .accordion-body{
	padding-right: 35px;
}
.faq-accordion .accordion-body p{
	margin: 0;
}
.our-faqs-image{
	text-align: right;
}
.our-faqs-image figure{
	display: block;
}
.our-faqs-image img{
	width: 100%;
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}
/* Our Clients */
.our-clients{
	background-color: #f8f8f8;
	padding: 100px 0;
}
.our-clients .our-clients-box{
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.our-client-slider .client-logo{
	text-align: center;
}
.our-client-slider .client-logo img{
	width: 100%;
	max-height: 40px;
}
/* Service Details */
.service-feature-image{
    margin-bottom: 40px;
}
.service-feature-image figure{
    display: block;
}
.service-feature-image img{
    height: 600px;
    width: 100%;
    aspect-ratio: 1 / 0.55;
    object-fit: cover;
}
.service-entry{
    margin-bottom: 60px;
}
.service-entry h2{
	font-size: 46px;
	margin-bottom: 20px;
}
.service-entry h2 span{
	color: var(--accent-color);
}
.service-entry p{
    margin-bottom: 20px;
}
.service-entry p:last-child{
    margin-bottom: 0;
}
.service-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}
.service-entry ul li{
	position: relative;
    font-weight: 500;
    color: var(--text-color);
	text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 15px;
}
.service-entry ul li:last-child{
	margin-bottom: 0;
}
.service-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: var(--primary-color);
    display: inline-block;
    top: 2px;
    left: 0;
}
.service-entry-list-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}
.service-entry-image,
.service-entry-list{
	width: calc(50% - 15px);
}
.service-entry-image figure{
	display: block;
}
.service-entry-image img{
	width: 100%;
	aspect-ratio: 1 / 0.615;
	object-fit: cover;
}
.service-entry-list ul{
	margin-bottom: 0;
}
.why-choose-content.service-single-why-choose{
	margin-bottom: 60px;
}
/* Gallery Page */
.page-gallery{
    padding: 70px 0;
}
.page-gallery-box .photo-gallery{
	/* height: calc(100% - 30px); */
	margin-bottom: 25px;
}
.page-gallery-box .photo-gallery a{
	cursor: none;
}
.page-gallery-box .photo-gallery figure{
	display: block;
}
.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.85;
	object-fit: cover;
}
.photo-gallery {
  position: relative;
  overflow: hidden;
}
.photo-gallery .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  pointer-events: none;
}
.photo-gallery .icon-wrap i{
    font-size: 40px;
    color: var(--white-color);
}
.photo-gallery:hover .icon-wrap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.photo-gallery img {
  transition: transform 0.4s ease;
}
.photo-gallery:hover img {
  transform: scale(1.05);
}
.gall-title{
    text-align: center;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* Magnify popup custom css */
.mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
  }
/* Contact Page */
  .contact-us-image{
	height: 100%;
}
.contact-us-image figure{
	height: 100%;
	display: block;
}
.contact-us-image img{
	height: 100%;
	width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.962;
}
.contact-us-form{
	margin-left: 30px;
}
.contact-form .form-control{
    font-size: 16px;
    font-weight: 500;
	line-height: 1.2em;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
	border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 14px 15px;
}
.contact-form .form-control:focus{
    border-color: #7C877F !important;
    box-shadow: 0 0 0 .25rem rgb(124 135 127 / 37%) !important;
}
.contact-form .form-control::placeholder{
	font-weight: 400;
}
.google-map{
	padding: 50px 0 100px;
}
.google-map .section-title{
	width: 100%;
	max-width: 560px;
	margin: 0 auto 30px;
	text-align: center;
}
.google-map-iframe,
.google-map-iframe iframe{
	width: 100%;
	height: 500px;
}
.contact-info-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.contact-info-item {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    background-color: #7c877f6b;
    padding: 35px 20px;
}
.contact-info-item .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: var(--divider-color);
    border: 2px dashed #19232445;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.contact-info-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--dark-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.contact-info-item:hover .icon-box{
    border-color: transparent;
    transition: border-color 0.3s ease;
}
.contact-info-item:hover .icon-box:before{
	transform: scale(1);
}
.contact-info-item .icon-box i{
	position: relative;
	font-size: 20px;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.contact-info-item:hover .icon-box i{
	color: var(--white-color);
}
.contact-info-content{
	width: calc(100% - 80px);
}
.contact-info-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.contact-info-content p{
	margin-bottom: 0;
}
.mb-dwn{
    position: fixed;
    z-index: 666;
}
.wht-ic a {
    display: block;
    max-width: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
.wht-btn a {
    position: fixed;
    z-index: 666;
    right: -58px;
    top: 270px;
    transform: rotate(90deg);
}
.btn-en {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    border-radius: 0;
    letter-spacing: 0.4px;
    background: linear-gradient(to bottom, #7c877f, #192324, #192324);
    border: 2px solid #FFF;
}
.btn-en i {
    margin-left: 6px;
}
/* Get Enquiry Form */
.get-enquiry-form{
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    bottom: 0;
    z-index: 99999;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    /* border: 1px solid #03AAC6; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.get-enquiry-form.active {
    right: 0;
}
.enq-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}
.enq-form-header .form-title {
    color: var(--dark-color);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}
.btnen-close {
    height: 35px;
    width: 35px;
    background: #e84118;
    display: flex;
    justify-content: center;
    border: 2px solid #FFF;
    align-items: center;
    cursor: pointer;
}
.btnen-close i{
    color: #FFF;
    font-size: 20px;
}
.whats-icon{
    max-width: 65px;
}
.enq-form-wrapper .form-control.ff{
    height: 40px !important;
}
.enq-form-wrapper .form-control {
    font-size: 15px !important;
    border-radius: 0;
    border: 1px solid #7c877f59;
    transition: 0.3s ease;
}
.enq-form-wrapper .form-control:focus{
    box-shadow: none !important;
    border-color: #7C877F;
    transition: border-color 0.3s ease;
}
.enq-form-wrapper .form-control::placeholder{
    font-size: 14px !important;
}
.enq-form-wrapper .form-group{
    margin-bottom: 25px;
}


