/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#header{
    display: none !important;
}
.bg-banner{
    background: linear-gradient(180deg, rgba(145, 191, 242, 0.5) 8%, rgba(255, 255, 255, 0) 100%);
}
.contact-form{
    min-height: 536px;
    padding: 70px 80px;
}
.contact-form input[type="submit"]{
    width: 100%;
    background-color: #186AC9;
    border-radius: 13px;
    line-height: 60px;
}
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="text"]{
    line-height: 60px;
    height: 60px;
    border-radius: 13px;
    padding-left: 55px;
    padding-right: 30px;
}
.contact-form textarea{
    border-radius: 13px;
    padding-left: 55px;
    padding-right: 30px;
}
.contact-form .your-icon{
    position: relative;
}
.contact-form .your-icon::before{
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 14px;
    left: 35px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    z-index: 1;
}
.contact-form .icon-your-email::before{
    background-image: url('images/icon-mail.png');
}
.contact-form .icon-your-phone::before{
    background-image: url('images/icon-phone.png');
}
.contact-form{
    color: #5E6282;
}
.contact-form h3{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.contact-form .col{
    padding-bottom: 0;
}
.bg-contact{
    background-image: url('images/bg-contact.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.bg-footer{
    background-image: url('images/bg-footer.png');
    background-repeat: no-repeat;
    background-position: center;
}

.section-1 .slider-wrapper h2{
    /* font-family: "Bebas Neue";
    font-size: 60px;
    color: #5D5D5D;
    font-weight: 400; */
    text-transform: uppercase;
    margin-bottom: 0;

    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 0%;

}
.section-1 .slider-wrapper p{
    color: #5D5D5D;
    font-size: 20px;
    font-family: Poppins;
}
.section-1 .slider-wrapper h2:nth-child(2){
    color: #186AC9;
}
.dr-section-content h3{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.2px;
    color: #186AC9;
}
.dr-section-content p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #6D6D6D;
}
.absolute-footer{
    display: none;
}
.icon-box-text-center .col-inner{
    display: flex;
    justify-content: center;
}
.icon-box-text-center .icon-box-left{
    width: auto;
}
.icon-box-text-center .icon-box-text p{
    font-size: 18px;
}

.section-footer{
    font-family: Montserrat;
}
.ftech-box-icon .icon-box-text{
    display: flex !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-1 .slider-wrapper h2{
        font-family: Bebas Neue;
        font-weight: 400;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0%;
    }
    .contact-form{
        padding: 40px 20px;
        background-image: url('images/bg-contact-mobile.png');
        background-size: 100%;
        background-position: top right;
    }
    .section-3 .row > .col:nth-child(1),
    .section-5 .row > .col:nth-child(1){
        order: 2;
    }
    .section-3 .row > .col:nth-child(2),
    .section-5 .row > .col:nth-child(2){
        order: 1;
    }
}