*{
    margin: 0px;
    padding: 0px;
}

section
{
    position: relative;
}
.custom-header .header-toggles.hide-no-js {
    display: none;
}

p, label, input, a, span, h5{
	font-family: "Montserrat", serif;
}

h1, h2, h3, h4, h6{
	font-family: "Dancing Script", serif;
	color: #13605C;
}
.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance span.wpcf7-list-item a {
    color: #13605c;
}
.banner .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items: flex-start;
	padding-top: 50px;
}
.banner .title p {
    font-size: 29px;
    width: 25%;
    color: #13605C;
}
.banner .title h1 {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 15px;
}

a.enquire-btn{
	padding: 0;
	background: #13605C;
	border-radius: 20px;
	color: #C8E3DE;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #13605C;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	width: 171px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}
a.enquire-btn:hover {
    border: 1px solid #13605C;
    background: transparent !important;
    color: #13605C;
}
a.enquire-btn:hover img{
filter: brightness(0) saturate(100%) invert(29%) sepia(32%) saturate(1035%) hue-rotate(128deg) brightness(92%) contrast(88%);
}
section.banner {
    height: 100vh;
    display: flex;
    width: 100%;
    padding: 0px;
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section {
    padding: 110px 0 !important;
}
header#site-header.custom-header{
	background: #ffffff00;
}
section.banner .breadC {
    width: 100%;
    display: flex;
    align-items: center;
/*     height: 100vh; */
}
body {
    background: #C8E3DE;
}
header#site-header.custom-header {
    background: #ffffff00;
    position: absolute;
    left: 0;
    right: 0;
}
.custom-header .site-title.faux-heading {
    margin-left: 0;
}
.custom-header .header-inner.section-inner {
    width: calc(100%);
}
.custom-header .header-inner.section-inner .header-titles {
    margin: 0;
	padding-left: 10px;
}
.custom-header .header-inner.section-inner {
	/*     padding: 10px; */
	padding: 10px 0;
    background: #fff;
    margin-top: 20px;
    border-radius: 20px;
}
.header-footer-group.custom-header .header-navigation-wrapper {
    width: 75%;
}
.header-footer-group.custom-header .header-navigation-wrapper li {
	margin: 0;
/* 	padding: 10px 0; */
	position: relative;
	padding-top: 9px;
	display: flex;
	align-items: center;
}
.header-footer-group.custom-header .header-navigation-wrapper li:after
{
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	border-bottom: 2px solid #13605c;
	transform: scaleX(0);
	transition: transform 0.3s;
}
.header-footer-group.custom-header .header-navigation-wrapper li:hover:after
{
	width: 100%;
	transform: scaleX(1);
	transition: transform 0.3s;
}
.header-inner.section-inner .header-titles .site-title {
    margin: 0px !important;
}
a.enquire-btn img {
    margin-left: 13px;
}
.custom-header .header-navigation-wrapper ul {
    display: flex;
    justify-content: space-between;
	width: 100%;
}
/* div#clientlogo .owl-stage-outer:before{
	 content: '';
    position: absolute;
    left: 0;
    width: 56px;
    height: 100%;
    background: #000;
    background: rgb(255, 255, 255);
	z-index: 1000;
	background: linear-gradient(to right, rgb(200 227 222) 0%, rgb(200 227 222) 6%, rgba(255, 255, 255, 0) 99%, rgb(200 227 222) 100%);
} */
/* div#newteam .owl-stage-outer:before{
	content: '';
	position: absolute;
	left: 0;
	width: 56px;
	height: 100%;
	background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	background: linear-gradient(to right, rgb(241 238 234) 0%, rgb(239 236 232) 6%, rgba(255, 255, 255, 0) 99%, rgb(238 234 230) 100%);
}
div#newteam .owl-stage-outer:after{
	content: '';
	position: absolute;
	right: -2px;
	top: 0;
	width: 56px;
	height: 100%;
	background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	transform: rotate(180deg);
	background: linear-gradient(to right, rgb(200 227 222) 0%, rgb(200 227 222) 6%, rgb(200 227 222 / 0%) 99%, rgb(200 227 222 / 0%) 100%);
} */
/* div#testimonialCarousel .owl-stage-outer:before {
    content: '';
    position: absolute;
    left: 0;
    width: 75px;
    height: 100%;
    z-index: 1000;
    background: linear-gradient(to right, rgba(200, 227, 222, 1) 0%, rgba(200, 227, 222, 1) 6%, rgba(200, 227, 222, 0) 100%);
} */
/* div#clientlogo .owl-stage-outer:after{
	content: '';
	position: absolute;
	right: -2px;
	top: 0;
	width: 56px;
	height: 100%;
	background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	transform: rotate(180deg);
	background: linear-gradient(to right, rgb(200 227 222) 0%, rgb(200 227 222) 6%, rgb(200 227 222 / 0%) 99%, rgb(200 227 222 / 0%) 100%);
} */
/* div#testimonialCarousel .owl-stage-outer:after {
	content: '';
	position: absolute;
	right: -2px;
	top: 0;
	width: 56px;
	height: 100%;
	background: #000;
	background: rgb(255, 255, 255);
	z-index: 1000;
	transform: rotate(180deg);
	background: linear-gradient(to right, rgb(200 227 222) 0%, rgb(200 227 222) 6%, rgb(200 227 222 / 0%) 99%, rgb(200 227 222 / 0%) 100%); */
}
header#site-header ul li a {
    color: #434343 !important;
    font-size: 17px;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	line-height: normal;
	font-weight: 400;
}
header#site-header ul li a:hover{
	text-decoration: none;
	color: #13605C !important;
}
.custom-header .site-logo.faux-heading {
    margin: 0;
}
.custom-header nav.primary-menu-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
header#site-header ul li.contactbtn.menu-item.menu-item-type-custom a {
	color: #C8E3DE !important;
	font-size: 17px !important;
	padding: 0;
	background: #13605c;
	border-radius: 15px;
	position: relative;
	border: 1px solid #13605c;
	padding-left: 25px !important;
	width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	font-weight: 600;
}
.header-footer-group.custom-header .header-navigation-wrapper li:last-child:after
{
	display: none;
}
header#site-header ul li.contactbtn.menu-item.menu-item-type-custom a:hover {
    background: transparent;
    border: 1px solid #13605c;
    color: #13605c !important;
}
header#site-header ul li.contactbtn.menu-item.menu-item-type-custom a:before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/02/phone.svg);
    width: 22px;
    height: 22px;
    left: 18px;
	filter: brightness(0) saturate(100%) invert(99%) sepia(97%) saturate(0%) hue-rotate(114deg) brightness(111%) contrast(100%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
header#site-header ul li.contactbtn.menu-item.menu-item-type-custom a:hover:before {
    filter: none;
}
section.community .community-wraper,
section.about .about-wraper {
    display: flex;
    align-items: flex-start;
	padding: 0px;
}
section.community .community-wraper {
    display: flex;
    align-items: stretch;
}
section.community .community-wraper .right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-new h2 {
    font-size: 68px;
    margin: 0;
    margin-bottom: 15px;
}

.accommodation .accommodation-wraper .title-new>p,
section.community .community-wraper .title-new>p,
section.about .about-wraper .title-new>p,
.title-new>p {
    font-size: 22px;
    color: #13605C;
	font-weight: 600;
	margin-bottom: 40px;
}
.accommodation .accommodation-wraper .right p strong {
    color: #434343;
    font-size: 20px;
    font-weight: 600;
}
.accommodation .accommodation-wraper .left{
	padding: 0px;
	padding-left: 0px;
}
section.community .community-wraper .left,
section.about .about-wraper .left {
	padding: 0px;
    padding-right: 70px;
}
.accommodation .accommodation-wraper .right{
	padding: 0px;
	padding-right: 80px;
}
section.community .community-wraper .right,
section.about .about-wraper .right {
	padding: 0px;
    padding-left: 50px;
}

section.about .about-wraper .right img {
	border-radius: 20px;
	margin-top: 0px;
}
/* .accommodation .accommodation-wraper img, */
section.community .community-wraper img,
section.community .community-wraper .left img{
	border-radius: 20px;
}
.accommodation .accommodation-wraper .right p,
section.community .community-wraper p,
section.about .about-wraper p {
    font-size: 19px;
    font-weight: 400;
	color: #434343;
}
body {
    background: #C8E3DE !important;
}
section.community {
    background: rgb(19 96 92 / 20%);
    border-radius: 30px;
}
.zoom-img img {
    width: 100%;
}
.about .title-new {
    margin-top: 20px;
}
section.accommodation .accommodation-wraper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	padding: 0px;
}
.btn-wrape {
    display: flex;
    margin-top: 30px;
}
section.different {
    background: url(/wp-content/uploads/2025/03/whatmakedifference.jpg);
    background-position: 40% 50%;
    background-size: 120%;
    padding: 150px 0 !important;
}

.lightgreentop:before {
    content: "";
    background: url(/wp-content/themes/onnycottage/assets/images/lightgreentop.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 215px;
    display: block;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.lightgreenbtm:after {
    content: "";
    background: url(/wp-content/themes/onnycottage/assets/images/lightgreenbtm.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 215px;
    display: block;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.greentop:before {
    content: "";
    background: url(/wp-content/themes/onnycottage/assets/images/greentop.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 215px;
    display: block;
    left: 0;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.greenbtm:after {
    content: "";
    background: url(/wp-content/themes/onnycottage/assets/images/greenbtm.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 215px;
    display: block;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
section.different .different-wraper {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    padding-bottom: 50px;
}
.different-box {
	background: #ffffff00;
	padding: 15px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	padding-top: 0px;
}

.different-box-text {
    background: #c8e3de;
    border-radius: 20px;
    padding: 20px 30px;
}
.different-box-text>p {
    font-size: 20px;
    color: #434343;
	transform: translateY(30px);
    opacity: 0;
	transition:all 1s ease-in-out;
}
.different-box-text h5 {
	color: #13605C;
	font-size: 24px;
	padding-bottom: 24px;
	margin-bottom: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.5px;
	transform: translateY(30px);
    opacity: 0;
	transition:all 1s ease-in-out;
}
.aos-animate h5, .aos-animate p
{
	transform: translateY(0px);
    opacity: 1;	
}
.different-box-text h5:after {
	content: '';
	position: absolute;
	background: #13605c;
	bottom: 0px;
	width: 145px;
	height: 1px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zoom-img img {
	transition: transform 0.5s ease-in-out;
}
.zoom-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}
section.different .title-new h2 {
    text-align: center;
    margin-bottom: 60px;
}
.different-box-text {
    height: 330px;
}
/* section.different {
    background: url(/wp-content/uploads/2025/02/makes-us-banner.png);
} */
/*section.community .community-wraper p {
    margin-bottom: 40px;
}
 section.community .community-wraper p:last-child {
    margin: 0;
} */
div#testimonialCarousel {
    display: flex;
}
section.standard.testimonials.last .slider-one {
    background: #A4C9C4;
    padding: 42px 47px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.testimonials-wraper .owl-stage .testimonial-item {
    height: 100%;
}
.testimonials-wraper .owl-stage {
    display: flex
;
}
.testimonial-icons {
    display: flex;
    flex-direction: column;
}
.owl-carousel .owl-item .icons-inner img {
    width: auto;
}
.icons-inner {
    display: flex;
    margin-bottom: 10px;
}
.testimonial-icons span {
	display: flex;
	margin-bottom: 7px;
}
 section.standard.testimonials.last span i {
  font-family: "FontAwesome";
  font-style: normal;
  color: #FCCB32;
  font-size: 22px;
  padding: 2px;
}

.testi_text span {
    font-size: 20px;
    color: #434343;
	text-transform: capitalize;
	margin: 0;
	font-weight: 500;
}
.testi_text label {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background: #13605C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.testimonials-wraper .btn-wrape a.enquire-btn {
    width: auto;
    padding: 19px;
	border-radius: 10px;
	font-weight: 600;
}
.testimonials-wraper .btn-wrape {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 57px;
}
.testimonials-wraper .btn-wrape a.enquire-btn:first-child {
    margin-right: 27px;
}
.testi_text {
    display: flex;
    align-items: center;
	margin-top: 35px;
}
.slider-one p {
	text-align: left;
	font-size: 19px;
	color: #434343;
	margin-bottom: 10px;
	font-weight: 500;
}

section.standard.testimonials.last .owl-nav {
    display: flex;
    position: absolute;
    top: -114px;
    right: 150px;
}
section.standard.testimonials.last .owl-nav button:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/02/testmonials-nav.svg);
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}
section.standard.testimonials.last .title-new {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.standard.testimonials.last .title-new h2 {
    margin: 0;
}
section.standard.testimonials.last .owl-nav button.owl-next:after {
    margin-left: 83px;
    content: '';
    rotate: 180deg;
    margin-top: -2px;
}
section.standard.testimonials.last .owl-nav button span {
    display: none;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
div#accordionExample .card {
	margin-bottom: 20px;
	width: 859px;
	border-radius: 20px;
}
div#accordionExample .card .card-header {
    padding: 0;
}
div#accordionExample .card h2 {
    margin: 0;
}
div#accordionExample .card h2 {
    margin: 0;
    padding: 0;
    line-height: 0;
}
/* div#accordionExample .card .card-header {
    padding: 32px 28px !important;
	padding-bottom: 0px !important;
} */
div#accordionExample .card .card-header {
    border: 0 !important;
	box-shadow: none !important;
	border-radius: 20px;
}
div#accordionExample .card .card-header button {
    padding: 0;
    font-size: 24px;
    color: #434343 !important;
    line-height: 30px;
	font-weight: 600 !important;
	padding: 32px 28px !important;
	text-decoration: none;
	/* 	padding-left: 10px !important;
	padding-bottom: 20px !important; */
	text-transform: capitalize !important;
}
div#accordionExample {
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#accordionExample .card .card-body {
	padding: 32px 28px !important;
    padding-top: 0 !important;
}
div#accordionExample .card .card-header button:hover {
    text-decoration: none;
}
section.services {
    background: #A4C9C4;
}
/* 
section.services .title-new h2
{
	color: #13605c;
} */
section.services .title-new h2 {
    text-align: center;
}
section.services .title-new p {
    text-align: center;
    width: 66%;
    margin: 0 auto;
    margin-bottom: 60px;
/*     color: #fff; */
	font-size: 20px;
	font-weight: 400;
}
.accommodation .accommodation-wraper .left .zoom-imgs {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img {
	max-width: 50%;
	position: relative;
	overflow: hidden;
}
.eihe-title-cover h3 {
	margin: 0;
	font-family: "Montserrat", serif;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img .eihe-caption {
    position: absolute;
    bottom: 0;
    height: 0;
	width: 100%;
	background: #c8e3dec4;
	transition: all 1s ease;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5ss ease;
	transition: all .5s ease;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:hover .eihe-caption {
    height: 100%;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(2) .eihe-caption{
	position: absolute;
    background: #c8e3dec4;
    padding: 5px 10px;
    position: absolute;
    bottom: 0%;
    left: -200px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(2):hover .eihe-caption{
	opacity: 1;
    left: 0;
    bottom: 0;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(3) .eihe-caption {
	position: absolute;
	top: -100px;
	height: 0;
	width: 100%;
	background: #c8e3dec4;
	transition: all 1.5s ease;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0ss ease;
	transition: all 1.0s ease;
	opacity: 0;
}

.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(3):hover .eihe-caption {
    height: 100%;
	top: 0px;
    display: flex;
    width: 100%;
    padding: 10px;
	align-items: flex-end;
	justify-content: flex-start;
	opacity: 1;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img img {
    height: 100%;
}
/* .accommodation .accommodation-wraper .left .zoom-imgs .left-img .eihe-caption:before {
	content: '';
	background: #c8e3dec4;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	transition: all 1s ease;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5ss ease;
	transition: all .5s ease;
} */
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(4) .eihe-caption{
	position: absolute;
    background: #c8e3dec4;
    padding: 5px 10px;
    position: absolute;
    bottom: 0%;
    right: -200px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(4):hover .eihe-caption{
	opacity: 1;
    right: 0;
    bottom: 0;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:hover .eihe-caption:before {
	height: 100%;
	bottom: 0;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(1) img {
    border-top-left-radius: 15px;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(2) img {
    border-top-right-radius: 15px;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(3) img {
    border-bottom-left-radius: 15px;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(4) img {
    border-bottom-right-radius: 15px;
}
section.services .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
    background: #13605C;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    height: 50px;
    border-radius: 100px;
}
div#accordionExample .card .card-body p {
    font-size: 20px;
    color: #434342;
    font-weight: 400;
}
div#accordionExample .card .card-header button[aria-expanded="true"]:before {
    rotate: 180deg;
    top: 0;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:hover .eihe-caption {
    align-items: flex-end;
/*     padding: 10px; */
	padding-bottom: 20px;
	justify-content: flex-start;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(3):hover .eihe-caption:before {
    left: 0;
    top: 0;
}
.accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(2) .eihe-caption:before {
    bottom: 0;
    top: 0;
    left: 0;
}
/* .accommodation .accommodation-wraper .left .zoom-imgs .left-img:nth-child(2):hover .eihe-caption:before {
	left: 100%;
} */
section.services .btn-wrape a.enquire-btn {
    width: 100%;
	padding: 25px;
	font-weight: 600;
}
.eihe-caption .eihe-title-cover {
	position: relative;
	transition: all 1s ease;
	box-sizing: border-box;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
section.services .btn-wrape {
    margin-top: 10px;
}
section.connected .team-wraper {
    display: flex;
    align-items: center;
    padding: 0;
}
section.connected .team-wraper .btn-wrape a.enquire-btn {
    width: 350px;
}
section.connected .team-wraper .left, section.connected .team-wraper .right {
    padding: 0;
}

section.connected .team-wraper .left{
	padding-right: 40px;
}
section.connected .team-wraper {
    display: flex;
    align-items: center;
    padding: 0;
    background: #13605c;
    padding: 30px;
    border-radius: 20px;
}
section.connected .team-wraper p {
    font-weight: normal;
	font-size: 19px;
	color: #fff;
	margin-bottom: 25px;
}
section.connected .team-wraper .title-new h2 {
    color: #fff;
}
section.connected .team-wraper .btn-wrape a.enquire-btn {
	width: 315px;
	border-color: #fff;
	color: #13605c;
	font-weight: 600;
	background: #fff;
}
section.connected .team-wraper .btn-wrape a.enquire-btn:hover {
	border-color: #fff;
	color: #fff;
}
section.connected .team-wraper .btn-wrape a.enquire-btn:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}
section.connected .team-wraper .btn-wrape {
    margin-top: 10px !important;
}
section.connected .team-wraper .right img {
    width: 100%;
    border-radius: 10px;
}
.container {
	max-width: 1300px !important;
}
.amenities-wraper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
section.different.amenities .title-new p {
    width: 60%;
    display: flex;
}
section.different.amenities .title-new p {
    width: 45%;
    display: flex;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    font-size: 20px;
    color: #434343;
}
section.different.amenities .title-new h2 {
    margin-bottom: 20px;
}
section.different.amenities .amenities-wraper p {
    font-size: 20px;
    color: #434343;
    font-weight: normal;
    margin-right: 60px;
}
section.different.amenities .amenities-wraper img {
    margin-bottom: 0px;
	 border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.different.amenities .amenities-wraper a {
    background: #C8E3DE;
    padding: 20px;
    width: 100%;
    color: #434343;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: 0.9s;
	-webkit-transition: 0.9s;
	position: relative;
	z-index: 11;
	font-size: 18px;
}
section.different.amenities .amenities-wraper a:hover {
    background: #13605c;
    color: #fff;
}
section.different.amenities .amenities-wraper .amenities-text {
    margin-bottom: 26px;
    display: flex;
}
section.different.amenities {
	background:url(/wp-content/uploads/2025/03/whatmakedifference.jpg);
    background-position: center;
}
/*section.different.amenities:after{
	content: '';
    background: #a4c9c4;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}*/
section.different.amenities .amenities-wraper {
	padding: 0px;
    padding-bottom: 20px;
}
/*section.different.getintouch:before {
    content: '';
    background: #a4c9c4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}*/
body .primary-menu a {
    color: #13605c !important;
    text-decoration: none !important;
}
.gallery-block.grid-gallery {
	padding-bottom: 60px;
	padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
	margin-bottom: 50px;
	text-align: center;
}

.gallery-block.grid-gallery .heading h2 {
	font-weight: bold;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.gallery-block.grid-gallery a:hover {
	opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	transition: 0.4s;
	height: 215px;
	object-fit: cover;
}
div#accordionExample .card .card-body p strong {
    display: flex;
    margin: 10px 0px;
}
.gallery-block.grid-gallery .item {
	margin-bottom: 20px;
}

section.our-team{
	position: relative;
/* 	padding-top: 0px !important; */
	overflow: hidden;
	padding-bottom: 50px !important;
}
/* section.our-team:after{
	position: absolute;
	background: #000;
	content: '';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
} */
section.our-team {
    background: url(/wp-content/uploads/2025/03/whatmakedifference.jpg);
    background-position: 30% 50%;
    background-size: 110%;
}
section.our-team .our-team-inner {

/*     width: 1600px; */
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
    background-size: 100% 100%;
    padding: 100px 0 170px 0;
}
.team-wraper {
    width: 100%;
    position: relative;
}
.special-product-inner {
    display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.special-product-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-item{
    position: relative;
}
.special-product-text {
    position: absolute;
    bottom: 7px;
    left: 6px;
    width: 97%;
    margin: 0 auto;
    z-index: 2;
/* 	background: #C8E3DE; */
	border-radius: 15px;
/*     transition: all 2s ease; */
}
.special-product-box:hover .special-product-text {
    background: #fff;
}
/* .special-product-inner .left{
	padding-left: 0px;
}
.special-product-inner .right{
	padding-right: 0px;
} */
section.special-product h3 {
    font-size: 44px;
/*     color: #1D1D1D; */
	color: #fff;
    font-family: 'against';
    margin-bottom: 12px;
    width: 100%;
}
section.special-product p {
	font-size: 18px;
/* 	color: #787978; */
	color: #fff;
    font-family: "aktiv-grotesk", sans-serif;
    margin-bottom: 25px;
    width: 100%;
}
.special-product a.readmore-btn {
	background: #A49460;
	color: #fff;
	transition: all 0.5s;
}
.special-product a.readmore-btn:hover {
    background: #fff;
    text-decoration: none;
    color: #A49460;
}
/* .special-product a.readmore-btn:hover {
    background: none;
    text-decoration: none;
} */
section.special-product {
    background: #04437D;
    padding: 130px 0;
}
.special-product-box {
    display: flex;
    position: relative;
    height: 100%;
}
.special-product-box:before {
	content: '';
	/* background: rgb(4 67 125 / 30%); */
	background: rgb(255 255 255 / 95%);
	position: absolute;
	height: 0;
	width: 97.5%;
	z-index: 1;
	transition: all 1s ease;
	bottom: 0px;
	left: 5px;
	right: 5px;
	bottom: 5px !important;
/* 	top: 5px; */
	border-radius: 10px;
}
.special-product-box:hover:before {
/*     height: 98%; */
	height: auto;
    bottom: 0px;
}


.scroll-bottm {
	opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Start slightly below */
    visibility: hidden; /* Prevent interaction when hidden */
    transition: opacity 1.5s ease, transform 1.5s ease; 
}

.special-product-box .slider-one p{
	text-align: center;
}
.scroll-bottm h3 {
	margin: 0;
	text-align: center;
	justify-content: center;
	display: flex;
	width: 100%;
	font-family: "Montserrat", serif;
	font-weight: 600;
	margin-bottom: 4px;
	padding-bottom: 10px;
	font-size: 24px;
	position: relative;
}
.special-product-box:hover .scroll-bottm {
	opacity: 1; 
    transform: translateY(0);
    visibility: visible;
    display: flex; 
    align-items: baseline;
    justify-content: left;
    text-align: left;
    flex-direction: column;
	padding: 15px;
	padding-bottom: 20px;
}
.special-product-box .special-product-text>h3 {
	opacity: 1;
	position: absolute;
	bottom: 0px;
	transform: translateY(0px);
	transition: opacity 0.5sease, transform 0.5sease;
	margin: 0;
	background: #C8E3DE;
	width: 100%;	
	padding: 10px;
	text-align: center;
	border-radius: 15px;
}
.special-product-box .tabs-pro>h3 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    margin-bottom: 4px;
    padding-bottom: 10px;
    position: relative;
}
.special-product-box .special-product-text h3{
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 24px;
	width: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.special-product-box .special-product-text>h3:after,
.special-product-box .special-product-text h3:after{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 145px;
	background: #000;
	height: 1px;
}
.special-product-box .special-product-text a.tabs-pro>h3:after{
	
	width: 145px;
}
.special-product-box:hover .special-product-text>h3 {
    opacity: 0;
    position: absolute;
    transform: translateY(-100px);
}
.slider-one .special-product-text p {
    font-size: 18px !important;
    text-align: center;
    font-weight: normal;
    color: #434343;
	margin-top: 18px;
}
.special-product-text span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    color: #13605C;
}
div#newteam {
    margin-top: 73px;
}
.special-product-box:hover .special-product-text a.tabs-pro {
    display: none;
}
.special-product-box .special-product-text a.tabs-pro {
	position: absolute;
	background: #C8E3DE;
	width: 100%;
	border: 0;
	height: 100%;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 130px;
	bottom: 0;
	text-decoration: none;
}
a.amenities-linl {
    padding: 0 !important;
    position: relative;
}
a.amenities-linl:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/03/link.svg) rgb(19 96 92 / 80%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: none;
    align-items: center;
    justify-content: center;
	background-position: center;
	transition: 0.9s;
	-webkit-transition: 0.9s;
}
.amenities-text:hover a.amenities-linl:after{
	display: flex;
}
.menu-bottom .social-menu {
    display: none;
}
.servicesmenu ul#menu-footer-menu, .servicesmenu ul#menu-footer-menu li {
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
}
.ftrlogo img {
    width: 270px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.submit-btn input.wpcf7-form-control.wpcf7-submit:hover,
.submit-btn input.wpcf7-form-control.wpcf7-submit:focus {
    background: #0f4d4a; /* A slightly darker shade of your button color */
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(19, 96, 92, 0.3); /* subtle focus outline */
/*     transform: scale(1.02); */
    transition: all 0.3s ease;
    outline: none;
}
.getintouch-left .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background: #13605c !important;
    opacity: 0.95;
    width: 100%;
    height: 24px !important;
    padding: 0;
    margin: 0;
    position: absolute;
    float: right;
    border: 0px solid #333;
    display: flex;
    right: 0;
    border-radius: 100px;
    left: 0;
    z-index: 112;
    justify-content: center;
    align-items: center;
}
.getintouch-left span.wpcf7-spinner:before {
    left: 45%;
}
@media (min-width: 1600px) {
    .lightgreentop:before, .lightgreenbtm:after, .greentop:before, .greenbtm:after {
        min-height: 26vh;
    }
}
@media (min-width: 576px) {
	.gallery-block.grid-gallery .scale-on-hover:hover {
		transform: scale(1.05);
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
	}
}

.gallery img {
	// -webkit-filter: sepia(0.7);
	-webkit-filter: hue-rotate(210deg) saturate(10);
}
.gallery-wraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px;
}
section.gallery-block.grid-gallery .title-new {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.gallery-block.grid-gallery p {
    width: 50%;
    text-align: center;
    margin-bottom: 67px;
}

.gallery-block.grid-gallery .item {
    margin-bottom: 20px;
    max-width: 24%;
    padding: 0;
	overflow: hidden;
	border-radius: 15px;
}
.getintouch-wraper {
    display: flex;
	padding: 0px;
}
.getintouch-wraper .form-wrape {
    display: flex;
    padding: 0;
}
.getintouch-wraper .form-wrape .form-inner {
    padding: 0;
}
.getintouch-wraper .form-wrape.last p, .getintouch-wraper .form-wrape.last label, .getintouch-wraper .form-wrape.last span {
    width: 100%;
    display: flex;
    max-width: 100%;
}
.getintouch-wraper .form-wrape textarea {
    width: 100%;
    max-width: 100%;
	height: 182px;
	font-size: 20px;
	color: #263959;
	border: 2px solid rgb(19 96 92 / 40%);
	border-radius: 10px;
	outline: none;
}
.getintouch-wraper .form-wrape .form-inner br {
    display: none;
}
.getintouch-wraper .form-wrape .form-inner input {
	height: 60px;
	font-size: 20px;
	color: #263959;
	outline: none;
	border: 2px solid rgb(19 96 92 / 40%);
	border-radius: 10px;
}
.getintouch-wraper .form-wrape .form-inner p {
    margin-bottom: 26px;
}
.getintouch-wraper .form-wrape .form-inner:nth-child(odd) {
    padding-right: 15px !important;
}
.getintouch-wraper .form-wrape .form-inner:nth-child(even) {
    padding-left: 15px !important;
}
.contactus li {
    display: flex;
    list-style: none;
}
.contactus ul{
	margin: 0px;
}
.contactus {
    padding: 35px 30px;
    background: #C8E3DE;
    margin-bottom: 40px;
    border-radius: 20px;
}
.contactus ul li {
    font-size: 20px;
    font-weight: 400;
    color: #434343;
	margin: 0px;
	margin-bottom: 10px;
}
.contactus ul li:nth-child(2) {
    align-items: flex-start;
}
.contactus ul li:nth-child(2) img {
    margin-top: 8px;
}
.contactus ul li img {
    margin-right: 11px;
}
.getintouch-wraper .getintouch-left {
	padding: 0;
	padding-right: 15px;
}
.getintouch-wraper .getintouch-right {
	padding: 0;
	padding-left: 15px;
}
.getintouch-wraper .getintouch-left div#wpcf7-f105-o1 {
	background: #C8E3DE;
	padding: 53px 26px;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.getintouch-wraper .getintouch-right iframe {
    border-radius: 20px;
    height: 100%;
}
.submit-btn input {
    background: #13605C;
    text-decoration: none;
	font-size: 17px;
	font-weight: 600;
}
.submit-btn {
	position: relative;
	width: 189px;
}
.submit-btn input.wpcf7-form-control.wpcf7-submit {
	background: #13605C !important;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	width: 189px !important;
	height: 61px;
	display: flex;
	text-decoration: none;
	font-family: "Montserrat", serif !important;
/* 	padding-right: 43px;
	padding-left: 15px; */
	border-radius: 10px;
}
/* .submit-btn span.wpcf7-spinner {
    display: none;
} */
.getintouch-wraper .form-wrape .form-inner p span.wpcf7-not-valid-tip {
    position: absolute;
}
.submit-btn p:after {
    content: '';
    position: absolute;
    right: 16px;
    z-index: 100;
    background: url(/wp-content/uploads/2025/02/arrow-right-white.svg);
    width: 19px;
    height: 13px;
	display:none;
}
.submit-btn p {
    display: flex;
    width: 189px;
    position: relative;
	align-items: center;
/* 	justify-content: center; */
	margin: 0;
}
.clientlogo-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-one img {
    width: 250px !important;
    object-fit: cover;
	display: block;
}
.slider-one {
    width: 160px;
}
div#clientlogo .owl-stage {
    display: flex;
    align-items: center;
}
section.gallery-block.grid-gallery .title-new h2 {
    margin-bottom: 40px;
}
section.different.amenities {
    background: url(/wp-content/uploads/2025/03/whatmakedifference.jpg);
    background-position: 30% 74%;
    background-size: 110%;
}
section.different.getintouch {
    background: url(/wp-content/uploads/2025/03/whatmakedifference.jpg);
    background-position: 100% 62%;
    background-size: 110%;
}
/*section.different.getintouch:before {
    content: '';
    background: #a4c9c4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}*/
section.gallery-block.grid-gallery.gallery-top {
    background: #a4c9c4;
}
section.different.getintouch .title-new h2 {
    margin: 0;
    margin-bottom: 25px !important;
}
section.different.getintouch .title-new p {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}
.getintouch-wraper .wpcf7-response-output {
    color: #000;
    border: 1px solid #000 !important;
    font-size: 16px;
	text-align: center;
	padding: 12px !important;
}
.footer-top .left {
    padding: 0;
}
footer#site-footer {
    background: rgb(19 96 92 / 20%);
	position: relative;
}
footer#site-footer .title-new p {
    font-size: 20px;
    font-weight: normal;
	width: 60%;
	line-height: 37px;
}
footer#site-footer .footer-top {
    border-color: #13605C;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.footer-top .right ul {
    margin: 0;
}
.footer-top .right ul li {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}
#site-footer .section-inner {
    display: flex;
    flex-direction: column;
}
.footer-top .right ul li a {
    color: #13605C;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
	display: flex;
}
p.footer-copyright a {
    font-weight: bold;
}
.footer-top .right ul li a img {
    margin-right: 10px;
}
.footer-top .right ul li:last-child a img {
    margin-right: 17px;
}
.footer-top .right ul li a:hover {
    text-decoration: none;
}
section.standard.testimonials.last .slider-one .testimonial-icons .icons-inner img {
    width: auto !important;
}
.footer-top .right ul li a:hover {
    text-decoration: none !important;
}
ul#menu-footer-menu li {
    list-style: none;
    width: 100%;
}
ul#menu-footer-menu li a {
    display: block;
    line-height: 1.2;
    word-break: normal;
    word-wrap: normal;
    color: #13605c !important;
    font-size: 20px;
    font-weight: normal;
    width: 60%;
}
ul#menu-footer-menu li a:hover {
    text-decoration: underline;
}
#site-footer .title-new h2 {
    font-size: 38px;

}
.section-inner .footer-credits ul {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	margin-bottom: 5px;
    margin: 0;
}
.section-inner .footer-credits ul li {
	list-style: none;
	margin: 0;
}
.section-inner .footer-credits ul li a {
    color: #13605C;
}
.section-inner .footer-credits ul li a:hover{
	text-decoration: none;
}
.section-inner .footer-credits ul li:first-child {
    margin-right: 15px;
}
.section-inner .footer-credits ul li:last-child {
    margin-left: 15px;
}
footer#site-footer .footer-credits {
    width: 100%;
    margin-top: 22px;
}
p.footer-copyright {
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    color: #13605C;
}
a.to-the-top {
    position: absolute;
    left: 5%;
    top: -16px;
}
.zoom-img {
    overflow: hidden;
    border-radius: 20px;
}
section.our-team h4 {
    font-family: "Montserrat", serif;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}
section.our-team .title-new h2 {
    text-align: center;
    margin: 0;
    line-height: normal;
}
section.our-team .title-new p {
    font-size: 20px;
    text-align: center;
    color: #434343;
	font-weight: normal;
	width: 85%;
	margin: 0 auto;
}
.team-item .slider-one {
    width: 100%;
}
.slider-one .special-product-box {
    width: 100%;
    display: flex
;
    flex-direction: column;
    height: auto;
    background: #fff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
}
.boxtop {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #c8e3de;
}
.jobdetail h3 {
    margin: 0;
    font-size: 27px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 24px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #13605c;
    padding: 6px;
    margin-bottom: 10px;
}
.jobdetail span {
    font-size: 16px;
}
.jobdetail {
    background: #C8E3DE;
    width: 100%;
    border: 0;
    height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-decoration: none;
    padding: 14px;
}
.jobdescription {
    font-size: 16px;
    padding: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 150px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
section.our-team .owl-nav {
    display: none;
}
.hoverdescription {
    position: absolute;
    transform: translateY(100%);
    opacity: 0;
    bottom: 0;
    background: #fff;
    transition: all 0.5s ease-in-out;
    height: 86%;
    visibility: hidden;
    left: 0;
    padding: 30px;
    overflow: auto;
    width: 96%;
}
.special-product-box .hoverdescription p {
    font-size: 16px;
}
.special-product-box .hoverdescription h3 {
    font-family: "Montserrat", serif;
    margin: 0 0 10px 0;
    font-size: 24px;
}
.special-product-box .jobdescription, .special-product-box .boxtop {
    opacity:1;
	transition:all 0.5s ease-in-out;
}
.special-product-box:hover .jobdescription, .special-product-box:hover .boxtop {
    opacity: 0;
}
.special-product-box:hover .hoverdescription {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    bottom: 7%;
}
.about-wraper .right {
    display: flex;
    flex-direction: column-reverse;
}
.zoom-img {

    margin-bottom: 30px;
}
.team-wraper .slider-one img {
    width: 105px !important;
    height: 105px;
    border-radius: 12px;
    border: 0 solid rgb(19, 96, 92, 0.2);
    margin-bottom: 0;
    margin-top: 25px;
}

/* section.our-team:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background: #a4c9c4;
    left: 0;
    top: 0;
} */
section.connected {
    padding-top: 90px !important;
}
div#newteam .owl-nav.disabled {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
div#newteam .owl-nav.disabled button {
    position: relative;
	outline: none;
}
div#newteam .owl-nav.disabled button span{
	font-size: 0px;
}
div#newteam .owl-nav.disabled button:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/03/team-btn.svg);
    width: 58px;
    height: 61px;
    left: 0;
}
div#newteam .owl-nav.disabled button.owl-prev {
    margin-right: 40px;
}
div#newteam .owl-nav.disabled button.owl-next {
	margin-left: 85px;
	rotate: 180deg;
	margin-top: 68px;
}
div.anchorposition {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0px;
    display: inline;
}
section {
	position: relative;
}
html {
  scroll-behavior: smooth;
}
section.banner a.enquire-btn {
  width: 206px;
}
section.gallery-block.grid-gallery div#clientlogo .owl-nav {
    display: none !important;
}
section.gallery-block.grid-gallery.client-slider .title-new h2 {
    margin-bottom: 65px;
}
section.services .services-wraper, section.services .services-wraper .services-card {
    padding: 0 !important;
    margin: 0 !important;
}
.services-card ul {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}
.services-card ul li {
    font-size: 20px;
    color: #434342;
    font-family: "Montserrat", serif;
    font-weight: 300;
}
section.different h2 {
    margin-bottom: 100px !important;
}

section.different.amenities .title-new h2 {
    margin-bottom: 45px !important;
}
.fx5 .item {
  padding: 0;
}
.fx5 .item img {
  padding: 0 !important;
  display: block;
  max-width: 100%;
  height: auto;
}
.fx5 a:hover .item img,
.fx5 a:focus .item img {
  opacity: 0.8;
}
.fx5 h4,
.fx5 p {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fx5 a .item h4 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #b5b5b5;
  padding: 5px 10px;
  position: absolute;
  bottom: 10%;
  left: 0%;
  opacity: 0;
}
.fx5 a:hover .item h4,
.fx5 a:focus .item h4 {
  opacity: 1;
  left: 10%;
}
.fx5 a .item p {
  font-family: "Raleway", sans-serif;
  font-size: 8px;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #b5b5b5;
  padding: 5px 10px;
  position: absolute;
  bottom: 7%;
  left: 0%;
  opacity: 0;
}
.fx5 a:hover .item p,
.fx5 a:focus .item p {
  opacity: 1;
  left: 10%;
}



/* .left-img:hover .eihe-caption.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
} */

@keyframes fadeInText {
  from {
    transform: translateY(30px);
    opacity: 0;
  } to {
    transform: translateY(0);
    opacity: 1;
  }
}



.elementor-widget-wrap>.elementor-element {
    width: 100%;
	padding: 0px !important;
}
            .elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor-7 .elementor-element.elementor-element-3d0da5e {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}
 .elementor-element.elementor-widget-e_image_hover_effects .eihe-box {
    position: relative;
    display: block;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box img {
    position: relative;
    width: 100%;
    vertical-align: middle;
}
[class*=' eihe-fade']:hover .eihe-caption, [class*=' eihe-fade']:hover>img, [class^=eihe-fade]:hover .eihe-caption, [class^=eihe-fade]:hover>img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box, .elementor-element.elementor-widget-e_image_hover_effects .eihe-box *, .elementor-element.elementor-widget-e_image_hover_effects .eihe-box :after, .elementor-element.elementor-widget-e_image_hover_effects .eihe-box :before, .elementor-element.elementor-widget-e_image_hover_effects .eihe-box:after, .elementor-element.elementor-widget-e_image_hover_effects .eihe-box:before {
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


.elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box .eihe-caption,  .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class^='eihe-shutter-in-']:after, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class^='eihe-shutter-in-']:before, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class*=' eihe-shutter-in-']:after, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class*=' eihe-shutter-in-']:before, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class^='eihe-shutter-out-']:before, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class*=' eihe-shutter-out-']:before, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class^='eihe-reveal-']:before, .elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box[class*=' eihe-reveal-']:before {
    background-color: #15B5B080;
}
.elementor-7 .elementor-element.elementor-element-05c9fa2 .eihe-box .eihe-caption {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px 30px 30px 30px;
}

.elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    padding: 10px;
    z-index: 2;
    justify-content: center;
}
[class*=' eihe-fade'] .eihe-caption, [class^=eihe-fade] .eihe-caption {
    opacity: 0;
}

 [class*=' eihe-fade']:hover .eihe-caption, [class^=eihe-fade]:hover .eihe-caption {
    opacity: 1;
}
 .elementor-element.elementor-widget-e_image_hover_effects .eihe-box .eihe-caption .eihe-title-cover {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

section.accommodation .accommodation-wraper {
    flex-wrap: wrap;
}
.eihe-title-cover h3 {
    color: #ffffff;
    text-align: center;
}
.elementor-element.elementor-widget-e_image_hover_effects .eihe-box img {
    position: relative;
    width: 100%;
    vertical-align: middle;
}
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 100%;
    }

.different-wraper .different-box:nth-child(even)>div {
    background: #a4c9c4;
}

.eihe-caption {
    background-color: rgb(19, 96, 92, 0.5);
}
.eihe-box.eihe-fade-in-up.eihe_flex-start {
    border-top-left-radius: 30px;
}
.eihe-box.eihe-fade-in-down.eihe_flex-start{
	border-bottom-left-radius: 30px;
}
.eihe-box.eihe-fade-in-left.eihe_flex-start{
	 border-top-right-radius: 30px;
}
.eihe-box.eihe-fade-in-right.eihe_flex-start{
	border-bottom-right-radius: 30px;
}
.eihe-box.eihe-fade-in-up.eihe_flex-start:hover .eihe-caption{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.eihe-fade-in-up .eihe-caption {
    -webkit-transform: translate(0, 15%);
    -moz-transform: translate(0, 15%);
    -ms-transform: translate(0, 15%);
    -o-transform: translate(0, 15%);
    transform: translate(0, 15%);
}
.eihe-fade-in-left .eihe-caption {
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}
.eihe-fade-in-down .eihe-caption {
    -webkit-transform: translate(0, -15%);
    -moz-transform: translate(0, -15%);
    -ms-transform: translate(0, -15%);
    -o-transform: translate(0, -15%);
    transform: translate(0, -15%);
}
.eihe-fade-in-right .eihe-caption {
    -webkit-transform: translate(15%, 0);
    -moz-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
    transform: translate(15%, 0);
}
@media screen and (max-width: 1050px) {
	section.different h2 {
		margin-bottom: 60px !important;
	}
	section.different {
		padding-top: 100px !important;
	}
	section.different.getintouch {
		padding-top: 80px !important;
	}
	section.different .different-wraper {
		padding-bottom: 60px;
	}
	.accommodation .accommodation-wraper .left {
		padding-left: 40px;
	}
	.accommodation .accommodation-wraper .right {
		padding-right: 20px;
	}
	section.our-team .our-team-inner {
		width: 100%;
		background-size: 100% 100%;
	}
	section.different.amenities .amenities-wraper {
		margin-top: 30px;
	}
	.getintouch-wraper .form-wrape .form-inner:nth-child(odd) {
		padding-right: 7px !important;
	}
	.getintouch-wraper .form-wrape .form-inner:nth-child(even) {
		padding-left: 7px !important;
	}
	.special-product-box .special-product-text a.tabs-pro {
		height: 100px;
	}
	section.community .community-wraper .left, section.about .about-wraper .left {
		padding-right: 40px;
	}
	section.community .community-wraper .right, section.about .about-wraper .right {
		padding-left: 20px;
	}
	section.different.amenities .amenities-wraper a {
		font-size: 16px;
	}
	section.different.getintouch .title-new p,
	section.gallery-block.grid-gallery p {
		width: 82%;
	}
	section.different.amenities .title-new p {
    width: 60%;
	}
	.banner .title p,
	.banner .title h1 {
    width: 40%;
	}
	section.different {
		background-position: center;
	}
	section.banner {
		height: 90vh;
	}
	.title-new h2 {
    font-size: 48px;
	}
	.accommodation .accommodation-wraper .title-new>p, section.community .community-wraper .title-new>p, section.about .about-wraper .title-new>p, .title-new>p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.different-box-text h5 {
		font-size: 18px;
		margin-top: 20px;
	}
	.different-box-text>p {
    font-size: 16px;
	}
	.different-box-text {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.slider-one p {
    font-size: 16px;
	}
	.testi_text {
		margin-top: 25px;
	}
	section.standard.testimonials.last .slider-one {
		padding: 32px 37px;
	}
	.testimonials-wraper .btn-wrape {
		margin-top: 37px;
	}
	section.services .title-new p {
		margin-bottom: 30px;
	}
	section.our-team h4 {
		font-size: 22px;
		margin-top: 10px;
	}
	.special-product-box .special-product-text h3 {
		font-size: 22px;
	}
	.special-product-text span {
		font-size: 16px;
	}
	div#newteam .owl-nav.disabled button.owl-next {
		margin-top: 66px;
	}
	div#newteam .owl-nav.disabled {
		padding-top: 0;
	}
	section.connected .team-wraper p {
		font-size: 18px;
	}
	section.different.amenities .title-new h2 {
		margin-bottom: 0;
	}
	section.different.amenities .amenities-wraper .amenities-box {
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}
	section.different.amenities .amenities-wraper .amenities-box:first-child {
		flex: 0 0 66%;
		max-width: 66%;
	}
	section.gallery-block.grid-gallery .title-new h2 {
		margin-bottom: 20px;
	}
	section.gallery-block.grid-gallery p {
		margin-bottom: 40px;
	}
	.gallery-block.grid-gallery .item {
		max-width: 33%;
		flex: 0 0 33%;
	}
	.contactus {
		margin-bottom: 20px;
	}
	.getintouch-wraper .getintouch-left div#wpcf7-f105-o1 {
		/* padding: 49px 26px; */
		padding: 30px 16px;
	}
	section.different.getintouch .title-new p {
		margin-bottom: 40px;
	}
	section.different.getintouch {
		padding-bottom: 80px !important;
	}
	section {
		padding: 80px 0 !important;
	}
	section.our-team {
		padding-bottom: 0px !important;
	}
/* 	section.our-team {
		position: relative;
		overflow: hidden;
		background: url(/wp-content/uploads/2025/02/Local-Amenities.png);
		background-position: center center;
		width: 100%;
		background-repeat: no-repeat;
	} */
	section.our-team .our-team-inner {
        padding: 50px 0 70px 0;
    }
	footer#site-footer .footer-top {
		padding-top: 0px;
	}
    .lightgreentop:before, .lightgreenbtm:after, .greentop:before, .greenbtm:after {
        background-size: 100% 100%;
        height: 9vh;
    }
}
@media screen and (max-width: 999px) {
	.header-titles-wrapper {
		justify-content: space-between !important;
		padding: 0 !important;
		text-align: center;
	}
	button.toggle.nav-toggle.mobile-nav-toggle span.toggle-inner, button.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon {
		height: auto;
		width: auto;
	}
	header.header-footer-group.custom-header button.toggle {
		padding: 0;
		height: auto;
		display: flex;
	}
	.menu-wrapper .menu-item {
		outline: none;
	}
	.modal-menu .ancestor-wrapper a {
		color: #13605c;
		text-decoration: none !important;
	}
	button.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon img.mobilemenu {
		filter: brightness(0) saturate(100%) invert(30%) sepia(7%) saturate(6144%) hue-rotate(131deg) brightness(89%) contrast(85%);
		padding: 5px;
		padding-right: 0;
		padding-left: 15px;
	}
	.custom-header .header-inner.section-inner {
		background: #fff !important;
		position: relative;
		z-index: 1;
	}
	.showing-menu-modal button.close-nav-toggle svg {
		height: 30px;
		width: 30px;
	}
	button.toggle.close-nav-toggle.fill-children-current-color span.toggle-text {
		font-size: 0;
	}
	.showing-menu-modal button.toggle.close-nav-toggle.fill-children-current-color {
		margin: 0;
	}
	.custom-header .header-inner.section-inner button.toggle.search-toggle.mobile-search-toggle {
		display: none;
	}
	button.toggle.nav-toggle.mobile-nav-toggle {
		outline: none;
	}
	button.close-nav-toggle {
		outline: none;
	}
	.showing-menu-modal button.close-nav-toggle {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 830px) {
	.accommodation .accommodation-wraper .left .zoom-imgs .left-img img {
		height: 100%;
		width: 400px;
		object-fit: cover;
	}
	section.different {
        padding-top: 80px !important;
    }
	div#accordionExample .card {
		width: 95%;
	}
	section.standard.testimonials.last .slider-one {
        padding: 22px 14px;
    }
	.testimonials-wraper .btn-wrape a.enquire-btn {
		font-size: 16px;
	}
	section.services .title-new p {
		width: 80%;
	}
	div#accordionExample .card .card-header button {
		font-size: 20px;
		padding: 21px 13px !important;
	}
	section.services .collapsible-link::before {
		width: 40px;
		font-size: 23px;
		height: 40px;
	}
	div#accordionExample .card .card-body {
		padding: 32px 19px !important;
	}
	.our-team-inner .title-new {
		padding-top: 70px;
	}
	section.our-team .title-new p {
		width: 90%;
	}
	section.our-team {
         padding-bottom: 50px !important;
	}
	div#newteam {
		margin-top: 30px;
	}
	section.different.amenities .amenities-wraper a {
		padding: 15px 10px;
	}
	section.different.amenities .amenities-wraper {
		padding-bottom: 0;
	}
	.different-box-text {
		padding: 15px;
	}
	/*section.different {
        padding-bottom: 0 !important;
    }*/
	section.different.amenities{
		padding-bottom: 80px !important;
	}
	section.services .title-new p,
	div#accordionExample .card .card-body p,
	section.our-team .title-new p,
	section.different.amenities .amenities-wraper p,
	section.different.amenities .title-new p,
	.accommodation .accommodation-wraper .title-new>p, section.community .community-wraper .title-new>p, section.about .about-wraper .title-new>p, .title-new>p, section.different.getintouch .title-new p {
		font-size: 18px;
	}
	.accommodation .accommodation-wraper .right p, section.community .community-wraper p, section.about .about-wraper p {
		font-size: 18px;
	}
	section.different.amenities .amenities-wraper p {
		margin-right: 30px;
	}
	.contactus ul li {
    font-size: 17px;
	}
	section.community .community-wraper .right, section.about .about-wraper .right {
        padding-left: 0;
    }
	.banner .title p, .banner .title h1 {
        width: 50%;
    }
	div#clientlogo {
		display: flex;
	}
	.gallery-block.grid-gallery {
		padding: 50px 0 !important;
	}
	    section.different.getintouch {
	}
	section.different .title-new h2 {
		margin-bottom: 30px;
	}
	div#accordionExample .card .card-body {
		padding-top: 0 !important;
	}
	section.different h2 {
        margin-bottom: 30px !important;
    }
}


@media screen and (max-width: 768px) {
	
	div#newteam .owl-carousel .owl-nav button{
		width: 50px;
		background: #13605c;
		color: #fff;
		font-size: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 2px;
		padding: 20px 0px !important;
		padding-bottom: 26px !important;
		border-radius: 9px;
	}
	div#newteam .owl-carousel .owl-nav button span{
		font-size: 0px;
	}
	div#accordionExample .card .card-body {
		padding-top: 0 !important;
	}
	footer#site-footer .section-inner {
        width: calc(100% - 3rem);
    }
	.title-new h2 {
		font-size: 38px;
	}
	.banner .title p {
		width: 46%;
	}
	.banner .title h1 {
		width: 40%;
	}
	.banner .title h1 {
		font-size: 52px;
	}
	section.community .community-wraper, section.about .about-wraper {
		display: flex;
		flex-direction: column;
	}
	section.community .community-wraper .left, section.about .about-wraper .left {
		padding-right: 0;
		max-width: 100%;
	}
	section.community .community-wraper .right, section.about .about-wraper .right {
		padding-left: 0;
		max-width: 100%;
    }
	
	section {
        padding: 50px 0 !important;
    }
	section.community .community-wraper .right {
		padding-top: 30px;
	}
	section.accommodation .accommodation-wraper {
		flex-direction: column;
	}
	.accommodation .accommodation-wraper .left {
		padding-left: 0;
		max-width: 100%;
    }
	.accommodation .accommodation-wraper .right {
        padding-right: 0;
        padding-top: 30px;
        max-width: 100%;
    }
	.different-box {
		padding: 4px;
		padding-top: 0px;
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 7px;
	}
	.different-box:last-child {
		margin-bottom: 0;
	}
	section.different .different-wraper {
		justify-content: center;
	}
	section.standard.testimonials.last .owl-nav {
		top: -95px;
	}
	.testi_text span {
		font-size: 18px;
	}
	div#newteam .owl-nav.disabled button:after {
		content: '';
		position: absolute;
		background: url(/wp-content/uploads/2025/03/team-btn.svg);
		width: 58px;
		height: 61px;
		left: 0;
	}
	div#newteam .owl-nav.disabled button.owl-next {
		margin-left: 85px;
		rotate: 180deg;
		margin-top: 64px;
	}
	div#newteam .owl-nav.disabled button span {
		font-size: 0px;
	}
	section.our-team .owl-nav {
		display: none;
	}
	.our-team-inner .title-new {
        padding-top: 0;
    }
	section.our-team .our-team-inner {
        width: 100%;
        height: auto;
        padding-top: 50px;
    }
	section.different.amenities .amenities-wraper .amenities-box:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
	section.different.amenities .amenities-wraper {
        margin-top: 15px;
    }
	section.different.amenities .amenities-wraper .amenities-box:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }
	section.different.amenities .amenities-wraper .amenities-box {
		padding: 0px 7px;
	}
	section.different.amenities .amenities-wraper .amenities-text {
		margin-bottom: 15px;
	}
	/*section.different.amenities {
        padding-bottom: 50px !important;
	}*/
	section.gallery-block.grid-gallery p {
		margin-bottom: 30px;
		font-weight: normal;
	}
	.gallery-block.grid-gallery .item {
		margin-bottom: 7px;
	}
	.getintouch-wraper {
		display: flex;
		padding: 0px;
		flex-direction: column;
	}
	.getintouch-wraper .getintouch-left {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.getintouch-wraper .getintouch-right {
		padding: 0;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.getintouch-wraper .getintouch-right iframe {
		width: 100% !important;
		height: 500px !important;
	}
	section.different.getintouch {
        padding-bottom: 80px !important;
    }
	section.different.amenities {
		padding-top: 50px !important;
	}
	section.different.amenities .title-new h2 {
		margin-bottom: 20px !important;
	}
	a.amenities-linl:after {
			background-size: 20%;
	}
	section.different.getintouch {
        padding-top: 50px !important;
    }
	section.different.amenities .title-new p {
        width: 100%;
    }
	section.banner {
		background-position: left;
	}
}
@media screen and (max-width: 767px) {
	.zoom-img {
        margin-bottom: 15px;
    }
.eihe-title-cover h3 {
		font-size: 14px;
	}
/*	section.different {
        padding-top: 50px !important;
    }*/
.banner .title p, .banner .title h1 {
        width: 100% !important;
    }
	button.toggle.nav-toggle.mobile-nav-toggle span.toggle-icon img.mobilemenu {
        padding-right: 8px;
	}
	.testimonials-wraper .btn-wrape {
		flex-direction: column;
	}
	.testimonials-wraper .btn-wrape a.enquire-btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	div#accordionExample .card {
        width: 100%;
    }
	section.our-team .our-team-inner {
        padding-top: 0;
    }
	section.our-team {
        padding-bottom: 50px !important;
    }
	section.our-team {
        background-size: cover;
    }
	/*section.our-team .our-team-inner {
       padding-top: 50px;
    }
	section.connected {
		padding-top: 50px !important;
	}*/
	section.connected .team-wraper {
		flex-direction: column-reverse;
	}
	section.connected .team-wraper {
		padding: 25px;
	}
	section.connected .team-wraper .right {
		margin-bottom: 20px;
	}
	section.connected .team-wraper .left {
		padding-right: 0;
	}
	section.different.amenities .title-new p {
        width: 100%;
    }
	section.different.amenities .amenities-wraper p {
        margin-right: 0;
    }
	section.different.amenities .amenities-wraper .amenities-box {
        max-width: 50%;
        flex: 0 0 50%;
    }
	section.different.amenities .title-new h2 {
        margin-bottom: 15px;
    }
	section.different.getintouch .title-new p, section.gallery-block.grid-gallery p {
        width: 100%;
    }
	.gallery-block.grid-gallery .item {
        max-width: 49%;
        flex: 0 0 49%;
        margin-bottom: 12px !important;
    }
	section.different.getintouch .title-new p {
        margin-bottom: 20px;
        font-weight: normal;
    }
	.contactus {
    padding: 20px;
	}
	.getintouch-wraper .getintouch-left div#wpcf7-f105-o1 {
        padding: 30px 15px;
    }
	.to-the-top-long {
		display: block;
	}
	span.to-the-top-short {
		font-size: 0;
	}

}

@media screen and (max-width: 540px) {
    .zoom-img {
        margin-bottom: 15px;
    }
    section.community {
        margin: 0 3%;
        width: 94%;
    }
    section.different {
        padding: 80px 0 !important;
    }
	section.our-team .our-team-inner {
        padding: 70px 0;
    }
	.services-card ul li {
		margin-left: 20px;
	}
	ul#menu-footer-menu li a {
		width: 100%;
		margin-bottom: 10px;
	}
	div.anchorposition {
		top: 50px;
	}
	section.services .title-new p {
        width: 100%;
    }
	section.different.amenities .amenities-box:last-child .amenities-text {
		margin: 0;
	}
footer#site-footer .footer-top {
    display: flex;
    flex-direction: column;
}
	.footer-top .left, .footer-top .right {
    padding: 0;
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
	footer#site-footer .title-new p {
    width: 100%;
    text-align: center;
}
	.footer-top .title-new h2 {
    text-align: center;
}
.footer-top .right ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	}
.footer-top ul a {
    white-space: nowrap;
}
	.getintouch-wraper .form-wrape .form-inner input {
		font-size: 16px;
		padding: 10px;
	}
	.gallery-block.grid-gallery .item:last-child {
		margin-bottom: 0px !important;
	}
	.footer-top .right ul li:nth-child(2) {
    width: 60%;
}
	.getintouch-wraper .form-wrape {
		display: flex;
		padding: 0;
		flex-direction: column;
	}
	.getintouch-wraper .form-wrape .form-inner:nth-child(even) {
        padding-left: 0px !important;
    }
.getintouch-wraper .form-wrape .form-inner:nth-child(odd) {
        padding-right: 0px !important;
    }
	section.different .different-wraper {
         padding: 0;
    }
	.different-box {
         max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
	div#accordionExample .card .card-header button {
        white-space: normal;
        padding-right: 70px !important;
    }
	section.our-team .title-new p {
        width: 100%;
    }
	.getintouch-wraper .getintouch-left {
	padding-right: 0;
	}
	/*section.different.getintouch {
        padding-bottom: 50px !important;
    }*/
}
@media screen and (max-width: 480px) {
	.section-inner .footer-credits ul {
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.section-inner .footer-credits ul li:first-child {
		margin-right: 0;
	}
	.section-inner .footer-credits ul li{
		margin-bottom: 10px;
	}
	.section-inner .footer-credits ul li a,
	p.footer-copyright
	 {
        font-size: 13px;
        line-height: normal;
    }
	.footer-top ul li a {
        font-size: 13px !important;
		 line-height: normal;
    }
	.banner .title p {
		font-size: 24px;
	}
	section.different.amenities .amenities-box:last-child .amenities-text {
		margin: 0;
	}
	.different-box-text {
		height: 280px;
	}
	section.standard.testimonials.last .owl-nav {
        top: inherit;
        bottom: -16px;
        left: 32%;
    }
	section.different.amenities .amenities-wraper .amenities-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
	section.different.amenities .amenities-wraper .amenities-text .zoom-img {
		width: 100%;
	}
	section.different.amenities .amenities-wraper .amenities-box {
        max-width: 100%;
        flex: 0 0 100%;
    }
	section.different.amenities .amenities-wraper .amenities-text {
        margin-bottom: 25px;
    }
	.testimonials-wraper .btn-wrape {
        margin-top: 100px;
    }
	.gallery-block.grid-gallery .item {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 25px !important;
    }
	.gallery-block.grid-gallery .item img {
		width: 100%;
	}
	/*section.different.getintouch {
		padding-bottom: 50px !important;
	}*/
	div#accordionExample .card .card-header button {
        font-size: 17px;
        line-height: normal;
	}
	footer#site-footer .title-new p,
	.footer-top .right ul li a {
		font-size: 16px;
	}
	.footer-top .right ul li:nth-child(2) {
        width: 70%;
    }
	section.connected .team-wraper {
        padding: 15px;
    }
	.testimonials-wraper .btn-wrape a.enquire-btn,
	a.enquire-btn {
		font-size: 14px;
	}
	section.services .btn-wrape a.enquire-btn {
		padding: 15px;
	}
/*	section.different {
        padding-bottom: 50px !important;
    }*/
	section.standard.testimonials.last .title-new {
    margin-bottom: 25px;
	}
}