/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: .25;
}

.logo-max {
  max-width: 130px;
}

@media (max-width: 991px) {
.offset-1{margin-left:0px}
 }



.green-box{
  background-color: #92de2a;

}

.mrg-top--80 {
  margin-top: -80px;
}

.mrg-top-10 {
  margin-top: 10px;
}
.mrg-top-min-35 {
  margin-top: -35px;
}

.mrg-bottom-logo {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
	

.logo-max {
  max-width: 260px;
}
	
.mrg-top-min-35 {
  margin-top: 0px;
}
.mrg-bottom-logo {
  margin-bottom: 40px;
}
 }

.mrg-bottom-20 {
  margin-bottom: 20px;
}
.mrg-bottom-12 {
  margin-bottom: 12px;
}
.mrg-bottom-26 {
  margin-bottom: 26px;
}

.icons-size
{
  font-size: 60px;
}