

/* Please ❤ this if you like it! */


@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');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	overflow-x: hidden;
    transition: all 200ms linear;
	background: #ffffff;
}
::selection {
	color: #fff;
	background-color: #a88154;
}
::-moz-selection {
	color: #fff;
	background-color: #a88154;
}

.header{
    background-color: #fefffb;
}
/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	/* height: 28px; */
	width: 120px;
	display: block;
  /* filter: brightness(10%); */
	-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: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #bd9a68 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #bd9a68;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.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;
}
h1{
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 700;
	color: #bdce28;
	text-align: center;
}
p{
	/* text-align: center; */
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 700ms;
}
/*body.hero-anime p{*/
/*	opacity: 0;*/
/*	transform: translateY(40px);*/
/*    transition-delay: 1700ms;*/
/*}*/
/*h1 span{*/
/*	display: inline-block;*/
/*    transition: all 300ms linear;*/
/*	opacity: 1;*/
/*	transform: translate(0);*/
/*}*/
/*body.hero-anime h1 span:nth-child(1){*/
/*	opacity: 0;*/
/*	transform: translateY(-20px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(2){*/
/*	opacity: 0;*/
/*	transform: translateY(-30px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(3){*/
/*	opacity: 0;*/
/*	transform: translateY(-50px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(4){*/
/*	opacity: 0;*/
/*	transform: translateY(-10px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(5){*/
/*	opacity: 0;*/
/*	transform: translateY(-50px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(6){*/
/*	opacity: 0;*/
/*	transform: translateY(-20px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(7){*/
/*	opacity: 0;*/
/*	transform: translateY(-40px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(8){*/
/*	opacity: 0;*/
/*	transform: translateY(-10px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(9){*/
/*	opacity: 0;*/
/*	transform: translateY(-30px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(10){*/
/*	opacity: 0;*/
/*	transform: translateY(-20px);*/
/*}*/
/*h1 span:nth-child(1){*/
/*    transition-delay: 1000ms;*/
/*}*/
/*h1 span:nth-child(2){*/
/*    transition-delay: 700ms;*/
/*}*/
/*h1 span:nth-child(3){*/
/*    transition-delay: 900ms;*/
/*}*/
/*h1 span:nth-child(4){*/
/*    transition-delay: 800ms;*/
/*}*/
/*h1 span:nth-child(5){*/
/*    transition-delay: 1000ms;*/
/*}*/
/*h1 span:nth-child(6){*/
/*    transition-delay: 700ms;*/
/*}*/
/*h1 span:nth-child(7){*/
/*    transition-delay: 900ms;*/
/*}*/
/*h1 span:nth-child(8){*/
/*    transition-delay: 800ms;*/
/*}*/
/*h1 span:nth-child(9){*/
/*    transition-delay: 600ms;*/
/*}*/
/*h1 span:nth-child(10){*/
/*    transition-delay: 700ms;*/
/*}*/
/*body.hero-anime h1 span:nth-child(11){*/
/*	opacity: 0;*/
/*	transform: translateY(30px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(12){*/
/*	opacity: 0;*/
/*	transform: translateY(50px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(13){*/
/*	opacity: 0;*/
/*	transform: translateY(20px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(14){*/
/*	opacity: 0;*/
/*	transform: translateY(30px);*/
/*}*/
/*body.hero-anime h1 span:nth-child(15){*/
/*	opacity: 0;*/
/*	transform: translateY(50px);*/
/*}*/
/*h1 span:nth-child(11){*/
/*    transition-delay: 1300ms;*/
/*}*/
/*h1 span:nth-child(12){*/
/*    transition-delay: 1500ms;*/
/*}*/
/*h1 span:nth-child(13){*/
/*    transition-delay: 1400ms;*/
/*}*/
/*h1 span:nth-child(14){*/
/*    transition-delay: 1200ms;*/
/*}*/
/*h1 span:nth-child(15){*/
/*    transition-delay: 1450ms;*/
/*}*/
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.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, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 30px;
	}
	.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: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}

}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}


/* scroll bar */
        /* WebKit (Chrome, Safari) */
/* WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #fefffb;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #a88154; /* Set the thumb color to #a88154 */
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    color: #a88154;
}

/* Mozilla (Firefox) */
* {
    scrollbar-width: thin;
    /* width: 5px; */
    scrollbar-color: #a88154 #fefffb; /* Set the thumb color to #a88154 and track color to #fefffb */
}

/* Microsoft (Edge) */
*::-ms-scrollbar {
    width: 10px;
}

*::-ms-scrollbar-track {
    background-color: #fefffb;
    border-radius: 10px;
}

*::-ms-scrollbar-thumb {
    background-color: #a88154; /* Set the thumb color to #a88154 */
    border-radius: 10px;
}


/* other */

.btndesign{
	border-radius: 4px;
	border: #a88154 1px solid;
	padding: 5px 10px;
	color: #a88154;
	background: #f9faf1;
	margin-top: 10px;
	transition: all 300ms linear;
	transition-delay: 700ms
}


/* amenties */
/* .site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  .site-heading h2 span {
	color: #00a01d;
  }
  
  .site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
  }
  
  .site-heading h4::before {
	background: #00a01d none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
  }
  
  .site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
  }
  
  .carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #00a01d none repeat scroll 0 0;
	border-color: #00a01d;
  }
  
  .we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #00a01d;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;
  }
  
  .we-offer-area.text-center .item {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	padding: 67px 40px 64px;
  }
  
  .we-offer-area.text-center .item i {
	background: #00a01d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
  }
  
  .we-offer-area.text-center .item i::after {
	border: 2px solid #00a01d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area.item-border-less .item {
	border: medium none;
  }
  
  .we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
  }
  
  .we-offer-area.item-border-less .item .number {
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: #00a01d none repeat scroll 0 0;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
  }
  
  .we-offer-area .item i {
	color: #00a01d;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
  }
  
  .we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
  }
  
  .we-offer-area .item p {
	margin: 0;
  }
  
  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area .item::after {
	background: #00a01d none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
  }
  
  .we-offer-area .item:hover::after {
	left: 0;
  }
  
  .we-offer-area .item:hover i,
  .we-offer-area .item:hover h4,
  .we-offer-area .item:hover p {
	color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i::after {
	border-color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #00a01d !important;
  }
  
  .we-offer-area.text-left .item i {
	background: #00a01d none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
  }
  
  .we-offer-area.text-left .item i::after {
	border: 2px solid #00a01d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
  } */
  .site-heading h2 {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
  }
  
  .site-heading h2 span {
	color:#386c94;
  }
  
  .site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
  }
  
  .site-heading h4::before {
	background: #a88154 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
  }
  
  .site-heading {
	margin-bottom: px;
	overflow: hidden;
	margin-top: -5px;
  }
  
  .carousel-shadow .owl-stage-outer {
	margin: -15px -15px 0;
	padding: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px;
  }
  
  .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
	background: #00a01d none repeat scroll 0 0;
	border-color: #00a01d;
  }
  
  .we-offer-area .item {
	background: #ffffff none repeat scroll 0 0;
	border-left: 2px solid #00a01d;
	-moz-box-shadow: 0 0 10px #cccccc;
	-webkit-box-shadow: 0 0 10px #cccccc;
	-o-box-shadow: 0 0 10px #cccccc;
	box-shadow: 0 0 10px #cccccc;
	overflow: hidden;
	padding: 30px;
	position: relative;
	z-index: 1;

  }
  .tanstionss{
  transition: all 300ms linear;
  transition-delay: 700ms;
  }
  
  .we-offer-area.text-center .item {
	background: #f9faf1 none repeat scroll 0 0;
	border: medium none;
	padding: 67px 40px 64px;
  }
  
  .we-offer-area.text-center .item i {
	background: #a88154 none repeat scroll 0 0;
	/* border: 2px solid #fefffb; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #f9faf1;
	font-size: 40px;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
	width: 80px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	margin-bottom: 25px;
  }
  
  .we-offer-area.text-center .item i::after {
	border: 2px solid #a88154;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 90px;
	left: -5px;
	position: absolute;
	top: -5px;
	width: 90px;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area.item-border-less .item {
	border: medium none;
  }
  
  .we-offer-area .our-offer-items.less-carousel .equal-height {
	margin-bottom: 30px;
  }
  
  .we-offer-area.item-border-less .item .number {
	font-family: "Poppins", sans-serif;
	font-size: 50px;
	font-weight: 900;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 30px;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
  .we-offer-area.center-active .single-item:nth-child(2n) .item {
	background: #000000 none repeat scroll 0 0;
  }
  
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
  .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
  .we-offer-area.center-active .single-item:nth-child(2n) .item i,
  .we-offer-area.center-active .single-item:nth-child(2n) .item p {
	color: #ffffff;
  }
  
  .we-offer-area .item i {
	color: #000000;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 20px;
  }
  
  .we-offer-area .item h4 {
	font-weight: 600;
	text-transform: capitalize;
  }
  
  .we-offer-area .item p {
	margin: 0;
  }
  
  .we-offer-area .item i,
  .we-offer-area .item h4,
  .we-offer-area .item p {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
  }
  
  .we-offer-area .item::after {
	background: #a88154 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;

  }
  
  .we-offer-area .item:hover::after {
	left: 0;
  }
  
  .we-offer-area .item:hover i,
  .we-offer-area .item:hover h4,
  .we-offer-area .item:hover p {
	color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i::after {
	border-color: #ffffff !important;
  }
  
  .we-offer-area.text-center .item:hover i {
	background-color: #ffffff !important;
	color: #a88154 !important;
  }
  
  .we-offer-area.text-left .item i {
	background: #a88154 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #a88154;
	display: inline-block;
	font-size: 60px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 30px;
	position: relative;
	width: 100px;
	z-index: 1;
	text-align: center;
  }
  
  .we-offer-area.text-left .item i::after {
	border: 2px solid #a88154;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 120px;
	left: -10px;
	position: absolute;
	top: -10px;
	width: 120px;
  }
  .brown{
	color:#386c94;
  }

  #gallery {
	padding-top: 40px;
	@media screen and (min-width: 991px) {
	  padding: 60px 30px 0 30px;
	}
  }
  
  .img-wrapper {
	position: relative;
	margin-top: 15px;
	img {
	  width: 100%;
	}
  }
  .img-overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	i {
	  color: #fff;
	  font-size: 3em;
	}
  }
  
  #overlay {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	/* // Removes blue highlight
	-webkit-user-select: none;
	-moz-user-select: none;    
	-ms-user-select: none; 
	user-select: none;  */
	img {
	  margin: 0;
	  width: 80%;
	  height: auto;
	  object-fit: contain;
	  padding: 5%;
	  @media screen and (min-width:768px) {
		  width: 60%;
	  }
	  @media screen and (min-width:1200px) {
		  width: 70%;
	  }
	}
  }
  
  #nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width:768px) {
	  font-size: 3em;
	}
  }
  
  #prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width:768px) {
	  font-size: 3em;
	}
  }
  
  #exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
	&:hover {
	  opacity: 0.7;
	}
	@media screen and (min-width:768px) {
	  font-size: 15em;
	}
  }
  .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
  }
  
  .img-overlay i,
  .img-overlay button {
	color: white;
	font-size: 24px;
	cursor: pointer;
  }
  
  .img-overlay button {
	background: none;
	border: none;
	padding: 10px;
	margin-top: 10px;
	font-size: 16px;
	color: white;
	cursor: pointer;
  }
  
  .img-wrapper:hover .img-overlay {
	opacity: 1;
  }
  #overlay {
    /* ... your existing styles ... */
    position: fixed;
    top: 0;
    right: 0;
}
.display-4 {
	font-weight: 300;
	line-height: 1.2;
  }
  
  @media screen and (max-width: 768px) {
	.display-4 {
	  font-size: 2rem;
	}
  }
  
  @media screen and (min-width: 769px) {
	.display-4 {
	  font-size: 3.5rem;
	}
  }
h4 {
	font-size: 1.5rem;
  }
  
  @media screen and (max-width: 768px) {
	h4 {
		font-size: 1rem;
	}
  }
  
  @media screen and (min-width: 769px) {
	h4 {
		font-size: 1.5rem;
	}
  }
 

/* Styling for the form popup */
#form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Add more styling for your form and buttons as needed */
/* Styling for the form popup */
#form-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}


.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9faf1;
    padding: 20px;
    border: 1px solid #000;
    width: 80%;
    max-width: 500px;
    /* text-align: center; */
}
.form-control{
	color: #a88154;
	background-color: #fefffb;
	border: 1px solid #a88154;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.wpicon {
    position: fixed;
    bottom: 88px;
    right: 20px;
    color: white;
    background-color: rgb(76, 219, 76);
    padding: 7px;
    border-radius: 5px;
    font-size: 32px;
}
.whatsapp{
    position: fixed;
    bottom: 100px;
    right: 20px;
    color: white;
    background-color: rgb(76, 219, 76);
    padding: 7px;
    border-radius: 5px;
    font-size: 32px;
  }
  .scroll-to-top {
	position: fixed;
	background-color: #a88154;
	border: 0.5px solid #a88154;
	padding: 8px 12px;
	border-radius: 5px;
	font-weight: 900;
	bottom: 45px;
	right: 20px;
	color: #f9faf1 !important;
	font-size: 24px;
	z-index: 55;
}
.wp {
	position: fixed;
	bottom: 100px;
	right: 20px;
	color: white;
	background-color: rgb(76, 219, 76);
	padding: 7px;
	border-radius: 5px;
	font-size: 32px;
	z-index: 5;
  }
.pointer:hover{
    cursor:pointer;
}

.faq {
    padding: 90px 0 90px;
    background: #f9faf1;
    /* min-height: 100vh; */
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 30px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header button {
    color: #a88154;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 32px;
    height: 80px;
    display: block;
    width: 100%;
    color: #a88154;
    text-align: left;
    background: #fefffb;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
    word-wrap: break-word;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #a88154;
    text-align: center;
    border: 1px solid #a88154;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fefffb;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #a88154;
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-color: #a88154;

}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: #000000;
    line-height: 30px;
	background-color: #fefffb;
}
.my-btn{
	display:block;
	margin: auto;
}

.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
  }
  
  .portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	background: #a88154;
	border-radius: 50px;
	padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #fefffb;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover,
  .portfolio #portfolio-flters li.filter-active {
	color: #f9faf1;
  }
  
  .portfolio #portfolio-flters li:last-child {
	margin-right: 0;
  }
  
  .portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(69, 80, 91, 0.8);
  }
  
  .portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid #d7dce1;
	border-left: 3px solid #d7dce1;
	transition: all 0.5s ease 0s;
	z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid #d7dce1;
	border-right: 3px solid #d7dce1;
	transition: all 0.5s ease 0s;
	z-index: 9994;
  }
  
  .portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #45505b;
	font-weight: 600;
  }
  
  .portfolio .portfolio-wrap .portfolio-info p {
	color: #45505b;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
  }
  
  .portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a {
	color: #45505b;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	transition: 0.3s;
  }
  
  .portfolio .portfolio-wrap .portfolio-links a:hover {
	color: #148af9;
  }
  
  .portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px;
  }
  
  .portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px;
  }
  
  /*--------------------------------------------------------------
  # Portfolio Details
  --------------------------------------------------------------*/
  .portfolio-details {
	padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
	width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #0563bb;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0563bb;
  }
  
  .portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
	padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
	padding: 0;
  }
  
        .modal-content img {
      width: 100%;
      height: auto;
    }


    /* Custom class to make the modal wider on larger screens */
    @media (min-width: 992px) {
      .modal-lg {
        max-width: 80%;
      }
    }
    .modal-header {
      border-bottom:1px solid #a88154;
    }
    .modal-content{
        background-color: #f9faf1;
    }
    
    

.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #f9faf1;
      border: 2px solid #a88154;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #a88154;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }
	.owl-theme .owl-dots .owl-dot.active span{
		background: #f8f9f1;
	  }
    h5 {
      color: #a88154;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #a88154;
      }
    }

    p {
      font-size: 18px;
      color: #000000;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h3 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next, &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}

#blog .blognametextedit{
	color: #a88154 !important;
}
.size20{
	font-size: 20px;
}
.cardbodycolor{
	background-color:#f9faf1;
}
