
body{
	
	 font-family: Arial,Helvetica,sans-serif;
	
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.card-default{
	border: 1px solid #B8B8B8;
	border-radius: 0;
	color: #000;
}

.body-homepage{
	background-color: rgb(230, 217, 211) !important;
}
.bg-color-grey{
	background-color: #EDF3F8;
}
.bg-pink{
	background-color: rgba(238, 137, 93, 0.76) !important;
}
img {
  max-width: 100% !important;
}
.header-nav-main nav > ul{
	column-gap: 10px !important;
}
a:hover{
	text-decoration: none !important;
}
.header-container{
	
	
}

h1,h2,h3,h4,h5,h6{
	font-family:  "Cormorant Garamond", serif;
}
#header .header-nav-main{
	align-self: flex-end;
	border-bottom: 2px solid #eee;
	font-family:  "Cormorant Garamond", serif;
}
 #header .header-nav {
    
    flex-grow: 0;
    justify-content: flex-end;
   
  }
  #header .header-nav.header-nav-stripe .header-nav-main {
    align-self: end;
  }
#header .header-nav-main nav > ul  a{
	font:normal normal normal 15px/1.79em "Lato", sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
	
}
#header .header-nav-main nav > ul > li > a{
	padding: 8px 10px !important;
	color:#000;
	text-transform: capitalize;
	
}
#header .header-nav-main nav > ul > li > a:hover,#header .header-nav-main nav > ul > li > a:active{
	background-color:  transparent !important;
}
#header .header-nav.header-nav-line nav > ul > li.active > a{
	background-color: #da7d1e !important;
	color: #FFF !important;
}
#header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu{
	left: auto;
	right: 0!important;
}
#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a, #header .header-nav.header-nav-stripe nav > ul > li.accessibility-open > a.active{
	color:var(--primary) !important;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a{
	background:  none !important;
}
#header .header-nav-main nav > ul > li.dropdown.open > a::before, #header .header-nav-main nav > ul > li.dropdown:hover > a::before{
	background:  none !important;
}
#header .header-body{
	border-bottom: 5px solid #e6d9d3;
}
.header-logo{
	display: flex;
	flex-wrap: nowrap;
	margin: 45px 0px 10px calc((100% - 588px) * 0.5) !important;
}
.header-logo > span{
	font-size: 45px;
	font-weight: 700;
	color: rgb(166, 118, 98) !important;
	margin-left: 15px;
	font-family:  "Cormorant Garamond", serif;
}
.icon-phone-animate {	
	background-image: url("../images/icon/phone.svg");
	background-repeat: no-repeat;
	  width: 20px;
  height: 20px;
display: block;
}
.boxactionlink{
	padding: 15px 0;
}


.btn-link-1{
	color: #EBB600;
	background-color: #D40003;
	border: 1px solid #000;
	padding: 10px 30px;
}
.btn-link-1:hover {
  background-color: #000;
  color: #EBB600;
	text-decoration: none !important;
}
.btn-primary {
  background: #FFFFFF;
  border-radius: 7px;
	border: 1px solid #0067ac;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #0067ac;
  padding: 17.5px 30px;
	transition: 500ms;
	-webkit-transition: 500ms;
	display: inline-block;
  vertical-align: middle;
	appearance: none;
  outline: none !important;
}
.btn-primary:hover {
  background-color: #0067ac;
  color: #FFFFFF;
	text-decoration: none !important;
}
.btn-transparent{
	background: transparent;
  border-radius: 52px;
	border: 1px solid #FFF;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #FFF;
  padding: 17.5px 30px;
	transition: 500ms;
	-webkit-transition: 500ms;
	display: inline-block;
  vertical-align: middle;
	appearance: none;
  outline: none !important;
}
.btn-transparent:hover {
  background-color: #fff;
  color: #0C2139;
	text-decoration: none !important;
}
.main-header-two__info__list {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
    margin-left: 0px;
  margin-left: auto;
}
  .main-header-two__info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.main-header-two__info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #E0E0E0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-header-two__info__list__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #008FD5;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 12px;
}
.main-header-two__info__list__icon > i{
	color: #0067ac;
	}
.main-header-two__info__list__icon > svg{
	display: inline-block;
	   width: 40px;
  	height: 40px;
	  fill: #0067ac;
	}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.main-header-two__info__list__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #555C63;
}


.header-nav-main nav>ul{
	column-gap:60px;
}
  .main .container,.main  .container--fluid {
    padding: 0 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
.theme--grey, div.theme--grey{
	background-color: #ddcdc6;
}
.theme--blue, div.theme--blue{
	background-color: #eff2f6;
}


.heading-banner-title-home {
  font-size: 40px;
  line-height: 3.5rem;
  font-weight: 500;
  color: #FFF;
  font-style: italic;
  text-align: center;
	margin-bottom: 0;
}
.sectionhomebanner{
	position: relative;
	display: block;
	width: 100%;
}
.banner-wrapper{
	display: flex;
  flex-direction: column;
	overflow: hidden;
}
.home-banner__content {
  background-size: cover;
  display: flex;
  position: relative;
}
.home-banner--bottom-left {
  align-items: flex-end;
}

.home-banner__content::before {
  content: " ";
  display: block;
  padding-top: 42.1875%;
}
.home-banner__content--height-medium::before {
  padding-top: 28.125% !important;
}
.homebanner-box{
	height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.homebanner__image-picture{
	overflow-y: hidden;
	display: flex;
  align-items: center;
  height: inherit;
}

.banner__gradient {
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
height: 100%;	
}
.container-banner__boxtext {
  position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	left: -100px;
/*  margin: 81px 0px 61px calc((100% - 980px) * 0.5);
  left: -87px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;*/
}
.banner__boxtext{
	padding: 29px 30px 29px 30px;
  background-color: #FFFFFF40;
	position: relative;
	display: inline-block;
	width: 567px;
	color: #FFF;
	font-family:  "Cormorant Garamond", serif;
}
.page-banner__content {
  background-size: cover;
  display: flex;
  position: relative;
}
.page-banner--bottom-left {
  align-items: flex-end;
}
.page-banner__content::before {
  content: " ";
  display: block;
  padding-top: 18.5625%;
}
.page-banner__content--height-medium::before {
  padding-top: 18.5625%;
}
.page-banner__content--height-medium-2::before {
  padding-top: 20%;
}
.page-banner__content--height-small::before {
  padding-top: 8%;
}
.listpost-homepage{
	display: flex;
	gap: 0 50px;
	margin-bottom: 60px;
}
.gridboxone-3{
	width: 256px;
	position: relative;
}
.gridboxone{
	
}
.post-medium{
	display: block;
	position: relative;
}

.image-container {
	height: 251px;
  overflow: hidden; /* Hide any content that exceeds the container's dimensions */
}
.image-container-full{
	height: 100%;
}
.image-container a{
	display: contents;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resizes the image to cover the entire container while maintaining aspect ratio */
  /* Optional: Center the image within the container */
  object-position: center; 
}
.post-subject{
	display: block;
	position: relative;
	padding: 8px 10px;
	text-align: center;
	background-color: rgb(170, 121, 99);
	color: #FAFAFA;
}
.post-subject.post-full-1{
		background-color: rgba(238, 137, 93, 0.76) !important;
}
.post-subject .post-subject-richtext{
	margin: 0;
}
.post-subject.post-full-1 .post-subject-richtext a{ 
	font-size: 22px;
	font-weight: bold;
	text-shadow: 4px 4px 2px #5c5c5c;
}
.post-subject a{
	font-size: 13px;
	font-weight: 500;
	color: #FAFAFA;
}
.gridboxone .post-subject{
	padding: 15px 10px;
}
.post-heading-1{
	text-align: center;
	margin-bottom: 20px;
}
.heading-text-title{
  	font-weight: 700;
	display: flex;
	justify-content:center !important;
}
.heading-text-title span{
	font-size: 40px;
	line-height: 1.6;
	font-weight: 700;
background: linear-gradient(66.75deg, #db9433 0.87%, #d62624 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
.section-container-1{
	padding: 80px 0;
 	margin: 30px 0;
}
.home-section_2{
	
}
.post-content-1{
	text-align: center;
	margin-top: 20px;
	line-height: 1.6;
}
.post-content-1 p{
	margin: 0;
	padding: 0;
	color: inherit;
}
.post-content-1 .post-content-data{
	font-size: 18px;
	color: #cc0909 !important;
	font-weight: 500;
}
/****** ABOUT US ******/
.section-container-3{
	padding: 30px 0 20px 0;
}
.about__image-wrappe {
  align-items: center;
  display: flex;
  justify-content: center;
}
.about__image-wrappe .img-responsive{
	max-width: 90%;
	right: 0;
	left: auto;
}
.row-invert .about__image-wrappe .img-responsive{
	right: auto;
	left: 0;
}
.parallax__pin {
  width: 100%;
}
.about__img-responsive {
  display: block;
  max-width: 100%;
}
.heading-about-1{
	line-height: 1.6;
  padding-bottom: 20px;
}
.heading-about{
	line-height: 1.6;
  padding-bottom: 30px;
}

.heading-about-title {
  font-weight: 500 !important;
	 font-size: 40px;
  display: flex;
	line-height: 1.6 !important;
	text-transform: capitalize;
  justify-content: center !important;
	margin-bottom: 0;
}
.home-about_content{
	line-height: 1.6;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
		
}
.row-invert .col-content-text{
	order: 2;
}
.row-invert .col-content-img{
	order: 1;
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.main-slider .swiper-slide .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  -webkit-transition: -webkit-transform 7000ms ease;
  transition: -webkit-transform 7000ms ease;
  transition: transform 7000ms ease;
  transition: transform 7000ms ease, -webkit-transform 7000ms ease;
}

.main-slider .swiper-slide .container {
  padding-top: 150px;
  padding-bottom: 274px;
}

@media (max-width: 991px) {
  .main-slider .swiper-slide .container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide .container {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.main-slider .swiper-slide .boxtexts {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #c9d8ea;
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

@media (max-width: 375px) {
  .main-slider .swiper-slide .boxtext {
    font-size: 18px;
  }
}

.main-slider .swiper-slide h2 {
  margin: 0;
  color: #fff;
  font-size: 80px;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.1;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

@media (max-width: 1199px) {
  .main-slider .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider .swiper-slide h2 {
    font-size: 60px;
  }
}

@media (max-width: 425px) {
  .main-slider .swiper-slide h2 {
    font-size: 50px;
  }
}

@media (max-width: 375px) {
  .main-slider .swiper-slide h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}

.main-slider .swiper-slide .thm-btn {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active .boxtext {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 425px) {
  .main-slider__nav {
    display: none;
  }
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 991px) {

  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  opacity: 1;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .main-slider__nav .swiper-button-prev {
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .container {
  padding-top: 150px;
  padding-bottom: 270px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide .container {
    padding-top: 140px;
    padding-bottom: 170px;
  }
}

.main-slider__two .swiper-slide h2 {
  font-size: 80px;
  max-width: 705px;
}

@media (max-width: 991px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 45px;
  }
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide h2 {
    font-size: 38px;
    line-height: 1.3;
  }
}

.main-slider__two .swiper-slide .boxtext {
  color: #fff;
  border-bottom: 3px solid var(--thm-base);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  padding-bottom: 5px;
}

.main-slider__two .swiper-slide .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
  background-color: var(--thm-primary);
  margin-left: 10px;
}

@media (max-width: 375px) {
  .main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.main-slider__two .swiper-slide .button-wrap .thm-btn:nth-of-type(2):hover {
  background-color: #fff;
  color: var(--thm-black);
}
/* main slider two */
.main-slider-two .swiper-slide .image-layer {
  background-color: #004AA1;
  background-size: unset;
  background-position: top right;
}

.main-slider-two .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  padding-left: 150px;
  padding-right: 150px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .main-slider-two .container-fluid {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .main-slider-two .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.main-slider-two .container-fluid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner/slider-bg-1.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.main-slider-two .swiper-slide .boxtext {
  padding: 4px 26px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #0C2139;
  border-radius: 27px;
  margin: 0;
}

@media (min-width: 768px) {
  .main-slider-two .swiper-slide .boxtext {
    font-size: 16px;
  }
}

.main-slider-two .swiper-slide h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin: 0;
  margin-top: 14px;
	text-align: left;
	text-transform: uppercase;
}

.main-slider-two .swiper-slide h2 span {
  font-weight: 600;
}

@media (min-width: 992px) {
  .main-slider-two .swiper-slide h2 {
    font-size: 60px;
  }
}

.main-slider-two .swiper-slide .main-slider-two__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 392px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  margin-bottom: 24px;
  margin-top: 17px;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
	text-align: left;
  visibility: visible;
	color: #FFFFFF;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.main-slider-two__text p{
	color: #FFF;
	display: block;
	position: relative
	
	}
.main-slider-two .swiper-slide .thm-btn {
  background: #0C2139;
  border-radius: 52px;
}

.main-slider-two .swiper-slide .thm-btn:hover {
  background-color: #fff;
  color: #0C2139;
}
.main-slider-action{
	text-align: left;
	display: block;
	position: relative;
	max-width: 200px;
	visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
	
}
.main-slider .swiper-slide .main-slider-action > a{
	position: relative;
	text-align: center;
	display: block;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
  -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider-action > a{
	visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.retreat--heading--container{
	width: 900px;
	max-width: 100%;
	margin: 0  auto;
}
.card-retreat--heading{
	margin: 40px  auto;
}
.card-retreat--heading h1{
	font-size: 50px;
	color: #000;
}
.retreat-options--container{
	display: flex;
	align-items: center;
	justify-content: center;
}
.retreat-options--container h2{
width: 450px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 500;
	background-color: #e6d9d3;
	color: #000;
}
.retreat-options--container h2 a{

	font-size: 28px;
	font-weight: 500;
	background-color: #e6d9d3;
	color: #000;
}
.list-retreat--content{
	display: flex;
	flex-wrap: wrap;
	
	gap:0 10px;
	padding-bottom: 100px;
}
.retreat-group--container{
	flex: 1;
	background-color: #FFF;
}
.retreat-group--heading{
	background-color: rgba(238, 137, 93, 0.76) ;
	padding: 10px ;
	display: flex;
	justify-content: center;
	align-items: center;
}
.retreat-group--heading span{
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}
.retreat-group {
	padding: 15px;
	margin-top: 20px;
}
.retreat-group ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.retreat-group >ul>li{
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}
.retreat-group >ul>li > a{
	border-bottom: 1px dashed #000;
	color: #000;
}
footer {
	background-color:transparent;
	
	font-size: 12px;
	padding-top: 5px;
}
footer a{
	font-size: 12px;
}
footer a:hover{
	color: #E0AE77;
}
.footer--hero{
    position:relative;
    width:100%;
    overflow:hidden;
}

.footer--hero-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 50%;
    z-index:1;
}

.footer--hero-container{
    position:relative;
    z-index:2;
    max-width:900px;
	
    margin:auto;
    padding:20px 20px;
	
}
.footer--hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
    z-index:1;
}
.footer--hero-content{
   display: flex;
	justify-content: center;
	align-items: center;
	width:900px;
	padding: 15px 20px;
	background-color: rgba(245, 242, 242, 0.27);
}
.footer--hero-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap:0 20px;
	width: 100%;
	
	
}
.footer--hero-content li{
	flex: 1;
	justify-content: center;
	text-align: center;
}
.footer--hero-content li svg{
	width: 30px;
	height: 30px;
}
@media (max-width:768px){

    .hero-img{
        object-position:60% 40%;
    }

    .hero-container{
        padding:80px 20px;
    }
	.hero{
		display:flex;
		align-items:center;
	}

}


.footerrow-endside{
	padding: 10px 0 0 0;
	text-align: center;
}
.footerrow-copyright{
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 5px 0 5px 0;
}
.footerrow-copyright-icon{
	width: 30px;
}