/* Green - #09a753 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

.preloader {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10100;
}
.preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #09a753;
}

.alert {
	position: fixed;
	bottom: 0%;
	right: 6%;
	transform: translate(-0%, -6%);
	z-index: 10050;
}

.navbar-brand .logo-img {
	width: 200px !important;
}

.top_links {
	background-color: #09a753;
	color: #ffffff;
	padding: 3px;
}
.top-menu {
	background-color: rgba(0, 0, 0, 0.2) !important;
	-webkit-backdrop-filter: blur(10px);
  	backdrop-filter: blur(10px);

display: flex;
                justify-content: space-between;
                align-items: center;
}
.top-menu .nav-item {
	padding: 20px 0px;
}
.top-menu .nav-item .nav-link {
  	font-family: "Poppins", serif;
  	font-weight: 400;
  	font-style: normal;
	color: #f2f2f2;
}
.top-menu .nav-item .nav-link span {
	font-size: 18px;
	color: #f2f2f2;
	margin-right: 3px;
}
.top-menu .nav-item:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.affix-nav {
	background-color: #ffffff !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4) !important;
}
.affix-nav .nav-item {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.affix-nav .nav-item .nav-link {
	color: #09a753 !important;
}
.affix-nav .nav-item .nav-link span {
	color: #007e00 !important;
}

.offcanvas .offcanvas-body {
	padding: 0 20px;
}
.offcanvas .offcanvas-body .navbar-nav {
	padding-left: 20px;
	padding-top: 20px;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	font-family: "Poppins", sans-serif;
  	font-weight: bold;
  	font-style: normal;
}
.offcanvas .dropdown-menu {
	background-color: transparent;
	border: 0px;
	margin: 0 25px !important;
}
.offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link {
	color: #09a753;
}

.socialmedia_icons {
	padding-left: 0rem;
	text-align: center;
}
.socialmedia_icons li.sm_icons {
	padding: 20px 0px;
}
.socialmedia_icons li.sm_icons a svg {
	color: #09a753;
	font-size: 24px;
	padding: 10px;
	width: 20px;
	border: 1px solid #ccc;
}
.dropend .dropdown-toggle:hover .dropdown-menu {
	display: block !important;
}

.bg-light-green {
	background-color: rgba(9, 167, 83, 0.2) !important;
	height: 100%;
}


#top_slider {
	position: relative;
}
#top_slider .carousel-inner {
	position: sticky !important;
  	position: -webkit-sticky;
  	top: 0;
}
#top_slider .carousel-indicators button {
	background-color: #999999;
	height: 10px;
	width: 10px;
	border-radius: 100%;
}
#top_slider .carousel-indicators button.active {
	background-color: #09a753;
}

#top_slider .near_by {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px;
}
#top_slider .near_by span {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	padding: 5px;
}
#top_slider .near_by span svg {
	font-size: 48px;
	background-color: #09a753;
	padding: 15px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
#top_slider .near_by p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
#top_slider .near_by h5 {
	font-weight: bold;
	color: #09a753;
	margin-bottom: 0px;
}

.navbar .canvas-btn {
/*	background-color: #ffffff !important;*/
	width: 30px;
	height: 30px;
	padding: 0px;
}


.main_title, .main_title1 {
	font-family: "Poppins", serif;
  	font-weight: 900;
  	font-style: normal;
  	letter-spacing: 3px;
  	text-transform: uppercase;
  	position: relative;
}
.sub_title, .sub_title1 {
	font-family: "Poppins", serif;
	font-size: 20px;
  	font-weight: 500;
  	font-style: normal;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	position: relative;
  	text-align: center;
}
.sub_title:before {
	content: "";
  	display: inline-flex;
  	border: 1px solid #09a753;
  	width: 30px;
  	height: 1px;
  	margin-top: auto;
  	margin-bottom: auto;
}
.sub_title:after {
	content: "";
  	display: inline-flex;
  	border: 1px solid #09a753;
  	width: 30px;
  	height: 1px;
  	margin-top: auto;
  	margin-bottom: auto;
}

.appointment-tab-sec {
	border: 1px solid #cccccc;
}
.appointment-tab-sec .tab-content {
	position: relative;
	overflow: hidden;
}
#appointment-tab li {
	width: 50%;
}
#appointment-tab button {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	border-radius: 0px;
	width: 100%;
	transition: all ease 0.4s;
}
#appointment-tab button.active {
	background-color: #09a753;
/*	background-image: linear-gradient(#ffffff, #09a753, #ffffff);*/
	color: #ffffff;
}

#top_slider .carousel-item .carousel-caption-text {
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	position: absolute;
  	left: 15%;
  	top : 50%;
  	transform: translate(-15%, -50%);
  	width: 37%;
  	z-index: 1;
}
#top_slider .carousel-item .carousel-caption-text .banner_cap:first-letter {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
}
#top_slider .carousel-item {
	position: relative;
}
#top_slider .carousel-item:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


.border-sample{
	z-index: 3 ;
}
.border-sample .border-img{
	position: relative;
	z-index: 2 !important;
}
.border-sample .border-img:after {
	content: "";
	display: block;
	box-shadow: inset 0 0 10px #09a753;
/*	border: 1px solid #09a753;*/
	width: 98%;
	height: 100%;
	position: absolute;
	top: -10%;
	right: 5%;
	z-index: -1;
}
.border-sample .border-content {
	position: relative;
}
.border-sample .border-content p {
	letter-spacing: 1px;
	background-color: #ffffff;
	z-index: 2;
}
.border-sample .border-content:after {
	content: "";
	display: block;
	box-shadow: inset 0 0 10px #09a753;
/*	border: 1px solid #09a753;*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	left: 30%;
	z-index: -1;
}

.Services {
	background-image: url(../img/bg02.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
.div-content {
	position: relative;
	overflow: hidden;
}
.div-content img {
	width: 120px;
	height: auto;
}
.div-content h5 {
	min-height: 80px;
	font-weight: 700;
}
.div-content:after {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #09a753, #ab0307, #09a753, #8ea805);
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 2.5%;
	width: 95%;
	border-radius: 50px;
}
.div-content .icon-img {
	position: relative;
	border: 2px solid #ffffff;
	border-radius: 100%;
	outline: 1px solid #09a753;
	margin-top: 10px;
}
.div-content .icon-img:before {
	content: url(../img/leaf01.png);
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.service_sec_head {
	box-shadow: 0 0 5px #cccccc;
	text-align: center;
	padding: 20px 10px;
	transform: scale(0.95);
	transition: all ease 0.4s;
	cursor: pointer;
}
.service_sec_head:hover {
	transform: scale(0.97);
}
.service_sec_head img {
	border-radius: 100%;
	width: 200px;
	height: auto;
	background-color: rgba(0, 0, 0, 0.05);
	min-height: 173px;
}
.service_sec_head h5 {
	color: #09a753;
	margin-top: 10px;
	min-height: 80px;
}
.service_sec_head a {
	text-decoration: none;
	color: #000000;
}

.service-carousel .owl-nav {
	font-size: 40px;
	position: absolute;
	top: -75px;
	right: 10px;
}
.service-carousel .owl-nav .owl-prev {
	margin-right: 15px;
}

.rating {
	color: #cccccc;
}
.rating .checked {
	color: orange;
}

/*.testimonial-carousel .item {
  	background-position: center;
  	background-repeat: no-repeat;
  	padding: 30px;
  	min-height: 275px;
}
.testimonial-carousel .item:before {
	content: "";
	display: block;
	background-image: url(../img/testimonial.png);
	background-position: center;
	background-size: 7px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: -1;
}
.testimonial-carousel .item p {
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	line-clamp: 3;
  	overflow: hidden;
  	margin-bottom: 0rem;
}
.readmore {
	color: #09a753;
	padding: 5px;
}
.testimonial-carousel .item {
	transform: scale(0.98);
	transition: all ease 0.4s;
}

.testimonial-carousel .item:hover {
	transform: scale(1);
}
.testimonial-carousel .item .testimonial-img {
	border: 1px double #09a753;
	border-radius: 100%;
	padding: 8px 13px;
  	width: 60px;
  	height: 60px;
}
.testimonial-carousel .item .testimonial-img svg {
	font-size: 36px;
	color: #09a753;
}*/

#Testimonial {
	position: relative;
}
#Testimonial .testimonial-carousel .item video {
  	border: 1px solid #cccccc;
  	background-color: #ffffff;
}
#Testimonial .owl-nav {
	position: absolute;
	top: -115px;
	right: 0px;
}
#Testimonial .owl-nav button {
	width: 36px;
	height: 36px;
	/*border: 1px solid #cccccc;
	border-radius: 100%;*/
	text-align: center;
}
#Testimonial .owl-nav button span {
	padding: 7px;
	font-size: 48px;
}
#Testimonial .testimonial-carousel .owl-nav button.owl-prev {}



.contact_section {
	position: relative;
}
.contact_section .Contact_map {
	box-shadow: 0 0 10px #777777;
}
.contact_section .Contact_form {
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 10px #777777;
	width: 30%;
	position: absolute;
	right: 5%;
	top: -5%;
	transform: translate(-5%, 5%);
	color: white;
}

.contact_section .Contact_form:before {
	content: "";
	display: block;
	background-image: url(../img/04.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: -1;
	filter: blur(3px);
  	-webkit-filter: blur(3px);
}

.btn-sample {
	background-color: #019e35;
	border-radius: 0px;
	border: 3px solid #ffffff;
	outline: 1px solid #019e35;
	color: #ffffff;
}

footer {
	padding-top: 3%;
	background-image: url(../img/04.png);
	background-position: top left;
	background-size: 30px;
	background-repeat: repeat;
	background-color: #09a753;
	border-top: 3px solid #ffffff;
	box-shadow: 0 -1px 0 #09a753;
}
footer .footer_menu li {
	list-style: none;
}
footer .footer_menu li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 36px;
}
footer .footer_menu li a p svg {
	background-color: transparent;
	color: #ffffff;
	width: 15px;
	height: 15px;
	padding: 3px 3px 0 0;
}
footer .socialmedia_footer_icons li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}
footer .socialmedia_footer_icons li a svg {
	color: #ffffff;
	width: 20px;
	height: 20px;
	padding: 3px;
}
footer .copyright {
	margin-top: 2%;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.3);
	padding-top: 10px;
}


#About .about_cnt {
	box-shadow: 0 0 10px #cccccc ;
	padding: 20px;
	background-color: #ffffff;
	z-index: 2;
}
#About .about_cnt h5 {
	text-align: center;
  	background-color: #ffffff;
  	width: 53%;
  	margin-left: 25%;
  	margin-top: -25px;
  	box-shadow: 0 0 4px #cccccc;
  	padding: 10px;
}
#About .about_cnt svg {
	font-size: 24px;	
  	background-color: ;
  	color: #09a753;
}
#About .about_cnt span {
	padding: 10px 0;
	font-weight: bold;
}

/*#Team {
	background-image: url(../img/bg04.jpg);
	background-repeat: repeat;
	background-size: 10px;
}*/
#Team .team-sec {
	background-color: #ffffff;
	padding: 0 0 20px 0;
	text-align: center;
	position: relative;
	box-shadow: 0 0 3px #cccccc;
	text-transform: uppercase;
	transition: all ease 0.4s;
	transform: scale(0.99);
}
#Team .team-sec:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #09a753, #ab0307, #8ea805);
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-radius: 30%;
}
#Team .team-sec h5 {
	color: #09a753;
}
#Team .team-sec p {
	margin-bottom: 0px;
}
#Team .team-sec:hover {
	transform: scale(1);
	box-shadow: 0 5px 10px #cccccc;
}


.gallery_sec {
	position: relative;
}
/*.gallery_sec:before {
	content: "";
	display: block;
	background-image: url(../img/bg01.png);
  	background-size: 300px 30px;
  	background-position: bottom left;
  	background-repeat: no-repeat;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 30px;
}*/

#GalleryTab {}
#GalleryTab li button {
	color: #000000;
}
#GalleryTab li button.active {
	color: #09a753;
}

/*#Services .service_section {
	border: 1px solid #09a753;
	border-radius: 20px 0 0 20px;
}*/
#Services .service_section .service_section_content {
	position: relative;
}
#Services .service_section .service_section_content:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
  	right: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #09a753;
	background-image: url(../img/bg03.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
#Services .service_section .service_list > li {
	list-style: none;
	font-family: "Oxygen", serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#Services .service_section .service_list > li:before {
	display: inline-block;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
  	-webkit-font-smoothing: antialiased;
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f101";
  	margin-right: 5px;
  	color: #09a753;
}
#Services .service_section .service_list li ul {
	list-style-type: square;
}
#Services .service_section p {
	letter-spacing: 1px;
}
#Services .service_section .service_section_img {
	background-color: rgba(0, 0, 0, 0.05);
	height: 100%;
}

.img-bg {
	margin-top: 30%;
	position: relative;
}
.img-bg:before {
	position: absolute;
  	inset: -60px 0 0 -60px;
  	content: "";
  	background: url(../img/img_bg.png) top left;
  	background-repeat: no-repeat;
  	z-index: -1;
}
.img-bg .img-bg-sec {
	background-color: green;
	z-index: 2;
}

.whatsapp {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
}
.whatsapp img {
	width: 60px;
}

#Gallery .gallery-tab {
	min-height: 100px;
}
.breadcrumb li a {
	color: #09a753;
	font-weight: bold;
}
.breadcrumb li.active {
	font-weight: bold;
}
.sub-title {
	font-weight: bold;
	text-align: center;
}
.sub-title span {
	color: #09a753;
}

#Appointment .team-sec {
	border: 1px solid #cccccc;
	position: relative;
	background-color: #ffffff;
	padding-bottom: 10px;
}
#Appointment .team-sec h5 {
	color: #09a753;
}
#Appointment .team-sec p {
	margin-bottom: 0px;
}
#Appointment .team-sec:after {
	content: "";
	display: block;
	border: 1px solid #cccccc;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -3%;
	left: -5%;
	z-index: -1;
}

.baselink {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.form-floating input, .form-floating textarea {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
}

@media screen and (min-width: 600px) {
	.top-menu {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background-color: transparent;
	}
	.offcanvas {
		width: 60% !important;
	}
	.page-top-margin {
		margin-top: 10%;
	}

	.mt-10 {
		margin-top: 10%;
	}
}
@media screen and (max-width: 1280px) and (min-width: 600px) {
	.testimonial-carousel .item:before {
		background-size: 7px;
	}
}

@media screen and (max-width: 600px) {

	.top-menu .nav-item .nav-link, .top-menu .nav-item .nav-link span {
		color: #000000;
	}
	.top-menu {
	  	padding-top: auto !important;
	  	padding-bottom: auto !important;
	}
	.top-menu .nav-item {
	  	padding: 3px 0px;
	}
	.navbar-nav {
		background-color: #ffffff !important;
		padding: 10px;
	}
	/*.navbar-toggler-icon:before {
		display: inline-block;
	  	font-style: normal;
	  	font-variant: normal;
	  	text-rendering: auto;
	  	-webkit-font-smoothing: antialiased;
	  	font-family: "Font Awesome 5 Free";
	  	font-weight: 900;
	  	content: "\f0c9";
	  	margin-right: 5px;
	  	color: #ffffff;
	  	z-index: -1;
	}*/
	.submenu {
		width: 100% !important;
	}
	.offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
		font-size: 14px;
	}
	.affix-nav .nav-item {
	  	border-left: 0px solid rgba(0, 0, 0, 0.0) !important;
	}
	.bg-light-green {
		display: none;
	}
	.socialmedia_icons li {
		display: inline-flex;
	}
	.socialmedia_icons li.sm_icons a svg {
	  	font-size: 18px;
	  	padding: 5px;
	}
	.dropend .dropdown-menu {
		position: relative !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.dropend .dropdown-menu li a:before {
		display: inline-block;
      	font-style: normal;
      	font-variant: normal;
      	text-rendering: auto;
      	-webkit-font-smoothing: antialiased;
      	font-family: "Font Awesome 5 Free";
      	font-weight: 900;
      	content: "\f138";
      	margin-right: 5px;
	}
	.btn-close {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.border-sample .border-img {
		margin-top: 20px;
	}
	.border-sample .border-img:after {
		width: 50%;
	    height: 100%;
	    top: -7%;
	    left: -1%;
	}
	.border-sample .border-content:after {
		width: 50%;
		height: 100%;
		top: -7%;
		left: 51%;
	}
	.div-content {
		margin-bottom: 20px;
	}
	.testimonial-carousel .item {
	  	padding: 30px 20px;
	}
	.testimonial-carousel .item:before {
		background-size: 7px;
	}

	.contact_section .Contact_form {
		width: 100%;
		position: relative;
		top: 0%;
		right: 0%;
		transform: translate(0%, 0%);
		margin-top: 20px;
	}
	.contact_section .Contact_form::before {
	  	filter: blur(1px);
	  	-webkit-filter: blur(1px);
	}

	#top_slider .carousel-item .carousel-caption-text {
	  	font-size: 12px;
	  	position: relative;
	  	left: 0%;
	  	top: 0%;
	  	transform: translate(0%, 0%);
	  	text-align: center;
	  	width: 100%;
	}
	#top_slider .near_by p {
	  	font-size: 12px;
	}
	#top_slider .near_by h5 {
	  	font-size: 14px;
	}

	.whatsapp {
		position: fixed;
		bottom: 2%;
		right: 3%;
		display: none;
	}
	.service-carousel .owl-nav {
		top: 0px !important;
    	right: 15px !important;
	}
}