body {
    font-family: 'Poppins', sans-serif;
}

.d-flex {
    align-items: center;
}

header {
    background-color: #fff;
    padding: 5px 0px;
    transition: all 0.5s;
    z-index: 99999;
}

section {
    margin: 5% 0;
}

.yellow-bg {
    /* background-image: url(../img/bg-orange.png); */
    background-position: left center;
    background-color: #b32406;
}

.banner {
    /* background-image: url(../img/3_1.jpg); */
    /* background-position: left center;
    background-size: contain;
    padding: 7% 0; */
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.banner-heading {
    text-transform: capitalize;
    padding: 3% 0;
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    width: 66%;
    color: #302e2a;
    line-height: 1.4;
    text-shadow: 1px 1px 2px #A4A4A4;
}

.banner-subheading {
    text-transform: capitalize;
    text-align: left;
    font-size: 25px;
    width: 50%;
    color: #302e2a;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 2px 1px 2px #625F5F;
}

.form-overlay {
    padding: 5%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, .2);
}

.form-title {
    font-weight: bold;
    font-size: 18px;
}

.form-control {
    font-size: 14px;
}

.btn-submit {
    font-weight: 600;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #eb6400 0, #fcae16 50%, #eb6400 100%);
    transition: 0.5s;
    border: none;
}

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active {
    background-position: right center;
    cursor: pointer;
}

.highlightoverlay {
    font-size: 16px;
    text-align: center;
    padding: 2%;
    margin: -5% 0 0 0;
    /* background: #fff; */
    border-radius: 10px;
    /* box-shadow: 0 0 27px 3px rgba(0, 0, 0, .2); */
}

.highlightoverlay h2 {
    font-weight: bold;
    color: #eb6400;
    margin: 0;
    font-size: 24px;
}

.section-box {
    width: 100%;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, .2);
    padding: 8%;
    margin: 2% 0;
    background: #fff;
    /* border-radius: 50px 0 50px 50px; */
}

.list {
    /*margin: 0 auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    height: 140px;
    border-radius: 10px;
    padding: 2%;
    margin: 2% 1%;
    box-shadow: 0 0 27px 3px rgba(0, 0, 0, .2);
}

.list1 ul {
    list-style-type: none;
}

.list1 li {
    float: left;
    width: 31.33%;
}

.section-heading {
    width: 100%;
    font-size: 30px;
    margin-bottom: 4%;
    text-align: center;
    font-weight: bold;
}

.section-pointers {
    font-size: 16px;
    font-weight: bold;
}

.carousel-height {
    height: 260px;
}

footer {
    padding: 1%;
    /*text-align: center;*/
    font-size: 14px;
    color: #fff;
    background: #000;
}

@media only screen and (max-width: 600px) {
    .logo {
        text-align: center;
    }
    #mobile_contactus_form{
        display: block !important;
    }
    .tp-mask-wrap{
        margin: calc(100% - -56px);
        top: calc(100% - -21px);
    }
    .banner {
        background: #ebeeff;
        padding: 7% 0;
        display:none;
    }

    .banner-heading {
        padding: 5% 0;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        width: 100%;
        color: #302e2a;
    }

    .banner-subheading {
        text-align: center;
        font-size: 25px;
        width: 100%;
        color: #302e2a;
        line-height: 1.4;
    }

    .highlightoverlay {
        margin: 20px 0 20px 0;
    }

    .section-heading {
        font-size: 20px;
        margin-bottom: 4%;
    }

    .list {
        height: 110px;
        padding: 10%;
        margin: 2% 1%;
    }

    .list1 li {
        width: 98%;
    }

    .carousel-height {
        height: auto;
    }
}