.hero-banner {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 185px;
}

.relative {
    position: relative;
    padding-top: 28px;
}

.hero-banner .hero-text {
    position: relative;
    padding-left: 100px;
}

.hero-banner .hero-text .logo {
    position: absolute;
    top: -28px;
    left: 0px;
}

.hero-banner .hero-text .logo img {
    height: 185px;
    width: auto;
}

.hero-banner .hero-text .desc {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin-left: 60px;
}
.hero-banner .hero-text .desc {
    color: #0751ab;
    text-transform: uppercase;
    margin-top: 15px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    padding: 10px 0px;
    text-align: center;
    width: 780px;
    position: absolute;
}


.hero-banner .hero-text .desc__title1 {
    font-size: 25px;
    color: #0751ab;
    margin-bottom: 7px;
    font-weight: bold;
}
.hero-banner .hero-text .desc__title1 {
    font-size: 25px;
    color: #0751ab;
    margin-bottom: 7px;
    font-weight: bold;
}
.desc__title1 {
    font-size: 33px !important;
    color: yellow !important;
}


.hero-banner .hero-text .desc__title__main {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
}



@media (max-width: 991px) {
    .hero-banner {
        background: #0751AB !important;
    }
}




@media (max-width: 768px) {
    .hero-banner .hero-text {
        padding-left: 0px;
        text-align: center;
    }
}
.hero-banner .hero-text {
    position: relative;
    padding-left: 100px;
}
@media (max-width: 768px) {
    .hero-banner .hero-text {
        padding-left: 0px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-banner .hero-text .logo {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 768px) {
    .hero-banner .hero-text .logo img {
        height: 120px !important;
    }
}

@media (max-width: 991px) {
    .hero-banner .hero-text .desc {
        margin-left: 0px !important;
    }
}


@media (max-width: 768px) {
    .hero-banner .hero-text .desc__title__main {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .hero-banner .hero-text .desc__title__main {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .hero-banner .hero-text .desc {
        width: auto;
        position: relative;
    }
}

@media (max-width: 991px) {
    .hero-banner
 {
        background: #0751AB !important;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: auto;
    }
}

