/*
Theme Name: icyfoam
*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

.header-contact-group{
    display: flex;
    gap: 20px;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.header-contact-group img{
    width: 30px;
    height: 30px;
}
.header-contact-group li .connection-link{
    display: inline-block;
    margin-left: 10px;
}

.header-contact-group li a img{
    width: 30px;
    height: 30px;
}

.department-img{
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

#hero{
    position: relative;
}

@media(max-width:576px){
    #hero::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgb(0,0,0, .3);
    }
}

@media(max-width:576px){
    #hero h1{
        color: #ffffff;
    }
    #hero h2{
        color: #ffffff;
    }
}

#why-us{
    position: relative;
}


.submit-btn{
    background: #1977cc;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 30px;
}

.submit-btn:hover{
    background: #166ab5; 
}

.wpcf7-response-output{
    text-align: center;
}

.wpcf7-spinner{
    display: none!important;
    opacity: 0;
}

#topbar .contact-info a{
    font-size: 16px;
}
.contact-phone{
    font-size: 18px;
}
.contact-email{
    font-size: 18px;
}

.contact .info h4{
    padding: 0 0 20px 0;
}

.contact .info p{
    font-size: 18px;
}

.icon-wrapper{
    position: relative; 
}
.choose-icon{
    position: relative;
    width: 65px;
    height: 65px;
}

.icon-wrapper::before{
    content: "";
    position: absolute;
    bottom: -200%;
    right: 50%;
    height: 4px;
    width: 92px;
    transform: translate(50%);
    background-color: #1977cc;
}

.about-icon{
    width: 65px;
    height: 65px;
}

.why-us .icon-boxes .icon-box h4 {
    margin: 30px 0 10px 0;
}

.services .icon-box .icon{
    background: #3f9ef3;
}

.info-set{
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
}
.info-set:last-child{
    margin-bottom: 0;
}

.contact-item{
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item h4{
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c4964;
}

.contact-item a img{
    width: 50px;
    height: 50px;
}

@media(max-width:576px){
    #topbar .contact-info{
        width: 100%;
        justify-content: center!important;
    }
    #topbar .contact-info a{
        font-size: 14px;
    }
    .header-contact-group{
        gap: 12px;
    }
    .header-contact-group li .connection-link{
        display: none;
    }
    .connection-link__title{
        display: none;
    }
    .contact-phone{
        font-size: 16px;
    }
    .contact-email{
        font-size: 16px;
    }
    
    .contact .info p{
        font-size: 16px;
    }
}