@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
body{
	margin: 0;
	padding: 0;
	font-family: 'Barlow', sans-serif;
}

a{ text-decoration:none;font-family: 'Barlow', sans-serif; }

p{
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
    line-height: 27px;
    font-weight: 500;
    color: #000;
}

h1,h2,h3,h4,h5,h6{font-family: 'Barlow', sans-serif;}

.top_bar{background: #88C146;}

.menu li a:hover{
	background: linear-gradient(80deg, #88C146 0%, #52A546 100%) !important;
 	color: #fff !important;
 	border-radius: 4px;
 }

/* .menu li .active{
	background: linear-gradient(80deg, #88C146 0%, #52A546 100%) !important;
 	color: #fff !important;
 	border-radius: 4px;
 }
*/
.social {
  float: right;
}

.social li {
  list-style: none;
  float: left;
  margin-left: 16px;
}

.top_bar {
  height: 38px;
}
.social li i {
  color: #fff;
  text-decoration: none;
}

.phn p, .soc ul{
	padding-top: 6px;
	color: #fff;
}

.menu li a {
  color: #000 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/*get_started*/


.get_started{
	padding-top: 100px;
	
}

.title {
    font-weight: 700;
    margin-bottom: 25px;
}

.benefits .card p{
	padding: 13px;
}

.benefits .card h3 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
    background: #52A546;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1eded;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}


.cta {
    background-image: url(../images/cta_bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.section {

	margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative !important;
}

.cta::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    transform: matrix(1, -0.05, 0, 1, 0, 0);
    z-index: 1;
}

.cta .cta-phone-image {
    position: absolute;
    z-index: 999;
    top: -20%;
}

.bg-overlay-gradiant {
    background: linear-gradient(80deg, #3a7d3c 0%, #4da64a 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
}

.screenshots .col img {
  border: 1px solid #88C146;
}

.bg-gradiant {
    background: linear-gradient(80deg, #88C146 0%, #52A546 100%);
    border: none !important;
    color: #fff !important;
}

.bokashi img{
/*	height: 450px;*/
/*	object-fit: cover;*/
}

.bokashi h3{
	font-weight: bold;
	color: ;
}

.cont1 {
  padding-right: 85px;
  padding-left: 30px;
}

.cont2 {
  padding-left: 85px;
  padding-right: 30px;
}

.steps h4{
	color: #52A546;font-weight: bold; font-size: 20px;
}

.steps h1{
	font-weight: bold;
}

.cont1 h2, .cont2 h2{
	font-weight: bold;color: #52A546;
}

.steps .card h3, .steps .card p{
	padding: 12px;
}

.steps .card{
	position: relative;
}

.steps .card p{
	margin-bottom: 15px;
}

.steps h3 {
  position: absolute;
  background: #5ca344;
  color: #fff;
  font-weight: bold;
  right: 0;
}

.list22 {
  display: flex;
  flex-wrap: wrap;
}

.list-item {
  display: flex; 
  padding: 0.5em;
}


.box{
	display: flex;
  flex-direction: column;
}

.fot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}


.fot-list li{
	font-family: 'Barlow', sans-serif;
}

.fot-list a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1; 
}

    .fot-list a::before {
      content: "";
      position: absolute;
      background: #52A546;
      width: 5px;
      height: 1px;
      left: -20px;
      top: 50%;
      z-index: 1;
      opacity: 0; 
  }

    .fot-list a:hover {
      color: #ffffff;
      transform: translateX(13px);
      -webkit-transform: translateX(13px);
      -moz-transform: translateX(13px);
      -ms-transform: translateX(13px);
      -o-transform: translateX(13px);

   }

      .fot-list a:hover::before {
        opacity: 1; }

.fot-list a:hover::before {
  opacity: 1;
}

.footer-2 .fot-list a:hover {
  color: #202b31;
}

.fot-list li i{
	padding-right: 12px;
	color: #203706;
}

.time{
	padding-bottom: 12px;
}

.footer {
/*  background: #52A546;*/
background: linear-gradient(80deg, #88C146 0%, #52A546 100%);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer p{
	color: #fff;
}

.footer .logoo{
	background: #fff;
padding: 12px;
margin-bottom: 24px;
border-radius: 9px;
}

.footer h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.footer h4::before {
  content: "";
  position: absolute;
  background: #52A546;
  width: 20px;
  height: 2px;
  left: 0;
  top: 26px;
  z-index: 1;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4f7b1b; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

@media only screen and (max-width: 600px) {
  
#owl-main .item {
  height: 32vh !important;
}

.cta-phone-image{display: none;}

.section {
  margin-top: 0;
  padding-top: 37px;
  padding-bottom: 72px;
  position: relative !important;
}

.cont1, .cont2 {
  padding-right: 0px;
  padding-left: 0;
}

.one, .two {
  border-bottom: 1px solid #5da841;
  margin-bottom: 38px;
  padding-bottom: 20px;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 17px;
  left: 7px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 12px;
  text-align: center;
  font-size: 26px;
  z-index: 100;
}

.my-float {
  margin-top: 11px;
}

#myBtn{
	padding: 10px;
}

.get_started {
  padding-top: 50px;
}

.navbar-toggler {
  border: none !important;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}


}