.cilent-logo {
    margin-bottom: 30px;
}

.border {
    border: 1px solid #e9ecef !important;
}

.ta {
    text-align: center;
}


.banner {
    color: white;
    position: relative;
    padding: 80px 0;
    vertical-align: middle;
    text-align: center;
    background-color: #151515;
    background-image: url('../images/video.jpg');
    background-attachment: fixed;
}


.li_custom li {
    /* display: inline; */
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 22px;
    font-family: heebo, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}


.li_custom {
    padding: 0;
    padding-left: 2%;
    margin: 0;
}


li a {
    text-decoration: none;
    /* color: rgb(182, 0, 182); */
    font-size: 14px;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.thumb-elegant {
    display: block;
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    width: 100%;
}


@media screen and (min-width:1200px) {
    .banner {
        padding: 95px 0;
    }

    .custom_title {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    .banner {
        padding: 70px 0 80px;
    }

    .custom_title {
        font-size: 38px;
        line-height: 1.3;
    }
}


@media (min-width: 768px) {

    h3 {
        /* font-size: 36px; */
        line-height: 1.33333;
    }
}



@media (min-width: 992px) {
    .section-md {
        padding: 90px 0;
    }

    .custom_title {
        font-size: 48px;
        line-height: 1.16667;
    }
}

@media (min-width: 768px) {
    .section-md {
        padding: 70px 0;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-sm-10 {
        flex: 0 0 84.33333%;
        max-width: 83.33333%;

    }
}

@media screen and (max-width:767px) {
    .li_custom li,.li_custom li a {
        font-size: 12px;
    }

    .li_custom {
        padding-left: 20px;
    }

    .section-md {
        padding: 70px 0;
    }

    .section-md .row {
        justify-content: center;
    }
}