body{
    font-family: 'Roboto', sans-serif !important;
}
.banner{
    width: 100%;
    display: block;
    /* background-image: url(../images/3.jpeg);
    background-size: cover; */
    /* height: 500px; */
    position: relative;
    /* overflow: hidden; */
    height:620px;
    overflow: hidden;
    margin-bottom: 30px;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.8;
}
.conf{
    width: 100%;
    padding: 15%;
}
.bgImg img{
    width: 100%;
}
.bgimg{
    position:absolute;
    z-index: -1;
    top: 0;
    height: auto;
    width: 100%;
}
.banner h1{
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-top: 18%;
    text-transform: uppercase;

}
.banner h1 span{
    font-size: 50px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;


}
.title{
    background: #fff;
    padding: 0px 27px;
}
.all-logos{
    background: #fff;
    padding: 6px 0;
}
.logoBox{
    margin: 10px;
    background: #fff;
    padding: 15px;
}
.media-29101 img{
    border-radius: 100px;
    width: 200px !important;
}
.media-29101 h3{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.media-29101 {
    text-align: center;
}
.caroselbox{
    padding: 30px 0;
}
.caroselbox h2{
    text-align: center;
    margin-bottom: 30px;
}
.caroselbox h2::after {
    content: '';
    border-bottom: 3px solid #000;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
.media-29101 p{
    font-style: italic;
    font-size: 14px;
    text-align: center;
}

.owl-nav {
    position: absolute;
    top: 25%;
    display: none;
}
.testimonials{
    width: 100%;
    background: #f1f1f1;
    padding: 20px 0;
}
.testi{
    padding: 80px 200px;
    text-align: center;
}
.testi p{
    margin-top: 20px;
    font-weight: 600;
}
.testi p span{
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .conf{
        padding: 10%;
    }
    .banner h1{
        font-size: 50px;
        font-weight: 900;
        color: #fff;
        margin-top: -27px;
        text-transform: uppercase;
        padding: 25px;
        text-align: center;

    }
    .banner{
        height: auto;
        padding-bottom: 50px;
    }
    .logoBox{
        width: 100%;
        text-align: center;
    }
    .testi{
        padding: 40px 15px;
    }
    .mobile{
        display: block !important;
    }
    .desktop{
        display: none !important;
    }
    .bgimg{
        width: auto !important;
        margin: -20%;
    }
    .banner h1 span{
        background: #fff;
    }
   
    .footer{
        padding: 10px 20px !important;
        background: #000;
        color: #fff;
    }
    .testimonials .col-sm-3{
        width: 50%;
    }
}
.testimonials{
    text-align: center;
}
.testimonials .col-sm-3 span{
    font-size: 30px;
    font-weight: 800;
    color: #000;
}
.testimonials .col-sm-3 img{
    width: 80px;
}
.testimonials .col-sm-3 .img{
    width: 140px;
    margin-top: 23px;
}
.footer i{
    background: #fff;
    color: #000 !important;
    border-radius: 100px;
    padding: 5px;

}
.footer{
    padding: 30px 0;
    background: #000;
    color: #fff;
}
.bgimg{
    width: 100%;
}
.form{
    background: #fff;
    height: 300px;
    width: 400px;
    margin: 50px 0 0 100px;
    border-radius: 10px;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.owl-dots{
    display: none;
}