@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&amp;family=Oranienbaum&amp;display=swap");
body.bg-dark.bg-white .header .mainnav ul.main_menu li a, body.bg-white .header .mainnav ul.main_menu li a {
  color: #000000;
}
body {
    position: relative;
    font-family: "Jost", sans-serif;
    color: #000;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease-in-out;
    font-size: 1rem;
    line-height: 26px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Jost", sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}
h4, .h4 {
    font-size: calc(1.275rem + 0.25714vw);
    font-weight: 700;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    outline: none;
}
.navbar_fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 10;
  transition: all 0.5s ease-in-out;
      background: #fff !important;
          -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
}

.header .header_inner {
  padding: 0rem 0rem;
  transition: all 0.5s ease-in-out;
}

.header.sticky {
  transform: perspective(300px) rotateX(0deg);
  transform-origin: top;
}

.header.sticky .header_inner {
  padding: 0.625rem 0rem;
  transition: all 0.5s ease-in-out;
}

.header.top-up {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transform: perspective(300px) rotateX(-90deg);
  transform-origin: top;
}

.header .logo {
  position: relative;
  flex-shrink: 0;
}

.header .logo a {
  display: inline-block;
}

.header .logo a img {
  width: 100%;
     max-width: 150px;
  transition: all 0.5s ease-in-out;
}
.sticky .logo a img {
  /*width: 100%;*/
  max-width: 120px;
  transition: all 0.5s ease-in-out;
}

.header .logo a.dark_logo {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header .mainnav ul.main_menu {
  padding: 0rem;
  margin: 0rem;
}

.header .mainnav ul.main_menu li {
  position: relative;
  border: 0;
  list-style: none;
  line-height: 1;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.header .mainnav ul.main_menu li a {
  border: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #000;
  padding:10px 0;
  letter-spacing: 1.2px;
}

.header .mainnav ul.main_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.header .mainnav ul.main_menu li.current > a, .header .mainnav ul.main_menu li.active > a, .header .mainnav ul.main_menu li:hover > a {
  color: #e9232a;
}

.header .mainnav ul.main_menu li ul {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 13.5rem;
  margin: 0rem 0rem;
  padding: 0.9375rem 1.5625rem;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  transform: translate3d(15px, 0px, 0px);
  background: #ececec;
}

.header .mainnav ul.main_menu li ul li {
  width: 100%;
}

.header .mainnav ul.main_menu li ul li a {
  font-size: 0.6875rem;
  padding: 0.625rem 0rem;
  width: 100%;
  line-height: 0.875rem;
  letter-spacing: 1.5px;
  text-align: left;
}

.header .mainnav ul.main_menu li ul li a:hover {
  color: #a6a182;
}

.header .mainnav ul.main_menu li ul li:last-child > a {
  border-bottom: none;
}

.header .mainnav ul.main_menu li ul li.menu-item-has-children > a:after {
  content: "\F285";
  font-family: 'bootstrap-icons';
  speak: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header .mainnav ul.main_menu li ul ul {
  left: calc(100% + 26px);
  top: -15px;
  border-top: 0px solid #a6a182;
}

.header .mainnav ul.main_menu li ul ul ul ul {
  left: auto;
  right: calc(100% + 26px);
}

.header .mainnav ul.main_menu > li:not(:last-child) > a {
   
    padding-right: 37px;
}

@media (min-width: 1400px) {
  .header .mainnav ul.main_menu > li:not(:last-child) > a {
    padding-right: 4.375rem;
  }
}

.header .mainnav ul.main_menu > li.menu-item-has-children > a::after {
  content: "\F282";
  color: #ffffff;
  font-family: 'bootstrap-icons';
  speak: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  line-height: normal;
}

.header .mainnav ul.main_menu > li.menu-item-has-children.current a::after, .header .mainnav ul.main_menu > li.menu-item-has-children.active a::after, .header .mainnav ul.main_menu > li.menu-item-has-children:hover a::after {
  color: #a6a182;
}

.header .ma5menu__toggle {
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0rem;
  color: #999999;
  font-size: 1.5rem;
  transition: all 0.5s ease-in-out;
  flex-shrink: 0;
  margin-left: 1.25rem;
}

.header .ma5menu__toggle:focus {
  outline: none;
}

.header .ma5menu__toggle:hover {
  color: #a6a182;
}

.header .header_search {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #999999;
  line-height: 1.125rem;
  transition: all 0.5s ease-in-out;
}

.header .header_search .form-control-submit {
  background: transparent;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #999999;
  border: none;
  padding: 0rem;
  cursor: pointer;
}

.header .header_search .form-control-submit:focus {
  outline: none;
}

.header .open_search {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-30px);
  margin: 0px 15px 0px 0px;
  width: calc(3.4375rem + 22.5vw);
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}

@media (min-width: 1400px) {
  .header .open_search {
    width: 23.125rem;
  }
}

.header .open_search.active {
  height: 3.75rem;
}

.header .open_search .search_form {
  width: 100%;
  max-width: 100%;
}

.header .open_search .search_form .form-control {
  height: 3.75rem;
  border-radius: 0rem;
  padding: 0.3125rem 1.5625rem;
  background: #ffffff;
  color: #000000;
}

.header .open_search .search_form .form-control-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0px;
  background: transparent;
  color: #000000;
  padding: 0.625rem;
  font-size: 1rem;
  cursor: pointer;
}

.aside_open {
  position: relative;
  background: transparent;
  padding: 0rem;
  border: none;
  outline: none;
  width: 0.875rem;
  margin-right: 1.25rem;
}

.aside_open .line {
  background-color: #000;
  width: 100%;
  height: 0.125rem;
  display: block;
  float: right;
  transition: all 0.5s ease-in-out;
}

.aside_open .line:not(:last-child) {
  margin-bottom: 0.25rem;
}

.aside_open .line:nth-child(2) {
  width: 0.75rem;
}

.aside_open:hover .line:nth-child(2) {
  width: 0.875rem;
}

.aside_info_wrapper {
  padding: calc(1.375rem + 1.28571vw) calc(1.4375rem + 1.92857vw);
  background: #fff;
  max-width: calc(4.875rem + 37.28571vw);
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc(-4.375rem - 32.14286vw);
  overflow-y: auto;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
      box-shadow: 0 6px 18px rgba(60, 40, 20, 0.12);
}

@media (min-width: 1400px) {
  .aside_info_wrapper {
    padding: 2.5rem 3.125rem;
  }
}

@media (min-width: 1400px) {
  .aside_info_wrapper {
    max-width: 37.5rem;
  }
}

@media (min-width: 1400px) {
  .aside_info_wrapper {
    right: -32.5rem;
  }
}

.aside_info_wrapper.show {
  right: 0;
  transform: scale(1);
}

.aside_info_wrapper .aside_close {
  font-size: 1.5rem;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 55px;
}

.aside_info_wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}

.aside_info_wrapper .aside_logo {
  position: relative;
}

.aside_info_wrapper .aside_logo a {
  display: inline-block;
}

.aside_info_wrapper .aside_logo a img {
  max-width: 160px;
  transition: all 0.5s ease-in-out;
}

.aside_info_wrapper .aside_logo a.dark_logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.aside_info_wrapper .aside_info_inner {
  margin-top: 25px;
  padding: 0px 15px;
}

.aside_info_wrapper .aside_info_inner h5, .aside_info_wrapper .aside_info_inner .h5 {
  display: inline-block;
  color: #000;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}

.aside_info_wrapper .aside_info_inner .aside_info_inner_box {
  margin-top: 1.875rem;
}

.aside_info_wrapper .aside_info_inner .aside_info_inner_box p {
  font-size: 0.9375rem;
}

.aside_info_wrapper .aside_info_inner .social_sites {
  margin-top: 1.875rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul {
  list-style-type: none;
  padding: 0rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul li:not(:last-child) {
  margin-right: 0.625rem;
}

.aside_info_wrapper .aside_info_inner .social_sites ul li a {
  color: #ffffff;
  background-color: #2e2e2e;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 50%;
}

.mr_menu_toggle {
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0rem;
  color: #999999;
  font-size: 1.5rem;
  transition: all 0.5s ease-in-out;
  flex-shrink: 0;
  margin-left: 1.25rem;
  border: 0;
}

.mr_menu_toggle:focus {
  outline: none;
}

.mr_menu_toggle:hover {
  color: #a6a182;
}

.mr_menu {
  width: 350px;
  background: #1d1d1d;
  padding: 0px;
  height: 100%;
  position: fixed;
  left: -350px;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
}

.mr_menu .mr_menu_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #222222;
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.mr_menu .mr_menu_close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  padding: 0px;
  color: #a6a182;
  font-size: 20px;
  line-height: 20px;
  border: 0px solid #a6a182;
  border-radius: 0px;
  transition: all 0.5s ease;
}

.mr_menu .mr_menu_close:focus {
  outline: none;
}

.mr_menu .logo {
  position: relative;
  text-align: center;
  margin-top: calc(1.5rem + 2.57143vw);
  margin-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
  .mr_menu .logo {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1400px) {
  .mr_menu .logo {
    margin-bottom: 10rem;
  }
}

.mr_menu .logo a {
  display: inline-block;
}

.mr_menu .logo a img {
  width: 40%;
  transition: all 0.5s ease-in-out;
}

.mr_menu .logo a.dark_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.mr_menu .logo_left_menu {
  position: relative;
  text-align: center;
  margin-top: calc(1.5rem + 2.57143vw);
  margin-bottom: calc(2.125rem + 9vw);
}

@media (min-width: 1400px) {
  .mr_menu .logo_left_menu {
    margin-top: 3.75rem;
  }
}

@media (min-width: 1400px) {
  .mr_menu .logo_left_menu {
    margin-bottom: 10rem;
  }
}

.mr_menu .logo_left_menu a {
  display: inline-block;
}

.mr_menu .logo_left_menu a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.mr_menu ul.main_menu {
  padding: 0px;
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mr_menu ul.main_menu li {
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5rem;
  width: 100%;
}

.mr_menu ul.main_menu li a {
  list-style: none;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid transparent;
}

.mr_menu ul.main_menu li.current > a, .mr_menu ul.main_menu li.active > a, .mr_menu ul.main_menu li:hover > a {
color: #fff;
    border-left-color: #e9232a;
}

.mr_menu ul.main_menu li .submenu_opener {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border: none;
  height: 50px;
  width: 40px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  background: rgba(153, 153, 153, 0.1);
  cursor: pointer;
  z-index: 5;
}

.mr_menu ul.main_menu li .submenu_opener i {
  position: relative;
  display: block;
  transition: all 0.5s ease;
}

.mr_menu ul.main_menu li.nav_open > .submenu_opener i {
  transform: rotate(90deg);
  animation: blinking 1.5s ease-in-out infinite;
}

@keyframes blinking {
  0% {
    bottom: -3px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: -3px;
  }
}

.mr_menu ul.main_menu li ul {
  position: relative;
  display: none;
  overflow: hidden;
  min-width: auto;
  width: 100%;
  margin: 0px 0px;
  padding-left: 10px;
  z-index: 5;
  background: #222222;
  border-radius: 0px;
}

body.mr_menu_active .mr_menu {
  left: 0;
}

body.mr_menu_active .mr_menu_overlay {
  width: 100%;
}

body.left_menu {
  padding-left: 300px;
}

body.left_menu .mr_menu {
  left: 0;
}

@media screen and (max-width: 991.9px) {
  body.left_menu {
    padding-left: 0px;
  }
  body.left_menu .mr_menu {
    left: -300px;
  }
  body.left_menu.mr_menu_active .mr_menu {
    left: 0px;
  }
}

.divider_bg {
  position: relative;
  z-index: 1;
  width: calc(100% - 260px);
  height: 5rem;
  margin-top: calc(1.71875rem + 4.82143vw);
}

@media (min-width: 1400px) {
  .divider_bg {
    margin-top: 5.9375rem;
  }
}
/*.container {
    max-width: 1600px;
}*/
/*@media screen and (min-width: 100.062em) {
    .container {
        width: calc(100% - 240px);
    }
}*/
.slide_content .slide_content_wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0rem;
}

.slide_content .slide_content_wrapper .slide_content_inner {
  position: relative;
  padding: 20px 30px 20px 30px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
      background: #1b1b1b;
          margin: 50px;
}

.slide_content .slide_content_wrapper .slide_content_inner .meta {
  margin-top: 0px;
  margin-bottom: 0px;
}

/*-- Theme Slider --*/
.theme_slider {
  position: relative;
  /*padding: calc(2.3125rem + 2.92857vw) 0 0 0;*/
}

/*@media (min-width: 1400px) {
  .theme_slider {
    padding: 5.875rem 0 0 0;
  }
}
*/
.theme_slider .swiper {
  padding-bottom: calc(1.5rem + 2.57143vw);
}

@media (min-width: 1400px) {
  .theme_slider .swiper {
    padding-bottom: 3.75rem;
  }
}

.theme_slider .swiper-slide {
  padding-right: calc(0.0938rem + 0.67909vw);
}

@media (min-width: 1400px) {
  .theme_slider .swiper-slide {
    padding-right: 0.688rem;
  }
}

.theme_slider .swiper-slide .slider {
    min-height: 100svh;   /* mobile-safe viewport */
    height: 100vh;        /* fallback */
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
}.theme_slider .swiper-slide .slider {
    min-height: calc(100svh - 90px); /* header height */
}.theme_slider,
.theme_slider .container,
.theme_slider .swiper,
.theme_slider .swiper-wrapper,
.theme_slider .swiper-slide {
    height: 100%;
}
.theme_slider,
.theme_slider .swiper,
.theme_slider .swiper-wrapper,
.theme_slider .swiper-slide {
    height: 100%;
}
.theme_slider .swiper-slide .slider .slide_content {
  /*max-width: 310px;*/
  /*margin-right: 50px;*/
  /*margin-right: calc(-4.375rem - 6.42857vw);*/
  transform-style: preserve-3d;
  width: 100%;
      position: relative;
    z-index: 10;
    height: 100%;
}

@media (min-width: 1400px) {
  .theme_slider .swiper-slide .slider .slide_content {
    /*margin-right: 7.5rem;*/
  }
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper {
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .meta .category {
  font-size: 0.6875rem;
  font-weight: 600;
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
  position: relative;
  padding-top: calc(1.75rem + 5.14286vw);
  margin-bottom: calc(1.75rem + 5.14286vw);
}

@media (min-width: 1400px) {
  .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    padding-top: 6.25rem;
  }
}

@media (min-width: 1400px) {
  .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
    margin-bottom: 6.25rem;
  }
}

.theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(1.75rem + 5.14286vw);
  background-color: #54595f;
}

@media (min-width: 1400px) {
  .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4::before, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4::before {
    height: 6.25rem;
  }
}

.theme_slider .swiper-slide-active .slider .slide_content .slide_content_wrapper {
  transform: scale(1);
  transition-delay: 0.5s;
}
.text-olive {
    color: #a6a182;
}.details_link a {
    color: #e9232a;
    display: flex;
    align-items: center;
}body.bg-dark.bg-white .details_link a, body.bg-white .details_link a {
    color: #a6a182;
}.details_link a {
    color: #e9232a;
    display: flex;
    align-items: center;
}.details_link a .link_icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}.details_link a .link_icon .line

 {
    position: absolute;
    right: 50%;
    top: 49.4%;
    width: 2.1875rem;
    height: 0.0625rem;
    display: inline-block;
    background-color: #e9232a;
    z-index: 1;
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}.details_link a .link_icon .circle {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #e9232a;
}.details_link a .link_icon .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 100%;
    display: inline-block;
    background-color: #e9232a;
}.details_link a .link_text {
    margin-right: 1.875rem;
}@media (min-width: 1400px) {
    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        margin-bottom: 6.25rem;
    }
}@media (min-width: 1400px) {
    .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner h4, .theme_slider .swiper-slide .slider .slide_content .slide_content_wrapper .slide_content_inner .h4 {
        padding-top: 6.25rem;
    }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a6a182;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 72px;
   
}
.swiper-pagination-bullet {
  
    background: #fff;
    opacity: 1;
}
.section, section {
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}
.icon_box {
  transition: all 0.5s ease-in-out;
    border-color: #e6e6e6;
    background-color: #f8f8f8;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    /*padding: 50px;*/
        height: 100%;
}

.d-content{
    padding: 50px 50px 15px;
}
.arrow_effect{
    padding-bottom: 50px;
    margin-right: 23px;
}
.icon_box h6, .icon_box .h6 {
    color: #000;
    margin-bottom: 8px;
    transition: all 0.5s ease-in-out;
}
body.bg-white .icon_box .text-white{
      color: #000000 !important;
}
.icon_box h4, .icon_box .h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}body.bg-white .icon_box .text-gray-600 {
    color: #54595f;
}
.icon_box .arrow_effect {
    margin-top: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* display: flex; */
    /* justify-content: end; */
    /* position: relative; */
    /* right: 0; */
    float: right;
    margin-bottom: 20px;
    border: 1px solid #e9232a;
}
.icon_box .arrow_effect a {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    /* padding: 50px; */
    left: 17px;
} body.bg-white .icon_box .arrow_effect a .crossline1 {
    background-color: #2e2e2e;
}.icon_box .arrow_effect a .crossline1 {
    width: 15px;
    background-color: #000;
    opacity: 1;
}.icon_box .arrow_effect a .crossline1, .icon_box .arrow_effect a .crossline2 {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}body.bg-white .icon_box .text-gray-600 {
    color: #54595f;
}.icon_box p {
      font-size: 18px;
    color: #000;
    line-height: 30px; 
    /*height: 100px;*/
}

.text-gray-600 {
    color: #999999;
}
p {
     font-size: 18px;
 
    line-height: 30px;
    font-weight: 400;
}p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Jost';
}
body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::after, body.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-white .icon_box .arrow_effect a .crossline1::after {
    background-color: #2e2e2e;
}
.icon_box .arrow_effect a .crossline1::before {
    top: 0;
}.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline1::after {
   background-color: #000;
}

.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline2::before {
    transform: rotate(40deg);
}.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline1::after, .icon_box .arrow_effect a .crossline2::before, .icon_box .arrow_effect a .crossline2::after {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    height: 1px;
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}
body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-dark.bg-white .icon_box .arrow_effect a .crossline1::after, body.bg-white .icon_box .arrow_effect a .crossline1::before, body.bg-white .icon_box .arrow_effect a .crossline1::after {
    background-color: #2e2e2e;
}
.icon_box .arrow_effect a .crossline1::after {
    bottom: 0;
}
.icon_box .arrow_effect a .crossline1::after, .icon_box .arrow_effect a .crossline2::after {
    transform: rotate(-40deg);
}
.icon_box .arrow_effect a .crossline1::before, .icon_box .arrow_effect a .crossline1::after, .icon_box .arrow_effect a .crossline2::before, .icon_box .arrow_effect a .crossline2::after {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    height: 1px;
    transform-origin: right;
    transition: all 0.5s ease-in-out;
}
.large_font {
    position: absolute;
    top: 85px;
    width: 100%;
    z-index: -1;
        left: 10%;
}body.bg-dark.bg-white .about.bg-dark-100, body.bg-dark.bg-white .services.bg-dark-100, body.bg-dark.bg-white .divider_bg.bg-dark-100, body.bg-white .about.bg-dark-100, body.bg-white .services.bg-dark-100, body.bg-white .divider_bg.bg-dark-100 {
    background-color: #ffffff;
}.about_image {
    position: relative;
    z-index: 1;
}.about_image img:last-child {
    position: absolute;
    left: 20px;
    bottom: 20px;
}.about_text_inner {
    padding-left: 2.8125rem;
}.about_text {
    margin-bottom: 35px;
}.about_icon_box {
    margin-bottom: 25px;
}.icon_box_flex {
   /* display: flex;
    align-items: center;
    justify-content: flex-start;*/
    margin-bottom: 10px;
}body.bg-dark.bg-white .icon_box_flex .icon_size, body.bg-white .icon_box_flex .icon_size {
    border-color: #e6e6e6;
}

.icon_box_flex .icon_size {
    border: 1px solid #e9232a;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}.icon_box_flex .icon_size img {
    width: 31px;
    height: 31px;
    filter: invert(1);
}
body.bg-dark.bg-white .large_font .text-dark-200, body.bg-white .large_font .text-dark-200 {
    color: #f2f2f2;
}@media (min-width: 1400px) {
    .large_font h2, .large_font .h2 {
        line-height: 13.5rem;
    }
}@media (min-width: 1400px) {
    .large_font h2, .large_font .h2 {
        font-size: 15rem;
    }
}.large_font h2, .large_font .h2 {
    font-size: calc(2.625rem + 12.14286vw);
    line-height: calc(2.475rem + 12.6vw);
    letter-spacing: 1.25rem;
    text-align: center;
    text-transform: uppercase;
}[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
 .large_font .text-dark-200 {
    color: #f2f2f2;
        font-weight: 500;
}
@media (min-width: 1400px) {
    .about_text h2, .about_text .h2 {
        font-size: 3rem;
    }
}
.about_text h2, .about_text .h2 {
 line-height: 43px;
    margin-bottom: 25px;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 36px;
    /* font-weight: 400; */
    letter-spacing: 0px;
    text-transform: none;
    color: rgb(18, 18, 18);
}
h2, .h2 {
    font-size: calc(1.35rem + 1.02857vw);
    font-weight: 700;
}
.icon_box_flex h6, .icon_box_flex .h6 {
    margin-left:0px;
   
       font-size: 19px;
}
.btn_group {
    position: relative;
    z-index: 1;
    display: block;
}
.btn.black, .bg-dark.bg-white .btn.olive, .bg-white .btn.gray, .bg-white .btn.black, .bg-white .btn.olive {
    color: #ffffff;
}
.btn.gray {
    background-color: #54595f;
    color: #ffffff;
}
.btn.gray:before {
    background-image: url(../img/btn-texture-gray.png);
    border-color: #54595f;
}
.btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 9px;
    left: 9px;
    background-image: url(../img/btn-texture-black.png);
    border: 1px solid #000000;
    box-sizing: border-box;
    z-index: -1;
    transition: left 0.3s ease-out 0.3s, top 0.3s ease-out 0.3s;
}
@media (min-width: 1400px) {
    .btn {
        padding: 0.75rem 2.9375rem;
    }
}
.btn {
    position: relative;
    width: auto;
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 0.75rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    padding: 0.75rem calc(1.41875rem + 1.73571vw);
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 0rem;
    cursor: pointer;
    backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.bg_1 {
    background: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.funfacts_inner {
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-flow: row wrap;
}

.funfacts_inner .funfact .funfact_content h2, .funfacts_inner .funfact .funfact_content .h2 {
  color: #ffffff;
  font-size: calc(1.525rem + 2.82857vw);
  font-weight: 600;
  line-height: calc(1.525rem + 2.82857vw);
}

@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content h2, .funfacts_inner .funfact .funfact_content .h2 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content h2, .funfacts_inner .funfact .funfact_content .h2 {
    line-height: 4rem;
  }
}

.funfacts_inner .funfact .funfact_content span {
  color: #ffffff;
  font-size: calc(1.525rem + 2.82857vw);
  font-weight: 600;
  line-height: calc(1.525rem + 2.82857vw);
}

@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content span {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content span {
    line-height: 4rem;
  }
}

.funfacts_inner .funfact .funfact_content p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: calc(1.28125rem + 0.32143vw);
  margin-top: calc(1.28125rem + 0.32143vw);
  margin-bottom: 0;
  color: #ffffff;
}
.funfact_content span{
  color: #fff !important;
}.funfact_content h2{
  color: #fff !important;
}
@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content p {
    line-height: 1.5625rem;
  }
}

@media (min-width: 1400px) {
  .funfacts_inner .funfact .funfact_content p {
    margin-top: 1.5625rem;
  }
}
.funfacts_inner .funfact2 .funfact_content h2, .funfacts_inner .funfact2 .funfact_content .h2 {
    font-size: calc(1.275rem + 0.25714vw);
    font-weight: 600;
    line-height: calc(1.325rem + 0.77143vw);
    color: #ffffff;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

@media (min-width: 1400px) {
    .funfacts_inner .funfact2 .funfact_content p {
        line-height: 1.75rem;
    }
}
.funfacts_inner .funfact2 .funfact_content p {
    font-size: 18px;
    font-weight: 600;
    line-height: calc(1.3rem + 0.51429vw);
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0rem;
}
.funfacts_inner .funfact2 .fun_img {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.125rem;
    border: 0.0625rem dashed #ffffff;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 1.25rem;
}.running_projects {
  z-index: 1;
}

.running_projects .grid-item {
  overflow: visible;
}

.running_projects .grid-item .thumb {
  overflow: visible;
}

.running_projects .grid-item img.item_image {
     width: 100%;
}
.funfacts {
  padding: 60px 0 !important;
}
.running_projects .grid-item .works-info {
  position: absolute;
  background: #000000;
  max-width: 300px;
  top: 50%;
  left: -150px;
  padding: calc(1.40625rem + 1.60714vw);
  margin-top: 0px;
  transform: translateY(-50%) perspective(400px) rotateY(-90deg);
  transform-origin: center;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
  .running_projects .grid-item .works-info {
    padding: 2.8125rem;
  }
}

.running_projects .grid-item .label-text h6, .running_projects .grid-item .label-text .h6 {
  letter-spacing: 0.1875rem;
  color: #a6a182;
}

.running_projects .grid-item .label-text h6 a, .running_projects .grid-item .label-text .h6 a {
  color: #ff9da2;
}

.running_projects .grid-item .label-text h5, .running_projects .grid-item .label-text .h5 {
    margin-top: 8px;
    margin-bottom: 0px;
}

.running_projects .grid-item .label-text .details_link {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #a6a182;
  margin-bottom: 0px;
  transition-delay: 0.9s;
}

.running_projects .grid-item .label-text .details_link a {
  color: #a6a182;
}

.running_projects .grid-item.active .works-info, .running_projects .grid-item:hover .works-info {
  transform: translateY(-50%) perspective(400px) rotateY(0deg);
}

.running_projects .left_part {
  /*display: flex;*/
/*  align-items: end;
  height: 100%;*/
}

.running_projects .left_part .grid-item .works-info {
  right: -110px;
  left: unset;
}

.running_projects .right_part .grid-item:first-child {
  margin-bottom: 5.625rem;
  margin-left: 2.9375rem;
}
@media (min-width: 1400px) {
    .running_projects .grid-item .works-info {
        padding: 2.8125rem;
    }
}

.running_projects .grid-item .works-info {
  position: absolute;
    background: #58585a;
    max-width: 300px;
    top: 50%;
    left: -150px;
    padding: calc(1rem + 1vw);
    margin-top: 0px;
    transform: translateY(-50%) perspective(400px) rotateY(-90deg);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}
.grid-item .works-info {
    margin-top: 1.25rem;
}
.running_projects .works-info h5 a{
  color: #ffffff;
}
@media(min-width: 1200px){
 .theme_slider .container{
  padding: 0 60px;
  max-width: 100%;
  margin: 0;
} 

} .section-hero .hero-menu a .text

 {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    transform: translateX(-50%) translateY(-50%);
}
.packery .grid-item .works-info {
    background-color: #f8f8f8;
}
.grid-item.width-50 {
    width: 50%;
}
.gutter-20 .grid-item {
    padding: 1.25rem;
}
.section-hero .hero-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end
}

@media (min-width: 992px) and (max-width:1199px) {
    .section-hero .hero-menu {
        padding-top:64px
    }
}

@media (max-width: 991px) {
    .section-hero .hero-menu {
        /*position:relative;*/
       /* height: auto;
        margin-top: auto*/
    }
    .slide_content .slide_content_wrapper .slide_content_inner {
    position: relative;
    padding: 20px 30px 20px 30px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    background: #1b1b1b;
          margin: 20px !important;
}
}

.section-hero .hero-menu>div {
    height: 100%;
    display: flex;
    flex-direction: column-reverse
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #fff;
}
.section-hero .hero-menu a {
    display: block;
    position: relative;
    width: calc(var(--hero-height)/3);
    /*padding: 100px 100px;*/
    /*padding-bottom: 100%;*/
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    box-shadow: 1px 0 0 0 #fff,0 1px 0 0 #fff,1px 1px 0 0 #fff,1px 0 0 0 #fff inset,0 1px 0 0 #fff inset;
    transition: background-color .2s ease-in-out;
    background: rgb(0 0 0/20%)
}
@media (max-height: 700px) {
    .section-hero {
        min-height: 700px;
        --hero-height: 700px;
    }
}
@media (max-width: 1400px) {
    .section-hero .hero-menu a {
        width:calc(var(--hero-height)/3);
        height: 33.33%;
        font-size: 21px
    }
}

@media (max-width: 1199px) {
    .section-hero .hero-menu a {
        width:calc(var(--hero-height)/4.3);
        padding-bottom: 102%
    }
}

@media (max-width: 991px) {
    .section-hero .hero-menu a {
        width:50vw;
        padding-bottom: 45%
    }
}

@media (max-width: 767px) {
    .section-hero .hero-menu a {
        font-size:20px;
        padding-bottom: 0;
        height: 130px
    }
}

.section-hero .hero-menu a svg {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 15px;
    fill: #fff;
    transition: transform .2s ease-in-out
}

@media (max-width: 767px) {
    .section-hero .hero-menu a svg {
        top:10px;
        right: 10px
    }
}

.section-hero .hero-menu a .text {
      font-size: 18px;
    /*position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 100%;

    padding: 20px;
    transform: translateX(-50%) translateY(-50%)*/
}

.section-hero .hero-menu a:hover {
    background-color: rgba(0,0,0,.3);
    backdrop-filter: blur(2px) saturate(100%)
}

.section-hero .hero-menu a:hover svg {
    transform: translateY(-10px) translateX(10px)
}

.scroll-next-section {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.scroll-next-section .cursor {
    animation-name: cursornimate;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 2s
}

@keyframes cursornimate {
    0%,100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(7px)
    }
}

.container-wrap {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    --teaser-ornament: 0px;
    --teaser-meh: 0px
}
@media (max-height: 700px) {
    .section-hero {
        min-height: 700px;
        --hero-height: 700px;
    }
}
.home_contact input {
    margin-bottom: 1.5625rem;
    transition: all 0.5s ease;
}select, input[type="text"],input[type="file"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 40px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
       background-color: #f8f8f8;
    border: 1px solid #f2f2f2;
    color: #000000;
    background-clip: padding-box;
    border-width: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}
.home_contact .btn_group {
    margin-top: 1.5625rem;
}

.btn_group {
    position: relative;
    z-index: 1;
    display: block;
}.footer .footer_inner .section-header h2, .footer .footer_inner .section-header .h2 {
    font-size: calc(1.8125rem + 5.78571vw);
    line-height: calc(1.65rem + 4.11429vw);
    writing-mode: vertical-rl;
    color: #2e2e2e;
    margin: 0px 0px 0px -47px;
    transform: rotate(180deg);
}@media (min-width: 1400px) {
    .footer .footer_inner {
        padding: 5.313rem 0;
    }
}

.footer .footer_inner {
    position: relative;
    z-index: 1;
    padding: calc(1.6563rem + 4.17909vw) 0;
}textarea.form-control {
    display: block;
    width: 100%;
    height: 150px;
    padding: 10px 40px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    background-color: #000000;
    color: #b2b2b2;
    background-clip: padding-box;
    border-width: 0px;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
}textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.pt-4 {
    padding-top: 1.5rem !important;
}textarea.form-control {
    background-color: #f8f8f8;
    border: 1px solid #f2f2f2;
    color: #000000;
}/*=========== Footer =========*/
.footer {
  position: relative;
  padding-top: 0;
  /*padding-bottom: calc(1.5625rem + 3.21429vw);*/
}

@media (min-width: 1400px) {
  .footer {
    padding-bottom:0;
  }
}

.footer.pd-top {
  padding-top: calc(1.5625rem + 3.21429vw);
}

@media (min-width: 1400px) {
  .footer.pd-top {
    padding-top: 4.375rem;
  }
}

.footer .footer_inner {
  position: relative;
  z-index: 1;
  /*padding: calc(1.6563rem + 4.17909vw) 0;*/
}

@media (min-width: 1400px) {
  .footer .footer_inner {
    padding: 5.313rem 0;
  }
}

.footer .footer_inner > div {
  position: relative;
  z-index: 2;
}

.footer .footer_inner .section-header {
  margin-bottom: 0rem;
}

.footer .footer_inner .section-header h2, .footer .footer_inner .section-header .h2 {
  font-size: calc(1.8125rem + 5.78571vw);
  line-height: calc(1.65rem + 4.11429vw);
  writing-mode: vertical-rl;
  color: #2e2e2e;
  margin: 0px 0px 0px -47px;
  transform: rotate(180deg);
}

@media (min-width: 1400px) {
  .footer .footer_inner .section-header h2, .footer .footer_inner .section-header .h2 {
    font-size: 5.875rem;
  }
}

@media (min-width: 1400px) {
  .footer .footer_inner .section-header h2, .footer .footer_inner .section-header .h2 {
    line-height: 5.25rem;
  }
}

.footer .footer_inner .communication .info_body h6, .footer .footer_inner .communication .info_body .h6 {
  color: #9E9E9E;
  font-weight: 400;
  line-height: 2.125rem;

    font-size: 19px;
}

.footer .footer_inner .communication .info_body h5, .footer .footer_inner .communication .info_body .h5 {
  color: #ffffff;
    font-size: 17px;
  font-weight: 400;
  line-height: 2.25rem;
  word-break: break-all;
}

.footer .footer_inner .communication .info_body:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.footer .footer_inner .footer_social {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

.footer .footer_inner .footer_social .social_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 0px;
  margin-bottom: 0px;
}

.footer .footer_inner .footer_social .social_list li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.footer .footer_inner .footer_social .social_list li:not(:last-child) {
  margin-right: 10px;
}

.footer .footer_inner .footer_social .social_list li a {
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
  text-align: center;
  color: #ffffff;
  background: #e9232a;
  display: block;
  outline: none;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 100%;
}

.footer .footer_inner .footer_social .social_list li a:hover {
  color: #a6a182;
}

.footer .footer_inner .terms_condition {
  margin-bottom: 0.625rem;
}

.footer .footer_inner .terms_condition ul {
  margin: 0rem;
  padding: 0rem;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.footer .footer_inner .terms_condition ul li {
  margin-bottom: 0rem;
  line-height: 1rem;
}

.footer .footer_inner .terms_condition ul li:not(:last-child) {
  margin-right: 1.5625rem;
}

.footer .footer_inner .terms_condition ul li a {
  color: #b2b2b2;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.footer .footer_inner .terms_condition ul li a:hover {
  color: #ffffff;
}

.footer .footer_inner .copyright p {
  font-size: 0.75rem;
  color: #b2b2b2;
}

.footer .grid_lines {
  padding: 0 calc(1.56875rem + 3.27857vw);
}

@media (min-width: 1400px) {
  .footer .grid_lines {
    padding: 0 4.4375rem;
  }
}

.footer .grid_lines .grid_line {
  background-color: #191919 !important;
}
@media (max-height: 700px) {
    .section-hero {
        min-height: 700px;
        --hero-height: 700px;
    }
}

.section-hero {
    position: relative;
    color: #fff;
    min-height: 100vh;
    --hero-height: 100vh;
    background: #000
}

@media (max-height: 700px) {
    .section-hero {
        min-height:700px;
        --hero-height: 700px
    }
}

@media (max-height: 900px) and (max-width:991px) {
    .section-hero {
        min-height:900px;
        --hero-height: 900px
    }
}

@media (max-width: 767px) {
    .section-hero {
        min-height:100vh;
        --hero-height: 100vh
    }
}

.section-hero .bg-image {
    background-color: #2f2f2f;
    opacity: .7
}

.section-hero.shader-half:before,.section-hero.shader-half:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: .15;
    z-index: 5
}

@media (max-width: 991px) {
    .section-hero.shader-half:before,.section-hero.shader-half:after {
        width:100%;
        height: 50%
    }
}

.section-hero.shader-half:before {
    background: -moz-linear-gradient(left,#000 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left,#000 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right,#000 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=1)
}

@media (max-width: 991px) {
    .section-hero.shader-half:before {
        background:-moz-linear-gradient(top,#000 0%,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top,#000 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,#000 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)
    }
}

.section-hero.shader-half:after {
    left: auto;
    right: 0;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,#000 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=1)
}

@media (max-width: 991px) {
    .section-hero.shader-half:after {
        top:50%;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,#000 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#000000",GradientType=0)
    }
}

.section-hero.shader-full:before,.section-hero.shader-full:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.section-hero.shader-full:before {
    background-color: rgba(0,0,0,.5)
}

.section-hero.shader-full:after {
    background-blend-mode: multiply;
    background-color: rgba(0,0,0,.2)
}

.section-hero .hero-content {
    position: relative;
    z-index: 9;

    height: 100%
}

.services {
  margin-top: 60px;
}
.section-hero .hero-content .home-awards {
    display: block;
    width: 230px;
    height: auto;
    margin: 0
}

.section-hero .hero-content h1 b {
    text-shadow: 2px 2px 10px #000;
    margin: 20px 0 -60px;
    display: block
}

.section-hero .hero-content p {
   line-height: 32px;
    font-size: 19px;
}

.section-hero .hero-content p span {
    display: block;
    text-shadow: 2px 2px 10px #000
}

.section-hero .hero-content a.button {
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 10px #66666696;
    padding: 10px 0;
    border-bottom: 2px solid #f84147;
    transition-duration: .2s !important
}

.section-hero .hero-content a.button:hover {
    cursor: pointer;
    color: #e9d78d;
    border-color: #e9d78d
}

@media(min-width: 768px) {
    .section-hero .hero-content .home-awards {
        width:330px
    }

    .section-hero .hero-content h1 b {
        margin: 20px 0 -80px;
        width: 600px
    }

    .section-hero .hero-content p {
        width: 520px
    }
}

@media (min-width: 992px) {
    .section-hero .hero-content {
        padding-left:60px;
        min-height: var(--hero-height)
    }
}

@media (max-width: 991px) {
    .section-hero .hero-content {
        display:flex;
        flex-direction: column;
        min-height: 100vh
    }
}

.section-hero .hero-content.center-hero-content {
    display: flex;
    align-items: center;
    padding: 0
}

.section-hero .welcome {
    width: 50%;
    max-width: 490px;
    padding: 27.5vh 0;
    margin: 0 5.4vw
}

@media (max-width: 1400px) {
    .section-hero .welcome {
        max-width:420px
    }
}

@media (max-width: 991px) {
    .section-hero .welcome {
        padding:130px 45px 45px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: auto
    }
}

.section-hero .welcome img {
    margin-bottom: 25px;
    width: 120px
}

@media (min-width: 767px) {
    .section-hero .welcome img {
        width:220px
    }
}

.section-hero .welcome.hero-inner {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.section-hero .hero-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end
}

@media (min-width: 992px) and (max-width:1199px) {
    .section-hero .hero-menu {
        padding-top:64px
    }
}

@media (max-width: 991px) {
    .section-hero .hero-menu {
        position:relative;
        height: auto;
        margin-top: auto
    }
}

.section-hero .hero-menu>div {
    height: 100%;
    display: flex;
    flex-direction: column-reverse
}

.section-hero .hero-menu a {
    display: block;
    position: relative;
    width: calc(var(--hero-height)/3);
    padding-bottom: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    box-shadow: 1px 0 0 0 #fff,0 1px 0 0 #fff,1px 1px 0 0 #fff,1px 0 0 0 #fff inset,0 1px 0 0 #fff inset;
    transition: background-color .2s ease-in-out;
    background: rgb(0 0 0/20%)
}

@media (max-width: 1400px) {
    .section-hero .hero-menu a {
        width:calc(var(--hero-height)/3);
        height: 33.33%;
        font-size: 21px
    }
}

@media (max-width: 1199px) {
    .section-hero .hero-menu a {
        width:calc(var(--hero-height)/4.3);
        padding-bottom: 102%
    }
}

@media (max-width: 991px) {
    .section-hero .hero-menu a {
        width:50vw;
        padding-bottom: 45%
    }
}

@media (max-width: 767px) {
    .section-hero .hero-menu a {
        font-size:20px;
        padding-bottom: 0;
        height: 130px
    }
}

.section-hero .hero-menu a svg {
    position: absolute;
    z-index: 5;
    top: 15px;
    right: 15px;
    fill: #fff;
    transition: transform .2s ease-in-out
}

@media (max-width: 767px) {
    .section-hero .hero-menu a svg {
        top:10px;
        right: 10px
    }
}

.section-hero .hero-menu a .text {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    transform: translateX(-50%) translateY(-50%)
}

.section-hero .hero-menu a:hover {
    background-color: rgba(0,0,0,.3);
    backdrop-filter: blur(2px) saturate(100%)
}

.section-hero .hero-menu a:hover svg {
    transform: translateY(-10px) translateX(10px)
}

.scroll-next-section {
    position: absolute;
    bottom:80px;
    left: 50%;
    transform: translateX(-50%);
    /*z-index: 10;*/
        z-index: 9;
    cursor: pointer;
}

.scroll-next-section .cursor {
    animation-name: cursornimate;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-duration: 2s
}

@keyframes cursornimate {
    0%,100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(7px)
    }
}.section-hero .hero-menu a:hover {
    /*background-color: rgba(0, 0, 0, .3);*/
        background-color: rgb(233 36 43 / 39%);
    backdrop-filter: blur(2px) saturate(100%);
}
.contact_us{
      background: #ececec;
}
.home_contact{
      background: #828283;
    padding: 50px;
}
.footer-widget p{
  font-size: 15px;
    letter-spacing: 1.3px;
    color: #9e9e9e;
}
.copy-right{
   font-size: 15px;
    letter-spacing: 1.3px;
   
}
.footer{
   background-image: url(../img/footer-bg.jpg);
    background-size: cover
}
.textwidget .p1{
  font-size: 15px;
    letter-spacing: 1.3px;
color: #9e9e9e;
}
.widget-title{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
      margin-bottom: 25px;
      color: #fff;
}
.textwidget p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.textwidget p a{
  color: #fff;
      font-size: 15px;
}
.ico-w{
      max-width: 98px;
}
.textwidget p a i{ width: 35px; height: 35px; color: #fff; margin-left: 5px;}
.icon_box:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


@media (min-width: 1400px) {
    .about.style_two {
        padding-bottom: 50px;
    }
}
.about.style_two {
  /*padding-top: 50px;*/
    padding-bottom: 50;
}.about_image {
    position: relative;
    z-index: 1;
}.about_image img.line_frame_2 {
    position: absolute;
    left: auto;
    right: 20px;
    top: 40px;
    z-index: -1;
}.about_text_inner {
    padding-left: 2.8125rem;
}.about_text {
    margin-bottom: 35px;
}body.bg-white .about_text .text-white {
    color: #000000 !important;
}@media (min-width: 1400px) {
    .about_text h2, .about_text .h2 {
        font-size: 3rem;
    }
}
.about_text h2, .about_text .h2 {
    /*font-size: calc(1.425rem + 1.8vw);*/
    line-height: 3.6875rem;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/
    color: #000 !important;
}.about_image img.line_frame_1 {
    position: absolute;
    left: 30px;
    bottom: -80px;
    z-index: -1;
}
.about_image img:last-child {
    position: absolute;
    left: 20px;
    bottom: 20px;
}@media (min-width: 1400px) {
    .about_image img.abt_img_2 {
        left: 5rem;
    }
}
.about_image img.abt_img_2 {
    position: absolute;
    right: 0;
    left: calc(1.625rem + 3.85714vw);
    bottom: -100px;
}.about_image img.line_frame_2 {
    position: absolute;
    left: auto;
    right: 20px;
    top: 40px;
    z-index: -1;
}

 ul.point_order {
    padding-left: calc(1.46875rem + 2.25vw);
    margin-bottom: calc(1.34375rem + 0.96429vw);
    list-style-type: none;
        padding-left: 0.5rem;
}
 ul.point_order li {
    position: relative;
    padding-left: 35px;
    line-height: 36px;
        font-size: 18px;
    /* line-height: 30px; */
    font-weight: 400;
}ul.point_order li:before {
    content: '\F26F';
    font-family: 'bootstrap-icons';
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    color: #e9232a;
}



.abt-hero-section {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/breadcrumb.webp") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-hero-section1 {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/contact.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-hero-section2 {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/partner.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-hero-section3 {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/career.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-hero-section4 {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/about.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.abt-hero-section5 {
  position: relative;
  width: 100%;
  /*height: 100vh; */
  background: url("../img/projects.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.abt-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* dark overlay */
}

.abt-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
  padding: 20px;
}

.abt-hero-content h1 {
  /*font-size: 3rem;*/
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.abt-hero-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.abt-hero-btn {
     display: inline-block;
    padding: 14px 28px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.abt-hero-btn:hover {
  background: #f1f1f1;
}


.leadership-section {
  padding: 80px 20px;
  background: #f9f9f9;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #666;
}

.leaders-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.leader-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  flex: 1 1 300px;
  max-width: 350px;
}

.leader-card h3 {
  font-size: 1.2rem;
  color: #0077b6;
  margin-bottom: 5px;
}

.leader-name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px;
}

.leader-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.leader-message-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.leader-message {
/*  font-size: 0.9rem;
  line-height: 1.5;
  color: #555;*/
  font-family: 'Jost';
}

.leader-message li {
  margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 992px) {
  .leaders-grid {
    flex-direction: column;
    align-items: center;
  }
}
.leaders-luxury {
  padding: 20px 20px;
  /*background: linear-gradient(135deg, #f5f8ff, #ffffff);*/
     background: linear-gradient(135deg, #9e9d9912, #ffffff);
         background-blend-mode: overlay;
    background-color: #0000000d;
    background-attachment: fixed;
}

.section-title {
  text-align: center;
  /*font-size: 2.8rem;*/
  font-weight: 700;
}

.section-subtitle {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.leader-sec{
   margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    /*align-items: center;*/
    padding: 20px;
    background: #fff;
}
.leader-row {
      display: flex;
    gap: 40px;
    /*align-items: center;*/
   
}

.leader-left {
    min-width: 240px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    /*border: 1px solid #ececec;*/
}

.leader-left h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  color: #000;
}

.role {
  display: inline-block;
    background: #e9232a;
    color: #fff;
    padding: 0px 14px;
    border-radius: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Jost';
    margin-top: 10px;
    margin-bottom: 10px;
}
.leader-left img{
      background: #eeeeee;
    border-radius: 20px;
}
.leader-right h3{
  margin-bottom: 10px;
}
.leader-right p {
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.highlight-box {
       background: #fff;
    /*padding: 6px 20px;*/
    /* border-left: 5px solid #58585a3b; */
    border-radius: 20px;
    /* border: 1px solid #9e9e9e5c;
}

.highlight-box strong {
     display: block;
    margin-bottom: 10px;
    font-family: 'Jost';
    font-size: 19px;
    /*color: #fff;*/
}
.highlight-box strong{
  font-size: 22px;
}
.highlight-box p {color: #000;}
.highlight-box ul {
  padding-left: 20px;
}

.highlight-box li {
  margin-bottom: 8px;
      font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: Jost;
}

/* Responsive */
@media (max-width: 768px) {
  .leader-row {
    flex-direction: column;
  }
}


.grid-item {
    overflow: hidden;
    position: relative;
    transition: none;
}
.grid-item .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.grid-item img.item_image {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.grid-item img.item_image {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.grid-item .thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.grid-item .works-info {
  margin-top: 1.25rem;
}

.grid-item .label-text h5, .grid-item .label-text .h5 {
  position: relative;
  color: #ffffff;
  transition-delay: 0.6s;
  margin-bottom: 0.625rem;
}

.grid-item .label-text p {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #999999;
  margin-bottom: 0px;
  transition-delay: 0.9s;
}

.grid-item .label-text h6, .grid-item .label-text .h6 {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 0px;
  transition-delay: 0.9s;
}

.grid-item .label-text h6 a, .grid-item .label-text .h6 a {
  color: #999999;
}

.grid-item .label-text h6 a:hover, .grid-item .label-text .h6 a:hover {
  color: #ffffff;
}

.grid-item .label-text .popup {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

.packery .portfolio-filters-content {
  margin-bottom: 2.5rem;
}

.packery .grid-item .works-info {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  padding: calc(1.34375rem + 0.96429vw);
  margin-top: 0rem;
  max-width: 300px;
  background-color: #ffffffd1;
  transform: perspective(250px) rotateY(-90deg);
  transform-origin: right;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1400px) {
  .packery .grid-item .works-info {
    padding: 2.1875rem;
  }
}

.packery .grid-item .label-text h6, .packery .grid-item .label-text .h6 {
  letter-spacing: 0.1875rem;
  color: #e9232a;
}

.packery .grid-item .label-text h6 a, .packery .grid-item .label-text .h6 a {
  color: #e9232a;
}

.packery .grid-item .label-text h5, .packery .grid-item .label-text .h5 {
  margin-top: calc(1.4375rem + 1.92857vw);
  margin-bottom: 1.25rem;
}

@media (min-width: 1400px) {
  .packery .grid-item .label-text h5, .packery .grid-item .label-text .h5 {
    margin-top: 3.125rem;
  }
}

.packery .grid-item .label-text .details_link {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #a6a182;
  margin-bottom: 0px;
  transition-delay: 0.9s;
}

.packery .grid-item .label-text .details_link a {
  color: #e9232a;
}

.packery .grid-item .works-info {
  transform: perspective(250px) rotateY(0deg);
}

.project-grid-list .grid-item img.item_image {
  width: calc(100% - 150px);
}

.project-grid-list .grid-item .works-info {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) perspective(250px) rotateY(-90deg);
}

.project-grid-list .grid-item:nth-child(even) img.item_image {
  float: right;
}

.project-grid-list .grid-item:nth-child(even) .works-info {
  left: 0;
  right: auto;
  transform: translateY(-50%) perspective(250px) rotateY(90deg);
  transform-origin: left;
}

.project-grid-list .grid-item:nth-child(even):hover .works-info {
  transform: translateY(-50%) perspective(250px) rotateY(0deg);
}

.project-grid-list .grid-item:hover img.item_image {
  transform: scale(1.1);
  filter: brightness(0.6) contrast(1.1) saturate(1.2) blur(3px);
}

.effect-tilt .grid-item .thumb {
  transform-style: preserve-3d;
}

.effect-tilt .grid-item .label-text {
  top: 0%;
  left: 0%;
  transform: none;
}
.pj-details h2{
   font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px; }
.project-overview h2{
      font-weight: 400;
    font-size: 30px;

}
.project-hero { background:url('hero.jpg')center/cover no-repeat; padding:80px 20px; text-align:center; color:#fff; }
.project-hero h1 { font-size:36px; margin-bottom:8px; }
.btn { display:inline-block; padding:12px 24px; border-radius:6px; text-decoration:none; font-weight:600; }
.btn-primary { background:#007bff; color:#fff; }
.btn-success { background:#28a745; color:#fff; }

.project-summary { display:flex; gap:15px; flex-wrap:wrap; padding:10px 0; }
.summary-card { flex:1; min-width:140px; background:#fff; padding:15px; border-radius:8px; text-align:center;      box-shadow: 0 2px 4px rgb(198 198 198); }
.summary-card h3{    color: #e9232a;}
.summary-card p{
  margin-bottom: 0;
  color: #000
}
/*section { padding:30px 20px; }
h2 { font-size:28px; margin-bottom:14px; }
ul { list-style: none; padding:0; }*/
.features-list li { background:#f1f1f1; margin:6px 0; padding:10px; border-radius:6px; }
/*.amenities-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(120px,1fr)); gap:15px; }
.amenity { text-align:center; padding:12px; background:#fff; border-radius:8px; box-shadow:0 1px 3px rgba(0,0,0,0.1); }
.amenity i { font-size:28px; color:#007bff; margin-bottom:8px; }*/

.pricing-section table { width:100%; border-collapse:collapse; margin-top:12px; }
.pricing-section th, .pricing-section td { border:1px solid #ddd; padding:10px; text-align:left; }
.note { font-size:13px; color:#555; margin-top:4px; }

.cta-footer { background:#007bff; color:#fff; text-align:center; padding:18px; position:sticky; bottom:0; }
/* GOLD ACCENT */
:root {
  --gold: #e9232a;
}
.features-list{
  display: flex;
      gap: 10px;
}
.features-list  { list-style: none; padding:0; }
.gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  /*max-width: 1200px;*/
  margin: auto;
}

.gallery-left img {
  width: 100%;
  height: 100%;
      aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
}

.gallery-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gallery-item {
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* Overlay Button */
.gallery-item.overlay {
  position: relative;
}

.gallery-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: white;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }

  .gallery-right {
    grid-template-columns: 1fr 1fr;
  }
}
.unit-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 25px;
}

.detail-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  text-align: center;
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.08);*/
  border: 1px solid rgba(184,155,94,0.2);
  transition: 0.3s ease;
         background: radial-gradient(circle, rgb(233 35 42 / 0%) 0%, rgb(218 188 188 / 13%) 100%);
}
.detail-card h3{
         font-size: 21px;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 14px;
}
.detail-card:hover {
  transform: translateY(-8px);
}

.detail-card i {
  font-size: 34px;
  color: var(--gold);
  margin-bottom: 12px;
}



    .lux-pricing {
  max-width: 900px;
  /*margin: auto;*/
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.lux-title {
  /*text-align: center;*/
  font-size: 32px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.lux-title span {
  color: #e9232a;
}

.lux-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #eee;
}

.lux-row:last-child {
  border-bottom: none;
}

.lux-type {
  font-size: 22px;
  font-weight: 600;
}

.lux-area {
  color: #777;
  font-size: 14px;
}

.lux-price {
  font-size: 24px;
  font-weight: 700;
  color: #e9232a;
  text-align: right;
}

.lux-header {
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}.luxury-key-features {
  /*max-width: 900px;*/
  /*margin: auto;*/
  /*background: linear-gradient(145deg, #ffffff, #f1f1f1);*/
  /*border-radius: 20px;*/
  /*padding: 50px 40px;*/
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.08);*/
  /*position: relative;
  overflow: hidden;*/
}

.luxury-key-features::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: radial-gradient(circle at top right, rgba(201,161,74,0.12), transparent 60%);*/
}

.luxury-key-features h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.luxury-key-features h2 span {
  color: #e9232a;
}

.features-list {
/*  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;*/
      display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
  background: rgba(255,255,255,0.8);
  border-radius: 14px;
  /*padding: 20px 22px;*/
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  border: 1px solid rgba(184,155,94,0.25);
  /*background: radial-gradient(circle at top right, rgba(201, 161, 74, 0.12), transparent 60%);*/
}

.features-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.features-list li::before {
  content: "✦";
  color: #e9232a;
  font-size: 18px;
  flex-shrink: 0;
}.project-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  /*gap: 25px;*/
}

.summary-card {
  background: linear-gradient(145deg, #ffffff, #f1f1f1);
  border-radius: 18px;
    padding: 16px;
  text-align: center;
  /*box-shadow: 0 15px 40px rgba(0,0,0,0.08);*/
  border: 1px solid rgba(184,155,94,0.2);
  transition: 0.3s ease;
}

.summary-card:hover {
  transform: translateY(-6px);
}

.summary-card h3 {
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 8px;
}

.summary-card p {
  font-size: 16px;
  font-weight: 500;
}
.project-overview {
  background: #fff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 30px;
}

.project-overview strong {
  color: var(--gold);
}
.amenities {
      
   /* background: #fff;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);*/
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 12px;
  margin-top: 30px;
}

.amenity {
  text-align: center;
  padding: 25px;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f3f3f3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;

   background: radial-gradient(circle at top right, rgba(201, 161, 74, 0.12), transparent 60%);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    border: 1px solid rgba(184, 155, 94, 0.25);
    height: 100%;
}

.amenity:hover {
  transform: translateY(-6px);
}

.amenity p {
      margin-top: 10px;
    font-weight: 400;
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); */
    gap: 30px;
    margin-top: 30px;
        /*color: #fff;*/
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#000;;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li svg{position:absolute;left:0;margin-top:2px;font-size:20px;color:#fff}
.how-it-works{
  padding: 0px 0 50px;
}
:root {
    --primary-color: #000000;
    --secondary-color: #FBF9F6;
    --bg-color: #F4F0E9;
    --text-color: #62605D;
    --accent-color: #615328;
    --accent-secondary-color: #BDAD7B;
    --white-color: #FFFFFF;
    --divider-color: #00000014;
    --dark-divider-color: #FFFFFF1A;
    
}
.how-works-item{
  position: relative;
  /*min-height: 395px;*/
  /*height: calc(100% - 30px);*/
    height: 100%;
  gap: 30px;
  /*background: #ececec;*/
  /*border-radius: 20px;*/
  padding: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  clip-path: ellipse(120% 93% at 103% 62%);
      background: radial-gradient(circle, rgb(233 35 42 / 0%) 0%, rgb(88 88 90 / 16%) 100%);
}
.how-works-item  .icon-box{
  margin-bottom: 30px;
}
.how-works-item::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: linear-gradient(90deg, var(--accent-secondary-color) 0%, var(--accent-color) 100%);*/
  border-radius: 999px 999px 0 0;
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover:before{
  height: 100%;
  border-radius: 20px;
}
.how-works-item .icon-box{
        border: 2px dashed #9E9E9E;
    width: max-content;
    padding: 17px;
    border-radius: 30px;
    background: #fff
}
.how-works-item .icon-box img{
  width: 100%;
  max-width: 50px;
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .icon-box img{
  filter: brightness(0) invert(1);
}

.how-works-item-body{
  position: relative;
  z-index: 1;
}

.how-works-item-content h3{
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .how-works-item-content h3{
  /*color: var(--white-color);*/
}

.how-works-item-content p{
  margin: 10px 0 0;
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .how-works-item-content p{
  /*color: var(--white-color);*/
}

.how-works-item-content ul{
  border-top: 1px solid var(--divider-color);
    list-style: none;
    margin: 30px 0 0;
    padding: 30px 0 0;
}

.how-works-item-content ul li{
  position: relative;
    padding-left: 15px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .how-works-item-content ul li{
  color: var(--white-color);
}

.how-works-item-content ul li:last-child{
  margin-bottom: 0;
}

.how-works-item-content ul li::before{
  content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--accent-color);
    transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .how-works-item-content ul li::before{
  background: var(--white-color);
}

.how-works-item-no{
  text-align: right;
  margin: 10px -50px -67px 0;
}

.how-works-item-no h2{
  display: inline-block;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px var(--divider-color);
  transition: all 0.4s ease-in-out;
}

.how-works-item:hover .how-works-item-no h2{
  -webkit-text-stroke-color: var(--dark-divider-color);
}
.projects-section {
  padding: 70px 20px;
}

.projects-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-card {
  font-family: sans-serif;
}

.project-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover img {
  transform: scale(1.05);
}

.location-badge {
  position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    color: #000;
}

.project-card h3 {
  font-size: 20px;
  margin: 15px 0 5px;
  font-weight: 700;
}

.project-card p {
  color: #777;
  font-size: 15px;
}

.spacing{
  padding:40px 0;
}
.ic-b{
      /*background: #fff;*/
    padding: 20px;
    border-radius: 50%;
    width: max-content;
    margin: auto;
    border: 1px dashed;
}.feature-item {
  /*background: #111;*/
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 15px;    border: 1px solid #9e9e9e52;
}

.feature-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.feature-item h4 {
  color: #000;
  font-size: 18px;
  margin-top: 15px; font-weight: 500;
}
.swiper_theme_slider {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.feature-slide {
  position: relative;
  height: 350px;
}

.feature-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom title bar */
.feature-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* Center dots */
.swiper-pagination {
  bottom: 60px !important;
}

/* Arrow color */
.swiper-button-prev,
.swiper-button-next {
 color: #fff;
}
.tt-head{
 font-size: 74px;
    margin-bottom: 10px;
    text-shadow: 4.95px 4.95px 9px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.tt-para{
   text-shadow: 4.95px 4.95px 9px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 22px;
}

  .luxury-form {
    /*width: 380px;*/
       background: linear-gradient(180deg, #e5292f, #7a070b);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    color: #fff;
    background: #00000073;
    backdrop-filter: blur(5px);
  }

  .luxury-form h2 {
     text-align: center;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: 1px;
    margin-top: 0;
  }

  .luxury-form p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-bottom: 25px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background: #fff;
    color: #fff;
    outline: none;
    transition: 0.3s;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #777;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 1px rgba(212,175,55,0.4);
  }

  textarea {
    resize: none;
    height: 90px;
  }

  .submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #e9232a;
        /*background: linear-gradient(135deg, #000, #000);*/
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
  }
.btn_group1 {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 30px;
}
  .submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(212,175,55,0.4);
  }

  .download-btn {
    width: 100%;
    margin-top: 12px;
    padding: 13px;
    border-radius: 12px;
     background: transparent;
    border: 1px solid #e5292f;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
  }

  .download-btn:hover {
    background: #e5292f;
    color: #fff;
  }
  .p-sticky{
            position: sticky;
            top: 6rem;
  }
  .gallery-spacing{
    padding: 50px 0 80px;
  }
  .space-top{
    padding: 50px 0;
  }
  @media(min-width: 991px){
    .hh-100{
      height: 100%;
    }
  }
  .leader-sec1 {
 
     padding: 30px !important;
    border: 1px solid #9E9E9E;
    border-top: 10px solid #a7a7a9;
   
}
#become-a-partner{
 scroll-margin-top: 10em;
}html {
  scroll-behavior: smooth;
}

.urban-section {
  padding: 80px 0;
}

.urban-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

/* LEFT CONTENT */
.urban-content {
  flex: 1;
  position: relative;
  padding-left: 30px;
}

.urban-content .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 80px;
  background: #c9a44d;
}

.urban-content h6 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #c9a44d;
  margin-bottom: 20px;
}

.urban-content .intro {
  font-size: 15px;
  color: #666;
  max-width: 480px;
  margin-bottom: 35px;
}

.urban-content h2 {
  font-size: 46px;
  font-weight: 600;
  color: #c9a44d;
  line-height: 1.2;
  margin-bottom: 25px;
}

.urban-content .desc {
 font-size: 18px;
    color: #000;
    max-width: 520px;
    line-height: 1.7;
}

/* RIGHT IMAGE */
.urban-image {
  flex: 1;
  display: flex;
  align-items: stretch;
 /* position: absolute;
    right: 0;
    top: 30%;*/
}

.image-wrap {
  position: relative;
  width: 100%;
  min-height: 520px;      /* controls image height */
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-frame {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 2px solid #c9a44d;
  pointer-events: none;
}
@media (max-width: 991px) {
  .image-wrap {
    min-height: 320px;
  }
}

.urban-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-frame {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid #c9a44d;
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .urban-container {
    flex-direction: column;
  }

  .urban-content h2 {
    font-size: 34px;
  }

  .urban-image {
    margin-top: 40px;
  }
}
.dark-section {
  background: #000;
  color: #fff;
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
}

.dark-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

/* LEFT LINKS */
.dark-links {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
}

.dark-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: #cfcfcf;
}

.dark-item .icon {
  width: 36px;
  height: 36px;
  border: 1px solid #c9a44d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a44d;
  font-size: 16px;
}

/* RIGHT CONTENT */
.dark-content {
  flex: 1.2;
}

.dark-content h2 {
     font-size: 36px; 
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.dark-content p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 15px;
}

.dark-content .rera {
  font-size: 13px;
  color: #c9a44d;
  margin-top: 20px;
}
.icon-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
      margin-bottom: 15px;
}
.small-sub{

  text-shadow: 4.95px 4.95px 9px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 28px;
        margin-bottom: 0;
}
.icon-box-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  /*border: 1px solid #c9a44d;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box-icon img {
  width: 18px;
  height: 18px;
}

/* TEXT */
.icon-box-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #c9a44d;
  margin: 0 0 6px;
}

.icon-box-content p {
      font-size: 17px;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .icon-box {
    gap: 14px;
  }

  .icon-box-content h4 {
    font-size: 14px;
  }

  .icon-box-content p {
    font-size: 12.5px;
  }
}
/* MAIN GALLERY */
.mainSwiper {
  width: 100%;
  height: 450px;
}

.mainSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* POPUP */
.gallery-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.gallery-popup.active {
  display: flex;
}

.popupSwiper {
  width: 90%;
  height: 90%;
}

.popupSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* CLOSE BUTTON */
.popup-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

/* SWIPER ARROWS */
.swiper-button-next,
.swiper-button-prev {
  color: #c9a44d;
}
.dark-content1 h2 {
    position: relative;
    /*display: inline-block;*/
}

.dark-content1 h2::after {
 content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #e9232a;
    margin: 10px auto 0;
}
.grey-bg{
  background: #ececec;
}
.key-f{
  padding: 80px 0;
}

/*---------v-form---------*/
.visitor-form {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000c2;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    /* transform: scale(0); */
    backdrop-filter: blur(2px);
    display: none;
}
.vfb{
    /* transform: scale(1) !important; */
    /* transition: 0.5s; */
    display: flex;
}
.vfs-inner {
    min-width: 540px;
    background: #ffffffe8;
    padding: 0px 0px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    position: relative;
    display: flex;
    /* transform: scale(0); */
}
/* .vfb .vfs-inner {
    transform: scale(1);
    transition: 1s;
} */
.vfsi-l {
    width: 100%;
    max-width: 190px;
    background: #fff;
    padding: 20px;
    border-radius: 10px 0 0 10px;
}
.vfsi-r {
    width: 100%;
    padding: 25px;
}
.vfsil-box img {
    max-width: 70px;
}
.vfsil-box {
    text-align: center;
}
.vfsil-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #e9232a;
    text-align: center;
    padding: 10px 0 20px;
}
.vfsil-box p {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 15px;
}
.vfs-title {
    position: relative;
    padding: 6px 0 20px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
}
span.vs-close img {
    max-width: 18px;
    cursor: pointer;
}
.vfs-title h4 {
    color: #e9232a;
    font-weight: 700;
    margin-bottom: 4px;
    /* text-align: center; */
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
}
.vfs-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    bottom: 0;
}
.vfs-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: #e9232a;
    left: 0%;
    /* transform: translateX(-50%); */
    bottom: 0px;
}
.vs-btn button {
    border: 2px solid #e9232a;
    background: #e9232a;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 14px;
    display: inline-block;
    padding-inline: 30px;
    width: 100%;
}
.vs-btn {
    margin-top: 20px;
}
.vfs-form label {
    color: #000;
    font-size: 17px;
    margin-bottom: 4px;
}
.vfs-form input {
    padding: 8px 14px;
}


/*.visitor-form.popup-onload {
    display: none !important;
}*/
.pc-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
            z-index: 9;
}
.pc-whatsapp a {
    display: inline-flex;
    width: 100%;
    background: #00a315c7;
    align-items: center;
    padding: 12px 18px 12px 18px;
    border-radius: 50px;
    color: #fff;
    gap: 6px;
    backdrop-filter: blur(1px);
}

.pc-whatsapp a:hover {
    background: #00a315;
    transition: 0.5s;
}

.pc-whatsapp a i {
    font-size: 26px;
}

.pc-whatsapp a span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica';
    letter-spacing: 0.7px;
}

.pc-whatsapp a::before,
.pc-whatsapp a::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #25d366;
    border-radius: 50px;
    animation: ripple 2s linear infinite;
    opacity: 0;
}

.pc-whatsapp a::after {
    animation-delay: 1s;
}

.btn4 {
    border: none;
    background: #F8C301;
    color: #111;
    padding: 10px 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.btn4:hover {
    background: #e4b200;
    transition: 0.5s;
}

.btn4::before,
.btn4::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #F8C301;
    border-radius: 10px;
    animation: ripple 2s linear infinite;
    opacity: 0;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    70% {
        transform: scale(1.3);
        opacity: 0;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
