.fw-section {
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.client-box .client-row {
    display: -ms-flexbox;
    display: flex;
}



.client-box .client-area:first-child {
    border-left: 0;
}

.client-box-top-brdr {
    border-top: 1px solid #e7e7e7;
}
.client-box-left-brdr {
    border-left: 1px solid #e7e7e7;
}


.client-box-top-brdr {
    border-top: 1px solid #e7e7e7;
}
.client-box-left-brdr {
    border-left: 1px solid #e7e7e7;
}

.logo_client_box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 72px;
    transition: .3s;
}

.logo_client_box:hover {
    box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
}

.logo_client_box:hover .client_logo_vector {
    -ms-transform: scale(0.8) translateY(-45%);
    transform: scale(0.8) translateY(-45%);
}

.logo_client_box .client_logo_vector {
    width: 100px;
    transition: .3s;
}

.logo_client_box figure, img {
    max-width: 100%;
    height: auto;
}

.logo_client_box img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.logo_client_box:hover .client_details {
    transform: translateY(0);
    transition: .3s;
    opacity: 1;
}


  .logo_client_box .client_details {
    color: #404040;
}

.logo_client_box .client_details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-right: 48px;
    padding-bottom: 24px;
    padding-left: 48px;
    -ms-transform: translateY(10px);
    transition: .15s;
    color: #404040;
    text-align: center;
    opacity: 0;
}

.logo_client_box  .h4,.logo_client_box   h4 {
        margin-bottom: 7px;
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.client_desc {
    color: #999999!important;
}

.logo_client_box .client_details p {
    margin: 0;
}

.client-box  .client-area:first-child {
    border-left: 0 ;
}


@media only screen and (min-width: 991px){
.client-box .client-row:first-child .client-area {
    border-top: 0;
}


.client-box .client-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.client-box .client-row:first-child .client-area:first-child {
    border-top: 0;
}

.client-box .client-area {
    width: 50%;
}

.client-box .client-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

}


.client-box .client-area {
    width: 25%;
}


@media screen and (max-width: 991px){

.client-box .client-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.client-box .client-area {
    width: 50%;
}

.client-box .client-row:first-child .client-area:first-child {
    border-top: 0;
}

.client-box .client-area:nth-child(3) {
    border-left: 0;
}
}



@media screen and (max-width: 768px){
.client-box .client-area {
    width: 100%;
    border-left: 0;
}

}

@media only screen and (max-width: 991px) and (min-width: 768px){
.client-box .client-row:first-child .client-area:nth-child(2) {
    border-top: 0;
}
}




@media screen and (max-width: 768px){

.client-box .client-area {
    width: 100%;
    border-left: 0;
}

}



.site-footer {
    background-color: #000000;
    color: #4c4c4c;
}

.footer-subscribe{
      padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-info{

    border-top: 1px solid #242424;
}

.site-logo{


    display: inline-block;
    margin-bottom: 1rem;
  color: #FFFFFF;

    transition: all 0.2s ease;

    touch-action: manipulation;

 font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.footer-new-nav {
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    float: right;
}

@media (max-width: 768px){

.footer-copyright {
   
    text-align: center !important;
}
.footer-new-nav {
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    float: none;
}
}
@media (min-width: 768px){
.site-logo + .navbar-footer, .site-title + .navbar-footer {
    float: right;
}


}
.footer-new-nav {
    flex-wrap: wrap;
}
.navbar-footer {
    margin-bottom: 1rem;
}

.footer-copyright {
    line-height: 17px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    text-align: left;
}
.footer-section > .container > * {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-footer a:hover, site-footer a:hover:active, .site-footer a:focus:active, .site-footer .mega-menu > .sub-menu > li > a:hover {
    color: #A0A0A0;
}
.footer-new-nav a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
        color: #FFFFFF;
}