/* ===================================================*

     ."".    ."",
     |  |   /  /
     |  |  /  /
     |  | /  /
     |  |/  ;-._
     }  ` _/  / ;
     |  /` ) /  /             PEACE and LOVE
     | /  /_/\_/\
     |/  /      |           SEBASTIAN TORRICO
     (  ' \ '-  |
      \    `.  /
       |      |
       |      |
/* ===================================================*/

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@font-face {
  font-family: "Avenir LT Medium";
  src: url("https://fast.fonts.net/dv2/14/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectId=e4d5fe5b-31b6-4b54-87ee-7ca7aa1ecd7f") format("woff2"),url("https://fast.fonts.net/dv2/3/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectId=e4d5fe5b-31b6-4b54-87ee-7ca7aa1ecd7f") format("woff");
  font-display: swap
}
@font-face {
  font-family: "Avenir LT Light";
  src: url("https://fast.fonts.net/dv2/14/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectId=e4d5fe5b-31b6-4b54-87ee-7ca7aa1ecd7f") format("woff2"),url("https://fast.fonts.net/dv2/3/908c4810-64db-4b46-bb8e-823eb41f68c0.woff?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectId=e4d5fe5b-31b6-4b54-87ee-7ca7aa1ecd7f") format("woff");
  font-display: swap
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal
}
@font-face {
  font-family: "acumin-pro-extra-condensed";
  src: url("https://use.typekit.net/af/f2b2eb/00000000000000003b9acb1a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f2b2eb/00000000000000003b9acb1a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f2b2eb/00000000000000003b9acb1a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal
}


* {
  margin: 0;
  padding: 0;
}

body,
html {
  color: #262629;
  scroll-behavior: smooth;
  font-family: "Avenir LT Light", serif;
  /* font-family: "Baskervville", serif; */
  /* font-family: "Manrope", sans-serif; */
  overflow-x: hidden;
  /* background-color: #1C1D20; */
  background-color: transparent;
  padding: 0 !important;
  letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C1D20;
  font-weight: 400;
  line-height: 1.2;
  /* font-family: "DM Serif Display", serif; */
  font-family: "Caslon";
  letter-spacing: -1.04px;
}

h5,
h6 {
  letter-spacing: -0.48px;
}

p {
  font-size: 18px;
  line-height: 1.67;
  color: #262629;
}
@media only screen and (min-width:1200px) {
  p {
    font-size: 18px;
  }
}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1C1D20;
}

ul,
ol {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

strong{
  font-weight: 800!important;
}

.text-capitalize {
  font-style: normal;
  text-transform: capitalize;
}

.text-size-large {
  font-size: clamp(2.5rem, 3vw, 5rem);
}
.text-size-xlarge {
  font-size: 4vw;
}
.text-size-xxlarge {
  font-size: 6vw;
}

.text-white {
  color:#ffffff !important;
}
.text-blk,
.text-black,
.text-dark {
  color:#000 !important;
}
.text-gold {
  color:#c49c5e !important;
}
.text-gold2 {
  color: #ffd478 !important;
}



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

@media (min-width: 400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    xmax-width: 360px;
    max-width: 95%;
  }
}
@media (min-width: 480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    XXXXXXXXmax-width: 1320px;
    max-width: 80%;
  }
}
/* Shortcodes CSS */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

.border,
.border-end,
.border-start,
.border-top,
.border-bottom {
  border-color: rgba(38, 38, 41, 0.3) !important;
}

ul li,
ol li {
  line-height: 1.75;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0 !important;
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 5rem;
  font-weight: 600;
  letter-spacing: -0.14px;
  position: relative;
  Xheight: 54px;
  min-width: auto;
  text-transform: capitalize;
  overflow: hidden;
}
.btn > span {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  position: relative;
  opacity: 1;
}
.btn > span i {
  font-size: 20px;
}
.btn > span:last-child {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.btn:hover > span:first-child {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.btn:hover > span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}



.btn.small-padding {
  padding: 7px 15px !important;
}


/*
/
BUTTON BTN BUTTON
/
*/

.btn-primary {
  background-color: #987D50;
  color: #fff;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  background-color: #b78d5a;
  color: #FFFFFF;
}

.btn-dark {
  background-color: #1C1D20;
  color: #FFFFFF !important;
}
.btn-dark:active, .btn-dark:hover, .btn-dark:focus {
  background-color: #161D27;
  color: #FFFFFF !important;
}

.btn-green {
  background-color: #5e766d;
  color: #FFFFFF !important;
}
.btn-green:active, .btn-green:hover, .btn-green:focus {
  background-color: #223d33;
  color: #FFFFFF !important;
}

.btn-dark1 {
  background-color: #231F20;
  color: #FFFFFF !important;
}
.btn-dark1:active, .btn-dark1:hover, .btn-dark1:focus {
  background-color: #361e13;
  color: #FFFFFF !important;
}

.btn-dark2 {
  background-color: #361e13;
  color: #FFFFFF !important;
}
.btn-dark2:active, .btn-dark2:hover, .btn-dark2:focus {
  background-color: #b88544;
  color: #FFFFFF !important;
}

.btn-white {
  background-color: #fff;
  color: #111 !important;
}
.btn-white:active, .btn-white:hover, .btn-white:focus {
  background-color: #b88544;
  color: #FFFFFF !important;
}




.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  height: 37px;
  min-width: 100px;
}

.btn-link {
  position: relative;
  z-index: 1;
  color: #987D50;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 !important;
  min-width: 0;
  height: auto;
}
.btn-link i {
  font-size: 20px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.btn-link:active, .btn-link:hover, .btn-link:focus {
  color: #b78d5a !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  background-color: #1C1D20;
  opacity: 0.5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-primary {
  background-color: #987D50 !important;
}

.bg-secondary {
  background-color: #FAF6F3 !important;
}

.bg-dark {
  background-color: #1C1D20 !important;
}

.bg-dark-secondary {
  background-color: #1F2732 !important;
}
.bg-gradient-top-01 {
  background: #FAF6F3;
  background: linear-gradient(180deg,rgba(250, 246, 243, 1) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
}



.btn-style-gradient a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #fff;
  padding: 15px 25px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 3px;
  border-radius: 50px;
  background: -webkit-linear-gradient(left, #9e7044, #d0a15e);
  border: 1px solid #d0a15e;
  position: relative;
  z-index: 11;
  transition: all .3s;
}

.btn-style-gradient a:hover{
  background: -webkit-linear-gradient(left,#9e7044,#d0a15e);
  color:#fff;
}



.text-primary {
  color: #987D50 !important;
}

.text-dark {
  color: #262629 !important;
}

.text-heading {
  color: #1C1D20 !important;
}

.lawgis-scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #987D50;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.25rem;
  color: #1C1D20;
  cursor: pointer;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  border-radius: 50%;
  border: 0;
}
.lawgis-scrolltop span {
  font-size: 1.75rem;
}
.lawgis-scrolltop.scrolltop-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lawgis-scrolltop.scrolltop-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width:992px) {
  .lawgis-scrolltop {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.lawgis-scrolltop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(#b78d5a var(--scroll-progress), #987D50 0);
  z-index: -1;
}

.divider {
  width: 100%;
  display: block;
  height: 60px;
}
@media only screen and (min-width:576px) {
  .divider {
    height: 70px;
  }
}
@media only screen and (min-width:768px) {
  .divider {
    height: 80px;
  }
}
@media only screen and (min-width:992px) {
  .divider {
    height: 90px;
  }
}
@media only screen and (min-width:1200px) {
  .divider {
    height: 100px;
  }
}
@media only screen and (min-width:1400px) {
  .divider {
    height: 120px;
  }
}

.divider-sm {
  width: 100%;
  display: block;
  height: 50px;
}




.section-heading h1,
.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5 {
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
}

.section-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.04px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media only screen and (min-width:1400px) {
  .section-heading h2 {
    margin-bottom: 54px;
  }
}
.section-heading .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width:676px) {
  .section-heading .sub-title {
    font-size: 14px;
  }
}


.section-heading .sub-title2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.magnet-link:hover,
.magnet-link:focus {
  cursor: pointer;
}

.magnet-cursor,
.magnet-circle {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
}

.magnet-cursor {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #D1B06B;
  -webkit-transform: translate(var(--x), var(--y));
  transform: translate(var(--x), var(--y));
  z-index: 1000000;
}

.magnet-circle {
  width: 2rem;
  height: 2rem;
  top: -2px;
  left: -2px;
  border: 2px solid #D1B06B;
  background-color: transparent;
  -webkit-transform: translate(var(--x), var(--y));
  transform: translate(var(--x), var(--y));
  z-index: 100000;
}

.reset .magnet-cursor {
  background-color: transparent;
}

.reset .magnet-circle {
  background-color: rgba(209, 176, 107, 0.2);
  border-color: transparent;
  width: 3rem;
  height: 3rem;
  top: -10px;
  left: -10px;
}

@font-face {
  font-family: "flaticon_structa";
  src: url("assets/fonts/flaticon_structa.woff2?f3a43082825b797447c6742318d704a2") format("woff2"), url("assets/fonts/flaticon_structa.woff?f3a43082825b797447c6742318d704a2") format("woff"), url("assets/fonts/flaticon_structa.eot?f3a43082825b797447c6742318d704a2#iefix") format("embedded-opentype"), url("assets/fonts/flaticon_structa.ttf?f3a43082825b797447c6742318d704a2") format("truetype"), url("assets/fonts/flaticon_structa.svg?f3a43082825b797447c6742318d704a2#flaticon_structa") format("svg");
}
i[class^=flaticon-]:before,
i[class*=" flaticon-"]:before {
  font-family: flaticon_structa !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-meeting:before {
  content: "\f101";
}

.flaticon-real-estate:before {
  content: "\f102";
}

.flaticon-education:before {
  content: "\f103";
}

.flaticon-constitution:before {
  content: "\f104";
}

/* Preloader CSS */
/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #1C1D20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#preloader .spinner-grow {
  background-color: #987D50;
}





.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}








.header-area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  Xbackground-color: #1C1D20;
  background-color: transparent;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}

.XXXXXheader-area::after {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: absolute;
  width: 100%;
  height: 0px;
  Xbackground-color: rgba(255, 255, 255, 0.15);
  background-color: transparent;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -10;
}
@media only screen and (min-width:992px) {
  .header-area {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header-area.mobile-menu-open {
  background-color: #1C1D20;
  background: #1C1D20;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  border: 0;
}
.header-area .navbar-toggler i {
  font-size: 1.1em;
  color: #FFFFFF;
}

.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  height:auto;
}
@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 110px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  margin-right: 2rem;
  line-height: 1 !important;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    margin-right: 3rem;
  }
}


.header-area .navbar .navbar-brand img{
  width: 300px;
}
@media (max-width: 768px) {
  .header-area .navbar .navbar-brand img{
    width: 250px;
    margin: 0;
    padding: 0;
  }
}


/* Scrolled State (Triggered by JS) */
.header-area .logo-fx-wrapper {
  display: flex;
  transition: all 0.4s ease;
}
.header-area .logo-fx-wrapper.scrolled {
    padding: 2% 0.3%; /* Shrinks header height slightly */
    Xbackground: rgba(255, 255, 255, 0.7); /* More opaque background */
    Xbackdrop-filter: blur(10px); /* The blur effect */
    Xbox-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.header-area .logo-fx-wrapper.scrolled img{
  xwidth: 50%;
  transition: all 0.4s ease;
}
/* Logo Switching Logic */
.logo-scroll { display: none; } /* Hide scrolled logo by default */

.scrolled .logo-main { display: none; } /* Hide main logo on scroll */
.scrolled .logo-scroll { display: block; } /* Show scrolled logo */

/* Image sizing */
.logo img { height: 40px; width: auto; }




.header-area .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav {
    gap: 12px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav {
    gap: 25px;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width:1400px) {
  .header-area .navbar-nav {
    gap: 20px;
    margin: 0;
    padding: 0;
  }
}
.header-area .navbar-nav li > a {
  display: inline-block;
  xfont-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  font-size: 1.1rem;
  text-transform: capitalize;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header-area .navbar-nav li > a i {
  margin-top: 3px;
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li > a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-area .navbar-nav li > a:hover {
  color: #987D50;
}
.header-area .navbar-nav li .lawgis-dd-menu {
  list-style: none;
  background-color: #1C1D20;
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .lawgis-dd-menu {
    padding: 1rem 0;
    -webkit-transition: all 350ms;
    transition: all 350ms;
    position: absolute;
    top: calc(100% + 8px);
    width: 15rem;
    background-color: #1C1D20;
    visibility: hidden;
    opacity: 0;
    display: block;
    left: -1rem;
    border: 1px solid rgba(254, 254, 254, 0.1);
  }
}
.header-area .navbar-nav li .lawgis-dd-menu li > a {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  font-size: 1rem;
  padding: 0.375rem 1rem;
  color: #FFFFFF;
  text-transform: capitalize;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .lawgis-dd-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .lawgis-dd-menu li > a:hover, .header-area .navbar-nav li .lawgis-dd-menu li > a:focus {
  background-color: #1C1D20;
  color: #987D50;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .lawgis-dd-menu li > a:hover, .header-area .navbar-nav li .lawgis-dd-menu li > a:focus {
    color: #987D50;
  }
}
.header-area .navbar-nav li.lawgis-dd {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.lawgis-dd .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #987D50;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.lawgis-dd .dropdown-toggler {
    display: none;
  }
}
.header-area .navbar-nav li.lawgis-dd > a {
  position: relative;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.lawgis-dd:hover .lawgis-dd-menu, .header-area .navbar-nav li.lawgis-dd:focus .lawgis-dd-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd > a {
  position: relative;
  width: 100%;
}
.header-area .navbar-nav li.lawgis-dd .lawgis-dd .lawgis-dd-menu {
  display: none;
  padding-left: 1rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.lawgis-dd .lawgis-dd .lawgis-dd-menu {
    margin-left: 0.25rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.lawgis-dd .lawgis-dd:hover .lawgis-dd-menu, .header-area .navbar-nav li.lawgis-dd .lawgis-dd:focus .lawgis-dd-menu {
    visibility: visible;
    opacity: 1;
  }
}




.header-area.sticky-on {
  /**/
  Xbackground-color: #1C1D20;
  -webkit-box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.175);
          box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.175);

  /* The blur effect */
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

}
.header-area.sticky-on::after {
  /* background-color: rgba(255, 255, 255, 0);*/
}

.header-area.style-two .header-top {
  width: 100%;
  height: 80px;
  background-color: #987D50;
  /*
  Xbackground-color: #5e766d;
  xbackground-color: #717171;
  Xbackground-color: #1C1D20;
  */
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media (max-width: 767px) {
  .header-area.style-two .header-top {
    height: 50px;
  }
}

.header-area.style-two .navbar {
    -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  /*
    Xbackground-color: #111;
    Xbackground-color: #FFFFFF !important;
    xbox-shadow: 0 0 15px -4px rgba(20, 20, 20, .4);
    xbackground: #111;
    xheight: 120px;
  */
  XXXbackground-color: rgba(0, 0, 0, .4);
}

.header-area.style-two .navbar-toggler {
  color: #1C1D20;
}



.header-area .social-icons {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.header-area .social-icons a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.header-area .social-icons a:hover {
  color: #000;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .header-area {
    flex-direction: column;
    gap: 10px;
}

  .header-area .social-icons {
    gap: 10px;
  }
  .header-area .social-icons a {
    font-size: 1.2rem;
  }
}

.header-area .contact-info a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s;
}
.header-area .contact-info i {
  color: #fff;
}
.header-area .contact-info a:hover {
  color: #987D50;
}
@media (max-width: 768px) {
  .header-area .contact-info a {
    font-size: 1rem;
  }
}



.header-area.style-two .social-nav a {
  color: #FFFFFF;
  font-size: 20px;
}
.header-area.style-two .social-nav a:hover,
.header-area.style-two .social-nav a:focus {
  color: #987D50;
}





.header-area.style-two .navbar-nav li > a {
  color: #fff;
}
.header-area.style-two .navbar-nav li > a:hover {
  color: #b78d5a;
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu {
  background-color: transparent;
}
@media only screen and (min-width:992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu {
    background-color: #1C1D20;
    border: 1px solid rgba(254, 254, 254, 0.1);
  }
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu li > a {
  XXXcolor: #1C1D20;
  color: #ffffff;
}
@media only screen and (min-width:992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a {
    color: #FFFFFF;
  }
}
.header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:hover, .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:focus {
  background-color: transparent;
  color: #987D50;
}
@media only screen and (min-width:992px) {
  .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:hover, .header-area.style-two .navbar-nav li .lawgis-dd-menu li > a:focus {
    color: #987D50;
  }
}
.header-area.style-two .navbar-nav li.lawgis-dd .dropdown-toggler {
  background-color: transparent;
  color: #987D50;
}
.header-area.style-two.sticky-on .header-top {
  height: 40px;
}
.header-area.style-two.sticky-on::after {
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (min-width:992px) {
  .header-area.style-two.sticky-on .navbar {
    XXXXheight: 80px;
  }
}





/*********** HERO SLIDES NEW IMAGE SWAP WITH SMOOTH EFFECTS ********* /
-
-
-
-
-
-
***********************************/

.hero-slider-section {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
  background-color: #000;
}

/* Image layers */
.hero-slider-section .slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  /* 20s total loop (4 images x 5s) */
  animation: fadeZoomSlider 25s infinite ease-in-out;
  z-index: 1;
}

/* Subtler Zoom Keyframes */
@keyframes fadeZoomSlider {
  0% { opacity: 0; transform: scale(1); }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; transform: scale(1.08); } /* 1.05 Very subtle enlargement */
  100% { opacity: 0; }
}

/* Top-Down Gradient */
.hero-slider-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 2;
  pointer-events: none;
}

/* Content centered via Bootstrap Container */
.hero-slider-section .hero-content-wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.hero-slider-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  font-weight: 100;
  xtext-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}

.hero-slider-section .sub-text {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .hero-slider-section h1 {
    letter-spacing: -0.15rem;
  }
  .hero-slider-section .sub-text {
    letter-spacing: -0.04rem;
  }
}

/* --- Buttons --- */
.hero-slider-section .btn-group-custom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Prominent Button */
.hero-slider-section .btn-consult {
  background-color: #fff;
  color: #000;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.hero-slider-section .btn-consult:hover {
  background-color: transparent;
  color: #fff;
}

/* Secondary Button */
.hero-slider-section .btn-explore {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .hero-slider-section .btn-consult {
    padding: 7px 15px;
    font-size: 0.75rem;
  }
  .hero-slider-section .btn-explore {
    padding: 7px 15px;
    font-size: 0.75rem;
  }
}

.hero-slider-section .btn-explore:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* --- Dots --- */
.hero-slider-section .slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 4;
}

.hero-slider-section .dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: dotPulse 25s infinite ease-in-out;
}

@keyframes dotPulse {
  0%, 100% { background-color: rgba(255, 255, 255, 0.3); transform: scale(1); }
  5%, 25% { background-color: rgba(255, 255, 255, 1); transform: scale(1.2); }
  30% { background-color: rgba(255, 255, 255, 0.3); transform: scale(1); }
}

@media (max-width: 768px) {
  .hero-slider-section .hero-content-wrapper {
    text-align: center;
    align-items: center;
    padding-bottom: 60px;
  }
  .hero-slider-section .btn-group-custom {
    justify-content: center;
  }
  .hero-slider-section .slider-dots {
    display: none;
  }
}









/*
.header-area.style-three::after {
  display: none;
}
.header-area.style-three.header-area {
  top: 36px;
  background-color: transparent;
}
.header-area.style-three .navbar {
  border-radius: 5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width:992px) {
  .header-area.style-three .navbar {
    height: 90px;
  }
}
.header-area.style-three.sticky-on {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area.style-three.sticky-on .navbar {
  -webkit-box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.3);
          box-shadow: 0 1rem 3rem rgba(194, 199, 240, 0.3);
}
@media only screen and (min-width:992px) {
  .header-area.style-three.sticky-on .navbar {
    height: 75px;
  }
}
.header-area.style-three.mobile-menu-open .navbar {
  border-radius: 12px;
}

.call-now-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.call-now-btn .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #D1B06B;
}
.call-now-btn span {
  display: block;
  font-size: 14px;
  color: #161D27;
}
.call-now-btn span:last-child {
  font-size: 16px;
  font-weight: 600;
}

.header-search-btn .btn {
  min-width: 20px;
  padding: 0;
  margin-left: 0;
  margin-right: 36px;
  color: #FFFFFF;
}
.header-search-btn .btn i {
  font-size: 24px;
}
@media only screen and (min-width:992px) {
  .header-search-btn .btn {
    margin-left: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .header-search-btn .btn {
    margin-left: 60px;
  }
}





.sideMenuButton {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  min-width: 50px;
  padding: 0;
  background-color: #987D50;
}
.sideMenuButton:hover svg path, .sideMenuButton:focus svg path {
  stroke: #FFFFFF;
}

.right-side-lawgis-offcanvas {
  width: 320px !important;
  background-color: #FFFFFF;
}
@media only screen and (min-width:576px) {
  .right-side-lawgis-offcanvas {
    width: 450px !important;
  }
}
@media only screen and (min-width:1200px) {
  .right-side-lawgis-offcanvas {
    width: 500px !important;
  }
}
.right-side-lawgis-offcanvas .offcanvas-header {
  height: 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FAF6F3;
}
@media only screen and (min-width:576px) {
  .right-side-lawgis-offcanvas .offcanvas-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.right-side-lawgis-offcanvas .offcanvas-header .btn-close {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.right-side-lawgis-offcanvas .offcanvas-body {
  padding: 40px 20px;
  scrollbar-width: thin;
}
@media only screen and (min-width:576px) {
  .right-side-lawgis-offcanvas .offcanvas-body {
    padding: 60px 40px;
  }
}

@media only screen and (min-width:992px) {
  .lawgis-dd-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .lawgis-dd-menu li {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .lawgis-dd:hover .lawgis-dd-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .lawgis-dd:hover .lawgis-dd-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(3) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(6) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(7) {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(8) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(9) {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(10) {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(11) {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(12) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(13) {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(14) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(15) {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(16) {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(17) {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(18) {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(19) {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms;
  }
  .lawgis-dd:hover .lawgis-dd-menu li:nth-child(20) {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms;
  }
}


*/



.hero-section {
  position: relative;
  z-index: 1;
  XXXbackground-color: #1C1D20;
  XXXmargin-top: 68px;
  padding-top: 0;
  padding-bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width:1200px) {
  .hero-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width:992px) {
  .hero-section {
    Xmargin-top: 110px;
    Xmargin-top: 50px;
    margin-top: 0;
  }
}



.hero-section .right-side-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: -5;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
.hero-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  XXbackground-color: #1C1D20;
  XXopacity: 0.9;
  content: "";
  z-index: -10;
}
*/
.hero-section::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -10;
  XXXbackground: radial-gradient(48.33% 39.41% at 74.75% 53.85%, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}

/*
.hero-section .left-side-text {
  color: transparent;
  position: absolute;
  top: 50%;
  left: -2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("assets/img/core-img/law-firm.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 10%;
  height: 100%;
  z-index: -5;
}

.hero-section.style-two {
  margin-top: 115px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width:992px) {
  .hero-section.style-two {
    margin-top: 150px;
  }
}
*/

.hero-section.style-three {
  /*height: 80vh;
  min-height: 600px;
  max-height: 950px;*/
  margin-top: 0;
  padding:0;
}

/*
@media only screen and (max-width:767px) {
  .hero-section.style-three {
    margin-top: 0;
  }
}
*/




/*
.hero-section.style-four {
  Xmargin-top: 0;
  Xpadding-bottom: 0;
  Xpadding-top: 150px;

  padding-top: 250px;
}
@media only screen and (max-width:767px) {
  .hero-section.style-four {
    padding-top: 300px;
  }
}
.hero-section.style-four::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(6.19%, #000), color-stop(18.78%, #000), color-stop(96.88%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 6.19%, #000 18.78%, rgba(0, 0, 0, 0) 60%);
  xbackground: linear-gradient(90deg, #987D50 6%, #000 30%, rgba(0, 0, 0, 0) 50%);
}
.hero-section.style-four .hero-thumbnail {
  position: relative;
  -webkit-transform: translateY(130px);
          transform: translateY(130px);
}
.hero-section.style-five {
  background-color: #1F2732;
  position: relative;
  margin-top: 115px;
}
@media only screen and (min-width:992px) {
  .hero-section.style-five {
    margin-top: 150px;
  }
}
.hero-section.style-five::before, .hero-section.style-five::after {
  display: none;
}
.hero-section.style-five .left-side-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}
@media only screen and (min-width:768px) {
  .hero-section.style-five .left-side-image {
    display: block;
  }
}
.hero-section.style-five .hero-content {
  margin-left: 0;
}
@media only screen and (min-width:768px) {
  .hero-section.style-five .hero-content {
    margin-left: 15px;
  }
}
@media only screen and (min-width:992px) {
  .hero-section.style-five .hero-content {
    margin-left: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .hero-section.style-five .hero-content {
    margin-left: 50px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-section.style-five .hero-content {
    margin-left: 100px;
  }
}
.hero-section.style-five .svg-shape {
  position: absolute;
  top: 13%;
  right: 5%;
  z-index: -10;
}
.hero-section.style-five .svg-shape.second {
  top: 63%;
  right: 5%;
}
*/





.hero-content h2 {
  letter-spacing: -2px;
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (min-width:576px) {
  .hero-content h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width:768px) {
  .hero-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width:992px) {
  .hero-content h2 {
    font-size: 72px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-content h2 {
    font-size: 80px;
  }
}
.hero-content p {
  font-size: 16px;
  margin-bottom: 32px;
}
@media only screen and (min-width:1200px) {
  .hero-content p {
    font-size: 18px;
    margin-bottom: 44px;
  }
}
.hero-content .hero-rating .icon {
  width: 58px;
  height: 58px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-content .hero-rating div p {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
}
.hero-content .hero-rating div p:last-child {
  font-size: 16px;
  font-weight: 400;
}

.hero-thumbnail {
  position: relative;
  padding-right: 50px;
}
@media only screen and (min-width:1200px) {
  .hero-thumbnail {
    padding-right: 80px;
  }
}

.play-video-btn {
  cursor: pointer;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.play-video-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #D1B06B;
  color: #D1B06B;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 24px;
}
.play-video-btn:hover .icon {
  background-color: #D1B06B;
  color: #FFFFFF;
}

.case-solve-card {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 12px;
  z-index: 14;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:1200px) {
  .case-solve-card {
    width: 220px;
    height: 220px;
    bottom: 80px;
  }
}
.case-solve-card > div {
  font-size: 24px;
  font-weight: 600;
  margin-top: 12px;
  line-height: 1.1;
}
@media only screen and (min-width:1200px) {
  .case-solve-card > div {
    font-size: 36px;
    margin-top: 24px;
  }
}
.case-solve-card p {
  font-size: 14px;
}
@media only screen and (min-width:1200px) {
  .case-solve-card p {
    font-size: 18px;
  }
}






.hero-three-swiper {
  position: relative;
  z-index: 1;
}
.hero-three-swiper .swiper-slide {
  width: 100%;
  position: relative;
  Xmin-height: 70vh;
  height: 900px;
  margin-top: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width:768px) {
  .hero-three-swiper .swiper-slide {
    height: 700px;
    margin-top: 0;
  }
}


/*
@media only screen and (min-width:768px) {
  .hero-three-swiper .swiper-slide {
    height: 550px;
  }
}
@media only screen and (min-width:992px) {
  .hero-three-swiper .swiper-slide {
    height: 650px;
  }
}
@media only screen and (min-width:1200px) {
  .hero-three-swiper .swiper-slide {
    height: 750px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-three-swiper .swiper-slide {
    font-size: 860;
  }
}
*/



.hero-three-swiper .swiper-slide::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.95) 0%, rgba(46, 46, 46, 0.18) 55%);
  Xbackground: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 0.4) 100%);

  XXXbackground: radial-gradient(116.72% 127.88% at 62.5% -41.34%, #1C1D20 0%, rgba(28, 29, 32, 0.6) 100%);
  z-index: -10;
}
.hero-three-swiper .swiper-slide h2 {
  font-size: 70px;
  letter-spacing: -3px;
}
.hero-three-swiper .swiper-slide p {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.2;
}
@media only screen and (max-width:767px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .hero-three-swiper .swiper-slide p {
    font-size: 18px;
    font-weight: 300 !important;
  }
}

/*
@media only screen and (min-width:576px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 26px;
  }
}
@media only screen and (min-width:992px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 28px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-three-swiper .swiper-slide p {
    font-size: 30px;
  }
}
.hero-three-swiper .swiper-slide h2 {
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.05;
}
@media only screen and (min-width:576px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width:768px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width:992px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 72px;
  }
}
@media only screen and (min-width:1400px) {
  .hero-three-swiper .swiper-slide h2 {
    font-size: 94px;
  }
}
*/

.hero-three-swiper .hero-three-button-prev,
.hero-three-swiper .hero-three-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  color: #FFFFFF;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.hero-three-swiper .hero-three-button-prev:hover,
.hero-three-swiper .hero-three-button-next:hover {
  background-color: #987D50;
  color: #1C1D20;
  -webkit-transform: translateY(-50%) translateX(-12px);
          transform: translateY(-50%) translateX(-12px);
}
.hero-three-swiper .hero-three-button-next {
  left: auto;
  right: 60px;
}
.hero-three-swiper .hero-three-button-next:hover {
  -webkit-transform: translateY(-50%) translateX(12px);
          transform: translateY(-50%) translateX(12px);
}

/**/
@media only screen and (max-width:767px) {
  .hero-three-swiper .hero-three-button-prev{
    display:none;
  }

  .hero-three-swiper .hero-three-button-next {
    top: 90%;
    right: 30px;
  }
}





/* About CSS */
.manager-info .manager-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.manager-info .manager-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.manager-info div p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.manager-info div p:last-child {
  font-size: 16px;
  font-weight: 400;
}

.experience-card {
  padding: 40px 30px;
  border-radius: 12px;
  background-color: #1C1D20;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience-card h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 1.1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width:1200px) {
  .experience-card h2 {
    font-size: 80px;
  }
}
.experience-card p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.experience-card:hover {
  background-color: #987D50;
}
.experience-card:hover h2 {
  color: #1C1D20;
}
.experience-card:hover p {
  color: #262629;
}

.about-section {
  position: relative;
  z-index: 1;
}
.about-section .about-left-side-bg {
  width: calc(50% - 1rem);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  display: none;
}
@media only screen and (min-width:768px) {
  .about-section .about-left-side-bg {
    display: block;
  }
}
.about-section.style-two .about-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 12px;
}
.about-section.style-two .about-thumbnail img {
  border-radius: 12px;
}
.about-section.style-two .about-thumbnail::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #D1B06B;
  z-index: -10;
}
.about-section.style-two .about-thumbnail .shape1 {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 10;
}
.about-section.style-two .about-thumbnail .shape2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: -60px;
  z-index: -20;
}
.about-section.style-two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section.style-two ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 48px);
          flex: 0 0 calc(50% - 48px);
  max-width: calc(50% - 48px);
  width: calc(50% - 48px);
}
.about-section.style-two ul li .icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #987D50;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-section.style-three {
  background-color: #161D27;
}

.about-card {
  position: relative;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-card img {
  width: 100%;
  border-radius: 12px;
}
.about-card.big-card {
  overflow: hidden;
}
.about-card.big-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(28, 29, 32, 0.7);
  z-index: 1;
}
.about-card.big-card .top-conetnt {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 90%;
  z-index: 10;
}
.about-card.big-card .top-conetnt div {
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
}
.about-card.big-card .top-conetnt p {
  font-size: 16px;
  color: #FFFFFF;
}
.about-card.big-card .bottom-content {
  position: absolute;
  bottom: 24px;
  left: 30px;
  width: 90%;
  z-index: 10;
}
.about-card.big-card .bottom-content div {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.about-card.big-card .bottom-content p {
  font-size: 16px;
  color: #FFFFFF;
}
.about-card.big-card img {
  border-radius: 12px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.about-card.big-card:hover img, .about-card.big-card:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.about-card.small-card {
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #1F2732;
}
.about-card.small-card div {
  margin-bottom: 6px;
}
.about-card.small-card div div {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .about-card.small-card div div {
    font-size: 36px;
  }
}
.about-card.small-card p {
  color: #FFFFFF;
  font-size: 18px;
}
.about-card:hover, .about-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.about-us-section img {
  border-radius: 12px;
}


.happy-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media only screen and (min-width:1200px) {
  .happy-counts {
    gap: 48px;
  }
}
.happy-counts .happy-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.happy-counts .happy-count > span {
  color: #FFFFFF;
  font-size: 16px;
}
.happy-counts .count-border {
  width: 1px;
  height: 70px;
  background: rgba(102, 107, 118, 0.3);
}
.happy-counts .happy-count-number {
  font-size: 32px;
  color: #FFFFFF;
}
@media only screen and (min-width:1200px) {
  .happy-counts .happy-count-number {
    font-size: 52px;
  }
}

.why-choose-us-wrapper {
  background-color: #1F2732;
}




.before-after-slider {
  width: 100%;
}
.before-after-slider img {
  border-radius: 12px;
}
.before-after-slider--btn-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  gap: 24px;
}
.before-after-slider--btn-arrows > div {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background-color: transparent;
  border: 2px solid #987D50;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:1200px) {
  .before-after-slider--btn-arrows > div {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
.before-after-slider--btn-arrows > div i {
  font-size: 24px;
  color: #1C1D20;
}
.before-after-slider--btn-arrows > div:hover, .before-after-slider--btn-arrows > div:focus {
  background-color: #987D50;
  border-color: #987D50;
}






.service-swiper-slider {
  width: 100%;
}
@media only screen and (min-width:576px) {
  .service-swiper-slider {
    width: 120%;
  }
}
@media only screen and (min-width:992px) {
  .service-swiper-slider {
    width: 125%;
  }
}
@media only screen and (min-width:1200px) {
  .service-swiper-slider {
    width: 130%;
  }
}
@media only screen and (min-width:1400px) {
  .service-swiper-slider {
    width: 150%;
  }
}

.service-two-swiper {
  width: 100%;
}
@media only screen and (min-width:576px) {
  .service-two-swiper {
    width: 120%;
  }
}
@media only screen and (min-width:992px) {
  .service-two-swiper {
    width: 125%;
  }
}
@media only screen and (min-width:1200px) {
  .service-two-swiper {
    width: 130%;
  }
}
@media only screen and (min-width:1400px) {
  .service-two-swiper {
    width: 150%;
  }
}

.service-slide-card {
  position: relative;
  border-radius: 12px;
  background: #1C1D20;
  padding: 40px 30px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.service-slide-card > i {
  font-size: 60px;
  color: #987D50;
  margin-bottom: 32px;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.service-slide-card .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  display: block;
  margin-bottom: 1rem;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.service-slide-card p {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 2rem;
  display: block;
}
.service-slide-card .btn-link {
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.service-slide-card .btn-link i {
  font-size: 20px;
}
.service-slide-card:hover, .service-slide-card:focus {
  background-color: #987D50;
}
.service-slide-card:hover .title,
.service-slide-card:hover p,
.service-slide-card:hover span, .service-slide-card:focus .title,
.service-slide-card:focus p,
.service-slide-card:focus span {
  color: #1C1D20;
}
.service-slide-card:hover > i, .service-slide-card:focus > i {
  color: #1C1D20;
}
.service-slide-card:hover .btn-link, .service-slide-card:focus .btn-link {
  color: #1C1D20 !important;
}

.service-swiper-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
}
.service-swiper-slider-navigation > div {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background-color: transparent;
  border: 2px solid #987D50;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:1200px) {
  .service-swiper-slider-navigation > div {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}
.service-swiper-slider-navigation > div i {
  font-size: 24px;
  color: #1C1D20;
}
.service-swiper-slider-navigation > div:hover, .service-swiper-slider-navigation > div:focus {
  background-color: #987D50;
  border-color: #987D50;
}

.service-two-swiper .swiper-slide {
  border-radius: 12px;
  background: #FFFFFF;
  padding: 30px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-two-swiper .swiper-slide .title {
  font-size: 24px;
  font-weight: 600;
}
.service-two-swiper .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}
.service-two-swiper .swiper-slide:hover, .service-two-swiper .swiper-slide:focus {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.service-two-pagination {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.service-two-pagination > span {
  width: 8px;
  height: 8px;
  opacity: 1;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  position: relative;
  z-index: 1;
  background-color: #1C1D20;
  border-radius: 50%;
}
.service-two-pagination > span::before {
  width: 20px;
  height: 20px;
  border: 2px solid #1C1D20;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 350ms;
  transition: all 350ms;
  content: "";
  visibility: hidden;
  opacity: 0;
}
.service-two-pagination > span.swiper-pagination-bullet-active::before {
  visibility: visible;
  opacity: 1;
}

.service-card {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .service-card {
    border-right: 1px solid rgba(38, 38, 41, 0.3);
  }
}
.service-card svg {
  margin-bottom: 24px;
}
.service-card .service-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:992px) {
  .service-card .service-title {
    font-size: 24px;
  }
}
.service-card .btn-link {
  color: #1C1D20;
}
.service-card .btn-link:hover, .service-card .btn-link:focus {
  color: #b78d5a;
}
.service-card:hover, .service-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.service-card:hover .service-title, .service-card:focus .service-title {
  color: #987D50;
}
.service-card.style-two {
  border-radius: 10px;
  background: #FAF6F3;
  padding: 30px 24px;
  border: 0 !important;
}

.service-section {
  overflow: hidden;
}
.service-section.style-two {
  background-color: #1F2732;
}
.service-section.style-two .service-swiper-slider-navigation > div {
  background-color: transparent;
  border: 2px solid #987D50;
}
.service-section.style-two .service-swiper-slider-navigation > div i {
  font-size: 24px;
  color: #FFFFFF;
}
.service-section.style-two .service-swiper-slider-navigation > div:hover, .service-section.style-two .service-swiper-slider-navigation > div:focus {
  background-color: #987D50;
  border-color: #987D50;
}
.service-section.style-two .service-swiper-slider-navigation > div:hover i, .service-section.style-two .service-swiper-slider-navigation > div:focus i {
  color: #1C1D20;
}

.service-details-content,
.blog-details-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.service-details-content .h1,
.service-details-content .h2,
.service-details-content .h3,
.service-details-content .h4,
.service-details-content .h5,
.service-details-content .h6,
.service-details-content p,
.blog-details-content .h1,
.blog-details-content .h2,
.blog-details-content .h3,
.blog-details-content .h4,
.blog-details-content .h5,
.blog-details-content .h6,
.blog-details-content p {
  margin-bottom: 0 !important;
}
.service-details-content .h2,
.blog-details-content .h2 {
  margin-top: 24px;
}
.service-details-content .h1,
.service-details-content .h2,
.service-details-content .h3,
.service-details-content .h4,
.service-details-content .h5,
.service-details-content .h6,
.blog-details-content .h1,
.blog-details-content .h2,
.blog-details-content .h3,
.blog-details-content .h4,
.blog-details-content .h5,
.blog-details-content .h6 {
  font-weight: 600;
}
.service-details-content img,
.blog-details-content img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-details-content img:hover,
.blog-details-content img:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.service-details-content ul,
.blog-details-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.service-details-content ul li,
.blog-details-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-form .form-control {
  border-radius: 4px;
  background: #FAF6F3;
}

.service-widget {
  border-radius: 10px;
  background: #FAF6F3;
  padding: 40px 30px;
}
.service-widget .service-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}
.service-widget .service-list li a {
  border-radius: 8px;
  color: #262629;
  font-size: 16px;
  padding: 11px 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
}
.service-widget .service-list li a i {
  font-size: 20px;
}
.service-widget .service-list li a:hover, .service-widget .service-list li a:focus {
  border-color: #987D50;
  background-color: #987D50;
  color: #1C1D20;
  padding: 11px 24px;
}

.helpline-card {
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 12px;
  padding: 50px 40px;
}
.helpline-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(42.93% 42.41% at 45.26% 42.26%, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
  z-index: -10;
  border-radius: 12px;
}
.helpline-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 32, 0.9);
  z-index: -10;
  border-radius: 12px;
}

.service-details-image img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.service-details-image img:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/* Pricing CSS */
.pricing-plan-wrapper {
  background-color: #161D27;
}

.price-card .single-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 107, 118, 0.3);
}
.price-card .single-price-item:first-child {
  padding-top: 0;
}
.price-card .single-price-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.price-card .single-price-item div > div {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
@media only screen and (min-width:992px) {
  .price-card .single-price-item div > div {
    font-size: 24px;
  }
}
.price-card .single-price-item div > p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
@media only screen and (min-width:992px) {
  .price-card .single-price-item div > p {
    font-size: 16px;
  }
}
.price-card .single-price-item .price-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #987D50;
}
.price-card > img {
  opacity: 0.1;
  width: 100%;
}

.price-card2 {
  position: relative;
  z-index: 1;
  padding: 42px 32px;
  border-radius: 12px;
  background: #1F2732;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.price-card2 .plan-name {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.price-card2 p {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.price-card2 .price-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: last baseline;
      -ms-flex-align: last baseline;
          align-items: last baseline;
  color: #FFFFFF;
  font-size: 52px;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.price-card2 .price-value span {
  font-size: 16px;
}
.price-card2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 3rem;
}
.price-card2 ul li {
  color: #FFFFFF;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.price-card2 ul li i {
  color: #FFFFFF;
  font-size: 24px;
}
.price-card2.active {
  background-color: #987D50;
}
.price-card2.active .plan-name {
  color: #1C1D20;
}
.price-card2.active p {
  color: #1C1D20;
}
.price-card2.active .price-value {
  color: #1C1D20;
}
.price-card2.active ul li {
  color: #1C1D20;
}
.price-card2.active ul li i {
  color: #1C1D20;
}
.price-card2.active .btn {
  background-color: #1C1D20;
  color: #FFFFFF;
}
.price-card2:hover, .price-card2:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Feature CSS */
.mission-vision-img-container {
  position: relative;
  z-index: 1;
  padding-right: 100px;
}
@media only screen and (max-width:767px) {
  .mission-vision-img-container {
    padding-right: 0;
  }
}
.mission-vision-img-container img {
  border-radius: 12px;
}
.mission-vision-img-container .experience {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 160px;
  height: 160px;
  background-color: #987D50;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 10px solid #FFFFFF;
}
.mission-vision-img-container .experience h3 {
  color: #1C1D20;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 1.1;
}
@media only screen and (min-width:992px) {
  .mission-vision-img-container .experience h3 {
    font-size: 52px;
  }
}
.mission-vision-img-container .experience span {
  display: block;
  margin-bottom: 0;
  color: #1C1D20;
  font-size: 14px;
}

.mission-vision-content > h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -1.8px;
}
@media only screen and (min-width:992px) {
  .mission-vision-content > h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width:1200px) {
  .mission-vision-content > h2 {
    font-size: 60px;
  }
}
.mission-vision-content > p {
  margin-top: 18px;
}

.mission-vision-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.mission-vision-accordion .accordion-item {
  background-color: #1C1D20;
  border-radius: 8px;
  border: 0;
}
.mission-vision-accordion .accordion-item .accordion-button {
  border-radius: 8px;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.4px;
  border: 1px solid rgba(254, 254, 254, 0.1);
}
@media only screen and (min-width:992px) {
  .mission-vision-accordion .accordion-item .accordion-button {
    font-size: 24px;
  }
}
.mission-vision-accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.mission-vision-accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%205V19%22%20stroke%3D%22%23FEFEFE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3Cpath%20d%3D%22M5%2012H19%22%20stroke%3D%22%23FEFEFE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3C/svg%3E");
}
.mission-vision-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #1C1D20;
  background-color: #987D50;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px 8px 0 0;
}
.mission-vision-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%2012H19%22%20stroke%3D%22%230A0C00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22/%3E%3C/svg%3E");
}
.mission-vision-accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 0 0 9px 9px;
  border-left: 1px solid rgba(254, 254, 254, 0.1);
  border-right: 1px solid rgba(254, 254, 254, 0.1);
  border-bottom: 1px solid rgba(254, 254, 254, 0.1);
}
@media only screen and (min-width:1200px) {
  .mission-vision-accordion .accordion-item .accordion-body {
    font-size: 18px;
  }
}

.practice-section {
  background-color: #161D27;
}

.practice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .practice-item {
    gap: 60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width:992px) {
  .practice-item {
    gap: 80px;
  }
}
@media only screen and (min-width:1200px) {
  .practice-item {
    gap: 100px;
  }
}
.practice-item .practice-number {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  background-color: #FFFFFF;
  color: #262629;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.practice-item .practice-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width:992px) {
  .practice-item .practice-title {
    font-size: 36px;
  }
}
.practice-item .btn {
  opacity: 0;
  display: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.practice-item .practice-img {
  border-radius: 12px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width:768px) {
  .practice-item .practice-img {
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width:992px) {
  .practice-item .practice-img {
    width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width:1200px) {
  .practice-item .practice-img {
    width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    max-width: 450px;
  }
}
.practice-item .practice-img img {
  width: 100%;
  border-radius: 12px;
}
.practice-item:hover, .practice-item.active {
  padding: 40px 30px;
  background-color: #1F2732;
}
@media only screen and (min-width:992px) {
  .practice-item:hover, .practice-item.active {
    padding: 60px 50px;
  }
}
.practice-item:hover .btn, .practice-item.active .btn {
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* Timeline CSS */
.lawgis-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.timeline-event {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:992px) {
  .timeline-event {
    height: 300px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event {
    height: 380px;
  }
}
.timeline-event::after {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(250, 246, 243, 0.3);
  content: "";
  z-index: -10;
}
.timeline-event .timeline-year {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background-color: #987D50;
  font-size: 12px;
  font-weight: 600;
  color: #1C1D20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width:992px) {
  .timeline-event .timeline-year {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event .timeline-year {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
}
.timeline-event .timeline-img {
  max-width: 60px;
  position: absolute;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 55px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width:576px) {
  .timeline-event .timeline-img {
    max-width: 100px;
  }
}
@media only screen and (min-width:992px) {
  .timeline-event .timeline-img {
    max-width: 150px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event .timeline-img {
    max-width: 220px;
    bottom: 68px;
  }
}
.timeline-event .timeline-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  width: 200%;
  bottom: -62px;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width:992px) {
  .timeline-event .timeline-title {
    font-size: 18px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event .timeline-title {
    font-size: 24px;
  }
}
.timeline-event:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}
@media only screen and (min-width:576px) {
  .timeline-event:first-child {
    padding-left: 15px;
  }
}
@media only screen and (min-width:992px) {
  .timeline-event:first-child {
    padding-left: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event:first-child {
    padding-left: 60px;
  }
}
.timeline-event:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}
@media only screen and (min-width:576px) {
  .timeline-event:last-child {
    padding-right: 15px;
  }
}
@media only screen and (min-width:992px) {
  .timeline-event:last-child {
    padding-right: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event:last-child {
    padding-right: 60px;
  }
}
.timeline-event:nth-child(even) .timeline-img {
  bottom: -55px;
}
@media only screen and (min-width:576px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -75px;
  }
}
@media only screen and (min-width:992px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -105px;
  }
}
@media only screen and (min-width:1200px) {
  .timeline-event:nth-child(even) .timeline-img {
    bottom: -160px;
  }
}
.timeline-event:nth-child(even) .timeline-title {
  bottom: 70px;
}
.timeline-event:hover .timeline-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Team CSS */
.lawyers-team-section.style-two {
  position: relative;
  z-index: 1;
}
.lawyers-team-section.style-two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 243px;
  background-color: #1C1D20;
  z-index: -10;
}
.lawyers-team-section.style-three {
  background-color: #1C1D20;
}

.laywer-card {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  background-color: #FAF6F3;
  overflow: hidden;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.laywer-card > img {
  width: 100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-radius: 12px;
}
.laywer-card .laywer-info {
  position: relative;
  z-index: 10;
  padding: 24px 30px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.laywer-card .laywer-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}
@media only screen and (min-width:1200px) {
  .laywer-card .laywer-name {
    font-size: 30px;
  }
}
.laywer-card .laywer-position {
  color: #262629;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width:1200px) {
  .laywer-card .laywer-position {
    font-size: 16px;
  }
}
.laywer-card .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}
.laywer-card .social-nav a {
  border: 1.5px solid #1C1D20;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #1C1D20;
}
.laywer-card .social-nav a:hover, .laywer-card .social-nav a:focus {
  background-color: #1C1D20;
  color: #FFFFFF;
}
.laywer-card .hover-laywer-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #987D50;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 24px 30px;
  z-index: 100;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.laywer-card:hover, .laywer-card:focus {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.laywer-card:hover > img, .laywer-card:focus > img {
  -webkit-transform: scale(1.05) translateY(-20px);
          transform: scale(1.05) translateY(-20px);
}
.laywer-card:hover .laywer-info, .laywer-card:focus .laywer-info {
  opacity: 0;
}
.laywer-card:hover .hover-laywer-info, .laywer-card:focus .hover-laywer-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.laywer-card.style-two {
  overflow: hidden;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-color: #1C1D20;
}
.laywer-card.style-two::after {
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 39, 50, 0)), to(#1F2732));
  background: linear-gradient(180deg, rgba(31, 39, 50, 0) 0%, #1F2732 100%);
  content: "";
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  opacity: 0;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.laywer-card.style-two .laywer-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 24px 30px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.laywer-card.style-two .social-nav-trigger {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1C1D20;
  background-color: #FFFFFF;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  border: 0;
  font-size: 24px;
}
@media only screen and (min-width:992px) {
  .laywer-card.style-two .social-nav-trigger {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.laywer-card.style-two .social-nav-trigger i.ti-x {
  display: none;
}
.laywer-card.style-two .social-nav-trigger.active i.ti-share {
  display: none;
}
.laywer-card.style-two .social-nav-trigger.active i.ti-x {
  display: block;
}
.laywer-card.style-two .social-nav-trigger:hover, .laywer-card.style-two .social-nav-trigger:focus {
  background-color: #D1B06B;
  color: #1C1D20;
}
.laywer-card.style-two .lawyer-social-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 100;
  right: 37px;
  bottom: 90px;
}
.laywer-card.style-two .lawyer-social-nav a {
  border: 1.5px solid #FFFFFF;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, transform 350ms;
  transition: opacity 350ms, transform 350ms, -webkit-transform 350ms;
}
.laywer-card.style-two .lawyer-social-nav a:hover, .laywer-card.style-two .lawyer-social-nav a:focus {
  background-color: #987D50;
  border-color: #987D50;
  color: #1C1D20;
}
.laywer-card.style-two .lawyer-social-nav a.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.laywer-card.style-two:hover > img, .laywer-card.style-two:focus > img {
  -webkit-transform: translateY(-6px) scale(1.1);
          transform: translateY(-6px) scale(1.1);
}
.laywer-card.style-two:hover .laywer-info, .laywer-card.style-two:focus .laywer-info {
  opacity: 1;
}
.laywer-card.style-two:hover::after, .laywer-card.style-two:focus::after {
  opacity: 1;
}

.team-details-img img {
  border-radius: 12px;
  width: 100%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.team-details-img img:hover, .team-details-img img:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.team-details-content .team-member-title {
  color: #1C1D20;
  font-size: 32px;
  letter-spacing: -1.8px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
@media only screen and (min-width:576px) {
  .team-details-content .team-member-title {
    font-size: 36px;
  }
}
@media only screen and (min-width:768px) {
  .team-details-content .team-member-title {
    font-size: 42px;
  }
}
@media only screen and (min-width:992px) {
  .team-details-content .team-member-title {
    font-size: 54px;
  }
}
@media only screen and (min-width:1200px) {
  .team-details-content .team-member-title {
    font-size: 60px;
  }
}
.team-details-content .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 2rem;
}
.team-details-content .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #1C1D20;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
}
.team-details-content .social-nav a:hover, .team-details-content .social-nav a:focus {
  background-color: #987D50;
  color: #1C1D20;
}

/* Partner CSS */
.trusted-clients-logo > div {
  font-size: 22px;
  font-weight: 600;
}
.trusted-clients-logo img {
  max-height: 45px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (min-width:1200px) {
  .trusted-clients-logo img {
    max-height: 55px;
  }
}
@media only screen and (min-width:1400px) {
  .trusted-clients-logo img {
    max-height: 60px;
  }
}
.trusted-clients-logo img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

/* Case Study CSS */
.case-study-section-three {
  background-color: #161D27;
}

.case-study-card {
  position: relative;
  border-radius: 12px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.case-study-card img {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  width: 100%;
}
.case-study-card .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  left: 40px;
  bottom: 40px;
  cursor: pointer;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.case-study-card .video-btn i {
  color: #1C1D20;
  font-size: 24px;
}
.case-study-card .video-btn:hover, .case-study-card .video-btn:focus {
  background-color: #987D50;
}
.case-study-card .video-btn:hover i, .case-study-card .video-btn:focus i {
  color: #1C1D20;
}
.case-study-card:hover, .case-study-card:focus {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.case-study-card:hover img, .case-study-card:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.case-study-card.style-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.38%, rgba(28, 29, 32, 0)), color-stop(91.91%, #1C1D20));
  background: linear-gradient(180deg, rgba(28, 29, 32, 0) 52.38%, #1C1D20 91.91%);
  content: "";
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  opacity: 0;
  visibility: hidden;
}
.case-study-card.style-two .case-study-content {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.case-study-card.style-two .case-study-content div {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media only screen and (min-width:1200px) {
  .case-study-card.style-two .case-study-content div {
    font-size: 24px;
  }
}
.case-study-card.style-two .case-study-content p {
  color: #CED0DF;
  font-weight: 400;
  margin-bottom: 0;
}
.case-study-card.style-two:hover::after, .case-study-card.style-two:focus::after {
  opacity: 1;
  visibility: visible;
}
.case-study-card.style-two:hover .case-study-content, .case-study-card.style-two:focus .case-study-content {
  opacity: 1;
  visibility: visible;
}

.case-study-card-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.case-study-card-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 12px;
  background: linear-gradient(201deg, rgba(38, 38, 41, 0) 59.84%, rgba(38, 38, 41, 0.9) 82.58%);
  content: "";
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.case-study-card-two > img {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.case-study-card-two .case-study-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  left: 36px;
  bottom: 40px;
  z-index: 10;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:1400px) {
  .case-study-card-two .case-study-title {
    font-size: 24px;
  }
}
.case-study-card-two .overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  padding: 40px 36px;
  border-radius: 12px;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transition-duration: 350ms;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.case-study-card-two .overlay-content .case-study-title2 {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width:1400px) {
  .case-study-card-two .overlay-content .case-study-title2 {
    font-size: 24px;
  }
}
.case-study-card-two .overlay-content p {
  color: #FFFFFF;
  font-size: 15px;
}
@media only screen and (min-width:1400px) {
  .case-study-card-two .overlay-content p {
    font-size: 18px;
  }
}
.case-study-card-two .overlay-content a {
  width: 50px;
  height: 50px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.case-study-card-two .overlay-content a:hover, .case-study-card-two .overlay-content a:focus {
  background-color: #987D50;
  border-color: #987D50;
  color: #1C1D20;
}
.case-study-card-two:hover::after, .case-study-card-two:focus::after {
  background: linear-gradient(201deg, rgba(28, 29, 32, 0.5) 59.84%, #1c1d20 82.58%);
}
.case-study-card-two:hover > img, .case-study-card-two:focus > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case-study-card-two:hover .case-study-title, .case-study-card-two:focus .case-study-title {
  opacity: 0;
  visibility: hidden;
}
.case-study-card-two:hover .overlay-content, .case-study-card-two:focus .overlay-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.case-study-section-two {
  overflow: hidden;
}
.case-study-section-two .case-study-two-swiper {
  width: calc(100% + 20px);
  left: -10px;
}
@media only screen and (min-width:576px) {
  .case-study-section-two .case-study-two-swiper {
    width: calc(100% + 100px);
    left: -50px;
  }
}

.case-study-two-pagination {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.case-study-two-pagination > span {
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #FFFFFF;
  opacity: 1;
}
.case-study-two-pagination > span.swiper-pagination-bullet-active {
  border-color: #987D50;
  background-color: #987D50;
}

.portfolio-content-two h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.catagory-slide {
  background-color: #D1B06B;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catagory-slide div {
  color: #1C1D20;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1.62px;
  gap: 30px;
}
.catagory-slide div span:nth-child(1) {
  padding-left: 60px;
}

.case-highlight-card {
  position: relative;
  z-index: 1;
  padding: 30px 24px;
  padding-top: 92px;
  background-color: #1C1D20;
  border-radius: 12px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.case-highlight-card .h4 {
  width: 100%;
  height: 62px;
  background-color: #987D50;
  border-radius: 12px 12px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  padding: 0 24px;
  z-index: 10;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 62px;
}
.case-highlight-card .case-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.case-highlight-card .case-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.case-highlight-card .case-list-item .icon {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  font-size: 20px;
}
.case-highlight-card .case-list-item .text span {
  font-size: 14px;
  color: #FFFFFF;
}
.case-highlight-card .case-list-item .text .h6 {
  margin-bottom: 0;
  color: #FFFFFF;
}
.case-highlight-card:hover, .case-highlight-card:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* Testimonial CSS */
.testimonial-section .swiper-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-bottom: 44px;
}
.testimonial-section .swiper-navigation-container > div {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  background-color: transparent;
  border: 2px solid #1C1D20;
  border-radius: 50%;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-section .swiper-navigation-container > div::after {
  display: none;
  opacity: 0;
}
.testimonial-section .swiper-navigation-container > div i {
  font-size: 24px;
  color: #1C1D20;
}
.testimonial-section .swiper-navigation-container > div:hover, .testimonial-section .swiper-navigation-container > div:focus {
  background-color: #987D50;
  border-color: #987D50;
}
.testimonial-section.style-two {
  background-color: #1F2732;
}

.testimonial-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-clients img {
  width: 60px;
  height: 60px;
  border: 2px solid #987D50;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:1200px) {
  .testimonial-clients img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-clients img {
    width: 100px;
    height: 100px;
  }
}
.testimonial-clients img:last-child {
  margin-left: -30px;
}
@media only screen and (min-width:1200px) {
  .testimonial-clients img:last-child {
    margin-left: -40px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-clients img:last-child {
    margin-left: -50px;
  }
}

.testimonial-clients-info span {
  font-size: 18px;
  font-weight: 600;
  color: #987D50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:1200px) {
  .testimonial-clients-info span {
    font-size: 20px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-clients-info span {
    font-size: 24px;
  }
}
.testimonial-clients-info h2 {
  font-size: 24px;
}
@media only screen and (min-width:1200px) {
  .testimonial-clients-info h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .testimonial-clients-info h2 {
    font-size: 48px;
  }
}

.rating-average {
  font-size: 36px;
  line-height: 1.1;
}
@media only screen and (min-width:1200px) {
  .rating-average {
    font-size: 42px;
  }
}

.total-ratings {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:1200px) {
  .total-ratings {
    font-size: 24px;
  }
}





.contact-us-page {
  position: relative;
  padding: 100px 0 60px;
}
@media only screen and (max-width:767px) {
  .contact-us-page {
    position: relative;
    margin: 0 0 60px;
  }
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
form .form-control {
  width: 100%;
  height: 60px;
  color: #262629;
  font-size: 15px;
  padding: 17px 24px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 0;
}
@media only screen and (max-width:767px) {
  form .form-control {
    font-size: 18px;
  }
}
form .form-control::-webkit-input-placeholder {
  color: #262629;
}
form .form-control::-moz-placeholder {
  color: #262629;
}
form .form-control:-ms-input-placeholder {
  color: #262629;
}
form .form-control::-ms-input-placeholder {
  color: #262629;
}
form .form-control::placeholder {
  color: #262629;
}
form .form-control:focus {
  background-color: rgb(240,235,227);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #987D50;
  color: #262629;
  border: 2px;
}
form .form-control option {
  color: #262629;
}
form textarea.form-control {
  min-height: 178px;
}
form .btn {
  height: 60px;
}

form .form-select {
  width: 100%;
  height: 60px;
  color: #262629;
  font-size: 15px;
  padding: 17px 24px;
  border-radius: 10px;
  border: 0;
}
form .form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #987D50;
  outline: 0;
  box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #987D50;
}

.contact-us-page .form-check-input {
  width: 2em;
  height: 2em;
}
.contact-us-page .form-check-input:checked {
  background-color: #c49c5e;
  border-color: #c49c5e;
}


.contact-form {
  padding: 30px 25px;
  border-radius: 12px;
}
@media only screen and (min-width:992px) {
  .contact-form {
    padding: 40px 35px;
  }
}
@media only screen and (min-width:1200px) {
  .contact-form {
    padding: 50px 45px;
  }
}
.contact-form .contact-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media only screen and (min-width:992px) {
  .contact-form .contact-title {
    font-size: 36px;
  }
}






/*
.contact-form.style-two .form-control {
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
@media only screen and (min-width:1200px) {
  .contact-form.style-two .form-control {
    font-size: 18px;
  }
}
.contact-form.style-two .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
.contact-form.style-two .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.contact-form.style-two .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.contact-form.style-two .form-control::-ms-input-placeholder {
  color: #FFFFFF;
}
.contact-form.style-two .form-control::placeholder {
  color: #FFFFFF;
}
.contact-form.style-two .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-form.style-two .form-control option {
  color: #FFFFFF;
}

.testimonial-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
*/




.testimonial-card .testimonial-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40%;
  border-radius: 10px 0px 0px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.testimonial-card .testimonial-info {
  max-width: 60%;
  border-radius: 0 10px 10px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  border: 2px solid #987D50;
  padding: 20px;
  position: relative;
  margin-left: calc(40% - 2px);
}
@media only screen and (min-width:992px) {
  .testimonial-card .testimonial-info {
    padding: 30px;
  }
}
.testimonial-card .testimonial-info .testimonial-text {
  margin-bottom: 32px;
}
.testimonial-card .testimonial-info .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (min-width:992px) {
  .testimonial-card .testimonial-info .name {
    font-size: 20px;
  }
}
.testimonial-card .testimonial-info .designation {
  font-size: 14px;
}
@media only screen and (min-width:992px) {
  .testimonial-card .testimonial-info .designation {
    font-size: 16px;
  }
}

.testimonial-swiper {
  position: relative;
  z-index: 1;
}

.testimonial-pagination {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.testimonial-pagination > span {
  width: 16px;
  height: 16px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background-color: transparent;
  border-radius: 50%;
  border: 1.5px solid #262629;
  opacity: 1;
}
.testimonial-pagination > span.swiper-pagination-bullet-active {
  border-color: #987D50;
  background-color: #987D50;
}
.testimonial-pagination.style-two > span {
  border-color: #FFFFFF;
  background-color: transparent;
}
.testimonial-pagination.style-two > span.swiper-pagination-bullet-active {
  border-color: #987D50;
  background-color: #987D50;
}

.testimonial-swiper-two .swiper-slide {
  border-radius: 12px;
  border: 2px solid #987D50;
  padding: 40px 30px;
}
.testimonial-swiper-two .swiper-slide .testimonial-stars {
  font-size: 20px;
  color: #ECB014;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info div > div {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .testimonial-swiper-two .swiper-slide .testimonial-author-info div > div {
    font-size: 20px;
  }
}
.testimonial-swiper-two .swiper-slide .testimonial-author-info p {
  font-size: 14px;
}
@media only screen and (min-width:992px) {
  .testimonial-swiper-two .swiper-slide .testimonial-author-info p {
    font-size: 16px;
  }
}
.testimonial-swiper-two.style-two .swiper-slide {
  border-color: transparent;
  background-color: #161D27;
}
.testimonial-swiper-two.style-two .swiper-slide .testimonial-author-info div > div {
  color: #FFFFFF;
}
.testimonial-swiper-two.style-two .swiper-slide .testimonial-author-info p {
  color: #FFFFFF;
}

.testimonial-slide-item {
  border-radius: 12px;
  padding: 30px;
  background-color: #FAF6F3;
}
@media only screen and (min-width:992px) {
  .testimonial-slide-item {
    padding: 40px;
  }
}
.testimonial-slide-item > p {
  font-size: 16px;
  margin-bottom: 2rem;
}
@media only screen and (min-width:992px) {
  .testimonial-slide-item > p {
    font-size: 20px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-slide-item > p {
    font-size: 24px;
  }
}
.testimonial-slide-item .testimonial-stars {
  font-size: 24px;
  color: #ECB014;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 2rem;
}
.testimonial-slide-item .testimonial-author-info .testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width:992px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author img {
    width: 80px;
    height: 80px;
  }
}
.testimonial-slide-item .testimonial-author-info .testimonial-author > div {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author > div {
    font-size: 18px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-slide-item .testimonial-author-info .testimonial-author > div {
    font-size: 20px;
  }
}
.testimonial-slide-item.style-two {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
          box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
}

.testimonial-three-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(102, 107, 118, 0.5);
  border-radius: 12px;
  margin-top: 32px;
}
@media only screen and (min-width:768px) {
  .testimonial-three-pagination {
    margin-top: 48px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-three-pagination {
    margin-top: 80px;
  }
}
.testimonial-three-pagination .custom-bullet {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  background-color: transparent;
  gap: 12px;
  margin: 0 !important;
  padding: 6px;
}
@media only screen and (min-width:768px) {
  .testimonial-three-pagination .custom-bullet {
    height: 80px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-three-pagination .custom-bullet {
    height: 100px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-three-pagination .custom-bullet {
    height: 140px;
  }
}
.testimonial-three-pagination .custom-bullet img {
  border-radius: 12px;
  width: 48px;
}
@media only screen and (min-width:768px) {
  .testimonial-three-pagination .custom-bullet img {
    width: 60px;
  }
}
@media only screen and (min-width:992px) {
  .testimonial-three-pagination .custom-bullet img {
    width: 74px;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-info {
  display: none;
}
@media only screen and (min-width:768px) {
  .testimonial-three-pagination .custom-bullet .bullet-info {
    display: block;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-name {
  font-size: 12px;
  font-weight: 600;
  display: block;
}
@media only screen and (min-width:992px) {
  .testimonial-three-pagination .custom-bullet .bullet-name {
    font-size: 16px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-three-pagination .custom-bullet .bullet-name {
    font-size: 20px;
  }
}
.testimonial-three-pagination .custom-bullet .bullet-desc {
  font-size: 12px;
  display: block;
}
@media only screen and (min-width:1200px) {
  .testimonial-three-pagination .custom-bullet .bullet-desc {
    font-size: 16px;
  }
}
.testimonial-three-pagination .custom-bullet.swiper-pagination-bullet-active {
  background-color: #987D50;
}

.testimonial-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.testimonial-counts h2 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .testimonial-counts h2 {
    font-size: 42px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-counts h2 {
    font-size: 52px;
  }
}
.testimonial-counts .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.testimonial-counts .ratings i {
  font-size: 16px;
  color: #ECB014;
}
@media only screen and (min-width:992px) {
  .testimonial-counts .ratings i {
    font-size: 20px;
  }
}
@media only screen and (min-width:1200px) {
  .testimonial-counts .ratings i {
    font-size: 24px;
  }
}
.testimonial-counts .title {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .testimonial-counts .title {
    font-size: 18px;
  }
}

/* Video CSS */
.popup-video {
  position: relative;
  z-index: 1;
}
.popup-video .video-btn {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #987D50;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.popup-video .video-btn .video-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -10;
  background-color: #987D50;
  -webkit-animation: video-sonar 2s linear infinite;
          animation: video-sonar 2s linear infinite;
}
.popup-video .video-btn .video-sonar::before {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: rgba(232, 191, 150, 0.7);
  content: "";
  top: -30px;
  left: -30px;
  z-index: -100;
}
.popup-video .video-btn .video-sonar::after {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #987D50;
  content: "";
  top: -15px;
  left: -15px;
  z-index: -50;
}

.video-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 700px;
}
.video-section::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  content: "";
  top: 0;
  left: 0;
  z-index: -10;
  background-color: rgba(28, 29, 32, 0.4);
}
.video-section.style-two {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:992px) {
  .video-section.style-two {
    height: 600px;
  }
}
.video-section.style-two .popup-video .video-btn {
  background-color: #FFFFFF;
  color: #1C1D20;
}
.video-section.style-two .popup-video .video-btn .video-sonar {
  background-color: #FFFFFF;
  -webkit-animation: video-sonar 2s linear infinite;
          animation: video-sonar 2s linear infinite;
}
.video-section.style-two .popup-video .video-btn .video-sonar::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.video-section.style-two .popup-video .video-btn .video-sonar::after {
  background-color: #FFFFFF;
}
.video-section.style-two .video-text {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
  font-size: 80px;
  font-weight: 400;
  letter-spacing: -3.2px;
  font-family: "DM Serif Display";
  font-style: normal;
  color: transparent;
  line-height: 1;
}
@media only screen and (min-width:992px) {
  .video-section.style-two .video-text {
    font-size: 120px;
  }
}
@media only screen and (min-width:1200px) {
  .video-section.style-two .video-text {
    font-size: 160px;
  }
}
.video-section.style-two:hover, .video-section.style-two:focus {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

.milestone-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: auto;
  bottom: 0;
  left: 0;
}

.milestone-card {
  background-color: #987D50;
  padding: 32px 24px;
  border-radius: 10px 10px 0 0;
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (min-width:992px) {
  .milestone-card {
    width: 380px;
    padding: 60px 36px;
  }
}
@media only screen and (min-width:1400px) {
  .milestone-card {
    width: 410px;
    padding: 60px 36px;
  }
}
.milestone-card .single-milestone {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width:992px) {
  .milestone-card .single-milestone {
    padding: 30px;
  }
}
.milestone-card .single-milestone h2 {
  color: #1C1D20;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1.88px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media only screen and (min-width:576px) {
  .milestone-card .single-milestone h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width:768px) {
  .milestone-card .single-milestone h2 {
    font-size: 64px;
  }
}
@media only screen and (min-width:992px) {
  .milestone-card .single-milestone h2 {
    font-size: 72px;
  }
}
@media only screen and (min-width:1400px) {
  .milestone-card .single-milestone h2 {
    font-size: 94px;
  }
}
.milestone-card .single-milestone p {
  font-size: 18px;
  letter-spacing: -0.44px;
  line-height: 1.3;
}
@media only screen and (min-width:992px) {
  .milestone-card .single-milestone p {
    font-size: 22px;
  }
}

@-webkit-keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes video-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.video-popup-iframe {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-popup-iframe .video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 0;
  z-index: 1;
}
.video-popup-iframe .video-content .close-btn {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1000;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #987D50;
  cursor: pointer;
  color: #1C1D20;
}
@media only screen and (min-width:992px) {
  .video-popup-iframe .video-content .close-btn {
    width: 40px;
    height: 40px;
    top: -2.5rem;
    right: -2.5rem;
  }
}

/* Blog CSS */
.blog-card {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  border-radius: 12px;
}
.blog-card img {
  border-radius: 12px;
  width: 100%;
}
.blog-card .blog-meta {
  margin-top: 28px;
  margin-bottom: 10px;
}
.blog-card .blog-meta a {
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.blog-card .blog-meta a:hover, .blog-card .blog-meta a:focus {
  color: #987D50;
}
.blog-card .blog-meta .dot {
  width: 4px;
  height: 4px;
  background-color: #262629;
  border-radius: 50%;
}
.blog-card .post-title {
  color: #1C1D20;
  letter-spacing: -0.72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:768px) {
  .blog-card .post-title {
    font-size: 28px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card .post-title {
    font-size: 36px;
  }
}
@media only screen and (min-width:1400px) {
  .blog-card .post-title {
    font-size: 42px;
  }
}
.blog-card .post-title:hover, .blog-card .post-title:focus {
  color: #987D50;
}
.blog-card:hover, .blog-card:focus {
  border-color: #987D50;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.blog-card.style-two {
  background-color: #1F2732;
}
.blog-card.style-two .post-title {
  color: #FFFFFF;
  font-size: 18px;
}
@media only screen and (min-width:768px) {
  .blog-card.style-two .post-title {
    font-size: 24px;
  }
}
.blog-card.style-two .blog-meta a {
  color: #FFFFFF;
}
.blog-card.style-two .blog-meta a:hover, .blog-card.style-two .blog-meta a:focus {
  color: #987D50;
}
.blog-card.style-two .blog-meta .dot {
  background-color: #FFFFFF;
}
.blog-card.style-three .post-title {
  font-size: 20px;
}
@media only screen and (min-width:576px) {
  .blog-card.style-three .post-title {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) {
  .blog-card.style-three .post-title {
    font-size: 24px;
  }
}
.blog-card.style-three.dark-style {
  background-color: #1F2732;
}
.blog-card.style-three.dark-style .post-title {
  color: #FFFFFF;
}
.blog-card.style-three.dark-style .post-title:hover, .blog-card.style-three.dark-style .post-title:focus {
  color: #987D50;
}
.blog-card.style-three.dark-style .blog-meta a {
  color: #FFFFFF;
}
.blog-card.style-three.dark-style .blog-meta a:hover, .blog-card.style-three.dark-style .blog-meta a:focus {
  color: #987D50;
}
.blog-card.style-three.dark-style .blog-meta .dot {
  background-color: #FFFFFF;
}
.blog-card.style-five .post-title {
  color: #FFFFFF;
}
.blog-card.style-five .post-title:hover, .blog-card.style-five .post-title:focus {
  color: #987D50;
}
.blog-card.style-five .blog-meta a {
  color: #FFFFFF;
}
.blog-card.style-five .blog-meta a:hover, .blog-card.style-five .blog-meta a:focus {
  color: #987D50;
}
.blog-card.style-five .blog-meta .dot {
  background-color: #FFFFFF;
}

.blog-section.style-two .post-title {
  color: #FFFFFF;
}
.blog-section.style-two .post-title:hover, .blog-section.style-two .post-title:focus {
  color: #987D50;
}
.blog-section.style-two .blog-meta a {
  color: #FFFFFF;
}
.blog-section.style-two .blog-meta a:hover, .blog-section.style-two .blog-meta a:focus {
  color: #987D50;
}
.blog-section.style-two .blog-meta .dot {
  background-color: #FFFFFF;
}
.blog-section.dark-style {
  background-color: #161D27;
}

.blog-small-card {
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-small-card img {
  border-radius: 12px;
  width: 100%;
}
.blog-small-card:hover, .blog-small-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/* Single Blog */
.single-blog img {
  border-radius: 12px;
  width: 100%;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.single-blog img:hover, .single-blog img:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.single-blog .blog-meta a {
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.single-blog .blog-meta a:hover, .single-blog .blog-meta a:focus {
  color: #987D50;
}

.blog-widget {
  background-color: #FAF6F3;
  padding: 40px 36px;
  border-radius: 12px;
  width: 100%;
}
.blog-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.blog-widget form .form-control {
  background-color: #FFFFFF;
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  height: 54px;
  color: #FFFFFF;
}
.blog-widget form .form-control::-webkit-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::-moz-placeholder {
  color: #262629;
}
.blog-widget form .form-control:-ms-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::-ms-input-placeholder {
  color: #262629;
}
.blog-widget form .form-control::placeholder {
  color: #262629;
}
.blog-widget form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #987D50;
}
.blog-widget form button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #987D50;
  color: #FAF6F3;
  border-radius: 0 4px 4px 0;
  border: 0;
}
.blog-widget form button:hover, .blog-widget form button:focus {
  background-color: #b78d5a;
  color: #1C1D20;
}

.blog-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
.blog-list li a {
  border-radius: 8px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  color: #262629;
  font-size: 14px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
}
@media only screen and (min-width:1200px) {
  .blog-list li a {
    font-size: 18px;
  }
}
.blog-list li a span {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width:1200px) {
  .blog-list li a span {
    font-size: 18px;
  }
}
.blog-list li a:hover, .blog-list li a:focus {
  border-color: #987D50;
  background-color: #987D50;
  color: #1C1D20;
}
.blog-list.style-two li a {
  padding: 0;
  border: 0;
}
.blog-list.style-two li a:hover, .blog-list.style-two li a:focus {
  background-color: transparent;
  color: #987D50;
}

.widget-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post {
    gap: 20px;
  }
}
.widget-blog-post .blog-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    max-width: 100px;
  }
}
.widget-blog-post .blog-thumbnail img {
  width: 100%;
  border-radius: 12px;
}
.widget-blog-post .blog-content a {
  margin-bottom: 0.25rem;
  font-size: 14px;
  display: block;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-content a {
    font-size: 18px;
  }
}
.widget-blog-post .blog-content a:hover, .widget-blog-post .blog-content a:focus {
  color: #987D50;
}
.widget-blog-post .blog-content p {
  font-size: 14px;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-list a {
  padding: 6px 20px;
  color: #262629;
  font-size: 16px;
  font-weight: 400;
  display: block;
  border-radius: 6rem;
  background-color: #FFFFFF;
}
@media only screen and (min-width:1200px) {
  .tag-list a {
    font-size: 16px;
  }
}
.tag-list a:hover, .tag-list a:focus {
  background-color: #987D50;
  color: #1C1D20;
}
.tag-list.style-two a {
  color: #262629;
  background-color: #FAF6F3;
}
.tag-list.style-two a:hover, .tag-list.style-two a:focus {
  background-color: #987D50;
  color: #1C1D20;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(38, 38, 41, 0.2);
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:1200px) {
  .blog-pagination li a {
    width: 44px;
    height: 44px;
  }
}
.blog-pagination li a:hover, .blog-pagination li a:focus {
  background-color: #987D50;
  border-color: #987D50;
  color: #1C1D20;
}
.blog-pagination li.active a {
  background-color: #987D50;
  border-color: #987D50;
  color: #1C1D20;
}

.blog-quote {
  border-radius: 12px;
  background: #1C1D20;
  padding: 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.blog-quote .blog-quote-icon {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.blog-quote p {
  margin-bottom: 0 !important;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width:1200px) {
  .blog-quote p {
    font-size: 24px;
  }
}

.blog-comments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  list-style: none;
  padding: 0;
}
.blog-comments-list ul {
  list-style: none;
}
.blog-comments-list .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.blog-comments-list .single-comment img {
  width: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border-radius: 12px;
}
@media only screen and (min-width:1200px) {
  .blog-comments-list .single-comment img {
    width: 90px;
    max-width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}

.comment-form .form-control {
  background-color: #FAF6F3;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(38, 38, 41, 0.3);
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:1200px) {
  .post-author {
    padding: 40px;
  }
}
.post-author img {
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 12px;
}
@media only screen and (min-width:1200px) {
  .post-author img {
    width: 140px;
    max-width: 140px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.post-author:hover, .post-author:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}











.footer-wrapper.footer2 {
  position: relative;
  width: 100%;
  background-color: #1C1D20;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-wrapper.footer2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1C1D20;
  opacity: 0.9;
  content: "";
  z-index: -10;
}
.footer-wrapper.footer2::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(34.66% 34.13% at 77.16% 48.47%, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
  content: "";
  z-index: -10;
  background-position: center center;
  background-size: cover;
}
.footer-wrapper.footer2.style-two::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(31, 39, 50, 0.9);
  content: "";
  z-index: -10;
}

.newsletter-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width:1200px) {
  .newsletter-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-line {
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  display: block;
}

.footer-logo {
  margin-bottom: 56px;
}

.footer-contact-card p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.48px;
}
@media only screen and (min-width:1200px) {
  .footer-contact-card p {
    font-size: 22px;
  }
}
.footer-contact-card p:last-child {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (min-width:1200px) {
  .footer-contact-card p:last-child {
    font-size: 18px;
  }
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width:768px) {
  .footer-bottom-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-bottom-nav a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width:576px) {
  .footer-bottom-nav a {
    font-size: 16px;
  }
}
.footer-bottom-nav a:hover, .footer-bottom-nav a:focus {
  color: #987D50;
}

.subscribe-form {
  position: relative;
  min-width: 295px;
  z-index: 1;
}
@media only screen and (min-width:768px) {
  .subscribe-form {
    min-width: 350px;
  }
}
@media only screen and (min-width:992px) {
  .subscribe-form {
    min-width: 380px;
  }
}
@media only screen and (min-width:1200px) {
  .subscribe-form {
    min-width: 450px;
  }
}
@media only screen and (min-width:1400px) {
  .subscribe-form {
    min-width: 500px;
  }
}
.subscribe-form .form-control {
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  height: 60px;
  padding: 16px 24px;
  color: #262629;
  font-size: 18px;
}
.subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFFFFF;
}
.subscribe-form .form-control::-webkit-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::-moz-placeholder {
  color: #262629;
}
.subscribe-form .form-control:-ms-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::-ms-input-placeholder {
  color: #262629;
}
.subscribe-form .form-control::placeholder {
  color: #262629;
}
.subscribe-form .btn {
  position: absolute;
  height: 52px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 10;
}

.footer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


.footer-card .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-card .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: transparent;
  Xborder: 1.258px solid #FFFFFF;
  Xborder-radius: 50%;
  font-size: 40px;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
}
.footer-card .social-nav a:hover, .footer-card .social-nav a:focus {
  background-color: #987D50;
  border-color: #987D50;
  color: #1C1D20;
}
.footer-card .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
@media only screen and (min-width:768px) {
  .footer-card .footer-nav {
    gap: 10px;
  }
}
@media only screen and (min-width:992px) {
  .footer-card .footer-nav {
    gap: 14px;
  }
}
.footer-card .footer-nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 28px);
          flex: 0 0 calc(50% - 28px);
  width: calc(50% - 28px);
  max-width: calc(50% - 28px);
}
@media only screen and (min-width:768px) {
  .footer-card .footer-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width:1200px) {
  .footer-card .footer-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 28px);
            flex: 0 0 calc(50% - 28px);
    width: calc(50% - 28px);
    max-width: calc(50% - 28px);
  }
}
.footer-card .footer-nav li a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.4;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (min-width:1200px) {
  .footer-card .footer-nav li a {
    font-size: 18px;
  }
}
.footer-card .footer-nav li a i {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 20px;
  margin-top: 3px;
}
.footer-card .footer-nav li a:hover, .footer-card .footer-nav li a:focus {
  color: #987D50;
}
.footer-card .footer-nav li a:hover i, .footer-card .footer-nav li a:focus i {
  visibility: visible;
  opacity: 1;
}
.footer-card.middle::before {
  position: absolute;
  width: 1px;
  height: 120%;
  top: -10%;
  left: -50px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
@media only screen and (min-width:1200px) {
  .footer-card.middle::before {
    opacity: 1;
  }
}
.footer-card.middle::after {
  position: absolute;
  width: 1px;
  height: 120%;
  top: -10%;
  right: -50px;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
@media only screen and (min-width:1200px) {
  .footer-card.middle::after {
    opacity: 1;
  }
}

.footer2-middle-wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
@media only screen and (min-width:1200px) {
  .footer2-middle-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.footer-bottom-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-bottom-content .copyright {
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.footer-bottom-content .copyright a {
  font-size: 16px;
  color: #987D50;
}
.footer-bottom-content .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer-bottom-content .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
  border: 1.258px solid #FFFFFF;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 12.576px 25.152px rgba(0, 0, 0, 0.04);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:1200px) {
  .footer-bottom-content .social-nav a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.footer-bottom-content .social-nav a:hover, .footer-bottom-content .social-nav a:focus {
  background-color: #987D50;
  color: #262629;
  border-color: #987D50;
}






.copyright.footer2 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  color: #fff;
  width: 100%;
  height: 120px;
  xbackground-color: #987D50;
  background: rgba(0, 0, 0, 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;

}
@media only screen and (min-width:1200px) {
  .copyright.footer2 {
    height: 94px;
  }
}


.footer-wrapper.footer2 .trademark {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-top: solid 1px #fff;
  padding: 20px 0;
}
.footer-wrapper.footer2 .trademark .row p,
.footer-wrapper.footer2 .trademark .row a {
  font-size: 14px;
  margin-bottom: 0 !important;
  letter-spacing: 1px;
  color: rgba(225, 225, 225, 0.8);
}
.footer-wrapper.footer2 .trademark .row .copyright{
  text-align: left;
}
.footer-wrapper.footer2 .trademark .row .terms:nth-child(2) a+a {
  position: relative;
  margin-left: 5px
}
.footer-wrapper.footer2 .trademark .row .terms:nth-child(2) a+a:before {
  content: "";
  border-left: 1px solid #777;
  padding-right: 10px;
  height: 11px;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 900px) {
  .footer-wrapper.footer2 .trademark .row .copyright{
    text-align: center;
  }
  .trademark .row .terms:nth-child(2) {
    margin-top:20px;
    text-align: center;
  }
}

.footer-wrapper.footer2 .disclaimer{
  position: relative;
  z-index: 1;
  background: rgba(225, 225, 225, 1);
  padding: 80px 20px 120px;
}
.footer-wrapper.footer2 .disclaimer p {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #333;
}
@media only screen and (max-width: 900px) {
  .footer-wrapper.footer2 .disclaimer{
    padding: 40px 0 100px;
  }
  .footer-wrapper.footer2 .disclaimer p {
    font-size: 12px;
    color: #333;
    text-align: justify;
  }
}



/* CTA CSS */
.countdown-section {
  background-color: #1F2732;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.countdown-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 404px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -10;
  bottom: -67%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-section::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 436px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -10;
  top: -5%;
  left: -5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.countdown-section .countdown-card {
  position: relative;
  z-index: 1;
}
.countdown-section .countdown-card::after {
  width: 450px;
  height: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #D1B06B;
  z-index: -10;
}
.countdown-section .countdown-card-item {
  border-radius: 18px;
  background: #161D27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
}
@media only screen and (min-width:1200px) {
  .countdown-section .countdown-card-item {
    padding: 60px 20px;
  }
}
.countdown-section .countdown-card-item h2 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 1.1;
}
@media only screen and (min-width:1200px) {
  .countdown-section .countdown-card-item h2 {
    font-size: 80px;
  }
}
.countdown-section .countdown-card-item p {
  font-size: 18px;
  color: #FFFFFF;
}




.cta-wrapper {
  background-color: #1C1D20;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
}
.cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 29, 32, 0.6);
  z-index: -10;
}
.cta-wrapper h2 {
  color: #FFFFFF;
  font-size: clamp(36px, 4vw, 70px);
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.cta-wrapper p {
  color: #FAF6F3;
  margin-bottom: 40px;
}

/* Cookie CSS */
.cookiealert {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1000;
  max-width: 280px;
  padding: 40px 32px;
  border-radius: 12px;
  background-color: #987D50;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
@media only screen and (min-width:768px) {
  .cookiealert {
    max-width: 450px;
    left: 2rem;
    bottom: 2rem;
  }
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookiealert h2 {
  color: #1C1D20;
}
.cookiealert p {
  font-size: 12px;
  color: #1C1D20;
}
@media only screen and (min-width:768px) {
  .cookiealert p {
    font-size: 14px;
  }
}
.cookiealert a {
  color: #1C1D20;
  text-decoration: underline;
}

/* Contact CSS */
.search-bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1C1D20;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.search-bg-overlay.open {
  opacity: 0.8;
  visibility: visible;
}

.search-form-popup {
  position: fixed;
  z-index: 1500;
  padding: 40px 30px;
  background-color: #FFFFFF;
  left: 50%;
  top: 50%;
  min-width: 280px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  transition: all 350ms;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
}
@media only screen and (min-width:480px) {
  .search-form-popup {
    min-width: 360px;
  }
}
@media only screen and (min-width:768px) {
  .search-form-popup {
    min-width: 500px;
    padding: 60px 50px;
  }
}
@media only screen and (min-width:992px) {
  .search-form-popup {
    padding: 60px 50px;
    min-width: 600px;
  }
}
.search-form-popup h2 {
  color: #1C1D20;
}
.search-form-popup .close-btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:768px) {
  .search-form-popup .close-btn {
    width: 60px;
    height: 60px;
    top: -2rem;
    right: -2rem;
  }
}
.search-form-popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.search-form-popup form .form-control {
  width: 100%;
  height: 64px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  color: #1C1D20;
  font-size: 16px;
  padding: 17px 24px;
}
@media only screen and (min-width:1200px) {
  .search-form-popup form .form-control {
    font-size: 18px;
  }
}
.search-form-popup form .form-control::-webkit-input-placeholder {
  color: #1C1D20;
}
.search-form-popup form .form-control::-moz-placeholder {
  color: #1C1D20;
}
.search-form-popup form .form-control:-ms-input-placeholder {
  color: #1C1D20;
}
.search-form-popup form .form-control::-ms-input-placeholder {
  color: #1C1D20;
}
.search-form-popup form .form-control::placeholder {
  color: #1C1D20;
}
.search-form-popup form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form-popup form .btn {
  border-radius: 8px;
  height: 64px;
}
.search-form-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.contact-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (min-width:992px) {
  .contact-info-card {
    gap: 24px;
  }
}
.contact-info-card .icon-wrapper {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #987D50;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:992px) {
  .contact-info-card .icon-wrapper {
    width: 60px;
    height: 60px;
  }
}
.contact-info-card p {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
}
@media only screen and (min-width:992px) {
  .contact-info-card p {
    font-size: 22px;
  }
}
.contact-info-card p:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;
}
@media only screen and (min-width:992px) {
  .contact-info-card p:last-child {
    font-size: 16px;
  }
}

.contact-small-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 32px;
  border-radius: 12px;
  border: 2px solid #987D50;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
@media only screen and (min-width:992px) {
  .contact-small-card {
    padding: 40px;
  }
}
.contact-small-card svg {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}
.contact-small-card div > div {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (min-width:1200px) {
  .contact-small-card div > div {
    font-size: 24px;
  }
}
.contact-small-card div > p {
  font-size: 16px;
}
.contact-small-card:hover, .contact-small-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.contact-small-card.style-two {
  padding: 24px;
  border: 0;
  background: #FAF6F3;
}

.google-maps-container {
  background-color: #FFFFFF;
}
.google-maps-container iframe {
  border: 0 !important;
  width: 100%;
  height: 300px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width:576px) {
  .google-maps-container iframe {
    height: 400px;
  }
}
@media only screen and (min-width:768px) {
  .google-maps-container iframe {
    height: 500px;
  }
}
@media only screen and (min-width:1200px) {
  .google-maps-container iframe {
    height: 700px;
  }
}
.google-maps-container.style-two {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media only screen and (min-width:992px) {
  .google-maps-container.style-two {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media only screen and (min-width:1200px) {
  .google-maps-container.style-two {
    -webkit-transform: translateY(130px);
            transform: translateY(130px);
  }
}

.contact-form.style-three {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (min-width:992px) {
  .contact-form.style-three {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@media only screen and (min-width:1200px) {
  .contact-form.style-three {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
  }
}
.contact-form.style-three .form-control {
  background-color: #FFFFFF;
}

/* Progress CSS */
.progress-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.progress-container .progress-label {
  font-size: 16px;
  font-weight: 600;
}
.progress-container .progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  overflow: visible !important;
  border-radius: 20px;
  border: 1px solid rgba(232, 191, 150, 0.3);
}
.progress-container .progress-fill {
  height: 6px;
  background-color: #987D50;
  width: 0%;
  -webkit-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  border-radius: 12px;
  left: 2px;
  position: relative;
}
.progress-container .progress-fill::after {
  position: absolute;
  content: "";
  z-index: 10;
  top: -28px;
  right: 0;
  background-color: #987D50;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22black%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22black%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 28px;
  height: 28px;
}
.progress-container .progress-percentage {
  font-size: 16px;
  font-weight: 600;
}
.progress-container.progress2 .progress-label {
  color: #FFFFFF;
}
.progress-container.progress2 .progress-bar {
  border-radius: 30px;
  background: rgba(209, 176, 107, 0.5);
  height: 14px;
  overflow: visible !important;
  border-radius: 20px;
  border: 0;
}
.progress-container.progress2 .progress-bar .progress-fill {
  border-radius: 30px;
  background: #D1B06B;
  left: 0;
  height: 100%;
}
.progress-container.progress2 .progress-bar .progress-fill::after {
  display: none;
}
.progress-container.progress2 .progress-percentage {
  color: #FFFFFF;
}

.stats-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
          box-shadow: 0px 12px 40px 4px rgba(10, 29, 53, 0.08);
}
.stats-container::after {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: rgba(28, 29, 32, 0.2);
  content: "";
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stats-container::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  background-color: rgba(28, 29, 32, 0.2);
  content: "";
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.stats-container .stat-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  background: #FFFFFF;
  border-radius: 8px;
  width: 50%;
  max-width: 50%;
  text-align: center;
  padding: 1.5rem;
}
@media only screen and (min-width:576px) {
  .stats-container .stat-box {
    padding: 2rem;
  }
}
@media only screen and (min-width:768px) {
  .stats-container .stat-box {
    padding: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .stats-container .stat-box {
    padding: 4rem;
  }
}
@media only screen and (min-width:1400px) {
  .stats-container .stat-box {
    padding: 4rem;
  }
}
.stats-container .stat-box h2 {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
}
@media only screen and (min-width:576px) {
  .stats-container .stat-box h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width:768px) {
  .stats-container .stat-box h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width:992px) {
  .stats-container .stat-box h2 {
    font-size: 66px;
  }
}
@media only screen and (min-width:1400px) {
  .stats-container .stat-box h2 {
    font-size: 90px;
  }
}
.stats-container .stat-box p {
  font-size: 16px;
}
@media only screen and (min-width:768px) {
  .stats-container .stat-box p {
    font-size: 18px;
  }
}

/* Work Process */
.work-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.process-card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (min-width:1200px) {
  .process-card {
    gap: 41px;
  }
}
.process-card::after {
  position: absolute;
  width: 1.5px;
  height: calc(100% - 44px);
  top: 65px;
  left: 25px;
  background-color: #FFFFFF;
  content: "";
  z-index: 10;
}
.process-card:last-child::after {
  display: none;
}
.process-card .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  color: #1C1D20;
  font-size: 18px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.process-card .process-text {
  background-color: #262629;
  padding: 24px 30px;
  border-radius: 12px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.process-card .process-text .process-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #FFFFFF;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.process-card .process-text p {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  color: #FFFFFF;
}
@media only screen and (min-width:1200px) {
  .process-card .process-text {
    padding: 40px 36px;
    border-radius: 12px;
  }
}
.process-card:hover .number, .process-card:focus .number {
  background-color: #987D50;
  color: #1C1D20;
}
.process-card:hover .process-text, .process-card:focus .process-text {
  background-color: #987D50;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.process-card:hover .process-text .process-title, .process-card:focus .process-text .process-title {
  color: #1C1D20;
}
.process-card:hover .process-text p, .process-card:focus .process-text p {
  color: #1C1D20;
}

.stepper-wrap {
  position: relative;
  z-index: 1;
  height: 1px;
  background-color: #FAF6F3;
  margin-top: 35px;
}
.stepper-wrap > div {
  position: absolute;
  z-index: 100;
  top: -33px;
}
.stepper-wrap > div h6 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.14px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  padding-left: 4px;
}
.stepper-wrap > div span {
  width: 24px;
  height: 24px;
  display: block;
  background-color: #FAF6F3;
  border: 4px solid #FAF6F3;
  border-radius: 50%;
}
.stepper-wrap > div:nth-child(1) {
  left: -1px;
}
.stepper-wrap > div:nth-child(2) {
  left: 37%;
}
.stepper-wrap > div:nth-child(3) {
  left: 73%;
}

.process-card-two {
  border-radius: 12px;
  border: 1px solid rgba(254, 254, 254, 0.1);
  padding: 50px 36px;
}
.process-card-two h4 {
  margin-top: 40px;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: -0.48px;
}

/* Award CSS */
.awards-honors-section.style-two {
  background-color: #161D27;
}

.award-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(38, 38, 41, 0.3);
  padding-bottom: 40px;
  padding-top: 40px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media only screen and (min-width:992px) {
  .award-card {
    gap: 40px;
  }
}
.award-card:first-child {
  padding-top: 0;
}
.award-card .award-serial,
.award-card .award-name,
.award-card .award-image,
.award-card .awarded-year {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.award-card .award-serial {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  max-width: 44px;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #1C1D20;
  color: #FFFFFF;
  font-size: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 600;
}
.award-card .award-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .award-card .award-name {
    font-size: 24px;
  }
}
.award-card .award-image img {
  max-height: 40px;
}
@media only screen and (min-width:992px) {
  .award-card .award-image img {
    max-height: 60px;
  }
}
.award-card .awarded-year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (min-width:992px) {
  .award-card .awarded-year {
    font-size: 18px;
  }
}
.award-card:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.award-card:hover .award-serial {
  background-color: #987D50;
  color: #1C1D20;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.award-card.style-two {
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 0;
}
.award-card.style-two:first-child {
  padding-top: 40px;
  border-top: 1px solid rgba(38, 38, 41, 0.3);
}
.award-card.style-two .awarded-year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  width: 15%;
  max-width: 15%;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width:992px) {
  .award-card.style-two .awarded-year {
    font-size: 20px;
  }
}
@media only screen and (min-width:1200px) {
  .award-card.style-two .awarded-year {
    font-size: 22px;
  }
}
.award-card.style-two .award-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  width: 55%;
  max-width: 55%;
  font-weight: 600;
  font-size: 18px;
  padding-right: 1rem;
}
@media only screen and (min-width:768px) {
  .award-card.style-two .award-name {
    font-size: 24px;
    padding-right: 2rem;
  }
}
@media only screen and (min-width:992px) {
  .award-card.style-two .award-name {
    font-size: 28px;
    padding-right: 40px;
  }
}
@media only screen and (min-width:1200px) {
  .award-card.style-two .award-name {
    font-size: 36px;
    padding-right: 80px;
  }
}
.award-card.style-two .award-name span {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width:992px) {
  .award-card.style-two .award-name span {
    font-size: 16px;
  }
}
@media only screen and (min-width:1200px) {
  .award-card.style-two .award-name span {
    font-size: 18px;
  }
}
.award-card.style-two .award-address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
  max-width: 30%;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
@media only screen and (min-width:992px) {
  .award-card.style-two .award-address {
    font-size: 16px;
  }
}
@media only screen and (min-width:1200px) {
  .award-card.style-two .award-address {
    font-size: 18px;
  }
}
.award-card.style-three {
  border-color: rgba(255, 255, 255, 0.1);
}
.award-card.style-three .award-serial {
  background-color: #1F2732;
  color: #FFFFFF;
}
.award-card.style-three:hover .award-serial {
  background-color: #987D50;
  color: #1C1D20;
}

/* FAQ CSS */
.faq-accordion .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.faq-accordion .accordion-item {
  background-color: #262629;
  border-radius: 12px;
  border: 0;
}
.faq-accordion .accordion-item .accordion-button {
  border-radius: 12px;
  background: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  padding: 20px 30px;
}
@media only screen and (min-width:992px) {
  .faq-accordion .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.faq-accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.faq-accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTggMTIuOTk2MUgxM1YxNy45OTYxQzEzIDE4LjI2MTMgMTIuODk0NiAxOC41MTU3IDEyLjcwNzEgMTguNzAzMkMxMi41MTk2IDE4Ljg5MDcgMTIuMjY1MiAxOC45OTYxIDEyIDE4Ljk5NjFDMTEuNzM0OCAxOC45OTYxIDExLjQ4MDQgMTguODkwNyAxMS4yOTI5IDE4LjcwMzJDMTEuMTA1NCAxOC41MTU3IDExIDE4LjI2MTMgMTEgMTcuOTk2MVYxMi45OTYxSDZDNS43MzQ3OCAxMi45OTYxIDUuNDgwNDMgMTIuODkwNyA1LjI5Mjg5IDEyLjcwMzJDNS4xMDUzNiAxMi41MTU3IDUgMTIuMjYxMyA1IDExLjk5NjFDNSAxMS43MzA5IDUuMTA1MzYgMTEuNDc2NSA1LjI5Mjg5IDExLjI4OTBDNS40ODA0MyAxMS4xMDE1IDUuNzM0NzggMTAuOTk2MSA2IDEwLjk5NjFIMTFWNS45OTYwOUMxMSA1LjczMDg4IDExLjEwNTQgNS40NzY1MiAxMS4yOTI5IDUuMjg4OTlDMTEuNDgwNCA1LjEwMTQ1IDExLjczNDggNC45OTYwOSAxMiA0Ljk5NjA5QzEyLjI2NTIgNC45OTYwOSAxMi41MTk2IDUuMTAxNDUgMTIuNzA3MSA1LjI4ODk5QzEyLjg5NDYgNS40NzY1MiAxMyA1LjczMDg4IDEzIDUuOTk2MDlWMTAuOTk2MUgxOEMxOC4yNjUyIDEwLjk5NjEgMTguNTE5NiAxMS4xMDE1IDE4LjcwNzEgMTEuMjg5QzE4Ljg5NDYgMTEuNDc2NSAxOSAxMS43MzA5IDE5IDExLjk5NjFDMTkgMTIuMjYxMyAxOC44OTQ2IDEyLjUxNTcgMTguNzA3MSAxMi43MDMyQzE4LjUxOTYgMTIuODkwNyAxOC4yNjUyIDEyLjk5NjEgMTggMTIuOTk2MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px 10px 0 0;
  background-color: #987D50;
  color: #1C1D20;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTggMTIuOTk2MUg2QzUuNzM0NzggMTIuOTk2MSA1LjQ4MDQzIDEyLjg5MDcgNS4yOTI4OSAxMi43MDMyQzUuMTA1MzYgMTIuNTE1NyA1IDEyLjI2MTMgNSAxMS45OTYxQzUgMTEuNzMwOSA1LjEwNTM2IDExLjQ3NjUgNS4yOTI4OSAxMS4yODkwQzUuNDgwNDMgMTEuMTAxNSA1LjczNDc4IDEwLjk5NjEgNiAxMC45OTYxSDE4QzE4LjI2NTIgMTAuOTk2MSAxOC41MTk2IDExLjEwMTUgMTguNzA3MSAxMS4yODkwQzE4Ljg5NDYgMTEuNDc2NSAxOSAxMS43MzA5IDE5IDExLjk5NjFDMTkgMTIuMjYxMyAxOC44OTQ2IDEyLjUxNTcgMTguNzA3MSAxMi43MDMyQzE4LjUxOTYgMTIuODkwNyAxOC4yNjUyIDEyLjk5NjEgMTggMTIuOTk2MVoiIGZpbGw9IiMxQzFEMjAiLz4KPC9zdmc+Cg==");
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px 30px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 0 0 10px 10px;
}
.faq-accordion.service-details-faq .accordion {
  gap: 0;
}
.faq-accordion.service-details-faq .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(38, 38, 41, 0.3);
  border-radius: 0;
}
.faq-accordion.service-details-faq .accordion-item:first-child {
  border-top: 1px solid rgba(38, 38, 41, 0.3);
}
.faq-accordion.service-details-faq .accordion-item .accordion-button {
  background: transparent;
  color: #1C1D20;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 30px;
  border-radius: 0;
}
@media only screen and (min-width:992px) {
  .faq-accordion.service-details-faq .accordion-item .accordion-button {
    font-size: 22px;
  }
}
.faq-accordion.service-details-faq .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.faq-accordion.service-details-faq .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M12.832 12.832V5.83203H15.1654V12.832H22.1654V15.1654H15.1654V22.1654H12.832V15.1654H5.83203V12.832H12.832Z" fill="%231C1D20"/></svg>');
}
.faq-accordion.service-details-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 12.3487L18.9497 7.39897L20.5997 9.04888L15.6499 13.9986L20.5997 18.9484L18.9497 20.5983L14 15.6485L9.05025 20.5983L7.40034 18.9484L12.3501 13.9986L7.40034 9.04888L9.05025 7.39897L14 12.3487Z" fill="%231C1D20"/></svg>');
}
.faq-accordion.service-details-faq .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 16px;
  color: #262629;
  padding: 0 30px 30px 30px;
}
@media only screen and (min-width:1200px) {
  .faq-accordion.service-details-faq .accordion-item .accordion-body {
    font-size: 18px;
  }
}





/* 1. Define global/desktop defaults at the top */
:root {
  --hero-height: 100vh;      /* Standard desktop height */
  --container-ptb: 5em;      /* Standard desktop padding */
}

/* 2. Add the mobile override (conversion of @include mq.below(sm)) */
@media screen and (max-width: 46.25em) { /* 46.25em is roughly 740px */
  :root {
    --hero-height: 66vh;
    --container-ptb: 3em;
  }
}

.breadcrumb-section {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height:600px;
  margin-top: 80px;
}
.breadcrumb-section.--height-700 {
  height:75vh !important;
}
.breadcrumb-section.--height-800 {
  height:800px !important;
}
.breadcrumb-section.--height-full {
  min-height: 100dvh !important;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  xbackground: radial-gradient(48.33% 39.41% at 74.75% 53.85%, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
  z-index: -10;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.breadcrumb-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 29, 32, 0.5);
  z-index: -10;
}
@media only screen and (max-width:767px) {
  .breadcrumb-section {
    height:600px;
    margin-top: 50px;
  }
  .breadcrumb-section::before {
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(210, 166, 60, 0) 30%);
  }
  .breadcrumb-section.--height-700 {
    height:600px !important;
  }
  .breadcrumb-section.--height-800 {
    height:800px !important;
  }
}

.hero--animation {
	 animation: heroBGAnimation 5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	 transition-delay: 0.1s;
}
 @keyframes heroBGAnimation {
	 0% {
		 opacity: 0.1;
		 transform: scale(1.1);
	}
	 100% {
		 opacity: 1;
		 transform: scale(1);
	}
}



/*
.breadcrumb-section {
  position: relative;
  min-height: 80%;
  overflow: hidden;
}
*/

.breadcrumb-section .breadcrumb-content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  XXwidth: 100%;
}
.breadcrumb-section .breadcrumb-content.centered {
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
}

/*
.breadcrumb-section .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
*/

.breadcrumb-section .breadcrumb-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  letter-spacing: -1.6px;
  text-align: center;
  margin:0;
}
.breadcrumb-section .breadcrumb-content h2 {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF;
  text-align: center;
  font-size: 36px;
  letter-spacing: -1.6px;
}
.breadcrumb-section .breadcrumb-content p {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0px;
}

@media only screen and (max-width:767px) {
  .breadcrumb-section .breadcrumb-content h1 {
    font-size: 42px;
    line-height: 1.2;
  }
  .breadcrumb-section .breadcrumb-content p {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-top: 15px;
  }
}


@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 52px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width:992px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width:1200px) {
  .breadcrumb-section .breadcrumb-content h2 {
    font-size: 65px;
  }
}
@media only screen and (min-width:1400px) {
  .breadcrumb-section .breadcrumb-content h2 {
    xfont-size: 80px;
  }
}
.breadcrumb-section .breadcrumb-content ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.breadcrumb-section .breadcrumb-content ul li {
  color: #FFFFFF;
  font-size: 12px;
}
@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content ul li {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  letter-spacing: -0.14px;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
@media only screen and (min-width:576px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .breadcrumb-section .breadcrumb-content ul li a {
    font-size: 16px;
  }
}
.breadcrumb-section .breadcrumb-content ul li a:hover, .breadcrumb-section .breadcrumb-content ul li a:focus {
  color: #987D50;
}
.breadcrumb-section .breadcrumb-content ul li a::after {
  content: ">";
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.theme-two .btn-primary {
  background-color: #D1B06B;
  color: #1C1D20;
}
.theme-two .btn-primary:active, .theme-two .btn-primary:hover, .theme-two .btn-primary:focus {
  background-color: #b78d5a;
  color: #FFFFFF;
}
.theme-two .btn-link {
  color: #D1B06B;
}
.theme-two .btn-link:active, .theme-two .btn-link:hover, .theme-two .btn-link:focus {
  color: #b78d5a;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-two .cookiealert,
.theme-two .copyright.footer2,
.theme-two .bg-primary,
.theme-two .service-slide-card:hover,
.theme-two .service-slide-card:focus,
.theme-two .price-card2.active,
.theme-two .lawgis-scrolltop {
  background-color: #D1B06B !important;
}
.theme-two .text-primary {
  color: #D1B06B !important;
}
.theme-two .service-slide-card > i {
  color: #D1B06B;
}
.theme-two .service-slide-card:hover > i {
  color: #1C1D20;
}
.theme-two .blog-card.style-three.dark-style .post-title:hover,
.theme-two .blog-card.style-three.dark-style .post-title:focus {
  color: #D1B06B;
}
.theme-two .lawgis-scrolltop {
  color: #1C1D20;
}
.theme-two .service-section.style-two .service-swiper-slider-navigation > div {
  background-color: transparent;
  border-color: #D1B06B;
}
.theme-two .service-section.style-two .service-swiper-slider-navigation > div:hover, .theme-two .service-section.style-two .service-swiper-slider-navigation > div:focus {
  background-color: #D1B06B;
}
.theme-two .testimonial-pagination.style-two > span.swiper-pagination-bullet-active,
.theme-two .award-card.style-three:hover .award-serial {
  background-color: #D1B06B;
  border-color: #D1B06B;
}
.theme-two .award-card.style-three:hover .award-serial,
.theme-two .footer-bottom-content .social-nav a:hover,
.theme-two .footer-bottom-content .social-nav a:focus {
  color: #1C1D20;
}
.theme-two .blog-card.style-five .post-title:hover,
.theme-two .blog-card.style-five .post-title:focus,
.theme-two .footer-bottom-content .copyright a,
.theme-two .footer-bottom-nav a:hover,
.theme-two .footer-bottom-nav a:focus {
  color: #D1B06B;
}
.theme-two .footer-bottom-content .social-nav a:hover,
.theme-two .footer-bottom-content .social-nav a:focus {
  border-color: #D1B06B;
  background-color: #D1B06B;
}
.theme-two .footer-card .social-nav a {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.theme-two .footer-card .social-nav a:hover, .theme-two .footer-card .social-nav a:focus {
  border-color: #D1B06B;
  background-color: #D1B06B;
}
.theme-two .blog-card.style-five .blog-meta a:hover,
.theme-two .blog-card.style-five .blog-meta a:focus,
.theme-two .blog-card.style-three.dark-style .blog-meta a:hover,
.theme-two .blog-card.style-three.dark-style .blog-meta a:focus {
  color: #D1B06B;
}
.theme-two .footer-card .footer-nav li a:hover,
.theme-two .footer-card .footer-nav li a:focus {
  color: #D1B06B;
}












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



.--section-block-padding-lg {
  padding-top: 4em;
  padding-bottom: 4em;
}
.--section-block-padding-xl {
  padding-top: 6em;
  padding-bottom: 6em;
}
.--section-block-padding-lg:not(:last-child),
.--section-block-padding-xl:not(:last-child) {
  Xpadding-bottom: 0;
}
@media only screen and (max-width:676px) {
  .--section-block-padding-lg,
  .--section-block-padding-xl {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}


.--text-title-gold-gradient {
  color: #8f630f;
  background-color: #8f630f;
  background-image: linear-gradient(45deg, #e3be77, #8f630f);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.--text-title-silver-gradient {
  Xfont-weight: bold;
  Xfont-size: 48px;
  background: linear-gradient(90deg,rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* Ensures the gradient fits the text width */
}



.ls-wide { letter-spacing: 0.1em; }
.ls-wider { letter-spacing: 0.2em; }




.video_hero .row {
  text-align: center;
  max-width: 2000px;
  height: calc(80vh - 100px);
  max-height: 950px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.video_hero .row::before {
  content: "";
  xbackground: rgba(0,0,0,.4);
  background: #000000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 35%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width:676px) {
  .video_hero .row {
    margin-top: 50px;
  }
  .video_hero .row::before {
    background: rgba(0,0,0,.4);
  }
}

.video_hero .row .title {
  font-family: 'Playfair Display', serif;
  font-size: calc(40px + 2vw);
  XXXcolor: #fff;
  font-size: 6vw;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 0;
    color: #8f630f;
    background-color: #8f630f;
    background-image: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video_hero .row h1 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 1.5vw;
  margin: 0;
  line-height: 1;
  letter-spacing: 10px;
}
@media only screen and (max-width:676px) {
  .video_hero .row .title {
    font-size: 12vw;
  }
  .video_hero .row h1 {
    font-size: 1.3rem;
    letter-spacing: 5px;
  }
}

video.background {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100%;
  display: flex;
}
video.background {
    object-fit: cover;
    width: 100%;
}
.video_hero .row video.background {
  background-color: #987D50;
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: -2;
  object-position: top;
}
.video_hero .row::after {
  content: "";
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background-image: url("https://www.datocms-assets.com/62095/1646431441-2-accent.jpg?auto=format,compress");
  height: 40px;
  width: 80%;
  z-index: -3;
}







.hero {
	position: relative;
	background-position: center center;
	background-size: cover;
  margin-top: 80px;
  /*
	padding: 300px 0 120px;

  height: 800px;
  */
  text-align: center;
  max-width: 2000px;
  height: calc(100vh - 300px);
  max-height: 950px;
}
@media only screen and (max-width:676px) {
  .hero {
    margin-top: 50px;
  }
}

.hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: #000000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 35%);
  /*
  xbackground: rgba(0, 0, 0, 0.20);
  xbackground: linear-gradient(0deg,rgba(0, 0, 0, 0.95) 20%, rgba(46, 46, 46, 0.3) 100%);
  Xbackground: linear-gradient(90deg, #000 6.19%, #000 18.78%, rgba(0, 0, 0, 0) 60%);
  Xbackground: linear-gradient(0deg,rgba(0, 0, 0, 0.95) 0%, rgba(46, 46, 46, 0.18) 55%);
	xopacity: 100%;
  */

	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/*
.hero.hero-video::before{
	opacity: 70%;
}
*/

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-content{
	position: relative;
	z-index: 2;
}

.hero-content h1 {
  font-size: 70px;
  line-height: 1;
  color:#fff;
  letter-spacing: -3px;
}
@media only screen and (max-width:676px) {
  .hero-content h1 {
    font-size: 50px;
    line-height: 1;
    color:#fff;
    letter-spacing: -3px;
  }
}

.hero-content .section-title.dark-section h3::before{
	background: #fff;
}

.hero-body{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.hero-body .video-play-button{
	display: inline-flex;
	align-items: center;
}

.hero-body .video-play-button p{
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.hero-body .video-play-button:hover p{
	color: #010535;
}

.hero-body .video-play-button a{
	height: 50px;
	width: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
  cursor: pointer;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.hero-body .video-play-button:hover a{
	border-color: #1956C1;
}

.hero-body .video-play-button a img{
	width: 100%;
	max-width: 20px;
	margin-left: 2px;
}


.language {
  position: relative;
  background-color: #333;
  border-radius: 60px;
  padding: 0 10px;
  height: 30px;
  width: 60px;
  line-height: 30px;
  white-space: nowrap;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
}
.language a {
  color:#fff ;
  text-transform: capitalize;
}
.language a:hover {
  color:#987D50 ;
}


.image-rounded img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 25px;
  box-shadow: 8px 13px 30px rgba(0, 0, 0, .4);
}
.image-rounded.--image-max-width-90 img {
  max-width: 90%;
}
.image-rounded.--image-max-width-80 img {
  max-width: 80%;
}
.image-rounded.--image-max-width-70 img {
  max-width: 70%;
}

.image-rounded2 img {
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 20px;
  box-shadow: 4px 7px 20px rgba(0, 0, 0, .2);
}
.image-rounded2.--image-max-width-90 img {
  max-width: 90%;
}
.image-rounded2.--image-max-width-80 img {
  max-width: 80%;
}
.image-rounded2.--image-max-width-70 img {
  max-width: 70%;
}





.me__bg-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 90%;
  margin-top: 30px;
}

@media screen and (max-width: 1535px) {
    .XXXme__bg-media {
        max-width:50%
    }
}
@media screen and (max-width: 1023px) {
    .XXXme__bg-media {
        display:none
    }
}

.me__bg-media:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  Xborder-radius: 25px;
  Xborder: 7px solid #c09d55;
  -webkit-transform: translate(50px,50px);
  -ms-transform: translate(50px,50px);
  transform: translate(30px,30px);

  border: 7px solid transparent;
  border-radius: 30px;
  background: linear-gradient(45deg, #fcff9e 0%, #c67700 100%) border-box;
  -webkit-mask:
     linear-gradient(#fff 0 0) padding-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

@media screen and (max-width: 767px) {
  .me__bg-media:after {
    border-width:5px;
    -webkit-transform: translate(20px,20px);
    -ms-transform: translate(20px,20px);
    transform: translate(20px,20px)
  }
}

.me__bg-media img {
  z-index: 2;
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(15px 15px 25px rgba(0,0,0,0.16));
  filter: drop-shadow(15px 15px 25px rgba(0, 0, 0, .16));
  border-radius: 25px;
}






.spotlight-wrapper {
  position: relative;
  margin:30px 0;
}
@media only screen and (max-width:768px) {
  .spotlight-wrapper {

  }
}
.spotlight-number {
  width: 100px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  background: #987d50;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.spotlight-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (max-width:676px) {
  .spotlight-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #222;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
}


@media only screen and (min-width:992px) {
  .practice-item .practice-title {
    font-size: 36px;
  }
}


ul.list-checkmark {
  padding-left: 1.4rem;
  margin-top: 1em;
  margin-bottom: 1.5em;
  gap: 0;
}
ul.list-checkmark li {
  list-style-type:none;
  padding-left:1rem;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 7px;
}
ul.list-checkmark li:before {
  font-family: "Font Awesome 6 pro";
  content: "\f058";
  margin: 0 10px 0 -28px;
  color: #987D50;
}
@media (max-width: 991px) {
  ul.list-checkmark li {
    font-size: 86%;
    font-weight: 400;
  }
}
ul.list-checkmark.text-white {
  color: #ffffff;
}
ul.list-checkmark h5 {
  margin-bottom: 15px;
  margin-left: -15px;
}


ul.list-number {
  list-style: none;
  counter-reset: item;
  margin-left: 30px;
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  ul.list-number {
    margin-left: 30px;
  }
}
ul.list-number li {
  counter-increment: step-counter;
  position: relative;
  margin: 10px 0 0 10px;
  font-size: 19px;
  line-height: 1.5;
  color:#111;
}
ul.list-number li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  top: -2px;
  left: -40px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #006eb8;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 30px;
}


.img-container img {
  border-radius: 12px;
}

.icon-wrapper {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #987D50;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-wrapper i{
    font-size: 1.6rem;
    color: #fff;
}

.text-terms {
  font-size: 14px;
  line-height: 1.5;
}


.--wrap-rounded-number {
  display: flex;
  xjustify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.--rounded-number-white {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  max-width: 44px;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #1C1D20;
  font-size: 32px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 600;
}












.sticky-contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background-color: #000000;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: sans-serif;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    margin-bottom: env(safe-area-inset-bottom);
}
.sticky-contact-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
}


/* Custom Styles for Featured Section */
.featured-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.featured-section p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Black Rounded Button */
.featured-section .btn-black {
  Xbackground-color: #8f630f;
  background-image: linear-gradient(45deg, #e3be77, #8f630f);
  background-size: 100%;
  color: #fff;
  padding: 10px 40px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.featured-section .btn-black:hover {
  background-color: #8f630f;
  background-image: linear-gradient(0deg, #e3be77, #8f630f);
  color: #000;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .featured-section h2 {
    font-size: 2rem;
  }
}



.box-wht--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
  gap: 25px;
}
.box-wht--wrapper .box-wht {
  flex: 1;
  background: #fff;
  padding: 60px;
  border-radius: 12px;

  background-image: url('../../images/marble2-bg.jpg');
  background-repeat: no-repeat;
}
.box-wht--wrapper .box-wht h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    color: #333;
}
@media only screen and (max-width:767px) {
  .box-wht--wrapper {
    flex-direction: column;
    margin-top: 25px;
  }
  .box-wht--wrapper .box-wht {
    padding: 30px 25px;
    border-radius: 12px;
  }
}


.box-blk--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  gap: 25px;
}
.box-blk--wrapper .box-blk {
  flex: 1;
  background: #303030;
  padding: 60px;
  border-radius: 12px;
}
.box-blk--wrapper .box-blk h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 400;
    color: #aba18e;
}
@media only screen and (max-width:767px) {
  .box-blk--wrapper {
    flex-direction: column;
  }
  .box-blk--wrapper .box-blk {
    padding: 30px 25px;
    border-radius: 12px;
  }
}



.team-alam {
  display: flex;
  position: relative;
}
.team-alam .team-alam-content {
  padding: 20px;
}
.team-alam .team-alam-content h1 {
  margin:0;
}
.team-alam .team-alam-content h2 {
  font-family: "Avenir LT Light", serif;
  font-size: 20px;
  color:#8f630f;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.team-alam .team-alam-content p {
  font-family: "Avenir LT Light", serif;
}
@media only screen and (max-width:767px) {
  .team-alam {
    display: block;
  }
}





/* HOMEPAGE PROCEDURE SECTION -***********
-
-
-
-
-
-
--------------------------*/
/* 90% Width Container as requested */
.main-procedure-section {
  width: 90%;
  margin: 60px auto;
}

.main-procedure-section .procedure-card {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-color: #000;
  border-radius: 15px;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .main-procedure-section .procedure-card {
    height: 450px;
  }
}

/* Image Zoom-In/Out Effect */
.main-procedure-section .procedure-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
  transform: scale(1.15); /* Start zoomed in */
}

/* Static Gradient - Stays at bottom */
.main-procedure-section .gradient-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  Xbackground: #000;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.5s ease;
}
@media only screen and (max-width:1024px) {
  .main-procedure-section .gradient-fix {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  }
}

/* Content Wrapper for Text and List */
.main-procedure-section .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 3;
  transition: transform 0.5s ease;
}

/* List reveal container */
.main-procedure-section .list-wrapper {
  overflow: hidden;
  height: 130px;
}

.main-procedure-section .procedure-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  transform: translateY(20px); /* 60 Partially hidden initially */
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.3;
}
@media only screen and (max-width:1024px) {
  .main-procedure-section .procedure-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    transform: translateY(0px); /* 60 Partially hidden initially */
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 1;
  }
}

/* HOVER STATES */
.procedure-card:hover img {
  transform: scale(1); /* Zoom out effect */
  filter: brightness(0.9); /* Added more darkness on hover for readability */
}

.procedure-card:hover .gradient-fix {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.procedure-card:hover .card-content {
  transform: translateY(-25px); /* Content slides up */
}

.procedure-card:hover .procedure-list {
  transform: translateY(0); /* Reveals rest of the list */
  opacity: 1;
}

/* Procedure List Item Styling */
.procedure-list li {
  margin-bottom: 12px;
}

.procedure-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.procedure-list li a:hover {
  padding-left: 8px;
  color: #fff;
}

.procedure-list li a::before {
  content: "\f178";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  margin-right: 12px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}

/* Typography */
.main-procedure-section .category-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.8);
}

.main-procedure-section .card-title-text {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0;
}



/* VIDEO SECTION -***********
-
-
-
-
-
-
--------------------------*/
.video-section-container {
  width: 100%;
  height: 800px;
  Xmargin: 60px auto;
  position: relative;
  overflow: hidden;
  Xborder-radius: 15px;
  background-color: #000;
}

/* Video Background Wrapper */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7); /* Darkens video slightly for text readability */
}

/* Text Overlay */
.video-overlay-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11.5%;
  color: #fff;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%);
}

.main-headline {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 30px;

  color: #8f630f;
    background-color: #8f630f;
    background-image: linear-gradient(45deg, #e3be77, #8f630f);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-description {
  max-width: 500px;
  font-size: 1.1rem;
  color: rgba(225,225,225, 0.7);
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 300;
}

/* BUTTON WITH LONG ARROW & ANIMATION */
.btn-read-more {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* The Long Arrow */
.long-arrow {
  margin-left: 30px;
  width: 120px; /* Long line */
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease;
}

/* The Arrow Tip */
.long-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: border-color 0.5s ease;
}

/* HOVER EFFECTS */
.btn-read-more:hover {
  transform: translateX(20px);
  color: #c5a059; /* Elegant Gold/Bronze transition */
}
.btn-read-more:hover .long-arrow {
  background-color: #c5a059;
  width: 150px;
}
.btn-read-more:hover .long-arrow::after {
  border-color: #c5a059;
}

/*
.btn-read-more {
  background-color: #000;
  color: #fff;
  padding: 15px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  border: none;
  width: fit-content;
  transition: all 0.3s ease;
}
.btn-read-more:hover {
  background-color: #fff;
  color: #000;
}
*/

/* Responsive Adjustments for Tablet and Phone */
@media (max-width: 992px) {
  .video-section-container { height: 700px; }
  .main-headline { font-size: 3.5rem; }
}

@media (max-width: 768px) {
  .video-section-container { height: 600px; width: 100%; }
  .main-headline { font-size: 2.5rem; }
  .video-overlay-content { padding: 0 30px; text-align: center; align-items: center; }
  .sub-description { font-size: 0.95rem; color:#fcfcfc;}
  .video-overlay-content { background: rgba(0,0,0,0.4); }
  .long-arrow { width: 60px; }
}




/*
.custom-card {
  position: relative;
  overflow: hidden;
  border-radius:15px;
  height: 600px;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .custom-card {
    height: 450px;
  }
}

.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
  transform: scale(1.1);
}
.custom-card:hover img {
  transform: scale(1);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 50px 20px;
}

.category-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  opacity: 0.9;
}

.category-label::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 4px;
}

.card-title-text {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 10px;
}
.card-overlay p {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .card-title-text {
    font-size: 2.1rem;
    color: #fff;
    font-weight:400;
    margin-bottom: 10px;
  }
}
*/




/* PROCEDURE spotlight -***********
-
-
-
-
-
-
--------------------------*/




/* FOOTER CARD 3 COLUMNS -***********
-
-
-
-
-
-
--------------------------*/
.card-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.custom-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 600px;
  color: white;
  background-color: #000;
}
@media only screen and (max-width:767px) {
  .custom-card {
    height: 450px;
  }
}

/* Image zoom-out */
.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.15);
}

/* STATIC GRADIENT: Does not move */
.gradient-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  pointer-events: none;
}

/* MOVING CONTENT: Only text slides up */
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  Xpadding: 35px;
  padding: 20px 20px 60px 20px;
  transition: transform 0.5s ease;
  z-index: 3;
}

/* Centered Button */
.hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 4;
}

/* HOVER EFFECTS */
.card-link:hover img {
  transform: scale(1);
}

/* Text moves up, button fades in with tint */
.card-link:hover .card-content {
  transform: translateY(-40px);
}

.card-link:hover .hover-btn {
  opacity: 1;
  background: rgba(255, 255, 255, 0.15); /* Subtle white tint */
}

/* Typography */
.category-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.category-label::after {
  content: "";
  height: 1px;
  width: 30px;
  background: #fff;
  margin-left: 10px;
}

.card-title-text {
  font-size: 1.7rem;
  color: #8f630f;
    background-color: #8f630f;
    background-image: linear-gradient(90deg, #ffdb9e 0%, #c67700 50%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 300;
  margin-bottom: 10px;
}
.card-description {
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  opacity: 0.85;
  margin: 0;
}

@media only screen and (max-width:767px) {
  .card-title-text {
    font-size: 2.1rem;
    color: #fff;
    font-weight:400;
    margin-bottom: 10px;
  }
}

















.pre-footer-nav {
  position: relative;
  /* Replace with your subtle palm or texture image */
  background-image: url('../../images/pre-footer-bg.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* The Subtle White Overlay */
.pre-footer-nav::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.85); /* Adjust 0.85 for more/less transparency */
  z-index: 1;
}

.pre-footer-nav .container {
  position: relative;
  z-index: 2;
}

.pre-footer-nav .nav-link {
  color: #555;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
  letter-spacing: -1px;
}

.pre-footer-nav .nav-link:hover {
  color: #987D50;
  font-weight: 700;
  letter-spacing: 1px; /* Subtle elegant expansion on hover */
}

/* Mobile & Tablet Organization */
@media (max-width: 767px) {
  .pre-footer-nav .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pre-footer-nav .nav-item {
    border: 0.5px solid rgba(0,0,0,0.05); /* Very light grid lines */
  }

  .pre-footer-nav .nav-link {
    font-size: 0.9rem;
    padding: 1rem 0.5rem;
    display: block;
    width: 100%;
  }
}




.footer-area {
  background-color: #222222 !important; /* Matches the dark charcoal in image */
  font-family: 'Playfair Display', serif; /* Assuming a serif font based on the logo */
}
.tracking-widest {
  letter-spacing: 0.15rem;
}
.social-links a {
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
.social-links a:hover {
  opacity: 0.7;
}
.stars i {
  font-size: 0.75rem;
  margin: 0 1px;
}

.footer-area h6 {
  color: #a1a1a1;
  font-size: 0.75rem;
}


.footer-area .footer-logo img{
  width:300px;
}

.footer-area .reviews{
  font-family: "Avenir LT Light", serif;
  font-size: 17px;
  font-weight: 200;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.footer-area .reviews i{
  color: #aba18e;
  margin-bottom: 0;
}



@media (max-width: 767px) {
  .footer-area .col-md-4:not(:last-child) {
    border-bottom: 0px solid rgba(255,255,255,0.1);
    padding-bottom: 0rem;
  }

  .footer-area .footer-logo img{
    width:200px;
  }
}
