*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Lora', serif;
}
.mobimenubtn, .mobimenunav {
	margin: 0;
	padding: 0;
	border: none;
}

.mobilogomobi{
	background-size: cover;
}
.mobilogomobi img{
  position: relative;
  
  top: 13px;
  padding-right: 10px;
}
.mobititle{
	padding-top: 30px;
	font-family: 'Lora', serif;
  	font-weight: bold;
}

hr.mobisolid {
    border-top: 4px solid #1fb400; 
    width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; 
}
.mobibox{
	position: absolute;
	width: 100%;
	bottom: 0;
	
	background-color: rgba(226, 228, 229, 0.6);
}

.mobiicontext{
	
}
.mobicontext img{
	width: 33px;
}
.btn-success {
  margin-bottom: 80px;
  font-family: 'Lora', serif;
  font-weight: bold;
  padding: 18px 32px;
  font-size: 15pt;
  color: #4a4a4a;
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(32, 181, 0, 0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}

.btn-success:hover {
  color: #FFF;
  background: rgb(32, 181, 0, 0.75);
  border: 2px solid rgb(32, 182, 0, 0.75);
}
.mobikol{
  font-family: 'Lora', serif;
  padding: 10px 20px;
  font-size: 12pt;
}
.mobireadmore{
	font-family: 'Lora', serif;
  padding: 10px 20px;
  font-size: 12pt;
  margin-bottom: 10px;
  width: 100%;
}
.mobibuttonzayafka{
	font-family: 'Lora', serif;
	position: block;
	background-color: #fff;
	margin-top: -30px;
	
}


.section1{
	position: relative;
	
	margin-top: -100px;
	min-height: 456px;
	background-image: url(img/bg1.png);
 	background-position: center;
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

	
}
.section2{
	
	
	background-image: url(img/bg2.png);
 	background-position: top;
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}
.section3{
	
	
	background-image: url(img/bg3.png);
 	background-position: top;
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}
.section4{
	margin-top: -110px;
	padding-top: 30px;
	
	background-color: #d6d7d5;
 	background-position: top;
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}
.section6{
	margin-top: 30px;
	background: #d7d7d6;
	padding-top: 90px;
}

.mobicontent{
	background-color: #199c7e;
	padding-bottom: 50px;


}

.section7{
	padding-top: 80px;
	padding-bottom: 100px;
	background-image: url(img/bg4.png);
 	background-position: top;
	background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}

.mobiformbox{
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0.001px 0.001px 9px #2d2d2d;
}
.mobititleform{
  width: 80%;
  margin: 0 auto;
  font-size: 25px;
}
.mobiformbox h2{
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Lora', serif;
  font-weight: bold;
}
 .mobiinput{
  border: 2px solid #f0f0f0;
  width: 80%;
  height: 59px;
  border-radius: none;
  margin-bottom: 30px;
  padding: 8px 20px;
 }
input::placeholder{
  color: #b7b7b7;
  font-family: 'Lora', serif;
}
textarea{
  width: 80%;
  border: 2px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 40px;
}
textarea::placeholder{
  color: #b7b7b7;
  font-family: 'Lora', serif;
}
.mobisend{
  font-family: 'Lora', serif;
  font-weight: bold;
  background-color: #02a86c;
  color: #fff;
  padding: 20px 60px;

}
.mobisend:hover{
  background-color: #25cbb9;
}
.container-fluid{
	padding: 0;
}

.mobifooter{
margin-top: -32px;
  height: auto;
  background-color: #02a86c;
}
.mobifooter i{
  color: #02a86c;
  font-size: 17pt;
}
.mobitop{
  text-align: center;
  position: relative;
  margin-top: -40px;
}
.mobibuttontop {
  background-color: #fff; /* Green */
  border: none;
  color: white;
  padding: 20px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  box-shadow: 1px 2px 10px -1px grey;
  border-radius: 100%;
  
  
}