/*-----------------------------------------------------------------------------------

    Template Name: solera - Landscaping and Gardening HTML Template
    Author: GeeksLab Themes
    Author URL: https://themeforest.net/user/geekslab_themes
    Description: solera - Landscaping and Gardening HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Template Default CSS
	02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Template Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
:root {
  --cp-ff-body: 'Mona Sans', sans-serif;
  --cp-ff-heading: 'TikTok Sans', sans-serif;
  --cp-ff-heading-2: 'Playfair Display', serif;
  --cp-ff-heading-3: 'Cormorant', serif;
  --cp-ff-trusting: 'Trusting Font', serif;
  --cp-ff-p: 'Mona Sans', sans-serif;
  --cp-fw-normal: normal;
  --cp-fw-thin: 100;
  --cp-fw-elight: 200;
  --cp-fw-light: 300;
  --cp-fw-regular: 400;
  --cp-fw-medium: 500;
  --cp-fw-sbold: 600;
  --cp-fw-bold: 700;
  --cp-fw-ebold: 800;
  --cp-fw-black: 900;
  --cp-fs-body: 18px;
  --cp-fs-p: 18px;
  --cp-fs-h1: 65px;
  --cp-fs-h2: 56px;
  --cp-fs-h3: 24px;
  --cp-fs-h4: 20px;
  --cp-fs-h5: 18px;
  --cp-fs-h6: 14px;
  --cp-color-common-white: #ffffff;
  --cp-color-common-black: #000000;
  --cp-color-heading-primary: #143A2B;
  --cp-color-text-body: #414D4F;
  --cp-color-theme-primary: #05EE91;
  --cp-color-bg-1: #F3EDEB;
  --cp-color-grey-1: #F3EDEB;
  --cp-color-border-1: #B5CBC5;
}

@font-face {
  font-family: "Trusting Font";
  src: url("../fonts/Trusting.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: var(--cp-color-common-white);
  font-family: var(--cp-ff-body);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: var(--cp-color-text-body);
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 0;
}

h1 {
  font-size: var(--cp-fs-h1);
}

h2 {
  font-size: var(--cp-fs-h2);
}

h3 {
  font-size: var(--cp-fs-h3);
  line-height: 32px;
}

h4 {
  font-size: var(--cp-fs-h4);
}

h5 {
  font-size: var(--cp-fs-h5);
}

h6 {
  font-size: var(--cp-fs-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--cp-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--cp-color-text-body);
  margin-bottom: 0;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.desc {
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 992px) {
  .desc {
    font-size: 16px;
    line-height: 24px;
  }
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--cp-color-theme-primary);
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

*::-moz-selection {
  background: var(--cp-color-common-black);
  color: var(--cp-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--cp-color-common-black);
  color: var(--cp-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--cp-color-common-black);
  color: var(--cp-color-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--cp-color-common-black);
  font-size: var(--cp-fs-body);
  opacity: 1;
}

*::placeholder {
  color: var(--cp-color-common-black);
  font-size: var(--cp-fs-body);
  opacity: 1;
}

/**
    Common Classes CSS
*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.overflow-x {
  overflow-x: clip;
}

.container-fluid {
  padding: 0 24px;
}

.bg-grey {
  background-color: var(--cp-color-grey-1);
}

.bg-heading-color {
  background-color: var(--cp-color-heading-primary);
}

.white-bg {
  background-color: var(--cp-color-common-white);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  line-height: 1;
}

.author-list-wrap {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.author-list-wrap .author-list {
  display: flex;
  align-items: center;
}
.author-list-wrap .author-list li {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--cp-color-common-white);
}
.author-list-wrap .author-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-list-wrap .author-list li.icon {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.author-list-wrap .author-list li:not(:first-of-type) {
  margin-left: -10px;
}
.author-list-wrap .author-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #B9C4BF;
}

.solera-dot-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  position: relative;
  z-index: 2;
  bottom: 0 !important;
}
.solera-dot-swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  position: relative;
  margin: 0 !important;
}
.solera-dot-swiper-pagination .swiper-pagination-bullet:before {
  background-color: #009959;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.solera-dot-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #009959;
}
.solera-dot-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #009959;
}

.swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.swiper-arrow .swiper-nav {
  background-color: transparent;
  color: var(--cp-color-heading-primary);
  border: 1px solid var(--cp-color-heading-primary);
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-arrow .swiper-nav:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.bd-bottom {
  border-bottom: 1px solid var(--cp-color-border-1);
}

.bg-color-top {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.bg-color-bottom {
  background-color: #171719;
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.container {
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 50px;
  }
}
.section-heading .sub-heading {
  text-transform: uppercase;
  color: var(--cp-color-theme-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  font-family: var(--cp-ff-heading);
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-heading .sub-heading .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--cp-color-theme-primary);
  display: inline-block;
}
.section-heading .section-title {
  color: var(--cp-color-heading-primary);
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
}
.section-heading .section-title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title {
    font-size: 42px;
    max-width: 100%;
  }
  .section-heading .section-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .section-heading .section-title br {
    display: none;
  }
}
.section-heading.white-content .sub-heading {
  color: var(--cp-color-theme-primary);
}
.section-heading.white-content p,
.section-heading.white-content .section-title {
  color: var(--cp-color-common-white);
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .heading-space {
    margin-bottom: 50px;
  }
}

.t-up {
  text-transform: uppercase;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6,
.white-content p,
.white-content li,
.white-content span {
  color: var(--cp-color-common-white);
}

.img-reveal {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
}
.img-reveal .img-overlay {
  background-color: var(--cp-color-theme-primary);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-reveal img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.anim-text {
  overflow: hidden;
}

/*  Custom Cursor */
@media (min-width: 992px) {
  .mt-cursor {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    z-index: 10000;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .mt-cursor:before {
    background: var(--cp-color-theme-primary);
    opacity: 1;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
  }
  .mt-cursor.cursor-grow:before {
    opacity: 0.7;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  .mt-cursor.hide {
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.4s;
  }
  .mt-cursor.hide .inner {
    transform: scale(0.1);
    transition: transform 0.3s ease;
  }
}
.sticky-widget {
  position: sticky;
  /* default */
  top: 170px;
}

@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
}
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.m-0 {
  margin: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.p-0 {
  padding: 0;
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 50px;
  }
}

.pt-180 {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  .pt-180 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-180 {
    padding-top: 70px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 992px) {
  .pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 70px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media only screen and (max-width: 992px) {
  .pt-130 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 60px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (max-width: 992px) {
  .pt-90 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 992px) {
  .pt-80 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .pt-70 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 60px;
  }
}

.pb-180 {
  padding-bottom: 180px;
}
@media only screen and (max-width: 992px) {
  .pb-180 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-180 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .pb-130 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 992px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 992px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .pb-80 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 992px) {
  .pb-70 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-30 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-pb-50 {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .md-mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .md-mb-40 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .md-mb-50 {
    margin-bottom: 50px;
  }
}

/* Scroll To Top */
#scroll-percentage {
  position: absolute;
}

#scroll-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--cp-color-bg-2);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage {
    bottom: 20px;
    right: 20px;
  }
}

#scroll-percentage.active {
  bottom: 50px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 992px) {
  #scroll-percentage.active {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/** Buttons CSS */
.cp-primary-btn {
  background-color: var(--cp-color-theme-primary);
  font-family: var(--cp-ff-body);
  color: var(--cp-color-common-black);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 9px 10px 9px 28px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.cp-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--cp-color-heading-primary);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.cp-primary-btn .icon {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-common-black);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cp-primary-btn i {
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.cp-primary-btn:hover {
  color: var(--cp-color-common-white);
}
.cp-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.cp-primary-btn:hover i {
  transform: rotate(0deg);
}
.cp-primary-btn:hover .icon {
  background-color: var(--cp-color-theme-primary);
}
.cp-primary-btn:focus {
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.small-btn {
  padding: 4px 4px 4px 24px;
  font-size: 14px;
}
.cp-primary-btn.small-btn .icon {
  height: 36px;
  width: 36px;
}
.cp-primary-btn.dark-btn {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.cp-primary-btn.dark-btn .icon {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.dark-btn:before {
  background-color: var(--cp-color-theme-primary);
}
.cp-primary-btn.dark-btn:hover {
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.dark-btn:hover .icon {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.cp-primary-btn.white-btn {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.white-btn:hover .icon {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.cp-primary-btn.white-btn .icon {
  background-color: var(--cp-color-theme-primary);
}
.cp-primary-btn.white-btn::before {
  background-color: var(--cp-color-theme-primary);
}
.cp-primary-btn.white-hover-btn {
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.white-hover-btn::before {
  background-color: var(--cp-color-common-white);
}
.cp-primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.transparent:hover {
  color: var(--cp-color-common-white);
}
.cp-primary-btn.transparent:before {
  background-color: var(--cp-color-theme-primary);
}
.cp-primary-btn.dark-hover-btn:hover {
  color: var(--cp-color-common-white) !important;
}
.cp-primary-btn.dark-hover-btn::before {
  background-color: var(--cp-color-heading-primary) !important;
}

.read-more {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--cp-color-heading-primary);
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  gap: 5px;
}
.read-more i {
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.read-more:hover {
  color: var(--cp-color-theme-primary);
  background-size: 85% 1px;
}
.read-more:hover i {
  rotate: 0deg;
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header .primary-header {
  backdrop-filter: blur(92px);
  box-shadow: inset -1px -1px 2px 0 rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 5px 0;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-btn-wrap {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-btn-wrap {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-btn-wrap {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-btn-wrap {
    display: none;
  }
}
.header .primary-header-inner .header-btn-wrap .cp-primary-btn .btn_label {
  font-size: 14px;
}
.header .primary-header-inner .header-menu-wrap {
  margin-left: -70px;
}
.header .primary-header-inner .header-menu-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-menu-wrap ul {
    display: none;
  }
}
.header .primary-header-inner .header-menu-wrap ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 10px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li:first-child {
  margin-left: 0;
}
.header .primary-header-inner .header-menu-wrap ul li:last-child {
  margin-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--cp-color-common-white);
  display: block;
  font-size: 16px;
  padding: 22px 0;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul li a {
    font-size: 16px;
  }
}
.header .primary-header-inner .header-menu-wrap ul li a:hover {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li a i {
  font-size: 13px;
}
.header .primary-header-inner .header-menu-wrap ul li.active a {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a {
  color: var(--cp-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active ul li a:hover {
  color: var(--cp-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li.active.menu-item-has-children:after {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--cp-color-common-white);
  display: block;
  width: 250px;
  padding: 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  position: absolute;
  left: 0;
  top: 75px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 0.6s ease;
}
.header .primary-header-inner .header-menu-wrap ul li:hover > ul {
  visibility: visible;
  transition: all 0.6s ease;
  opacity: 1;
  transform: none;
}
.header .primary-header-inner .header-menu-wrap ul li li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover {
  background-color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--cp-color-common-black);
}
.header .primary-header-inner .header-menu-wrap ul li li a {
  background-color: var(--cp-color-common-white);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--cp-color-heading-primary);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  padding-left: 25px;
  letter-spacing: 0px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul li li a:hover {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li a:before {
  background-color: var(--cp-color-theme-primary);
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .primary-header-inner .header-menu-wrap ul li li:first-child a {
  padding-top: 20px;
}
.header .primary-header-inner .header-menu-wrap ul li li:first-child a:before {
  top: 59%;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child {
  margin: 0;
  border-bottom: none;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child a {
  padding-bottom: 20px;
}
.header .primary-header-inner .header-menu-wrap ul li li:last-child a:before {
  top: 41%;
}
.header .primary-header-inner .header-menu-wrap ul li li.active {
  background-color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  padding-left: 35px;
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a:before {
  width: 10px;
}
.header .primary-header-inner .header-menu-wrap ul li li ul {
  top: 0;
  left: 100%;
}
.header .primary-header-inner .header-menu-wrap ul li li ul li a {
  color: var(--cp-color-common-white);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover a {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a {
  color: var(--cp-color-heading-primary);
}
.header .primary-header-inner .header-menu-wrap ul li li:hover li a:hover {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children {
  position: relative;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
  padding-right: 17px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-menu-wrap ul .menu-item-has-children a {
    padding-right: 13px;
  }
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li {
  margin: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children ul li a {
  padding-right: 0;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 700;
  content: "\f078";
  color: var(--cp-color-common-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:hover:after {
  color: var(--cp-color-theme-primary);
}
.header .primary-header-inner .header-right-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.header .primary-header-inner .header-right-wrap .shop-icon {
  width: 46px;
  height: 46px;
  background-color: var(--cp-color-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  color: var(--cp-color-heading-primary);
}
.header .primary-header-inner .header-right-wrap .shop-icon:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
@media (max-width: 1600px) {
  .header .primary-header-inner .header-right-wrap .shop-icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .search-icon {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .search-icon {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right-item {
    line-height: 1;
  }
}
.header .primary-header-inner .header-right-wrap .header-right-item .mobile-side-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header .primary-header-inner .header-right-wrap .header-right-item .mobile-side-menu-toggle span {
  width: 35px;
  height: 2px;
  background-color: var(--cp-color-heading-primary);
  display: block;
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right-item .search-icon {
  font-size: 16px;
  margin-left: 55px;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right-item .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .mean-push {
    display: none;
  }
}
.header.fixed {
  background-color: var(--cp-color-heading-primary);
  top: 0;
  transition: all 0.3s ease-in-out;
}

.header-container {
  padding: 0 48px;
}
@media (max-width: 1199px) {
  .header-container {
    padding: 0 20px;
  }
}

.header-2 .container-fluid {
  padding: 0;
}
.header-2 .top-bar {
  background-color: var(--cp-color-heading-primary);
}
@media (max-width: 1399px) {
  .header-2 .top-bar {
    display: none;
  }
}
.header-2 .top-bar .top-bar-container {
  padding: 0 100px 0;
}
@media (max-width: 1199px) {
  .header-2 .top-bar .top-bar-container {
    padding: 0 20px;
  }
}
.header-2 .top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}
.header-2 .top-bar .top-bar-inner .top-desc {
  color: var(--cp-color-common-white);
}
.header-2 .top-bar .top-bar-inner .top-desc span {
  color: var(--cp-color-theme-primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header-2 .top-bar .top-bar-inner .top-bar-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-2 .top-bar .top-bar-inner .top-bar-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--cp-color-common-white);
  font-size: 16px;
  font-weight: 400;
}
.header-2 .top-bar .top-bar-inner .top-bar-list li i {
  margin-top: 2px;
}
.header-2 .top-bar .top-bar-inner .top-bar-list .dot {
  width: 8px;
  height: 8px;
  background-color: var(--cp-color-theme-primary);
  border-radius: 50%;
}
.header-2 .top-bar .top-bar-inner .top-social-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-2 .top-bar .top-bar-inner .top-social-wrap .follow {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--cp-color-common-white);
  font-family: var(--cp-ff-body);
}
.header-2 .top-bar .top-bar-inner .top-social-wrap .social-list {
  display: flex;
  align-items: center;
  list-style: none;
  position: relative;
}
.header-2 .top-bar .top-bar-inner .top-social-wrap .social-list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  top: -8px;
  left: -24px;
}
.header-2 .top-bar .top-bar-inner .top-social-wrap .social-list li {
  font-size: 15px;
  color: var(--cp-color-common-white);
}
.header-2 .top-bar .top-bar-inner .top-social-wrap .social-list li:not(:last-of-type) {
  margin-right: 20px;
}
.header-2 .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 64px;
  padding: 0;
  margin: 0 100px;
  padding-right: 16px;
  box-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset -1px -1px 2px 0 rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
}
@media (max-width: 1600px) {
  .header-2 .primary-header-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header-inner {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header-2 .primary-header-inner .header-btn-wrap {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .header-2 .primary-header-inner .header-btn-wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-btn-wrap {
    display: none;
  }
}
.header-2 .primary-header-inner .header-logo {
  position: relative;
  background-color: #009959;
  border-radius: 0 0 0 20px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="269" height="80" viewBox="0 0 269 80" xmlns="http://www.w3.org/2000/svg"><path d="M0 40C0 17.9086 17.9086 0 40 0H252.111C264.006 0 271.742 12.517 266.422 23.1554L242.422 71.1554C239.712 76.576 234.172 80 228.111 80H40C17.9086 80 0 62.0914 0 40Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 278px;
  padding: 24px 40px;
  height: 80px;
  margin-left: -2px;
}
.header-2 .primary-header-inner .header-left-wrap {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1399px) {
  .header-2 .primary-header-inner .header-left-wrap {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .primary-header-inner .header-left-wrap {
    display: block;
  }
}
.header-2 .primary-header-inner .header-menu-wrap {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-left: 0;
}
.header-2 .primary-header-inner .header-menu-wrap ul li a {
  color: var(--cp-color-heading-primary);
}
.header-2 .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  color: var(--cp-color-heading-primary);
}

.header-3 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-3 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .header-3 .container-fluid {
    padding: 0 20px;
  }
}
.header-3 .primary-header {
  max-width: 100%;
  margin-right: 0;
  backdrop-filter: blur(0);
  box-shadow: none;
  background: transparent;
  border-radius: 0;
}
@media only screen and (max-width: 992px) {
  .header-3 .primary-header {
    padding: 10px 0;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap {
  display: flex;
  align-items: center;
  gap: 107px;
  margin-left: 0;
}
@media (max-width: 1700px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .primary-header .primary-header-inner .header-menu-wrap {
    gap: 20px;
  }
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li a {
  color: var(--cp-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul li ul li a {
  color: var(--cp-color-heading-primary);
}
.header-3 .primary-header .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
  color: var(--cp-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-right-item .mobile-side-menu-toggle span {
  background-color: var(--cp-color-common-white);
}
.header-3 .primary-header .primary-header-inner .header-right-wrap {
  gap: 40px;
}
.header-3 .primary-header .primary-header-inner .header-right-wrap .num {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--cp-color-common-white);
}
@media (max-width: 1600px) {
  .header-3 .primary-header .primary-header-inner .header-right-wrap .num {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-3 .primary-header .primary-header-inner .header-btn {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
.side-menu-icon {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .side-menu-icon {
    display: none;
  }
}

.mobile-menu-items {
  display: block !important;
}

.mobile-menu-items-2 {
  display: none !important;
}

.side-menu-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 850px;
  -webkit-transform: translateX(850px);
  -ms-transform: translateX(850px);
  transform: translateX(850px);
  height: 100%;
  display: block;
  background-color: var(--cp-color-theme-bg-dark-deep);
  z-index: 100;
  padding: 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.side-menu-wrapper .side-menu-close {
  background-color: var(--cp-color-theme-primary);
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.side-menu-wrapper.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 992px) {
  .side-menu-wrapper {
    display: none;
  }
}

.side-menu-content .side-menu-header {
  font-family: var(--cp-ff-body);
  font-size: 30px;
  max-width: 600px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  margin-bottom: 40px;
}
.side-menu-content .side-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box img {
  max-width: 150px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info .side-menu-title {
  font-family: var(--cp-ff-body);
  font-size: 32px;
  font-weight: 500;
  color: var(--cp-color-theme-primary);
  line-height: 1;
  margin-bottom: 10px;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p {
  max-width: 400px;
  width: 100%;
}
.side-menu-content .side-menu-item .side-menu-thumb-box .side-menu-info p:last-child {
  margin-bottom: 0;
}
.side-menu-content .side-menu-item .side-menu-arrow {
  font-size: 45px;
  color: var(--cp-color-theme-primary);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.side-menu-content .side-menu-item:hover {
  border: 1px solid var(--cp-color-border-6);
}
.side-menu-content .side-menu-item:hover .side-menu-arrow {
  transform: rotate(0deg);
}
.side-menu-content .side-menu-item:last-child {
  margin-bottom: 0;
}

.side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}
@media only screen and (max-width: 992px) {
  .side-menu-overlay {
    display: none;
  }
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  background-color: var(--cp-color-heading-primary);
  position: fixed;
  left: 0;
  top: 0;
  animation-name: menuSticky;
  -webkit-animation-name: menuSticky;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
  z-index: 99;
}
.primary-header.fixed .primary-header-inner {
  border: none;
}

.header-2 .primary-header {
  width: 100%;
}
.header-2 .primary-header.fixed {
  background-color: var(--cp-color-common-white);
}

.header-3 .primary-header {
  width: 100%;
}
.header-3 .primary-header.fixed {
  background-color: var(--cp-color-heading-primary);
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu .header-right {
    display: none !important;
  }
}
@-webkit-keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes menuSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

.mobile-side-menu {
  background-color: var(--cp-color-common-white);
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 400px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 100%;
  display: block;
  z-index: 100;
  padding: 40px 40px 40px 40px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
.mobile-side-menu.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-side-menu .side-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-side-menu .side-menu-head a img {
  max-width: 120px;
}
.mobile-side-menu .side-menu-head .mobile-side-menu-close {
  position: fixed;
  top: 35px;
  right: 40px;
  color: var(--cp-color-heading-primary);
  font-size: 17px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cp-color-border-1);
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
.mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
.mobile-side-menu .side-menu-wrap {
  overflow: hidden;
  margin-bottom: 50px;
}
.mobile-side-menu p {
  color: var(--cp-color-heading-primary);
  margin-bottom: 50px;
}
.mobile-side-menu .list-header {
  color: var(--cp-color-common-white);
  font-family: var(--cp-ff-body);
  font-weight: 400;
  margin-bottom: 30px;
}
.mobile-side-menu .side-menu-list {
  list-style: none;
}
.mobile-side-menu .side-menu-list li {
  font-family: var(--cp-ff-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--cp-color-heading-primary);
}
.mobile-side-menu .side-menu-list li span,
.mobile-side-menu .side-menu-list li a {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    margin-left: 0;
  }
}
.mobile-side-menu .side-menu-list li i {
  margin-right: 10px;
}

.mobile-side-menu-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  display: block;
}
.mobile-side-menu-overlay.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../img/cancel.png), auto;
}

.mean-bar {
  background-color: transparent;
  min-height: auto;
  padding: 0;
}
.mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-bar .mean-nav {
  background-color: transparent;
  margin-top: 0;
  padding-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--cp-color-border-1);
}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-top: none;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-bar .mean-nav.mean-nav > ul li ul li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 16px;
  }
}

#popup-search-box {
  background-color: var(--cp-color-common-white);
  position: fixed;
  width: 100%;
  height: 20%;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#popup-search-box .box-inner-wrap {
  background-color: var(--cp-color-common-white);
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
}
#popup-search-box .box-inner-wrap form {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 15px;
}
#popup-search-box .box-inner-wrap form input {
  width: 100%;
  padding: 20px 15px;
  padding-right: 80px;
  background: transparent;
  border: none;
  color: #ddd;
  border: 1px solid var(--cp-color-border-1);
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}
#popup-search-box .box-inner-wrap form input:focus {
  outline: none;
}
#popup-search-box .box-inner-wrap:hover {
  cursor: url(../img/cross.png), auto;
}
#popup-search-box .box-inner-wrap .search-close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: var(--cp-color-heading-primary);
  border: 1px solid var(--cp-color-border-1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #popup-search-box .box-inner-wrap .search-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
  }
}
#popup-search-box .box-inner-wrap .search-close:hover {
  background-color: var(--cp-color-theme-primary);
  border: 1px solid var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
#popup-search-box.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.popup-tags {
  position: relative;
  margin: 0 auto;
}

.blog-details-header {
  background-color: var(--cp-color-grey-1);
}
.blog-details-header .primary-header-inner {
  background-color: var(--cp-color-grey-1);
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section .hero-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.hero-section .overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .author-list-wrap {
  background-color: var(--cp-color-common-white);
  padding: 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-right: 40px;
}
@media (max-width: 1399px) {
  .hero-section .author-list-wrap {
    display: none;
  }
}
.hero-section .author-list-wrap .image {
  width: 180px;
  height: 160px;
}
.hero-section .author-list-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.hero-section .author-list-wrap .author-list {
  display: flex;
  align-items: center;
}
.hero-section .author-list-wrap .author-list li {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--cp-color-common-white);
}
.hero-section .author-list-wrap .author-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .author-list-wrap .author-list li.icon {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
.hero-section .author-list-wrap .author-list li:not(:first-of-type) {
  margin-left: -10px;
}
.hero-section .author-list-wrap .author-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #151519;
}

.hero-container {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .hero-container {
    padding: 0 20px;
  }
}

.hero-content {
  padding: 733px 0 100px 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1399px) {
  .hero-content {
    padding: 420px 0 100px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding: 220px 0 100px;
  }
}
.hero-content .hero-title-wrap {
  position: relative;
  z-index: 5;
}
.hero-content .title {
  color: var(--cp-color-common-white);
  font-family: var(--cp-ff-heading);
  font-weight: 700;
  font-size: 100px;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1600px) {
  .hero-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content .title {
    font-size: 60px;
  }
}
.hero-content .title span {
  font-family: var(--cp-ff-heading-3);
}
.hero-content .hero-btn {
  position: relative;
  z-index: 5;
}

.hero-section-2 {
  position: relative;
  z-index: 1;
}
.hero-section-2 .hero-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-section-2 .hero-bg::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 48, 41, 0) 0%, rgba(0, 48, 41, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-section-2 .hero-image {
    display: none;
  }
}
.hero-section-2 .title-text {
  font-weight: 700;
  font-size: 245px;
  line-height: 0.7;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .hero-section-2 .title-text {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .hero-section-2 .title-text {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-section-2 .title-text {
    font-size: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-section-2 .title-text {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section-2 .title-text {
    font-size: 70px;
  }
}
@media only screen and (max-width: 567px) {
  .hero-section-2 .title-text {
    font-size: 50px;
  }
}
.hero-section-2 .hero-image {
  position: absolute;
  bottom: 0;
  left: 55.6%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-content-2 {
  padding: 430px 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .hero-content-2 {
    padding: 330px 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-content-2 {
    padding: 230px 0 50px;
  }
}
.hero-content-2 .title-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .hero-content-2 .title-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-content-2 .title-wrap .txt {
  top: -15px;
  position: relative;
}
.hero-content-2 .title {
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  color: var(--cp-color-common-white);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 567px) {
  .hero-content-2 .title {
    font-size: 50px;
  }
}
.hero-content-2 .title br {
  display: block;
}
.hero-content-2 .title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
  font-weight: 600;
}
.hero-content-2 .title .line {
  margin-left: 210px;
}
@media only screen and (max-width: 567px) {
  .hero-content-2 .title .line {
    margin-left: 110px;
  }
}
.hero-content-2 .title::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 180px;
  height: 2px;
  position: absolute;
  bottom: 37px;
  top: auto;
  background-color: var(--cp-color-common-white);
}
@media only screen and (max-width: 567px) {
  .hero-content-2 .title::after {
    width: 100px;
  }
}
.hero-content-2 .desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--cp-color-common-white);
}
@media only screen and (max-width: 567px) {
  .hero-content-2 .desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.hero-section-3 {
  background-color: var(--cp-color-heading-primary);
  position: relative;
  z-index: 1;
}
.hero-section-3 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .hero-section-3 .container-fluid {
    padding: 0 20px;
  }
}
.hero-section-3 .bg-shape {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 5%;
}
.hero-section-3 .hero-carousel-area {
  position: relative;
  margin-left: 100px;
}
.hero-section-3 .solera-dot-swiper-pagination {
  position: absolute;
  bottom: 60px !important;
  left: -60px;
  text-align: center;
  margin-bottom: 0;
  z-index: 99;
  width: max-content;
  display: flex;
  flex-direction: column;
}

.hero-content-3 {
  padding: 200px 0 80px 0;
}
.hero-content-3 .hero-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-content-3 .hero-title {
  font-family: var(--cp-ff-trusting);
  font-weight: 400;
  font-size: 250px;
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: var(--cp-color-common-white);
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .hero-content-3 .hero-title {
    font-size: 200px;
  }
}
@media (max-width: 1399px) {
  .hero-content-3 .hero-title {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .hero-content-3 .hero-title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .hero-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .hero-title {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
.hero-content-3 .circle-shape {
  display: flex;
  align-items: center;
  margin-right: 200px;
}
@media (max-width: 1600px) {
  .hero-content-3 .circle-shape {
    margin-right: 0;
  }
}
.hero-content-3 .circle-shape .shape-1 {
  position: relative;
  z-index: 2;
  animation: rotate360 10s linear infinite;
}
.hero-content-3 .circle-shape .shape-2 {
  margin-left: -30px;
  width: 100px;
  width: 100px;
  object-fit: cover;
}
.hero-content-3 .list li {
  width: max-content;
  border: 1px solid rgba(185, 196, 191, 0.4);
  border-radius: 96px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #B9C4BF;
}
.hero-content-3 .hero-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.hero-content-3 .hero-content-bottom .desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B9C4BF;
  max-width: 400px;
}

.hero-carousel-img {
  height: 700px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .hero-carousel-img {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel-img {
    height: 400px;
  }
}
.hero-carousel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* !END: Hero CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-section .about-img-1 {
  width: 460px;
  height: 430px;
}
@media (max-width: 1399px) {
  .about-section .about-img-1 {
    width: 100%;
  }
}
.about-section .about-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.about-content {
  display: flex;
  align-items: center;
  column-gap: 24px;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-content {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-content {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.about-content .about-img-2 {
  max-width: 312px;
  height: 300px;
  margin-top: -122px;
}
@media (max-width: 1199px) {
  .about-content .about-img-2 {
    display: none;
  }
}
.about-content .about-img-2 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.about-content .img-content p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .about-content .img-content p {
    font-size: 16px;
  }
}

.about-info-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
}
@media only screen and (max-width: 992px) {
  .about-info-wrap {
    flex-wrap: wrap;
  }
}
.about-info-wrap .info-content {
  flex: 1;
}
.about-info-wrap .info-item {
  display: flex;
  align-items: center;
  gap: 24px;
  align-items: start;
  background-color: var(--cp-color-grey-1);
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .about-info-wrap .info-item {
    padding: 20px;
  }
}
.about-info-wrap .info-item .title {
  font-weight: 600;
  font-size: 24px;
  color: var(--cp-color-heading-primary);
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .about-info-wrap .info-item .title {
    font-size: 20px;
    line-height: 1;
  }
}

.slide-up-text {
  overflow: hidden;
}

.slide-up-text span {
  display: block;
  transform: translateY(100%);
}

.about-section-2 .about-img-1 {
  width: 100%;
  height: 440px;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .about-section-2 .about-img-1 {
    padding-right: 0;
  }
}
.about-section-2 .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.about-section-2 .about-img-2 {
  width: 100%;
  height: 420px;
}
.about-section-2 .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-content-2 .list {
  margin-bottom: 42px;
}
.about-content-2 .list li {
  font-family: var(--cp-ff-heading);
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 12px;
}
.about-content-2 .list li i {
  color: var(--cp-color-heading-primary);
}

.about-content-3 .image-1 {
  width: 100%;
  height: 250px;
}
.about-content-3 .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* !END: About CSS */
/**----------------------------------------
    START: Project CSS
----------------------------------------*/
.project-section .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .project-section .container-fluid {
    padding: 0 20px;
  }
}

.project-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px;
  flex-wrap: wrap;
}

.project-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.project-item {
  position: relative;
  overflow: hidden;
}
.project-item .thumb {
  width: 100%;
  height: 500px;
}
.project-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.project-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 16px);
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px;
  background-color: var(--cp-color-theme-primary);
  border-radius: 12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 567px) {
  .project-item .content {
    padding: 20px;
  }
}
.project-item .content .arrow-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  font-size: 25px;
}
.project-item .content .arrow-icon i {
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.project-item .content .arrow-icon:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.project-item .content .arrow-icon:hover i {
  rotate: 0deg;
}
.project-item .content .title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 567px) {
  .project-item .content .title {
    font-size: 24px;
  }
}
.project-item .content .title a {
  color: var(--cp-color-heading-primary);
}
.project-item .content .meta-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.project-item .content .meta-tag span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--cp-color-heading-primary);
  border: 1px solid rgba(20, 58, 43, 0.5);
  border-radius: 40px;
  padding: 8px 20px;
}
.project-item:hover .content {
  opacity: 1;
  bottom: 8px;
}

.project-section-2 .container-fluid {
  padding: 0 45px;
}
@media only screen and (max-width: 992px) {
  .project-section-2 .container-fluid {
    padding: 0 10px;
  }
}

.project-item-2 {
  position: relative;
  overflow: hidden;
}
.project-item-2 .thumb {
  width: 100%;
  height: 500px;
}
.project-item-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.project-item-2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 16px);
  gap: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 32px;
  width: 100%;
  backdrop-filter: blur(47px);
  box-shadow: inset -1px -1px 2px 0 rgba(255, 255, 255, 0.5), inset 1px 1px 2px 0 rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  bottom: -20px;
}
@media only screen and (max-width: 567px) {
  .project-item-2 .content {
    padding: 20px;
  }
}
.project-item-2 .content .arrow-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  font-size: 25px;
}
@media only screen and (max-width: 567px) {
  .project-item-2 .content .arrow-icon {
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
  }
}
.project-item-2 .content .arrow-icon i {
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.project-item-2 .content .arrow-icon:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.project-item-2 .content .arrow-icon:hover i {
  rotate: 0deg;
}
.project-item-2 .content .title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 567px) {
  .project-item-2 .content .title {
    font-size: 24px;
    display: flex;
    flex: 1;
  }
}
.project-item-2 .content .title a {
  color: var(--cp-color-common-white);
}
.project-item-2 .content .meta-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}
.project-item-2 .content .meta-tag span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--cp-color-common-white);
  border: 1px solid rgba(185, 196, 191, 0.5);
  border-radius: 40px;
  padding: 8px 20px;
}

.project-carousel-2 {
  padding-right: 33px;
}
.project-carousel-2 .swiper-slide.swiper-slide-active {
  width: 735px !important;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .project-carousel-2 .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
.project-carousel-2 .swiper-slide.swiper-slide-active .project-item-2 {
  max-width: 100% !important;
}
.project-carousel-2 .swiper-slide.swiper-slide-active .project-item-2 .content {
  opacity: 1;
  bottom: 0;
}

.project-section-3 {
  position: relative;
  z-index: 1;
}
.project-section-3 .project-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 70px;
}
.project-section-3 .project-inner-wrapper {
  position: relative;
  z-index: 1;
}
.project-section-3 .project-inner-wrapper .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.project-section-3 .project-inner-wrapper .bg-img::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.project-wrap-3 > div {
  padding: 0;
  margin: 0;
}
.project-wrap-3 > div:not(:last-of-type) .project-item-3 {
  border-right: 1px solid var(--cp-color-common-white);
}

.project-item-3 {
  height: 700px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .project-item-3 {
    height: 450px;
    border-bottom: 1px solid var(--cp-color-common-white);
    overflow: hidden;
  }
}
.project-item-3 .number {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  color: var(--cp-color-common-white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--cp-color-common-white);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .project-item-3 .number {
    font-size: 150px;
  }
}
.project-item-3 .project-content {
  background-color: var(--cp-color-grey-1);
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  padding: 40px 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1600px) {
  .project-item-3 .project-content {
    padding: 40px 30px;
  }
}
.project-item-3 .project-content span {
  color: #009959;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.project-item-3 .project-content .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1600px) {
  .project-item-3 .project-content .title {
    font-size: 30px;
  }
}
@media (max-width: 1399px) {
  .project-item-3 .project-content .title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.project-item-3:hover .number {
  top: 39%;
  visibility: visible;
  opacity: 0.5;
}
.project-item-3:hover .title a {
  color: var(--cp-color-heading-primary);
}
.project-item-3:hover .project-content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.project-inner-item {
  width: 100%;
  background-color: var(--cp-color-common-white);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 8px;
  display: block;
}
.project-inner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 64, 55, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.project-inner-item .project-content {
  width: 100%;
  height: 164px;
  bottom: 0;
  position: absolute;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 640 165" xmlns="http://www.w3.org/2000/svg"><path  d="M619.187 76.3191C631.103 77.9155 640 88.0834 640 100.107V156.836C640 161.254 636.418 164.836 632 164.836H8C3.58172 164.836 0 161.254 0 156.836V49.7382C0 43.686 2.2866 37.8572 6.40179 33.4194L30.2685 7.68147C35.5716 1.96256 43.323 -0.822784 51.0533 0.212749L619.187 76.3191Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 640 165" xmlns="http://www.w3.org/2000/svg"><path  d="M619.187 76.3191C631.103 77.9155 640 88.0834 640 100.107V156.836C640 161.254 636.418 164.836 632 164.836H8C3.58172 164.836 0 161.254 0 156.836V49.7382C0 43.686 2.2866 37.8572 6.40179 33.4194L30.2685 7.68147C35.5716 1.96256 43.323 -0.822784 51.0533 0.212749L619.187 76.3191Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--cp-color-theme-primary);
  padding: 50px 40px 40px;
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.project-inner-item .project-content span {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(18, 32, 35, 0.7);
}
.project-inner-item .project-content .title {
  font-size: 28px;
  font-weight: 600;
  color: var(--cp-color-heading-primary);
  margin-bottom: 0;
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .project-inner-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .project-inner-item .project-content .title {
    font-size: 22px;
  }
}
.project-inner-item .project-content .title a {
  color: var(--cp-color-heading-primary);
}
.project-inner-item .project-content.project-content-2 {
  width: 100%;
  height: 144px;
  mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 413 145" xmlns="http://www.w3.org/2000/svg"><path  d="M392.187 45.9109C404.103 47.5072 413 57.6751 413 69.6984V136.838C413 141.256 409.418 144.838 405 144.838H8C3.58172 144.838 0 141.256 0 136.838V49.7382C0 43.6859 2.2866 37.8572 6.40179 33.4194L30.2685 7.68147C35.5716 1.96256 43.323 -0.82279 51.0533 0.212752L392.187 45.9109Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  viewBox="0 0 413 145" xmlns="http://www.w3.org/2000/svg"><path  d="M392.187 45.9109C404.103 47.5072 413 57.6751 413 69.6984V136.838C413 141.256 409.418 144.838 405 144.838H8C3.58172 144.838 0 141.256 0 136.838V49.7382C0 43.6859 2.2866 37.8572 6.40179 33.4194L30.2685 7.68147C35.5716 1.96256 43.323 -0.82279 51.0533 0.212752L392.187 45.9109Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.project-inner-item .project-content.project-content-2 .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--cp-color-heading-primary);
  margin-bottom: 0;
  margin-top: 8px;
}
.project-inner-item .project-thumb {
  width: 100%;
  height: 450px;
}
.project-inner-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.project-inner-item.style-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 64, 55, 0.3);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.project-inner-item:hover .project-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project-inner-item:hover::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.project-details-img {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .project-details-img {
    height: 400px;
  }
}
.project-details-img .img-overlay {
  background-color: var(--cp-color-bg-1);
}
.project-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.project-details-content {
  padding-bottom: 130px;
  border-bottom: 1px solid rgba(20, 58, 43, 0.2);
}
.project-details-content .details-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 70px;
  line-height: 64px;
}
@media (max-width: 1399px) {
  .project-details-content .details-title {
    font-size: 40px;
    line-height: 48px;
  }
}
.project-details-content .details-title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
.project-details-content .project-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .project-details-content .project-details-meta {
    flex-direction: column;
    row-gap: 30px;
    justify-content: baseline;
    align-items: baseline;
  }
}
.project-details-content .project-details-meta .project-meta:not(:last-of-type) {
  margin-right: 170px;
}
.project-details-content .project-details-meta .project-meta span {
  color: var(--cp-color-text-body);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.project-details-content .project-details-meta .project-meta .title {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-details-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.project-details-content .project-details-thumb-wrap {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin: 60px 0;
}
@media only screen and (max-width: 992px) {
  .project-details-content .project-details-thumb-wrap {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-details-content .project-details-thumb-wrap {
    flex-direction: column;
    row-gap: 24px;
  }
}
.project-details-content .project-details-thumb-wrap .project-details-thumb {
  height: 420px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .project-details-content .project-details-thumb-wrap .project-details-thumb {
    height: 350px;
  }
}
.project-details-content .project-details-thumb-wrap .project-details-thumb .img-overlay {
  background-color: var(--cp-color-bg-1);
}
.project-details-content .project-details-thumb-wrap .project-details-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-details-content .details-title-2 {
  font-size: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .project-details-content .details-title-2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.project-details-content .details-list-wrap {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 100px;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .project-details-content .details-list-wrap {
    padding-right: 0;
  }
}
.project-details-content .details-list-wrap ul {
  list-style: none;
  margin: 0;
}
.project-details-content .details-list-wrap ul li {
  font-weight: 500;
  color: var(--cp-color-text-body);
  font-size: 16px;
}
.project-details-content .details-list-wrap ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
.project-details-content .details-list-wrap ul li i {
  color: var(--cp-color-heading-primary);
  margin-right: 5px;
}
.project-details-content .portfolio-details-card {
  width: 100%;
  background-color: var(--cp-color-grey-1);
  border-radius: 10px;
  padding: 38px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .project-details-content .portfolio-details-card {
    min-width: 100%;
    right: 0;
  }
}
.project-details-content .portfolio-details-card .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(16, 85, 31, 0.1);
  text-transform: capitalize;
  padding: 0 40px 22px;
}
.project-details-content .portfolio-details-card .list {
  padding: 0 40px 22px;
}
.project-details-content .portfolio-details-card .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23.5px 0;
  border-bottom: 1px solid rgba(16, 85, 31, 0.1);
  text-align: left;
  color: #424742;
  font-weight: 500;
}
.project-details-content .portfolio-details-card .list li .info {
  font-weight: 500;
  font-size: 18px;
  color: #424742;
}
.project-details-content .portfolio-details-card .card-btn {
  background-color: #009959;
  padding: 16px 48px;
  margin-top: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-common-white);
}
.project-details-content .portfolio-details-card .card-btn i {
  rotate: -45deg;
}

.project-inner-section .project-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 70px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.gutter-gap-40 {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
}

.gutter-gap-48 {
  --bs-gutter-x: 2.9rem;
  --bs-gutter-y: 2.9rem;
}

.gutter-gap-40-y {
  --bs-gutter-y: 2.5rem;
}

.gutter-gap-40-x {
  --bs-gutter-x: 2.5rem;
}

.gutter-gap-65-x {
  --bs-gutter-x: 4rem;
}

.gutter-gap-33-x {
  --bs-gutter-x: 2rem;
}

.gutter-gap-50-x {
  --bs-gutter-x: 3rem;
}

/**----------------------------------------
    START: Skill CSS
----------------------------------------*/
.skill-section {
  background-color: var(--cp-color-heading-primary);
}

.skill-img-wrap .image {
  width: 100%;
  height: 270px;
}
.skill-img-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.skill-img-wrap .desc {
  font-size: 18px;
  color: #B8BCBD;
  margin-bottom: 48px;
}

.skill-content {
  width: 100%;
}
.skill-content .skills-item {
  overflow: hidden;
}
.skill-content .skills-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.skill-content .skills-item .skill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skill-content .skills-item .skill-top span {
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  color: var(--cp-color-common-white);
}
@media only screen and (max-width: 767px) {
  .skill-content .skills-item .skill-top span {
    font-size: 18px;
    padding-top: 20px;
    top: -60px;
  }
}
.skill-content .skills-item .title {
  color: var(--cp-color-common-white);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .skill-content .skills-item .title {
    font-size: 18px;
  }
}
.skill-content .skills-item .progress {
  background-color: rgba(0, 153, 89, 0.2);
  height: 10px;
  overflow: visible;
  border-radius: 100px;
}
.skill-content .skills-item .progress .progress-bar {
  position: relative;
  background-color: var(--cp-color-theme-primary);
  overflow: visible;
  border-radius: 100px;
}
.skill-content .skill-btn .cp-primary-btn:before {
  background-color: var(--cp-color-common-white);
}
.skill-content .skill-btn .cp-primary-btn:hover {
  color: var(--cp-color-heading-primary);
}
.skill-content .skill-btn .cp-primary-btn:hover .icon {
  background-color: var(--cp-color-theme-primary);
}

/* !END: Skill CSS */
/**----------------------------------------
START: Offer CSS
----------------------------------------*/
.offer-section {
  position: relative;
  z-index: 1;
}
.offer-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.05;
}
.offer-section .image {
  width: 100%;
  max-width: 665px;
  height: 380px;
}
@media (max-width: 1399px) {
  .offer-section .image {
    max-width: 100%;
  }
}
.offer-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.offer-content {
  position: relative;
}
.offer-content::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 1px;
  height: calc(100% + 265px);
  top: -130px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1399px) {
  .offer-content::after {
    display: none;
  }
}

.offer-item {
  display: flex;
  gap: 32px;
  padding-left: 56px;
}
@media (max-width: 1199px) {
  .offer-item {
    padding-left: 0;
  }
}
.offer-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.offer-item .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 56px;
  height: 56px;
  font-size: 44px;
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.offer-item .content-info {
  flex: 1;
}
.offer-item .content-info .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--cp-color-common-white);
  margin-bottom: 14px;
}
.offer-item .content-info .desc {
  color: #B9C4BF;
  margin-bottom: 0;
}
.offer-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/**----------------------------------------
    START: Testimonial CSS
----------------------------------------*/
.testimonial-section .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .testimonial-section .container-fluid {
    padding: 0 20px;
  }
}

.testi-item {
  background-color: var(--cp-color-grey-1);
  padding: 48px 48px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .testi-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item {
    padding: 40px 20px;
  }
}
.testi-item .review {
  display: flex;
  align-items: center;
  column-gap: 3px;
  list-style: none;
  margin-bottom: 24px;
}
.testi-item .review li {
  color: #009959;
}
.testi-item .desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 68px;
  color: var(--cp-color-heading-primary);
  transition: all 0.3s ease-in-out;
  font-family: var(--cp-ff-heading);
}
@media only screen and (max-width: 992px) {
  .testi-item .desc {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item .desc {
    font-size: 22px;
  }
}
.testi-item .testi-author-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 1600px) {
  .testi-item .testi-author-box {
    padding-top: 20px;
  }
}
.testi-item .testi-author-box .icon {
  transition: all 0.3s ease-in-out;
}
.testi-item .testi-author-box .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
}
.testi-item .testi-author-box .testi-author .author-thumb {
  height: 60px;
  width: 60px;
}
.testi-item .testi-author-box .testi-author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item .testi-author-box .testi-author .content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.testi-item .testi-author-box .testi-author .content span {
  font-size: 14px;
  color: var(--cp-color-text-body);
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.testi-item:hover {
  background-color: var(--cp-color-theme-primary);
}

.testimonial-section-2 {
  position: relative;
}
.testimonial-section-2 .quote-icon {
  margin-top: 88px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .quote-icon {
    display: none;
  }
}
.testimonial-section-2 .solera-dot-swiper-pagination {
  position: relative;
  z-index: 2;
  justify-content: start;
  margin-top: -25px;
}
@media (max-width: 1199px) {
  .testimonial-section-2 .solera-dot-swiper-pagination {
    margin-top: 40px;
    justify-content: center;
  }
}

.testi-item-2 {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 992px) {
  .testi-item-2 {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item-2 {
    flex-direction: column;
  }
}
.testi-item-2 .testi-txt {
  flex: 1;
}
.testi-item-2 .rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--cp-color-common-white);
  background-color: var(--cp-color-heading-primary);
  border-radius: 50px;
  padding: 12px 22px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--cp-ff-heading);
}
.testi-item-2 .rating i {
  font-size: 14px;
  color: var(--cp-color-theme-primary);
}
.testi-item-2 .desc {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: var(--cp-color-heading-primary);
  font-family: var(--cp-ff-heading);
  margin-top: 48px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 992px) {
  .testi-item-2 .desc {
    font-size: 24px;
  }
}
.testi-item-2 .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.testi-item-2 span {
  font-weight: 500;
  font-size: 14px;
}
.testi-item-2 .image {
  width: 424px;
  height: 470px;
}
@media only screen and (max-width: 992px) {
  .testi-item-2 .image {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item-2 .image {
    width: 100%;
  }
}
.testi-item-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.testimonial-section-3 {
  position: relative;
}
.testimonial-section-3 .testi-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .testimonial-section-3 .testi-top {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

.testi-container-3 {
  max-width: 1620px;
  padding: 0;
  margin-right: 0;
  margin-left: 300px;
}
@media (max-width: 1199px) {
  .testi-container-3 {
    margin-left: 0;
  }
}

.testi-item-3 {
  background-color: var(--cp-color-grey-1);
  padding: 48px 24px 18px 48px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .testi-item-3 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item-3 {
    padding: 40px 20px;
  }
}
.testi-item-3 .review {
  display: flex;
  align-items: center;
  column-gap: 3px;
  list-style: none;
  margin-bottom: 24px;
}
.testi-item-3 .review li {
  color: #009959;
}
.testi-item-3 .desc {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 10px;
  color: var(--cp-color-heading-primary);
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .testi-item-3 .desc {
    font-size: 24px;
  }
}
.testi-item-3 .testi-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1600px) {
  .testi-item-3 .testi-author-box {
    padding-top: 20px;
  }
}
@media (max-width: 1600px) {
  .testi-item-3 .testi-author-box .icon {
    display: none;
  }
}
.testi-item-3 .testi-author-box .testi-author {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
}
.testi-item-3 .testi-author-box .testi-author .author-thumb {
  height: 60px;
  width: 60px;
}
.testi-item-3 .testi-author-box .testi-author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi-item-3 .testi-author-box .testi-author .content .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.testi-item-3 .testi-author-box .testi-author .content span {
  font-size: 14px;
  color: var(--cp-color-text-body);
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.testi-item-3 .testi-author-box .quate-box {
  position: relative;
}
@media (max-width: 1600px) {
  .testi-item-3 .testi-author-box .quate-box {
    display: none;
  }
}
.testi-item-3 .testi-author-box .quate-box .icon {
  display: none;
  transition: 0.3s ease-in-out;
}
.testi-item-3 .testi-author-box .quate-box .icon img {
  opacity: 0;
}
.testi-item-3 .testi-author-box .quate-box .icon-2 img {
  opacity: 0.2;
}
.testi-item-3:hover {
  background-color: var(--cp-color-heading-primary);
}
.testi-item-3:hover .desc {
  color: var(--cp-color-common-white);
}
.testi-item-3:hover .testi-author .content .name {
  color: var(--cp-color-common-white);
}
.testi-item-3:hover .testi-author .content span {
  color: var(--cp-color-common-white);
}
.testi-item-3:hover .quate-box {
  position: relative;
}
.testi-item-3:hover .quate-box .icon {
  opacity: 1;
  display: block;
  transition: 0.3s ease-in-out;
}
.testi-item-3:hover .quate-box .icon img {
  opacity: 0.1;
}
.testi-item-3:hover .quate-box .icon-2 {
  display: none;
}
.testi-item-3:hover .quate-box .icon-2 img {
  opacity: 0.2;
}

/* !END: Testimonial CSS */
/**----------------------------------------
    START: Service CSS
----------------------------------------*/
.service-section {
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .service-section {
    padding: 0 20px;
  }
}
.service-section .container-fluid {
  padding: 0;
}
.service-section .service-wrapper {
  position: relative;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .service-section .service-wrapper {
    border: 0;
  }
}
.service-section .service-wrapper::after, .service-section .service-wrapper::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 25.3%;
  border-left: 1px dashed rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 992px) {
  .service-section .service-wrapper::after, .service-section .service-wrapper::before {
    display: none;
  }
}
.service-section .service-wrapper::before {
  left: 23.9%;
}

.service-item {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.service-item .image {
  width: 100%;
  height: 170px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.service-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item .service-content {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
  padding: 37.5px 16px;
  gap: 30px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service-item .service-content {
    flex-direction: column;
  }
}
.service-item .service-content::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.service-item .service-content .num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}
.service-item .service-content .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--cp-color-common-white);
}
.service-item .service-content .title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
.service-item .service-content .arrow-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 72px;
  height: 72px;
  border: 1px solid rgb(255, 255, 255);
  color: var(--cp-color-common-white);
  font-size: 24px;
  font-weight: 400;
}
.service-item .service-content .arrow-icon i {
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.service-item .left-content {
  display: flex;
  gap: 275px;
}
@media (max-width: 1399px) {
  .service-item .left-content {
    gap: 120px;
  }
}
@media (max-width: 1199px) {
  .service-item .left-content {
    gap: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .service-item .left-content {
    flex-direction: column;
    gap: 30px;
  }
}
.service-item.active .image, .service-item:hover .image {
  opacity: 1;
  visibility: visible;
}
.service-item.active .service-content .arrow-icon, .service-item:hover .service-content .arrow-icon {
  background-color: #009959;
  border-color: #009959;
}
.service-item.active .service-content .arrow-icon i, .service-item:hover .service-content .arrow-icon i {
  rotate: 0deg;
}
.service-item.active .service-content::after, .service-item:hover .service-content::after {
  width: 100%;
}

.service-section-2 {
  position: relative;
}
.service-section-2 .service-wrapper {
  border-top: 1px solid rgba(20, 58, 43, 0.1);
  border-bottom: 1px solid rgba(20, 58, 43, 0.1);
  padding: 32px 0;
  position: relative;
}
.service-section-2 .service-wrapper .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(20, 58, 43, 0.1);
}
@media (max-width: 1700px) {
  .service-section-2 .service-wrapper .line {
    display: none;
  }
}
.service-section-2 .service-wrapper .line:nth-child(1) {
  left: 25%;
}
.service-section-2 .service-wrapper .line:nth-child(2) {
  left: auto;
  right: 25%;
}
.service-section-2 .service-wrapper::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 58, 43, 0.1);
}
@media (max-width: 1700px) {
  .service-section-2 .service-wrapper::after {
    display: none;
  }
}

.service-item-2 {
  background-color: var(--cp-color-grey-1);
  padding: 48px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .service-item-2 {
    padding: 48px 25px;
  }
}
.service-item-2 .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
  width: 70px;
  height: 70px;
  background-color: var(--cp-color-theme-primary);
}
.service-item-2 .title {
  font-size: 28px;
  line-height: 36px;
  margin-top: 28px;
  margin-bottom: 82px;
}
.service-item-2 .desc {
  margin-bottom: 24px;
}
.service-item-2 .read-more:hover {
  color: var(--cp-color-heading-primary);
  background-size: 100% 1px;
}
.service-item-2:hover {
  background-color: var(--cp-color-heading-primary);
}
.service-item-2:hover .title {
  color: var(--cp-color-common-white);
}
.service-item-2:hover .desc {
  color: #B9C4BF;
}
.service-item-2:hover .read-more {
  color: var(--cp-color-theme-primary);
}
.service-item-2:hover .read-more:hover {
  color: var(--cp-color-theme-primary);
}

.service-image {
  width: 100%;
  height: 450px;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.service-section-3 .section-heading .section-title {
  font-weight: 700;
  font-size: 130px;
  line-height: 0.75;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .service-section-3 .section-heading .section-title {
    font-size: 110px;
  }
}
@media (max-width: 1600px) {
  .service-section-3 .section-heading .section-title {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .service-section-3 .section-heading .section-title {
    font-size: 90px;
    white-space: normal;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .service-section-3 .section-heading .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .service-section-3 .section-heading .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 567px) {
  .service-section-3 .section-heading .section-title {
    font-size: 40px;
  }
}
.service-section-3 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1600px) {
  .service-section-3 .container-fluid {
    padding: 0 20px;
  }
}

.service-item-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 200px;
  position: relative;
}
.service-item-3:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-item-3 .top-content {
  display: flex;
  align-items: center;
  gap: 250px;
}
.service-item-3 .top-content .num {
  font-weight: 500;
  font-size: 18px;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.service-item-3 .top-content .title {
  color: rgba(20, 58, 43, 0.6);
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
}
.service-item-3 .top-content .title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
@media (max-width: 1199px) {
  .service-item-3 .top-content .title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 767px) {
  .service-item-3 .top-content .title {
    font-size: 32px;
    line-height: 1.2;
  }
  .service-item-3 .top-content .title br {
    display: none;
  }
}
.service-item-3 .bottom-content {
  display: flex;
  align-items: center;
  gap: 135px;
}
.service-item-3 .bottom-content .image {
  border-radius: 24px;
  width: 312px;
  height: 320px;
  position: absolute;
  right: 30%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.service-item-3 .bottom-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.service-item-3 .bottom-content .desc {
  max-width: 320px;
  overflow: hidden;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.service-item-3.active .top-content .num, .service-item-3:hover .top-content .num {
  opacity: 1;
  transform: translateY(0);
}
.service-item-3.active .top-content .title a, .service-item-3:hover .top-content .title a {
  color: var(--cp-color-heading-primary);
}
.service-item-3.active .bottom-content .image, .service-item-3:hover .bottom-content .image {
  opacity: 1;
  transform: translateY(0);
}
.service-item-3.active .bottom-content .desc, .service-item-3:hover .bottom-content .desc {
  opacity: 1;
  transform: translateY(0);
}

.inner-service-section .service-wrapper {
  border-color: rgba(20, 58, 43, 0.2);
}
.inner-service-section .service-wrapper::after, .inner-service-section .service-wrapper::before {
  border-color: rgba(20, 58, 43, 0.2);
}
.inner-service-section .service-wrapper::after::before, .inner-service-section .service-wrapper::before::before {
  left: 23.9%;
}

.inner-service-item .service-content {
  border-color: rgba(20, 58, 43, 0.2);
}
.inner-service-item .service-content::after {
  background-color: var(--cp-color-heading-primary);
}
.inner-service-item .service-content .num {
  color: var(--cp-color-heading-primary);
}
.inner-service-item .service-content .title {
  color: var(--cp-color-heading-primary);
}
.inner-service-item .service-content .arrow-icon {
  border: 1px solid rgb(20, 58, 43);
  color: var(--cp-color-heading-primary);
}
.inner-service-item .service-content .arrow-icon i {
  rotate: -45deg;
  transition: all 0.3s ease-in-out;
}
.inner-service-item.active .service-content .num, .inner-service-item:hover .service-content .num {
  color: rgba(255, 255, 255, 0.6);
}
.inner-service-item.active .service-content .title, .inner-service-item:hover .service-content .title {
  color: var(--cp-color-common-white);
}
.inner-service-item.active .service-content .arrow-icon, .inner-service-item:hover .service-content .arrow-icon {
  border-color: #009959;
  color: var(--cp-color-common-white);
}

.service-details .details-title {
  color: var(--cp-color-heading-primary);
  font-size: 56px;
  line-height: 64px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: inherit;
  position: relative;
  overflow: hidden;
}
.service-details .details-title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
@media (max-width: 1199px) {
  .service-details .details-title {
    font-size: 50px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 992px) {
  .service-details .details-title {
    font-size: 42px;
    max-width: 100%;
  }
  .service-details .details-title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-details .details-title {
    font-size: 32px;
    line-height: 1.2;
  }
  .service-details .details-title br {
    display: none;
  }
}
.service-details .sticky-widget {
  top: 110px;
}
.service-details .faq-content .faq-accordion .accordion-item .accordion-body {
  padding: 24px 48px;
}
.service-details .cp-primary-btn:hover {
  color: var(--cp-color-heading-primary) !important;
}

.service-details-img {
  height: 450px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .service-details-img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-img {
    height: 350px;
  }
}
.service-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.service-details-content {
  max-width: 848px;
  width: 100%;
}
.service-details-content .details-title-2 {
  font-size: 36px;
  font-weight: 600;
}
.service-details-content .details-title-2 span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title-2 {
    font-size: 30px;
  }
}
.service-details-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .service-details-content p {
    font-size: 15px;
  }
}
.service-details-content .image-2 {
  width: 100%;
  height: 320px;
}
.service-details-content .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.service-details-content .details-title-3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title-3 {
    font-size: 26px;
  }
}

.service-sidebar {
  background-color: var(--cp-color-grey-1);
  padding: 30px;
  border-radius: 16px;
  margin-left: 22px;
}
@media (max-width: 1199px) {
  .service-sidebar {
    padding: 30px 15px;
  }
}
.service-sidebar:not(:last-of-type) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .service-sidebar:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.service-sidebar .sidebar-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.service-sidebar .sidebar-title:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  height: 28px;
  width: 4px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .service-sidebar .sidebar-title:before {
    display: none;
  }
}
.service-sidebar .service-sidebar-list {
  list-style: none;
}
.service-sidebar .service-sidebar-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.service-sidebar .service-sidebar-list li a {
  background-color: var(--cp-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  padding: 19px 20px;
  border-radius: 12px;
  line-height: 1;
  overflow: hidden;
  border: 1px solid rgba(0, 64, 55, 0.2);
  color: var(--cp-color-heading-primary);
}
@media (max-width: 1199px) {
  .service-sidebar .service-sidebar-list li a {
    padding: 15px;
    font-size: 16px;
  }
}
.service-sidebar .service-sidebar-list li a i {
  rotate: -45deg;
  color: var(--cp-color-heading-primary);
  transition: all 0.4s ease-in-out;
}
.service-sidebar .service-sidebar-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.service-sidebar .service-sidebar-list li a:hover i {
  color: var(--cp-color-heading-primary);
  rotate: 0deg;
}
.service-sidebar.sidebar-cta {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.service-sidebar.sidebar-cta .sidebar-img {
  height: 450px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .service-sidebar.sidebar-cta .sidebar-img {
    max-width: 408px;
  }
}
.service-sidebar.sidebar-cta .sidebar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.service-sidebar.sidebar-cta .sidebar-img .overlay {
  background: linear-gradient(180deg, rgba(0, 64, 55, 0) 0%, #004037 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.service-sidebar.sidebar-cta .content {
  position: absolute;
  left: 30px;
  bottom: 40px;
}
.service-sidebar.sidebar-cta .content .service-cta-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 24px;
  color: var(--cp-color-common-white);
}
.service-sidebar.sidebar-cta .content a {
  color: var(--cp-color-common-white);
  font-size: 18px;
  font-weight: 500;
}
.service-sidebar.sidebar-cta .content .cp-primary-btn {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
}

/* !END: Service CSS */
/**----------------------------------------
    START: Award CSS
----------------------------------------*/
/**----------------------------------------
    START: Process CSS
----------------------------------------*/
.faq-process {
  position: relative;
  z-index: 1;
  background-color: var(--cp-color-grey-1);
  border-radius: 16px !important;
}
.faq-process .faq-accordion {
  border: none;
  background: var(--cp-color-grey-1);
  border-radius: 16px;
  overflow: hidden;
}
.faq-process .faq-accordion .accordion-item {
  padding: 0 0;
  border: 0;
  background-color: transparent;
}
.faq-process .faq-accordion .accordion-item .accordion-button {
  background-color: var(--cp-color-grey-1);
  color: var(--cp-color-heading-primary);
  border: none;
  box-shadow: none;
  font-weight: 600;
  padding: 40px 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px dashed rgba(20, 58, 43, 0.16);
}
@media only screen and (max-width: 767px) {
  .faq-process .faq-accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .faq-process .faq-accordion .accordion-item .accordion-button {
    padding: 40px 20px;
    gap: 20px;
  }
}
.faq-process .faq-accordion .accordion-item .accordion-button .num {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(16, 85, 31, 0.2);
}
.faq-process .faq-accordion .accordion-item .accordion-button .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: var(--cp-color-heading-primary);
  font-family: var(--cp-ff-heading);
}
@media (max-width: 1600px) {
  .faq-process .faq-accordion .accordion-item .accordion-button .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-process .faq-accordion .accordion-item .accordion-button .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-process .faq-accordion .accordion-item .accordion-button .title {
    font-size: 20px;
    line-height: 28px;
    flex: 1;
  }
}
.faq-process .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--cp-color-heading-primary);
  border-radius: 16px 16px 0 0;
  padding-bottom: 0;
  border-radius: 0;
  border: 0;
}
.faq-process .faq-accordion .accordion-item .accordion-button:after {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-color: var(--cp-color-grey-1);
  border: 1px solid var(--cp-color-border-1);
  color: var(--cp-color-heading-primary);
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f062";
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-process .faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f063";
  transform: rotate(0);
  background-color: var(--cp-color-theme-primary);
  border-color: var(--cp-color-theme-primary);
}
.faq-process .faq-accordion .accordion-item .accordion-button:not(.collapsed) .num {
  border-color: var(--cp-color-theme-primary);
  background-color: var(--cp-color-theme-primary);
}
.faq-process .faq-accordion .accordion-item .accordion-button:not(.collapsed) .title {
  color: var(--cp-color-common-white);
}
.faq-process .faq-accordion .accordion-item .accordion-body {
  display: flex;
  padding: 0 144px;
  gap: 35px;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1199px) {
  .faq-process .faq-accordion .accordion-item .accordion-body {
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 992px) {
  .faq-process .faq-accordion .accordion-item .accordion-body {
    padding-bottom: 20px;
  }
}
.faq-process .faq-accordion .accordion-item .accordion-body .desc {
  color: var(--cp-color-grey-1);
}
.faq-process .faq-accordion .accordion-item .accordion-body .list {
  margin-top: 20px;
}
.faq-process .faq-accordion .accordion-item .accordion-body .list li {
  font-weight: 500;
  color: var(--cp-color-common-white);
}
.faq-process .faq-accordion .accordion-item .accordion-body .list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq-process .faq-accordion .accordion-item .accordion-body .list li i {
  color: var(--cp-color-theme-primary);
  margin-right: 8px;
}
.faq-process .faq-accordion .accordion-item .accordion-body .image {
  width: 500px;
  height: 210px;
  transform: translateY(0);
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .faq-process .faq-accordion .accordion-item .accordion-body .image {
    width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .faq-process .faq-accordion .accordion-item .accordion-body .image {
    display: none;
  }
}
.faq-process .faq-accordion .accordion-item .accordion-body .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.faq-process .faq-accordion .accordion-item .accordion-body:not(.collapsed) {
  background-color: var(--cp-color-heading-primary);
  border-radius: 0;
  border: 0;
}
.faq-process .faq-accordion .accordion-item .accordion-body:not(.collapsed) .image {
  transform: translateY(-55px);
  opacity: 1;
}
.faq-process .faq-accordion .inner-accordion-item .accordion-button:not(.collapsed) {
  background-color: #009959;
}
.faq-process .faq-accordion .inner-accordion-item .accordion-body:not(.collapsed) {
  background-color: #009959;
}

/* !END: Process CSS */
/**----------------------------------------
    START: Video CSS
----------------------------------------*/
.tp-video-area {
  width: 100%;
  position: relative;
  height: 105vh;
  margin-left: -5px;
}
@media (max-width: 1399px) {
  .tp-video-area {
    height: 80vh;
  }
}
@media (max-width: 1199px) {
  .tp-video-area {
    height: 70vh;
  }
}
@media only screen and (max-width: 992px) {
  .tp-video-area {
    height: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .tp-video-area {
    height: 100%;
    margin-bottom: 60px;
  }
}
.tp-video-thumb {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .tp-video-thumb {
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
  }
}
.tp-video-thumb-wrap {
  transform-origin: top center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.tp-video-thumb-wrap .title {
  font-weight: 500;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .tp-video-thumb-wrap .title {
    margin-top: 0;
  }
}
.tp-video-thumb-wrap .title.style-2 {
  position: relative;
  left: -50px;
}
.tp-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* !END: Video CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-section {
  position: relative;
  z-index: 1;
}
.team-section .team-content-slider {
  position: relative;
  height: 100%;
}
.team-section .team-content-slider .swiper-arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
.team-section .team-content-slider .swiper-arrow .team-swiper-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.team-section .team-content-slider .swiper-arrow .team-swiper-nav i {
  font-size: 24px;
}

.team-content {
  margin-top: 470px;
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .team-content {
    margin-top: 0;
  }
}

.team-item {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.team-item .image {
  width: 100%;
  height: 100%;
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.team-item .content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-item .content .name {
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--cp-color-common-white);
}
.team-item .content span {
  font-weight: 600;
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-common-white);
}
.team-item::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  top: auto;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 64, 55, 0) 50%, rgb(0, 64, 55) 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 0;
}

.team-carousel {
  padding-right: 164px;
}
@media (max-width: 1199px) {
  .team-carousel {
    padding-right: 0;
    height: 420px;
  }
}
.team-carousel .swiper-slide .team-item {
  height: 220px;
}
.team-carousel .swiper-slide-active {
  width: auto !important;
}
@media only screen and (max-width: 567px) {
  .team-carousel .swiper-slide-active {
    width: 100% !important;
  }
}
.team-carousel .swiper-slide-active .team-item {
  width: 384px !important;
  height: 420px;
}
@media only screen and (max-width: 567px) {
  .team-carousel .swiper-slide-active .team-item {
    width: 100% !important;
  }
}
.team-carousel .swiper-slide-active .team-item .content {
  bottom: 32px;
  opacity: 1;
}
.team-carousel .swiper-slide-active .team-item::after {
  opacity: 1;
  height: 100%;
}

.team-inner-item .team-thumb {
  background-color: var(--cp-color-common-white);
  height: 350px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-inner-item .team-thumb .overlay {
  background-color: rgba(0, 64, 55, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-inner-item .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-inner-item .team-thumb .team-social {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-inner-item .team-thumb .team-social li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-inner-item .team-thumb .team-social li:not(:last-of-type) {
  margin-bottom: 5px;
}
.team-inner-item .team-thumb .team-social li a {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-inner-item .team-thumb .team-social li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.team-inner-item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--cp-color-heading-primary);
}
.team-inner-item span {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: 500;
  line-height: 1;
  color: var(--cp-color-text-body);
}
.team-inner-item:hover .team-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.team-inner-item:hover .team-thumb .team-social {
  visibility: visible;
  opacity: 1;
}
.team-inner-item:hover .team-thumb .team-social li:not(:last-of-type) {
  margin-bottom: 10px;
}

.team-details-img {
  background-color: #F8F5F3;
  max-width: 580px;
  width: 100%;
  height: 650px;
}
@media only screen and (max-width: 767px) {
  .team-details-img {
    height: 450px;
  }
}
.team-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.team-details-content {
  max-width: 670px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .team-details-content {
    margin-top: 50px;
  }
}
.team-details-content p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .team-details-content p {
    font-size: 15px;
  }
}
.team-details-content .name {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .name {
    font-size: 35px;
  }
}
.team-details-content .prof {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.team-details-content .team-details-list {
  margin-top: 40px;
  list-style: none;
  border-bottom: 1px solid rgba(18, 32, 35, 0.1);
  padding-bottom: 40px;
  margin-bottom: 48px;
}
.team-details-content .team-details-list li {
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li {
    font-size: 14px;
  }
}
.team-details-content .team-details-list li:not(:last-of-type) {
  margin-bottom: 24px;
}
.team-details-content .team-details-list li .left-list-content {
  font-weight: 600;
}
.team-details-content .team-details-list li span {
  display: inline-block;
}
.team-details-content .team-details-list li span:nth-child(1) {
  width: 137px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li span:nth-child(1) {
    width: 100px;
  }
}
.team-details-content .team-details-list li span:nth-child(2) {
  width: 65px;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-details-list li span:nth-child(2) {
    width: 30px;
  }
}
.team-details-content .team-portfolio {
  margin-top: 40px;
  margin-bottom: 40px;
}
.team-details-content .team-portfolio .port-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.team-details-content .team-portfolio .team-portfolio-list {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .team-details-content .team-portfolio .team-portfolio-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.team-details-content .team-portfolio .team-portfolio-list li {
  display: inline-flex;
  align-items: center;
}
.team-details-content .team-portfolio .team-portfolio-list li:not(:last-of-type) {
  margin-right: 10px;
}
.team-details-content .team-portfolio .team-portfolio-list li a {
  background-color: #F8F5F3;
  font-family: var(--cp-ff-p);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid var(--cp-color-border-1);
}
.team-details-content .team-portfolio .team-portfolio-list li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.team-details-content .team-details-info .info-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
.team-details-content .team-details-info p {
  margin-bottom: 0;
}
.team-details-content .team-details-info .skills-items {
  margin-top: 35px;
}
.team-details-content .team-details-info .skills-items .skills-item .title {
  font-size: 16px;
  font-weight: 600;
}
.team-details-content .contact-content.team-form {
  padding: 38px 48px 48px;
  background-color: var(--cp-color-grey-1);
  border-radius: 16px;
}
.team-details-content .contact-content.team-form .form-item .form-control {
  background-color: var(--cp-color-common-white);
}
.team-details-content .contact-content .contact-title {
  color: var(--cp-color-heading-primary);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.team-details-content .contact-content .cp-primary-btn {
  padding: 9px 10px 9px 28px;
}
.team-details-content .contact-content .cp-primary-btn:hover {
  color: var(--cp-color-heading-primary) !important;
}

.skills-item {
  overflow: hidden;
  position: relative;
}
.skills-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.skills-item .progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skills-item .progress-number {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 90%;
}
.skills-item .progress-number.style-2 {
  left: 70%;
}
.skills-item .progress-number.style-3 {
  left: 80%;
}
.skills-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.skills-item .title span {
  padding: 0 10px;
}
.skills-item .progress {
  background-color: rgba(18, 32, 35, 0.2);
  height: 10px;
  overflow: visible;
  border-radius: 0;
  border-radius: 32px;
  position: relative;
}
.skills-item .progress .progress-bar {
  position: relative;
  background-color: var(--cp-color-heading-primary);
  overflow: visible;
  border-radius: 32px;
}
.skills-item .progress .progress-bar span {
  font-size: 16px;
  font-weight: 500;
  background-repeat: no-repeat;
  color: var(--cp-color-heading-primary);
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: -45px;
  right: -11px;
}
@media only screen and (max-width: 767px) {
  .skills-item .progress .progress-bar span {
    font-size: 18px;
    padding-top: 20px;
    top: -60px;
  }
}

/* !END: Team CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/
.pricing-section .pricing-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
  gap: 30px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pricing-toggle span {
  font-size: 16px;
  font-weight: 600;
  color: var(--cp-color-heading-primary);
}
.pricing-toggle span .save {
  color: #009959;
}
.pricing-toggle .nav {
  width: auto;
  display: inline-flex;
  border-radius: 50px;
  background: var(--cp-color-heading-primary);
  height: 24px;
  padding: 2px;
}
.pricing-toggle .nav .nav-item {
  width: 20px;
  height: 20px;
}
.pricing-toggle .nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--cp-color-heading-primary);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  border: none;
  transition: all 0.4s ease-in-out;
  padding: 0;
}
.pricing-toggle .nav .nav-item .nav-link.active {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}

.pricing-item {
  background-color: var(--cp-color-common-white);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  padding: 8px;
}
.pricing-item .head-content {
  padding: 24px 24px;
  transition: all 0.3s ease-in-out;
  background-color: var(--cp-color-grey-1);
  border-radius: 10px;
}
.pricing-item .txt-wrap {
  display: flex;
  gap: 24px;
}
.pricing-item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.pricing-item .price {
  font-weight: 600;
  font-size: 56px;
  color: var(--cp-color-heading-primary);
  margin-bottom: 0;
  line-height: 64px;
  display: flex;
  gap: 3px;
  align-items: end;
  margin-top: 26px;
  transition: all 0.3s ease-in-out;
}
.pricing-item .price .odometer.odometer-auto-theme .odometer-digit .odometer-value,
.pricing-item .price .odometer.odometer-theme-default .odometer-digit .odometer-value {
  line-height: 1.3;
  font-family: var(--cp-ff-heading);
}
.pricing-item .price .tag {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: 13px;
}
.pricing-item .pricing-list-wrap {
  padding-left: 24px;
  margin-top: 24px;
}
.pricing-item .pricing-list-wrap .include {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}
.pricing-item .pricing-list {
  list-style: none;
}
.pricing-item .pricing-list li {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  gap: 8px;
  color: var(--cp-color-heading-primary);
  transition: all 0.3s ease-in-out;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 18px;
}
.pricing-item .pricing-list li i {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 20px;
  height: 20px;
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
  font-size: 10px;
  transition: all 0.3s ease-in-out;
}
.pricing-item .pricing-list li.inactive i {
  background-color: rgb(240, 189, 189);
  color: rgb(255, 0, 0);
}
.pricing-item .pricing-btn {
  padding: 0 24px 24px;
  margin-top: 40px;
}
.pricing-item .pricing-btn .cp-primary-btn {
  width: 100%;
  padding: 21px 10px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.pricing-item:hover {
  background-color: var(--cp-color-heading-primary);
}
.pricing-item:hover .pricing-list-wrap .include {
  color: var(--cp-color-common-white);
}
.pricing-item:hover .pricing-list {
  list-style: none;
}
.pricing-item:hover .pricing-list li {
  color: var(--cp-color-common-white);
}
.pricing-item:hover .pricing-list li i {
  color: var(--cp-color-common-white);
}
.pricing-item:hover .pricing-list li.inactive i {
  background-color: rgb(240, 189, 189);
  color: rgb(255, 0, 0);
}
.pricing-item:hover .pricing-btn .cp-primary-btn {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.inner-project-item {
  background-color: var(--cp-color-grey-1);
}
.inner-project-item .head-content {
  background-color: var(--cp-color-common-white);
}

/* !END: Pricing CSS */
/**----------------------------------------
    START: Preloader CSS
----------------------------------------*/
.preloader span {
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  overflow-x: hidden;
}

.site-name {
  background-color: #111;
}

.preloader-gutters {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
}

.preloader-overlay {
  background-color: #111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: translateX(-100%);
  opacity: 0.2;
}

.preloader {
  width: 100%;
  height: 100vh;
  position: relative;
  --preloader-clip: 0;
  clip-path: inset(0 0 0 var(--preloader-clip));
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.site-name {
  width: 100%;
  height: 100%;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .site-name span {
    font-size: 40px;
  }
}

.preloader-gutters .bar {
  width: 12.5%;
  height: 100%;
  background: transparent;
  position: relative;
}

.preloader-gutters .inner-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--cp-color-theme-primary);
}

/* !END: Preloader CSS */
/**----------------------------------------
    START: FAQ CSS
----------------------------------------*/
.faq-content .faq-accordion {
  border-radius: 0;
}
.faq-content .faq-accordion .accordion-item {
  background-color: var(--cp-color-common-white);
  border: none;
  border-radius: 10px;
  padding: 0 0;
  border: 1px solid #E6EEEC;
}
.faq-content .faq-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.faq-content .faq-accordion .accordion-item .accordion-button {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-white);
  border: none;
  box-shadow: none;
  font-weight: 600;
  padding: 19px 24px;
  border-bottom: 0;
  border-radius: 8px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .faq-content .faq-accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
  border-radius: 8px 8px 0 0;
}
.faq-content .faq-accordion .accordion-item .accordion-button span {
  margin-right: 24px;
}
.faq-content .faq-accordion .accordion-item .accordion-button:after {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  background-color: var(--cp-color-grey-1);
  border: 1px solid var(--cp-color-border-1);
  color: var(--cp-color-heading-primary);
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f077";
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f078";
  transform: rotate(0);
}
.faq-content .faq-accordion .accordion-item .accordion-body {
  width: 100%;
  font-weight: 400;
  padding: 24px 88px 24px 75px;
  font-size: 20px;
  line-height: 26px;
  color: var(--cp-color-common-white);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .faq-content .faq-accordion .accordion-item .accordion-body {
    padding: 24px 20px 24px 30px;
  }
}
.faq-content .faq-accordion .accordion-item .accordion-body:not(.collapsed) {
  background-color: var(--cp-color-heading-primary);
}

.faq-image {
  width: 100%;
  height: 325px;
  padding-right: 75px;
}
@media (max-width: 1600px) {
  .faq-image {
    padding-right: 0;
  }
}
.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* !END: FAQ CSS */
/**----------------------------------------
    START: Shop  CSS
----------------------------------------*/
.shop-item {
  position: relative;
}
.shop-item .shop-thumb {
  width: 100%;
  height: 300px;
  background-color: var(--cp-color-grey-1);
  position: relative;
  border-radius: 8px;
}
.shop-item .shop-thumb::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background-color: rgba(20, 58, 43, 0.4);
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.shop-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--cp-color-heading-primary);
  background-color: var(--cp-color-theme-primary);
  font-family: var(--cp-ff-heading);
  padding: 3px 10px;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.shop-item .card-btn {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background-color: var(--cp-color-theme-primary);
  padding: 9.5px 18px;
  border-radius: 5px;
  color: var(--cp-color-heading-primary);
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.shop-item .shop-content {
  text-align: center;
  margin-top: 20px;
}
.shop-item .shop-content .title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 4px;
}
.shop-item .shop-content .title a {
  color: var(--cp-color-heading-primary);
}
.shop-item .shop-content .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--cp-color-heading-primary);
  opacity: 0.8;
}
.shop-item:hover .card-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.shop-item:hover .shop-thumb::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.shop-show-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
.shop-show-grid .form-control {
  padding: 11px 20px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid rgba(16, 85, 31, 0.1);
  border-radius: 8px;
  margin-bottom: 0;
}

/* !END: Shop CSS */
/**----------------------------------------
    START: Shop Details CSS
----------------------------------------*/
.zoom-container {
  width: 100%;
  height: 605px;
  max-width: 572px;
  overflow: hidden;
  background-color: var(--cp-color-grey-1);
  border-radius: 8px;
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 80px;
  border-radius: 16px;
  overflow: hidden;
}

/* Hide Drift zoom pane */
.drift-zoom-pane {
  display: none !important;
}

/* Optional: remove bounding box */
.drift-bounding-box {
  display: none !important;
}

.product-details-content .sub-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-details-content .sub-title a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--cp-color-heading-primary);
}
.product-details-content .sub-title .inner-page {
  color: rgba(16, 85, 31, 0.8);
}
.product-details-content .price-wrap {
  border-bottom: 1px solid rgba(16, 85, 31, 0.1);
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.product-details-content .price-wrap .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 24px;
}
.product-details-content .price-wrap .title span {
  font-family: var(--cp-ff-heading-2);
  font-style: italic;
}
.product-details-content .price-wrap .num {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
.product-details-content .review-wrap {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-details-content .review-wrap .star i {
  color: #009959;
}
.product-details-content .review-wrap .review-txt {
  font-weight: 500;
  font-size: 14px;
  color: var(--cp-color-text-body);
}
.product-details-content .feature {
  margin-top: 48px;
}
.product-details-content .feature h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.product-details-content .feature .list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  color: var(--cp-color-text-body);
  padding: 3px 0;
}
.product-details-content .card-bottom {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 48px;
}
.product-details-content .card-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.product-details-content .card-btn-wrap .num-icon-2,
.product-details-content .card-btn-wrap .num-icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(16, 85, 31, 0.1);
  background-color: var(--cp-color-grey-1);
  font-weight: 600;
  color: var(--cp-color-heading-primary);
}
.product-details-content .card-btn-wrap .num-icon-2 {
  width: 80px;
}
.product-details-content .card-btn-wrap .card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 16px;
  color: var(--cp-color-common-white);
  background-color: #009959;
  font-family: var(--cp-ff-heading);
  transition: all 0.3s ease-in-out;
}
.product-details-content .card-btn-wrap .card-btn:hover {
  background-color: var(--cp-color-heading-primary);
}
.product-details-content .social-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-details-content .social-list h3 {
  font-family: var(--cp-ff-body);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.product-details-content .social-list .list {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--cp-color-heading-primary);
}

.product-desc .nav {
  display: flex;
  align-items: center;
  gap: 43px;
  border-bottom: 1px solid rgba(16, 85, 31, 0.15);
}
.product-desc .nav .nav-link {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
  padding-bottom: 8px;
  padding-right: 40px;
}
.product-desc .nav .nav-link.active {
  border-bottom: 2px solid var(--cp-color-heading-primary);
}

.shop-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 30px;
  flex-wrap: wrap;
}

.shop-sec-title {
  font-size: 28px;
  font-weight: 600;
}

.review-content-form .rating {
  margin-bottom: 45px;
}
.review-content-form .rating h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 14px;
}
.review-content-form .rating .star-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-content-form .rating .star-wrap span {
  font-size: 18px;
}
.review-content-form .rating .star-wrap .review-star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.review-content-form .rating .star-wrap .review-star i {
  color: #FFC107;
}
.review-content-form .review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  font-weight: 600;
  color: var(--cp-color-common-white);
  background-color: #009959;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  margin-top: 8px;
}
.review-content-form .review-btn:hover {
  background-color: var(--cp-color-heading-primary);
}
.review-content-form .form-control {
  background-color: var(--cp-color-grey-1);
}
.review-content-form .form-control:focus {
  border: 1px solid var(--cp-color-theme-primary);
  background-color: var(--cp-color-common-white);
}

/* !END: Shop Details CSS */
/**----------------------------------------
    START: Who We CSS
----------------------------------------*/
.who-we-section {
  position: relative;
  z-index: 1;
}
.who-we-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.who-we-inner {
  padding: 332px 0 70px;
}

.who-we-content {
  background-color: var(--cp-color-theme-primary);
  position: relative;
  z-index: 2;
  width: max-content;
  padding: 70px;
  backdrop-filter: blur(68px);
  box-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.4), inset -1px -1px 2px 0 rgba(255, 255, 255, 0.4);
  border-radius: 16px;
}
@media only screen and (max-width: 992px) {
  .who-we-content {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .who-we-content {
    padding: 50px 20px;
  }
}
.who-we-content .section-heading .sub-heading {
  color: var(--cp-color-common-white);
}
.who-we-content .section-heading .sub-heading .dot {
  background-color: var(--cp-color-common-white);
}
.who-we-content .white-btn:hover {
  color: var(--cp-color-common-white);
}
.who-we-content .white-btn:hover .icon {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}
.who-we-content .white-btn::before {
  background-color: var(--cp-color-heading-primary);
}

/* !END: Who We CSS */
/**----------------------------------------
    START: Trusted CSS
----------------------------------------*/
/* !END: Trusted CSS */
/**----------------------------------------
    START: Feature CSS
----------------------------------------*/
.feature-section .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1700px) {
  .feature-section .container-fluid {
    padding: 0 20px;
  }
}
.feature-section .image-1 {
  width: 416px;
  height: 440px;
}
@media (max-width: 1600px) {
  .feature-section .image-1 {
    display: none;
  }
}
.feature-section .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.feature-section .image-2 {
  width: 535px;
  height: 440px;
  margin-left: 125px;
}
@media (max-width: 1199px) {
  .feature-section .image-2 {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .feature-section .image-2 {
    margin-left: 0;
    width: 100%;
  }
}
.feature-section .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}
@media only screen and (max-width: 992px) {
  .feature-section .image-2 img {
    border-radius: 12px;
  }
}

.feature-content {
  margin-left: 105px;
}
@media (max-width: 1700px) {
  .feature-content {
    margin-left: 0;
  }
}
.feature-content .desc {
  margin-top: 24px;
}

.feature-item {
  position: relative;
  background-color: var(--cp-color-common-white);
  padding: 32px;
  border-radius: 8px;
}
.feature-item .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
  width: 70px;
  height: 70px;
  background-color: var(--cp-color-theme-primary);
}
.feature-item .title {
  margin-top: 24px;
  margin-bottom: 14px;
}

.advance-feature .image-1 {
  width: 100%;
  height: 420px;
  padding-right: 55px;
}
@media (max-width: 1399px) {
  .advance-feature .image-1 {
    padding-right: 0;
  }
}
.advance-feature .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.advance-feature .image-2 {
  width: 100%;
  height: 220px;
}
.advance-feature .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.feature-item-2 {
  border-radius: 12px;
  padding: 32px;
  background-color: var(--cp-color-heading-primary);
}
@media (max-width: 1600px) {
  .feature-item-2 {
    padding: 20px;
  }
}
.feature-item-2 .title {
  color: var(--cp-color-common-white);
  margin: 40px 0 14px;
}
@media (max-width: 1600px) {
  .feature-item-2 .title {
    margin: 30px 0 14px;
  }
}
.feature-item-2 .desc {
  color: var(--cp-color-common-white);
}
.feature-item-2.style-2 {
  background-color: #009959;
}

.feature-section-3 .feature-img {
  width: 490px;
  height: 433px;
}
@media only screen and (max-width: 992px) {
  .feature-section-3 .feature-img {
    width: 100%;
  }
}
.feature-section-3 .feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.feature-content-3 .desc {
  color: #B9C4BF;
}

.feature-info-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .feature-info-wrap {
    flex-wrap: wrap;
  }
}

.feature-item-3 {
  display: flex;
  align-items: center;
  gap: 24px;
  align-items: start;
  background-color: var(--cp-color-grey-1);
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .feature-item-3 {
    padding: 20px;
  }
}
.feature-item-3 .info-content {
  flex: 1;
}
.feature-item-3 .title {
  font-weight: 600;
  font-size: 24px;
  color: var(--cp-color-heading-primary);
  margin-bottom: 14px;
}

/* !END: Feature CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.post-card {
  position: relative;
  border-top: 1px solid rgba(0, 64, 55, 0.2);
  padding: 40px 0;
}
.post-card .image {
  width: 100%;
  height: 300px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .post-card .image {
    padding-right: 0;
  }
}
.post-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.post-card .content {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .post-card .content {
    padding-left: 0;
  }
}
.post-card .content .title {
  font-size: 28px;
  line-height: 36px;
  color: var(--cp-color-heading-primary);
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
  .post-card .content .title {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-card .content .title span {
  font-family: var(--cp-ff-heading-3);
  font-style: italic;
}
.post-card .content .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card .content .title a:hover {
  background-size: 100% 2px;
}
.post-card .content .blog-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .post-card .content .blog-btn {
    margin-top: 35px;
  }
}
.post-card:nth-last-child(1) {
  padding-bottom: 0;
}
.post-card::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 64, 55, 0.2);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .post-card::after {
    display: none;
  }
}

.meta-tag {
  display: flex;
  align-items: center;
  gap: 24px;
}
.meta-tag li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}
.meta-tag li span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.meta-tag li span strong {
  color: var(--cp-color-theme-primary);
  Font-weight: 600;
}
.meta-tag .tag {
  border: 1px solid rgba(20, 58, 43, 0.2);
  border-radius: 50px;
  padding: 5.5px 17px;
  line-height: 1;
}

.blog-section-2 .blog-inner {
  border-top: 1px solid rgba(0, 64, 55, 0.2);
  padding-top: 32px;
}

.post-card-2 {
  position: relative;
}
.post-card-2::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 1px;
  height: calc(100% + 32px);
  background-color: rgba(0, 64, 55, 0.2);
  top: -32px;
  left: -32px;
}
.post-card-2 .title {
  margin-top: 16px;
  margin-bottom: 28px;
}
.post-card-2 .title span {
  font-style: italic;
  font-family: var(--cp-ff-heading-2);
}
.post-card-2 .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card-2 .title a:hover {
  background-size: 100% 2px;
}
.post-card-2 .image {
  width: 100%;
  height: 250px;
}
.post-card-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.post-card-2.style-2::after {
  display: none;
}

.post-card-3::after {
  display: none;
}
.post-card-3 .title {
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 36px;
}
.post-card-3 .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card-3 .title a:hover {
  background-size: 100% 2px;
}
.post-card-3 .content {
  margin-top: 16px;
}
.post-card-3 .content .meta-tag {
  border-bottom: 1px solid rgba(0, 64, 55, 0.1);
  padding-bottom: 12px;
}

.inner-post:not(:last-of-type) {
  margin-bottom: 40px;
}
.inner-post .post-thumb {
  width: 100%;
  height: 512px;
}
@media only screen and (max-width: 992px) {
  .inner-post .post-thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-post .post-thumb {
    height: 300px;
  }
}
.inner-post .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.inner-post .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 122%;
  margin: 16px 0 14px;
}
.inner-post .title span {
  font-style: italic;
  font-family: var(--cp-ff-heading-2);
}
.inner-post .title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.inner-post .title a:hover {
  background-size: 100% 2px;
}

.pagination-wrap {
  margin-top: 70px;
}
.pagination-wrap .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pagination-wrap .pagination li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 48px;
  height: 48px;
  background-color: var(--cp-color-grey-1);
  color: var(--cp-color-heading-primary);
  font-weight: 600 !important;
}
.pagination-wrap .pagination li a.active, .pagination-wrap .pagination li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}

@keyframes ShineAnimation {
  100% {
    top: 125%;
  }
}
/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Brand CSS
----------------------------------------*/
.brand-section .brand-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
.brand-section .brand-carousel .swiper-wrapper {
  transition-timing-function: linear;
}

.brand-item {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cp-color-grey-1);
  border-radius: 24px;
}

/* !END: Brand CSS */
/**----------------------------------------
    START: Counter CSS
----------------------------------------*/
.counter-section {
  position: relative;
}
.counter-section .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 8%;
}
.counter-section .title-statistics {
  font-weight: 800;
  font-size: 311px;
  line-height: 0.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #1e4435;
  margin-left: -8px;
  margin-bottom: -90px;
}
@media (max-width: 1700px) {
  .counter-section .title-statistics {
    font-size: 250px;
  }
}
@media (max-width: 1600px) {
  .counter-section .title-statistics {
    font-size: 220px;
  }
}
@media (max-width: 1399px) {
  .counter-section .title-statistics {
    font-size: 200px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1199px) {
  .counter-section .title-statistics {
    font-size: 160px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .counter-section .title-statistics {
    font-size: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section .title-statistics {
    font-size: 90px;
  }
}
@media only screen and (max-width: 567px) {
  .counter-section .title-statistics {
    font-size: 60px;
  }
}

.count-item {
  background-color: var(--cp-color-common-white);
  padding: 32px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.count-item .icon {
  color: var(--cp-color-theme-primary);
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.count-item .icon i {
  font-size: 40px;
}
.count-item .num {
  font-weight: 700;
  font-size: 72px;
  display: flex;
  align-items: end;
  color: var(--cp-color-heading-primary);
  line-height: 1;
  justify-content: center;
}
.count-item .num span {
  line-height: 0.9;
}
.count-item .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: var(--cp-ff-body);
  display: block;
  color: var(--cp-color-heading-primary);
  text-align: center;
  margin-top: 4px;
}
.count-item.style-2 {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .count-item.style-2 {
    margin-top: 0;
  }
}

.counter-section-2 {
  position: relative;
  z-index: 1;
}
.counter-section-2 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.counter-section-2 .bg-img::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: rgba(0, 64, 55, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.counter-section-2 .desc {
  color: #B9C4BF;
}
.counter-section-2 .image {
  width: 948px;
  height: 437px;
}
@media (max-width: 1199px) {
  .counter-section-2 .image {
    width: 100%;
  }
}
.counter-section-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 16px;
}
@media (max-width: 1199px) {
  .counter-section-2 .image img {
    border-radius: 16px;
  }
}

.count-item-2 {
  padding: 32px 10px;
  text-align: center;
}
.count-item-2 .icon {
  margin: 0;
  margin-bottom: 20px;
}
.count-item-2 .icon i {
  font-size: 35px;
}
.count-item-2 .title {
  margin-top: 5px;
}

.inner-counter-section .title-statistics {
  color: rgba(30, 68, 53, 0.05);
}

/* !END: Counter CSS */
/**----------------------------------------
    START: Login/register CSS
----------------------------------------*/
.order-fail-content,
.order-success-content {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid rgba(16, 85, 31, 0.1);
  border-radius: 12px;
  padding: 40px 28px 28px;
  background-color: var(--cp-color-grey-1);
  text-align: center;
}
.order-fail-content .icon,
.order-success-content .icon {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 129, 31, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  color: var(--cp-color-common-white);
  font-size: 24px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.order-fail-content .icon::after,
.order-success-content .icon::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background-color: var(--cp-color-theme-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  z-index: -1;
}
.order-fail-content .title,
.order-success-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-top: 24px;
  margin-bottom: 12px;
}
.order-fail-content p,
.order-success-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
}
.order-fail-content .order-fail-info,
.order-success-content .order-fail-info {
  border: 1px solid rgba(16, 85, 31, 0.1);
  border-radius: 12px;
  background-color: var(--cp-color-common-white);
  padding: 20px 24px;
  text-align: left;
  margin-top: 28px;
}
.order-fail-content .order-fail-info h4,
.order-success-content .order-fail-info h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}
.order-fail-content .order-fail-info .list:nth-of-type(1),
.order-success-content .order-fail-info .list:nth-of-type(1) {
  border-bottom: 1px dashed #10551f;
  padding-bottom: 16px;
  margin-bottom: 10px;
}
.order-fail-content .order-fail-info .list li,
.order-success-content .order-fail-info .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 0;
}
.order-fail-content .order-fail-info .list li .info,
.order-success-content .order-fail-info .list li .info {
  font-weight: 500;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
}
.order-fail-content .back-btn,
.order-success-content .back-btn {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: var(--cp-color-theme-primary);
  justify-content: center;
  color: var(--cp-color-common-white);
  border-radius: 120px;
  margin-top: 24px;
}
.order-fail-content .back-btn:hover,
.order-success-content .back-btn:hover {
  background-color: var(--cp-color-heading-primary);
}

.order-fail-content .icon {
  background-color: rgba(210, 20, 3, 0.12);
}
.order-fail-content .icon::after {
  background-color: #d21403;
}
.order-fail-content .back-btn {
  background-color: #d21403;
}

.sign-up-section {
  padding-top: 200px;
}

.sign-up-wrap {
  border: 1px solid #b5cbc5;
  border-radius: 16px;
  background-color: var(--cp-color-grey-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .sign-up-wrap {
    flex-direction: column;
  }
}

.sign-up-content {
  width: 100%;
  flex: 1;
  text-align: center;
}
.sign-up-content .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 5px;
}
.sign-up-content .icon-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px;
}
.sign-up-content .app-icon {
  width: 100%;
  border: 1px solid #10551f;
  border-radius: 8px;
  background-color: rgba(242, 249, 246, 0.3);
  padding: 4px 10px 8px;
}
.sign-up-content .option {
  text-transform: uppercase;
  display: block;
  margin-top: 24px;
  margin-bottom: 32px;
  position: relative;
}
.sign-up-content .option::after, .sign-up-content .option::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background-color: rgba(16, 85, 31, 0.14);
  width: 157px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sign-up-content .option::before {
  left: auto;
  right: 0;
}
.sign-up-content .sign-up-form .form-item {
  position: relative;
}
.sign-up-content .sign-up-form .form-control {
  padding: 11px 16px 11px;
  border-radius: 8px;
  padding-right: 50px;
}
.sign-up-content .sign-up-form .eye-btn {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sign-up-content .sign-up-form .form-item-check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.sign-up-content .sign-up-form .form-item-check-box .forget-pass {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--cp-color-heading-primary);
}
.sign-up-content .sign-up-form .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sign-up-content .sign-up-form .form-check-label {
  font-weight: 400;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
  margin-bottom: -4px;
}
.sign-up-content .sign-up-form .form-check-input {
  border-color: var(--cp-color-heading-primary);
}
.sign-up-content .sign-up-form .form-check-input:focus {
  box-shadow: none;
}
.sign-up-content .sign-up-form .form-check-input:checked {
  background-color: var(--cp-color-heading-primary);
}
.sign-up-content .login-btn {
  padding: 11px 15px;
  display: flex;
  align-items: center;
  background-color: var(--cp-color-theme-primary);
  justify-content: center;
  color: var(--cp-color-common-white);
  border-radius: 120px;
  margin-top: 24px;
  font-weight: 600;
}
.sign-up-content .login-btn:hover {
  background-color: var(--cp-color-heading-primary);
}
.sign-up-content .page-switch {
  margin-top: 16px;
  color: var(--cp-color-common-black);
}
.sign-up-content .page-switch a {
  color: var(--cp-color-theme-primary);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.sign-up-img {
  width: 420px;
  height: 584px;
}
@media only screen and (max-width: 767px) {
  .sign-up-img {
    width: 100%;
    height: 500px;
  }
}
.sign-up-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}

/* !END: Login/register CSS */
/**----------------------------------------
    START: Consult CSS
----------------------------------------*/
/* !END: Consult CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page-header::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 81, 47, 0) 0%, rgba(0, 55, 30, 0.96) 100%);
}
.page-header .page-header-content {
  padding: 477px 0 100px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content {
    padding: 200px 0 100px 0;
  }
}
.page-header .page-header-content .title {
  color: var(--cp-color-grey-1);
  font-size: 84px;
  font-weight: 700;
  line-height: 0.8;
  margin-bottom: 32px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content .title {
    font-size: 56px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .title {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.page-header .page-header-content .sub-title {
  font-family: var(--cp-ff-body);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .sub-title {
    font-size: 16px;
  }
}
.page-header .page-header-content .sub-title .home {
  color: var(--cp-color-common-white);
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.page-header .page-header-content .sub-title .home:hover {
  color: var(--cp-color-theme-primary);
}
.page-header .page-header-content .sub-title .home:before {
  background-color: var(--cp-color-common-white);
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .sub-title a {
    line-height: 2;
  }
}
.page-header .page-header-content .inner-page {
  color: var(--cp-color-theme-primary);
  cursor: inherit;
  font-family: var(--cp-ff-body);
  text-transform: uppercase;
  font-weight: 600;
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-section-inner {
  position: relative;
  z-index: 2;
}

.form-control {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  width: 100%;
  border: 0;
  margin-bottom: 16px;
  border: 1px solid #b5cbc5;
  border-radius: 12px;
  padding: 15px 24px;
}
.form-control::-webkit-input-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.form-control:-moz-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--cp-color-theme-primary);
}

.nice-select {
  height: 100%;
  padding: 7px 24px;
}
.nice-select.open .list {
  width: 100%;
}

.contact-content-form {
  padding: 70px;
  background-color: var(--cp-color-grey-1);
  border-radius: 16px;
  margin-top: -210px;
}
@media only screen and (max-width: 992px) {
  .contact-content-form {
    margin-top: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-content-form {
    padding: 20px;
  }
}
.contact-content-form .contact-title {
  font-size: 28px;
  margin-bottom: 32px;
}
.contact-content-form .message-item .form-control {
  min-height: 210px;
}

.map-wrapper iframe {
  width: 100%;
  height: 600px;
}

.contact-content-wrap {
  margin-top: 205px;
}
.contact-content-wrap .contact-content {
  display: flex;
  align-items: center;
  gap: 75px;
}
.contact-content-wrap .contact-content .list li {
  color: #555555;
  line-height: 1;
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.contact-content-wrap .contact-content .list .info {
  font-family: var(--cp-ff-heading);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-content-wrap .contact-content .list .info a {
  color: var(--cp-color-heading-primary);
}
.contact-content-wrap .contact-content .social-list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.contact-content-wrap .contact-content .social-list li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 55, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-color-heading-primary);
}
.contact-content-wrap .contact-content .social-list li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}

.request-form {
  padding: 40px;
  background-color: var(--cp-color-grey-1);
  border-radius: 16px;
}
.request-form .contact-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}
.request-form .form-item {
  position: relative;
}
.request-form .form-item .form-control {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-common-black);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 16px 40px 16px 20px;
  border-radius: 12px;
  width: 100%;
  border: 0;
  margin-bottom: 16px;
}
.request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.request-form .form-item .form-control:-moz-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.request-form .form-item .form-control::-moz-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--cp-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.request-form .form-item .nice-select {
  padding: 8px 50px 8px 20px;
  height: 100%;
}
.request-form .form-item .nice-select.open .list {
  width: 100%;
}
.request-form .form-item .nice-select:after {
  height: 10px;
  margin-top: -7px;
  right: 25px;
  width: 10px;
}
.request-form .form-item .icon {
  color: var(--cp-color-theme-primary);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.request-form .form-item.message-item .address {
  height: 188px;
}
.request-form .form-item.message-item .icon {
  top: 25px;
}
.request-form .cp-primary-btn {
  padding: 20px 32px;
  font-weight: 700;
}

.error-content .title {
  font-weight: 500;
  font-size: 36px;
  margin: 32px 0;
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Cart CSS
----------------------------------------*/
.table-responsive {
  width: 100%;
  overflow-x: auto;
}
@media only screen and (max-width: 992px) {
  .table-responsive {
    scrollbar-width: thin;
    overflow-x: scroll;
  }
}

.cart-content {
  vertical-align: middle;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .cart-content {
    min-width: 850px;
  }
}
.cart-content tr {
  border: 0;
}
.cart-content thead tr th {
  font-weight: 400;
  font-size: 16px;
  color: var(--cp-color-text-body);
}
.cart-content tbody {
  border: 0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.cart-content tbody::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  border: 1px solid rgba(16, 85, 31, 0.15);
  border-radius: 16px;
}
.cart-content tbody tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(16, 85, 31, 0.15) !important;
}

.cart-info {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 15px;
}
.cart-info img {
  border-radius: 8px;
  width: 80px;
  height: 80px;
  background-color: #E7EEE9;
  object-fit: cover;
}
.cart-info .title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.cart-info span {
  font-weight: 400;
  font-size: 14px;
  color: var(--cp-color-text-body);
}

.size {
  font-family: var(--cp-ff-heading);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: var(--cp-color-heading-primary);
}

.cart-info-wrap {
  width: 380px;
}

.quantity-box {
  display: flex;
  align-items: center;
  width: max-content;
}
.quantity-box input {
  width: max-content;
  padding: 0;
  outline: none;
  width: 30px;
  border: 0;
  text-align: center;
  font-family: var(--cp-ff-heading);
  font-weight: 400;
  font-size: 16px;
  background-color: transparent;
  color: var(--cp-color-heading-primary);
}
.quantity-box button {
  font-size: 12px;
  color: var(--cp-color-heading-primary);
}

.table > :not(caption) > * > * {
  padding: 5px;
  color: inherit;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.checkout-form {
  border: 1px solid rgba(16, 85, 31, 0.15);
  border-radius: 16px;
  padding: 32px;
  margin-right: 35px;
}
@media (max-width: 1199px) {
  .checkout-form {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.checkout-form .request-form {
  padding: 0;
  background-color: transparent;
}
.checkout-form .request-form .contact-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.checkout-form .request-form .form-item .form-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
  margin-bottom: 8px;
  display: block;
}
.checkout-form .request-form .form-item .form-check-label {
  font-weight: 400;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
}
.checkout-form .request-form .form-item .form-check-input {
  border-color: var(--cp-color-heading-primary);
}
.checkout-form .request-form .form-item .form-check-input:focus {
  box-shadow: none;
}
.checkout-form .request-form .form-item .form-check-input:checked {
  background-color: var(--cp-color-heading-primary);
}
.checkout-form .request-form .form-control {
  border: 1px solid rgba(20, 58, 43, 0.2);
  border-radius: 12px;
  background-color: var(--cp-color-grey-1);
  margin-bottom: 24px;
  padding: 12px 20px;
}
.checkout-form .request-form .form-control:focus {
  border: 1px solid var(--cp-color-theme-primary);
}
.checkout-form .request-form .form-control.address {
  min-height: 137px;
}

.cart-total-wrap {
  border: 1px solid rgba(16, 85, 31, 0.15);
  border-radius: 16px;
  padding: 32px;
  background-color: var(--cp-color-grey-1);
}
.cart-total-wrap .cart-title {
  border-bottom: 1px solid rgba(16, 85, 31, 0.15);
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart-total-wrap .cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.cart-total-wrap .cart-total li span {
  font-weight: 400;
  font-size: 16px;
}
.cart-total-wrap .cart-total li.total-amount {
  border-top: 1px solid rgba(16, 85, 31, 0.1);
  padding-top: 16px;
  margin-top: 8px;
}
.cart-total-wrap .cart-total li.total-amount span {
  font-weight: 500;
  font-size: 18px;
  color: var(--cp-color-heading-primary);
}
.cart-total-wrap .checkout-btn {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  background-color: #009959;
  color: var(--cp-color-common-white);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-top: 55px;
}
.cart-total-wrap .checkout-btn:hover {
  background-color: var(--cp-color-heading-primary);
}

.coupon-form {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.coupon-form .form-item {
  max-width: 300px;
}
.coupon-form .form-control {
  margin-bottom: 0;
  border-radius: 12px 0 0 12px;
}
.coupon-form .coupon-btn {
  background-color: #009959;
  padding: 15px 20px;
  border-radius: 0 12px 12px 0;
  text-align: center;
  color: var(--cp-color-common-white);
}
.coupon-form .coupon-btn:hover {
  background-color: var(--cp-color-heading-primary);
}

.payment-method {
  margin-top: 35px;
}
.payment-method .payment-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.payment-method .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.payment-method .form-check .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--cp-color-heading-primary);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
}
.payment-method .form-check .form-check-input::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--cp-color-heading-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.25s ease;
  transform: translate(-50%, -50%) scale(0);
}
.payment-method .form-check .form-check-input:focus {
  box-shadow: none;
}
.payment-method .form-check .form-check-input:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.payment-method .form-check .form-check-input:checked {
  border-color: #2f4f2f;
}
.payment-method .form-check .form-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
}

.order-summery {
  background-color: var(--cp-color-grey-1);
  padding: 32px;
  border-radius: 16px;
}
.order-summery-title {
  font-weight: 600;
  font-size: 24px;
}
.order-summery .summery-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(16, 85, 31, 0.1);
}
.order-summery .summery-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background-color: #e7eee9;
}
.order-summery .summery-item .top-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.order-summery .summery-item .content {
  display: flex;
  flex-direction: column;
}
.order-summery .summery-item .content .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}
.order-summery .summery-item .content .title a {
  color: var(--cp-color-heading-primary);
}
.order-summery .summery-item .content span {
  font-weight: 400;
  font-size: 14px;
}
.order-summery .summery-item .content .remove-btn {
  font-family: var(--cp-ff-heading);
  font-weight: 400;
  font-size: 14px;
  color: #9e0e0e;
  text-align: left;
  margin-top: 8px;
}
.order-summery .summery-item .price {
  font-weight: 600;
  font-size: 16px;
}
.order-summery .cart-total-wrap {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.order-summery .cart-total-wrap .cart-total li span {
  font-weight: 400;
  font-size: 16px;
  color: var(--cp-color-heading-primary);
}
.order-summery .cart-total-wrap .cart-total li.total-amount {
  border-top: 1px solid rgba(16, 85, 31, 0.1);
  padding-top: 16px;
  margin-top: 8px;
}
.order-summery .cart-total-wrap .cart-total li.total-amount span {
  font-weight: 500;
  font-size: 18px;
  color: var(--cp-color-heading-primary);
}
.order-summery .cart-total-wrap .checkout-btn {
  margin-top: 40px;
}

/* !END: Cart CSS */
/**----------------------------------------
START: Sidebar CSS
----------------------------------------*/
#sidebar-overlay,
.sidebar-trigger,
.sidebar-area {
  display: none;
}

.sidebar-area {
  position: relative;
  z-index: 1;
}
.sidebar-area:before {
  background-color: rgba(20, 58, 43, 0.2);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 91px;
  left: 0;
  z-index: -1;
}

.sidebar-trigger {
  display: block;
}

.sidebar-area {
  background-color: var(--cp-color-common-white);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 450px;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  padding: 60px 40px;
  padding-top: 34px;
}

.open-sidebar .sidebar-area {
  right: 0;
  visibility: visible;
  transform: translate(0);
}

.sidebar-trigger.close {
  position: absolute;
  right: 30px;
  top: 35px;
  color: var(--grey-color);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-trigger.close:hover {
  color: var(--cp-color-theme-primary);
}

.sidebar-trigger.close svg {
  fill: currentColor;
  stroke: none;
  width: 20px;
  height: 20px;
}

.sidebar-content .site-logo {
  margin-bottom: 40px;
}

.sidebar-content .site-logo img {
  max-width: 125px;
}

.sidebar-content .sidebar-info li {
  font-size: 18px;
}

.sidebar-content .sidebar-social li {
  display: inline-block;
  margin: 0 3px;
  padding-top: 30px;
}

.sidebar-content .sidebar-social li a {
  display: inline-block;
  border: 1px solid var(--border-1);
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-content .sidebar-social li a:after {
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 59%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.sidebar-content .sidebar-social li a:hover {
  border: 1px solid var(--primary-color);
  color: #fff;
}

.sidebar-content .sidebar-social li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(1);
}

.sidebar-content .list-post-area {
  margin: 50px 0 20px 0;
}

/*Scrollbar Style*/
.sidebar-area::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sidebar-area::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #ccc;
}

.sidebar-area::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area-webkit-::selection {
  background-color: #999;
  color: #fff;
}

.sidebar-area::-moz-selection {
  background-color: #999;
  color: #fff;
}

#sidebar-overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: calc(100% - 400px);
  z-index: -1;
}

.open-sidebar #sidebar-overlay {
  opacity: 1;
  z-index: 1002;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .sidebar-content .list-post-area.list-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sidebar-area {
    width: 400px;
    padding: 60px 30px;
    justify-content: center;
  }
  .side-menu-logo {
    margin-bottom: 50px;
    max-width: 125px;
  }
  .side-menu-wrap {
    margin-bottom: 70px;
  }
  .side-menu-header h3 {
    display: none;
  }
  .side-menu-list li a {
    font-size: 14px;
  }
  .side-menu-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sidebar-area {
    width: 320px;
    padding: 60px 20px 60px 20px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card .post-img {
    height: 90px;
    width: 90px;
  }
  .sidebar-content .list-post-area.list-2 .list-post-card {
    grid-template-columns: 90px 1fr;
  }
}
.side-menu-logo {
  max-width: 125px;
}

.side-menu-about {
  margin: 75px 0 60px 0;
}
.side-menu-about p {
  font-size: 14px;
}

.side-menu-about p {
  font-size: 15px;
  margin: 25px 0;
}

.side-menu-header h3 {
  font-size: 30px;
  font-weight: 600px;
  line-height: 1;
  font-weight: 600;
}

.side-menu-content .side-menu-header,
.side-menu-about .side-menu-header {
  margin-bottom: 20px;
}

.side-menu-list {
  margin: 25px 0 35px 0;
}

.side-menu-list li {
  display: flex;
  align-items: center;
}

.side-menu-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.side-menu-list li i {
  background-color: var(--cp-color-theme-primary);
  font-size: 12px;
  color: var(--cp-color-common-white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--cp-color-border-1);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.side-menu-list li:hover i {
  background-color: var(--cp-color-theme-primary);
}

.side-menu-list li p {
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 0;
}

.side-menu-list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--cp-color-text-body);
  padding-left: 10px;
}
.side-menu-list li a:hover {
  color: var(--cp-color-theme-primary);
}

.side-menu-social {
  margin-top: 40px;
  list-style: none;
}
.side-menu-social li {
  display: inline-flex;
}
.side-menu-social li:not(:last-of-type) {
  margin-right: 5px;
}
.side-menu-social li a {
  background-color: var(--cp-color-bg-1);
  font-size: 15px;
  color: var(--cp-color-heading-primary);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cp-color-border-1);
  border-radius: 50%;
}
.side-menu-social li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-wrap {
  margin-right: 8px;
}

.blog-details-img {
  width: 100%;
  height: 450px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
@media only screen and (max-width: 992px) {
  .blog-details-img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-img {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .blog-details-content {
    margin-bottom: 40px;
  }
}
.blog-details-content .details-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.blog-details-content .details-title-2 {
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title-2 {
    font-size: 30px;
  }
}
.blog-details-content .details-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.blog-details-content .details-img-wrap img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

blockquote {
  background-color: var(--cp-color-grey-1);
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 40px;
  grid-gap: 0;
  border-left: 2px solid var(--cp-color-heading-primary);
}
@media only screen and (max-width: 767px) {
  blockquote {
    grid-template-columns: 1fr;
  }
}
blockquote .content p {
  color: var(--cp-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  blockquote .content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
blockquote .content .author {
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding-left: 50px;
  line-height: 1;
}
blockquote .content .author:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 40px 0;
}
.tags.blog-tags {
  padding-bottom: 40px;
  padding-top: 32px;
  margin: 70px 0;
  border-top: 1px solid rgba(0, 64, 55, 0.2);
  border-bottom: 1px solid rgba(0, 64, 55, 0.2);
}
.tags.blog-tags .tag-list li a {
  padding: 8px 20px;
}
.tags .tag-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.tags .tag-left .tag-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
  display: block;
}
.tags .tag-left .tag-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.tags .tag-left .tag-list li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--cp-color-heading-primary);
  padding: 8px 20px;
  border: 1px solid var(--cp-color-border-1);
  border-radius: 80px;
  border: 1px solid rgba(0, 64, 55, 0.2);
}
.tags .tag-left .tag-list li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
  border: 1px solid var(--cp-color-heading-primary);
}
.tags .tag-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.tags .tag-right .tag-title {
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
  display: block;
}
.tags .tag-right .social-list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tags .tag-right .social-list li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 55, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-color-heading-primary);
}
.tags .tag-right .social-list li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}

.comments-area .section-heading {
  margin-bottom: 40px;
}
.comments-area .section-heading .section-title {
  font-size: 28px;
  line-height: 36px;
}

.comment-item {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 25px;
}
@media only screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
  }
}
.comment-item .comment-top {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 15px;
}
.comment-item .reply {
  color: var(--cp-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
  background-color: var(--cp-color-grey-1);
  padding: 10px 20px;
  border-radius: 8px;
}
.comment-item .reply:hover {
  background-color: #009959;
  color: var(--cp-color-common-white);
}
.comment-item .comment-thumb img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  object-position: top;
}
.comment-item .comment-info {
  margin-bottom: 48px;
}
.comment-item .comment-info .comments-meta {
  flex: 1;
}
.comment-item .comment-info .comments-meta .author {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.comment-item .comment-info .comments-meta span {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #414D4F;
}
.comment-item .comment-info p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #414D4F;
}
.comment-item.item-2 {
  padding-left: 84px;
}
@media only screen and (max-width: 767px) {
  .comment-item.item-2 {
    padding-left: 0;
  }
}
.comment-item.item-2 .comment-info {
  margin-bottom: 0;
}

.blog-contact-form {
  padding: 40px;
  background-color: var(--cp-color-grey-1);
  border-radius: 16px;
}
.blog-contact-form .title {
  font-size: 36px;
  font-weight: 500;
}
.blog-contact-form p {
  margin-bottom: 30px;
}
.blog-contact-form .request-form .form-item {
  position: relative;
}
.blog-contact-form .request-form .form-item .form-control {
  background-color: var(--cp-color-common-white);
}
.blog-contact-form .request-form .form-item .icon {
  color: var(--cp-color-theme-primary);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .address {
  height: 212px;
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}
.blog-contact-form .cp-primary-btn {
  padding: 20px 32px;
}
.blog-contact-form .contact-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.sidebar-widget {
  border: 1px solid rgba(20, 58, 43, 0.2);
  padding: 32px;
  border-radius: 16px;
  margin-left: 20px;
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .sidebar-widget {
    padding: 30px 20px;
    margin-left: 0;
  }
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  border: 1px solid rgba(0, 64, 55, 0.2);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  border-radius: 8px;
  box-shadow: none;
  padding: 16px 0;
  padding-left: 25px;
  padding-right: 65px;
  overflow: hidden;
}
.sidebar-widget .search-form .form-control::-webkit-input-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-moz-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control::-moz-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .form-control:-ms-input-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
}
.sidebar-widget .search-form .search-btn {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
  font-size: 17px;
  height: 100%;
  width: 56px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-widget .search-form .search-btn:hover {
  background-color: var(--cp-color-bg-1);
  color: var(--cp-color-common-white);
}
.sidebar-widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 36px;
  position: relative;
}
.sidebar-widget .widget-title:before {
  background-color: #009959;
  content: "";
  width: 24px;
  height: 4px;
  position: absolute;
  top: 40px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .widget-title:before {
    left: -15px;
  }
}
.sidebar-widget .category-list {
  list-style: none;
}
.sidebar-widget .category-list li {
  border-bottom: 1px solid rgba(20, 58, 43, 0.2);
  padding: 16px 0;
}
.sidebar-widget .category-list li:first-child {
  padding-top: 0;
}
.sidebar-widget .category-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  overflow: hidden;
}
.sidebar-widget .category-list li a span {
  font-size: 18px;
  line-height: 28px;
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-widget .category-list li a:hover span {
  color: #009959;
  background-size: 100% 1px;
}
.sidebar-widget .blog-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1399px) {
  .sidebar-widget .blog-gallery-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .sidebar-widget .blog-gallery-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
}
.sidebar-widget .blog-gallery-wrap .gallary-img {
  height: 100px;
  width: 100px;
}
.sidebar-widget .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 0;
  margin: 0;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 8px;
}
.sidebar-widget .tags li a {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(0, 64, 55, 0.2);
  line-height: 1;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.sidebar-widget .sidebar-post {
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(18, 32, 35, 0.2);
  padding-bottom: 24px;
}
.sidebar-widget .sidebar-post img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
}
.sidebar-widget .sidebar-post .post-thumb {
  margin-bottom: 0;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  color: var(--cp-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar-widget .sidebar-post .post-content .title {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 6px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-post .post-content .title {
    font-size: 16px;
  }
}
.sidebar-widget .sidebar-post .post-content .title a {
  color: inherit;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 95%/0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: #009959;
  background-size: 100% 1px;
}

.sidebar-img-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 14px;
  margin-left: 20px;
}
.sidebar-img-wrap .image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.sidebar-img-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-img-wrap .image::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(20, 58, 43, 0) 0%, rgb(20, 58, 43) 100%);
}
.sidebar-img-wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
}
.sidebar-img-wrap .content .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: var(--cp-color-common-white);
  margin-bottom: 24px;
}
.sidebar-img-wrap .content .call-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sidebar-img-wrap .content .call-info .icon {
  width: 46px;
  height: 46px;
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.sidebar-img-wrap .content .call-info span {
  font-weight: 500;
  font-size: 14px;
  color: #b5cbc5;
}
.sidebar-img-wrap .content .call-info .num {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--cp-color-common-white);
  margin-bottom: 0;
  margin-top: 2px;
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-col-1 {
  padding-left: 35px;
}
@media (max-width: 1399px) {
  .footer-col-1 {
    padding-left: 0;
  }
}

.footer-widget .footer-txt {
  font-size: 40px;
  line-height: 48px;
  color: var(--cp-color-common-white);
}
.footer-widget .widget-header {
  margin-bottom: 20px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: var(--cp-color-common-white);
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-widget p {
  color: #b5cbc5;
  margin-top: 24px;
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--cp-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .footer-widget .footer-list-wrap {
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  display: flex;
  flex-direction: column;
}
.footer-widget .footer-list li a {
  font-weight: 400;
  color: #b5cbc5;
}
.footer-widget .footer-list li a:hover {
  color: var(--cp-color-common-white);
}
.footer-widget .footer-list li span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 5px;
  display: block;
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 13px;
}
.footer-widget .footer-list.address-list li a {
  font-family: var(--cp-ff-heading);
  font-weight: 500;
  font-size: 16px;
  color: var(--cp-color-common-white);
  text-transform: uppercase;
}
.footer-widget .footer-list.address-list li a.email {
  text-transform: lowercase;
}
.footer-widget .footer-list.address-list li p {
  font-family: var(--cp-ff-heading);
  margin-top: 0;
  color: var(--cp-color-common-white);
  text-transform: uppercase;
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget .social-list li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--cp-color-common-white);
}
.footer-widget .social-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background-color: var(--cp-color-heading-primary);
}
.footer-bottom .copyright-txt {
  margin: 0;
  color: #b5cbc5;
}
.footer-bottom .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
}
.footer-bottom .footer-bottom-inner .txt {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.copyright-txt {
  font-size: 18px;
  color: var(--cp-color-text-2);
  margin-top: 60px;
}
.copyright-txt a {
  color: var(--cp-color-common-white);
}

.footer-section {
  position: relative;
}
.footer-section .footer-wrapper {
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .footer-section .footer-wrapper {
    padding-bottom: 140px;
  }
}
.footer-section .footer-wrapper .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-section .footer-top {
  position: relative;
  padding: 150px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media (max-width: 1399px) {
  .footer-section .footer-top {
    padding: 110px 0;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-top {
    padding: 80px 0;
  }
}
.footer-section .footer-top .section-title span {
  text-transform: uppercase;
}
.footer-section .footer-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer-section .footer-bg::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(1, 50, 31, 0.6) 0%, rgb(20, 58, 43) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-section .title-logo {
  font-weight: 800;
  font-size: 341px;
  text-transform: uppercase;
  color: #0a6f39;
  line-height: 0.7;
  margin-bottom: -130px;
  margin-top: 115px;
  letter-spacing: 26px;
  text-align: center;
}
@media (max-width: 1399px) {
  .footer-section .title-logo {
    font-size: 300px;
    margin-bottom: -100px;
  }
}
@media (max-width: 1199px) {
  .footer-section .title-logo {
    letter-spacing: 20px;
    font-size: 250px;
    margin-bottom: -70px;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-section .title-logo {
    font-size: 200px;
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-section .title-logo {
    letter-spacing: 10px;
    font-size: 140px;
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 567px) {
  .footer-section .title-logo {
    letter-spacing: 2px;
    font-size: 100px;
    margin-top: 70px;
    margin-bottom: -10px;
  }
}

.footer-section-2 {
  position: relative;
}
.footer-section-2 .footer-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: top;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-section-2 .footer-bg::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  background: rgba(20, 58, 43, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-section-2 .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 70px 0;
}
.footer-section-2 .footer-top .section-heading .section-title {
  font-size: 84px;
  line-height: 90px;
}
@media only screen and (max-width: 992px) {
  .footer-section-2 .footer-top .section-heading .section-title {
    font-size: 50px;
    line-height: 58px;
  }
}
.footer-section-2::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(7px);
  background: rgba(255, 255, 255, 0.01);
  z-index: -1;
}
.footer-section-2 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background-color: transparent;
}

.footer-section-3 .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 70px 0;
}
.footer-section-3 .footer-top .section-heading .section-title {
  font-size: 110px;
  line-height: 120px;
}
@media only screen and (max-width: 992px) {
  .footer-section-3 .footer-top .section-heading .section-title {
    font-size: 50px;
    line-height: 60px;
  }
}
.footer-section-3 .footer-top .section-heading .section-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* !END: Theme Footer CSS */