body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;  
	font-family: "Alumni Sans";
}
a,a:hover {
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.h1{
    color: #000;
    text-align: center;
    font-family: "Alumni Sans";
    font-size: 68px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 2.72px;
    text-transform: uppercase;
	margin: 0;
}
.h1 span{
    background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin: 0;
}
.p-big{
    color: #484848;
    text-align: center;
    font-family: "HelveticaNowDisplay";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
	margin: 0;
}
p{
    color: #333;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
	margin: 0;
}
.p-blod{
    color: #000;
	font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 25.6px;
    text-transform: uppercase;
	margin: 0;
}
.h2{
    color: #000;
    font-family: "Alumni Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 76.8px */
    text-transform: uppercase;
	margin: 0;
}
.h3{
    color: #000;
    font-family: "Alumni Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
	margin: 0;
}
.h4{
    color: #000;
    font-family: "Alumni Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
	margin: 0;
}
.h5{
    color: #000;
    font-family: "Roboto Flex";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
	margin: 0;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 16px;
}
.custom-btn{
	border-radius: 100px;
	background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
	padding: 8px 16px;
	color: #FFF;
	font-family: "HelveticaNowDisplay";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: 2px solid transparent;
	display: inline-block;
}
.custom-btn:hover{
	background: transparent;
	border-color: #fff;
}
.transperent{
	background: transparent;
	border: 2px solid #FFF;
}
.transperent:hover{
	background: linear-gradient(90deg, #fff -3.74%, #fff 100%), #fff;
	border-color: transparent;
	color: #004D54;
}
header{
	background-color: transparent;
	padding: 10px 0px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
header.fixed{
	background-color: #004d544d;
    backdrop-filter: blur(10px);
}
ul.nav-menu {
	margin: 0;
	display: flex;
	gap: 30px;
	margin-left: 120px;
}
.custom-navbar ul.nav-menu .buttons{
	display: none;
}
.custom-navbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.hamburger {
	background: transparent;
	border: none;
	cursor: pointer;
	display: none;
	outline: none;
	height: 30px;
	position: relative;
	width: 30px;
	z-index: 1000;
}
.hamburger-line {
	background: #fff;
	height: 3px;
	position: absolute;
	left: 0;
	transition: all 0.2s ease-out;
	width: 100%;
}
.hamburger:hover .hamburger-line {
	background: #fff;
}
.hamburger-line-top {
	top: 3px;
}
.menu-active .hamburger-line-top {
	top: 50%;
	transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
	top: 50%;
	transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
	left: 50%;
	opacity: 0;
	width: 0;
}
.hamburger-line-bottom {
	bottom: 3px;
}
.menu-active .hamburger-line-bottom {
	bottom: 50%;
	transform: rotate(-45deg) translatey(50%);
}
.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: all 0.25s ease-in;
}
.nav-menu .menu-item a {
	color: #FFF;
	font-family: "Alumni Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.56px;
	text-transform: uppercase;
	opacity: 0.8;
}
.nav-menu .menu-item a:hover,
.nav-menu .menu-item.active a{
	opacity: 1;
}
.buttons{
	display: flex;
	align-items: center;
	gap: 16px;
}
.home-banner{
	background-image: url('../img/banner-img.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.home-banner::after{
	background-image: url('../img/home-vactor.svg');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	content: '';
	left: 0;
	height: 330px;
	width: 900px;
	z-index: 0;
}
.banner-title{
	max-width: 855px;
	margin: 0 auto;
	text-align: center;
}
.banner-title .mini-titl{
	color: #000;
	text-align: center;
	font-family: "Alumni Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	letter-spacing: 6.96px;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}
.banner-title .mini-titl hr{
	margin: 0;
	width: 37px;
	height: 2px;
	background: #004D54;
	border: 0;
}
.banner-title .p-big span{
	color: #008BA7;
	font-weight: 700;
}
.banner-title .p-big{
	max-width: 590px;
	margin: 0 auto;
	padding: 20px 0px;
}
.banner-title .custom-btn{
	padding: 10px 24px;
}
.banner-title .custom-btn.transperent{
	border: 2px solid #004D54;
	color: #000000;
}
.banner-title .custom-btn:hover{
	color: #000;
	border-color: #004D54;
}
.about-sec{
	padding: 50px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.about-sec .wrapper{position: relative;}
.sun-titl .sub-btn{
	border-radius: 100px;
	background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
	display: inline-flex;
	padding: 4px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-family: "Alumni Sans";
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 24px;
	transition: all ease-in-out 0.3s;
}
.sun-titl .sub-btn:hover{
	transform: translateY(-5px);
}
.sun-titl{
	max-width: 488px;
}
.about-sec .sun-titl{
	position: absolute;
	top: 0;
	left: 0;
}
.about-sec .about-img{
	width: 100%;
	height: auto;
	animation: mymove 2.3s infinite;
}

@keyframes mymove {
	0% {transform: scale(1);}
	50% {transform: scale(1.03);}
	100% {transform: scale(1);}
}
.sec-txt{
	display: flex;align-items: center;gap: 10px;position: absolute;bottom: 70px;right: -150px;
}
.sec-txt hr{
	border: 0;
	width: 200px;
	height: 2px;
	background: #004D54;
	margin: 0;
}
.sun-titl.big{
	max-width: 660px;
}
.projects .flex-wrap{
	padding-top: 50px;
	gap: 20px;
}
.projects .project-card{
	width: 28%;
	position: relative;
	border-radius: 24px;
	border: 1px solid #004D54;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
	padding: 24px 24px 50px 24px;
	display: flex;
	gap: 16px;
	flex-direction: column;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
	transition-duration: 0.5s !important;
}
.projects .project-card:hover{
	transform: rotate3d(8, 9, 2, 14deg);
}
.projects .project-card img{
	height: 188px;
	width: 100%;
	border-radius: 20px;
}
.projects .project-card .shape{
	position: absolute;
	top: -30px;
	right: -60px;
	z-index: -1;
}
.projects{
	padding-bottom: 120px;
	padding-top: 8px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.projects .circle{
	left: 0;
	top: -40px;
	position: absolute;
	content: '';
	z-index: -1;
	animation: mycircle 3s infinite;
}
@keyframes mycircle {
	0% {opacity: 1;}
	50% {opacity: 0.5;}
	100% {opacity: 1;}
}
.projects .sec-txt,
.heading .sec-txt,
.contact-block .sec-txt{
	bottom: initial;
    top: 40%;
    left: -170px;
    width: 407px;
    transform: translate(0, 100%) rotate(-90deg);
}
.nearby .circle{
	left: initial;
	right: 0;
}
.nearby .near-by{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nearby .bland-txt,
.booking-sec .bland-txt{
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #000;
	font-family: 'Poppins';
	font-size: 96px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 26.88px;
	text-transform: uppercase;
	background: linear-gradient(90deg, transparent -3.74%, transparent 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.5;
}
.nearby .sec-txt{
	top: 0;
	left: initial;
	right: -160px;
	transform: none;
	width: auto;
}
.services .project-card img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.services .project-card{
	gap: 104px;
	padding-bottom: 36px;
}
.services .project-card .shape{
	width: 314px;
	height: 314px;
	opacity: 0.8;
	top: -80px;
    right: -140px;
}
footer{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../img/footer.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
footer::after{
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	text-transform: uppercase;
	position: absolute;
	content: '@All Right Reserved sambhrant city';
	bottom: 20px;
}
footer .footer-div{
	display: flex;
	gap: 122px;
	justify-content: space-between;
	align-items: center;
}
footer .sun-titl,
footer .img-block {
	width: 50%;
}
footer .sun-titl .h2{
	padding: 10px 0px 20px 0px;
}
footer .sun-titl .sub-btn{
	margin: 0;
}
footer .sun-titl a.sub-btn{
	padding: 16px 24px;
}
footer .img-block img{
	width: 100%;
	height: auto;
}
.image-view{
	margin-top: 50px;
	margin-bottom: 70px;
	border-radius: 24px;
	background: #FFF;
	border: 2px solid #004D54;
	padding:16px;
}
.image-view .container {
	position: relative;
	height: 477px;
  }
  .container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 900px 100%;
  }
  .container .background-img {
	background-image: url("../img/preview-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 24px;

  }
  .container .foreground-img {
	background-image: url("../img/preview-2.png");
	width: 50%;
	border-radius: 24px;
  }
  .container .slider {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: auto;
	background: #ffffff00;
	outline: none;
	margin: 0;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .container .slider:hover {
	background: #ffffff00;
  }
  .container .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 8px;
	height: 477px;
	background: #004D54;
	cursor: pointer;
	border-radius: 24px;
  }
  .container .slider::-moz-range-thumb {
	width: 8px;
	height: 477px;
	background: #004D54;
	cursor: pointer;
	border-radius: 24px;
  }
  .container .slider-button {
	pointer-events: none;
    position: absolute;
	left: calc(50% - 33px);
	top: calc(50% - -50%);
	background-image: url('../img/slider-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: white;
  }
  .booking-sec .img-view-content{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
  }
  .booking-sec{
	position: relative;
	overflow: hidden;
  }
  .booking-sec .sec-txt{
	right: -40px;
	bottom: initial;
	top: 23%;
  }
  .testimonial-sec .slick-carousel{
	padding-top: 60px;
	padding-bottom: 150px;
	position: relative;
  }
  .testimonial-sec .slick-carousel .item{
	margin: 0px 30px;
	display: flex;
	align-items: center;
	position: relative;
  }
  .testimonial-sec .slick-carousel .item-dtl{
	border-radius: 16px;
	border: 1px solid #DDD;
	background: #FFF;
	padding: 30px 23px 30px 23px;
	width: 78%;
  }
  .testimonial-sec .slick-carousel .item-dtl span,
  .testimonial-sec .slick-slider .leader-dtl span{
	color: #000;
	font-family: 'Poppins';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 15px;
	display: inline-block;
  }
  .testimonial-sec .slick-carousel .item-dtl p{
	font-size: 13px;
	padding-right: 50px;
  }
  .testimonial-sec .slick-carousel .item-img img{
	width: 128px;
	height: 128px;
	border-radius: 16px;
	transition: all ease-in-out 0.5s;
  }
  .testimonial-sec .slick-carousel .item-img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

  }
  .testimonial-sec .slick-carousel .slick-arrow,
  .testimonial-sec .slick-slider .slick-arrow{
	border: 0;
	background-color: transparent;
	outline: 0;
	position: absolute;
	bottom: 30px;
	right: 80px;
	cursor: pointer;
  }
  .testimonial-sec .slick-carousel .slick-arrow img{
	height: 40px;
	width: 40px;
  }
  .testimonial-sec .slick-carousel .slick-arrow.slick-prev,
  .testimonial-sec .slick-slider .slick-arrow.slick-prev{
	margin-right: 50px;
	z-index: 3;
  }
  .testimonial-sec .slick-slider .leader-dtl span{
	font-family: "Roboto Flex";
	text-transform: uppercase;
  }
  .testimonial-sec .slick-slider .leader-icon img{
	height: 84px;
	width: 84px;
	border-radius: 50%;
	transition: all ease-in-out 0.5s;
  }
  .testimonial-sec .slick-slider .leader-card {
	position: relative;
	margin: 0px 12px;
  }
  .testimonial-sec .slick-slider .leader-icon{
	position: absolute;
    top: -16px;
    left: -5px;
  }
  .testimonial-sec .slick-list {
	padding-top: 70px;
	padding-bottom: 80px;
  }
  .testimonial-sec .slick-list .leader-heading{
	position: absolute;
	top: 0;
	padding-left: 95px;
    padding-top: 12px;
  }
  .testimonial-sec .slick-slider .leader-dtl p{
	position: absolute;
    top: 85px;
    max-width: 342px;
	margin: 0 auto;
	left: 0;
	right: 0;
    font-size: 15px;
	font-family: "Roboto Flex";
  }
  .testimonial-sec .slick-slider .leader-card .folder{
	width: 100%;
	height: auto;
  }
  .testimonial-sec .slick-slider .slick-arrow{
	bottom: initial;
	top: -100px;
  }
  .testimonial-sec .slick-carousel .slick-arrow,
  .testimonial-sec .slick-carousel .slick-arrow.slick-prev{
	top: initial;
	bottom: 30px;
  }
  .testimonial-sec .slick-carousel .slick-list{
	padding: 0;
  }
  .testimonial-sec{overflow: hidden;position: relative;}
  .testimonial-sec .sec-txt{
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translateY(-50%);
  }
  .testimonial-sec .testimonial-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.testimonial-sec .slick-slider .leader-card:hover .leader-icon img{
	transform: rotateY(360deg);
}
.testimonial-sec .slick-carousel .item:hover .item-img img{
	transform: scale(1.05);
}
.social-block a img{
	height: 23px;
	width: 23px;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.20);
}
.social-block{
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 110px;
	border-radius: 16px 0px 0px 16px;
	position: fixed;
	background-color: transparent;
	right: 0;
	z-index: 999;
	top: 10%;
}
.main{
	position: relative;
}
.home-banner.white::before{
	position: absolute;
    bottom: 0;
    opacity: 0.9;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgb(164 164 164 / 0%) 0.56%, rgba(255, 255, 255, 0.84) 38.5%, rgba(255, 255, 255, 0.95) 86.27%, #FFF 100%);
    background-blend-mode: normal, color, normal;
    content: '';
    z-index: -1;
}
.home-banner.white::after{display: none;}
.ideas .sun-titl{
	text-align: center;
	margin: 0 auto;
}
.ideas .project-card{
	gap: 20px;
}
.ideas .project-card h3{
	padding-top: 30px;
}
.factors .flex-block{
	display: flex;
	justify-content: space-between;
	gap: 75px;
}
.factors .sun-titl p{
	padding-bottom: 18px;
}
.factors .sun-titl p:last-child{
	padding-bottom: 0;
}
.factors{
	padding-top: 50px;
	padding-bottom: 80px;
	position: relative;
}
.factors .counter-block {
    display: flex;
    gap: 20px;
	width: 42%;
}
.factors .counter-box {
	height: 211px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    border-radius: 20px;
    background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
    color: #fff;
    text-align: center;
	border: 4px solid #468389;
}
.factors .counter-box .h2{
	color: #fff;
	font-size: 72px;
}
.factors .counter-box .h5{
	font-family: "Alumni Sans";
	color: #fff;
}
.factors .counter-box.bland{
	background: #fff;
	border: 4px solid #004D54;
}
.factors .counter-box.bland .h2,
.factors .counter-box.bland .h5{
	background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.factors .sun-titl,.factors .counter-side,.factors .counter-right{width: 50%;}
.factors .counter-side,.factors .counter-right{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.factors .counter-right{
	padding-top: 40px;
}
.factors .circle{
	position: absolute;
	left: 0;
	top: -100px;
}
.banner-title .custom-btn.transperent{
	margin-left: 16px;
}
.discover .counter-block{
	width: 50%;
	justify-content: center;
}
.discover .counter-block img{
	animation: mymove 2.3s infinite;
	width: auto;
	height: 100%;
}
.discover .circle{
	top: initial;
	bottom: -50%;
}
.heading{
	padding-top: 150px;
	padding-bottom: 100px;
}
.heading .flex-wrap{
	justify-content: space-between;
	padding-top: 50px;
	row-gap: 30px;
	column-gap: 20px;
}
.heading .heading-card{
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
	width: 45%;
}
.heading .heading-card .head-ttl{
	display: flex;
	gap: 20px;
	align-items: center;
	padding-bottom: 20px;
}
.heading{
	overflow: hidden;
	position: relative;
}
.heading .icon{
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: -1;
}
.heading .circle{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	right: 0;
}
.heading .sec-txt{
	left: initial;
	right: -150px;
}
.legal .project-card img{
	width: 340px;
	height: 100%;
	border-radius: 24px;
}
.legal .project-card{
	gap: 5px;
}
.legal .lgl-img {
    position: absolute;
    top: 12%;
    left: 0;
}
.projects.services.legal {
    position: relative;
	padding-bottom: 150px;
	margin-top: -70px;
}
.legal .flex-wrap{
	padding: 0;
}
.projects.services.legal::after{
	content: '';
	position:absolute;
	background-image: url("../img/line-bg.png");
	background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center bottom;
    bottom: -40px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    left: 0;
}
.gallary .counter-block{
	width: 100% !important;
}
.gallary .counter-box{
	width: 100% !important;
	height: 100%;
	background: transparent !important;
	border: 0 !important;
	position: relative;
}
.gallary .counter-right{
	padding: 0;
}
.gallary .counter-box h4 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 0;
}
.gallary .counter-right .counter-box h4 {
	left: 80px;
}
.gallary{
	padding-top: 0 !important;
	margin-top: -120px;
	z-index: 2;
}
.contact-block .contact-form{
	border-radius: 24px;
	border: 1px solid #004D54;
	background: #FFF;
	box-shadow: 4px 11px 11.2px 0px rgba(0, 0, 0, 0.06);
	padding: 48px;
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
}
.contact-block .contact-form::after{
	background-image: url('../img/contact-circle.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	position: absolute;
	content: '';
	top: -100px;
	right:-100px;
}
.contact-block .grup label,
.contact-block .grup input::placeholder,
.contact-block .grup textarea::placeholder,
.contact-block .grup textarea,
.contact-block .grup input{
	color: #000;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 500;
	line-height: 90%;
}
.contact-block .grup input::placeholder,
.contact-block .grup textarea::placeholder{
	opacity: 0.2;
}
.contact-block .grup{
	display: flex;
	flex-direction: column;
}
.contact-block .grup input,
.contact-block .grup textarea{
	padding: 16px 12px;
	border-radius: 8px;
	border: 1px solid #E7E7E7;
	background: #FFF;
}
.contact-block .grup label{
	padding-bottom: 15px;
	text-align: left;
}
.contact-block .grup{
	width: 30.7%;
}
.contact-block .contact-form form{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.contact-block .grup.full{
	width: 100%;
}
.contact-block .grup .custom-btn{
	width: 167px;
	text-transform: capitalize;
}
.contact-block .grup textarea{
	height: 120px;
}
.contact-block .ctn{
	border-radius: 8px;
    border: 1px solid #004D54;
	padding: 14px 20px;
	background: #FFF;
    box-shadow: 4px 11px 11.2px 0px rgba(0, 0, 0, 0.06);
	width: 48%;
}
.contact-block  .ctn img{
    background: linear-gradient(90deg, #004D54 -3.74%, #008DA9 100%);
    padding: 5px;
    border-radius: 50%;
	height: 24px;
    width: 24px;
}
.contact-block .ctn-block .icon-block {
    display: flex;
    align-items: center;
    gap: 8px;
	padding-bottom: 10px;
}
.contact-block  .ctn span,
.contact-block .ctn a{
	font-family: "HelveticaNowDisplay";
	font-weight: 700;
	color: #000;
}
.contact-block .ctn a{
	font-weight: 400;
}
.contact-block .contact-dtl .ctn-block,
.contact-block .contact-dtl{
	display: flex;
	justify-content: space-between;
	column-gap: 22px;
	row-gap: 16px;
}
.contact-block .contact-dtl{
	column-gap: 16px;
	padding-bottom: 80px;
}
.contact-block .contact-dtl .ctn-left{
	width: 75%;
}
.contact-block .contact-dtl .ctn-left.right{
	width: 25%;
}
.contact-block .ctn.full{width: 85%;}
.contact-block .ctn.full.social{width: 95.5%;margin-top: 16px;display: flex;
    align-items: center;
    gap: 52px;}
.contact-block .ctn.full.social .icon-block,
.contact-block .contact-dtl .ctn-left.right .icon-block{
	align-items: center;
	display: flex;
	gap: 8px;
}
.contact-block .contact-dtl .ctn-left .adress{
	font-weight: 400;
	margin-top: 10px;
	display: block;
	height: 100px;
}
.contact-block .wrapper{
	max-width: 950px;
	position: relative;
}
.contact-block .ctn-circle{
	position: absolute;
    bottom: 170px;
    left: -100px;
    z-index: -1;
}
.contact-block {
    margin-top: -200px;
    z-index: 2;
    position: relative;
}
.contact-block .grup .custom-btn:hover{
	border-color: #004D54 ;
	color: #004D54;
}
.contact-block .contact-form h3{
	padding-bottom: 30px;
}
.contact-block{overflow: hidden;}
.contact-block .sec-txt{
	bottom: 40%;
	top: initial;
	left: initial;
	right: -160px;
}