/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media (max-width: 680px) {

#main {
padding-right: 5px;
padding-left: 5px;
}

}
/* for desktop */
.col-lg-1 {width: 8.33%!important;}
.col-lg-2 {width: 16.66%!important;}
.col-lg-3 {width: 25%!important;}
.col-lg-4 {width: 33.33%!important;padding-bottom: 42px !important; }
.col-lg-5 {width: 41.66%!important;}
.col-lg-6 {width: 50%!important;}
.col-lg-7 {width: 58.33%!important;}
.col-lg-8 {width: 66.66%!important;}
.col-lg-9 {width: 75%!important;}
.col-lg-10 {width: 83.33%!important;}
.col-lg-11 {width: 91.66%!important;}
.col-lg-12 {width: 100%!important;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .col-sm-1 {width: 8.33%!important;}
.col-sm-2 {width: 16.66%!important;}
.col-sm-3 {width: 25%!important;}
.col-sm-4 {width: 33.33%!important;}
.col-sm-5 {width: 41.66%!important;}
.col-sm-6 {width: 50%!important; padding-bottom: 42px !important; }
.col-sm-7 {width: 58.33%!important;}
.col-sm-8 {width: 66.66%!important;}
.col-sm-9 {width: 75%!important;}
.col-sm-10 {width: 83.33%!important;}
.col-sm-11 {width: 91.66%!important;}
.col-sm-12 {width: 100%!important;}

.col_sm {width:40% !important;}
}
 .client-wrapper{
   /* padding-left:5%;"  */
 }
 @media only screen and (min-width: 768px) {
 .col_sm {width:860px !important;}
 .wrap-img{text-align: center;}
 }