h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0;
}

.relative{
    position: relative;
}

.section-sectcustomers {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.section-sectcustomers .center-h{
    margin:0 auto;
}



.section-sectcustomers .backgoundLeft{
    position: absolute;
    left: 0px;
    height: 100%;
}

.section-sectcustomers .backgoundRigth{
    position: absolute;
    right:0px;
    height: 100%;
}

.section-sectcustomers .container{
    background: transparent 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.section-sectcustomers .container .title{
    text-align: center;
    font: normal normal bold 50px/58px Poppins;
    letter-spacing: 0px;
    color: #133374;
    opacity: 1;

}

.section-sectcustomers  .text{
    text-align: center;
    font: normal normal normal 14px/22px Montserrat;
    letter-spacing: 0px;
    color: #0D222D;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.section-sectcustomers .container .imgContainer{
    margin: 0 auto;
    padding-bottom: 40px;
}

.section-sectcustomers .container .imgContainer img{
    margin: 0 auto;
    margin-top: 15px;
}
/*------------------*/
/*-----caroucel-----*/

/*------------------*/
.section-sectcustomers .infoContainer{
    margin: 0 auto;
}

.section-sectcustomers .infoBox{
    padding-top: 0px;
}

.section-sectcustomers .infoBox .title{
    
    text-align: center;
    font: normal normal bold 40px/48px Poppins;
    letter-spacing: 0px;
    color: #133374;
    opacity: 1;
    
}
.section-sectcustomers .infoBox .text{
    text-align: center;
    font: normal normal normal 14px/22px Montserrat;
    letter-spacing: 0px;
    color: #737A7C;
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.section-sectcustomers .info-content{
    background: #0056AC 0% 0% no-repeat padding-box;
    
    opacity: 1;   
    padding: 20px;
    border-radius: 20px;     
}
.section-sectcustomers .info-content .info1 .text1{
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #DAE6ED;
    opacity: 1;

    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


.section-sectcustomers .info-content .info2{
    padding-top: 10px;
    height: auto;
}

.section-sectcustomers .info-content .info2 .imgCircle{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    
    width: 50px;
    border-radius: 31px;
    height: 50px;
    margin-right: 15px;
    float: left;
}

.section-sectcustomers .info-content .info2 .imgCircle img{
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
}

.section-sectcustomers .info-content .info2 .text2{
    color: #CCCCCCA0;
    opacity: 1;
}

.section-sectcustomers .info-content .info2 .text3{
    text-align: left;
    font: normal normal medium 16px/25px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

/*fix carrucel*/
.section-sectcustomers .owl-carousel .owl-dots.disabled, 
.section-sectcustomers .owl-carousel .owl-nav.disabled {
    display: block;
}

.section-sectcustomers .owl-carousel .owl-nav button.owl-next, 
.section-sectcustomers .owl-carousel .owl-nav button.owl-prev{
    background: #006BD6 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 32px;
    color: #fff;
    font-size: 39px;
    padding-top: 21px;
}
.section-sectcustomers .owl-carousel .owl-nav button.owl-next span, 
.section-sectcustomers .owl-carousel .owl-nav button.owl-prev span{
    
    position: relative;
    top: -9px;
}

.section-sectcustomers .owl-carousel .owl-nav button.owl-prev{
    right: 9%;
    position: relative;
    top: -130px;
}

.section-sectcustomers .owl-carousel .owl-nav button.owl-next{
    left: 100%;
    position: relative;
    top: -130px;
}


.section-sectcustomers .owl-theme .owl-nav {
    margin-top: 0px;
    height: 25px;
}

.section-sectcustomers .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1.5;
}

.section-sectcustomers .owl-theme .owl-dots .owl-dot span{
    background: #FFF;
    opacity: 0.7;
}

.section-sectcustomers .owl-theme .owl-dots .owl-dot.active span, 
.section-sectcustomers .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
    opacity: 1;
}

/*--------------------------------------*/
@media (max-width: 1400px) {
    
    
}

@media(max-width: 1200px) {

    .section-sectcustomers .owl-carousel .owl-nav button.owl-next{
        left: 100%;
    }
}

@media(max-width: 992px) {
    .section-sectcustomers .owl-carousel .owl-nav button.owl-next{
        left: 97%;
    }
}

@media (max-width: 768px) {
    .section-sectcustomers .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .section-sectcustomers .owl-carousel .owl-nav button.owl-next{
        display: none;
    }
}

@media (max-width: 576px) {

    .section-sectcustomers .info-content {
        margin-left: 60px;
        margin-right: 60px;
    }

    .section-sectcustomers .owl-carousel .owl-nav button.owl-prev {
        display: none;
        right: 0%;
    }

    .section-sectcustomers .owl-carousel .owl-nav button.owl-next{
        left: 80%;
        display: none;
    }
}
@media (max-width: 576px) {
    
    .section-sectcustomers .container-carousell{
        width: 100%;
    }

    .pagehome .section-2 .productsTitle {
        font: normal normal bold 40px/40px Poppins;
    }

    .section-sectcustomers .owl-carousel .owl-nav button.owl-next{
        left: 69%;
    }
    .section-sectcustomers .info-content .info2 .text2 {
        color: #CCCCCCA0;
        opacity: 1;
        width: 100%;
    }
}