html[lang="en"] .top-banner.text-center {
    margin-top: -210px;
}
.slider .subheading {
    float: initial !important;
    font-size: 17.5px !important;
}

.slider .icon-main {
    width: 70px;
    margin: 70px auto 10px !important;
}

@media screen and (min-width:768px) {
    .slider .subheading {
        width: 65%;
    }

    .slider .icon-main {
        width: 85px;
        margin: 50px auto 10px !important;
    }
}
/* first section */
#bg_slider .total-grad-inverse {
    background: url("../img/mainn1.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* second section */

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper figure {
    height: 90px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.wrapper img {

    height: auto;
    padding-top: 10px !important;
    max-height: 100% !important;
    width: auto;
    max-width: 95%;
}

.wrapper .title {
    font-weight: bold;
    font-size: 35px !important;
    color: #5e2ba4 !important;
}

.wrapper .description {
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
html[lang="en"] .wrapper .description {
    min-height: 170px;
    text-align: left;
    direction: ltr;
}
html[lang="ar"] .wrapper .description {
    min-height: 120px;
    text-align: right;
    direction: rtl;
}

.wrapper .options {
    background: #5e2ba4 !important;
    /* min-height:300px; */
    border-radius: 20px;
    padding: 10px;
}

.wrapper .options .form-control {
    border-radius: 8px;
}

.wrapper .btn-default-green-fill {
    border-radius: 10px;
    background-color: #f59938 !important;
    color: #fff !important;
    margin: 5px auto !important;
}

.wrapper .btn-default-green-fill:hover {
    background-color: #fff !important;
    color: #5e2ba4 !important;
}
.form-control{
    font-weight: bold;
}

/* third section */

#bg_slider2 {
    margin-top: 400px;
    position: relative;
    height: 100vh;
}
#bg_slider2 .total-grad-inverse {
    background: url("../img/shared.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
