#fh5co-aside.border{
   border-right: 1px solid #141414;
}

.row-about .about-text{
   margin-bottom: 6em;
}

.row-about h2{
   color: #009844;
   margin-bottom: 1.5em;
}

.clients-logo-box ul{
   display: flex; 
   flex-wrap: wrap;
   width: 100%;
   margin-bottom: 12%;
   text-align: center;
   padding-left:0;
}

.clients-logo-box ul li{
   list-style: none;
   width: 20%;
}

.clients-logo-box ul li img{
   width: 50%;
}

.botoom-line{
   border-bottom: 1px solid #009844;
   height: 10vh;
   margin-top: 4%;
}

.botoom-line .what-box{
   float: left;
   width: 50%;
}

.botoom-line .what-box-m{
   width: 40%;
   margin-right: 10%;
}

.botoom-line .what-box .what-title{
   color: #009844;
   font-weight: 700;
}

.botoom-line .what-title-text{
   font-size: 16px;
}

@media screen and (max-width: 1200px){
   .botoom-line{
      height: 12vh;
   }
}

@media screen and (max-width: 992px){
   .botoom-line{
      height: 8vh;
   }
}

@media screen and (max-width: 768px){
   .clients-logo-box ul li{
      width: 50%;
      margin-bottom: 7%;
   }
   .botoom-line{
      height: 14vh;
   }
   body.offcanvas #fh5co-aside{
      background-color: #141414;
   }
   .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after{
      background-color: white;
   }
   .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after{
      background-color: white;
   }
}


