.form-control {
    background: url(../img/hero-bg.jpg) center center no-repeat !important;
    background-size: cover;
    padding-left: 55px !important;
    height: 50px;
    color: #fff
}
.form {
    background: #fff
}
#hero .btn-get-started {
    background: #fe3c00;
    border-color: #151515
}
#hero .btn-get-started:hover {
    background: transparent;
    border-color: #fe3c00
}
#hero h1 {
    color: #3b3c3e !important;
    font-size: 35px !important
}
.form-div i {
    color: #fff;
    background-color: rgb(239 65 35);
    position: absolute;
    left: 0;
    margin-left: 5px;
    padding: 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 50px;
    height: 50px
}
#pricing .section-title {
    text-align: left
}
#pricing .section-title h2::after {
    left: 0
}
.fixed-top.header-scrolled .logo img {
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 80%);
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2)
}
#features img {
    margin-bottom: 10px;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2)
}
.counts .counters span:after {
    content: '+'
}
#faq img {
    margin-bottom: 10px;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.2);
    width: 100%
}
.about {
    padding: 0;
    background: #fe3c00;
    color: #fff
}
.about .col-lg-8.content {
    padding: 50px 15px
}
.service-box {
    background: url(../img/hero-bg.jpg) center center no-repeat !important
}
.service-box ul {
    margin: 50px 10px
}
.service-box li {
    color: #fff;
    padding: 5px 0 !important
}
.pg #hero {
    height: 300px
}
.pg #hero h1 {
    color: #fff !important
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 5px;
    padding-right: 5px
}
.pg .services img {
    width: 80px
}
#pricing .section-title h2 {
    text-transform: none
}
.whatsapp {
    position: fixed;
    display: block;
    left: 15px;
    bottom: 15px;
    z-index: 99999
}
.whatsapp i {
    background: green;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    transition: all 0.4s
}
@media (max-width:768px) {
    #header.fixed-top .get-started-btn {
        transform: translate(0, -30px)
    }
    #header.header-scrolled .get-started-btn {
        transform: translate(0, 0px)
    }
    .form {
        background: #fe3c00
    }
    form#contact-form{
        margin:5%;
    }
    .form-control {
        background:#fff!important;
        padding-left: 55px !important;
        height: 40px;
        color: #151515;
    }
    #hero h1 {
        color: #fff !important
    }
    .form-div i {
        background-color: #fff;
        color: #fe3c00;
        padding:12px;
        width:40px;
        height:40px;
    }
    #hero .btn-get-started{
        background:#151515;
        border-color:#fff;
    }
    #hero .btn-get-started:hover {
        background: #fff;
        border-color: #fff
    }
    #hero .serv-icons {
        padding-top: 0 !important
    }
    #footer .footer-top h4[style="visibility:hidden;"] {
        display: none !important
    }
}