@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Comfortaa', cursive;
  color:#000;
  font-size: 14px;
  font-weight:400;
  line-height: 22px;
  
}

h1{
	font-family: 'Comfortaa', cursive;
	font-size: 30px;
    font-weight:700;
	color:#000;
	text-align:center;
    padding:0 0 27px 0;
	margin:0 0 30px 0;
	background:url(../images/heading_img.png) bottom center; background-repeat: no-repeat;
}

h2{
   font-size: 25px;
   font-weight: 600;
   color: #000;
   margin-bottom:20px;
}

h3{
  font-size: 24px;
  color: #4a9529;
  font-weight:700;
  margin-bottom:10px;
}

h4{
  font-size:18px;
  color: #111;
  font-weight:700;
  line-height: 24px;
  margin:8px 0;
}

#about h4{
  font-size:18px;
  color: #f86f00;
  font-weight:700;
  line-height: 24px;
  margin:8px 0;
}
.heading{
  font-size:22px;
  color: #a7db39;
  font-weight:700;
  line-height: 24px;
  margin:8px 0;
}




ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

a{
	color:#72b41a;
  -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
  text-decoration: none;
}
a:hover{
  color:#000;
  text-decoration: none;
}

.menubar {
    background-image: linear-gradient(to right, #4a9529 , #72b41a, #4a9529);
	border-top:3px solid #f0ff00;    box-shadow: 0 0 12px #aaa;
}

.banner{margin-top: 71px;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption h1{
  font-family: 'Comfortaa', cursive;
  font-size:30px;
  color:#fff;
  margin-bottom:25px;
  font-weight:500;
}
.carousel-caption h1:before{
    width:0px;
}
.logo img{padding-top:6px;}
.logo img:hover, .logo img:focus{outline:0;}

.title{
  background:#fffc9a;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin:0 0 4px 0;
  padding:6px 2px;
  border:1px solid #f86f00;
}
button:focus{outline:0;}
.colmar{margin-bottom:35px;}

p {
  padding: 0px;
  font-size: 14px;
}

/*----======== footer ======---*/

footer{
	background:url(../images/green_pattern.jpg);
	background-repeat:repeat;
	padding:40px 0;
	color:#fff;
	z-index:33;
}

footer a{
	color:#72b41a;
}
footer a:hover{
  color:#fff;
  text-decoration: none;
}
footer .colmar{ margin-bottom: 0;}

footer h2{
	font-size:18px;
	font-weight:500;
	color:#fff;
	margin:15px 0 20px 0;
}
footer h2:before {
    content: '';
    position: absolute;
    float: left;
    width:30px;
    height:4px;
    background: #ffde00;
    margin: 25px 0 0 0;
}

footer p{
	font-size:13px;
	font-weight:400;
	color:#fff;
}

footer ul li {margin:0 0 8px 0;font-size:13px;color:#fff;}
footer ul li span{display: table-cell;}

footer ul li a{
	font-size:13px;
	font-weight:400;
	color:#fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer ul li a i{color:#ffde00;}
footer ul li a:hover, footer ul li a:focus{	color:#ffde00!important;}
.get_in_touch i{background:#4b4b4b; width:30px;height:30px;text-align:center;line-height:30px;font-size:14px;color:#fff;margin-right:10px;}
.get_in_touch i:hover{color:#fff;background:#ffde00;}
.copyright{
	background:#136411;
	padding: 16px 0 0 0;
	color:#71a557;
	font-size:12px;
	text-align:center;
}
.copyright{padding:7px 0;}
.foot_address i{color:#ffde00; padding-right: 10px;
    display: table-cell;}


label { color: #444;}
.nopad{padding:0;}

.address_sec {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
	font-size: 14px;
}
.address_sec a{color:#fff!important;}
.address_sec a:hover{color:#72b41a!important;}
.section{margin:30px 0;display:table;width:100%;}
.btn_red i{font-size:18px;}
.btn:focus {outline: 0;box-shadow:none;}

/*-----------Button Style-----------*/

.btn2, input[type="submit"] {
    border: 1px solid #fff;
   background-color: #FFD400;
    color: #000;
    padding:8px 16px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-transform: capitalize;
}

.btn2, input.btn2 {
    background-image: linear-gradient(to right, #f86f00 , #f86f00);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn2:hover, input.btn2:hover{
    background-size: 100% 100%;
    color: #fff;
}





.btn_green, input[type="submit"] {
    border: 1px solid #4a9529;
    background:#4a9529;
    color: #fff;
    padding:8px 16px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-transform: capitalize;
}

.btn_green, input.btn_green {
    background-image: linear-gradient(to right, #f86f00 , #f86f00);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn_green:hover, input.btn_green:hover{
    background-size: 100% 100%;
    color: #fff;
}
/*-----------Button Style-----------*/



input.btn_red {
    background: #5c0000;
    padding: 20px 20px;
    text-transform: uppercase;
   color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    -moz-user-select: none;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
	border-radius:10px 0!important;
	height: 45px;
}

input.btn_red:hover {
    background: #dfa157!important;
}


.faicon .btn {padding: 0;}
.top {
    background: #fff;
	padding: 0 0 6px 0;
border-top:3px solid #ff0000;
}

.top_icon span{float:left;font-size:16px;color:#3c3c3c; margin:0 0 0 20px;}
.top_icon i{font-size:16px;color:#3c3c3c;}
.top_icon i:hover{color:#91de04;}
.top_icon{margin:20px 14px 0 0;}
	
.faicon .dropdown-toggle::after {display:none;}
#fadecarousel{margin-bottom:25px;}
.carousel-caption h1{background:transparent;color: #fff; font-size:44px;font-weight:600;margin-bottom:15px; text-align:left;padding:0;}
.carousel-caption h2{color: #fff; font-size:30px;font-weight:600;margin-bottom:15px; }
.carousel-caption p{color: #FFF; font-size:18px;font-weight:600;}
.carousel-caption{	
	top:20%;
	width: 40%;
	left:7%;
	color:#fff;
	text-align:left;
}
.carousel-caption.cap-right{	
	top:20%;
	width: 80%;
	right:7%;
	color:#fff;
	text-align:left;
}


.carousel-caption.blk h1, .carousel-caption.blk p{
	color:#000;
}

.carousel-caption.text-left h1{color:#333;text-align:left;}
.carousel-caption.text-left h2{margin-bottom:15px; }

.padd_left_right{padding:0 5px;}


.carousel-indicators [data-bs-target] {height: 6px;}
.carousel-indicators li {background-color: #ff5400;    width: 30px;    height: 10px;}
.carousel-indicators {bottom: -10px;}
.blockquote-footer{color:#5c0000;font-weight:600;}
.bannerarro {
    background: #ff5400;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
}

.img_border{border-radius:10px;padding:4px;box-shadow:0 0 12px #aaa;}
.menu i{color:#ff5400;}
.orange{color:#ff5400;}
p.txt1{font-size:18px;}
.lightbg{background:#f9edd8;padding:30px 0;}
/* Shine effect */

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.shine figure {
	position: relative;
}
.shine figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Shine effect end*/


/* images hover start*/

.shine img{
   margin-bottom:10px;
}

.shine:hover .img_hover img, .item:hover .img_hover img{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

.img_hover{
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.img_hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
}
.whitebox {
    background: #fff;
    padding: 30px;
    margin: 25px 0;
    box-shadow: 0 0 10px #999;
    border-radius: 6px;
	z-index:1;
	position: inherit;
}

.pagebgimage h1{color:#fff;z-index:1;position: inherit;}
.pagebgimage_content{
	padding:50px 0;
}

.modal-body {padding: 2rem;}
.card-body {padding: 0;}
.card-body-content {padding:0 15px 10px 15px;height:130px;}
.card{box-shadow:0 0 12px #aaa;}
.terms p{margin-bottom:30px;}

.bluebg {
    background: #edf0ff;
    padding: 30px 0;
}

.pulseit{
	-webkit-animation: pulse linear .5s infinite;
	animation: pulse linear .5s infinite;
}
@-webkit-keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}
@keyframes pulse {
	0% { width:200px; } 
	50% { width:340px; } 
	100% { width:200px; }
}



.video-hading {
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;

}
.video-hading .address_section{margin-bottom:8px;}
.video-hade .videomain {
    margin-bottom: 30px;
}
.video_section {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
	border-radius: 0;
	
}
.videobtn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #350101;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.videobtn:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.videobtn:after {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(255 255 255 / 46%);
    border-radius: 50%;
}
.videobtn i {
    line-height: 70px;
    position: relative;
    z-index: 9;
	color:#5c0000;
}
.video_area p{
	background:#e8ffbc;padding:10px;
}


.card-footer{font-size:16px;font-weight:600;}

.greenbg2{
	background:#e3f2c3;
	padding:30px 0;
	MARGIN:0 0 30px 0;
}
.greenbg{
	background:url(../images/green_pattern.jpg);
	padding:40px 0;
}

.banner_inner {
margin-top:25px;box-shadow:0 0 15px #aaa;
}
.banner_inner h3 {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    color: #5c0000;
    display: table;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
}

.menu{padding:20px 0;}

.card .bg-primary{background:#5c0000!important;}
.border-primary {border-color:transparent!important;}
.card h3 {font-size: 16px;font-weight:700;color: #000!important;margin:10px 0;}
.price {font-size: 18px;font-weight:700;color: #4a9529!important;margin:0 0 10px 0;}
.form-group {
    margin-bottom: 15px;
}
.bg-primary {
    background:#dfa157!important;
}

 ul.tick{
	margin-left:25px;
}
 ul.tick li{
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:13px;
	margin-bottom: 9px;
    background: #eff1cc;
    padding: 5px;
    width: 90%;
	font-weight:600;
}
 ul.tick li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #4a9529;
    font-size: 13px;
    padding: 10px 5px;
    border-radius:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left:-25px;
	background: #eff1cc;
}
ul.tick_colmn {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.photo-img img{border:1px solid #444;}

.item{width:92%;margin:0 auto;}
.gallery img{border-radius: 12px 0;float:left;}
.testimonial .card .fa-3x {
    font-size: 2em;
    background: #ffea00;
    color: #4a9529;
    border:3px solid #fff;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    margin: -25px auto;
    position: relative;
	z-index:999999;
}
.testimonial .card-body {margin: 32px 0 0 0;}
.testimonial .card {margin: 25px 0 0 0;}

.owl-prev, .owl-next{
	color: #72b41a;
    font-size: 30px;
    font-weight: 600;
	display: inline-block;
    margin: 10px;
}
.owl-nav{text-align: center;}
.circle{
    background:#FFF;
    border:2px solid #72b41a;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
	border-radius:50%;
	margin:0 auto 10px auto;
 }
 .whyus h3{
	color:#000;font-size:16px!important;
 }
.interior_area{position:sticky;}
.interior_text{
	background:rgba(0,0,0,.5);
    border:2px solid #72b41a;
	border-radius:10px;
	margin:0 auto; 
	position:absolute;
	padding:30px 50px;
	top:25%;
	left:0;
	right:0;
 }
 .interior_text p{
	 font-family: 'Comfortaa', cursive;
    text-align: center;
	font-size: 25px;
	color:#e6e6e6;
	line-height:35px;
 }
.interior_text p span{
	font-weight: 700;
	color:#fff;
 }
.owl-blog i{font-size: 25px;color:#f86f00;margin:6px 0;}
.contactus{color:#fff;}
.contactuspadd {padding: 20px;}
.icon_circle{
	background:#fff;
    border:2px solid #72b41a;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#4a9529;
	font-size: 17px;
}
.address_sec{margin-top:25px; }
.pagebg1{
	background:url(../images/pagebg1.jpg)0 0; 
	background-repeat: no-repeat;
	    background-size: cover;
}
.pagebg1 .section{margin:0;display:table;width:100%; padding:40px 0;}
.page_title{
	background:#4a9529;
	padding:10px;
	text-align:center;
	font-size: 20px;font-weight:600;color:#fff;margin:0 0 22px 0;
}
.page_title:hover{
	background:#f86f00;color:#fff;
}


.page_txt{font-size: 18px;font-weight:600;}
.listing .price {font-size: 16px;font-weight:600;color: #000!important;text-align:center;margin:0 0 5px 0;}
.listing p {font-size: 18px;font-weight:600;    line-height: 28px;}
.MyChoice p {font-size: 18px;font-weight:600; line-height: 28px;text-align:center;}
.owl-blog .card-body {
    padding: 15px;
}
