body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.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/yellow-bg.jpg);
    background-position: left center;
}

.banner {
    background-image: url(../img/bg-new01.jpg);
    background-position: left center;
    background-size: cover;
    padding: 7% 0;
}

.banner9 {
    background-image: url(../img/bg-new01.jpg);
    background-position: left center;
    background-size: cover;
    padding: 8% 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;
}

.banner-subheading {
    text-transform: capitalize;
    text-align: left;
    font-size: 25px;
    width: 50%;
    color: #302e2a;
    line-height: 1.4;
    font-weight: 600;
}

/*.banner-subheading span{
    font-size: 18px;
}
*/
.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%;
    font-weight: bold;
}

.section-heading {
    width: 100%;
    font-size: 28px;
    margin-bottom: 4%;
    text-align: center;
    font-weight: bold;
}

.section-pointers {
    font-size: 16px;
    font-weight: bold;
}

.carousel-height {
    height: 250px;
}
.logo1{
    float: right;
    margin-top: 10px;
}

footer {
    padding: 2%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #333;
}

@media only screen and (max-width: 600px) {
    .logo {
        text-align: center;
    }

    .banner {
        background: #fcaf17;
        padding: 7% 0;
    }

    .banner9 {
        background: #fcaf17;
        padding: 7% 0;
    }


    .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;
    }
.show{
    visibility: visible !important;
}
.hide{
    display: none;
}

.testimonial{
    border-radius: 0px 40px;
    background-color: #fff8d9;
    border: 2px solid;
    box-shadow: -5px 1px 27px 3px rgb(144 144 144 / 47%);
    margin: auto;
    width: 95%;
}

    .slider{
    display: grid;
    grid-template-columns: 100% !important;
}
blockquote p{
    text-align: center !important;
}
}

/*--- */

.section-heading p{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 20px;
}

.txt{
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.show{
    display: none;
}

.circle-img{
    text-align: center;
    border-radius: 100%;
}

.slider{
    display: grid;
    grid-template-columns: 18% 83%;
}

.testimonial{
    border-radius: 0px 40px;
    background-color: #fff8d9;
    border: 2px solid;
    box-shadow: -5px 1px 27px 3px rgb(144 144 144 / 47%);
}

.carousel-indicators li{
    background-color: #444!important;
}

blockquote p{
    text-align: justify;!important;
}

.carousel-item{
transition: transform .2s ease-in-out,-webkit-transform .3s ease-in-out !important;}