/* logo */
.codeclogo{
    /* border-radius: 50%; */
    width: 100%;
    height: auto;
    }

.banner__list {
    display: flex;
    list-style: none;
    color: #fff;
    padding: 0;
}

@media (max-width: 1011px) {
    .banner__list {
        flex-direction: column;
    }
}

.service-item .service-icon .service-iconx {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--primary); */
    border-radius: 2px;
    /* transform: rotate(-45deg); */
}

.upSection {
    margin-top: -100px;
}

.hero-header-camera {
    background: url(../img/silo/b-curvelines.webp) top right no-repeat;
    background-size: cover;

}


/* reducing we provide text font size */

.container .row .weProvide {
    /* font-size: 18px !important; */
}

@media (min-width:992px) {
    .carousel2a {
        display: block !important;

    }

    p.carousel2a {
        font-weight: 100 !important;
        color: #031b4e !important;
    }

    .carousel2b {
        display: none !important;
    }
    /* reducing footer element size on lg view */
    .footer-about{
        font-size: 13px;
    }
    .footer-about1{
        font-size: 20px;
    }
    .footer-about1h3{
        font-size: 20px;
    }

    .footer-about1{
        font-size: 12px;
    }

    
}

@media (max-width: 445px) {
    .carousel1 h1 {
        font-size: 25px;
    }
}

@media (max-width: 434px) {
    .carousel1 {
        align-items: center !important;
        text-align: center !important;
    }

    .carousel2 {
        max-width: 900px !important;
        padding: 0px !important;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    color: rgba(9, 22, 46, 0.7) !important;
}


/* removing bg on small screens */

@media (max-width:565px){
    .bg-spider{
        height: auto;
        width: 60%;
    }
}

@media (min-width:785px){
    .h-custom{ background-color: #eee;}
}

@media (min-width:991px){
    #phone-nav{ display: none !important;}
}