/*
Theme Name: ihc-clr25
Theme URI:
Description: A wordpress theme developed exclusively for IHC Chia Laguna Resort
Author: Unnikrishnan - 77Agency
Author URI:
Version: 1.0
License:
License URI:
Tags:
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
  font-family: Moulin;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1D484A;
  padding-top: 112px;
}

strong, b, em, i, span {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}



h1, .h1{
  font-family: Canopee;
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

h2, .h2{
  font-family: Canopee;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
  margin: 0;
}

h3, .h3{
  font-family: Canopee;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

h4, .h4{
  font-family: Canopee;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0%;
  margin: 0;
}

h5, .h5{
  font-family: Canopee;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  margin: 0;
}

.p2{
  font-family: Moulin;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
}

.p3{
  font-family: Moulin;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.p4{
  font-family: Moulin;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.p5{
  font-family: Moulin;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}

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

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

.fade-in {
  opacity: 0;
  animation: fadeInAnimation 3s ease-out forwards;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

.ihc_button > *{
  z-index: 1;
}

.ihc_button{
  font-family: Ridley Grotesk;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 3.36px;
  text-align: center;
  min-width: 180px;
  border: 1px solid #2C6C60;
  color: #2C6C60;
  display: inline-block;
  padding: 8px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}

.ihc_button::before{
    position: absolute;
    content: ' ';
    border-radius: 50%;
    background-color: #588A81;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    padding-top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.ihc_button:hover::before{
    width: 60%;
    padding-top: 60%;
    opacity: .25;
    transition: all 0.3s ease;
}

.ihc_button:active::before,
.ihc_button:focus::before{
  background-color: #588A81;
  width: 100%;
  padding-top: 100%;
  opacity: .25;
  transition: all 0.3s ease;
}

.ihc_button.primary{
  background-color: #2C6C60;
  color: #fff;
}

.ihc_button.primary::before{
  background-color: #1D484A;
}

.ihc_button.primary:hover::before{
  opacity: 1;
}

.ihc_button.primary:active::before,
.ihc_button.primary:focus::before{
  background-color: #1D484A;
  opacity: 1;
}

.ihc_button.white{
  background-color: #ffffff;
  color: #588A81;
}

.ihc_button.white::before{
  background-color: #588A81;
  opacity: .25;
}

.ihc_button.white:active::before,
.ihc_button.white:focus::before{
  background-color: #588A81;
  opacity: .25;
}

.ihc_button.pink{
  background-color: #EF008A;
  color: #ffffff;
  border: 0;
}

.ihc_button.pink::before{
  background-color: #B61060;
  opacity: 1;
}

.ihc_button.pink:active::before,
.ihc_button.pink:focus::before{
  background-color: #B61060;
  opacity: 1;
}

.ihc_button.active{
  color: #ffffff;
}

.ihc_button.active::before{
  background-color: #1D484A;
  opacity: 1;
  width: 100%;
  padding-top: 100%;
  transition: all 0.3s ease;
}

.ihc_button.white_outline{
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.ihc_button.white_outline::before{
  background-color: #588A81;
  opacity: .25;
}

.ihc_button.white_outline:active::before,
.ihc_button.white_outline:focus::before{
  background-color: #588A81;
  opacity: .25;
}

.ihc_button.active{
  color: #ffffff;
}

.ihc_button.active::before{
  background-color: #1D484A;
  opacity: 1;
  width: 100%;
  padding-top: 100%;
  transition: all 0.3s ease;
}

.ihc_link{
  font-family: Ridley Grotesk;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(44, 108, 96, 1);
  text-decoration: none;
  position: relative;
  display: inline-block;
  z-index: 1;
  min-width: 60px
}

.ihc_link.underline{
  /* text-decoration: underline;
  text-underline-offset: 13px; */
  border-bottom: 1px solid rgba(44, 108, 96, 1);
  padding: 13px 0px;
}

.ihc_link.with_arrow{
  padding-right: 20px;
}

.ihc_link.with_arrow::after{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  right: 4px;
  background-image: url(assets/img/v3/arrow-r.png);
  background-size: 13px;
  top: calc(50% - 8px);
  transition: all 0.3s ease;
}

.ihc_link.with_arrow:hover:after{
  right: 0px;
  transition: all 0.3s ease;
}

.ihc_link::before{
  position: absolute;
  content: ' ';
  border-radius: 50%;
  background-color: rgba(88, 138, 129, 1);
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}

.ihc_link:hover::before{
    width: 40px;
    height: 40px;
    opacity: .2;
    transition: all 0.3s ease;
}

.ihc_link:active::before,
.ihc_link:focus::before{
  width: 40px;
  height: 40px;
  opacity: .2;
  transition: all 0.3s ease;
}




.font_pp_hatton{
  font-family: PP Hatton;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}

.font_ridley{
  font-family: Ridley Grotesk;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-align: center;
  text-transform: uppercase;
  color: #7698B7;
}

.font_white{
  color: #ffffff;
}




.custom-select-wrapper {
  position: relative;
  font-family: sans-serif;
  width: 100%;
  margin: 20px 0px 44px;
}

.select-label {
  position: absolute;
  left: 0px;
  top: 36px;
  color: #1D484A;
  text-transform: uppercase;
  transition: all 0.2s ease;
  pointer-events: none;
  font-family: Ridley Grotesk;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2.88px;
  text-transform: uppercase;

}

.custom-select-box {
  border-bottom: 1px solid #1D484A;
  padding: 24px 0px 5px 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #1d484a;
  position: relative;
  background: transparent;
}

.custom-select-box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1d484a;
  transform: translateY(-50%);
}

.custom-options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #DED5CF;
  display: none;
  z-index: 10;
  padding: 8px 0px;
}

.custom-options li {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: Ridley Grotesk;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2.88px;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}

.custom-options li:hover{
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #2C6C60;
}

.custom-select-box.open .custom-options {
  display: block;
}

.custom-select-box.open + .select-label,
.custom-select-box.has-value + .select-label {
  top: 8px;
  font-size: 10px;
}

.custom-select-box .selected-option{
  font-family: Moulin;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #282931;
  min-height: 24px;
  display: inline-block;
}



.mainmenu.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
}

.header_wrap.header_v3{
  background-color: #EEEBE5;
}

.header_v3 .header_outer{
  display: flex;
  justify-content: space-between;
  background-color: #EEEBE5;
  align-items: stretch;
  min-height: 112px;
}

.header_outer .left_wrap{
  display: flex;
  align-items: stretch;
  min-width: 200px;
}

.header_outer .right_wrap{
  min-width: 200px;
  justify-content: end;
}

.header_outer .lang_switch_outer{
  display: flex;
  align-items: stretch;
  min-width: 80px;
}

.header_outer .active_lang_wrap{
  display: flex;
  align-items: center;
  height: 100%;
}

.header_outer .language_selecter_ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(238, 235, 229, .8);
  width: 100%;
  display: none;
  z-index: 1;
}

.header_outer .lang_switch.active .language_selecter_ul{
  display: block;
}

.header_outer .language_selecter_ul li{
  padding: 12px;
}

.header_outer .language_selecter_ul a{
  min-width: auto;
  cursor: pointer;
}

.header_outer .language_selecter_ul a:hover{
  text-decoration: underline;
  text-underline-offset: 10px;
}

.header_outer .language_selecter_ul a::before,
.header_outer .language_selecter_ul a::after,
.header_outer .language_selecter_ul a:hover::after,
.header_outer .language_selecter_ul a:hover::before{
  content: none;
  display: none;
}


.header_outer .menu_switch{
  display: flex;
  align-items: center;
}

.header_outer .lang_switch{
  position: relative;
}

.header_outer .center_wrap,
.header_outer .right_wrap{
  display: flex;
  align-items: center;
}

.lang_switch_outer .active_lang_wrap a{
  display: inline-block;
  position: relative;
}

.lang_switch_outer .active_lang_wrap a::after{
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -5px;
  top: -7px;
  background-image: url(assets/img/v3/chevron.png);
  background-size: cover;
}

.header_v3 .header_outer img.logo{
  max-width: 240px;
}


.section_menu_mask{
  background-color: rgba(203, 228, 242, 1);
  position: fixed;
  left: 0;
  top: -110%;
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

body.menu_mask_active .section_menu_mask{
  opacity: 1;
  top: 0px;
  visibility: visible;
  transition: all 0.3s ease;
}

.section_menu_mask .close_btn{
  position: absolute;
  height: 48px;
  width: 48px;
  background-image: url(assets/img/v3/icon_close.png);
  background-size: 38px;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
  top: 55px;
  left: 55px;
}

.section_menu_mask .nav-menu{
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.section_menu_mask .nav-menu li{
  padding: 12px;
}

.section_menu_mask .main_menu_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.section_menu_mask .nav-menu a{
  font-family: Canopee;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #2C6C60;
  transition: all 0.3s ease;
}

body.menu_mask_active .section_menu_mask .nav-menu a{
  font-size: 72px;
  transition: all 0.3s ease;
  position: relative;
}


body.menu_mask_active .section_menu_mask .nav-menu a::before{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -12px;
  top: 50%;
  opacity: 0;
  background-color: #588A81;
  border-radius: 50%;
  transition: all 0.3s ease;
}

body.menu_mask_active .section_menu_mask .nav-menu a:hover::before{
  width: 64px;
  height: 64px;
  left: -23px;
  top: 0px;
  opacity: .2;
  transition: all 0.3s ease;
}

.decoration_icon_menu{
  position: absolute;
  top: 59px;
  right: 86px;
  max-width: 125px;
  z-index: 0;
}

.decoration_icon_menu img,
.decoration_icon_menu_mobile img{
  width: 100%;
  height: auto;
}

.decoration_icon_menu_mobile{
    position: absolute;
    bottom: 100px;
    right: 30px;
    max-width: 65px;
    z-index: 0;
}

.section_home_hero .img_wrap{
  position: relative;
  padding-top: 46%;
}

.section_home_hero .img_wrap img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_home_hero .video-container{
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 46%;
  overflow: hidden;
}

.section_home_hero .video-container iframe{
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.section_home_hero .video-container video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section_home_hero .video-container .button_wrap{
  position: absolute;
  bottom: 24px;
  right: 40px;
}

.section_home_hero .hero_text_wrap{
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.section_home_hero .hero_text_wrap .hero_text{
  font-family: Canopee;
  font-weight: 400;
  font-style: Regular;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.section_home_hero .hero_text_wrap .hero_text span{
  font-family: Canopee;
  font-weight: 400;
  font-style: Regular;
  font-size: 104px;
  line-height: 104px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.section_home_hero{
  position: relative;
}

.section_home_hero.section_hero_inner .img_wrap{
  padding-top: 42%;
}

.section_home_hero.section_hero_inner .hero_text_wrap .hero_text{
  font-size: 96px;
  line-height: 100px;
}

.section_home_hero.section_hero_inner .hero_text_wrap .hero_text span{
  font-size: 72px;
  line-height: 80px;
}

.section_home_hero .hero_text_wrap .hero_text img{
  max-width: 520px;
  width: 100%;
}

.section_center_logo_text_link{
  text-align: center;
  padding: 80px 0px;
}

.section_center_logo_text_link .flamingo_icon{
  padding-bottom: 112px;
}

.section_center_logo_text_link .flamingo_icon img{
  max-width: 80px;
  padding: auto;
}

.section_center_logo_text_link .description{
  max-width: 1010px;
  margin: auto;
  color: #fff;
}

.section_center_logo_text_link .description p{
  font-family: PP Hatton;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  color: inherit;
}

.section_center_logo_text_link .bottom_text{
  padding-top: 160px;
}

.section_breadcrumb_v3{
  padding-top: 64px;
  padding-bottom: 10px;
}

.section_breadcrumb_v3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.section_breadcrumb_v3 ul li,
.section_breadcrumb_v3 ul li a{
  text-decoration: none;
  color: #1D484A;
  font-family: Moulin;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  display: inline-block;
  position: relative;
}

.section_breadcrumb_v3 ul li::after{
  content: ' /';
}


.section_4card_swipper{
  padding: 144px 0px 144px 0px;
}

.section_4card_swipper .top_section{
  max-width: 551px;
  padding-bottom: 64px;
}

.section_4card_swipper .bl_title{
  color: #2C6C60;
}

.section_4card_swipper .p4{
  color: #1D484A;
}

.section_4card_swipper .filter_wrap{
  padding-bottom: 48px;
}

.filer_outer .filter_label{
  font-family: Ridley Grotesk;
  color: #2C6C60;
  font-size: 12px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  padding-bottom: 28px;
}

.filer_outer .filter_wrap .ihc_button{
  margin-right: 16px;
  margin-bottom: 16px;
}

.ihc_card{
  width: 312px;
}

.ihc_card .card_wrap{
  background-color: #fff;
}

.ihc_card .title{
  font-family: Ridley Grotesk;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1D484A;
  min-height: 36px;
}

.ihc_card .top{
  padding-top: 66%;
  position: relative;
}

.ihc_card .bottom{
  padding: 40px 48px;
}

.ihc_card .bottom_wrap{
  padding-right: 16px;
}

.ihc_card .text{
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
  min-height: 105px;
}

.ihc_card .img_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ihc_card .button_wrap{
  padding-top: 37px;
}

.ihc_card .button_wrap a{
  width: 100%;
}

.ihc_card.medium_card{
  width: 424px;
}

.ihc_card.medium_card .title{
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3px;
}

.ihc_card.medium_card .top{
  padding-top: 62%;
}

.ihc_card.medium_card .button_wrap a,
.ihc_card.large_card .button_wrap a{
  width: auto;
  min-width: 223px;
}

.ihc_card.medium_card .bottom{
  padding: 72px 48px 64px;
}

.ihc_card.large_card{
  width: calc(50% - 8px);
}

.ihc_card.large_card .top{
  padding-top: 56%;
}

.ihc_card.large_card .title{
  font-family: Ridley Grotesk;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
}

.ihc_card.large_card .bottom{
  padding: 64px 48px;
}

.extended-swiper{
  position: relative;
  margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
  padding-left: calc(var(--bs-gutter-x, 1.5rem));
  overflow: visible;
}

.swiper-button-next, 
.swiper-button-prev{
  width: 80px;
  height: 80px;
  top: 60%;
  right: 48px;
}

.swiper-button-prev{
  left: 48px;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  background-image: url(assets/img/v3/icon_arrrow.png);
  background-repeat: no-repeat;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
}

.swiper-button-prev:after{
  transform: rotate(180deg);
}

.slider_outer_fullwidth{
  position: relative;
}

.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
  opacity: 0;
  display: none;
}

.section_threecard_with_overlay{
  padding: 96px 0 145px;
}

.section_threecard_with_overlay .top_wrap{
  max-width: 420px;
  padding-bottom: 64px;
}

.three_card_wrap{
  display: flex;
  gap: 16px;
}

.three_card_wrap .hotel_card_wrap{
  width: 33.33%;
  text-align: center;
}

.three_card_wrap .hotel_card_wrap .hotel_card{
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.three_card_wrap .hotel_card_wrap .hotel_card .card_top_wrap{
  width: 100%;
  padding-top: 63%;
  position: relative;
}

.hotel_card_wrap .hotel_card .card_top_wrap .img_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hotel_card_wrap .hotel_card .card_top_wrap .img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel_card_wrap .hotel_card .card_top_wrap .img_overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(203, 228, 242, 0.8);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}

.hotel_card_wrap .hotel_card .card_top_wrap .img_overlay .text{
  font-size: 60px;
  font-family: Canopee;
  line-height: 48px;
  color: rgba(44, 108, 96, 1);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hotel_card_wrap .hotel_card:hover .img_overlay{
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
}

.hotel_card_wrap .hotel_card .card_bottom_wrap{
  padding: 0px 48px;
}

.hotel_card_wrap .hotel_card .icon_wrap{
  max-width: 238px;
  padding: 63px 0;
  margin: auto;
}

.hotel_card_wrap .hotel_card .mobile_title{
  font-family: Ridley Grotesk;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-align: center;
  text-transform: uppercase;
  color: #1D484A;
  display: none;
}

.hotel_card_wrap .hotel_card .link_wrap{
  padding: 64px 0;

}

.entry_animation_active .ihcSwiper{
  transform: translateX(100%);
  transition: transform 0.8s ease-out;
}

.entry_animation_active .ihcSwiper.active_anim{
  transform: translateX(0);
}

.ihcSwiper-single .slide_wrap{
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.ihcSwiper-single .slide_wrap .img_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ihcSwiper-single .slide_wrap .img_wrap img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ihcSwiper-single .slide_wrap .overlay_wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single_slider_wrap .swiper_navcustom{
  position: relative;
  height: 20px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_slider_wrap .swiper_navcustom .dot-arrow-pagination{
  top: 0;
  width: auto;
  position: initial;
}

.single_slider_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #2C6C60;
  margin: 0px 6px;
  opacity: 1;
}

.single_slider_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #2C6C60;
}

.single_slider_wrap .swiper-button-next, 
.single_slider_wrap .swiper-button-prev{
  width: 16px;
  height: 16px;
  position: initial;
  margin: 0px 3px 3px;
}

.single_slider_wrap .swiper-button-next:after, 
.single_slider_wrap .swiper-button-prev:after{
  background-image: url(assets/img/v3/arrow-r.png);
  background-size: 16px;
}

.single_slider_wrap .swiper-button-next.swiper-button-disabled, 
.single_slider_wrap .swiper-button-prev.swiper-button-disabled{
  display: initial;
  visibility: hidden;
}

.ihcSwiper-single .slide_wrap .overlay_wrap{
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ihcSwiper-single .slide_wrap .overlay_text{
  color: #ffffff;
  font-family: Ridley Grotesk;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.single_slider_wrap{
  padding-top: 144px;
  padding-bottom: 112px;
}

.section_left_slide_right_content .content_wrap{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0px 12px 0px 88px;
}

.section_left_slide_right_content .content_wrap .bl_title{
  padding-bottom: 40px;
}

.section_left_slide_right_content .content_wrap .text{
  padding-bottom: 48px;
}

.section_heading .top_section_block{
  padding: 96px 0 64px;
}

.section_heading .top_section_block .desc{
  max-width: 100%;
  width: 50%;
}

.section_heading .top_section_block .desc *{
  color: inherit;
}

.footerv3{
  background-color: #282A34;
  padding: 128px 0px 80px;
}

.footerv3 .logo_footer_wrap img{
  max-width: 298px;
}

.section_two_col_swiper{
  position: relative;
  padding: 96px 0 143px;
}

.section_two_col_swiper .description{
  max-width: 404px;
}

.section_two_col_swiper .two_col_slider_wrap{
  padding-top: 64px;
}

.ihc_transparent_card{
  width: 100%;
}

.ihc_transparent_card .top_wrap{
  width: 100%;
  padding-top: 57%;
  position: relative;
}

.ihc_transparent_card .top_wrap .img_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ihc_transparent_card .top_wrap .img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ihc_transparent_card .bottom_wrap{
  padding-top: 40px;
}

.ihc_transparent_card h4{
  padding-bottom: 32px;
}

.ihc_transparent_card .desc p{
  padding-bottom: 40px;
  min-height: 70px;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.ihc_transparent_card a{
  margin-right: 24px;
}

.ihc_img_card{
  position: relative;
  width: 25%;
}

.ihc_img_card .card_wrap{
  padding-top: 135%;
  position: relative;
}

.ihc_img_card .img_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ihc_img_card .img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_only_auto_slider{
  padding-top: 48px;
  padding-bottom: 144px;
}

.section_map_pannel_v3 .content_wrap a{
  text-decoration: none;
  font-weight: 500;
  font-family: 'Moulin Medium';
}

.section_map_pannel_v3 .links_wrap a{
  text-decoration: underline;
}

.footer_menu_wrap .label{
  font-family: Ridley Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7698B7;
  padding-bottom: 16px;
}

.footer_menu_wrap ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_menu_wrap ul a,
.footer_menu_wrap a{
  text-decoration: none;
}

.footerv3 *{
  font-family: Moulin;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #fff;
  text-transform: uppercase;
}

.footerv3 .top_row{
  padding-bottom: 130px;
}

.footerv3 .bottom_menu_wrap{
  border-top: 1px solid #7698B7;
}

.section_center_title_description{
  text-align: center;
  padding: 144px 0px;
}

.section_center_title_description .title{
  padding-bottom: 48px;
}

.section_center_title_description .description{
  max-width: 780px;
  margin: auto;
}

.section_center_title_description .description p{
  font-family: Moulin;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.ihc_card_chess .card_wrap{
  display: flex;
  flex-direction: row;
  padding: 66px 0px;
}

.chess-wrapper .ihc_card_chess:nth-child(even) .card_wrap  {
  flex-direction: row-reverse;
}

.ihc_card_chess .card_wrap .top{
  width: 50%;
  position: relative;
}

.ihc_card_chess .card_wrap .top_wrap{
  padding-top: 113%;
}

.ihc_card_chess .card_wrap .top .img_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ihc_card_chess .card_wrap .top .img_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ihc_card_chess .card_wrap .bottom{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 20px 96px;
  background-color: #fff;
}

.ihc_card_chess .card_wrap .bottom .title{
  padding-bottom: 40px;
}

.ihc_card_chess .card_wrap .bottom .text{
  padding-bottom: 96px;
}

.ihc_card_chess .card_wrap .bottom ul{
  display: flex;
  flex-wrap: wrap;
}

.ihc_card_chess .card_wrap .bottom ul li{
  width: 50%;
}

/* .section_slider_image_standalone .ihc_img_card{
  width: 42vw;
} */

.section_slider_image_standalone .ihc_img_card .card_wrap{
  padding-top: 63%;
}

.section_slider_image_standalone .swiper-button-next, 
.section_slider_image_standalone .swiper-button-prev{
  top: calc(50% - 40px);
  margin-top: 0px;
}

.section_slider_image_standalone .swiper-button-next:after, 
.section_slider_image_standalone .swiper-button-prev:after{
  background-image: url(assets/img/v3/icon_arrow_white.png);
}

.section_slider_image_standalone .swiper-button-prev:after{
  transform: rotate(180deg);
}

.section_slider_image_standalone{
  padding: 60px 0px 112px;
}

.section_listing_grid_v2 .grid-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 60px;
}

.section_listing_grid_v2 .grid-wrapper .each_card{
  width: calc(50% - 20px);
  margin-bottom: 57px;
}

.section_center_title_description.footer_contact{
  color: #ffffff;
  padding: 112px 0px;
}

.section_center_title_description.footer_contact .title,
.section_center_title_description.footer_contact .description,
.section_center_title_description.footer_contact .description p{
  color: #ffffff;
}

.section_center_title_description.footer_contact .description,
.section_center_title_description.footer_contact .description p{
  font-family: Moulin;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.section_center_title_description.footer_contact .buttons_wrap{
  padding-top: 80px;
}

.section_center_title_description.footer_contact .buttons_wrap a{
  margin: 0px 12px;
}

.section_title_text_icons{
  padding-top: 112px;
  padding-bottom: 112px;
}

.section_title_text_icons .icons_container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.section_title_text_icons .icons_container .each_icon{
  width: 20%;
  text-align: center;
  gap: 5px;
  margin-bottom: 30px;
}

.section_title_text_icons .icons_container .each_icon .label{
  font-size: 14px;
  padding-top: 10px;
}

.section_title_text_icons .icons_container .each_icon .icon_wrap img{
  max-width: 60px;
  margin: auto;
}

.section_mosaic_text_img{
  padding: 64px 0 128px;
}

.section_mosaic_text_img .img_wrap img{
  width: 100%;
}

.section_mosaic_text_img .content_wrap .content{
  max-width: 400px;
  margin: auto;
  text-align: center;
}

.section_mosaic_text_img .content_wrap{
  margin-top: -64px;
  padding: 0px 12px;
}

.section_mosaic_text_img .bl_title{
  padding-bottom: 48px;
}

.section_mosaic_text_img .content_wrap .sub_title{
  font-family: Ridley Grotesk;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.section_mosaic_text_img .content_wrap .text{
  padding-bottom: 40px;
}

.section_mosaic_text_img .content_wrap.long_content .content{
  max-width: 600px;
}

.section_three_images_stand_alone{
  padding: 60px 0px 112px;
}

.section_three_images_stand_alone .three_images_outer{
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.section_three_images_stand_alone .each_image_wrap{
  width: 33.33%;
}

.section_three_images_stand_alone .three_images_outer .each_image{
  padding-top: 115%;
  width: 100%;
  position: relative;
}

.section_three_images_stand_alone .three_images_outer .each_image_wrap .image_wrap{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section_three_images_stand_alone .three_images_outer .each_image_wrap .image_wrap img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.section_ihc_accordion{
  padding: 112px 0px;
}

.section_ihc_accordion .accordion-item:first-of-type .accordion-header .accordion-button{
  background-color: transparent;
}

.section_ihc_accordion .accordion-item:last-of-type .accordion-header .accordion-button.collapsed{
  background-color: transparent;
}

.section_ihc_accordion .accordion-item{
  background-color: transparent;
}

.section_ihc_accordion .accordion-item{
  border: 0;
}

.ihc_custom_accordion{
  padding-top: 64px;
}

.section_ihc_accordion .accordion-item h4 .accordion-button{
  font-family: Ridley Grotesk;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2.88px;
  text-align: center;
  text-transform: uppercase;
  color: #1D484A;
  box-shadow: none;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  padding-left: 28px;
  background: transparent;
  line-height: 20px;
  text-align: left;
}

.section_ihc_accordion .accordion-body{
  padding-left: 28px;
}

.section_ihc_accordion .accordion-body,
.section_ihc_accordion .accordion-body p{
  color: #1D484A;
}

.section_ihc_accordion .accordion-item h4 .accordion-button::after{
  content: none;
  display: none;
}

.section_ihc_accordion .accordion-item h4 .accordion-button::before{
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 0px;
  background-image: url(assets/img/v3/arrow.png);
  background-size: cover;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.section_ihc_accordion .accordion-item h4 .accordion-button.collapsed::before{
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.section_ihc_accordion .accordion-item{
  border-bottom: 1px solid #588A81;
  border-radius: 0;
}


/********* form styles *********/

.gform_wrapper .choices{
  position: relative;
  border-bottom: 1px solid #1D484A;
  min-height: 32px;
}


.gform_wrapper .gfield_label.gform-field-label,
.gform_wrapper .choices__list--single .choices__placeholder,
.gform_wrapper .choices__list--single .choices__item--selectable{
  font-family: Ridley Grotesk;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: #1D484A;
  transition: all 0.2s ease;
  margin: 0;
  position: absolute;
  left: 0;
  top: 7px;
}

.gform_wrapper .gfield_label.gform-field-label{
  gap: 0px;
}

.gform_wrapper .gform_body .gform-field-label>.gfield_required{
  position: relative;
}

.gform_wrapper .gform_body .gform-field-label>.gfield_required .gfield_required_text{
  display: none;
}

.gform_wrapper .gform_body .gform-field-label>.gfield_required::before{
  content: '*';
  position: absolute;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2C6C60;
  top: -11px;
}

.gform_wrapper .gfield{
  position: relative;
}

.gform_wrapper .choices .choices__list .choices__placeholder{
  visibility: hidden;
  opacity: 0;
  display: none;
}

/* .gform_wrapper .choices .choices__inner{
  display: inline-block;
  position: absolute;
  top: 7px;
  padding: 0;
  left: 0;
  transition: all 0.2s ease;
} */

.gform_wrapper .choices .choices__list.choices__list--dropdown{
  background-color: #DED5CF;
  border: 0;
  border-top: 1px solid #1D484A;
}

.gform_wrapper .choices .choices__list.choices__list--dropdown .choices__item{
  font-family: Ridley Grotesk;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: #1D484A;
  text-align: left;
  padding: 14px 16px
}

.gform_wrapper .gform_body .gform_fields .gfield--type-text input,
.gform_wrapper .gform_body .gform_fields .gfield--type-email input,
.gform_wrapper .gform_body .gform_fields .gfield--type-phone input,
.gform_wrapper .gform_body .gform_fields .gfield--type-textarea textarea{
  font-family: Ridley Grotesk;
  font-size: 12px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: #1D484A;
  text-align: left;
  height: 32px;
  min-height: 32px;
  border: 0;
  border-bottom: 1px solid #1D484A;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  outline: none;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-text:focus-within .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-text.has-value .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-email:focus-within .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-email.has-value .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-phone:focus-within .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-phone.has-value ~ .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-textarea:focus-within .gfield_label,
.gform_wrapper .gform_body .gform_fields .gfield--type-textarea.has-value .gfield_label {
  top: -17px;
  font-size: 10px;
  color: #588A81;
  transition: all 0.2s ease;
}

.gform_wrapper .choices .choices__list.choices__list--dropdown .choices__item:hover{
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-color: #2C6C60;
  background-color: transparent;
}

.gform_wrapper .gform_body .gform_fields .gform-field-label--type-inline{
  font-size: 16px;
  line-height: 24px;
  color: #1D484A;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-choice input{
  width: 24px;
  height: 24px;
  border: 1px solid #588A81;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  position: relative;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-choice input::before{
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
}

.gform_wrapper .gform_body .gform_fields .gfield--type-choice input:checked::after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #2C6C60;
  z-index: 0;
  position: absolute;
  top:0;
  left: 0;
}

.gform_wrapper .gform_body .gform_fields a{
  color: inherit;
}

.gform_wrapper .choices__list--dropdown .choices__item--selectable.is-highlighted,
.gform_wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: transparent;
}

.gform_wrapper .gfield.has-value .gfield_label.gform-field-label,
.gform_wrapper .gfield.is-open .gfield_label.gform-field-label,
.gform_wrapper .gfield.is-focus .gfield_label.gform-field-label{
  top: -17px;
  font-size: 10px;
  color: #588A81;
  transition: all 0.2s ease;
}

.gform_wrapper .gform_fields{
  padding-top: 20px;
}

.gform_wrapper .gfield--type-select .gf_placeholder{
  display: none !important;
}

.gform_wrapper .gfield_error .gfield_description{
  color: #EF008A;
}

.gform_wrapper .gfield_error .choices{
  border-color: #EF008A;
}

.gform_wrapper .gform_body .gform_fields .gfield_error.gfield--type-text input,
.gform_wrapper .gform_body .gform_fields .gfield_error.gfield--type-email input,
.gform_wrapper .gform_body .gform_fields .gfield_error.gfield--type-phone input,
.gform_wrapper .gform_body .gform_fields .gfield_error.gfield--type-textarea textarea{
  border-color: #EF008A;
}

.gform_wrapper .gform_body .gform_fields{
  gap: 52px 96px
}

.section_gravity_form_embed{
  padding: 80px 0 112px;
}

.gform_wrapper .gform_footer{
  padding-top: 56px;
}

.gform_wrapper .gform_footer .gform_button{
    font-family: Ridley Grotesk !important;
    font-size: 10px !important;
    line-height: 100% !important;
    letter-spacing: 3.36px !important;
    text-align: center !important;
    min-width: 180px !important;
    border: 1px solid #2C6C60 !important;
    color: #2C6C60 !important;
    display: inline-block !important;
    padding: 8px !important;
    border-radius: 16px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    z-index: 1 !important;
    background-color: #2C6C60 !important;
    color: #fff !important;
    height: auto !important;
    min-height: auto !important;
}

.gform_wrapper .gform_footer .gform_button::before{
    position: absolute;
    content: ' ';
    border-radius: 50%;
    background-color: #588A81;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    padding-top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.gform_wrapper .gform_footer .gform_button:hover::before{
    width: 60%;
    padding-top: 60%;
    opacity: .25;
    transition: all 0.3s ease;
}

.decoration_icon1{
  position: absolute;
  right: 0;
  top: -20px;
  width: 190px;
  height: 190px;
  background-image: url(assets/img/v3/decoration_icon1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.decoration_icon2{
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 148px;
  height: 107px;
  background-image: url(assets/img/v3/decoration_icon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.decoration_icon3{
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 148px;
  height: 107px;
  background-image: url(assets/img/v3/decoration_icon3.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.section_center_logo_text_link .decoration_icon3{
  bottom: -10px;
}


.section_decoration_icon{
  position: absolute;
  width: 100%;
  top: 0;
}

.section_decoration_icon .img_wrap{
  position: absolute;
  top: -80px;
  right: 12px;
  width: 98px;
}

.section_home_hero .section_decoration_icon .img_wrap{
  padding-top: initial;
  z-index: 12;
  top: -50px;
  right: 15%;
}

.menu_mask_active .section_decoration_icon .img_wrap{
  z-index: 2;
}

.section_decoration_icon .img_wrap img{
  width: 100%;
  height: auto;
}

.bottom_menu .bottom-nav-menu{
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 48px;
  padding-top: 24px;
}

.bottom_menu .bottom-nav-menu li a{
  font-family: Ridley Grotesk;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  color: #7698B7;
  text-decoration: none;
}