.sub-banner-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
/*
.sub-banner-section::before{
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
} */

.sub-banner-section .banner-section {
    /* padding: 140px 0 185px; */
    padding: 10px 0 30px;
}

.sub-banner-section .banner-section .banner-section-content {
    text-align: center;
}

.sub-banner-section .banner-section h1 {
    margin-bottom: 22px;
    font-family: "Teko", sans-serif;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
}

.sub-banner-section .banner-section .btn_wrapper {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 16px 40px;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #6d7072;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sub-banner-section .banner-section .btn_wrapper .sub_home_span {
    margin-right: 10px;
}

.sub-banner-section .banner-section .btn_wrapper .sub_span {
    color: #a80017;
    margin-left: 10px;
}

/* About page Start */
.about_us {
    padding: 50px 0px;
}

.about_us .header_content h2 {
    font-size: 35px;
    font-weight: 500;
    font-family: "Teko", sans-serif;
    color: #242424;
}

.about_us .header_img.box_shodow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about_us .header_content p {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    margin: 10px 0px;
    text-align: justify;
}

.missionvision {
    padding: 80px 0px 20px;
    /* background-color: #f2f2f2; */
}

.missionvision .mission-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.missionvision .mission-wrap .mission-icon {
    position: absolute;
    top: -30px;
    left: 100px;
    right: 100px;
    bottom: 20px;
}

.missionvision .mission-wrap .mission-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    align-items: center;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #0e7c7b;
    cursor: pointer;
}

.missionvision .mission-wrap h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.missionvision .mission-wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}

.missionvision .mission-wrap span {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background-color: #d62246;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}

/* About page End */

/* Services Page Start */
.feature-1 {
    padding: 50px 0;
}

.feature-1 .title-wrap {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-1 .title-wrap h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #2b4e49;
    text-align: center;
}

.feature-1 .title-wrap p {
    font-weight: 300;
    text-align: center;
    margin: 10px;
}

.feature-1 .feature-wrap {
    text-align: start;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px 40px 10px;
    height: 100%;
    margin: 20px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.feature-1 .feature-wrap .feature-icon i {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(90deg, #fb8500 43%, #ffb703 100%);
    cursor: pointer;
}

.feature-1 .feature-wrap .section-heading h2 {
    color: #161616;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    cursor: pointer;
}

.feature-1 .feature-wrap .section-heading ul {
    list-style-image: url(../images/icons/caret-right-solid.svg);
    margin: 0;
}

.feature-1 .feature-wrap .section-heading ul li {
    color: #2b4e47;
    font-size: 16px;
    font-weight: 400;
    /* line-height: 1.5; */
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.feature-1 .feature-wrap .section-heading p {
    color: #9ca3af;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.feature-1 .btn-wrap {
    text-align: center;
    margin: 20px 0;
}

.feature-1 .btn-wrap .btn {
    background-color: #023047;
    padding: 10px 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.feature-1 .btn:focus,
.feature-1 .btn:active {
    outline: none !important;
    box-shadow: none;
}

/* Teams Start */

.team-2 {
    padding: 50px 0;
    font-family: "Poppins", sans-serif;
}

.team-2 .team-main-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Roboto',sans-serif;
}

.team-2 .team-main-title p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
    color: #6b7280;
}


.team-2 .team-list {
    /* display: flex; */
    border: 1px solid #e5e7eb;
    background-color: #f3f4f6;
    border-radius: 10px;
    text-align: center;
    padding: 16px;
    margin-top: 10px;
    height: 100%;
}



.team-2 .team-list .team-list-img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: 12px;
}

@media (max-width: 575.98px) {
    .team-2 .team-list {
        display: block;
    }
    .team-2 .team-list .team-list-img img {
        width: 130px;
        height: 130px;
        margin-top: 20px;
        margin: 13px;
    }
}

.team-2 .team-list .team-list-heading h2 {
    color: #2b4e48;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.team-2 .team-list .team-list-heading h6 {
    color: #a80017;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: none;
}

.team-2 .team-list .team-list-heading p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: justify;
    color: #6b7280;
}

.team-2 .team-list .team-list-heading .team-list-icon i {
    font-size: 25px;
    color: #6b7280;
    margin-left: 10px;
    margin-bottom: 10px;
}
