body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #222;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 14px;
}

html{
	scroll-behavior: smooth;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: "Oswald", sans-serif;
}
.font-primary{
	font-family: "Oswald", sans-serif;
}
.font-secondary{
	font-family: "Montserrat", sans-serif;
}

section{
	background-color: #f4f4f4;
	padding: 60px 0;
	margin: 0px;
}

.spacer{
	margin: 60px 0px 0 0;
	display: block;
}

.color {
    color: #216d00 !important;
}

.bg-color{
	background-color: #216d00 !important;
}

.color2{
	color: #d8b763;
}

.bg-color2{
	background-color: #d8b763;
}

.b-radius-0{
	border-radius: 0px !important;
}

iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.b-radius-5{
	border-radius: 5px !important;
}

.b-radius-10{
	border-radius: 10px !important;
}


.navbar {
	color: #fff;
	transition: all 0.4s;
	background-color: rgba(0, 0, 0, 0);
}

.navbar-brand img{
	width: 150px;
	position: relative;
	z-index: 3;
}

.navbar-brand:before {
    position: absolute;
    top: 0;
    margin-right: -250px;
    right: 100%;
    height: 100%;
    width: 1000%;
    background-color: transparent;
    content: "";
    transform: skew(0deg);
    z-index: 0;
}

.navbar-nav .nav-link{
  padding: 8px 15px 8px !important;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer; 
  font-weight: 500;
  font-size: 14px;
  margin: 0px 5px;
  transition:all 0.5s ease 0s;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
  border-radius: 10px;
  color: #ffffff !important;
  border: 1px solid #fff;
  background-color: #d8b763;
}

.navbar-nav .nav-link.active {
  padding: 8px 20px 8px;
  border-radius: 10px;
  color: #fff !important;
  background-color: #d8b763;
  border: 1px solid #fff;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em; 
	vertical-align: middle; 
	background-image: var(--bs-navbar-toggler-icon-bg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
	padding: 5px 10px; 
	border-radius: 2px; 
}

.swiper{
	width: 100%;
	position: relative;
	height: 620px;
	z-index: 2;
	margin-bottom: 0px;
}

.theme-color::before {
	position: absolute;
	left: -2px;
	top: -5px;
	content: "";
	height: 101%;
	background-color: rgba(0, 0, 0, 0.0);
	border-radius: 0px 0% 0% 0;
	width: 47%;
	z-index: 2;
	border: 1px solid none;
}

.banner-form { 
	padding: 30px;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 0px;
	border-left: 1px solid #fff;
}

.bg-white-opacity{
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 0 0;
}

.bg-color-opacity{
	background-color: rgba(1, 39, 86, 0.6);
	border-radius: 0;
}

.bg-dark-opacity{
	background-color: rgba(0, 0, 0, 0.8);
}

.card-shadow {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, 
				rgba(17, 17, 26, 0.1) 0px 8px 24px, 
				rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.overlay-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0, 0.7903536414565826) 10%, rgba(0, 0, 0, 0) 69%);
	display: flex;
	justify-content: center;
	align-items: center; 
}

.green_gradient{
	background-color: #d8b763;

}

.card-bg{
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 0px;
}

.w-60 {
    width: 60% !important;
}

.text-effect{
    color:#d3b574;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.banner-txt{
	padding-top: 70px;
}

.first-btn { 
	display: inline-block; 
	background-color:#d8b763; 
	margin-bottom: 10px; 
	box-sizing: border-box; 
	color: #fff;  
	border: 1px solid #fff;
	font-size: 15px; 
	font-weight:700; 
	font-size: 18px; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	transition: all .3s; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 10px; 
}

.button { 
	font-size: 16px; 
	font-weight: 700; 
	text-decoration: none; 
	color: #fff; 
	background-color: #d8b763; 
	padding: 10px 30px; 
	display: inline-block; 
	margin: auto; 
	border: 1px solid #fff;
	border-radius:10px; 
	transition: all .3s ease; 
}

.butn{ 
	margin-right: 0px; 
	padding: 8px 20px !important; 
	background-color: #d8b763; 
	color: #fff !important; 
	transition: all .3s ease; 
	border: 1px solid #fff;
	font-weight: 600;
	border-radius: 10px; 
}

.first-btn:hover, .button:hover, .butn:hover { 
	background-color: #216d00;
	color: #fff;
	border: 1px solid #fff;
	transform: translateY(-2px);
}

.contact-form .form-control{ 
	margin-bottom: 20px; 
}

/* Form */
.form-control { 
	display: block; 
	width: 100%;
	height: 40px;
	padding: 10px 15px ; 
	font-size: 16px; 
	font-weight: 500; 
	line-height: 22px;
	color: #222222; 
	background-color: rgba(255, 255, 255, 1); 
	background-clip: padding-box;
	border: 0;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
	color: #222222; 
	background-color: rgba(255, 255, 255, 1); 
	border-color: #fff; 
	outline: 0; 
	box-shadow: none; 
}

.form-control::input-placeholder { 
	color: #aaa;
	font-weight: 300; 
	opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
	color: #aaa; 
	font-weight: 300;
}

.form-control::-ms-input-placeholder { 
	color: #aaa; 
	font-weight: 300;
}

.input-group>.selectBox {
    position: relative;
    flex: 1 1 auto !important;
    width: 74% !important;
    border: 0px;
	background-color: #f8f8f8; 
    border-bottom: 1px solid #999;
    border-radius: 0px 5px 5px 0px !important;
}

.selectBox{
  height: 40px;
  width:100%;
  padding: 8px 15px;
  font-size: 16px ;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  border-radius: 5px;
background-color: #f8f8f8; 
  border-bottom: 1px solid #2e5e3c;
  box-sizing: border-box;
  border: none;
  outline: none;
  margin-bottom: 15px;
}

.card.price{
    text-align: center;
    padding: 25px 35px 40px;
    position: relative;
    z-index: 1;
    transition: all .5s ease-out;
}

.card.price::before,
.card.price::after{
    content: "";
    background-color: #216d00;
    height: 100px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.card.price::after{
    background-color: #d3b574;
    height: auto;
    border-radius: 0;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.card.price.title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.card.price p{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
}

.p-50{ 
	padding: 50px; 
}

.owl-carousel .owl-item img { 
	display: block; 
	margin: auto; 
	width: auto; 
	text-align: center; 
}

.border-4 { 
	border: 4px solid; 
}

.image-shadow { 
	box-shadow:  rgba(255, 255, 255, 0.9) 20px 20px;
}

.vertical-middle { 
	z-index: 3; 
	position: relative; 
	display: -ms-flexbox; 
	display: flex; 
	width: 100%; 
	min-height: 100%; 
	justify-content: center; 
	flex-flow: column; 
}

.border-radius-0 {
	border-radius: 0px !important;
}

.plan { 
	position: relative; 
	width: 100%; 
	display: block; 
}

.overlay { 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	height: 100%; 
	width: 100%; 
	opacity: 0; 
	transition: .5s ease; 
	background: linear-gradient(90deg, rgba(0,0,0, 0.7903536414565826) 10%, rgba(0, 0, 0, 0) 69%); 
}

.plan:hover .overlay { 
	opacity: 1; 
}

.img-btn { 
	color: white; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	text-align: center; 
	width: 100%; 
}



.modal-dialog { 
	margin-top:100px !important; 
}

.modal-content {
	border-radius: 0px;
}

.modal-header { 
	background:#000 !important;
	border-radius: 0;
}
.modal-body{ 
	padding:2rem; 
	background:#000 !important; 
	border-radius:0;
}

.modal-header .close { 
	font-size: 30px !important; 
	color: #fff; 
	background-color: transparent !important; 
	margin-right:10px !important; 
	box-shadow: none !important; 
	border: none !important; 
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}

.formblock { 
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}
/*********Tab***********/

.wrapper{
	width: 100%;
	margin: auto;
}

.tab-wrapper{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 100%;
}

.tabs{
	margin: 0;
	padding: 0;
	display: block;
	justify-content: center;
}

.tab-link{
	margin: 0 1%;
	list-style: none;
	display: inline-block;
	padding: 10px 10px;
	color: #000;
	line-height: 20px;
	cursor: pointer;
	font-weight: 700;
	transition: all ease 0.5s;
	border-bottom: solid 3px rgba(255,255,255,0.0);
	letter-spacing: 1px;
}

.tab-link:hover{
	color: #052754;
	border-color: #052754;
}

.tab-link.active{
	color: #052754;
	border-color: #052754;
}

.tab-link:nth-of-type(1).active{
	color: #052754;
	border-color: #052754;
}

.tab-link:nth-of-type(2).active{
	color: #052754;
	border-color: #052754;}

.tab-link:nth-of-type(3).active{
	color: #052754;
	border-color: #052754;
}

.content-wrapper{
	padding: 20px 0px 0px;
}

.tab-content{
	display: none;
	text-align: center;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;}
}
@media screen and (max-width: 990px){
    .serviceBox{
        margin-bottom: 10px;
    }
}

.section-bg	{
	background-image: url(../images/gallery_bg.webp); 
	background-position: center; 
	background-size: cover; 
	width: 100%; 
	height: 250px; 
	background-attachment: fixed;
	background-repeat: no-repeat; 
	position: relative;
}

.gallery-box{
	display: block;
	margin-top: -170px; 
	z-index: 2;
	position: relative;
}


.owl-theme .owl-dots .owl-dot span {
	width: 7px !important;
	height: 7px !important;
    margin: 5px 5px;
    background: #eee;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #216d00 !important;
}

.icon{
	width: 28px;
	height: 28px;
	margin:auto;
	display: flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
}

.icon i{
	transform: rotate(-45deg);
}

.title h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
}
.title h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #216d00;
}
.title h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #216d00;
}

/* Overview */
.box-1{position: relative; width: 90%; padding: 50px;}
.box-2{position: absolute; width: 140%; right: -43%;}

.border_right{
	border-right: 2px solid #fff !important;
}

@media (max-width: 1200px){

	.overview-txt { 
		padding: 0px; 
	}

	.p-50 { 
		padding: 40px; 
	}

	.navbar-brand img { 
		width: 100px; 
	}
	.navbar-brand:before {
	    margin-right: -200px;
	}

	.banner { 
		height: 600px; 
	}

}

@media (max-width: 1024px){

	.banner { 
		height: 550px; 
	} 

	.banner-form { 
		padding: 40px 15px; 
	}

	.col-padding { 
		padding: 50px; 
	}

	.contact-form { 
		margin-bottom: 0px; 
	}
	.navbar-brand:before {
	    margin-right: -180px;
	}

}


@media (max-width: 991.98px){

	.navbar { 
		transition: all 0.4s; 
		background-color: #ffffff; 
	}

	.navbar-nav .nav-link{ 
		font-size: 16px; 
		font-weight: 600; 
		line-height: 16px; 
		color: #333333; 
		margin: 5px 15px; 
		text-shadow: none; 
	}

	.navbar .navbar-brand { 
		color: #216d00; 
	}

	.contact-form { 
		margin-bottom: 0px; 
	}

	.banner { 
		height: 550px; 
		background-position: right center;
	}

	.overlay-banner{
		background: linear-gradient(90deg, rgba(0,0,0, 0.7903536414565826) 10%, rgba(0, 0, 0, 0) 69%);
	}

	.theme-color::before {
		width: 56%;
	}

	.theme-color2::before {
		width: 150%;
	    margin-right: -980px;
	    transform: skew(-30deg);
	    height: 25%;
	}
	

	.banner-text{
		padding: 0px 10px 20;
	}

	.banner-form { 
		padding: 30px 20px;
		border-radius: 0 0 0px 0px;
		border:0;
		border-top: 1px solid #fff;
	}

	.box-1{position: relative; width: 100%; padding: 50px;}

	.box-2 {
	    position: relative;
	    width: 100%;
	    right: 0;
	    left: 0;
	    display: block;
	    margin-top: 20px;
	}

	.col-padding { 
		padding: 50px; 
	}

	.p-50 { 
		padding: 30px 15px; 
	}

	.m-mb { 
		margin-bottom: 20px; 
	}

	.overview {
		display: block; 
		z-index: 2;
		overflow-y: visible;
	}


	.navbar-brand h2{
		color: #ffffff !important;
	}

}

@media (max-width: 767.98px){

	.swiper { 
		height: 700px;
	}

	.m-mb { 
		margin-bottom: 20px; 
	}
	
	.overlay-banner{
		background: linear-gradient(0deg, rgba(0,0,0, 0.7903536414565826) 10%, rgba(0, 0, 0, 0) 69%);
		align-items: end; 
		padding-bottom: 60px;
	}

	.theme-color::before {
		width: 50%;
	}

	.theme-color2::before {
		width: 250%;
	    margin-right: -620px;
	    transform: skew(-30deg);
	    height: 18%;
	}
	.border_right{
		border-right: 2px solid transparent !important;
	}

	.box-1{position: relative; width: 100%; padding: 30px 15px;}

	.box-2 {
	    position: relative;
	    width: 100%;
	    right: 0;
	    left: 0;
	    display: block;
	}

	section{
		padding: 60px 0;
	}

	.spacer{
		margin: 60px 0px 0 0;
		display: block;
	}

	.plan { 
		position: relative; 
		width: 80%;
		margin: auto;
		display: block; 
	}
	
	.navbar-brand:before {
	    margin-right: -150px;
	}

}

@media (max-width: 576.98px){

	.m-mb { 
		margin-bottom: 20px; 
	}
	.border_right{
		border-right: 2px solid transparent !important;
	}

	.banner-txt{
		padding-top: 30px;
	}

	.swiper { 
		height: 700px;
	}
	.overlay-banner{
		background: linear-gradient(0deg, rgba(0,0,0, 0.7903536414565826) 10%, rgba(0, 0, 0, 0) 69%);
		align-items: end;
		padding-bottom: 60px;
	}
	.theme-color::before {
		width: 0%;
	}
	.navbar-brand:before {
	    margin-right: -100px;
	}

	.banner-text{
		padding: 0px 10px 10px;
	}

	.banner-form { 
		padding: 20px 20px 15px;
		border-radius: 0 ;
	}

	.navbar-brand img{ 
		width: 110px; 
	}

	.box-1{position: relative; width: 100%; padding: 30px 15px;}

	.navbar-brand { 
		margin-right: 5px; 
	}

	.owl-dots{ 
		display: none; 
	}

}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
    -ms-box-shadow: 0 0 0 30px white inset !important;
}
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
    -moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
}
input:-ms-autofill{
    -ms-text-fill-color: black !important;
}
input:-moz-autofill{
    -moz-text-fill-color: black !important;
}


.input-group-text {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-right: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    background-color: rgba(255, 255, 255, 1); 
    border-radius: 5px 0px 0px 5px;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 80% !important;
    min-width: 0;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px !important; 

}

.custom-shape-divider-bottom-1711632308 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 9;
}

.custom-shape-divider-bottom-1711632308 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 38px;
}

.custom-shape-divider-bottom-1711632308 .shape-fill {
    fill: #FFFFFF;
}