* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}
a{color:#BA9267;}
a:hover{color:#000;}
ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	/*font-family: Poppins;*/
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

.custom-container {
	padding: 0px 40px !important;
}


/*=======butn=================*/
/*============================*/

.cumn-butn-body {
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	border-radius: 30px;
	padding: 15px 35px;
	transition: 0.5s;
	margin: 0px;
}

.grn-butn {
	background: #98B189;
	color: #000000;
}


.grn-butn:hover {
	background: #BAB86C;
	color: #FFFFFF;
}


.white-butn {
	background: #EDE9D0;
	color: #000000;
}

.white-butn:hover {
	background: #BAB86C;
	color: #FFFFFF;
}


.about-section-left a.cumn-butn-body.grn-butn {
    margin: 20px  0px 0px;
    float: left;
    padding: 15px 25px;
}

/*============================*/
/*=======butn=================*/

/*============================*/
/*=======header===============*/

.main-nav-socialicon {
	margin: 10px 0px;
	padding: 0px 0px;

}

.logo {
	width: auto;
	margin: 0px;
	padding: 2% 12% 0% 0%;
}

.logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.main-nav.scroll .logo {
	width: 100%;
	margin: 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 20px 0px;
	width: 100%;
	height: auto;
	background: transparent;
	transition: all 0.1s ease 0s;
	overflow: hidden;
}

.main-nav.scroll {
	background-color: #fff;
	height: auto;
	padding: 15px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99;
}

.header-info-section {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 0px;
	margin: 0px;
	gap: 30px;
}

.header-info-section p {
	display: flex;
	gap: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
	justify-content: space-between;
	align-items: center;
}


.header-info-section p a {
	color: #000;
}

.header-info-section p a:hover {
	color: #BAB86C;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
	padding: 18px 0px 0px;
	gap: 11px;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.stellarnav > ul > li > a {
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: right;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #BA9267;
}

.stellarnav>ul>li>a.active {
	color: #BA9267 !important;
	font-weight: 700;
}


.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 0px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 15px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fdedf0;
	color: #CE4A64;
}

.main-nav .stellarnav li li a.active {
	background: #fdedf0;
	color: #CE4A64;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}


a.banner-butn {
	background: #BAB86C;
	color: #000;
	padding: 4px 6px;
	border-radius: 70px;
	cursor: pointer;
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-transform: uppercase;
	width: 35%;
}


a.banner-butn:hover {
	background: #000;
	color: #fff;
}

a.banner-butn span {
	margin-right: 6px;
}

.banner-butn span img {
	width: 40px;
	height: 40px;
}


/*============================*/
/*=======header===============*/


/*============================*/
/*=======banners==============*/
/*============================*/


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #171B1561;
	overflow: hidden;
	background-size: 100%;
}

.banner-section .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannercarousel-text-section {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0px;
	bottom: 20%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}

.bannercarousel-text-section h1 {

	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.banner-section .owl-dots {
	position: absolute;
	bottom: 85px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.banner-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #E9E9E9 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span {
	background: #F0E9B9 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.banner-section .owl-nav {
	display: none;
}

/*============================*/
/*=======banners==============*/
/*============================*/


/*============================*/
/*======appo-section==========*/
/*============================*/

.appo-section {
	padding: 0px;
	margin: 0px;
}

.appo-section-inner {
	background: #fff;
	padding: 30px 40px;
	height: auto;
	margin-top: -40px;
	z-index: 9;
	position: relative;
	border-radius: 30px 30px 0px 0px;
/* Top, Left, and Right Shadows (NO BOTTOM) */
            box-shadow:
                -10px -5px 25px rgba(0, 0, 0, 0.1),  /* Left shadow */
                10px -5px 25px rgba(0, 0, 0, 0.1),   /* Right shadow */
                0 -10px 30px rgba(0, 0, 0, 0.15);    /* Stronger top shadow */
	overflow: hidden;
}

.app-box {
	background: #F3F0E0;
	border-radius: 30px;
	padding: 30px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.app-box-text {
	width: 50%;
}


.app-box:hover .app-box-icon {
	filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%);
	transition: filter 0.3s ease;
}


.app-box-text h4 {


	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}


.app-box:hover {
	background: #BAB86C;
}


.app-box:hover h4 {
	color: #fff;
}


/*============================*/
/*======appo-section==========*/
/*============================*/


/*============================*/
/*======about-section=========*/
/*============================*/

.about-section {

  padding: 0px;
  margin: 0px;
  background: url(../images/about-bg.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 100%;
  position: relative;	
	
	
	
}

.about-section-left-header {
	width: 751px;
	z-index: 9;
	position: relative;
}

.about-section h2 {

	font-weight: 500;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.about-section h2 span {
	font-weight: 600;
}


.about-section p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;

}


.about-section-left {
	padding: 60px 0px;
}

.about-right-text {
	width: 19%;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 70px;
}

.about-right-text p {
	padding: 0px;
	margin: 0px;
}


.about-right-text span:hover {
	padding-left: 2px;
	transition: all 300ms ease-in-out;
}


.about-section .cumn-butn-body.wht-butn {
	float: left;
	margin: 10px 0px 0px;
}


.about-section-right {
	padding: 50px 0% 100px 5%;
	margin: 0px;
	position: relative;
}

.about-section-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*============================*/
/*======about-section=========*/
/*============================*/


/*============================*/
/*======services-section======*/
/*============================*/


.services-section {
	background: #F6EAE2;
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
}


.services-section h2 {

	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom:30px;
}


.services-section-inner {
	margin: 60px 0px;
	padding: 0px;
}

.services-box {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0px 30px 30px 0px #F2DCC44D;
	padding: 30px 30px;
	margin: 0px;
}


.services-box-top {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.services-box-top-img {
	width: 250px;
	height: 150px;
	background-color: #ccc;
	border-radius: 25px;
	overflow: hidden;
}

.services-box-top-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
}


.services-box-top-text {
	padding: 0px;
	margin: 0px;
}


.services-box-top-text h3 {

	font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #252525;
	padding: 0px;
	margin: 0px;
}

.services-box-butm {
	padding: 0px;
	margin: 20px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.services-box-butm-text {
	width: 90%;
}

.services-box-butm p {
	width: 90%;

	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #434343;
	padding: 0px;
	margin: 0px;
}


.services-box-butm-icon {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	width: 15%;
}


.services-box:hover {
	background-color: #98B189;
	color: #434343;
}

.services-box:hover .services-box-butm-icon {
	filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%);
	transition: filter 0.3s ease;
}


/* .services-section .owl-carousel .owl-nav {
	display: none;
	position: absolute;
	bottom: 186px;
	width: 125px;
	left: 13%;
	z-index: 99;
}

.services-section .owl-nav .owl-prev {
	width: 35px;
	border: #716c6c 0px solid !important;
	height: 35px;
	border-radius: 50px;
}

.services-section .owl-nav .owl-next {
	width: 35px;
	border: #716c6c 0px solid !important;
	height: 35px;
	left: 65px;
	position: absolute;
}

.services-section .owl-dots {
	counter-reset: slides-num;
	position: absolute;
	bottom: -72px;
	left: 5%;
	transform: translate(-50%);
	margin-top: 0px;
}

.services-section .owl-dots::after {
	content: counter(slides-num);
	display: inline-block;
	font-size: 14x;
	font-weight: 400; 
	vertical-align: middle;
}

.services-section .owl-dot.active::before {
	content: counter(slides-num) " / ";
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	font-weight: 400;
	position: absolute;
	left: -47px;
	top: -14px;
	color: #252525;
} */


.services-section-inner .owl-dots {
	position: absolute;
	bottom: -60px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.services-section-inner .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #A6A6A6 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.services-section-inner .owl-dots .owl-dot.active span,
.services-section-inner .owl-dots .owl-dot:hover span {
	background: #BAB86C !important;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	outline: 2px solid #AEAC4A;
}

.services-section-inner .owl-nav {
	display: none;
}


/*============================*/
/*======services-section======*/
/*============================*/


/*============================*/
/*======client-section======*/
/*============================*/


.client-say-section {

  padding: 60px 0px;
  margin: 0px;
  background: url(../images/client-bg.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
  overflow: hidden;	
	
}


.client-say-section h2 {

	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
}


.client-say-section-inner {
	margin: 60px 0px;
	padding: 0px;
}


.client-section-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	height: 270px;
	box-shadow: 0px 4px 10px 0px #0000000F;
	border: 1px solid #0000002b;
}

.client-info {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 0px;
}

.googleicon {
	position: absolute;
	background: #fff;
	padding: 2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	bottom: -6px;
	left: 40px;
}


.client-info-img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 100%;

}

.client-info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.reating {
	margin: 15px 0px 10px;
	font-size: 14px;
	color: #FBC02D;
}

.reating i {
	margin-right: 4px;
}


.client-info-text h4 {

	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;


	color: #98B189;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


.client-info-text h5 {

	font-weight: 500;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0%;


	color: #757575;
	padding: 0px;
	margin: 0px;
}

.client-text p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;


	color: #3A3A3A;
	padding: 0px;
	margin: 0px;
}


.client-say-section-inner .owl-dots {
	position: absolute;
	bottom: -60px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}


.client-say-section-inner .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #A6A6A6 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.client-say-section-inner .owl-dots .owl-dot.active span,
.client-say-section-inner .owl-dots .owl-dot:hover span {
	background: #BAB86C !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.client-say-section-inner .owl-nav {
	display: none;
}

/*============================*/
/*======client-section======*/
/*============================*/


/*============================*/
/*======Drop sms -section=====*/
/*============================*/


.drop-sms-section {
	padding: 0px;
	margin: 0px;
	height: 800px;
	overflow: hidden;
}


.drop-sms-section-left {
	padding: 0px;
	margin: 0px;
}


.drop-sms-section-left img {
	width: 100%;
	height: 800px;
	object-fit: cover;
}

.drop-sms-section-right {
	padding: 70px 25px;
	margin: 0px;
	background: url(../images/msg-right.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 800px;
	position: relative;
}


.drop-sms-section-right h2 {

	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -2px;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 60px 0px;
	width: 100%;
}


.frm-section-inner form {
	padding: 0px;
	margin: 20px 0px 0px;
}

.frm-section-inner .form-control::placeholder {
	color: #EAEAEA;
	opacity: 1;
}


.frm-section-inner .form-row .form-control {
	background: transparent;
	border-radius: 0px;
	opacity: 1;
	padding: 12px 10px;

	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #EAEAEA;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

textarea.form-control {
	min-height: calc(2.5em + (5.75rem + 2px));
}


.frm-section-inner .cumn-butn-body.white-butn {
	margin: 20px 0px 0px 0px;
	border: none;
}


/*============================*/
/*======Drop sms -section=====*/
/*============================*/


/*============================*/
/*=====footer-section=====*/
/*============================*/

.footer {
	background-color: #FFFFFF;
}


.footer-top {
	padding: 50px 0px;
	margin: 0px;
	overflow: hidden;

}

.footer-butn {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.footer-butn a.banner-butn {
	background: #BAB86C;
	color: #000;
	padding: 6px 8px;
	border-radius: 70px;
	cursor: pointer;

	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-transform: uppercase;
	width: 60%;
	display: block;
}


.footer-butn a.banner-butn:hover {
	background: #000;
	color: #fff;
}


.footer-info {
	display: flex;
	justify-content: start;
	align-content: center;
	gap: 10px;
	padding: 0px;
	margin: 0px;
}


.footer-info p {
	display: flex;
	gap: 6px;

	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px;
	justify-content: space-between;
	align-items: center;
}


.footer-info p a {
	color: #000;
}

.footer-info p a:hover {
	color: #BAB86C;
}


.footer-logo {
	margin: 0px auto;
	text-align: center;
	width: 250px;
}


.footer-logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.footer-manu-butm {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 4px;
}


.footer-manu-butm ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-manu-butm ul li a {

	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0%;
	text-align: right;
	color: #3A3A3A;
	padding: 0px;
	margin: 0px 11px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
	font: normal normal normal 15px/1 FontAwesome;
	font-size: 16px;
	content: "-";
	height: auto;
	width: 9px;
	position: absolute;
	margin: 3px 0px 0px 1px;
	color: #3A3A3A;
	font-size: 15px;
	top: 2px;
}


.footer-manu-butm ul li a:hover {
	color: #BAB86C;
}

.footer-manu-butm ul li:last-child a::after {
	display: none;
}


.footer-social-icon {
	margin: 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
}

.footer-social-icon ul li a {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #BAB86C;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.4s ease;
}


.footer-social-icon ul li a:hover {
	border-radius: 0%;
	background: #98B189;
}


.footer-bottom {
	padding: 14px 0px;
	margin: 0px;
	background: #fff;
	border-top: 1px solid #C0C0C0;
	overflow: hidden;
}


.footer-bottom p {

	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #3A3A3A;


}


.footer-bottom p a {
	color: #6A7A5F;
}

.footer-bottom p a:hover {
	color: #3A3A3A;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/*============================*/
/*=====footer-section=====*/
/*============================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #98B189;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #98B189;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {

	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.cmn-section {
	padding: 50px 0px;
	margin: 0px;
	background: #fff
}


/*================================================
services css
=================================================*/

.services-top-section-img {
	margin: 0px;
	padding: 0px;
}

.services-top-section-img {
	width: 100%;
	height: auto;
	border-radius: 25px;
	overflow: hidden;
}

.services-top-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.services-top-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.services-top-section-text {
	padding: 0% 0% 0% 5%;
	margin: 0px;
}

.services-top-section-text h2 {

	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.services-top-section-text p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.content-full-wid {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.content-full-wid h2 {

	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.content-full-wid p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


/*================================================
services css
=================================================*/


/*================================================
Insurances css
=================================================*/


.insurances-section-top {
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.insurances-section-top h2 {

	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.insurances-section-top p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.insurances-section-mid {
	padding: 0px;
	margin: 0px 0px 60px 0px;
}


.insurances-section-mid-text {
	padding: 0% 5% 0% 0%;
	margin: 0px;
}

.insurances-section-mid-text h3 {

	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.insurances-section-mid-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.insurances-section-mid-img {
	width: 100%;
	height: auto;
	border-radius: 25px;
	overflow: hidden;
}


.insurances-section-mid-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.insurances-section-mid-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.insurances-section-mid-text-full {
	margin: 30px 0px 0px 0px;
}


.insurances-section-mid-text-full p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px;
}


.insurances-section-butm {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.insurances-section-butm-img {
	width: 100%;
	height: auto;
	border-radius: 25px;
	overflow: hidden;
}

.insurances-section-butm-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.insurances-section-butm-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.insurances-section-butm-text {
	padding: 0% 0% 0% 5%;
	margin: 0px;
}


.insurances-section-butm-text p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.insurances-section-butm-text-full {
	text-align: center;
}


.insurances-section-butm-text-full p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px;
}

/*================================================
Insurances css
=================================================*/


/*================================================
contact css
=================================================*/

.contact-section {
	background: #EFF4ED;
}


.contact-header {
	text-align: center;
	padding: 0% 5%;
}


.contact-header h2 {

	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.contact-header p {

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #2C2C2C;
	padding: 0px;
	margin: 0px;
}


.contact-section .frm-section-inner {
	padding: 3% 7%;
}

.contact-section .frm-section-inner .form-row .form-control {
	background: #fff;
	border-radius: 0px;
	opacity: 1;
	padding: 12px 10px;

	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #2C2C2C;
	margin: 0px 0px 20px 0px;
	border: 1px solid #798473;
	border-radius: 8px;
}

.contact-section .frm-section-inner .form-control::placeholder {
	color: #2C2C2C;
	opacity: 1;
}


.contact-section .cumn-butn-body.red-butn {
	margin: 0px auto;
	display: flex;
	border: none;
	background: #98B189;
	color: #000000;
}

.contact-section .cumn-butn-body.red-butn:hover {
	background: #BAB86C;
	color: #000000;
}

.toplogo_section {
    display: flex;
    gap: 31px;
    margin: 10px 0 57px 0;
}
.logoinn img {
    height: 55px;
    width: 200px;
    object-fit: contain;
}
.service-newsec{     display: flex;
    flex-wrap: wrap;
 }
.service-newbox{background-color: #f9f9f9; /* Light background for service boxes */
    border: 1px solid #ddd; /* Light border */
    width: calc(25% - 0px); /* 5 columns with space between */
    padding:15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s; /* Smooth hover effect */; text-align:center;}
    
.service-newbox:hover{background: #BAB86C; /* transform: scale(1.03); Slightly enlarge on hover */} 

.service-newbox:hover .app-box-icon {
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%);
    transition: filter 0.5s ease;
}
.service-newbox h3 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    height: 53px;
    color: #000000;
    padding: 0px;
    margin: 10px 0px;
}   
.service-newbox:hover h3,.service-newbox p:hover,.service-newbox:hover a{color:#fff;}
.service-newbox a{ color: #000000;}
.plans-sec{padding:40px 0px;}
.plans-sec .col-md-4{padding:0px;}
.price-table {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    margin: 0px;
       transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            background-color: #fff; /* White background for the table */
            padding-bottom:30px;
}
 
    .price-table:hover {
            transform: translateY(-20px); /* Lift effect on hover */
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }
        .price-table h3 {
            margin-bottom: 20px;
            padding: 10px;
            color: #fff; /* Text color for headings */
        }
        
   .price-table h3 span{font-size: 18px;
    display: block;
    color: #000;}       
        
        .price-table h3:nth-child(1) {
            background-color: #98B189; /* For Child */
        }
        .price-table h3:nth-child(2) {
            background-color: #000; /* For Adult */
        }
        .price-table h3:nth-child(3) {
            background-color: #BAB86C; /* PRO */
        }
        .price {
  font-size: 3rem;
    font-weight: bold;
    display: table;
    position: relative;
    margin: 0px auto;
    min-width: 250px;
    padding: 0px;
        }
.price span{ font-size: 20px;
    position: absolute;
    bottom: 30px;
    left: 24px;}        
   .price .text-muted {
 font-size: 16px;
    color: #6c757d !important;
    right: -129px;
    position: absolute;
    top: 31px;
}        
        .features-list {
            list-style: none;
            padding: 0;
                min-height: 162px;
        }
        .features-list li {
            margin: 10px 0;
        }
        .btn {
            margin-top: 20px;
        }
        

.popular.col-md-4{padding:0px;}

body > section.plans-sec > div > div > div:nth-child(2) > div > h3{background:#BAB86C;}

.price-table .btn-primary,.submit-but {

    background: #BAB86C;
    color: #000;
    padding: 7px 31px;
    border-radius: 70px;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    border: none;
}


.price-table .btn-primary:hover,.submit-but:hover {
	background: #000;
	color: #fff; 
	 border: none;
}

.wpcf7-form textarea.form-control{ height: 110px;}

.meet-your-img{border-radius:20px;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.meet-your-img:hover{ transform: scale(1.05); /* Scale the image */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Add shadow */}

 
.meet-your-den h3{    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    color: #BAB86C;}
.meet-your-den h4{    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 3px;
    margin-bottom: 10px;}

.contact-page-section{padding:60px 0px;}


.contact-box {
    background: #BAB86C;
    box-shadow: 0px 0px 40px 0px #BF5CFF0D;
    border-radius: 85px;
    padding: 11px 30px;
    clear: both;
    min-height: 80px;
    margin-bottom: 20px;
        transition: 0.5s;
}

.contact-box-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    padding: 11px;
    background: #ede9d0;
    display: inline-block;
    margin-right: 25px;
    float: left;
}

.contact-box-text {
    padding: 0px;
    margin: 10px 0px 0px;
    float: left;
}

 .contact-box-text h4 a, .contact-box-text h4 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
}
.contact-box:hover,.contact-box:hover h4 a,.contact-box:hover h4{    background: #000;
    color: #fff;}
    
.google-map iframe{
    background: #BAB86C;
    padding: 20px;
    height: 280px;
    width: 100%;
    border-radius: 10px;}    
.view-more-but{  
    background: #98B189;
    color: #FFFFFF;
    padding: 12px 30px;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 30px;
    transition: 0.5s;
    margin: 0px auto;
    display: table;}
.view-more-but:hover{
	background: #BAB86C;
	color: #FFFFFF;
}  
.book-appo-butn{
    background: #BAB86C;
    color: #000;
    margin-top: 20px;
    padding: 15px 35px;
    display: table;
    border-radius: 70px;
    cursor: pointer;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;}
.book-appo-butn:hover{background: #000;
    color: #fff;}  
.single-services .services-top-section li,.page-template-template-about .about-section li { list-style: inside;
    padding-left: 0px;
    line-height: 24px;} 
.service-cont{}
.service-cont li{
    list-style: none !important;
    line-height: 31px !important;
    display: table;}
.page-template-template-about .about-section li{line-height:28px;} 
.page-template-template-about .about-section h3{margin-bottom:10px;} 
.whychooseimage{box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s;
    text-align: center;
    padding: 20px;
    border-radius: 10px;}
    
.open-hour{
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;}
.open-hour span{font-weight:500;}
/*================================================
contact css
=================================================*/