/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
a {
  color: #8fc04e;
}
a:hover {
  color: #a7cd74;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  padding: 4% 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 3%;
}

.section-title h1, h2 {
   text-align: center!important;
    padding: 10px 0;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	font-size: 3.2em;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #8fc04e;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #8fc04e;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #7aa93c;
  color: #fff;
}

.navbar-toggler{
    width: 47px;
    height: 34px;
    border-color: white; 
	background: rgba(32, 20, 20, 0.42);
}
.navbar-toggler .navbar-toggler-icon{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
	.navbar-collapse{
    	background-color: #8fc04e!important;
	}
}

.header {
  	height: 90px;
  	transition: all 0.5s;
  	z-index: 997;
	position: fixed;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0px 0px;
	background: rgba(32, 20, 20, 0.42);
	/*
	background: rgba(0,0,0,0.05);
	background: rgba(255,255,255,0.95);
	background: rgba(255,255,255,255);*/
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	font-weight: 500;
	border-color:transparent;
}

.header.scrolling {
	background: rgba(255,255,255,0.90);
}
.navbar-brand {
	height: auto;
	float: left;
	padding: 0px 0px;
	margin-top:0px;
	font-size: 18px;
	width:150px;
	
}
.header .logo img {
  	padding: 0;
 	margin: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 15px;
	padding-right:10px!important;
	padding-left:10px!important;
	font-size:large;
	
}
.navbar .navbar-nav > li > a {
	color: #ffffff;
}
.navbar .navbar-nav > li > a:hover {
	color:  #a7cd74;
}
.navbar .navbar-nav > .open > a:hover, navbar-nav > .open > a:focus {
	color:  #a7cd74;
	background-color: transparent;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
	background-color: transparent;
}


/*--------------------------------------------------------------
# Banner Section starts
--------------------------------------------------------------*/
	.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
		display: block;
		height: 550px!important;
		line-height: 1;
		
	}
	.carousel-item img {
		float: right;
	}
	.carousel-caption {
	  	position: absolute;	
	  	right: 15%;
		bottom: 40%;
	  	left: 15%;
	  	z-index: 10;
	  	padding-top: 1%;
	  	padding-bottom: 1%;
	  	color: #fff;
	  	text-align: center;
	}

	.carousel-caption h3{
		color: #fff!important
	}

	.carousel-caption h4{
		color: #fff!important
	}
	.mbannner-container { 
		object-fit: fill;
		height: 700px;
	} 

@media only screen and (max-width:360px){ 
	.carousel-inner>.carousel-item>img, .carousel-inner>.carousel-item>a>img {
		display: block;
		height: 350px!important;
		line-height: 1;
	}
	.carousel-caption {
		bottom: 10%;
	}
	.btn-get-started {
		font-size: 0.6em!important;	
		padding: 4px 14px;
		border-radius: 20px;
		margin: 5px;
	}
	
}
/*--------------------------------------------------------------
# Banner Section ends
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../images/main.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #0c9347;
  color: #fff;
	background: #0c9347;
}

.btn-get-started:hover {
  background: transparent;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
	padding: 3% 0;
  	background: #f5faf0;
}

.faq a {
   color: #8fc04e;
}


.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #cbe1ac;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #8fc04e;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding: 3% 0;
  	width: 100%;
  	background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #8fc04e;
  float: left;
  width: 44px;
  height: 44px;
  background: #f3f8ec;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #353535;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686868;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #8fc04e;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #8fc04e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #7aa93c;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer Section starts 
--------------------------------------------------------------*/

#footer {
  background: url("../images/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.75);
  z-index: 1;
}

#footer .footer-bottom {
  border-top: 1px solid #282828;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}


/*--------------------------------------------------------------
# Footer Section ends
--------------------------------------------------------------*/
