
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;display=swap");
:root {
  --cp-ff-body: 'Euclid Circular B', sans-serif;
  --cp-ff-heading: 'Instrument Sans', serif;
  --cp-ff-p: 'Euclid Circular B', 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: 120px;
  --cp-fs-h2: 64px;
  --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: #002E4F;
  --cp-color-text-body: #002E4F;
  --cp-color-text-black: #0E0E0E;
  --cp-color-theme-primary: #DFCA5F;
  --cp-color-bg-1: #002E4F;
  --cp-color-bg-2: #06192F;
  --cp-color-grey-1: #EAEAEA;
  --cp-color-border-1: rgba(255, 255, 255, 0.2);
}



@font-face {
  font-family: "Greenwich";
  src: url("../fonts/Greenwich-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
  

@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-MediumItalic.woff2") format("woff2"), url("../fonts/EuclidCircularB-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Light.woff2") format("woff2"), url("../fonts/EuclidCircularB-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-LightItalic.woff2") format("woff2"), url("../fonts/EuclidCircularB-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-SemiBoldItalic.woff2") format("woff2"), url("../fonts/EuclidCircularB-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Medium.woff2") format("woff2"), url("../fonts/EuclidCircularB-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"), url("../fonts/EuclidCircularB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-SemiBold.woff2") format("woff2"), url("../fonts/EuclidCircularB-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-BoldItalic.woff2") format("woff2"), url("../fonts/EuclidCircularB-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2"), url("../fonts/EuclidCircularB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../fonts/EuclidCircularB-Italic.woff2") format("woff2"), url("../fonts/EuclidCircularB-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NewYork";
  src: url("../fonts/NewYork-regular.ttf");
}


@font-face {
  font-family: "Golden";
  src: url("../fonts/Golden.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family:"Montserrat", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/**
	Typography CSS
*/
body {
  background-color: var(--cp-color-common-white);
  font-family: "Euclid Circular B", sans-serif;
  font-size: 18px;
  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;
      font-family: 'Montserrat';

}

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: 'Montserrat';
  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;
}

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

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

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

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: 18px;
  font-weight: 400;
  color: var(--cp-color-text-body);
  margin-bottom: 15px;
  line-height: 28px;
}

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;
}

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;
}

*::-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;
}

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1550px;
    }



/**
    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;
}

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

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

.bg-dark-2 {
  background-color: var(--cp-color-bg-2);
}

.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;
}

.bg-pattern {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.overflow-h {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading .sub-heading {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-heading .sub-heading {
    font-size: 14px;
  }
}
.section-heading .sub-heading img {
  margin-top: -4px;
  margin-right: 10px;
}
.section-heading .section-title {
 font-size: 30px;
    line-height: 1.2;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
  font-family: 'Montserrat';
  color:#ad8d5e;
}
@media (max-width: 1199px) {
  .section-heading .section-title {
    font-size: 42px;
  }
}
@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: 36px;
  }
  .section-heading .section-title br {
    display: none;
  }
}
.section-heading .section-title span {
      font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 400;
    display: inline !important;
    line-height: 1.2;
    text-transform: none;
        color: #000;
            text-transform: uppercase;
}
@media (max-width: 1199px) {
  .section-heading .section-title span {
    font-size: 42px;
  }
  .section-heading .section-title span br {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .section-heading .section-title span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .section-title span {
    font-size: 32px;
  }
}
.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);
}
.section-heading.heading-2 .section-title {
  text-transform: inherit;
}

.heading-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-bottom: 70px;
}
@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: #efe8dd;
  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;
}

.running-text {
  background-color: var(--cp-color-theme-primary);
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  overflow: hidden;
}
.running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.running-text ul li {
  font-family: var(--cp-ff-heading);
  display: inline-block;
  white-space: nowrap;
  font-size: 36px;
  color: var(--cp-color-text-black);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.running-text ul li:not(:last-of-type) {
  margin-right: 80px;
  padding-right: 40px;
}
.running-text ul li span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}
.running-text ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 700;
  content: "\f890";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.sponsor-carousel {
  padding: 70px 0;
  border-bottom: 1px solid #B3C0CA;
}

.sponsor-2 .sponsor-carousel {
  border: none;
  border-top: 1px solid rgba(0, 46, 79, 0.1);
}

/* Site Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.container-preloader .preloader-anim {
  position: absolute;
  z-index: 100;
}

.container-preloader .preloader-anim .spinner {
  animation: t-spinner 1s infinite linear;
  border-radius: 50%;
  height: 9em;
  width: 9em;
  border: 10px solid var(--primary);
  border-top-color: var(--white);
  margin: 0 auto 3.5em auto;
}

@media only screen and (max-width: 767px) {
  .container-preloader .preloader-anim .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .preloader-anim .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-preloader .preloader-anim .txt-loading .characters {
  color: var(--cp-color-common-white);
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .container-preloader .preloader-anim .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .preloader-anim .txt-loading .characters:before {
  color: var(--cp-color-theme-primary);
  content: attr(data-text);
  animation: t-characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}

.container-preloader .preloader-anim .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

.container-preloader .preloader-area {
  background-color: var(--cp-color-bg-2);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.container-preloader .preloader-area.area-left {
  left: 0;
}

.container-preloader .preloader-area.area-right {
  right: 0;
}

.loaded .preloader-anim {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .preloader-area.area-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .preloader-area.area-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loading {
  left: 50%;
  top: 50%;
  font-size: 100px;
  font-family: var(--cp-ff-heading);
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -60%);
}

@media only screen and (max-width: 767px) {
  .loading {
    font-size: 50px;
  }
}
.loading:before {
  color: #333;
  content: attr(data-loading-text);
}

.loading:after {
  top: 0;
  left: 0;
  width: 0;
  opacity: 1;
  color: var(--cp-color-common-white);
  overflow: hidden;
  position: absolute;
  content: attr(data-loading-text);
  animation: loading 6s infinite;
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*  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: -webkit-sticky;
  position: sticky;
  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;
}

.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;
}

.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-60 {
  margin-bottom: 60px;
}

.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-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  .pt-150 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    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-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    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;
  }
}

/* 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-bg-2);
  color: var(--cp-color-theme-primary);
  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: #c8a15a;
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-text-black);
  display: inline-flex;
  align-items: center;
      font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 35px;
  /* border-radius: 100px; */
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cp-primary-btn {
    padding: 20px 30px;
  }
}
.cp-primary-btn:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.cp-primary-btn:after {
  display: block;
  clear: both;
  content: "";
}
.cp-primary-btn i {
  margin-left: 7px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  margin-top: 3.5px;
}
.cp-primary-btn .btn-text {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.cp-primary-btn .btn-text .btn-text-1 {
  position: relative;
  display: block;
  color: var(--cp-color-text-black);
  transition: all 0.5s;
}
.cp-primary-btn .btn-text .btn-text-2 {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--cp-color-heading-primary);
  transition: all 0.5s;
}
.cp-primary-btn:hover {
  color: var(--cp-color-text-black);
}
.cp-primary-btn:hover:before {
  background-color: var(--cp-color-heading-primary);
  height: 100%;
  width: 100%;
}
.cp-primary-btn:hover .btn-text .btn-text-1 {
  transform: translateY(-150%);
}
.cp-primary-btn:hover .btn-text .btn-text-2 {
  top: 50%;
  transform: translateY(-50%);
  color: var(--cp-color-common-white);
}
.cp-primary-btn:focus {
  color: var(--cp-color-heading-primary);
}
.cp-primary-btn.cp-btn-2 {
  border-radius: 100px;
}

/**----------------------------------------
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;
  border-bottom: 1px solid rgba(217, 217, 217, 0.1);
}
@media only screen and (max-width: 992px) {
  .header {
    background-color: var(--cp-color-bg-1);
    position: relative;
    top: 0;
    height: auto !important;
  }
}
.header .header-wrap {
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .header .header-wrap {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  .header .header-wrap {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-wrap {
    padding: 0 15px;
  }
}
.header .primary-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner {
    padding: 20px 0;
  }
}
.header .primary-header-inner .header-logo img {
  max-width: 280px;
}
.header .primary-header-inner .header-logo .logo-light {
  display: none;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-logo img {
    max-width: 150px;
  }
}
.header .primary-header-inner .header-menu-wrap {
  display: flex !important;
  align-items: center;
}
.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 15px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-menu-wrap ul li {
    margin: 0 5px;
  }
}
@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 {
  font-family: "Montserrat", sans-serif;
  color: var(--cp-color-common-white);
  display: block;
  font-size: 14px;
  padding: 37px 0;
  letter-spacing: 0px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -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:#c8a15a;
}
.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-heading-primary);
  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: 100px;
  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;
}
.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-bg-2);
  display: block;
  height: auto;
  line-height: inherit;
  color: var(--cp-color-common-white);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0;
  padding-left: 25px;
  letter-spacing: 0px;
  text-transform: capitalize;
  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;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 50px;
  }
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap {
    column-gap: 20px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-logo img {
    width: 90px;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 7px;
  margin-left: 16px;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span {
  background-color:#ddd5d5;
  width: 25px;
  height: 3px;
  display: block;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span:nth-child(2) {
  width: 30px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger span:nth-child(3) {
  width: 15px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover span:nth-child(1) {
  width: 30px;
}
.header .primary-header-inner .header-right-wrap .header-right .sidebar-trigger:hover span:nth-child(3) {
  width: 20px;
}
.header .primary-header-inner .header-right-wrap .header-right .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 .header-right .search-icon {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .search-icon {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-btn {
  background: var(--cp-color-common-white);
}
.header .primary-header-inner .header-right-wrap .header-right .header-btn:before {
  background-color: var(--cp-color-theme-primary);
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-btn {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .header-right-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item {
    line-height: 1;
  }
}
@media (min-width: 993px) {
  .header .primary-header-inner .header-right-wrap .header-right .header-right-item .mobile-side-menu-toggle {
    display: none;
  }
}
.header .primary-header-inner .header-right-wrap .header-right .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 .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-bg-1);
  top: 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 992px) {
  .header .primary-header.fixed .primary-header-inner {
    padding: 20px 0;
  }
}

.header-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.primary-header {
  width: 100%;
}
.primary-header.fixed {
  /* background-color: #efe8dd; */
  background-color: #ffffff;
  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;
}
@media only screen and (max-width: 992px) {
  .primary-header.fixed .primary-header-inner {
    padding: 20px;
  }
}
.primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul {
  background-color: var(--cp-color-bg-1);
}
.primary-header.fixed .primary-header-inner .header-menu-wrap ul li ul li a {
  background-color: #efe8dd;
}

.header-2 {
  background-color: transparent;
  position: absolute;
  top: 0;
}

@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;
  }
}

.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;
  }
}

@-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;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    background-color: #efe8dd;
    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: 992px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 992px) {
  .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-common-white);
    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: 992px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
            background-color: #ffffff;
        color: #000000;
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--cp-color-common-white);
    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-common-white);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--cp-color-common-white);
    margin-left: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .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: 16px;
    padding-bottom: 0;
    border-bottom: 1px solid rgb(137 135 135 / 15%);

}
.mean-bar .mean-nav.mean-nav > ul li a {
  color: var(--cp-color-common-white);
  font-size: 18px;
  font-weight: 500;
  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: #b8925a;
    color: #ffffff;
  position: absolute;
  padding: 0;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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-text-black);
}
.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: 14px;
  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: 14px;
  }
}


#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.html), 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;
}

/* !END: Theme Header CSS */
/**----------------------------------------
    START: Hero CSS
----------------------------------------*/
.hero-section {
  background-color: var(--cp-color-bg-1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .bg-pattern {
  height: 50%;
}

.hero-container {
  max-width: 1545px;
}

.hero-content {
  padding-top: 220px;
  padding-bottom: 90px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .hero-content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-content {
    align-items: start;
  }
}
.hero-content .hero-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
}
.hero-content .hero-right-content .title {
  color: var(--cp-color-common-white);
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1600px) {
  .hero-content .hero-right-content .title {
    font-size: 120px;
  }
}
@media (max-width: 1399px) {
  .hero-content .hero-right-content .title {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-content .hero-right-content .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content .hero-right-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .hero-right-content .title {
    font-size: 42px;
    line-height: 1.2;
  }
}
.hero-content .hero-right-content .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
  display: block;
}
.hero-content .hero-right-content .hero-client-wrap {
  max-width: 450px;
  width: 100%;
}
.hero-content .hero-right-content .hero-client-wrap .hero-author-list {
  display: flex;
  align-items: center;
}
.hero-content .hero-right-content .hero-client-wrap .hero-author-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid var(--cp-color-common-white);
}
.hero-content .hero-right-content .hero-client-wrap .hero-author-list li:not(:first-of-type) {
  margin-left: -20px;
}
.hero-content .hero-right-content .hero-client-wrap .hero-author-list li.icon {
  background-color: var(--cp-color-theme-primary);
}
.hero-content .hero-right-content .hero-client-wrap .hero-author-list li.icon i {
  color: var(--cp-color-heading-primary);
}
.hero-content .hero-right-content .hero-client-wrap .desc {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-common-white);
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
.hero-content .hero-right-content .hero-client-wrap .hero-desc {
  color: var(--cp-color-common-white);
  font-family: "Euclid Circular B";
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-video-box {
  margin-bottom: -8px;
}
.hero-video-box .video-area {
  max-width: 100%;
  width: 100%;
}

.hero-2 {
  background-color: var(--cp-color-bg-1);
  position: relative;
  z-index: 1;
}

.hero-content-2 {
  text-align: center;
  padding: 200px 0 120px 0;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 {
    padding: 90px 0 100px 0;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-2 {
    padding: 70px 0 70px 0;
  }
}
.hero-content-2 .title {
  font-size: 159px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1600px) {
  .hero-content-2 .title {
    font-size: 130px;
  }
}
@media (max-width: 1399px) {
  .hero-content-2 .title {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-content-2 .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-2 .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .title {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .hero-content-2 .title br {
    display: block;
  }
}
.hero-content-2 .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}
.hero-content-2 .hero-content-inner {
  display: flex;
  align-items: center;
  column-gap: 120px;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 .hero-content-inner {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-inner .hero-counter {
    text-align: center;
  }
}
.hero-content-2 .hero-content-inner .hero-counter .hero-desc {
  max-width: 273px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .hero-content-2 .hero-content-inner .hero-counter .hero-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-inner .hero-counter .hero-desc {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
  }
}
.hero-content-2 .hero-content-inner .hero-counter .hero-counter-item {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-inner .hero-counter .hero-counter-item {
    text-align: center;
  }
}
.hero-content-2 .hero-content-inner .hero-counter .hero-counter-item .counter-title {
  font-family: "NewYork", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 1;
  margin-left: -15px;
  margin-bottom: 0;
}
.hero-content-2 .hero-content-inner .hero-counter .hero-counter-item .counter-title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.hero-content-2 .hero-content-inner .hero-counter .hero-counter-item p {
  font-family: var(--cp-ff-heading);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.hero-content-2 .hero-content-inner .hero-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-inner .hero-img-wrap {
    flex-direction: column;
    row-gap: 30px;
  }
}
.hero-content-2 .hero-content-inner .hero-img-wrap .hero-img {
  max-width: 720px;
  width: 100%;
  height: 458px;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-content-inner .hero-img-wrap .hero-img {
    height: 350px;
  }
}
.hero-content-2 .hero-content-inner .hero-img-wrap .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content-2 .hero-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .hero-btn-wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.hero-content-2 .hero-btn-wrap .hero-btn {
  background-color: var(--cp-color-theme-primary);
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.hero-content-2 .hero-btn-wrap .hero-btn i {
  color: var(--cp-color-text-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hero-content-2 .hero-btn-wrap .hero-btn .explore-text {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-section-3 {
  position: relative;
  z-index: 1;
}
.hero-section-3 .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.hero-section-3 .overlay {
  background: linear-gradient(180deg, rgba(0, 46, 79, 0.1) 0%, rgba(0, 46, 79, 0.7) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero-content-3 {
  padding-top: 650px;
  padding-bottom: 90px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .hero-content-3 {
    padding-top: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 {
    padding-top: 250px;
    padding-bottom: 50px;
  }
}
.hero-content-3 .title {
  color: var(--cp-color-common-white);
  font-size: 150px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}
.hero-content-3 .title span {
  color: var(--cp-color-theme-primary);
  display: block;
  font-size: 80px;
}
@media (max-width: 1199px) {
  .hero-content-3 .title span {
    font-size: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title span {
    font-size: 30px;
  }
}
@media (max-width: 1600px) {
  .hero-content-3 .title {
    font-size: 130px;
  }
}
@media (max-width: 1399px) {
  .hero-content-3 .title {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .hero-content-3 .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .hero-content-3 .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .title {
    font-size: 50px;
  }
}
.hero-content-3 .hero-btn-wrap {
  position: absolute;
  bottom: 35%;
  right: 80px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .hero-content-3 .hero-btn-wrap {
    display: none;
  }
}
.hero-content-3 .hero-btn-wrap .hero-btn {
  background-color: var(--cp-color-theme-primary);
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero-content-3 .hero-btn-wrap .hero-btn i {
  color: var(--cp-color-text-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hero-content-3 .hero-btn-wrap .hero-btn .explore-text {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* !END: Hero CSS */
/**----------------------------------------
    START: About CSS
----------------------------------------*/
.about-left-content {
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .about-left-content {
    margin-top: 0;
  }
}
.about-left-content .section-heading {
  margin-bottom: 300px;
}
@media only screen and (max-width: 992px) {
  .about-left-content .section-heading {
    margin-bottom: 30px;
  }
}
.about-left-content .about-counter .title {
  font-family: "NewYork", sans-serif;
  font-size: 180px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .about-left-content .about-counter .title {
    font-size: 100px;
  }
}
.about-left-content .about-counter .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.about-left-content .about-counter .title .icon {
  font-size: 50px;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-left-content .about-counter .title .icon {
    font-size: 30px;
  }
}
.about-left-content .about-counter p {
  color: var(--cp-color-heading-primary);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -10px;
}

@media only screen and (max-width: 992px) {
  .about-content {
    margin-top: 50px;
  }
}
.about-content p {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.about-content .about-img-wrap {
  max-width: 870px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .about-content .about-img-wrap {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.about-content .about-img-wrap .about-img-1 {
  max-width: 535px;
  width: 100%;
  height: 350px;
}
.about-content .about-img-wrap .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content .about-img-wrap .about-img-2 {
  max-width: 310px;
  width: 100%;
  height: 350px;
}
.about-content .about-img-wrap .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsor-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .sponsor-title {
    margin-bottom: 30px;
  }
}
.sponsor-title span {
  color: var(--cp-color-theme-primary);
}

.about-carousel {
  max-width: 260px;
  margin-left: 0;
  padding-top: 60px;
  padding-right: 0px;
  margin-right: 60px;
  border-right: 1px solid var(--cp-color-border-1);
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .about-carousel {
    padding-right: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-carousel {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.about-carousel .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.about-carousel .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 16px;
  background-color: var(--cp-color-common-white);
  border-radius: 100px;
  opacity: 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;
}
.about-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--cp-color-theme-primary);
}

.about-img-2 {
  max-width: 562px;
  width: 100%;
  height: 603px;
}
@media only screen and (max-width: 992px) {
  .about-img-2 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-2 {
    height: 350px;
  }
}
.about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .about-content-2 {
    margin-top: 40px;
  }
}
.about-content-2 .about-thumb {
  margin-bottom: 40px;
}
.about-content-2 p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    /* max-width: 636px; */
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
}

.about-content-3 {
  margin-top: 0;
}
.about-content-3 .section-heading {
  margin-bottom: 85px;
}
@media only screen and (max-width: 992px) {
  .about-content-3 .section-heading {
    margin-bottom: 50px;
  }
}
.about-content-3 .about-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr;
  grid-gap: 100px;
}
@media (max-width: 1199px) {
  .about-content-3 .about-inner {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-3 .about-inner {
    grid-template-columns: 1fr;
  }
}
.about-content-3 .about-inner .about-thumb {
  height: 200px;
  max-width: 250px;
  width: 100%;
  margin-bottom: 0;
}
.about-content-3 .about-inner .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content-3 .about-inner .about-inner-right p {
  color: #435759;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .about-content-3 .about-inner .about-inner-right p {
    font-size: 18px;
  }
}

.about-img-3 {
  /* max-width: 450px;
  width: 100%;
  height: 550px; */
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .about-img-3 {
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-img-3 {
    height: 350px;
  }
}
.about-img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-sponsor-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--cp-color-border-1);
}
@media only screen and (max-width: 767px) {
  .about-sponsor-wrap {
    grid-template-columns: 1fr;
  }
}

.about-sponsor-item {
  text-align: center;
  padding: 60px 20px;
}
.about-sponsor-item:not(:last-of-type) {
  border-right: 1px solid var(--cp-color-border-1);
}
@media only screen and (max-width: 767px) {
  .about-sponsor-item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid var(--cp-color-border-1);
  }
}

/* !END: About CSS */
/**----------------------------------------
    START: Project CSS
----------------------------------------*/
.project-section {
  position: relative;
  z-index: 1;
}
.project-section .bg-color {
  background-color: var(--cp-color-common-white);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.project-carousel-wrap {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .project-carousel-wrap {
    padding: 0 15px;
  }
}

.project-carousel {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .project-carousel {
    padding-bottom: 0;
  }
}
.project-carousel .swiper-pagination {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .project-carousel .swiper-pagination {
    display: none;
  }
}
.project-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--cp-color-heading-primary);
  height: 2px;
  max-width: 440px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1399px) {
  .project-carousel .swiper-pagination .swiper-pagination-bullet {
    max-width: 250px;
  }
}
@media only screen and (max-width: 992px) {
  .project-carousel .swiper-pagination .swiper-pagination-bullet {
    max-width: 200px;
  }
}

.project-item {
  position: relative;
}
.project-item .project-thumb {
  height: 450px;
  position: relative;
}
.project-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item .project-thumb .overlay {
  background-color: #002E4F;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
}
.project-item .project-content {
  background-color: var(--cp-color-theme-primary);
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 5;
  padding: 40px;
  border-radius: 8px;
  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;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content {
    padding: 30px 30px;
    left: 30px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-item .project-content {
    left: 20px;
  }
}
.project-item .project-content .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content .title {
    font-size: 20px;
  }
}
.project-item .project-content .title a {
  color: var(--cp-color-heading-primary);
}
.project-item .project-content span {
  color: var(--cp-color-heading-primary);
  font-family: var(--cp-ff-heading);
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
}
@media only screen and (max-width: 992px) {
  .project-item .project-content span {
    font-size: 14px;
  }
}
.project-item .project-content span:before {
  background-color: var(--cp-color-heading-primary);
  width: 24px;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-item:hover .project-thumb .overlay {
  visibility: visible;
  opacity: 0.3;
}
.project-item:hover .project-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .project-item:hover .project-content {
    bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .project-inner .project-thumb {
    height: 400px;
  }
}
.project-inner .project-content {
  width: 80%;
  padding: 30px 30px;
}
@media (max-width: 1199px) {
  .project-inner .project-content {
    left: 20px;
  }
}
.project-inner .project-content .title {
  font-size: 22px;
}
@media (max-width: 1199px) {
  .project-inner .project-content .title {
    font-size: 20px;
  }
}

.project-details-img {
  height: 650px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .project-details-img {
    height: 400px;
  }
}
.project-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-details-content {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(63, 63, 44, 0.1);
}
.project-details-content .project-details-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(63, 63, 44, 0.1);
}
@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 span {
  color: #335872;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.project-details-content .project-details-meta .project-meta .title {
  color: var(--cp-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.project-details-content .details-title {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .project-details-content .details-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details-content .details-title {
    font-size: 30px;
  }
}
.project-details-content .details-title span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
.project-details-content .details-title-2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .project-details-content .details-title-2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details-content .details-title-2 {
    font-size: 26px;
  }
}
.project-details-content .details-title-2 span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
.project-details-content p {
  color: #335872;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .project-details-content p {
    font-size: 15px;
  }
}
.project-details-content .project-details-thumb-wrap {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin: 60px 0;
  margin-top: 65px;
}
@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: 650px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .project-details-content .project-details-thumb-wrap .project-details-thumb {
    height: 400px;
  }
}
.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;
  }
}

/* !END: Project CSS */
/**----------------------------------------
    START: Skill CSS
----------------------------------------*/
.skill-img {
  height: 500px;
}
.skill-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skill-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.skills-items {
  max-width: 536px;
  width: 100%;
}
@media (max-width: 1199px) {
  .skills-items {
    margin-top: 20px;
  }
}

.skills-item {
  overflow: hidden;
}
.skills-item:not(:last-of-type) {
  margin-bottom: 25px;
}
.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(0, 46, 79, 0.1);
  height: 10px;
  overflow: visible;
  border-radius: 0;
  border-radius: 32px;
}
.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;
  }
}

.skill-img-2 .img-overlay {
  background-color: var(--cp-color-bg-2);
}

.skill-inner {
  background-color: #F8F5F3;
}

/* !END: Skill CSS */
/**----------------------------------------
    START: Testimonial CSS
----------------------------------------*/
.testimonial-section {
  background-color: #06192F;
}

.testi-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.testi-top .swiper-arrow .swiper-nav {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
  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;
}
.testi-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--cp-color-common-white);
}

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

.testi-item {
  padding: 50px 60px;
  border: 1px solid var(--cp-color-border-1);
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .testi-item {
    padding: 50px 20px;
  }
}
.testi-item .icon {
  margin-bottom: 30px;
}
.testi-item p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
}
.testi-item .testi-author-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px;
}
.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: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testi-item .testi-author-box .testi-author .content span {
  line-height: 1;
}

.testi-carousel {
  padding-bottom: 80px;
}
.testi-carousel .swiper-pagination {
  bottom: 0;
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  height: 28px;
  width: 28px;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testi-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--cp-color-heading-primary);
}

.testi-item-3 {
  background-color: #F8F5F3;
}

.testi-left-content .testi-rating {
  margin-bottom: 200px;
}
@media only screen and (max-width: 992px) {
  .testi-left-content .testi-rating {
    display: none;
  }
}
.testi-left-content .testi-client-wrap {
  max-width: 450px;
  width: 100%;
  margin-bottom: 30px;
}
.testi-left-content .testi-client-wrap .testi-author-list {
  display: flex;
  align-items: center;
}
.testi-left-content .testi-client-wrap .testi-author-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid var(--cp-color-common-white);
}
.testi-left-content .testi-client-wrap .testi-author-list li:not(:first-of-type) {
  margin-left: -20px;
}
.testi-left-content .testi-client-wrap .testi-author-list li.icon {
  background-color: var(--cp-color-theme-primary);
}
.testi-left-content .testi-client-wrap .desc {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.6;
}

.testi-carousel-2 {
  padding-bottom: 60px;
}
.testi-carousel-2 .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.testi-carousel-2 .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 16px;
  background-color: #002E4F;
  opacity: 0.4;
  border-radius: 100px;
  -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;
}
.testi-carousel-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--cp-color-heading-primary);
  opacity: 1;
}

.testi-item-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 350px;
  grid-gap: 100px;
}
@media (max-width: 1199px) {
  .testi-item-wrap {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .testi-item-wrap {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item-wrap {
    grid-template-columns: 1fr;
  }
}
.testi-item-wrap .testi-item {
  padding: 0;
  border: none;
}
.testi-item-wrap .testi-item p {
  font-size: 24px;
  font-weight: 500;
  max-width: 470px;
}
@media (max-width: 1199px) {
  .testi-item-wrap .testi-item p {
    font-size: 20px;
  }
}
.testi-item-wrap .testi-item .testi-author-box .testi-author {
  grid-template-columns: 1fr;
}

.testimonial-section-2 {
  background-color: var(--cp-color-bg-1);
}

.testi-left-content-2 .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (max-width: 992px) {
  .testi-left-content-2 .swiper-arrow {
    align-items: baseline;
    flex-direction: row;
  }
}
.testi-left-content-2 .swiper-arrow .swiper-nav {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-text-black);
  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;
}
.testi-left-content-2 .swiper-arrow .swiper-nav:hover {
  background-color: var(--cp-color-theme-primary);
}

.testi-right-content-2 {
  border: none;
}
@media only screen and (max-width: 992px) {
  .testi-right-content-2 {
    margin-top: 40px;
  }
}

.testi-wrapper-2 {
  border: none;
}

.testi-item-wrap-2 {
  display: grid;
  align-items: center;
  grid-template-columns: 370px 1fr;
  grid-gap: 70px;
}
@media only screen and (max-width: 992px) {
  .testi-item-wrap-2 {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-item-wrap-2 {
    grid-template-columns: 1fr;
  }
}
.testi-item-wrap-2 .testi-item p {
  font-family: var(--cp-ff-body);
  color: #F8F5F3;
  font-size: 26px;
  font-weight: 400;
  max-width: 100%;
  font-style: italic;
}
@media only screen and (max-width: 992px) {
  .testi-item-wrap-2 .testi-item p {
    font-size: 20px;
  }
}
.testi-item-wrap-2 .testi-item .testi-author-box .testi-author .content .name {
  color: #F8F5F3;
}
.testi-item-wrap-2 .testi-item .testi-author-box .testi-author .content span {
  color: #B3C0CA;
  font-size: 14px;
  font-weight: 500;
}

.testi-counter-area.area-2 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .testi-counter-area.area-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .testi-counter-area.area-2 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .counter-item-wrap-2 {
    padding-bottom: 80px;
  }
}
.counter-item-wrap-2 > div {
  padding: 0;
}
.counter-item-wrap-2 > div:not(:last-of-type) .counter-item {
  border-right: 1px solid rgba(0, 46, 79, 0.2);
}
@media only screen and (max-width: 992px) {
  .counter-item-wrap-2 > div:not(:last-of-type) .counter-item {
    border: none;
  }
}

.counter-item {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 46, 79, 0.2);
}
@media only screen and (max-width: 992px) {
  .counter-item {
    border: none;
    padding: 0;
  }
}
.counter-item .title {
  font-family: "NewYork", sans-serif;
  font-size: 100px;
  font-weight: 400;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: center;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .counter-item .title {
    font-size: 60px;
  }
}
.counter-item .title .odometer-auto-theme {
  font-family: inherit;
  line-height: 1;
}
.counter-item .title .icon {
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
}
.counter-item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-1 {
    text-align: center;
  }
}
.counter-item.item-1 .title {
  justify-content: start;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-1 .title {
    justify-content: center;
  }
}
.counter-item.item-4 .title {
  justify-content: end;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-4 .title {
    justify-content: center;
    text-align: center;
  }
}
.counter-item.item-4 p {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .counter-item.item-4 p {
    text-align: center;
  }
}

.testi-counter-area-2 {
  padding-bottom: 150px;
  padding-top: 0;
}

.counter-item-wrap {
  height: 270px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #E7E7E7;
  border-radius: 50%;
}

.testi-item-2 {
  background-color: var(--cp-color-bg-2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* !END: Testimonial CSS */
/**----------------------------------------
    START: Service CSS
----------------------------------------*/
.service-section {
  position: relative;
  z-index: 1;
}

.service-top .swiper-arrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.service-top .swiper-arrow .swiper-nav {
  background-color: var(--cp-color-common-white);
  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;
}
.service-top .swiper-arrow .swiper-nav:hover {
  background-color: var(--cp-color-theme-primary);
}

.service-item {
  background-color: var(--cp-color-common-white);
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .service-item {
    padding: 40px 20px;
  }
}
.service-item:before {
  background-color: var(--cp-color-theme-primary);
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 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;
}
.service-item .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-item .icon {
  margin-bottom: 80px;
}
.service-item .title {
  font-size: 25px;
  font-weight: 600;
  /* text-transform: uppercase; */
  margin-bottom: 15px;
}
.service-item p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.service-item .service-btn {
  padding: 16px 30px;
}
.service-item .service-btn:before {
  background-color: var(--cp-color-heading-primary);
}
.service-item .service-btn .btn-text .btn-text-2 {
  color: var(--cp-color-common-white);
}
.service-item:hover:before {
  height: 100%;
}
.service-item:hover .title a {
  color: var(--cp-color-heading-primary);
}
.service-item:hover .service-btn {
  background-color: var(--cp-color-common-white);
}

.service-carousel {
  overflow: visible;
  max-width: 1296px;
  margin-left: 0;
}

.service-section-2 {
  background-color: #F8F5F3;
}

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

.service-item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media only screen and (max-width: 767px) {
  .service-item-wrap {
    grid-template-columns: 1fr;
  }
}
.service-item-wrap .service-item {
  border: 1px solid rgba(0, 46, 79, 0.2);
}
@media (max-width: 1199px) {
  .service-item-wrap .service-item {
    padding: 30px 20px;
  }
  .service-item-wrap .service-item p br {
    display: none;
  }
}
.service-item-wrap .service-item .icon {
  margin-bottom: 100px;
  display: block;
}
.service-item-wrap .service-item .service-content .title {
  font-family: var(--cp-ff-heading);
  line-height: 1.3;
  display: block;
}
.service-item-wrap .service-item .service-content .item-desc {
  display: block;
}
.service-item-wrap:hover .service-content .title,
.service-item-wrap:hover .service-content .item-desc {
  color: var(--cp-color-heading-primary);
}

.service-top-3 .service-top-btn .cp-primary-btn:hover:before {
  background-color: var(--cp-color-common-white);
}
.service-top-3 .service-top-btn .cp-primary-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}

.service-item-wrap-3 > div {
  padding: 0;
}
.service-item-wrap-3 > div:not(:last-of-type) .service-item-3 {
  border-right: 1px solid #335872;
}
@media only screen and (max-width: 992px) {
  .service-item-wrap-3 > div:not(:last-of-type) .service-item-3 {
    border: none;
  }
}

.service-item-3 {
  background-color: var(--cp-color-bg-1);
  border-radius: 0;
  border-top: 1px solid #335872;
}
@media (max-width: 1199px) {
  .service-item-3 {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .service-item-3 {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .service-item-3 {
    padding: 20px;
  }
}
.service-item-3:before {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-item-3 .icon {
  background-color: var(--cp-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.service-item-3 .icon img {
  width: 36px;
  height: 36px;
}
.service-item-3 .service-content .title {
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (max-width: 992px) {
  .service-item-3 .service-content .title {
    font-size: 26px;
  }
  .service-item-3 .service-content .title br {
    display: none;
  }
}
.service-item-3 .service-content .title a {
  color: var(--cp-color-common-white);
}
.service-item-3 .service-content p {
  color: #B3C0CA;
  margin-bottom: 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;
}
.service-item-3:hover:before {
  width: 100%;
}
.service-item-3:hover .service-content .title a {
  color: var(--cp-color-heading-primary);
}
.service-item-3:hover .service-content p {
  color: #335872;
}

.service-inner-item-wrap > div {
  padding: 0;
}
.service-inner-item-wrap > div:not(:last-of-type) .service-item-3 {
  border-right: 1px solid rgba(179, 192, 202, 0.4);
}
@media only screen and (max-width: 992px) {
  .service-inner-item-wrap > div:not(:last-of-type) .service-item-3 {
    border: none;
  }
}

.service-inner {
  background-color: var(--cp-color-common-white);
  border-color: rgba(179, 192, 202, 0.4);
}
.service-inner .service-content .title a {
  color: var(--cp-color-heading-primary);
}
.service-inner .service-content p {
  color: #335872;
}

.service-details-img {
  height: 512px;
}
@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;
}

.service-details-content .details-title {
  font-size: 60px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .service-details-content .details-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title {
    font-size: 30px;
  }
}
.service-details-content .details-title span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
.service-details-content p {
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .service-details-content p {
    font-size: 15px;
  }
}
.service-details-content .service-details-img-2 {
  height: 245px;
}
.service-details-content .service-details-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-details-content .details-title-2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .service-details-content .details-title-2 {
    font-size: 26px;
  }
}
.service-details-content .details-title-2 span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}

.service-sidebar {
  background-color: #F8F5F3;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .service-sidebar {
    padding: 30px 15px;
  }
}
.service-sidebar:not(:last-of-type) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .service-sidebar:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.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: 17px;
  width: 8px;
  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 {
  font-family: var(--cp-ff-heading);
  background-color: var(--cp-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 100px;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .service-sidebar .service-sidebar-list li a {
    padding: 15px;
    font-size: 16px;
  }
}
.service-sidebar .service-sidebar-list li a i {
  color: var(--cp-color-heading-primary);
}
.service-sidebar .service-sidebar-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
}
.service-sidebar .service-sidebar-list li a:hover i {
  color: var(--cp-color-text-black);
}
.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, 46, 79, 0) 21.67%, #002E4F 84.33%);
  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;
  color: var(--cp-color-common-white);
}
.service-sidebar.sidebar-cta .content a {
  color: var(--cp-color-common-white);
  font-size: 18px;
  font-weight: 500;
  opacity: 0.9;
}

/* !END: Service CSS */
/**----------------------------------------
    START: Video CSS
----------------------------------------*/
.video-section {
  height: 800px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .video-section {
    height: 550px;
  }
}
.video-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;
}
.video-section .play-btn {
  background-color: var(--cp-color-common-white);
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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;
}
.video-section .play-btn:hover {
  background-color: var(--cp-color-theme-primary);
}
.video-section .play-btn i {
  color: var(--cp-color-text-black);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-section .play-btn .explore-text {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* !END: Video CSS */
/**----------------------------------------
    START: Team CSS
----------------------------------------*/
.team-section {
  background-color: #F8F5F3;
}

.team-item .team-thumb {
  background-color: var(--cp-color-common-white);
  height: 370px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-item .team-thumb .overlay {
  background-color: rgba(0, 0, 0, 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-item .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-item .team-thumb .team-social {
  position: absolute;
  bottom: 30px;
  right: 30px;
  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-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-item .team-thumb .team-social li:not(:last-of-type) {
  margin-bottom: 5px;
}
.team-item .team-thumb .team-social li a {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-text-black);
  font-size: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.team-item .team-thumb .team-social li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
}
.team-item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.team-item span {
  font-size: 16px;
  color: #335872;
  display: block;
  line-height: 1;
  font-weight: 500;
}
.team-item:hover .team-thumb .overlay {
  visibility: visible;
  opacity: 1;
}
.team-item:hover .team-thumb .team-social {
  visibility: visible;
  opacity: 1;
}
.team-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: 620px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .team-details-img {
    height: 450px;
  }
}
.team-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .team-details-content .name {
    font-size: 38px;
  }
}
.team-details-content .prof {
  font-family: var(--cp-ff-heading);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.team-details-content .team-details-list {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(63, 63, 44, 0.1);
  list-style: none;
}
.team-details-content .team-details-list li {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 500;
}
@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: 10px;
}
.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:not(:last-of-type) {
  margin-bottom: 40px;
}
.team-details-content .team-details-info .info-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 25px;
}
.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;
}

/* !END: Team CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.step-section {
  position: relative;
  z-index: 1;
}
.step-section .step-img {
  max-width: 648px;
  width: 100%;
  height: 382px;
  position: absolute;
  top: 0;
  right: 15%;
}
@media (max-width: 1600px) {
  .step-section .step-img {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .step-section .step-img {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .step-section .step-img {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .step-section .step-img {
    display: none;
  }
}
.step-section .step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step-section .section-heading {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .step-section .section-heading {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 992px) {
  .step-section .section-heading {
    margin-bottom: 0px;
  }
}

.step-details-item-wrap {
  position: relative;
  margin: 0;
}
.step-details-item-wrap > div {
  padding: 0;
}
.step-details-item-wrap .line {
  background-color: #F8F5F3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 992px) {
  .step-details-item-wrap .line {
    display: none;
  }
}
.step-details-item-wrap .step-details-item {
  margin-top: 45px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .step-details-item-wrap .step-details-item {
    margin-top: 0;
  }
}
.step-details-item-wrap .step-details-item .dot-shape {
  background-color: var(--cp-color-common-white);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: -49.5px;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .step-details-item-wrap .step-details-item .dot-shape {
    display: none;
  }
}
.step-details-item-wrap .step-details-item .number {
  color: var(--cp-color-common-white);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: -85%;
  left: 0;
}
@media only screen and (max-width: 992px) {
  .step-details-item-wrap .step-details-item .number {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.step-details-item-wrap .step-details-item .title {
  color: var(--cp-color-common-white);
  font-size: 24px;
  font-weight: 500;
  margin: 15px 0;
}
.step-details-item-wrap .step-details-item p {
  color: #E7E7E7;
  font-size: 18px;
  margin-bottom: 0;
  max-width: 260px;
  width: 100%;
}

/* !END: Page Header CSS */
/**----------------------------------------
    START: Content CSS
----------------------------------------*/
.content-section {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .content-info {
    margin-bottom: 30px;
  }
}
.content-info p {
  color: #F8F7F0;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  max-width: 480px;
  width: 100%;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .content-info p {
    font-size: 18px;
  }
}
.content-info .content-btn .cp-primary-btn:hover:before {
  background-color: var(--cp-color-common-white);
}
.content-info .content-btn .cp-primary-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}

/* !END: Content CSS */
/**----------------------------------------
    START: Pricing CSS
----------------------------------------*/
.pricing-item {
  background-color: #F8F5F3;
  padding: 45px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    padding: 30px 20px;
  }
}
.pricing-item .title {
  font-size: 28px;
  font-weight: 600;
}
.pricing-item .pricing-offer {
  font-size: 16px;
  font-weight: 400;
}
.pricing-item .price {
  font-family: "NewYork", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--cp-color-border-1);
}
.pricing-item .pricing-list {
  list-style: none;
  margin-bottom: 40px;
}
.pricing-item .pricing-list li {
  display: flex;
  align-items: center;
  line-height: 1;
}
.pricing-item .pricing-list li:not(:last-of-type) {
  margin-bottom: 20px;
}
.pricing-item .pricing-list li i {
  color: var(--cp-color-heading-primary);
  width: 25px;
}
.pricing-item .pricing-list li.cross-icon i {
  color: var(--cp-color-heading-primary);
}
.pricing-item.active {
  background-color: var(--cp-color-bg-1);
}
.pricing-item.active .pricing-list li i {
  color: var(--cp-color-common-white);
}
.pricing-item.active .pricing-btn .cp-primary-btn:hover:before {
  background-color: var(--cp-color-common-white);
}
.pricing-item.active .pricing-btn .cp-primary-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}

/* !END: Pricing CSS */
/**----------------------------------------
    START: FAQ CSS
----------------------------------------*/
.faq-content .faq-accordion .accordion-item {
  border: none;
  border-radius: 8px;
  border: 1px solid rgba(179, 192, 202, 0.4);
}
.faq-content .faq-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.faq-content .faq-accordion .accordion-item .accordion-button {
  background-color: #f9f5f1;
    border: 1px solid rgba(179, 192, 202, 0.4);
    color: var(--cp-color-heading-primary);
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 600;
    padding-left: 24px;
    border-bottom: 1px solid transparent;
    font-family: 'Montserrat';
}
@media only screen and (max-width: 767px) {
  .faq-content .faq-accordion .accordion-item .accordion-button {
    font-size: 18px;
    padding-left: 20px;
  }
}
.faq-content .faq-accordion .accordion-item .accordion-button:after {
  color: var(--cp-color-heading-primary);
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "+";
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid rgba(179, 192, 202, 0.4);
}
.faq-content .faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  color: var(--cp-color-text-black);
  content: "-";
  transform: rotate(0);
}
.faq-content .faq-accordion .accordion-item .accordion-body {
  background-color: #F8F5F3;
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 400;
  padding: 15px 30px 20px 24px;
}
@media only screen and (max-width: 767px) {
  .faq-content .faq-accordion .accordion-item .accordion-body {
    font-size: 14px;
    padding-left: 20px;
  }
}

/* !END: FAQ CSS */
/**----------------------------------------
    START: Promo CSS
----------------------------------------*/
@media (max-width: 1199px) {
  .promo-left-content {
    margin-bottom: 40px;
  }
}
.promo-left-content .promo-left-inner {
  margin-bottom: 230px;
}
@media (max-width: 1199px) {
  .promo-left-content .promo-left-inner {
    margin-bottom: 30px;
  }
}
.promo-left-content .promo-left-inner .hero-author-list {
  display: flex;
  align-items: center;
}
.promo-left-content .promo-left-inner .hero-author-list li {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid var(--cp-color-common-white);
}
.promo-left-content .promo-left-inner .hero-author-list li:not(:first-of-type) {
  margin-left: -20px;
}
.promo-left-content .promo-left-inner .hero-author-list li.icon {
  background-color: var(--cp-color-theme-primary);
}
.promo-left-content .promo-left-inner .hero-author-list li.icon i {
  color: var(--cp-color-heading-primary);
}
.promo-left-content .promo-left-inner .desc {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.promo-left-content .promo-video-box {
  max-width: 189px;
  width: 100%;
  height: 189px;
  position: relative;
}
.promo-left-content .promo-video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-left-content .promo-video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promo-left-content .promo-video-box .play-btn a {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.promo-left-content .promo-video-box .play-btn a:hover {
  background-color: var(--cp-color-theme-primary);
}

.promo-item {
  background-color: #F8F5F3;
  padding: 40px;
  -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;
}
@media (max-width: 1399px) {
  .promo-item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-item {
    padding-top: 0;
  }
}
.promo-item .icon {
  background-color: #ad8d5e;
    color: #ffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 20px;
}
.promo-item .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* letter-spacing: 1px; */
      color: #ad8d5e;
}
@media (max-width: 1399px) {
  .promo-item .title {
    font-size: 20px;
  }
}
.promo-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .promo-item p {
    font-size: 16px;
  }
}

.promo-left-content-2 .promo-img-2 {
  max-width: 950px;
  width: 100%;
  /* height: 320px; */
}
.promo-left-content-2 .promo-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-item-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .promo-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-item-wrap {
    grid-template-columns: 1fr;
  }
}
.promo-item-wrap .promo-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 20px;
  border: 1px solid #D9E4E3;
  padding: 30px;
  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;
  overflow: hidden;
      align-items: center;

}
@media (max-width: 1199px) {
  .promo-item-wrap .promo-item {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.promo-item-wrap .promo-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .promo-item-wrap .promo-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.promo-item-wrap .promo-item .title {
  font-size: 24px;
  font-weight: 600;
  text-transform: inherit;
  -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;
}
.promo-item-wrap .promo-item p {
  color: #335872;
  -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;
}
.promo-item-wrap .promo-item:hover {
  background-color: var(--cp-color-heading-primary);
}
.promo-item-wrap .promo-item:hover .content .title {
  color: var(--cp-color-common-white);
}
.promo-item-wrap .promo-item:hover .content p {
  color: #B3C0CA;
}

/* !END: Promo CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.blog-top .blog-top-btn .cp-primary-btn {
  background-color: var(--cp-color-heading-primary);
}
.blog-top .blog-top-btn .cp-primary-btn:before {
  background-color: var(--cp-color-theme-primary);
}
.blog-top .blog-top-btn .cp-primary-btn .btn-text .btn-text-1 {
  color: var(--cp-color-common-white);
}
.blog-top .blog-top-btn .cp-primary-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}

.post-card .post-thumb {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 25px;
}
.post-card .post-thumb:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.post-card .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}
.post-card .post-content .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .post-card .post-content .title {
    font-size: 18px;
  }
}
.post-card .post-content .title a {
  background: linear-gradient(var(--cp-color-heading-primary) 0%, var(--cp-color-heading-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.post-card .post-content .title a:hover {
  color: var(--cp-color-heading-primary);
  background-size: 100% 2px;
}
.post-card:hover .post-thumb:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.post-card:hover .post-thumb img {
  transform: scale(1.04) rotate(0deg);
}

.post-card-3 .post-content .title {
      text-transform: inherit;
    color: #ad8d5e !important;
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}

.post-meta {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 10px;
}
.post-meta li {
  font-family: var(--cp-ff-heading);
  color: var(--cp-color-heading-primary);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1;
}
.post-meta li i {
  font-size: 14px;
}
.post-meta li:not(:last-of-type) {
  margin-right: 15px;
}
.post-meta li a:hover {
  color: var(--cp-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .post-meta li {
    font-size: 12px;
  }
}
.post-meta li.category-text {
  font-family: var(--cp-ff-heading);
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #B3C0CA;
  border-radius: 100px;
}

.post-card-wrap > div:not(:last-of-type) {
  margin-bottom: 30px;
}

.blog-left-content p {
  color: #335872;
  font-size: 22px;
  font-weight: 400;
}
.blog-left-content .blog-btn .cp-primary-btn {
  background-color: var(--cp-color-heading-primary);
}
.blog-left-content .blog-btn .cp-primary-btn:before {
  background-color: var(--cp-color-theme-primary);
}
.blog-left-content .blog-btn .cp-primary-btn .btn-text .btn-text-1 {
  color: var(--cp-color-common-white);
}

.post-card-2 .post-thumb {
  height: 400px;
}
.post-card-2 .post-content .title {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .post-card-2 .post-content .title {
    font-size: 24px;
  }
}
.post-card-2 .post-content .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .post-inner-card-wrap {
    margin-bottom: 50px;
  }
}

.inner-post:not(:last-of-type) {
  margin-bottom: 40px;
}
.inner-post .post-thumb {
  height: 450px;
  margin-bottom: 30px;
  overflow: hidden;
}
@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: 350px;
  }
}
.inner-post .post-content .post-meta {
  margin-bottom: 25px;
}
.inner-post .post-content .title {
  font-size: 40px;
  font-weight: 600;
  text-transform: inherit;
}
@media only screen and (max-width: 767px) {
  .inner-post .post-content .title {
    font-size: 24px;
  }
}
.inner-post .post-content .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
.inner-post .post-content p {
  font-size: 18px;
  margin-bottom: 35px;
  color: #335872;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 10px;
}
.pagination-wrap li a {
  background-color: transparent;
  color: var(--cp-color-common-white);
  font-weight: 700;
  height: 50px;
  width: 50px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid var(--cp-color-border-1);
}
.pagination-wrap li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
  border: 1px solid var(--cp-color-theme-primary);
}
.pagination-wrap li .active {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
  border: 1px solid var(--cp-color-theme-primary);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
    START: Page Header CSS
----------------------------------------*/
.page-header {
  background-color: var(--cp-color-bg-1);
  position: relative;
  z-index: 1;
}
.page-header .page-header-content {
  padding: 420px 0 120px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content {
    padding: 100px 0 100px 0;
  }
}
.page-header .page-header-content .title {
 font-family: 'Montserrat';
    color: var(--cp-color-common-white);
    font-size: 45px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .page-header .page-header-content .title {
    line-height: 1.3em;
    font-size: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-header .page-header-content .title {
    line-height: 1.3em;
    font-size: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header .page-header-content .title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.page-header .page-header-content .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 400;
}
.page-header .page-header-content .sub-title {
  font-family: var(--cp-ff-heading);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-header .page-header-content .sub-title {
    font-size: 10px;
  }
}
.page-header .page-header-content .sub-title .home {
  color: #FEFEFE;
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.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-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  font-weight: 700;
  content: "-";
  color: var(--cp-color-common-white);
  position: absolute;
  top: 60%;
  right: 3px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@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;
}

/* !END: Page Header CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.contact-form {
  background-color: #F8F5F3;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 30px 20px;
  }
}
.contact-form .contact-form-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-form .form-item .form-control {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  border: none;
  box-shadow: none;
  padding: 16px 25px;
  border-radius: 8px;
  margin-bottom: 8px;
}
.contact-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--cp-color-heading-primary);
}
.contact-form .form-item .form-control:-moz-placeholder {
  color: var(--cp-color-heading-primary);
}
.contact-form .form-item .form-control::-moz-placeholder {
  color: var(--cp-color-heading-primary);
}
.contact-form .form-item .form-control:-ms-input-placeholder {
  color: var(--cp-color-heading-primary);
}
.contact-form .submit-btn {
  margin-top: 20px;
}

.contact-content {
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .contact-content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.contact-content .section-heading .section-title {
  font-size: 46px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact-content .section-heading .section-title {
    font-size: 28px;
  }
}
.contact-content p {
  margin-bottom: 35px;
}
.contact-content .contact-list {
  list-style: none;
}
.contact-content .contact-list li {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.contact-content .contact-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-content .contact-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.contact-content .contact-list li a {
  color: var(--cp-color-heading-primary);
}
.contact-content .contact-social-list {
  margin-top: 45px;
}
.contact-content .contact-social-list li {
  display: inline-flex;
}
.contact-content .contact-social-list li:not(:last-of-type) {
  margin-right: 8px;
}
.contact-content .contact-social-list li a {
  color: var(--cp-color-heading-primary);
  border: 1px solid #D9E4E3;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
}
.contact-content .contact-social-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
}

.map-wrapper iframe {
  border-radius: 16px;
}

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

.sidebar-area {
  position: relative;
  z-index: 1;
}
/* .sidebar-area:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
} */

.sidebar-trigger {
  display: block;
}

.sidebar-area {
 background:#efe8dd;
    border-left: 1px solid #002e4f3d;
  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;
}

.side-logo{
  width: 300px;
}

.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: 200px;
}

.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;
  }
  .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: 250px;
    margin-bottom: 20px;
}

.side-menu-about {
  margin: 50px 0 50px 0;
}
.side-menu-about p {
  font-size: 14px;
}
.side-menu-about .cp-primary-btn {
  background-color: var(--cp-color-heading-primary);
}
.side-menu-about .cp-primary-btn:before {
  background-color: var(--cp-color-theme-primary);
}
.side-menu-about .cp-primary-btn .btn-text .btn-text-1 {
  color: var(--cp-color-common-white);
}

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

.side-menu-header h3 {
      font-size: 24px;
    font-weight: 600px;
    line-height: 1;
    font-weight: 600;
    color: #b17e21;
    border-bottom: 1px solid;
    width: fit-content;
}

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

.side-menu-about .cp-primary-btn:hover .btn-text .btn-text-2 {
  color: var(--cp-color-heading-primary);
}

.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: linear-gradient(180deg, #8a7b63, #bc9459);
  font-size: 12px;
  color: var(--cp-color-text-black);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--cp-color-border-1);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

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

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

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

.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-2);
  font-size: 15px;
  color: var(--cp-color-common-white);
  height: 40px;
  width: 40px;
  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: #b08e5b;
  color: var(--cp-color-text-black);
}

/* !END: Sidebar CSS */
/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.blog-details-img {
  width: 100%;
  height: 450px;
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
@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 p {
      font-size: 17px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}
.blog-details-content .details-title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
.blog-details-content .details-title span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title {
    font-size: 30px;
  }
}
.blog-details-content .details-title-2 {
      font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #8f6220;
}
.blog-details-content .details-title-2 span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
@media only screen and (max-width: 992px) {
  .blog-details-content .details-title-2 {
    font-size: 19px;
  }
}
.blog-details-content .details-img-wrap {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.blog-details-content .details-img-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .blog-details-content .details-img-wrap {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}

blockquote {
  background-color: #F8F5F3;
  /* display: grid; */
  grid-template-columns: 64px 1fr;
  padding: 45px;
  align-items: baseline;
  grid-gap: 30px;
  border-radius: 8px;
  border: 1px solid var(--cp-color-border-1);
}
@media only screen and (max-width: 767px) {
  blockquote {
    padding: 30px 20px;
    grid-template-columns: 1fr;
  }
}
blockquote .icon {
  transform: translateY(10px);
}
blockquote .content p {
  color: var(--cp-color-heading-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@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: 16px;
  font-weight: 600;
  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: 30px;
  margin-bottom: 0px;

  border-bottom: 1px solid #B3C0CA;
}
.tags .tag-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
.tags .tag-left .tag-title {
  font-family: var(--cp-ff-heading);
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
  display: block;
  margin-bottom: 0;
}
.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-family: var(--cp-ff-heading);
    display: block;
    font-size: 16px;
    color: var(--cp-color-heading-primary);
    padding: 8px 20px;
    border: 1px solid var(--cp-color-border-1);
    border-radius: 100px;
    border: 1px solid #B3C0CA;
}
.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 .social-list-wrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.tags .social-list-wrap .follow {
  font-family: var(--cp-ff-heading);
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.tags .social-list-wrap .social-list li {
  display: inline-flex;
}
.tags .social-list-wrap .social-list li:not(:last-of-type) {
  margin-right: 5px;
}
.tags .social-list-wrap .social-list li a {
  font-size: 14px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #D9E4E3;
}
.tags .social-list-wrap .social-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-heading-primary);
  border-color: var(--cp-color-theme-primary);
}

.blog-author-wrap {
  margin-bottom: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.blog-author-item {
  background-color: #F8F5F3;
  border: 1px solid var(--cp-color-border-1);
  padding: 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  grid-gap: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-author-item {
    grid-template-columns: 1fr;
    grid-gap: 25px;
    padding: 25px;
  }
}
.blog-author-item .author-img {
  max-width: 150px;
  height: 150px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-author-item .author-img {
    max-width: 100%;
  }
}
.blog-author-item .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-author-item .content .name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-author-item .content p {
  margin-bottom: 25px;
}
.blog-author-item .content .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.blog-author-item .content .social-list li a {
  color: var(--cp-color-heading-primary);
  font-size: 15px;
  display: inline-block;
}
.blog-author-item .content .social-list li a:hover {
  color: var(--cp-color-theme-primary);
}
.blog-author-item .content .social-list li:not(:last-of-type) {
  margin-right: 20px;
}

.comments-area .section-heading {
  margin-bottom: 40px;
}
.comments-area .section-heading .section-title {
  font-size: 28px;
  text-transform: uppercase;
}
.comments-area .section-heading .section-title span {
  font-size: 28px;
  font-weight: 200;
}

.comment-item {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #B3C0CA;
}
@media only screen and (max-width: 767px) {
  .comment-item {
    grid-template-columns: 1fr;
  }
}
.comment-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.comment-item .reply {
  font-family: var(--cp-ff-body);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 16px;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-item .comment-thumb img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: top;
}
.comment-item .comment-info .comment-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.comment-item .comment-info .comment-top .author {
  color: var(--cp-color-heading-primary);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.comment-item .comment-info .comment-top .comments-meta span {
  color: var(--cp-color-heading-primary);
  font-size: 14px;
  font-weight: 500;
}
.comment-item .comment-info .author {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.comment-item .comment-info p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.comment-item.item-2 {
  margin-left: 84px;
}
@media only screen and (max-width: 767px) {
  .comment-item.item-2 {
    margin-left: 0;
  }
}

.blog-contact-form .title {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-contact-form .title span {
  font-family: "NewYork", sans-serif;
  font-weight: 200;
}
.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: #F8F5F3;
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  padding: 16.5px 55px 16.5px 20px;
  border-radius: 6px;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid var(--cp-color-border-1);
}
.blog-contact-form .request-form .form-item .form-control::-webkit-input-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-moz-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control::-moz-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .form-control:-ms-input-placeholder {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.blog-contact-form .request-form .form-item .icon {
  color: var(--cp-color-heading-primary);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.blog-contact-form .request-form .form-item.message-item .icon {
  top: 25px;
}

.sidebar-widget {
  background-color: #F8F5F3;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .sidebar-widget {
    padding: 30px 15px;
  }
}
.sidebar-widget:not(:last-of-type) {
  margin-bottom: 24px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form .form-control {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  padding: 16px 0;
  padding-left: 25px;
  padding-right: 60px;
  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-theme-primary);
  color: var(--cp-color-text-black);
  font-size: 15px;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border-radius: 100px;
}
.sidebar-widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-widget .widget-title:before {
  background-color: var(--cp-color-heading-primary);
  content: "";
  height: 17px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .sidebar-widget .widget-title:before {
    display: none;
  }
}
.sidebar-widget .category-list {
  list-style: none;
}
.sidebar-widget .category-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.sidebar-widget .category-list li a {
  font-family: var(--cp-ff-heading);
  background-color: var(--cp-color-common-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
  border-radius: 100px;
  overflow: hidden;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sidebar-widget .category-list li a {
    padding: 15px;
    font-size: 16px;
  }
}
.sidebar-widget .category-list li a i {
  color: var(--cp-color-heading-primary);
}
.sidebar-widget .category-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
}
.sidebar-widget .category-list li a:hover i {
  color: var(--cp-color-text-black);
}
.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;
  row-gap: 20px;
  list-style: none;
  column-gap: 0;
  margin: 0;
}
.sidebar-widget .tags li:not(:last-of-type) {
  margin-right: 10px;
}
.sidebar-widget .tags li a {
  background-color: var(--cp-color-common-white);
  font-family: #E7E7E7;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border: 1px solid #B3C0CA;
  border-radius: 100px;
}
.sidebar-widget .tags li a:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
  border: 1px solid var(--cp-color-heading-primary);
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-post img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.sidebar-widget .sidebar-post .post-content .post-meta li {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar-widget .sidebar-post .post-content .post-meta li.category-text {
  background-color: var(--cp-color-common-white);
  font-family: var(--cp-ff-heading);
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #B3C0CA;
  border-radius: 100px;
}
.sidebar-widget .sidebar-post .post-content .title {
  font-size: 16px;
    margin-bottom: 0px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    line-height: 21px;
    margin: 15px 0;
}
@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 {
  background: linear-gradient(var(--cp-color-heading-primary) 0%, var(--cp-color-heading-primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sidebar-widget .sidebar-post .post-content .title a:hover {
  color: var(--cp-color-heading-primary);
  background-size: 100% 2px;
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.footer-section {
  background-color: #efe8dd;
  position: relative;
  z-index: 1;
}

.footer-text .footer-header {
  color: var(--cp-color-common-white);
  font-size: 180px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--cp-color-border-1);
  position: relative;
}
@media (max-width: 1199px) {
  .footer-text .footer-header {
    font-size: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-text .footer-header {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-text .footer-header {
    font-size: 40px;
  }
}
.footer-text .footer-header .contact-btn {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
  font-size: 30px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-text .footer-header .contact-btn i {
  transform: rotate(-45deg);
  -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;
}
.footer-text .footer-header .contact-btn:hover i {
  transform: rotate(0);
}
.footer-text .footer-header:hover .contact-btn {
  transform: translate(-50%, -50%) scale(1);
}

.footer-wrap {
  padding: 50px 0;
  padding-top: 0;
}
@media only screen and (max-width: 992px) {
  .footer-wrap {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 992px) {
  /* .footer-widget {
    margin-bottom: 80px;
  } */
}
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .widget-header {
  margin-bottom: 20px;
}
.footer-widget .widget-header .footer-logo {
  max-width: 170px;
}
.footer-widget .widget-header .widget-title {
  color: #8f6220;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.footer-widget p {
  color: #F8F5F3;
  font-size: 18px;
}
.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 {
  list-style: none;
}
.footer-widget .footer-list li {
     color: #000000;
    font-size: 16px;
}
.footer-widget .footer-list li a {
        font-family: 'Montserrat';
    color: #272727;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding-left: 17px;
}
.footer-widget .footer-list li a:hover {
  color: #95643a;
}
.footer-widget .footer-list li:not(:last-of-type) {
  margin-bottom: 6px;
}
.footer-widget .footer-form {
  position: relative;
  margin-top: 20px;
}
.footer-widget .footer-form .form-control {
  background-color: #0D3B5C;
  padding: 16px 64px 16px 25px;
  color: #D9E4E3;
  box-shadow: none;
  border: none;
  border-radius: 100px;
}
.footer-widget .footer-form .form-control::-webkit-input-placeholder {
  color: #D9E4E3;
}
.footer-widget .footer-form .form-control:-moz-placeholder {
  color: #D9E4E3;
}
.footer-widget .footer-form .form-control::-moz-placeholder {
  color: #D9E4E3;
}
.footer-widget .footer-form .form-control:-ms-input-placeholder {
  color: #D9E4E3;
}
.footer-widget .footer-form .submit {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-text-black);
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .address-list {
  list-style: none;
  margin-bottom: 30px;
}
.footer-widget .address-list li {
  font-family: var(--cp-ff-body);
  font-size: 16px;
  color: #E7E7E7;
  display: flex;
  column-gap: 10px;
}
.footer-widget .address-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.footer-widget .address-list li i {
  color: var(--cp-color-theme-primary);
  line-height: 1;
  margin-top: 6px;
}
.footer-widget .address-list li a {
  border-bottom: 1px solid transparent;
}
.footer-widget .address-list li a:hover {
  color: var(--cp-color-theme-primary);
  border-bottom: 1px solid var(--cp-color-theme-primary);
}
.footer-widget .social-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer-widget .social-list li a {
  background-color: var(--cp-color-common-white);
  color: var(--cp-color-heading-primary);
  font-size: 14px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-widget .social-list li a:hover {
  background-color: var(--cp-color-theme-primary);
}
.footer-widget .social-list li:not(:last-of-type) {
  margin-right: 8px;
}
.footer-widget .form-check {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footer-widget .form-check .form-check-input {
  background-color: var(--cp-color-theme-primary);
  border: none;
  box-shadow: none;
  height: 17px;
  width: 17px;
  margin-top: -1px;
  cursor: pointer;
}
.footer-widget .form-check .form-check-input:checked[type=checkbox] {
  box-shadow: none;
}
.footer-widget .form-check .form-check-label {
  color: #F8F5F3;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.footer-widget.footer-col-2 {
  padding-left: 70px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  position: relative;
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f054";
  color: var(--cp-color-text-body);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.footer-widget.footer-col-2 .footer-list li a:hover {
  visibility: visible;
  opacity: 1;
  padding-left: 15px;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: #000;
  visibility: visible;
  opacity: 1;
}
.footer-widget.widget-3 {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .footer-widget.widget-3 {
    padding-left: 0;
  }
}

.copyright-area {
  border-top: 1px solid rgb(0 0 0 / 25%);
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .copyright-area {
    padding: 40px 0;
  }
}

.copyright-content {
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .copyright-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-content {
    row-gap: 20px;
  }
}
.copyright-content p {
      color: #000;
    font-size: 16px;
    font-family: var(--cp-ff-body);
    margin: 0;
    text-align: center;
}
.copyright-content p span {
  color: var(--cp-color-theme-primary);
}
@media only screen and (max-width: 767px) {
  .copyright-content p {
    text-align: center;
  }
}
.copyright-content .social-list {
  display: flex;
  align-items: center;
  justify-content: end;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .social-list {
    justify-content: center;
  }
}
.copyright-content .social-list li a {
  background-color: var(--cp-color-border-1);
  color: var(--cp-color-common-white);
  font-size: 13px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-content .social-list li a:hover {
  background-color: var(--cp-color-theme-primary);
  color: var(--cp-color-common-white);
}
.copyright-content .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.copyright-content .copyright-list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copyright-list {
    justify-content: center;
  }
}
.copyright-content .copyright-list a {
  font-family: var(--cp-ff-body);
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.copyright-content .copyright-list a:hover {
  color: var(--cp-color-theme-primary);
}

/* !END: Theme Footer CSS */

/*# sourceMappingURL=main.css.map */




.new-testi{
     padding: 140px 0px;
    background: #f9f5f1;
}
/* Container Box */
.testimonial-wrapper {

    padding: 60px;
    /* background: #efe8dd; */
    position: relative;
    border: 4px solid transparent;
    border-image: linear-gradient(90deg, #8a7b63, #d18a5b) 1;
}

/* Left Content */
.left-side {
    position: relative;
}

.left-side small {
    letter-spacing: 1px;
    color: #333;
}

.quote-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(180deg, #8a7b63, #d18a5b);
    border-radius: 50%;
    position: relative;
    margin-top: 40px;
}

/* .quote-icon::before {
    content: "“";
    font-size: 90px;
    color: #000;
    position: absolute;
    left: 25px;
    top: -10px;
} */

.quote-icon::after {
       content: "”";
    font-size: 290px;
    color: #000;
    position: absolute;
    left: -39px;
    top: -66px;
    font-family: 'Instrument Sans';
}

/* Right Content */
.testimonial-text {
       font-size: 20px;
    /* font-weight: 600; */
    line-height: 29px;
}

.author {
   margin-top: 0;
    font-size: 16px;
    letter-spacing: 0;
    color: #555;
}
.author1{
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 3px;
    color: #555;
}
/* Navigation */
.controls {
    margin-top: 15px;
}

.controls button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    margin: 0 5px;
}

.controls button.active {
    background: #000;
}

/* Arrows */
.arrow-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.arrow-btn button {
    border: none;
    background: transparent;
    font-size: 20px;
    margin-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-text {
        font-size: 20px;
    }

    .testimonial-wrapper {
        padding: 30px;
    }

    .quote-icon {
        width: 80px;
        height: 80px;
    }
}



/* SECTION */
.cf-section{
    position:relative;
    background:url('../imz/contact-bg.webp') no-repeat center/cover;
    padding:190px 0;
    color:#fff;
}

/* DARK OVERLAY */
.cf-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.7);
}

/* CONTENT */
.cf-container{
    position:relative;
    z-index:2;
}

/* HEADING */
.cf-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
    font-size:18px;
    line-height:25px;
    letter-spacing:1px;
}

/* FORM ROW */
.cf-form{
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    align-items:flex-end;
}

/* INPUT GROUP */
.cf-group{
    flex:1;
    min-width:150px;
}

.cf-group label{
    font-size:11px;
    letter-spacing:2px;
    display:block;
    margin-bottom:8px;
}

/* INPUT STYLE */
.cf-group input,
.cf-group textarea,
.cf-select{
    width:100%;
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(255,255,255,0.5);
    color:#fff;
    padding:6px 0;
    outline:none;
    font-size:14px;
}

/* SELECT BOX */
.cf-phone{
    display:flex;
    gap:10px;
}

.cf-select{
    max-width: 80px;
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 0;
    align-items: center;
    display: flex;
}

/* MESSAGE */
.cf-group textarea{
    resize:none;
    height:40px;
}

/* CHECKBOX */
.cf-check{
    margin-top:25px;
    font-size:12px;
}

.cf-check input{
    margin-right:10px;
}

/* BUTTON */
.cf-btn{
    margin-top:40px;
    text-align:center;
}

.cf-btn button{
    background:#c8a15a;
    color:#000;
    border:none;
    padding:12px 40px;
    letter-spacing:1px;
    font-size:12px;
}

/* RESPONSIVE */
@media(max-width:768px){
    .cf-form{
        flex-direction:row;
    }
}

.cf-phone-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 6px 0;
    outline: none;
    font-size: 14px;
}

.cf-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 6px 0;
    outline: none;
    font-size: 14px;
    height: 80px;        /* ✅ increase height */
    resize: none;        /* optional (clean UI) */
}

.cf-phone-input::placeholder {
    color: #fff;
    opacity: 1;
}

.cf-phone-input::-webkit-input-placeholder {
    color: #fff;
}

.cf-phone-input:-ms-input-placeholder {
    color: #fff;
}

.cf-phone-input::-ms-input-placeholder {
    color: #fff;
}


 /* ===== FOOTER MAIN ===== */
        .spa-footer-main {
            /* background: #5e6a52; */
            color: #fff;
            padding: 70px 0 30px;
        }

        .spa-footer-title {
            font-size: 28px;
            font-weight: 600;
        }

        .spa-footer-text {
            color: #000;
            line-height: 1.7;
            font-size: 16px;
            margin-top: 15px;
        }

        /* ===== ICON BOX ===== */
        .spa-footer-contact {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-top: 25px;
        }

        .spa-footer-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(180deg, #8a7b63, #bc9459);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

        .spa-footer-contact h6 {
            margin: 0;
            font-weight: 600;
            color:#8f6220;
        }

        .spa-footer-contact span {
            font-size: 16px;
            color: #000;
        }

        /* ===== NEWSLETTER ===== */
        .spa-footer-news-title {
            font-size: 22px;
            font-weight: 600;
        }

        .spa-footer-input-group {
            display: flex;
            margin-top: 20px;
        }

        .spa-footer-input {
            flex: 1;
            padding: 12px 15px;
            border-radius: 8px 0 0 8px;
            border: 1px solid #ccc;
            outline: none;
        }

        .spa-footer-btn {
            background: #a67c52;
            border: none;
            padding: 12px 20px;
            color: #fff;
            border-radius: 0 8px 8px 0;
            font-weight: 500;
        }

        /* ===== SOCIAL ===== */
        .spa-footer-social {
            margin-top: 25px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .spa-footer-social a {
            width: 40px;
            height: 40px;
               background: linear-gradient(180deg, #8a7b63, #bc9459);
    color: #ffffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 14px;
        }

        /* ===== DIVIDER ===== */
        .spa-footer-divider {
               border-top: 1px solid rgb(0 0 0 / 26%);
              margin: 20px 0 20px;
              margin-top: 0;
        }

        /* ===== BOTTOM ===== */
        .spa-footer-bottom {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }

        .spa-footer-menu a {
            color: #fff;
            text-decoration: none;
            margin-right: 20px;
            font-size: 14px;
        }

        .spa-footer-menu a:hover {
            text-decoration: underline;
        }

        .spa-footer-copy {
            font-size: 14px;
            color: #ddd;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 768px) {
            .spa-footer-bottom {
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }

            .spa-footer-input-group {
                flex-direction: column;
            }

            .spa-footer-input {
                border-radius: 8px;
                margin-bottom: 10px;
            }

            .spa-footer-btn {
                border-radius: 8px;
                width: 100%;
            }
        }
        .foot-logo{
          width: 100%;
        }

        .footer-section{
          /* background-image: url(../imz/footer-bg.png); */
        }
/* 
         .footer-section{
          background-image: url(../imz/footer-bg1.png);
        } */

        .top-left-c{
            position: relative;
  text-align: center;
  color: white;

        }

        .top-left {
  position: absolute;
    top: 6px;
    left: 50px;
}



/* SECTION */
.luxury-section {
    position: relative;
    /* background: url('https://images.unsplash.com/photo-1521335629791-ce4aec67dd53?q=80&w=1920') center/cover no-repeat; */
    padding: 70px 20px;
    text-align: center;
    color: #fff;
}

/* DARK GREEN OVERLAY */
/* .luxury-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(5,25,15,0.85), rgba(5,25,15,0.95));
} */

.content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: auto;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.content-v {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: auto;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

/* EXPERIENCE LINE */
.experience-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.experience-wrap::before,
.experience-wrap::after {
    content: "";
    width: 70px;
    height: 1px;
    background: #000;
}

.experience {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    color: #ddd;
}

/* MAIN TITLE */
.title-9 {
    font-size: 44px;
    font-weight: 600;
    color: #002e4f;
    letter-spacing: 1px;
    margin: 5px 0;
}

/* SUB TITLE */
.subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}

/* GOLD DECOR DOT */
.decor {
    color: #efe8dd;
    font-size: 18px;
    margin: 0;
}

/* DESCRIPTION */
.desc {
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
    max-width: 680px;
    margin: auto;
    
}

/* FEATURES */
.features {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #ffffff63;
    max-width: 500px;
}

.feature {
    font-family: 'Playfair Display', serif;
    color: #002e4f;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 5px 30px;
}

.vertical-line {
        width: 1px;
    height: 50px;
    background: #efd581;
    margin: 2px;
}

/* PRICE */
.price-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-wrap::before,
.price-wrap::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #aaa;
}

.price {
    /* font-family: 'Playfair Display', serif; */
    color: #002e4f;
    font-size: 20px;
    margin: 0 20px;
    letter-spacing: 1px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .title {
        font-size: 36px;
    }

    .features {
        flex-direction: column;
        gap: 20px;
    }

    .vertical-line {
        display: none;
    }

    .price-wrap::before,
    .price-wrap::after {
        display: none;
    }
}
.price-1 i {
    color: #d43737;
    font-size: 16px;
    vertical-align: middle;
}

.p-location{
    margin-top: 20px;
}

.view-btn {
    text-decoration: none;
    display: inline-block;
    color: #002e4f;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.view-btn:hover {
    color: #000;
}
.about-section-3{
  background: #efe8dd;
}


/* SECTION */
.cf-section-1 {
    padding: 150px 0;
        background: #f9f5f1;
}

/* TITLE */
.cf-title-1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cf-dot {
    width: 12px;
    height: 12px;
    border: 3px solid #ff4d6d;
    border-radius: 50%;
}

/* SUBTEXT */
.cf-sub {
    color: #6c757d;
    font-size: 14px;
    margin-top: 10px;
    max-width: 500px;
}

/* CARD */
.cf-card-1 {
    background: #fff;
    border-radius: 5px;
    padding: 50px 25px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.cf-card-1:hover {
    transform: translateY(-5px);
}

/* NUMBERS */
.cf-number-1 {
    font-size: 48px;
    font-weight: 300;
    color: #fff;
}

/* LABEL */
.cf-label-1 {
        font-size: 13px;
    color: #efe8dd;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-weight: 500;
}

.cf-label-1::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #dcdcdc;
    margin-top: 6px;
}

/* CONTACT CARD */

.cf-contact-card {
    background: linear-gradient(180deg, #8a7b63, #bc9459);
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.cf-contact-inner {
    background: #f9f5f1;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cf-contact-icon {
    font-size: 20px;
    color: #b6915a;
}

.cf-contact-text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.cf-contact-text p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cf-number-1 {
        font-size: 36px;
    }
}

.cf-number-1::after {
    content: "+";
    margin-left: 2px;
}

/* .new-testi{
  background-image: url(../imz/61-background-light.webp);
} */

/* .cf-section-1{
   background-image: url(../imz/61-background-light.webp);
} */


.cf-img-1{
  background-image: url(../imz/growth.png);
}

.cf-img-2{
    background-image: url(../imz/happi-families.png);
}

.cf-img-3{
  background-image: url(../imz/finished-projects.png);
}

.cf-img-4{
  background-image: url(../imz/ongoing-projects.png);
}


.cf-img-5{
    background-image: url(../imz/upcoming-projects.png);
}





.cf-card-1 {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
}

/* Overlay layer */
.cf-card-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background:rgb(0 0 0 / 67%); /* adjust opacity */
    z-index: -1;
}

/* Section */
.vision-section {
    position: relative;
}


/* Text positioning */
.vision-text {
    position: absolute;
    top: 50%;
    /* right: 18%; */
    transform: translateY(-50%);
    color: #fff;
    max-width: 500px;
    z-index: 2;
        left: 13%;
}

/* Heading */
.vision-text h1 {
       font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #efe8dd;
        font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

/* Paragraph */
.vision-text p {
    font-size: 16px;
    line-height: 25px;
    color: #dcdcdc;
}

/* Responsive */
@media (max-width: 991px) {
    .vision-text {
        position: static;
        transform: none;
        padding: 30px 20px;
        text-align: center;
        background: #0a0003;
    }

    .vision-section::after {
        display: none;
    }
}



.abi-about-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: #f9f5f1;

    background-image: 
        url('../imz/abt-right.png');

    background-repeat: no-repeat, no-repeat;

    /* First = abt-right (right middle), Second = full bg */
    background-position: right center, center;

    background-size: 450px, cover;
}

/* Background watermark */
.abi-about-section::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0,0,0,0.03) 40%, transparent 60%);
    border-radius: 50%;
    z-index: 0;
}

/* Image */
.abi-about-img {
    border-radius: 20px;
    overflow: hidden;
}

.abi-about-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content */
.abi-about-content {
    position: relative;
    z-index: 1;
}

.abi-about-title {
    font-size: 38px;
    color: #8b6b3f;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
}

.abi-about-text {
        color: #444;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
}

/* Button */
.abi-btn-custom {
    padding: 12px 30px;
    border: 2px solid #8b6b3f;
    color: #8b6b3f;
    border-radius: 50px;
    background: transparent;
    transition: 0.3s;
    
}

.abi-btn-custom:hover {
    background: #8b6b3f;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .abi-about-title {
        font-size: 32px;
        text-align: center;
    }
    .abi-about-content {
        text-align: center;
        margin-top: 30px;
    }
}


/* Section */

.nav-sec {
    padding: 120px 0;
    background: #f9f5f1;
}

/* About Left */
.nav-small-title {
    color: #ad8d5e;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
        border-bottom: 1px solid;
    width: fit-content;
}

.nav-desc {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    /* max-width: 620px; */
}

/* Button */
.nav-btn {
    margin-top: 25px;
    padding: 10px 25px;
    border-radius: 25px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
}

/* Logo Side */
.nav-logo {
    text-align: center;
    display: flex;
    justify-content: end;
}

.nav-logo img {
    max-width: 400px;
}

.nav-logo-text {
    font-size: 42px;
    letter-spacing: 6px;
    margin-top: 15px;
    color: #dcdcdc;
}

/* Title */
.nav-title {
    text-align: center;
    font-size: 36px;
    margin: 80px 0 10px;
    font-weight: 600;
    color: #ad8d5e;
}

.nav-subtitle {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 50px;
}

/* Cards */
.nav-card {
    text-align: center;
    padding: 30px 0px;
    padding-bottom: 0;
}

.nav-card-box {
       background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.nav-card-box img {
        max-width: 190px;
    /* filter: brightness(1.5) invert(1); */
    filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.4));
}
/* 
.nav-logo img{
opacity: 0.5;
} */

.nav-card-title {
      font-size: 22px;
    margin-bottom: 0px;
    color: #ad8d5e;
    margin-top: 25px;
}

.nav-card-text {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    padding: 0px 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .nav-logo {
        margin-top: 40px;
                justify-content: center;
    }
    .nav-title {
        font-size: 28px;
    }
}




/* MAIN WRAPPER */
.lux-wrapper{
    padding:40px;
}

/* LEFT IMAGE */
.lux-left{
    overflow:hidden;
    height:100%;
}
/* .lux-left img{
    width:100%;
    height:100%;
    object-fit:cover;
} */

/* RIGHT PANEL */
.lux-right{
    background:#f9f5f1;
    border:1px solid #d7d7d7;
    padding:30px;
    height:100%;
    display:flex;
    flex-direction:column;
}

/* TITLE */
.lux-title{
    font-family: 'Montserrat';
    font-size: 21px;
    color: #401e2e;
    margin-bottom: 30px;
}

/* ICON ROW */
.lux-icons{
    display:flex;
    border-top:1px solid #595151;
    border-bottom:1px solid #595151;
    padding:15px 0;
}
.lux-icons div{
    text-align:center;
    flex:1;
    font-size:13px;
    color:#5c4b3b;
    position:relative;
}
/* .lux-icons div:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    height:40px;
    width:1px;
    background:#ddd;
} */

.proj-icon img{
  width: 40px;
}

/* FEATURE GRID */
.lux-features{
  margin-bottom: 35px !important;
  margin: 10px 0px;
}

.lux-card{
    background:#fff;
    border-radius:px;
    overflow:hidden;
}

.lux-card img{
    width:100%;
    height:120px;
    object-fit:cover;
}

.lux-card-body{
    padding:10px;
        padding: 10px;
    background: #f6f1ea;
    border: 1px solid #00000040;
    border-radius: 0;
    border-top: 0;
}

.lux-card-body h6{
   font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Montserrat';
    text-align: center;
}

.lux-card-body p{
    font-size:11px;
    color:#666;
    margin:0;
}

/* CONTACT */
.lux-contact{
    margin-top:auto;
    border:1px solid #d8cfc4;
    border-radius:20px;
    padding:15px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.lux-contact h5{
    font-family:'Playfair Display',serif;
    font-size:20px;
    margin:0;
}

.lux-contact p{
    margin:0;
    font-size:13px;
    color:#666;
}

.lux-contact-icons{
    display:flex;
    gap:10px;
    margin-bottom:5px;
}

/* RESPONSIVE */
@media(max-width:991px){
    .lux-title{
        font-size:28px;
    }
}

.new-proj-sec{
  padding:120px 40px;
  background:#efe8dd;
}

.proj-icon{
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* MAIN WRAPPER */
.smd-banner-wrap{
    padding:5px 0;
}

/* GOLD BAR */
.smd-banner-box{
    background:#c8a15a;
    padding:10px 20px;
}

/* ROW FLEX FIX */
.smd-banner-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* COMMON ITEM */
.smd-banner-item{
    text-align:center;
    flex:1;
    position:relative;
}

/* DIVIDER */
.smd-banner-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:2px;
    height:60%;
    background:#7a5a2c;
}

/* LEFT BIG TEXT */
.smd-banner-big{
    text-align:left;
}

.smd-banner-big h2{
    font-size:20px;
    font-weight:800;
    color:#4a1f2d;
    margin:0;
    line-height:1.1;
}

/* CENTER TEXT */
.smd-banner-mid{
    font-size:16px;
    font-weight:700;
    color:#1a1a1a;
    line-height:1.3;
}

/* RIGHT STATS */
.smd-banner-stat{
    font-size:34px;
    font-weight:800;
    color:#4a1f2d;
    line-height:1.2;
}

.smd-banner-stat span{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#1a1a1a;
}

/* RESPONSIVE */
@media(max-width:991px){
    .smd-banner-row{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }

    .smd-banner-item::after{
        display:none;
    }

    .smd-banner-big{
        text-align:center;
    }

    .smd-banner-big h2{
        font-size:28px;
    }
}

/* MAIN BAR */
.lux-contact-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    background: #c8a15a;
    color: #4a1f2d;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* ITEMS */
.lux-contact-item{
    flex:1;
    text-align:center;
    font-size:15px;
    position:relative;
}

/* DIVIDER LINES */
.lux-contact-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    height:28px;
    width:1px;
    background:#caa45c;
    opacity:0.6;
}

/* PHONE (BIGGER) */
.lux-contact-phone{
    font-size:20px;
    font-weight:700;
}

/* RESPONSIVE */
@media(max-width:768px){
    .lux-contact-bar{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .lux-contact-item::after{
        display:none;
    }

    .lux-contact-phone{
        font-size:24px;
    }
}

.lux-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px; /* slightly smaller than main title */
}

.lux-location i {
      color: #d73f3f;
    font-size: 25px;
}

.lux-contact-bar {
    background: linear-gradient(90deg, #5a2430, #6b2d3a);
    padding: 12px 20px;
    border-radius: 10px;
}

.lux-contact-item {
    color: #d8b36a;
    font-weight: 600;
    font-size: 13px;
        text-align: left;
}

.lux-contact-phone {
    font-size: 18px;
}
.number-d{
      background: #efe8dd;
    padding-bottom: 13px;
        justify-content: space-evenly;
    
}


/* Icons */
.lux-contact-row i {
    color: #d8b36a;
    font-size: 14px;
    min-width: 18px;
}

/* Optional luxury style */
.lux-contact-row i {
    padding: 6px;
    border-radius: 50%;
}






.vision-section{
    padding: 120px 0;
}

/* Wrapper to control positioning */
.vision-wrapper{
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.vision-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* OVERLAY */
.vision-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 1;
}

/* CONTENT */
.vision-content{
    position: absolute;
        /* top: 29%;
    left: 61px; */
        top: 33%;
    left: 100px;
    transform: translateY(-50%);
    color: #fff;
    max-width: 450px;
    z-index: 2;
}

.vision-content h1{
        font-size: 32px;
    text-align: center;
    color: #fff;
        font-family: 'Montserrat';
}

.vision-line{
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
        position: relative;
    left: 45%;

}

.vision-content p{
      font-size: 16px;
    line-height: 23px;
    color: #ddd;
    text-align: center;
    font-family: 'Montserrat';
}

/* RESPONSIVE */
@media(max-width: 991px){

    .vision-wrapper{
        height: auto;
    }

    .vision-img{
        height: 400px;
    }

    .vision-overlay{
        width: 100%;
    }

    .vision-content{
        position: relative;
        top: auto;
        transform: none;
        padding: 30px;
        left: 0;
    }
}


/* SECTION */
.aboutv2-section{
    position: relative;
}

/* SPLIT */
.aboutv2-wrapper{
    display: flex;
    min-height: 520px;
}

/* LEFT */
.aboutv2-left{

      background: #0b3a5a url(../imz/about-us-bg.png);

    width: 50%;
    /* background:#0b3a5a; */
      /* background: 
       #0b3a5a,
        url('../imz/project-bg.png'); */
    color:#fff;
    padding:180px 260px 180px 0px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
      background-position: center;
    background-repeat: no-repeat;
}

/* RIGHT */
.aboutv2-right{
    width: 50%;
    /* background:#f3ede4; */
     background:#fff;
    padding:0px 83px 0px 314px;
        justify-content: center;
    display: flex;
    align-items: center;
    position: relative;
}

/* CENTER IMAGE */
.aboutv2-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.aboutv2-image img{
    width: 500px;
    /* height: 380px; */
    object-fit: cover;
    /* box-shadow: 0 15px 40px rgba(0,0,0,0.25); */
}

/* LEFT CONTENT */
.aboutv2-left h2{
       font-weight: 600;
    color: #efe8dd;
    font-family: 'Montserrat';
    font-size: 40px;
    text-transform: uppercase;
}

.aboutv2-sub{
    font-size:14px;
    opacity:0.8;
}

.aboutv2-line{
    width:2px;
    height:90px;
    background:#fff;
    margin:25px 0;
}

.aboutv2-text{
      font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
    max-width: 390px;
    color: #fff;
    text-align: center;
}

.aboutv2-company{
    margin-top:20px;
    font-weight:500;
}

/* RIGHT CONTENT */
/* .aboutv2-step{
    margin-bottom:50px;
} */

.aboutv2-step h1{
    font-size:44px;
    font-weight:700;
    color:#0b3a5a;
}

.aboutv2-step h4{
    font-weight:600;
    margin-bottom:10px;
}

.aboutv2-step p{
    font-size:16px;
    color:#555;
    /* max-width:300px; */
}

/* BARCODE */
.aboutv2-barcode{
    position:absolute;
    bottom:40px;
    right:60px;
    width:120px;
    height:25px;
    background: repeating-linear-gradient(
        90deg,
        #0b3a5a,
        #0b3a5a 3px,
        transparent 3px,
        transparent 6px
    );
}

/* RESPONSIVE */
@media(max-width: 991px){

    .aboutv2-wrapper{
        flex-direction: column;
    }

    .aboutv2-left,
    .aboutv2-right{
        width:100%;
        padding:40px 20px;
    }

    .aboutv2-image{
        position: relative;
        transform: none;
        top:auto;
        left:auto;
        text-align:center;
        margin:30px 0;
    }

    .aboutv2-barcode{
        display:none;
    }
}



/* SECTION */
.luxury-section1{
    padding:120px 0;
}

/* IMAGE GRID */
.image-wrapper1{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.image-box1{
    width:180px;
    height:320px;
    overflow:hidden;
    position:relative;
}

.image-box1 img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* CENTER IMAGE BIGGER */
.image-box1.center{
    width:200px;
    height:360px;
}

/* LOGO OVERLAY */
.logo-overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:90px;
    opacity:0.9;
}

/* RIGHT CONTENT */
.content-box1{
    padding-left:40px;
}

.content-box1 h1{
        font-family: 'Montserrat';
    font-size: 45px;
    line-height: 1.2;
    color: #2e5b3f;
    font-weight: 500;
    letter-spacing: 1px;
}

.content-box1 p{
   margin-top: 20px;
    font-size: 17px;
    color:#000;
    line-height: 25px;
    /* max-width:600px; */
}

/* LIGHT GREEN WORDS */
.light-text1{
    color:#8fa88f;
}

/* RESPONSIVE */
@media(max-width:991px){

    .luxury-section1{
        padding:40px 20px;
    }

    .image-wrapper1{
        margin-bottom:40px;
    }

    .content-box1{
        padding-left:0;
        text-align:center;
    }

    .content-box1 h1{
        font-size:36px;
    }
}

.footer-widget.footer-col-2 .footer-list li a::before {
    content: "› ";
    opacity: 1;        /* make visible */
    visibility: visible;
}

.widget-title{
  color:#8f6220;
}

.cf-h6{
      text-align: center;
    color: #efe8dd;
}




/* whats app icon start */



.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 7px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #4dac48;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;

  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

/* whats app icon end */


/* chatbot css Start */

 #chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
  bottom: 10px !important;
  right: 30px !important;
  z-index: 3;
}

#chat-bot-message-container {
  right: 48px !important;
  bottom: 10px !important;
}

#chat-bot-frame-container {
  bottom: 1px !important;
  right: 35px !important;
  max-height: 455px !important;
  width: 330px !important;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px !important;
  }

/* #chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
    width: 50px;
    height: 50px;
} */
/* chatbot css End */


/* Enquiry Form */

.sidebar-form {
     position: fixed;
    top: 50%;
    right: -320px;
    width: 320px;
    background-color: #f5f1ef;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 23%);
    transform: translateY(-50%);
    transition: right 0.4s ease-in-out;
    z-index: 12;
}
.call-action span{
  font-size: 15px;
    font-family: 'Montserrat';
}
.sidebar-form::before {

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.05;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.sidebar-form.show {
  right: 0;
}

.sidebar-form .call-action {
  position: absolute;
  background: #c8a15a;
  font-family: 'Montserrat-Regular';
  font-weight: 500;
  color: #000;
  width: 150px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  left: -97px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);

}

.sidebar-form h3 {
  font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 32px;

}

.sidebar-form .form-label {
  font-family: 'Montserrat-Regular';
  font-weight: 500;
  font-size: 15px;
  color: #333;
}

.sidebar-form .btn {
  background-color: #00233d;
    margin: 0;
    color: #fff;
    font-size: 16px;
}


.sidebar-form .form-control {
  background-color: transparent;
  border-radius: 0;
      height: 60px;
}

.sidebar-form .form-control:focus {
  border-color: #dcab4a;
  box-shadow: 0 0 0 .25rem #dcab4a4e;

}
/*.call-action span{*/
/*      font-family: 'Montserrat-Regular';*/
/*}*/

textarea.form-control {
    border:none;
}


#chat-bot-message-container .chat-bot-message-label p {
  margin-bottom: 0 !important;
  line-height: 22px;
  font-size: 15px;
  padding: 0px;
}

.submenu li a {
  background: #fff;
}

#rs-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: transform 0.35s ease-in-out;
}

#chat-bot-message-container .overflow {
  display: none;
}

#chat-bot-message-container:hover #chat-bot-message-close {
  display: none;
}

/* Enquiry Form */


a:hover {
    color: #8f6220;
}

.foot-a a{
  color: #000;
      font-size: 15px;
}


html, body {
  overflow-x: hidden;
}

/* .loc-i{
  width:58px !important; 
} */



.header .primary-header-inner .header-menu-wrap ul li a {
    color: #fff; /* white */
}

.header.sticky-active .primary-header-inner .header-menu-wrap ul li a {
    color: #000000; /* black */
}

.header.sticky-active .primary-header-inner .header-menu-wrap ul .menu-item-has-children:after {
    color: #000;
}


.header.sticky-active 
.primary-header-inner 
.header-right-wrap 
.header-right 
.sidebar-trigger span {
    background-color: #000; /* or any color you want */
}

.blog-details-content h3{
    margin-bottom: 4px;
    margin-top: 26px;
}

.legal-d{
  background: #f9f5f1;
}


/* WRAPPER */
.main-wrapper{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* CARD */
.form-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
}

/* LEFT FORM */
.form-wrapper{
    padding:40px 30px;
    background:#f5f3f0;
    background-image: radial-gradient(circle at 1px 1px, #e0ddd7 1px, transparent 0);
    background-size: 25px 25px;
    height:100%;
}

/* TITLE */
.title{
    font-size:28px;
    font-weight:500;
}

.subtitle{
       font-size: 14px;
    color: #555;
    margin-bottom: 25px;
    text-align: center;
    line-height: 19px;
}

/* INPUT */
.input-group{
    border-bottom:1px solid #ccc;
    margin-bottom:13px;
}

.input-group-text{
    background:transparent;
    border:none;
    color:#555;
}

.form-control{
    border:none;
    background:transparent;
}

.form-control:focus{
    box-shadow:none;
}

/* CHECKBOX */
.form-check-label{
       font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
}

/* RECAPTCHA */
.recaptcha-box{
    border:1px solid #ccc;
    padding:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:20px 0;
}

/* BUTTON */
.submit-btn-5{
    background:#b88a5a;
    color:#fff;
    width:100%;
    padding:10px;
    border:none;
    font-weight:500;
}

.submit-btn:hover{
    background:#9c7349;
}

/* RIGHT IMAGE */
.image-section{
    height:100%;
}

.image-section img{
    width:100%;
    height:574px;
    /* object-fit:cover; */
}

/* RESPONSIVE */
@media(max-width:991px){
    .image-section{
        display:none;
    }
}

.modal-dialog{
  width:800px;
}

.modal{
      background: #00000061;
    /* display: flex !important;
    justify-content: center;
    align-items: center; */
   
}

.sidebar-form {
    z-index: 1060; /* above modal */
}
a{
  z-index: 1060; /* above modal */
}

.form-control::placeholder {
    font-size: 14px;
}

.title-6{
      text-transform: uppercase;
    text-align: center;
}

form-control:focus {
    background-color: #ffffff00;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: #ffffff00;
}

/* .s-letter img{
  height: 220px;
} */

.sidebar-form .form-control{
    /* box-shadow: 0 0 0 .25rem #dcab4a4e; */
    border-bottom: 1px solid;
}

/* .pop-up-mdl{
  display: flex;
  justify-content: center;
  align-items: center;
} */

.image-wrapper1 img{
  width: 80%;
}


/* COMMON CARD */
.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card:hover img {
    transform: scale(1.05);
}

/* OVERLAY */
.blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
}

.blog-date {
    font-size: 12px;
    opacity: 0.8;
}

.blog-title {
    font-size: 17px;
    font-weight: 500;
        font-family: 'Montserrat';
}

/* FEATURED */
.featured .blog-title {
    font-size: 28px;
}

/* GRID SPACING */
.section-gap {
    padding: 120px 0;
}

/* CARD HEIGHTS */
/* .featured {
    height: 620px;
}

.small-card {
    height: 295px;
}

.grid-card {
    height: 350px;
} */



.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    display: block;
}

.blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(to top, rgb(2 2 2 / 9%), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    z-index: 1;
}
.blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    color: #fff;
}

.b-details-title{
 font-size: 40px;
    /* text-align: center; */
    font-family: 'Montserrat';
    margin-bottom: 35px;
    color: #000;
}

.blog-list {
padding-left:25px;
}

.sustain-h {
  text-align:left;
  align-items: start;
}

.page-header {
    position: relative;
    overflow: hidden;
}

.page-header .bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* 🔥 Overlay Layer */
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* adjust opacity */
    z-index: 2;
}

/* Content above overlay */
.page-header-content {
    position: relative;
    z-index: 3;
    color: #fff;
}

.abi-about-section-2 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}





/* TITLE */
.nri-section-title {
    text-align: center;
    color: #000;
    font-size: 35px;
    padding: 40px 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding-top: 0;
}

/* WRAPPER */
.nri-accordion {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 1550px;
    margin: auto;
}

/* PANEL */
.nri-panel {
    width: 250px;
    height: 550px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
}

/* HOVER + ACTIVE EXPAND */
.nri-panel:hover,
.nri-panel.active {
    width: 600px;
}

/* IMAGE */
.nri-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

/* OVERLAY */
.nri-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
    transition: 0.5s;
}

.nri-panel:hover::after,
.nri-panel.active::after {
    background: rgba(0,0,0,0.3);
}

/* CONTENT */
.nri-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.nri-inner {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.5s;
}

.nri-panel:hover .nri-inner,
.nri-panel.active .nri-inner {
    opacity: 1;
    transform: translateY(0);
}

/* TITLE */
.nri-inner h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    color: #fff;
}

/* VERTICAL TEXT */
.nri-vertical-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.3s;
}

.nri-panel:hover .nri-vertical-text,
.nri-panel.active .nri-vertical-text {
    opacity: 0;
}

/* BACKGROUND IMAGES */
.nri-bg1::before {
    background-image: url('https://images.unsplash.com/photo-1560518883-ce09059eeffa');
}
.nri-bg2::before {
    background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
}
.nri-bg3::before {
    background-image: url('https://images.unsplash.com/photo-1582407947304-fd86f028f716');
}
.nri-bg4::before {
    background-image: url('https://images.unsplash.com/photo-1556740738-b6a63e27c4df');
}

/* ================= MOBILE ================= */
@media (max-width: 767px) {

    .nri-accordion {
        flex-direction: column;
        gap: 15px;
    }

    .nri-panel {
        width: 100% !important;
        height: auto;
        border-radius: 10px;
    }

    .nri-panel::before,
    .nri-panel::after {
        height: 180px;
    }

    .nri-header {
        position: relative;
        z-index: 2;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        font-size: 20px;
        background: rgba(0,0,0,0.4);
    }

    .nri-body {
        display: none;
        background: #111;
        color: #fff;
        padding: 15px;
        font-size: 14px;
    }

    .nri-panel.active .nri-body {
        display: block;
    }

    .nri-vertical-text,
    .nri-content {
        display: none !important;
    }
}

.nri-benift{
  padding: 150px 0px;;
}

.nri-inner p{
  color: #fff;
   font-family: 'Montserrat';
}




/* ================= OVERVIEW ================= */
.overview-section {
        background: #f9f5f1;
    text-align: center;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}


.overview-title {
    font-family: 'Montserrat';
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 25px;
     font-weight: 600;
}

.overview-text {
        max-width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    /* letter-spacing: 1px; */
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 500;

}

/* BUTTON */
.overview-btn {
    margin-top: 30px;
}

.overview-btn a {
    background: #000;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.overview-btn a:hover {
    background: #333;
}

/* ================= NRI CORNER ================= */
.nri-section {
    text-align: center;
    padding: 80px 20px;
}

.nri-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 20px;
}

.nri-desc {
    max-width: 800px;
    margin: auto;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.nri-desc + .nri-desc {
    margin-top: 10px;
}

/* ICON GRID */
.nri-features {
    margin-top: 60px;
}

.nri-item {
    text-align: center;
    padding: 20px;
}

/* circle */
.nri-icon {
    width: 90px;
    height: 90px;
    background: #d6cec4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 28px;
}

/* text */
.nri-item p {
    font-size: 14px;
    margin: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {

    .nri-title {
        font-size: 32px;
    }

    .overview-text {
        font-size: 14px;
    }

    .nri-item {
        margin-bottom: 20px;
    }
}

.nri-c7{
      display: flex;
    justify-content: center;
    align-items: end;
}

/* Section */
.services-tailored {
    padding: 120px 0px;
    background: #fff;
}

.services-tailored h2 {
      text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

/* Cards */
.cards {
    display: flex;
    gap: 10px;
}

/* Card */
.card {
    position: relative;
    flex: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.5s ease;
}

/* Image */
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Overlay */
.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(to top, rgba(0, 0, 0, 0.85), #0000005e);
}

/* Vertical Title (Before Click) */
.hidden-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hidden-content h6 {
       writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 21px;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    color:#f9f5f1;
    font-family: 'Montserrat';
}

/* Full Content */
.content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

.content h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.content p {
        font-size: 16px;
    color: #fff;
    text-align: center;
}

/* Active Card */
.card.active {
    flex: 2.5;
}

.card.active .content {
    opacity: 1;
    transform: translateY(0);
}

.card.active .hidden-content {
    opacity: 0;
}

.card.active img {
    transform: scale(1.1);
}

/* Hover */
.card:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
    .cards {
        flex-direction: column;
    }

    .hidden-content h6 {
        writing-mode: horizontal-tb;
        transform: none;
    }
}


/* SECTION */
.smd-invest-section {
    padding: 120px 0;
    text-align: center;
        background: #f9f5f1;
}

/* HEADING */
.smd-invest-section h2 {
        font-family: 'Montserrat';
    font-size: 30px;
    color: #ad8d5e;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.smd-underline {
    width: 100px;
    height: 1px;
    background: #c89b3c;
    margin: 20px auto 70px;
}

/* CARD */
.smd-invest-card {
    position: relative;
    padding: 65px 25px;
    background: transparent;
    height: 100%;
    transition: all 0.35s ease;
}

/* GRADIENT BORDER */
.smd-invest-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid transparent;

    background: linear-gradient(
        180deg,
        #c89b3c 0%,
        rgba(200,155,60,0.6) 40%,
        rgba(200,155,60,0.2) 70%,
        rgba(200,155,60,0) 100%
    ) border-box;

    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

/* ICON */
.smd-invest-card i {
    font-size: 34px;
    color: #c89b3c;
    margin-bottom: 18px;
    transition: 0.3s;
}

/* TEXT */
.smd-invest-card p {
    font-size: 15px;
   color: #000;
    line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat';
}

/* HOVER */
.smd-invest-card:hover {
    transform: translateY(-4px);
}

.smd-invest-card:hover i {
    transform: scale(1.08);
}

/* GRID */
.smd-row-gap {
    row-gap: 35px;
}

/* WIDTH CONTROL */
.smd-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.smd-col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* CENTER */
.smd-second-row {
    justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .smd-col-5,
    .smd-col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .smd-col-5,
    .smd-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .smd-invest-section h2 {
        font-size: 28px;
    }
}


        .confidence-section {
            padding: 120px 0;
            background:#f9f5f1;
        }

        .confidence-title {
                font-family: 'Montserrat';
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: 500;
    color:#ad8d5e;
    margin-bottom: 25px;
        }

        .confidence-text {
            font-size: 16px;
            color: #333;
            line-height: 1.8;
            /* max-width: 500px; */
            margin-bottom: 30px;
                font-family: 'Montserrat';
        }

        .btn-custom {
            background-color: #000;
            color: #fff;
            padding: 14px 32px;
            font-size: 15px;
            border-radius: 0;
            border: none;
            transition: 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .btn-custom:hover {
            background-color: #222;
        }

        .arrow {
            font-size: 18px;
        }

        .image-wrapper {
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        /* Spacing fix for large screens */
        @media (min-width: 992px) {
            .content-left {
                padding-right: 60px;
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .confidence-title {
                font-size: 32px;
            }

            .confidence-section {
                padding: 50px 0;
            }

            .content-left {
                margin-bottom: 30px;
            }
        }


        
/* ===== SECTION ===== */
.career-sec {
    padding: 80px 0;
}

/* ===== TOP TEXT ===== */
.tag {
    display: inline-block;
    background: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 15px;
}

.main-title span {
    color: #b08d5e;
}

.sub-text {
    color: #666;
    max-width: 500px;
    margin: auto;
    font-size: 14px;
}

/* ===== JOB CARD ===== */
.job-card {
    background: #f9f5f1;
    padding: 25px;
    border-radius: 15px;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
    transition: 0.3s;
    height: 100%;
}

.job-card:hover {
    transform: translateY(-5px);
}

.job-type {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.job-title {
    font-size: 18px;
    font-weight: 600;
    color: #b08d5e;

}

.job-desc {
    font-size: 14px;
    color: #666;
    margin: 10px 0 20px;
     font-family: 'Montserrat';
}

/* ===== BUTTON ===== */
.apply-btn {
    background: #c8a15a;
    color: #000;
    border: none;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13px;
    transition: 0.3s;
}

.apply-btn:hover {
        background: #002e4f;
    color: #fff;
}

/* ===== FORM CARD ===== */
.form-card {
   background: #fff;
    padding: 52px 22px;
    border-radius: 20px;
    box-shadow: inset 0 15px 35px rgb(0 0 0 / 12%);
}

.form-title {
    background: #1e2a4a;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

/* ===== INPUT ===== */
.form-control {
    border-radius: 30px;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: none;
    background: #f1f2f4;
}

textarea.form-control {
    border-radius: 15px;
}

/* ===== SUBMIT ===== */
.submit-btn {
    width: 100%;
    background: #c8a15a;
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #e63e1f;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .main-title {
        font-size: 32px;
        text-align: center;
    }

    .sub-text {
        text-align: center;
    }

    .form-card {
        margin-top: 40px;
    }
}
/* 
.swiper-slide {
    flex-shrink: 0;
    width: 600px !important;
} */

.faq-text{
  font-size: 30px;
    font-family: 'Montserrat';
    margin-bottom: 25px;
    text-align: center;
}
.smd-invest-card i{
    font-size:28px;
    color:#c5a46d;
    margin-bottom:15px;
    display:inline-block;
    transition:0.3s;
}

/* LUXURY HOVER */
.smd-invest-card:hover i{
    transform:translateY(-3px) scale(1.1);
    color:#b8965a;
}

.h2-new1{
      font-family: 'Montserrat' !important;
    font-size: 38px !important;
    letter-spacing: 0px !important;
    font-weight: 500;
    color: #ad8d5e !important;
    margin-bottom: 25px;
}

.craeer-p{
  text-align:center;
  font-size:17px;
  line-height:25px;
  font-family: 'Montserrat';
}

.pb-150 {
    padding-bottom: 120px;
}
.pt-150 {
    padding-top: 120px;
}

.job-meta{
    display:flex;
    justify-content:space-between;
    font-size:12px;
    color:#888;
    margin-bottom:10px;
    letter-spacing:0.5px;
}

.job-meta span{
    background:#f5f5f5;
    padding:4px 10px;
    border-radius:20px;
}

.work-with-sec{
  background:#f9f5f1;
}


/* ===== SECTION WRAPPER ===== */
.legacy-sec-wrapper {
    background: linear-gradient(90deg, #071a2d 0%, #0b2f4a 100%);
    color: #fff;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

/* faint building background effect */
.legacy-sec-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=2070') no-repeat center;
    background-size: cover;
    opacity: 0.05;
}

/* ===== LEFT CONTENT ===== */
.legacy-left-tag {
    color: #c9a25d;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.legacy-main-heading {
    font-family: 'Montserrat';
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #fff;

}

.legacy-main-heading span {
    color: #c9a25d;
}

.legacy-description {
    font-size: 14px;
    color: #cfd8e3;
    max-width: 420px;
}

/* ===== RIGHT STATS ===== */
.legacy-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legacy-stat-box {
    text-align: center;
    flex: 1;
    position: relative;
}

/* vertical divider */
.legacy-stat-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(255,255,255,0.2);
}

/* icon */
.legacy-stat-icon {
    font-size: 28px;
    color: #c9a25d;
    margin-bottom: 10px;
}

/* number */
.legacy-stat-number {
    font-size: 34px;
    font-weight: 600;
    color: #c9a25d;
    margin-bottom: 5px;
}

/* label */
.legacy-stat-label {
    font-size: 14px;
    color: #dfe7f1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .legacy-stats-row {
        gap: 30px;
        margin-top: 40px;
    }

    .legacy-stat-box {
        flex: 45%;
    }

    .legacy-stat-box::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .legacy-main-heading {
        font-size: 28px;
    }



    .legacy-stat-number {
        font-size: 26px;
    }
}

.promo-item .content-v p {
    color: #000; /* default color (optional) */
    transition: color 0.3s ease;
}

.promo-item:hover .content-v p {
    color: #fff;
}

.abi-about-img img{
    width: 550px;
}

.emi-sec {
    padding: 120px 0px;
}


/* Main Box */
.loan-box {
    border: 2px solid #00233db0;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    background: #f9f5f1;
}

/* Labels */
.label {
    font-weight: 600;
    font-size: 18px;
}

/* Value Box */
.value-box {
    background: #ddd;
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    min-width: 140px;
    text-align: center;
}

/* Result Box */
.result-box {
    /* position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%); */
    background: #eee6dc;
    padding: 40px;
    border-radius: 20px;
    width: 400px;
    text-align: center;
        height: 250px;
}

.result-box h1 {
    color: #00233D;
    font-size: 42px;
    margin: 15px 0;
}

/* Button */
.btn-custom {
    background: #00233D;
    color: #fff;
    border-radius: 30px;
    padding: 12px 40px;
    border: none;
}

/* RANGE STYLE */
.form-range {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(to right, #00233D 0%, #ddd 0%);
    outline: none;
}

/* Track */
.form-range::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 5px;
    background: transparent;
}

/* Thumb */
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 3px solid #00233D;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -7px;
    transition: 0.2s;
}

.form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/* .emi-container{
  max-width: 1000px;
} */
.emi-sec{
  padding: 120px 0px;
      background: #f9f5f1;

}
.emi-container h2{
  font-size: 45px;
  padding-bottom: 10px;
}

.cal-h1 {
    font-family: 'Montserrat';
    font-size: 40px;
    letter-spacing: 0px;
}
/* Responsive */
@media(max-width: 992px) {
    .result-box {
        position: static;
        transform: none;
        margin-top: 20px;
        width: 100%;
    }
}


/* emi css end */


.why-choose-h2{
  letter-spacing:0;
  font-size:35px;
}

.confidence-list{
  padding-left:22px;
}

/* Remove default bullets */
.confidence-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

/* Each list item */
.confidence-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Tick icon */
.confidence-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #c5a47e; /* luxury gold tone */
    font-size: 16px;
    font-weight: bold;
}


/* SECTION */
.vm-sectionn {
    padding: 40px 0;
}

/* ROW CARD */
.vm-cardd {
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    background: #f9f5f1;
    margin-bottom: 25px;
}

/* LEFT HEX PANEL */
.vm-left {
    width: 260px;
    min-height: 180px;
    background: linear-gradient(135deg, #0b1f3f, #08152b);
    color: #d4af37;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    padding: 20px;
}

.vm-left i {
    font-size: 30px;
    margin-bottom: 10px;
}

.vm-left h3 {
      font-weight: 600;
    letter-spacing: 1px;
    color: #bb9d72;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}

/* CONTENT */
.vm-contentt {
    flex: 1;
    padding: 40px;
}

.vm-contentt p {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

.vm-contentt strong {
    font-weight: 600;
}

/* IMAGE */
.vm-image {
    width: 40%;
    height: 300px;
    background-size: cover;
    background-position: center;
}


.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0b1f3f;
    color: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* FOOT STRIP */
.vm-footer {
    background: #0b1f3f;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 0 0 16px 16px;
    font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vm-cardd {
        flex-direction: column;
    }

    .vm-left {
        width: 100%;
        clip-path: none;
        flex-direction: row;
        gap: 15px;
    }

    .vm-image {
        width: 100%;
        height: 200px;
    }

    .vm-contentt {
        padding: 20px;
    }
}

.new-vs-m{
  background:#f9f5f1;
  padding:120px 0px;
}


/* HERO BACKGROUND */
.ism-hero-section {
    position: relative;
    min-height: 100vh;
    background: url('../imz/contact-bg-2.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* DARK OVERLAY */
.ism-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* TOP HEADING */
.ism-hero-heading {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 28px;
    z-index: 2;
}

/* CENTER CARD */
.ism-info-card {
    position: relative;
    z-index: 2;
    /* background: #f9f5f1; */
        background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(50px);
    max-width: 1050px;
    width: 90%;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* TEXT STYLES */
.ism-info-card h4 {
    font-weight: 500;
    margin-bottom: 0px;
    color:#d7b77c;
}

.ism-info-card p {

        font-size: 17px;
    color: #ffffff;
    margin-top: 15px;
}

/* BUTTONS */
.ism-btn-whatsapp {
    background: #25D366;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    margin: 15px 0;
        margin-bottom: 30px;
}

.ism-btn-main {
    background: #5c7c9c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
}

/* CONTACT TEXT */
.ism-contact-info {
    font-size: 14px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 576px) {
    .ism-hero-heading {
        font-size: 20px;
    }

    .ism-info-card {
        padding: 25px 20px;
    }
}


/* SECTION */
.sm-contact-section {
    padding: 60px 0;
}

/* CARD */
.sm-card {
    background: #fff;
    /* border: 1px solid #cfcfcf; */
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.sm-card:hover {
    transform: translateY(-5px);
}

/* ICON BOX */
.sm-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #f1f1f1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-icon-box i {
    font-size: 28px;
    color: #2f4f4f;
}

/* TITLE */
.sm-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px; 
    color: #000 !important;
}

/* SUBTEXT */
.sm-subtext {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

/* LINK */
.sm-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: #2f4f4f;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

/* BOTTOM BOX */
.sm-bottom-box {
    background: #e9e0d9;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sm-card {
        margin-bottom: 20px;
    }
}


/* SECTION */
.sm-core-section {
    padding: 120px 0;
    text-align: center;
}

/* HEADING */
.sm-core-title {
    font-family: 'Montserrat';
    font-size: 33px;
    color: #c9a24a;
    letter-spacing: 0;
}

.sm-core-desc {
    max-width: 750px;
    margin: 15px auto 50px;
    color: #666;
        font-family: 'Montserrat';
}

/* SLIDER */
.sm-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.sm-slider {
    display: flex;
    transition: transform 0.5s ease;
}

/* CARD */
.sm-card {
    min-width: 33.333%;
    padding: 0 15px;
}

.sm-card-inner {
    background: transparent;
}

.sm-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sm-card-title {
    font-weight: 600;
    margin-top: 15px;
    font-size: 20px;
}

.sm-card-text {
        font-size: 16px;
    color: #000;
    line-height: 23px;
    padding: 0px 40px;
        font-family: 'Montserrat';

}

/* NAV BUTTONS */
.sm-nav {
    margin-top: 30px;
}

.sm-btn {
    border: none;
    background: none;
    font-size: 22px;
    margin: 0 10px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .sm-card {
        min-width: 50%;
    }
}

@media (max-width: 576px) {
    .sm-card {
        min-width: 100%;
    }
}

.vm-image{
  background: url('../imz/our-mission.png') center/cover no-repeat;
}

.commit-img{
  background: url('../imz/our-commitment.png') center/cover no-repeat;
}


/* IMAGE */
.commit-img {
    width: 40%;
    height: 300px;
    background-size: cover;
    background-position: center;
}


.vision-h2{
  font-size:60px !important;
}

.about-section-2{
  background: #f9f5f1;
}



.noPageSection {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.noPageSection__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.noPageSection__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.noPageSection__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  padding-top: 30px;
  position: relative;
}

.noPageSection__num {
      font-size: 60px;
    font-weight: 500;
    line-height: 1.35;
    font-family: 'Montserrat';
}

@media (max-width: 767px) {
  .noPageSection__num {
    font-size: 40px;
  }
}

.noPageSection__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.5px;
  color: white;
}

@media (max-width: 767px) {
  .noPageSection__title {
    font-size: 15px;
  }
}

.noPageSection__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .noPageSection__text {
    font-size: 16px;
  }
}

.noPageSection__button {
      margin-top: 48px;
    border: 1px solid #c8a15a6b;
    padding: 10px;
}

@media (max-width: 767px) {
  .noPageSection__button {
    margin-top: 40px;
  }
}

.noPageSection__button>* {
  max-width: 100%;
  min-width: 280px;
}


/* Section */
.smm-projects-section {
    padding: 90px 0;
    text-align: center;
}

/* Heading */
.smm-sub-title {
    color: #c5a46d;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 10px;
}

.smm-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 600;
    color: #1e2a38;
}

.smm-description {
    max-width: 700px;
    margin: 15px auto 50px;
    color: #6c757d;
    font-size: 15px;
}

/* Icons */
.smm-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: #1e2a38;
}

.smm-icon-box i {
    color: #c5a46d;
    font-size: 22px;
}

/* Wrapper */
.smm-projects-wrapper {
    margin: auto;
}

/* Cards */
.smm-project-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.smm-project-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.smm-project-card:hover .smm-project-img {
    transform: scale(1.05);
}

/* Overlay */
.smm-project-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, #0c1a2b 70%, transparent);
    text-align: left;
    color: #fff;
}

.smm-project-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #d6b26b;
}

.smm-project-location {
    font-size: 12px;
    margin-top: 5px;
}

.smm-project-type {
    font-size: 11px;
    opacity: 0.8;
}

/* Desktop slim layout */
@media (min-width: 992px) {
    .smm-projects-wrapper .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .smm-project-img {
        height: 320px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .smm-main-title {
        font-size: 32px;
    }
    .smm-project-img {
        height: 260px;
    }
}

.number-d-8 {
    padding: 15px !important;
    background: #efe8dd;
    padding-bottom: 15px !important;
    justify-content: space-evenly;
}

.img-content{
  padding:20px;
}

.ct-address{
  padding:25px !important;
}



/* SECTION */
.military-section {
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}

/* LEFT CONTENT */
.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eaeaea;
    padding: 6px 12px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.title9 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.title9 span {
    background: #cfd6c8;
    padding: 0 8px;
}

.desc6 {
    margin-top: 20px;
    color: #777;
    margin-bottom:50px;
    max-width: 420px;
}

/* IMAGE SIDE */
.Image-wrapperr1 {
    position: relative;
}

.Image-wrapperr1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); */
}

/* top cut shapes */
/* .Image-wrapperr1::before,
.Image-wrapperr1::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 60px;
    background: #f5f5f5;
}

.Image-wrapperr1::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.Image-wrapperr1::after {
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
} */

/* CARDS */
.cards-row {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.military-card {
    padding: 80px 25px;
    color: #fff;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 83% 100%, 0 100%);
}

.card-dark {
    background: #1f2a1f;
}

.card-green {
    background: #1f2a1f;
}

.card-light {
    background: #1f2a1f
}

.military-card h5 {
    font-weight: 700;
    font-size: 16px;
}

.military-card p {
    font-size: 13px;
    opacity: 0.9;
    margin-top: 10px;
}

/* ICON BOX */
.icon-box {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #d6dccf !important;
    padding: 10px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .title9 {
        font-size: 32px;
    }

    .Image-wrapperr1 img {
        height: 100%;
    }

    .cards-row {
        margin-top: 30px;
    }
}


/* Section Wrapper */
.growth-section-wrapper {
    padding: 120px 0;
}

/* Heading */
.growth-main-title {
       font-size: 26px;
    font-weight: 600;
    color: #ad8d5e;
    margin-bottom: 20px;
    /* letter-spacing: 0.5px; */
    font-family: 'Montserrat';
}

/* Paragraph */
.growth-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}

/* Right Image */
.growth-image-box img {
    width: 100%;
    border-radius: 6px;
}

/* Cards */
.growth-card {
    background: #fff;
    border: 1px solid #e5c6a6;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.growth-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.growth-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #222;
}

.growth-card-title {
    font-size: 13px;
    font-weight: 600;
    color: #c8a15a;
    margin-bottom: 10px;
}

.growth-card-text {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    font-family: 'Montserrat';
}

/* Responsive Fix */
@media (max-width: 991px) {
    .growth-image-box {
        margin-top: 30px;
    }
}

.growth-icon img{
  width:80px;
}

.foot-lg{
  display:flex;
  align-items: center;
  justify-content:center;
}

.blog-list li{
        font-family: 'Montserrat';

}


/* Wrapper */
.sm-project-c-wrapper {
    background: #f4f4f4;
    font-family: 'Montserrat';
}

/* Card */
.sm-project-c-card {
    background: #fff;
    border: 1px solid #e0d6c8;
    overflow: hidden;
    transition: 0.3s;
}

.sm-project-c-card:hover {
    transform: translateY(-5px);
}

/* Image */
.sm-project-c-img img {
    width: 100%;
}

/* Info */
.sm-project-c-info {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.sm-project-c-title {
    font-weight: 600;
    color: #4a3b3b;
    font-family: 'Montserrat';
}

.sm-project-c-location {
    color: #7a6d6d;
    font-size: 14px;
    font-family: 'Montserrat';
}

.sm-project-c-location i {
    color: #c0392b;
}

/* Bottom */
.sm-project-c-bottom {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Contact Box */
.sm-contact-box {
    background: linear-gradient(90deg, #5a2430, #6b2d3a);
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    min-width: 350px;
        font-family: 'Montserrat';
}

.sm-contact-box i {
    margin-right: 8px;
    color: #f1c27d;
}

/* Buttons */
.sm-btn-custom {
    background: #c9a25d;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 10px 18px;
    margin-left: 10px;
    transition: 0.3s;
}

.sm-btn-custom:hover {
    background: #b8934d;
    color: #fff;
}

/* Button Group */
.sm-btn-group {
    display: flex;
}

/* Responsive */
@media(max-width: 768px) {
    .sm-project-c-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .sm-btn-group {
        width: 100%;
        gap: 10px;
    }

    .sm-btn-custom {
        flex: 1;
        margin-left: 0;
    }
}

.comple-btn{
  gap:10px;
}

.completed-pro-sec{
  padding:120px 0px;
}

.pop-up-f{
  margin-bottom:0px !important;
      background: transparent;
}

.legacy-icon{
  width:200px;
}



/* contact widgget css */

.contact-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.contact-button {
 position: fixed;
    bottom: 8px;
    left: 20px;
    background: #ffffff;
    padding: 9px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 1001;
    width: 50px;
    height: 50px;

  border: 1px solid #00000029;
  transition: background 0.3s ease;
}

.contact-button.open {
  background: #fff;
  color: #fff;
}

.contact-button.open:hover {
  background: #fff;
}

.contact-button img {
  width: 28px;
  height: 28px;
}

.contact-options {
  position: absolute;
  /* Relative to contact-widget */
  bottom: 50px;
    left: 0px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.contact-options.open {
  max-height: 300px;
  opacity: 1;
}

.contact-link {
  background: #fff;
  text-decoration: none;
  padding: 0px;
  border-radius: 50%;
  transition: 0.3s ease;
  border: 1px solid #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.contact-link:hover {
  background: #f1f1f1;
}

.contact-options img {
  width: 35px;
  height: 35px;
}


/* contact widgget css */




/* SECTION */
.video_wrap {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.video_wrap img.bg {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
    display: block;

    transform: translateY(0);
    transition: transform 0.2s linear;
}

/* OVERLAY */
/* .video_wrap.overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
} */

/* TEXT */
.banner_text1 {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 10%;
    text-align: center;
    color: #fff;
}

.banner_text1 h2 {
        font-size: 24px;
    line-height: 1.6;
    max-width: 900px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
}

/* LABEL */
.artimprf {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 3;
    font-size: 12px;
    color: #fff;
}

/* SPACING FOR SCROLL DEMO */
.spacer {
    height: 500px;
}

/* MOBILE */
@media(max-width:768px){
    .video_wrap img.bg {
        height: 350px;
    }
}



.military-card p{
     font-size: 15px;
    opacity: 0.9;
    margin-top: 10px;
    font-family: 'Montserrat';
    color:#fff;
}

.military-card h5 {
    font-weight: 700;
    font-size: 19px;
    font-family: 'Montserrat';
    color:#d7bd95;
}


.confidence-section {
  overflow: hidden;
}

.image-wrapper {
  overflow: hidden; /* hides overflow when zooming */
}

.image-wrapper img {
  width: 100%;
  transition: transform 0.6s ease;
}

.image-wrapper:hover img {
  transform: scale(1.1); /* zoom level */
}


        .section-wrapperr {
            padding: 20px;
        }

        .custom-row {
            height: 100%;
        }

        .box2 {
            height: 50vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        /* IMAGE BLOCK */
        .img-box2x img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* TEXT BLOCK */
        .text-box2 {
            background: #f9f5f1;
            padding: 60px;
        }

        .text-content {
            max-width: 420px;
        }

        .titlee1 {
            font-family: 'Montserrat';
            font-size: 36px;
            letter-spacing: 2px;
            color: #000;
            margin-bottom: 20px;
        }

        .title span {
            margin-right: 10px;
        }

        .descc1 {
                font-size: 15px;
    color: #555;
    line-height: 1.5;
    font-family: 'Montserrat';

        }

        /* RESPONSIVE */
        @media (max-width: 992px) {
            .box2 {
                height: auto;
            }

            .text-box2 {
                padding: 40px 25px;
            }
        }
        .modal-dialog{
  margin: auto !important;
}


/* Popup Card */
.ty-popup-card{
  background-image: url(./imz/jahnavi-logo.svg);
/*background:#f6f4ef;*/
border-radius:10px;
border:none;
box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

/* Body */
.ty-popup-body{
text-align:center;
padding:60px 40px;
background:#f2e8df;
}

/* Title */
.ty-popup-title{
        font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #b38d49;
    margin-bottom: 0;
}

/* Subtitle */
.ty-popup-subtitle{
font-size:26px;
/*font-style:italic;*/
color:#222;
margin-bottom:5px;
}

/* Text */
.ty-popup-text{
    font-size:16px;
    color:#555;
    line-height:1.6;
    max-width:420px;
    margin:auto;
    margin-bottom:35px;
}

.ty-popup-text span{
    font-size:16px;
    font-weight:600;
    margin-bottom:5px;
}

/* Divider */
.ty-popup-divider{
    width: 100px;
    height: 1px;
    background: #ada398;
    margin: 15px auto;
        font-family: 'Montserrat-Regular';
}

/* Button */
.ty-popup-btn{
    border: 0px solid #0000002b;
    background: linear-gradient(to right, #c8a15a 0%, #e5c893 50%, #c8a15a 100%);
padding:10px 28px;
font-size:14px;
letter-spacing:2px;
font-weight:600;
transition:0.3s;
}

#thankYouModal{
    z-index:9999999;
}
.modal-backdrop.fade {
    opacity: 0 !important;
}