
#contact-section {
    padding: 30px 0px;
    background: #e8e8e8;
    position: relative;
    overflow: hidden;
}

#contact-section .container-xxl{

    position: relative;
    z-index: 10;
}

.box-contact{
    padding: 60px;
    background: #1128c8;
    margin-bottom: 30px;
    color:#ffffff;
    position: relative;
}

.box-contact h4{

    color:#ffffff;
}

.box-contact i{
    font-size: 120%;
    color: #00ffff;
}

.box-contact .tel{
    font-size: 20px;
    color:#ffffff;
}

.box-contact .mail{
    font-size: 18px;
    color:#ffffff;
}





 .box-social a {
    background: #2d4aa8;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    font-size: 30px;
    padding: 5px;
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}


 .box-social a:hover {
    background: #000000;
    
    -webkit-transition: all 0.0s ease-in-out;
    -khtml-transition: all 0.0s ease-in-out;
    -moz-transition: all 0.0s ease-in-out;
    -ms-transition: all 0.0s ease-in-out;
    -o-transition: all 0.0s ease-in-out;
    transition: all 0.0s ease-in-out;
}


#contact-section  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e8e8e8;
    background-clip: padding-box;
    border: 1px solid #e70c01;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


@media (min-width: 992px) {
    #contact-section{
        padding: 50px 0px;
    }

    #contact-section:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -130px;
        height: 350px;
        background: #ffffff;
        z-index: 1;
        transform: skewY(-355deg);
    }


    .box-contact{

background: transparent;

position: relative;

z-index: 1;

}

    .box-contact:before{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 110%;
        height: 110%;
        z-index: -1;
        background: #1128c8;
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 15% 100%);
    }


}










@media (max-width: 992px) {

.box-contact h4 {
    font-size: 20px;
}
.box-contact {
    padding: 15px;
   
}
}