@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a{
  text-decoration: none;
}
@font-face {
  font-family: Newyork;
  src: url(../fonts/NewYork.ttf) format('truetype'), url(../fonts/newyork-webfont.woff) format("woff"), url(../fonts/newyork-webfont.woff2) format("woff2"), url(/assets/font/NewYork.otf) format('opentype')
}
h1{
  font-family: Newyork !important;
}
body{
  font-family: 'Poppins', sans-serif;
}
nav {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.thumbnail {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
    height: 100%;
}
.thumbnail-image{
	height: 350px;
}
.inner-mob-menu li{
	list-style-type: none;
}
.contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo img{
	width: 83px;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0 10px;
}
.menu li a {
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    /* text-transform: uppercase; */
    position: relative;
    transition: color 0.3s ease-in-out;
    letter-spacing: 2.55px;
}
.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.menu li a:hover:before {
  transform: scaleX(1);
}

.toggle {
  width: 30px;
  height: 14px;
  position: relative;
  cursor: pointer;
}

.toggle:before, .toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  left: 0;
  transition: transform 0.3s ease-in-out;
}

.toggle:before {
  top: 0;
  width: 100%;
}
.toggle:after {
  bottom: 0;
  width: 70%;
}

.toggle.active:before {
  transform: translateY(10px) rotate(45deg);
}

.toggle.active:after {
  transform: translateY(-10px) rotate(-45deg);
}
.mob-menu {
  height: 100vh;
  background-color: #000;
  top: 0;
  right: -50%;
  transition: all 0.5s;
}
.slide-menu{
  right: 0 !important;
}
.inner-mob-menu li a{
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.55px;
  font-weight: 300;
}
.inner-mob-menu li{
  margin-bottom: 2rem;
}
.inner-mob-menu{
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%,-50%);
}
.clo{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.clo img{
  width: 25px;
}



/* Banner slider start--------------------------------------------------------- */
#banner{
	position: relative;
}
#banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg,#0000009c,transparent);
    background-size: contain;
    height: 39%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.bannerslider .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 48px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}
.bannerslider  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,45px) 0;
    display: block;
	opacity: 1;
}
.bannerslider .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: rgb(0, 0, 0);
	position: relative;
}
.bannerslider .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    border: 1px solid #000000;
    background-size: contain;
    height: 36px;
    width: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.bannerslider .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
}

.bt a {
    padding: 12px 31px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
	transition: all .3s;
}
.bt a:hover{
	color: rgb(0, 0, 0);
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
.banner-tl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 75%;
    margin: auto;
    text-align: center;
}
.banner-tl h1 {
    color: rgb(255, 255, 255);
    letter-spacing: 1.55px;
    font-size: 45px;
    line-height: 59px;
    filter: drop-shadow(2px 1px 2px black);
}
.bannerslider {
	width: 100%;
	height: 100vh;
	overflow: hidden;
  }

  .bannerslider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .bannerslider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .bt1 a {
    padding: 12px 31px;
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    border: 1.5px solid rgb(207 207 207);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .3s;
}
.bt1 a:hover{
	  color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
}
.r-para p {
  letter-spacing: 0.55px;
  font-size: 14px;
  line-height: 24px;
  color: #3e3e3e;
}
.right-dt {
  padding: 0 2rem;
}
.navber{
  transition:all .3s;
}
.shrink{
  background-color:#00000096 !important;
}
#abt{
  position: relative;
}
.why-bg {
  position: absolute;
  top: 13%;
  left: -76px;
  z-index: 1;
  /* animation: ani 13s infinite; */
  /* transform: rotate(180deg); */
}
.why-bg1 {
    position: absolute;
    top: 13%;
    left: 91.5% !important;
    z-index: 1;
    /* animation: ani 13s infinite; */
    transform: rotate(180deg);
}
@keyframes ani{
  0%{
    left: 0;
  }
  50%{
    left: 5%;
  }
  100%{
    left: 0%;
  }
}
.why-bg h1 {
  font-size: 69px;
  width: 100%;
  background: none;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0000002b;
  -webkit-text-fill-color: unset;
  writing-mode: vertical-lr;
}
.left-img{
  position: relative;
}
.overlay,.overlay1{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000088;
  transition:all 2s;
}
.ov,.ov2{
  width:0 !important
}
.left-img{
  position: relative;
}
/* about start-------------------------------------------------------------- */









/* footer start--------------------------------------------------------- */
.imp-link ul li,.ccd {
    color: #b5b5b5;
    list-style-type: none;
    font-size: 12px;
    letter-spacing: 1px;
	transition: all .3s;
}
.ccd:hover{
	color: #fff;
}
#footer{
	position: relative;
}
.inner-footer{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
}
.imp-link ul{
	padding-left: 0;
}
.link-hd h1 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 27px;
}
.imp-link ul li h4 {
    font-size: 18px;
    letter-spacing: 0.55px;
    font-weight: 400;
}
#footer{
	position: relative;
	background-image: url(https://img.freepik.com/free-photo/modern-wall-tiles_53876-88734.jpg?w=740&t=st=1684822314~exp=1684822914~hmac=e7ec7f9a506af315edd9d71b1a15e0902649b6562d1d8a53bd6f0c029b5f2edd);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
#footer::after {
    position: absolute;
    content: "";
    background-color: #4a454cf5;
    background-size: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    backdrop-filter: blur(1px);
}
.fb img{
	width: 18px;
}
.cp-rt {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 300;
    color: #aeadae;
}
/* footer end--------------------------------------------------------- */
/* about start--------------------------------------------------------- */
.progress-bar2 {
    padding: 2rem 0 4rem !important;
}
	#headr{
		background-image: url(https://hellix.madrasthemes.com/wp-content/uploads/2022/03/6.jpg);
		height: 100vh;
		position: relative;
		z-index: 1;
		background-attachment: fixed;
	}
	#headr::after{
		position: absolute;
		content: "";
		background-color: #0000009f;
		background-size: contain;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.inner-hd{
		position: absolute;
		bottom: 2rem;
		left: 3rem;
	}
	.abt-hd h1 {
		font-size: 55px;
		color: #fff;
		letter-spacing: 0.55px;
		margin: 0;
	}
	.exp{
		position: relative;
		padding-left: 58px;
	}
	.exp::after {
		position: absolute;
		content: "";
		background-color: #fff;
		background-size: contain;
		height: 1px;
		width: 53px;
		top: 50%;
		left: 0;
	}
	.exp span{
		color: #fff;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.abt-hd-bg h1 {
		font-size: 113px;
		background: none;
		color: transparent;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: #ffffff26;
		-webkit-text-fill-color: unset;
	}
	.abt-hd-bg {
		position: absolute;
		top: -121px;
		left: -42px;
		width: 600px;
		animation: movebt 10s;
	}
	@keyframes movebt{
		0%{
			top: -521px;
		}
		100%{
			top: -121px;
		}
	}
	.abt-text h1{
		text-transform: capitalize;
		font-size: 25px;
		letter-spacing: 2px;
		font-weight: 700;
		margin-bottom: 1rem;
	}
	.abt-text p {
		letter-spacing: 0.55px;
		font-size: 14px;
		line-height: 24px;
		color: #3e3e3e;
	}
	.hei-img{
		height: 600px;
	}
	.hei-img img{
		height: 100%;
		object-fit: cover;
	}
	
	.exp1::after {
		background-color: #9b7d7d;
	}
	.exp1 span{
		color: #9b7d7d;
	}
	.hdr-para p{
		letter-spacing: 0.55px;
		font-size: 14px;
		line-height: 24px;
		color: #3e3e3e;
	}
	.bt a{
		padding: 12px 20px;
		border: 2px solid lightgray;
		color: #000;
		font-size: 14px;
		letter-spacing: 0.55px;
	}
	.count {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		background-color: #111116;
		height: 100vh;
		align-items: center
	}
	
	.progress {
		width: 200px;
		height: 200px;
		font-size: 30px;
		color: #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
		background: #07070c;
		text-align: center;
		line-height: 200px;
		margin: 20px
	}
	
	.progress::after {content: "%";}
	
	.progress .title {position: relative;z-index: 100;}
	
	.progress .overlay {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: #07070c
	}
	
	.progress .left, .progress .right {
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: 10px solid #222235;
		border-radius: 100px 0px 0px 100px;
		border-right: 0;
		transform-origin: right;
	}
	
	.progress .left {animation: load1 1s linear forwards;}
	
	.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {animation: load2 .5s linear forwards 1s;}
	
	.progress:last-of-type .right, .progress:first-of-type .right {animation: load3 .8s linear forwards 1s;}
	
	@keyframes load1 {
		0% {transform: rotate(0deg);}
	
		100% {transform: rotate(180deg);}
	}
	
	@keyframes load2 {
		0% {z-index: 100;transform: rotate(180deg);}
	
		100% {z-index: 100;transform: rotate(270deg);}
	}
	
	@keyframes load3 {
		0% {z-index: 100;transform: rotate(180deg);}
	
		100% {
			z-index: 100;transform: rotate(315deg);}
	}
	.no-back {
		top: -43%;
		left: -17%;
	}
	.no-back h2 {
		font-size: 106px;
		background: none;
		color: transparent;
		-webkit-text-stroke-width: 0.5px;
		-webkit-text-stroke-color: #ffffff3a;
		-webkit-text-fill-color: unset;
	}
	.mn-txt h3 {
		font-size: 60px;
		letter-spacing: 1px;
		font-weight: 700;
		margin-bottom: 0;
		color: #fff;
	}
	.mn-txt p {
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: 500;
		margin-bottom: 0;
		color: #fff;
	}
	#progress-bar{
		padding: 9rem 0;
		background-image: url(https://img.freepik.com/free-photo/black-gold-marble-texture_125540-1516.jpg?w=740&t=st=1684835798~exp=1684836398~hmac=64a53d97a0d7764873a393333d72df2af5602125ad4c643b69eb99e0b285b4a3);
		position: relative;
		z-index: 1;
	}
	#progress-bar::after {
		position: absolute;
		content: "";
		background-color: #000000ba;
		background-size: contain;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.abt-text1 h3{
		font-size: 19px;
	}
	.abt-img1 img{
		width: 30px;
	}
	.abt-text1 p{
		letter-spacing: 0.55px;
		font-size: 14px;
		line-height: 24px;
		color: #3e3e3e;
	}
/* about end--------------------------------------------------------- */


/* testimonials start---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
 #testimonial-area .section-heading h2 {
	 font-size: 48px;
	 line-height: 58px;
}
 .testi-wrap {
	 position: relative;
	 height: 725px;
	 margin-top: -80px;
}
 .client-single {
	 margin-top: 20px;
	 text-align: center;
	 position: absolute;
	 -webkit-transition: all 1s ease;
	 transition: all 1s ease;
}
 .client-info, .client-comment {
	 -webkit-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
	 display: none;
}
 .client-single.inactive .client-comment, .client-single.inactive .client-info {
	 opacity: 0;
	 visibility: hidden;
}
 .client-single.position-1 {
	 -webkit-transform: scale(0.65);
	 transform: scale(0.65);
}
 .client-single.position-2 {
	 left: -40px;
	 top: 105px;
}
 .client-single.position-3 {
	 left: -60px;
	 top: 240px;
	 -webkit-transform: scale(0.4) !important;
	 transform: scale(0.4) !important;
}
 .client-single.position-4 {
	 left: 55px;
	 top: 380px;
}
 .client-single.position-5 {
	 top: 30px;
	 right: 55px;
}
 .client-single.position-6 {
	 top: 225px;
	 right: -40px;
}
 .client-single.position-7 {
	 top: 400px;
	 right: 45px;
	 -webkit-transform: scale(0.4) !important;
	 transform: scale(0.4) !important;
}
 .client-single.active {
	 top: 10%;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 transform: translateX(-50%);
	 z-index: 10;
	 width: 70%;
}
 .client-single.active .client-comment, .client-single.active .client-info {
	 -webkit-transition-delay: 0.6s;
	 transition-delay: 0.6s;
}
 .client-single:not(.active) {
	 -webkit-transform: scale(0.55);
	 transform: scale(0.55);
	 z-index: 99;
}
 .client-single.active .client-img {
	 width: 160px;
	 height: 160px;
	 margin: 0 auto 24px;
	 position: relative;
}
 .client-single.active .client-img:before {
	 border-radius: 100%;
	 content: "";
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
	 background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
	 padding: 5px;
	 width: 160px;
	 height: 160px;
	 top: -4px;
	 left: 0px;
	 position: absolute;
	 z-index: -1;
}
 .client-single .client-img img {
	 width: 150px;
	 border-radius: 50%;
	 border: 8px solid #d1e9ff;
	 cursor: pointer;
}
 .client-single.active .client-img img {
	 max-width: 160px;
	 margin: 0 auto 24px;
	 border: 0;
}
 .client-comment {
	 padding: 0 30px;
}
.client-comment h3 {
    font-size: 15px;
    line-height: 25px;
    color: gray;
    font-weight: 300;
}
 .client-comment span i {
	 font-size: 60px;
	 color: #0084ff;
	 margin: 40px 0 24px;
	 display: inline-block;
}
 .client-info h3 {
	 color: #000;
	 font-weight: 600;
	 margin-bottom: 4px;
}
 .client-info p {
	 color: #0084ff;
	 text-transform: uppercase;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
	 #testimonial-area .section-heading h2 {
		 font-size: 30px;
	}
	 .client-comment h3 {
		 font-size: 18px;
		 line-height: 28px;
	}
	 .client-single.active {
		 width: 60%;
	}
	 .client-single:not(.active) {
		 -webkit-transform: scale(0.55);
		 transform: scale(0.35);
	}
	 .client-single.position-3, .client-single.position-7 {
		 -webkit-transform: scale(0.3) !important;
		 transform: scale(0.3) !important;
	}
	 .client-single.active .client-img img {
		 max-width: 100px;
	}
	 .client-single.active .client-img::before {
		 padding: 5px;
		 width: 108px;
		 height: 108px;
		 top: -4px;
		 left: 6px;
	}
	 .client-single.active .client-img {
		 width: 120px;
		 height: 100px;
	}
	 .testi-wrap {
		 height: 580px;
	}
	 #testimonial-area {
		 padding: 100px 0 0;
	}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
	 #testimonial-area .section-heading h2 {
		 font-size: 30px;
	}
	 .client-comment h3 {
		 font-size: 14px;
		 line-height: 26px;
	}
	 .client-single.active {
		 width: 60%;
	}
	 .client-comment span i {
		 font-size: 40px;
	}
	 .client-single:not(.active) {
		 -webkit-transform: scale(0.55);
		 transform: scale(0.35);
	}
	 .client-single.position-5, .client-single.position-7 {
		 right: 0;
	}
	 .client-single.position-4 {
		 left: 0;
	}
	 .client-single.position-3, .client-single.position-7 {
		 -webkit-transform: scale(0.3) !important;
		 transform: scale(0.3) !important;
	}
	 .client-single.active .client-img img {
		 max-width: 80px;
	}
	 .client-single.active .client-img::before {
		 padding: 5px;
		 width: 88px;
		 height: 88px;
		 top: -4px;
		 left: 16px;
	}
	 .client-single.active .client-img {
		 width: 120px;
		 height: 100px;
	}
	.testi-wrap {
		height: 855px;
	}
}
 @media only screen and (min-width: 360px) and (max-width: 479px) {
	 #testimonial-area .section-heading h2 {
		 font-size: 30px;
		 line-height: 40px;
	}
	 .client-comment h3 {
		 font-size: 14px;
		 line-height: 26px;
	}
	 .client-single.active {
		 width: 80%;
	}
	 .client-comment span i {
		 font-size: 40px;
	}
	 .client-single:not(.active) {
		 -webkit-transform: scale(0.25);
		 transform: scale(0.25);
	}
	 .client-single.position-5, .client-single.position-7, .client-single.position-6 {
		 right: -70px;
	}
	 .client-single.position-4 {
		 left: -60px;
	}
	 .client-single.position-3 {
		 left: -75px;
	}
	 .client-single.position-3, .client-single.position-7 {
		 -webkit-transform: scale(0.25) !important;
		 transform: scale(0.25) !important;
	}
	 .client-single.active .client-img img {
		 max-width: 80px;
	}
	 .client-single.active .client-img::before {
		 padding: 5px;
		 width: 88px;
		 height: 88px;
		 top: -4px;
		 left: 16px;
	}
	 .client-single.active .client-img {
		 width: 120px;
		 height: 100px;
	}
	 .testi-wrap {
		 height: 600px;
	}
}
 @media only screen and (min-width: 320px) and (max-width: 359px) {
	 #testimonial-area .section-heading h2 {
		 font-size: 30px;
	}
	 .client-comment h3 {
		 font-size: 14px;
		 line-height: 26px;
	}
	 .client-single.active {
		 width: 80%;
	}
	 .client-comment span i {
		 font-size: 40px;
	}
	 .client-single:not(.active) {
		 -webkit-transform: scale(0.25);
		 transform: scale(0.25);
	}
	 .client-single.position-5, .client-single.position-7, .client-single.position-6 {
		 right: -70px;
	}
	 .client-single.position-4 {
		 left: -60px;
	}
	 .client-single.position-3 {
		 left: -75px;
	}
	 .client-single.position-3, .client-single.position-7 {
		 -webkit-transform: scale(0.25) !important;
		 transform: scale(0.25) !important;
	}
	 .client-single.active .client-img img {
		 max-width: 80px;
	}
	 .client-single.active .client-img::before {
		 padding: 5px;
		 width: 88px;
		 height: 88px;
		 top: -4px;
		 left: 16px;
	}
	 .client-single.active .client-img {
		 width: 120px;
		 height: 100px;
	}
	 .testi-wrap {
		 height: 550px;
	}
}
 
.client-info h1{
	font-size: 27px;
    font-weight: 700;
    letter-spacing: 1px;
}
/* testimonials end---------------------------------------------------- */


/* contact start------------------------------------------------------ */
.nm label{
	font-size: 15px;
    color: gray;
    letter-spacing: 0.5px;
}
.cn-hd p{
	letter-spacing: 0.55px;
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
}
.contact-img{
	height: 600px;
}

.contact-img img{
	height: 100%;
	object-fit: cover;
}
.nm input,.nm textarea,.nm select{
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid lightgray;
	outline: none;
	box-shadow: none;
	margin-bottom: 1rem;
}
.nm input,.nm select{
	height: 45px;
}
.nm textarea{
	height: 100px;
}
/* contact end ------------------------------------------------------- */


/* service start ------------------------------------------------------- */

.se-img2{
	height: 421px;
}
.se-img{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.ser-dt {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    bottom: -19%;
    left: 0;
    width: 95%;
    height: 140px;
    transition: all .5s;
}
.ser-dt2 {
    bottom: -23%;
}
.se-img img{
	transition: all 3s;
}
.se-img:hover .ser-dt {
	bottom: 0%;
}
.se-img:hover img{
	transform: scale(1.2);
}
.ser-dt h1{
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 700;
}
.ser-dt p {
    font-size: 12px;
    letter-spacing: 0.55px;
    line-height: 18px;
}
.ser-hd{
	position: absolute;
	top: 1rem;
	left: 0;
	background-color: #fff;
}
.ser-hd span{
	font-size: 12px;
	letter-spacing: 0.55px;
	padding: 5px 22px;
}
/* service end ------------------------------------------------------- */
/* event start--------------------------------------------------------- */
.posts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.posts__item {
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
	background-color: #fff;
	margin-bottom: 22px;
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.03);
}
.posts__item--main {
    flex-basis: 66%;
    height: 449px;
}
.posts__item--main:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.posts__item--main .posts__image {
	display: flex;
	flex-grow: 1;
	height: 100%;
}
.posts__item--main .posts__information {
	position: absolute;
	bottom: 35px;
	left: 50px;
	padding: 0 25px 0 0;
	z-index: 1;
}
.posts__item--main .posts__title a {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.75px;
	color: #fff;
}
.posts__image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.posts__information {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 25px;
	flex-grow: 1;
}
.posts__date {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 0.325px;
	color: #818181;
	text-transform: uppercase;
	font-weight: 600;
	margin: 7px 0;
}
.posts__title {
	margin-top: 7px;
	margin-bottom: auto;
}
.posts__title a {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    /* text-transform: uppercase; */
    letter-spacing: 0.55px;
	line-break: anywhere;
}
.posts__image{
	
    height: 265px;

}
.posts__title a:hover {
	text-decoration: underline;
}
.posts__author img {
	border-radius: 50px;
	width: 60px;
}
@media screen and (max-width: 992px) {
	.posts__information {
		padding: 10px 15px 15px 15px;
   }
	.posts__date {
		font-size: 12px;
   }
	.posts__title a {
		font-size: 16px;
		line-height: 24px;
   }
	.posts__item--main .posts__information .post-title a {
		font-size: 20px;
		line-height: 26px;
   }
}
@media screen and (max-width: 768px) {
	.posts__item {
		flex-basis: 49%;
   }
	.posts__item--main {
		flex-basis: 100%;
		justify-content: center;
   }
	.posts__item--main .posts__image {
		display: block;
   }
	.posts__item--main .posts__information {
		width: 100%;
		bottom: auto;
		left: auto;
		align-items: center;
		text-align: center;
		padding: 0;
   }
}
@media screen and (max-width: 480px) {
	.posts__item {
		flex-basis: 100%;
   }
}

.bt2 a {
    padding: 9px 20px;
	font-size: 12px;
}
.bt2 {
	margin: 1.5rem 0;
}
/* event end--------------------------------------------------------- */


/* gallery Start--------------------------------------------- */

header {
	color: rgb(250,250,250);
	text-align: center;
	font-size: 1.2em;
  }
  
	#gallery-section {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding: 10px;
	  z-index: -1;
	}
  
	#thumbnail-gallery-container {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  padding: 15px 50px 10px 50px;
	  gap: 10px;
	}
  
	.thumbnail {
	  width: 24%;
	  margin-bottom: 2%;
	  position: relative;
  }
  
img.thumbnail-image {
    width: 100%;
    height: 233px;
    object-fit: cover;
    object-position: center center;
}

  
  @media only screen and (max-width: 800px){
	#gallery-section {
	  padding: 10px 10px 0px 10px;
	}
	#thumbnail-gallery-container {
		padding: 0px;
	}
  }
  
  /* Lightbox Styles */ 
  
.lightbox-overlay {
    display: flex;
    transform: scale(0,1);
    /* transition: transform 400ms ease-out; */
    transform-origin: center;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 65%);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
  
  .lightbox-overlay:target {
	display: flex;
	transform: scale(1,1);
	z-index: 99999;
  };
  
  .lightbox-content {
	color: rgb(250,250,250);
	padding: 1.5em;
	width: 75vw;
	text-align: center;
  }
  
  .lightbox-image-title {
	position: relative;
	text-align: center;
  }
  
  .lightbox-navigation {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
  }
  
  .close {
	position: absolute;
	background-color: none;
	  top: 5px;    /* Top Right Corner Placement */
	  right: 20px; 
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  a.close {
	text-decoration: none;
	font-weight: bold;
	font-size :2em;
	font-family: sans-serif;
  }
  
  
  .back, .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24%;
	height: 2em;
	color: rgb(255,255,255);
	margin: 1%;
  } 
  
  img.lightbox-image {
	width: 65vw;
	max-height: 65vh;
	object-fit: contain;
  }
  .close img{
	width: 50px;
	margin-top: 2rem;
	margin-right: 2rem;
  }
  .lis{
	position: relative;
  }
  .lis:hover .eye{
	opacity: 1;
  }
  .eye{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000063;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .3s;
  }
  .vww{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  }
  .ar-left{
	position: relative;
	animation: animate 1s infinite;
	margin-left: 0;
	width: 15px;
	margin-right: 10px;
  }
  .ar-right{
	position: relative;
	animation: animated 1s infinite;
	margin-left: 10px;
	width: 15px;
  }
  @keyframes animate{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(-10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  @keyframes animated{
	0%{
	  transform: translateX(0px);
	}
	50%{
	  transform: translateX(10px);
	}
	100%{
	  transform: translateX(0px);
	}
  }
  /* gallery end------------------------------------------------ */
  
  
  /* whatsapp  start-----------------------------------------------*/
#whatsapp-chat {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  -webkit-animation-name: showchat;
          animation-name: showchat;
  -webkit-animation-duration: .35s;
          animation-duration: .35s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 480px) {
  #whatsapp-chat {
    max-width: 300px;
    width: 100%;
    bottom: 75px;
  }
}

#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--regular-font);
  line-height: 0.5;
      color: white;
}

#whatsapp-chat .head-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#whatsapp-chat .head-home small {
  font-size: 12px;
  color: #ffffff;
  font-family: var(--icon-font);
  letter-spacing: .6px;
}

#whatsapp-chat .header-chat {
  background: #31a55c;
  color: #fff;
  padding: 20px;
}

#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}

#whatsapp-chat .header-chat p {
  margin: 0;
  line-height: 18px;
}

#whatsapp-chat .info-avatar {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 10px;
}

#whatsapp-chat .info-avatar img {
    width: 30px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}

#whatsapp-chat .info-chat span {
  display: block;
}

#whatsapp-chat #get-label {
  font-size: 12px;
  color: #888;
  color: #fff;
}

#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}

#whatsapp-chat #get-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  color: #fff;
}

#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#whatsapp-chat span.my-number {
  display: none;
}

#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}

#whatsapp-chat a#send-it {
  width: 45px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #fff;
}

#whatsapp-chat a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
  margin-bottom: 6px;
}

#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}

#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

#whatsapp-chat .start-chat .blanter-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat #get-number {
  display: none;
}

#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-family: var(--regular-font);
}

#whatsapp-chat.hide {
  display: none;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .show {
  display: block;
  -webkit-animation-name: showhide;
          animation-name: showhide;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#whatsapp-chat .whatsapp-message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
  height: 300px;
}

#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("public/images/whatsapp.webp");
}

#whatsapp-chat .dAbFpq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#whatsapp-chat .eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .hFENyl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  -webkit-animation-name: ZpjSY;
          animation-name: ZpjSY;
}

#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  top: 0px;
  -webkit-animation-name: hPhMsj;
          animation-name: hPhMsj;
}

#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0px 8px 8px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

#whatsapp-chat .bMIBDo {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.2px;
  font-family: var(--regular-font);
}

#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}

#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 6px;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

#whatsapp-chat .service_chatList {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#whatsapp-chat .service_chatList::after {
  position: absolute;
  content: '1:41 AM';
  text-align: right;
  font-size: 10px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  right: 10px;
  bottom: 5px;
}

#whatsapp-chat .service_chatList ul {
  position: relative;
}

#whatsapp-chat .service_chatList ul li {
  position: relative;
  line-height: 25px;
  margin-bottom: 5px;
  color: #141d97;
  opacity: 0.75;
}

#whatsapp-chat .service_chatList ul li:hover {
  opacity: 1;
}

#whatsapp-chat .service_chatList ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../icons/external_links.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  top: 4px;
  margin-left: 5px;
}

#whatsapp-chat .service_chatList ul h6 {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  z-index: 98;
  bottom: 20px;
  right: 25px;
  border-radius: 50%;
}

a.blantershow-chat img {
  width: 45px;
  -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}