@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext);
.container{
	max-width: 1440px;
} 
@media screen and (max-width: 1600px){
	.container {
		max-width: 1350px;
	} 
}
@media screen and (max-width: 1400px){
	.container{
		max-width: 1240px;
	}
}
@media screen and (max-width: 1300px){
	.container{
		max-width: 1150px;
	}
}
@media screen and (max-width: 1199px){
	.container{
		max-width: 960px;
	}
}
a {
	color: #000;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background-color: #fff;
	overflow-x: hidden;
	transition: all 200ms linear;

}

html{
	scroll-behavior: smooth;
}


p {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #5E6770;
	margin-bottom:10px;
	text-align: justify;
	margin-top: 0;

}

h1,h2,h3,h4,h5,h6{
	  font-family: "Cinzel Decorative", serif;
}
.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;overflow-x: clip;
}

.navbar {
	padding: 0
}

.navbar-brand img {
	height: 140px;
	width: auto;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: #fff0
}

.nav-link {
	color: #000 !important;
	font-weight: 500;
	transition: all 200ms linear;
	font-size: 18px
}

.nav-item:hover .nav-link {
	color: #eac868 !important
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block
}

.icon-box h4 a {
	font-family: "Cormorant", serif;
	color: #000;
	margin-top: 0;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 700
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #eac868;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1
}

.nav-item:before
.buttondesign-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.buttondesign-btn__item {
  position: absolute;
  background-color: #000;
}

.buttondesign-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

.buttondesign-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

.buttondesign-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

.buttondesign-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

.buttondesign-btn:hover {
  color: var(--buttondesign-black, #122f2a);
}

.buttondesign-btn:hover .buttondesign-btn__item {
  animation-play-state: paused;
}

@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(5px);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
 {
	position: absolute;
	bottom: -5px;
	left: 25%;
	width: 50%;
	height: 2px;
	content: '';
	background: #000;
	opacity: 0;
	transition: all 200ms linear
}

.nav-item:hover:before
.buttondesign-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.buttondesign-btn__item {
  position: absolute;
  background-color: #000;
}

.buttondesign-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

.buttondesign-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

.buttondesign-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

.buttondesign-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

.buttondesign-btn:hover {
  color: var(--buttondesign-black, #122f2a);
}

.buttondesign-btn:hover .buttondesign-btn__item {
  animation-play-state: paused;
}

@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(5px);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
 {
	bottom: 0;
	opacity: 1
}

.nav-item.active:hover:after {
	opacity: 0
}

.nav-item {
	position: relative;
	transition: all 200ms linear
}

.bg-light {
	background-color: #fff !important;
	transition: all 200ms linear
}

.section {
	position: relative;
	width: 100%;
	display: block
}

.full-height {
	height: 100vh
}

.over-hide {
	overflow: hidden
}

.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20
}


.nav-item .dropdown-menu {
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
	transition: all 200ms linear
}

.nav-item.show .dropdown-menu {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
	transform: translate3d(0, 0, 0)
}

.dropdown-menu {
	top: 100%;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #fcfaff;
	border:
	none;
	border-radius:
	3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, .15);
}

.dropdown-toggle::after {
	display: none
}

.dropdown-item {
	padding:
	8px 30px;
	border-bottom:
	1px solid #ccc;
	font-size: 16px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #fff;
	background-color: #000
}

@media (max-width:767px) {
	
	.nav-item:after {
		display: none
	}

	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0
	}

	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(90deg);
		opacity: 0
	}

	.dropdown-menu {
		padding: 0 !important;
		background-color: #fff0;
		box-shadow: none;
		transition: all 200ms linear
	}

	.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important
	}

}

.topbar {
	background: #000;
	padding: 8px 0;
	position: relative;
	z-index: 3;
}

.topbar ul li {
	display: inline-block;
	color: #fff;
	color: #fff;
	margin-right: 20px
}

.topbar ul li a {
	font-size: 14px;
	padding-left: 5px;
	transition: 0.5s ease;
	color: #fff;
	
}
.topbar ul li i{
	color: #fff;
}
.topbar ul li a:hover{
	color: #fff;
	transition: 0.5s ease;
}
ul {
	padding: 0;
	margin: 0
}

.social {
	float: right
}

.carousel-control-next {
	right: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev {
	left: 20px;
	width: 40px;
	height: 40px;
	top: 46%;
	background: #10458d;
	border-radius: 30px
}

.carousel-control-prev-icon {
	margin-right: 3px
}

.navbar-light .navbar-brand {
	padding: 5px 28px;
	background: #000;
	margin-top: -41px;
	    border-right: 3px solid #eac868;
	box-shadow: 0 5px 10px 0 rgb(138 155 165 / .15);
	
}

.topbar ul {
	float: right
}

.pbl-0 {
	padding: 0
}



.navbar {
	padding-right: 50px
}

.social {
	padding-right: 25px
}

a {
	text-decoration: none !important
}

.start-header.scroll-on .navbar-light .navbar-brand {
	padding: 10px 40px;
	background: #fff;
	margin-top: 0
}
@media screen and (max-width:1450px){
	.ml-md-4, .mx-md-4 {
		margin-left: 1rem !important;
	}
}
@media screen and (max-width:1199px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.8rem !important;
	}
	.nav-link{
		font-size: 16px;
	}
	.navbar-brand img {
		height: 100px;
	}.topbar::after {
		width: calc(30%);
	}
	.navbar-light .navbar-brand {
		padding: 15px 20px;
	}
}

@media screen and (max-width:991px){
	.ml-md-4, .mx-md-4 {
		margin-left: 0.3rem !important;
	}
	.nav-link{
		font-size: 14px;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-light .navbar-brand {
		padding: 15px 10px;
	}
	.topbar ul li a {
		font-size: 12px;
	}
	.social {
		padding-right: 0;
	}
	.topbar ul li {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 18px;
	}
	.headerbtn{
		display: none;
	}#dnn {
		display: block !important;
	}
}


@media screen and (max-width:767px){
	.topbar ul{
		display: none;
	}
	.social{
		display: block !important;
	}
	.navbar-brand img {
		height: 80px;
	}
	.navbar-light .navbar-brand {
		padding: 7px 25px;
	}
	.navbar-nav {
		overflow: hidden;
		padding-left: 30px !important;
	} .nav-link {
		font-size: 15px;
	}
	.dropdown-item {
		padding:
		8px 0px;
	}
	.dropdown-item:hover, .dropdown-item:focus {
		color: #000;
		background-color: #fff;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: -6px !important;
		margin-bottom: 10px !important;
	}
}




/*Menu End*/


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}
/*Button*/

.btn-default{
	position: relative;
	display: inline-flex;
	line-height: 1.2em;
	background: #050505;
	text-transform: capitalize;
	border-radius: 100px;
	padding: 2px 25px 2px 2px;
	border: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.headerbtn:hover {
	color: #000;
	background:
	#fff;
	transition:
	0.5s ease;
}
.headerbtn {
	background:
	#000;
	padding:
	4px 20px;
	color: #fff;
	border-radius:
	7px;
	margin-top: 0px;
	border:
	1px solid #000;
	margin-left: 20px;
	transition:
	0.5s ease;
}

.btn-default:hover{
	background-color: transparent;
}



.btn-default:hover:before{
	filter: brightness(0) invert(1);
	transform: translate(-10px, -50%);
}

.btn-default::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #000;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.btn-default:hover::after{
	width: 100%;
}

.btn-default span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2em;
	background-color: #000;
	color: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.btn-default:hover span{
	background-color: transparent;
	color: #fff;
}

.btn-default span::after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	border-radius: 100px;
	background: #39b5ff;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover span::after{
	width: 100%;
}


/*Button*/
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
	height:650px;
	transition: all .4s ease;
	margin-top: 0px;
}
.hero-style h4{
    line-height:1.7;
}
.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, #000000ba, #000000ba);
}
.slidercontents__content{

}
@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Cinzel Decorative", serif;
	font-size: 86px;
	margin-bottom: 0;
	margin-bottom: 20px;

}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.85;
}

.bubble-dotted {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bubble-dotted .dotted{
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1{
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2{
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3{
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4{
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5{
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6{
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7{
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8{
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9{
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10{
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-1{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-2{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-3{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-4{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-5{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-6{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-7{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-8{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-9{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

.bubble-dotted .dotted-10{
  background: -webkit-linear-gradient(0deg, #eac868, #eac868 50%);
}

@-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}

.button-animation {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 4px;
  transition: 0.5s;
  font-family: '';
  margin-top: 40px;font-family: 'Poppins', sans-serif;
}
.button-animation span {
  position: absolute;
  display: block;
}
.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #eac868);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #eac868);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #eac868);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #eac868);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.button-animation:hover {
  background-color: #eac868;
  color: #fff;
  border-radius: 5px;
  box-shadow: var(--box-shadow);
}
@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}

	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}

	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}

	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}

@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}

	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:26px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}


/*Slider End*/


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
@keyframes topBottom {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0px);
	}
}


@media screen and (max-width:1199px){
	.mbn3{
		margin-top: 30px;
	}
	.footer-widget__quick-link, .footer-widget__contact{
		margin-left: 0;
	}
}


#dnn{
	display: none;
}

@media screen and (max-width:767px){
	.topbar{
		display: none;
	}
	.navbar-light .navbar-brand{
		margin-top: 0;
		border-right: none;
		box-shadow: none;
	}
	.navbar-brand img {
		height: 60px;
	}#dnn{
		display: block;
	}
	#dss{
		display: none;
	}
}

.copyright br{
	display: none;
}

.copyright {
	background:#cdaf5b;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}.copyright p {
	margin-bottom: 0;
}
.copyright p a{
	color: #fff !important;
}

.st-footer-area.style2 {
	padding-top: 75px;
	padding-bottom: 65px;
	
}
.st-footer-area.style2 .st__footer__title h2 {
	font-size: 22px;
}
.st__footer__logo img{
	height: 70px;
}

.st-footer-area.style2 .st__footer__link a {
	margin-bottom: 0px;
	line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
	text-decoration: underline;
}
.st__footer__grid ul li {
	display: inline;
}
.st__footer__grid ul li img {
	margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
	padding: 32px;
	position: relative;
	overflow: hidden;
}
.footer__scroll {
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}
.st__footer__copyright__link ul li {
	display: inline;
}
.right__all__content {
	margin-left: 41px;
}
.st__footer__copyright__link ul li {
	display: inline;
	margin-left: 27px;
	color: #cacaca;
}
.st__footer__copyright__link ul li a{
	display: inline-block;
	color: #cacaca;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
	color: #000;
}
.st-footer-copyright-area .st__footer__copyright span {
	margin-top: 0;
}.st-footer-area {
	overflow: hidden;
}
.ft_borer {
	border-bottom: 1px dashed #000;
	padding-bottom: 121px;
}
.st__footer__text p {
	color: #fff;
	width: 80%;
	margin: 24px 0 0;
}
.st__social__icon h2 {
	opacity: 1;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin: 25px 0 0 18px;
	position: relative;
}
.st__social__icon h2::before {
	position: absolute;
	content: "";
	top: -3px;
	left: -18px;
	width: 3px;
	height: 30px;
	background: #000;
}
.st__social__icon a {
	display: inline-block;
	color: #fff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px dashed rgba(255,255,255,.2);
	text-align: center;
	margin-top: 22px;
	margin-right: 10px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__social__icon a:hover{
	background: #000;
	border: 1px dashed #000;
}
.st__footer__title h2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	position: relative;
	margin-bottom: 23px;
}
.st__footer__title h2::before {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 0;
	background: #000;
	width: 100px;
	height: 1px;
}
.st__footer__link a {
	display: block;
	color: #000;
	margin-bottom: 17px;
	font-size: 16px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.st__footer__link a:hover{
	color: #000;
}
.st__footer__link a i {
	color: #000;
	margin-right: 7px;
}
.st__footer__title p {
	color: #fff;
	opacity: 0.8;
}
.st__footer__subscribe__form input {
	font-size: 16px;
	color: #939393;
	font-weight: 400;
	border: none;
	padding: 18px 17px;
	width: 89%;
}
.st__footer__subscribe__form input::placeholder{
	font-size: 16px;
	color: #939393;
	font-weight: 400;
}
.st__footer__subscribe__form button {
	border: none;
	background: #000;
	color: #fff;
	padding: 12px 19px;
	position: absolute;
	top: 6px;
	right: 42px;
}
.st__footer__copyright span {
	color: #fff;
	font-size: 18px;
	margin-top: 32px;
	display: inline-block;
}
.st__footer__copyright span a{
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.footer__scroll a {
	display: inline-block;
	background: #e5ffeb;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 25px;
}
.copyright p{
	color: #fff !important;
	text-align: center;
}
@media screen and (max-width:767px){
	.copyright br{
		display: block;
	}
}




.slider{
	background: url('../images/slider.webp');
	background-size: cover;
	height: 80vh;
}



.buttondesign-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 0;
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 25px;
  transition: 500ms;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-left: 18px;
}

.buttondesign-btn__item {
  position: absolute;
  background-color:#eac868;
}

.buttondesign-btn__item:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

.buttondesign-btn__item:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

.buttondesign-btn__item:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

.buttondesign-btn__item:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

.buttondesign-btn:hover {
  color: var(--buttondesign-black, #122f2a);
}

.buttondesign-btn:hover .buttondesign-btn__item {
  animation-play-state: paused;
}

@keyframes zumpXtwo {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(5px);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.aboutus {
	position: relative;
	display: block;
	padding: 70px 0 100px;
	overflow-x: hidden;
}

.aboutus__left {
	position: relative;
	display: block;
}

.aboutus__img-box {
	position: relative;
	display: block;
}

.aboutus__img {
	position: relative;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.aboutus__img img {
	width: 100%;
	border-radius: 50%;
}

.aboutus__img-two {
	position: absolute;
	top: 40px;
	left: -102px;
	z-index: 2;
}

.aboutus__img-two img {
	width: auto;
	border-radius: 50%;
	border: 10px solid white;
}

.aboutus__call {
	position: absolute;
	bottom: 80px;
	left: -60px;
	background-color: rgb(255, 255, 255);
	box-shadow: 14.982px 29.403px 87px 0px rgb(2, 5, 64, 0.6);
	display: flex;
	align-items: center;
	padding: 24px 40px 24px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 2;
	animation: jumpping 4s infinite linear;
}
.shape-mockup, .shape-mockup2 {
  position: absolute;
  z-index: 1;
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes scaleinright {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

@keyframes fadein-custom {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes jumpping {

  0%,
  100% {
    transform: translate3d(0, 0, 0)
  }

  40% {
    transform: translate3d(0, 20px, 0)
  }
}
.jump-reverse-img, .jump-img, .jump-reverse, .jump {
  animation: jumpping 4s infinite linear;
}
.fadein-custom{
	animation: scaleinright 4s infinite linear;
}
.shape-mockup img, .shape-mockup2 img{
	height: 200px;
}
.shape-mockup{
	bottom: 17px;
  left: 2%;
}
.shape-mockup2{
		bottom: 17px;
  right: 2%;
}
.aboutus__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 1px solid #cfdbdf;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-icon:hover {
	background-color:#000;
	border: 1px solid#000;
}

.aboutus__call-icon i {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color:#000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-icon:hover i {
	color: #fff;
}

.aboutus__call-content {
	margin-left: 10px;
}

.aboutus__call-sub-title {
	font-size: 18px;
	letter-spacing: ;
}

.aboutus__call-number {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: ;
	margin-top: 7px;
	font-family: 'Poppins',sans-serif;
}

.aboutus__call-number a {
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.aboutus__call-number a:hover {
	color:#000;
}

.aboutus__shape-1 {
	position: absolute;
	bottom: 0;
	left: -17px;
	height: 55px;
	width: 55px;
	background-color:#eac868;
	border-radius: 50%;
}

.aboutus__arrow {
	position: absolute;
	bottom: -10px;
	right: -47px;
	z-index: -1;
}

.aboutus__arrow img {
	width: auto;
	height: 90px;
}

.aboutus__right {
	position: relative;
	display: block;
	margin-left: 70px;
}
.aboutus__right h5{
	margin-bottom: 10px
}
.aboutus__right .section-title-two {
	margin-bottom: 32px;
}

.aboutus__text {
	letter-spacing: ;
}

.aboutus__points-and-counter-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 37px;
}

.aboutus__points-box {
	position: relative;
	display: block;
}

.aboutus__points {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.aboutus__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.aboutus__points li + li {
	margin-top: 15px;
}

.aboutus__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17px;
	width: 17px;
	background-color:#000;
	border-radius: 50%;
	font-size: 9px;
	color: #fff;
}

.aboutus__points li .text {
	margin-left: 10px;
}

.aboutus__points li .text h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: ;
}

.aboutus__btn-box {
	position: relative;
	display: block;
}

.aboutus__counter-box {
	position: relative;
	display: block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 38px 40px 38px;
	margin-top: 3px;
	margin-left: 45px;
}

.aboutus__counter-list {
	position: relative;
	display: block;
}

.aboutus__counter-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid #cedade;
	padding-bottom: 28px;
	margin-bottom: 27px;
}

.aboutus__counter-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.aboutus__counter-single {
	position: relative;
	display: block;
}

.aboutus__count-box {
	position: relative;
	display: flex;
	align-items: center;
}

.aboutus__count-box h3 {
	font-size: 30px;
	font-weight: 700;
	color:#000;
	letter-spacing: ;
	line-height: 40px;
}

.aboutus__count-percent {
	font-size: 30px;
	font-weight: 700;
	color:#000;
	letter-spacing: ;
	line-height: 40px;
}

.aboutus__counter-text {
	letter-spacing: ;
	padding-top: 3px;
}



.list-unstyled {
	padding-left: 0;
	list-style: none
}

.process-right-sec ul li {
	margin-bottom: 47px;
	display: flex;
	align-items: center;
	gap: 25px;
	padding-right: 20px
}

.process-img-sec {
	float: left;
	position: relative
}

.process-img-sec figure {
	margin-bottom: 0;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #cdaf5b;
	border: 1px dashed #cdaf5b;
	position: relative;
	z-index: 2
}

.process-img-sec::after {
	content: "";
	width: 1px;
	height: 100%;
	border-right: 1px dashed #cdaf5b;
	position: absolute;
	left: 50%;
	top: 100%
}

.nobefore::after {
	display: none
}

.process-text-con {
	display: table-cell;
	padding-left: 20px
}

.process-text-con p {
	margin-bottom: 0
}

.highlights li {
	margin-bottom: 30px;
	margin-right: 20px;
	min-height: 70px
}

.highlights {
	background: #f5f8fb;
	padding: 70px 0 60px;
	overflow: hidden;
}

.highlights li h4 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: capitalize;
	font-family: Cormorant, serif
}

.highlights .sectiontitle {
	margin-bottom: 20px
}

.process-img-sec figure img {
	height: 30px
}

.radius2 {
	border-radius: 0 70px 0 70px
}
.pl-30{
	margin-top: 30px;
}
.singletext {
	margin-top: 14px
}

.service-item.style-1 .service-icon::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 16px;
	width: 16px;
	background: #fff;
	z-index: -1;
	border-radius: 50%;
	animation: spinnerRotate 10s linear infinite;
	margin-left: -8px;
	margin-top: -8px;
	border: 2px solid red;
	transition: all 0.35s ease-in-out
}

.service-item.style-1 {
	box-shadow: 0 5px 10px rgb(8 10 55 / .08);
	background: #fff;
	padding: 40px 10px 10px;
	padding-top: 0;
	position: relative;
	z-index: 9;
	border: 1px solid #0f448b;
	border-radius: 20px;
	margin-top: 60px
}

.service-item.style-1 .service-icon {
	display: inline-block;
	height: 120px;
	width: 120px;
	text-align: center;
	line-height: 120px;
	color: #0f448b;
	border-radius: 50%;
	font-size: 50px;
	position: relative;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	margin-bottom: 15px;
	margin-top: -50px;
	background: #d8e1ec
}

.section-title {
	font-size: 45px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.3;
	margin-bottom: 10px;
}
.aboutus__text  b i{
	color: #cdaf5b;
  font-size: 18px;
  
}.marquee-content {
    display: flex;
} 
.marquee {
   display: flex;
  overflow: hidden;
  position: relative;
  background: ;
  z-index: 999;
  margin-top: -30px;
  padding-top: 28px;
  padding-bottom: 50px;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: #0e0b06;
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -130px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}
.marquee-icon {
    background-color: #000;
    padding: 20px;transform: rotate(358deg);
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;color: #cdaf5b;

}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}  
.section-subtitle {
	color:  #eac868;
	font-size: 14px;
	font-weight: 600;
	height: 32px;
	line-height: 32px;
	padding:
	0 22px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius:
	5px;
	background-color:#000;
}
.zoominout {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name:
	zoomInOut;
	-webkit-animation-duration:
	3s;
	-webkit-animation-iteration-count:
	infinite;
	-webkit-animation-timing-function:
	ease-in-out;
	-moz-animation-name:
	zoomInOut;
	-moz-animation-duration:
	3s;
	-moz-animation-iteration-count:
	infinite;
	-moz-animation-timing-function:
	ease-in-out;
	-ms-animation-name: zoomInOut;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}
@keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(0.7);
		transform: rotate(0deg) scale(0.7);
		opacity:0;
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity:1;
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0.7);
		transform: rotate(360deg) scale(0.7);
		opacity:0;
	}
}


.float-bob-x {
	-webkit-animation-name:
	float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration:
	2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count:
	infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function:
	linear;
	animation-timing-function: linear;
}

.post-slide {
	padding:
	20px 20px;
}
.copyright ul{
	float: right;
}
.copyright li{
	display: inline-block;
}
.copyright li a{
	color: #fff !important;
	margin-left: 10px;
}
.copyright p{
	float: left;
}.home_about_us{
  overflow: hidden;
}

.home_about_us .sectiontitle{
  color: #fff; font-size:34px;
}


@media screen and (max-width: 1600px){
  .home_about_us__shape img {
  width: 93%;
}
.home_about_us .sectiontitle{
  font-size: 29px;
}
}
.home_about_us .section-title{
	color: #fff;
}
.home_about_us .animate-border{
	background: #fff;
}
.home_about_us .animate-border:after{
	border-left: 10px solid #242424;
  border-right: 10px solid #242424;
}
.choose-about {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  gap:30px;
  max-width:516px;
  margin-bottom:35px;
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.choose-about:last-child {
  margin-bottom:0
}
.choose-about .box-title {
  margin-bottom:8px;
  color: #c4c4c4;font-size: 24px;
}
.choose-about_icon {
  -webkit-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out
}
.choose-about_icon img{
  height: 80px;
}
.choose-about_text {color: #c4c4c4;
  margin-bottom:0
}
.choose-about:hover .choose-about_icon {
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg)
}
.choose-about-wrap{
  margin-top: 40px;
}
.choose-image {
  position:relative;
  min-width:524px;
  min-height:620px;
  border-radius:200px 0px 0px 0px
}
@media (max-width: 1299px) {
  .choose-image {
    min-width:100%;
    min-height:100%
  }
}
@media (max-width: 991px) {
  .choose-image {
    margin-top:40px
  }
}
.choose-image .img1 {
  text-align:right
}
.choose-image .img1 img {
  width:100%
}
.choose-image .img2 {
  position:absolute;
  left:-18%;
  bottom:-10%
}
/*Team*/

.teamss__single {
  position: relative;
  display: block;
  margin-bottom: 23px;
  padding: 20px;
}

.teamss__img {
  position: relative;
  display: block;
  border-radius: 20px;
  z-index: 1;
}

.teamss__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 20px;
  border: 2px dashed #fff;
  transform: rotate(-7deg);
  transition: all 500ms ease;
  z-index: -1;
}
.our-team{
	position: relative;
}
.teamss__single:hover .teamss__img:after {
  border: 2px dashed #000;
}

.teamss__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.teamss__img-box:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 20px;
  background-color: ;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.teamss__single:hover .teamss__img-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.teamss__img-box img {
  width: 100%;
  border-radius: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease;
}

.teamss__single:hover .teamss__img-box img {
  transform: scale(1.05);
}

.teamss__social {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background-color: #cdaf5b;
  text-align: center;
  padding: 20px 18.5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: bottom center;
  z-index: 2;
}

.teamss__single:hover .teamss__social {
  transform: scaleY(1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social li + li {
  margin-top: 25px;
}

.teamss__social li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.teamss__content {
  position: relative;
  display: block;
  padding-top: 28px;
}

.teamss__sub-title {
  font-size: 18px;
  color: #fff !important;

  letter-spacing: 0.1em;
  font-weight: 700;
  padding-top: 0;
}

.teamss__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
}

.teamss__name a {
  color: #fff;
  transition: all 500ms ease;
}

.teamss__name a:hover {
  color: #cdaf5b;
}

.teamss__social-two {
  position: absolute;
  right: 20px;
  top: -25px;
  background-color: #cdaf5b;
  padding: 17.5px 18.4px;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.teamss__single:hover .teamss__social-two {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #cdaf5b;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.teamss__social-two li a {
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.teamss__social-two li a:hover {
  color: #000;
}

.teamss__bottom {
  position: relative;
  display: block;
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 35px auto 0;
  border: 2px dashed #000;
  border-radius: 30px;
  padding: 10px 0;
}
.teamss__single:hover .teamss__sub-title{
 color: #000; 
}
.our-team .animate-border{
  background: #000;
}
.teamss__bottom-text {
  font-weight: 500;
}

.teamss__bottom-text span {
  color: #000;
  font-weight: 700;
}

.our-team{
  padding: 70px 0 50px;
  background: #000;
}
.our-team .section-title{
	color: #fff;
}.our-team .animate-border {
  background: #fff;
}
.our-team .animate-border:after {
 border-left: 10px solid #000;
  border-right: 10px solid #000;
}
@media screen and (max-width: 767px){
  .teamss__single{
    padding: 10px;
  }
  .teamss__sub-title {
  font-size: 16px;
}
}

.home_about_us {
  position: relative;
  background-color: #000;
}
.home_about_us__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
@media (max-width: 767px) {
  .home_about_us__bg {
    background-size: cover;
  }
}
.home_about_us__content {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .home_about_us__content {
    padding: 60px 0;
  }
}
.home_about_us__content .section-title-seven {
  margin-bottom: 23px;
}
.home_about_us__content .section-title-seven__title {
  color: #fff;
}
.home_about_us__content__text {
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 18px;color: #c4c4c4;
  font-weight: normal;
}
.home_about_us__content__border {
  width: 100%;
  height: 1px;
  background-color: #000
  margin: 0 0 50px;
}
.home_about_us__box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 ;
  background-color: rgb(255,255,255,0.5);
  border-radius: 10px;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home_about_us__box {
    display: block;
    text-align: center;
    margin-left: 0;
    padding-top: 25px;
  }
}
.home_about_us__box__icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000
  margin: 0 0 0 -32px;
}
@media (max-width: 767px) {
  .home_about_us__box__icon {
    margin: auto;
  }
}
.home_about_us__box__icon span {
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.home_about_us__box__icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-color: #000
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.home_about_us__box:hover .home_about_us__box__icon {
  color: #fff;
}
.home_about_us__box:hover .home_about_us__box__icon span {
  transform: scale(0.9);
}
.home_about_us__box:hover .home_about_us__box__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.home_about_us__box__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .home_about_us__box__title {
    margin: 25px 0;
  }
}
.home_about_us__box:hover .home_about_us__box__image::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home_about_us__box:hover .home_about_us__box__image__rm {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.home_about_us__box__image {
  margin-left: auto;
  border-radius: 10px;
  overflow: hidden;
  max-width: 270px;
  position: relative;
}
@media (max-width: 767px) {
  .home_about_us__box__image {
    margin: auto;
  }
}
.home_about_us__box__image::after {
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.home_about_us__box__image img {
  width: 100%;
  height: auto;
}
.home_about_us__box__image__rm {
  width: 50px;
  height: 50px;
  background-color: #000
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80%);
  transition: opacity 500ms ease, transform 500ms ease;
}
.home_about_us__box__image__rm span {
  display: inline-block;
  transition: all 500ms ease;
}
.home_about_us__box__image__rm:hover {
  background-color: #fff;
  color: #000;
}
.home_about_us__box__image__rm:hover span {
  transform: rotate(30deg);
}
.home_about_us .aa-stretch-element-inside-column {
  position: relative;
  height: 100%;
}
.home_about_us__image {
  position: relative;
  max-width: 773px;
  z-index: 1;
  text-align: right;
  margin-left: auto;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 773 834" xmlns="http://www.w3.org/2000/svg"><path d="M10.51 834C-39.8894 444.185 103.176 115.577 181.008 0H811V834H10.51Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: cover;
}
@media (max-width: 1399px) {
  .home_about_us__image {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .home_about_us__image {
    mask: inherit;
    margin: 0;
  }
}
.home_about_us__image img {
  max-width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home_about_us__image img {
    min-height: inherit;
  }
}
.home_about_us__shape {
  position: absolute;
  z-index: 2;
  left: 80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .home_about_us__shape {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .home_about_us__shape {
    left: 30px;
  }
}
@media (max-width: 991px) {
  .home_about_us__shape {
    display: none;
  }
}
.home_about_us__shape img {
  max-width: 100%;
  height: auto;
  width: 91.2%;
}





@media screen and (max-width: 1200px){
  .home_about_us .w-stretch-element-inside-column{
    display: none;
  }
  .choose-about{
    max-width:fit-content !important;
  }
}

@media screen and (max-width: 767px){
    .home_about_us__content {
    padding: 35px 0;
  }  .home_about_us .sectiontitle {
    font-size: 22px;
  }
  .home_about_us__content__text{
    margin-bottom: 10px;
  }
  .choose-about-wrap {
  margin-top: 15px;
}
.choose-about .box-title{
  font-size: 20px;
}
}




.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #000;
  overflow: hidden;
  margin-bottom: 40px !important;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.z-index {
  z-index: 9;
}
.home-services-sec--card{
	width: 100%;
}
.home-services .sectiontitle{
  margin-bottom: 30px;
}
.home-services-sec--card-wrap.right-wrap {
  text-align: end;
}
.home-services-sec--card-wrap.right-wrap p{
  text-align: right;
}
.home-services-sec--card-wrap.right-wrap .home-services-sec--card {
  flex-direction: row-reverse;
}

.home-services-sec--card {
  display: inline-flex;
  gap: 22px;
}
.home-services-sec--card:not(:last-child) {
  margin-bottom: 60px;
}
.home-services-sec--card .home-services-sec--card-text{
  text-align: left;
}
.home-services-sec--card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative; background: #cdaf5b;
  border-radius: 6px;
}
.home-services-sec--thumb-1{
  text-align: center;
}
section, .home-services{
	overflow: hidden;
}
.home-services-sec--card .icon img {
  transition: 0.4s;
  height: 50px;
}
.home-services{
  padding: 60px 0;
  background:#fff;
  position: relative;
}
.home-services-sec--card .home-services-sec--card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #000;
}.marquee_area {
  background: #fff;
  padding: 0px 0 75px;
  border-top: 1px solid #ffffff3b;
  position: relative;
  z-index: 99;
}
.marquee {
  position: relative;
  --duration: 40s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap:0;
}
.marquee-block h3 {
  margin: 0;
}
.marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap:0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.style2 .marquee-block h3 {
  font-size: 80px;
  color: transparent;
  font-weight: 900;
  font-family: "Cinzel", serif;
  margin: 0 50px 0 50px;
  background: url(../images/marquee.png);
  background-position: 40% 50%;
  -webkit-background-clip: text;
  letter-spacing: 0;
}
.home-services .title-box{
  margin-bottom: 40px;
}
.home-services-sec--card .home-services-sec--card-text {
  margin-bottom: -0.5em;
}
.home-services-sec--card:hover .icon img {
  transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 55px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .home-services-sec--thumb-1 {
    text-align: center;
  }
  .home-services-sec--card-wrap.right-wrap {
    text-align: left;
  }
  .home-services-sec--card-wrap.right-wrap .home-services-sec--card {
    flex-direction: row;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 320px) {
  .home-services-sec--card {
    flex-wrap: wrap;
  }
}


/*Slider Start*/

.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}

	.start-header.scroll-on .navbar-brand img {
		height: 46px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: top;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: 0.5s ease;
	transform: scale(1);
}
.swiper-slide-duplicate-active .slide-inner{
	transform: scale(1.5);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: transparent;
	width: 55px;
	height: 55px;
	line-height: 53px;
	margin-top: -30px;
	text-align: center;
	border: 2px solid #d4d3d3;
	border-radius: 55px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {

	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
	transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-button-next {
	right: 25px;
	transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 15px;
	color: #d4d3d3;
	font-style: normal;
	display: inline-block vertical-align: middle;
	font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: left;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 0.3;
	background: #fff;
	transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 30px;
}

@media screen and (min-width: 992px) {

	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
	.hero-slider .swiper-pagination-custom,
	.hero-slider .swiper-pagination-fraction {
		/*     display: none; */
	}
}

.swiper-pagination {
	text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}
}

@media (min-width: 767px) {
	.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 30px;

	}
}

.hero-style {
	height:750px;
	transition: all .4s ease;
	margin-top: 0px;
}

.hero-slider .slide-inner::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom, #000000ba, #000000ba);
}

@media (max-width: 991px) {
	.hero-style {
		height: 600px;
	}
}

.slidercaptiontag {}

@media (max-width: 767px) {
	.hero-style {
		height: 500px;
	}
}

@media screen and (min-width: 992px) {
	.hero-style .container {
		padding-top: 0px;
	}
}

.slidercontents__title{
	font-family: "Cinzel Decorative", serif;
	font-size: 75px;
	margin-bottom: 0;
	margin-bottom: 30px;
	line-height: 1.5;
	 
}
.slidercontents__title span{
	font-style: italic;
 font-size: 40px;
  color: #eac868;
}
.slidercontents__sub-title{
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Sora", serif;
	font-weight: normal;
	line-height: 1.85;
}


@media screen and (max-width:1600px){
	.slidercontents__title{
		font-size: 50px;
	}

	.slidercontents__sub-title {
		font-size: 16px;
	}
	.btn-default span{
		font-size: 16px;
	}

}
@media screen and (max-width:1500px){
	.slidercontents__title{
		font-size: 45px;
	}

	.slidercontents__sub-title {
		font-size: 15px;
	}
	.btn-default span{
		font-size: 15px;
	}

}
@media screen and (max-width:1199px){
	.slidercontents__title{
		font-size: 40px;
	}

	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px;
	}

}
.topbar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width:40%;
  border-radius: 0 0 50px 0;
  background: #eac868;
  z-index: -1;
}
@media screen and (max-width:991px){
	.slidercontents__title{
		font-size:35px;
	}

	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}
@media screen and (max-width:767px){
	.slidercontents__title{
		font-size:30px;
	}
	.slidercontents__content{
		width: 100%;
	}
	.slidercontents__sub-title {
		font-size: 14px;
	}
	.btn-default span{
		font-size: 14px !important;
	}
}



/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.event {
  position: relative;
  display: block;
  padding:70px 0 60px;
  z-index: 1;
}

.event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 566px;
  background-color:;
  z-index: -1;
}

.event__bg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 400px;
  opacity: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.event__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.event__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.event__img img {
  width: 100%;
  border: 1px solid #fff;
}

.event__title-box {
  position: absolute;
  bottom: 82px;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 16px 48px 16px 28px;
  border-top-left-radius: ;
  border-bottom-left-radius: ;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  z-index: 2;
}

.event__single:hover .event__title-box {
  visibility: hidden;
  opacity: 0;
}

.event__subtitle {
  font-size: 14px;
  line-height: 19px;
}

.event__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.event__title a {
  color: #000;
}

.event__content {
  position: relative;
  display: flex;
  background-color: #000;
  align-items: center;
  justify-content: space-between;
  padding: 36px 39px 22px;
  border-bottom-left-radius: ;
  border-bottom-right-radius: ;
}

.event__icon {
  position: relative;
  display: inline-block;
}

.event__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: ;
}

.event__more-details {
  position: relative;
  display: block;
  top: 16px;
}

.event__more-details a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

.event__more-details a i {
  color: #fff;
  padding-right: 10px;
}

.event__hover-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  border-top-left-radius: ;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 26px;
  padding-bottom: 25px;
  transform: translateY(-66%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.event__single:hover .event__hover-content {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.event__hover-sub-title {
  font-size: 14px;
  line-height: 19px;
}

.event__hover-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.event__hover-title a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event__hover-title a:hover {
  color: #eac868;
}

.event__hover-text {
  line-height: 26px;
  padding-top: 9px;
  padding-bottom: 13px;
}

.event__hover-more-details {
  position: relative;
  display: block;
}

.event__hover-more-details a {
  font-size: 16px;
  font-weight: 700;
  color: #eac868;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event__hover-more-details a i {
  color: #eac868;
  font-size: 15px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.event__hover-more-details a:hover {
  color: #000;
}

.event__hover-more-details a:hover i {
  color: #000;
}



.event .section-subtitle{
	background-color: #fff;
	color: #000;
}
.event .section-title{
	color: #fff;
}

.event .animate-border:after{
border-left: 10px solid #000;
  border-right: 10px solid #000;
}

.event .animate-border{
	background: #cdaf5b;
}
.event__more-details{
	top: -5px;
}



/*Footer Start*/

.site-footer {
	position: relative;
	display: block;
	margin-top: -88px;
	z-index: 1;
	
}
.st-footer-area{
	background: url('../images/footer.webp');
	background-size: cover;
}
.site-footer-two {
	margin-top: 0;
}

.site-footer__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	animation: topBottom 3s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-1 img {
	width: auto;
	opacity: .40;
}

.site-footer__shape-2 {
	position: absolute;
	top: 113px;
	right: 0;
	animation: leftRight 4s ease-in-out infinite;
	z-index: -1;
}

.site-footer__shape-2 img {
	width: auto;
	opacity: 0.08;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 70px 0 95px;
}

.site-footer__top-inner {
	position: relative;
	display: block;
}

.footer-widget__about {
	position: relative;
	display: block;
	margin-top: 8px;
}

.footer-widget__logo {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: rgba(255,255,255, .80);
	margin-top: 29px;
	margin-bottom: 32px;
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer__social a {
	position: relative;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255,255,255, .20);
	font-size: 16px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
	border-radius: 2px;
}

.site-footer__social a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 15px;
}

.footer-widget__quick-link {
	position: relative;
	display: block;
	margin-left: 68px;
}

.footer-widget__title-box {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.footer-widget__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	color: #fff;
}

.footer-widget__quick-link-list {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li {
	position: relative;
	display: block;
}

.footer-widget__quick-link-list li+li {
	margin-top: 16px;
}

.footer-widget__quick-link-list li>a {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__quick-link-list li>a:hover {
	color: #000;
}

.footer-widget__quick-link-list li>a>span {
	font-size: 12px;
	margin-right: 12px;
}

.footer-widget__services {
	position: relative;
	display: block;
	margin-left: -7px;
}

.footer-widget__contact {
	position: relative;
	display: block;
	margin-left: -31px;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.footer-widget__contact-list li+li {
	margin-top: 8px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: inline-block;
	top: 9px;
}

.footer-widget__contact-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}

.footer-widget__contact-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.footer-widget__contact-list li .content>span {
	position: relative;
	display: block;
	font-weight: 700;

	color: #fff;
	margin-bottom: 3px;
}

.footer-widget__contact-list li .content p {
	color: rgba(255,255,255, .80);
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

.footer-widget__contact-list li .content p a {
	color: rgba(255,255,255, .80);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
	color: #000;
}

.site-footer__bottom {
	position: relative;
	display: block;
	background-color: #000;
}

.site-footer__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 22px 0 22px;
}

.site-footer__bottom-text {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer__bottom-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer__bottom-menu li {
	position: relative;
	display: block;
}

.site-footer__bottom-menu li+li {
	margin-left: 30px;
}

.site-footer__bottom-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
	color: #000;
}



@media screen and (max-width: 1400px){
	.event__title-box{
		padding: 9px 19px 3px 13px;
	}
	.event__hover-title, .event__title {
  font-size: 17px;
}

}

@media screen and (max-width: 1199px){
	.buttondesign-btn{
		padding: 9px 25px;
		font-size: 15px;
	}
	.aboutus__right{
		margin-left: 0;
	}
}

@media screen and (max-width: 991px){
	  .buttondesign-btn {
    padding: 3px 9px;
    font-size: 12px;
    margin-left: 15px;
  }
  .topbar::after{
  	width: 29%;
  }  .slidercontents__title {
    font-size: 35px;
  }
  .slidercontents__title span{
  	font-size: 30px;
  }
  .slidercontents__content h4{
  	font-size: 20px;
  }
  .st__footer__title{
  	margin-top: 20px;
  }.st-footer-area.style2 {
  padding-top: 40px;
  padding-bottom: 65px;
}
.section-title{
	font-size: 30px;
}
.home-services-sec--card .home-services-sec--card-title {
  font-size: 18px;
  }
  .teamss__name {
  font-size: 18px;
}
.teamss__sub-title {
  font-size: 15px;
  }

}

.ff{
	display: none;
}

@media screen and (max-width: 767px){
.buttondesign-btn{
	display: none;
	}
.topbar::after {
    width: 56%;
  }
  .ff{
	display: block;
}
 .topbar {
    display: block;padding: 3px 0;
  }
    .navbar-brand img {
    height: 80px;
  }  .slidercontents__title {
    font-size: 25px;
    line-height: 1.5;
  }
 .slidercontents__title span {
    font-size: 16px;
  }  .slidercontents__content h4 {
    font-size: 13px;
  }.shape-mockup img, .shape-mockup2 img {
  height: 100px;
}
.aboutus__img-two img{
	height: 150px;
}
.aboutus__img-two{
	left: -25px;
}
.aboutus__call{
	bottom: 40px;
	padding: 10px 25px 7px;
	left: -4px;
}
.aboutus{
	padding: 35px 0 20px;
}
.animate-border{
	margin-bottom: 20px !important;
}  .aboutus__right {
    margin-left: 0;
    margin-top: 35px;
  }.event {
  position: relative;
  display: block;
  padding: 40px 0 0;
  z-index: 1;
}
.event__content{
	padding: 20px 39px 11px;
}  .event__hover-title, .event__title {
    font-size: 19px;
  }
  .marquee-icon{
  	padding: 10px;
  }
  .marquee-item h3 {
  font-size: 20px;
}
.home-services {
  padding: 10px 0 35px;
  }
    .home-services-sec--card .home-services-sec--card-title {
    font-size: 17px;
    line-height: 35px;
  }
  .home-services-sec--card .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.home-services-sec--card .icon img {
  transition: 0.4s;
  height: 34px;
} .home-services-sec--card:not(:last-child) {
    margin-bottom: 6px;
  }
  .home-services-sec--card-wrap.right-wrap{
  	margin-bottom: 10px;
  }
  .teamss__single{
  	margin-bottom: 6px;
  }
  .our-team {
  padding: 35px 0 10px;
}
  .st-footer-area.style2 {
    padding-top: 12px;
    padding-bottom: 30px;
  }
  .copyright p {
  float: none;
  width: 100%;
}
.copyright ul {
  float: none;
  text-align: center;
}
}





.bannersection{
  padding-top: 40px;
  padding-bottom: 20px;
 position: relative;background: url('../images/bg.webp');
  }.breadcrumb {
      list-style: none;
      display: block;
      position: relative;
      text-align: center;
      background: transparent;
      color: #fff;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 600;
      border-radius: 10px;

      width: fit-content;
      text-align: center;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
  }

  .breadcrumb ul {
      margin: 0;
      padding: 0;
      line-height: 30px
  }

  .breadcrumb ul li {
      display: inline-block
  }

  .breadcrumb ul li:after {
      content: "»";
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      padding: 0 5px 0 10px
  }

  .breadcrumb ul li:last-child:after {
      content: none
  }
  .bannersection h1{
    text-align: center;font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumb ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize
}
.whymain {
  position: relative;
  z-index: 999 !important;
}
.it-choose-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}.it-choose-shape-2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}
.events{
	padding: 100px 0;
}
.marleft{
	margin-left: 90px;
}
.marleft .button-animation {
  color: #fff;
  background: black;
}
.event2{
	background: #000;
	padding: 60px 0;
}
.event3{
	padding: 60px 0;
}
.event3 h3{
	text-align: center;
  padding: 10px 0 9px;
  background: #000;
  margin-bottom: 0;
  color: #d6b75f;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 20px;
}
.event22 h4{
    font-size:24px;
}
.event22 p{
    color:#fff;
}
.event22 ul li{
    color:#fff;    margin-left: 15px;
    list-style: disclosure-closed;
}
.event3 .card{
	border-radius: 20px;
}
.event3 .card img{
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.event3 ul li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  list-style: disclosure-closed;
  margin-top: 0;
  display: inline-block;
}
.event2 .section-subtitle{
	background-color: #eac868;color: #000;
}
.event2 .section-title{
	color: #fff;
}
.table-bordered td, .table-bordered th{
	color: #fff;
}
.event2 .animate-border::after{
	border-left: 10px solid #000;
  border-right: 10px solid #000;
}
.event2 .animate-border{
	background: #fff;
}
@media screen and (max-width: 1199px){
    .bannersection h1 {
      font-size: 33px;
  }
  .breadcrumb ul li a {
      font-size: 16px;
  }
  .sectiontitle {
      font-size: 33px;
  }
  .abtpage{
	padding: 70px 0 60px;
}
.marleft {
  margin-left: 0;
  margin-top: 60px;
}
}
@media screen and (max-width: 991px){
    .bannersection h1 {
      font-size: 27px;
  }
  .breadcrumb ul li a {
      font-size: 14px;
      }.sectiontitle {
          font-size: 30px;
      }
  }
.event3 .card{
	margin-bottom: 20px;
}
  @media screen and (max-width: 767px){
    .bannersection {
      padding-top: 20px;
      padding-bottom: 19px;
      margin-top: 0;
  }
    .bannersection {
    padding-top: 30px;
    padding-bottom: 13px;
    margin-top: 0;
  }
  .abtpage {
  padding: 35px 0 20px;
}
.choose-about_icon img {
  height: 60px;
}
.choose-about{
	gap: 14px;
}
.choose-about_text{
	text-align: left;
}
.choose-about{
	margin-bottom: 28px;
}
.eventpage{
	padding: 63px 0 30px;
}.marleft .button-animation {
  
  margin-top: 10px;
}.event2 {
  background: #000;
  padding: 40px 0 6px;
}
table{
	margin-bottom: 40px !important;
}.event3 {
  padding: 35px 0 20px;
}
 .section-title {
    font-size: 26px;
  }
  .event3 h3{
  	font-size: 20px;
  }
}
.pt-00{
    padding-top: 0 !important;
}
.text-center p{
	text-align: center;
}
.formaction{
  padding: 60px 0;

 
}
.mmn30{
	margin-top: 60px;
}
.formaction .form-control{
  border: 1px solid #eac868;
}
.formaction .form-control:focus {
  box-shadow: 0 0 0 .2rem rgb(248, 243, 193);
}
.formaction textarea{
  height: 100px;
}
.formaction .default-btn i{
  top: 10.5px;
}

.gallery-box{
	margin-bottom: 30px;
}

  .box-cards{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 30px 15px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.box-cards  ul {
	padding: 0;
	margin: 0;
}
.box-cards ul li {
	list-style: none;
	margin-bottom: 15px;
}
.box-cards ul li a {
	list-style: none;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #212112;
}
.box-cards ul li i {
	padding-right: 10px;
	color: #eac868;
}
.mb-2s{
	margin-top: 40px;
}
.policyt{
	font-size: 30px;
}
.abtpage ul li{
	font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 0;
  list-style: disclosure-closed;
  margin-left: 15px;
}
@media screen and (max-width: 767px){
	.google-map{
		padding-top: 25px;
	}
	.contact-details__single{
		margin-bottom: 10px;
	}
	.contact-details__social{
		margin-left: 0;
	}.formaction {
  padding: 31px 0;
  margin-top: 38px;
}.mmn30 {
  margin-top: 15px;
}.formaction {
    padding: 31px 0;
    margin-top: 7px;
  }
  .box-cards{
  	margin-bottom: 30px;
  }.mb-2s {
  margin-top: 24px;
}
.formaction    .buttondesign-btn {
    display: block;
  }
  .terms{
  	padding: 0px 0 20px;
  }
  .policyt {
  font-size: 22px;
}
.terms hr{
	margin: 30px 0 0 !important;
}
.policyss hr{
		margin: 22px 0  !important;
}
 .navbar-light .navbar-brand {
    padding: 2px 8px;
  }
}


 #popupOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
  }

  #popupBox {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px black;
    z-index: 999;
    border-radius: 8px;width: 30%;
  }
  .loginform{
  	padding: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.31);
  border-radius: 20px;
  background: #fff;
  }
.sis{
	margin-top: 30px;
	color: red;
}
.mare{
          background: #eac868;
    margin: 0;
    padding: 5px 0;
    margin-bottom: -7px;
    font-size: 14px;
    margin-top: 0px;
}
.mare b{
    margin:0;
}
  .closebtn{
 background: #000;
  color: #fff;
  border: 1px solid #000;
  margin-top: 25px;
  padding: 5px 30px;
  border-radius: 7px;
  }
  
  .associate{
      padding:60px 0;
  }
  .associate p{
      text-align:center;
  }
  .associate p b{
          color: #000;
    font-weight: 500;
  }
  .associate img{
      width:50%;
      margin-left:25%;
  }
  .associate h4{
          position: relative;
    display: block;
    padding-top: 30px;
        text-align: center;
            font-size: 18px;
    font-weight: 500;font-family: 'Poppins';    height: 70px;    color: #000;
  }
  .breadcrumb{
      display:none;
  }
  @media screen and (max-width:767px){
      #popupBox{
          width:90%;
      }
        .associate{
      padding:30px 0;
  }
  .event22{
      padding:40px 0;
  }
  .associate h4{
         height: auto;
  }
  }
  
  
  
  
  
  .faq .card {
  border-bottom: 2px solid #eac868 !important;
  margin-bottom: 20px;
  box-shadow: 0 19px 38px rgb(0 0 0 / 7%), 0 15px 12px rgb(0 0 0 / 4%);
  background: transparent !important;
}

.faq .accordion-title {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 20px;font-family: "Cinzel", serif;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 19px 30px 15px;
  padding-right: 30px;
  padding-right: 50px;
  border-bottom: 1px solid #eac868 !important;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 25px;
}

.faq .accordion-body {
  padding: 40px 55px;
  padding: 25px 30px 10px;
  border-top: none;
  margin-top: -2px;
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq h3{
        font-size: 20px;
    font-weight: 600;
}
.faq [aria-expanded="true"] i::before {
  content: "";
}
.faq .accordion-title i{
  float: right;
}
.faq hr{
    margin:50px 0 40px;
}

.faq{
  padding: 60px 0 50px;
}
.faq ul li{
        font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5E6770;
    margin-bottom: 10px;
    text-align: justify;
    margin-top: 0;
    
    margin-bottom: 5px;
}
.faq .accordion-body ul{
    margin-left: 15px;
}

.faq .accordion-title{
        white-space: wrap;
}
.policyss  ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #5E6770;
    margin-bottom: 10px;
    text-align: justify;
    margin-top: 0;
    margin-left:15px;
}
.policyss  ul{
        margin-left: 15px;
}
.signhup{
        padding: 5px 20px;
    background: #000;
    color: #fff !important;
    margin-left: 10px;
    border-radius: 5px;
}

.awardssection{
    padding:60px 0;background: #fffbe5;
}
.offer-highlights {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  font-family: 'Segoe UI', sans-serif;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.offer-highlights p {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color:#fff;
}

.offer-highlights p strong {
  color: #cdaf5b /* gold highlight for rewards */
}

.offer-highlights ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.offer-highlights ul li {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 12px;
  border-left: 4px solid #cdaf5b;
  margin-bottom: 8px;
  font-weight: 500;
}

.awardssection .section-title{
    text-align:center;
}

@media screen and (max-width:767px){
    .faq h3 {
    font-size: 18px;
    font-weight: 600;
}
.faq .accordion-title{
    font-size: 18px;
}.faq hr {
    margin: 30px 0 28px;
}
.faq {
    padding: 40px 0 8px;
}
.mtmtmt{
    margin-top:30px;
}
.highlights li h4{
	font-size: 16px;
}
.process-img-sec figure{
	width: 50px;
	height: 50px;
}.highlights li {
 
  min-height: 40px;
}
#popupBox .buttondesign-btn{
    display:block;
}
}