/*start Hero section*/
.hero {
    height: 50vh;
}

/*Background Image */
.hero:before {
    content: "";
    background: url("../images/Banner\ view\ 1.jpeg");


    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 60%;
    z-index: -1;
    background-color: #FFFFFFCF;

}

.hero-inner {
    position: relative;
    height: 100%;
}

.hero-text {
    position: absolute;
    top: 30%;
    margin-left: 50vw;


}

.text-box {
    background-color: rgba(0, 0, 0, 0.4);
    /* Semi-transparent black */
    color: white;
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 80%;
    padding-top: 120px;
}
.allpagetext-box {
    background-color: rgba(0, 0, 0, 0.4);
    /* Semi-transparent black */
    color: white;
   margin-top: 18px;
   margin-right: 5px;
   padding-top: 10px;
    text-align: center;
   padding-left: 5px;
   padding-right: 5px;
}
.main-title {
    font-size: 60px !important;
    color: #3d8083;
    font-weight: 700;
    text-align: center;
}

.hero-h1 {
    font-size: 50px !important;
    color: white;
    font-weight: 700;
}

.hero-h2 {
    font-size: 50px !important;
    color: white;
    font-weight: 700;
}

.hero-link {
    text-decoration: none;
    color: white;
    margin-left: 10px;
    font-weight: bold;
}

.hero-span {
    margin-left: 10px;
    color: white;
    font-weight: bold;
}

.border_style {
    border: 1px solid #3d8083;
    padding: 20px;
}

.list-numbered {
    list-style: none;
    margin-left: 1em;
    counter-reset: line;
}

.list-numbered>li {
    position: relative;
    margin-bottom: 1.5em;
}

.list-numbered>li:before {
    position: absolute;
    left: -2.25em;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 0.5em;
    background-color: #3d8083;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line);
}

/* end hero section */
@media only screen and (max-width: 600px) {

    .hero-h1 {
        font-size: 21px !important;
        margin-top: 20px;
        font-weight: 700;
    }
    .border_style {
    border: 1px solid #3d8083;
    padding: 10px;
}
p{
    line-height: 20px !important;
}
    .hero-link {

        font-size: 15px;
    }

    .hero-h2 {
        font-size: 20x !important;

    }
.section-header h3 {
    font-size: 17px;
    font-weight: bold;
}
.section-header h4 {
    font-size: 14px;
   
}

}


.first_sect_title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.title_h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.img_section {
    object-fit: cover !important;
}

@media (max-width: 768px) {
    .img_section {
        width: 100%;
        height: auto;
    }

    .row-img {
        width: 100% !important;
        height: auto !important;
    }
}