/* Created in workahr.com - Project Name - DNG Rays - Downloaded on - 16/12/2022 */

.banner-section-outer {
    background: linear-gradient(
            0deg,
            rgb(47 53 62 / 66%),
            rgba(43, 42, 42, 0.3)
        ),
        url(../images/pageslide.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.navbar-one {
    background-color: transparent;
    font-family: "Ubuntu", sans-serif;
    /* padding: 20px 0px; */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navbar-one .navbar .navbar-brand {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    margin: 7px 0px;
}

.navbar-one .navbar .navbar-brand img {
    width: 100px;
}

.navbar-one .navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
}

.navbar-one .navbar .navbar-nav .nav-item .nav-link {
    margin-right: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.navbar-one .navbar .navbar-nav .nav-item .nav-link.active {
    color: #e13b3a;
}

@media screen and (min-width: 992px) {
    .navbar-one .navbar {
        padding: 0;
    }
    .navbar-one .navbar .navbar-nav .nav-item .nav-link {
        padding: 20.8px 0;
    }
    /* .navbar-one .navbar .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    background-color: transparent;
    height: 3px;
    width: 0;
    left: 0;
    bottom: 10px;
    transition: 0.3s;
  }
  .navbar-one .navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
  } */
}

.dropdown-menu {
    background-color: #fee6d1;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    color: #a50217;
    border-bottom: 1px solid #fbfbfc;
    text-transform: capitalize;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #a70016 !important;
}

.navbar-one .navbar .navbar-toggler {
    border: none;
    margin-top: 0px;
    padding: 0px;
    font-size: 18px;
    color: #fff;
}

.navbar-one .navbar-item .nav-btn {
    position: relative;
    padding: 15px 42px !important;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff !important;
    border: 1px solid #e13a3b;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.navbar-one .navbar-item .nav-btn:hover {
    background: linear-gradient(90deg, #e2373a 0%, #e9704d 100%);
    color: #fff;
    border: 1px solid transparent;
}

/* Bannaer Start */

.banner-section {
    padding: 120px 0;
}

.banner-section-outer
    .banner-section
    .banner-section-content
    .banner-section-wrapper {
    position: relative;
    padding-left: 42px;
}

.banner-section-outer .banner-section .banner-section-content h3 {
    font-family: "Teko", sans-serif;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.banner-section-outer .banner-section .banner-section-content h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffff;
    font-family: "Teko", sans-serif;
    margin-bottom: 0;
    margin-left: 0px;
}
.banner-section-outer
    .banner-section
    .banner-section-content
    .banner-section-wrapper
    .white_line {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-section-outer
    .banner-section
    .banner-section-content
    .banner-section-wrapper
    .white_line
    img {
    height: 120px !important;
}
.banner-section-outer .banner-section .banner-section-content p {
    font-size: 20px;
    /* line-height: 1.7; */
    font-weight: 600;
    color: #fff;
    /* margin-top: 20px; */
    margin-bottom: 35px;
    font-family: "Ubuntu", sans-serif;
}

.banner-section-content .btn_wrapper .join_now_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 35px 20px 35px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #6d7072;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.banner-section-content .btn_wrapper .join_now_btn:hover {
    background-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border: 2px solid transparent;
}

.banner-section-content .btn_wrapper .join_now_btn i {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    position: absolute;
    left: 155px;
    top: 10px;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    background-color: transparent;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.banner-section-content .btn_wrapper .join_now_btn:hover i {
    background-color: #fff;
    color: #e13b3b;
    background-image: none;
}

.banner {
    display: none;
    position: relative;
    background: url(../images/banner_background.jpg);
    /* min-height: 100vh; */
    min-height: 300px;
    background-size: cover;
    background-position: center;
    padding: 100px 0 0 0px;
}

.header_list .header_content {
    background: transparent;
    padding: 50px 40px;
}

@media only screen and (max-width: 600px) {
    .header_list .header_content {
        background: transparent;
        padding: 20px;
    }
}

.header_list .header_content h4 {
    font-family: "Teko", sans-serif;
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.header_list .header_content h2 {
    font-size: 110px;
    font-weight: 600;
    line-height: 1.3;
    color: #ffff;
    margin: 0px;
    font-family: "Teko", sans-serif;
}

.header_list .header_content p {
    font-size: 20px;
    /* line-height: 1.7; */
    font-weight: 600;
    color: #fff;
    /* margin-top: 20px; */
    margin-bottom: 35px;
    font-family: "Ubuntu", sans-serif;
}

.header_list .header_content .join_now_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 82px 20px 35px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #6d7072;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.header_list .header_content .join_now_btn:hover {
    background-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border: 2px solid transparent;
}
.header_list .header_content .join_now_btn i {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    position: absolute;
    left: 155px;
    top: 10px;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    background-color: transparent;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.header_list .header_content .join_now_btn:hover i {
    background-color: #fff;
    color: #e13b3b;
    background-image: none;
}

/* Feature Start */
.feature-8 {
    background-color: #fff;
    padding: 50px 0;
    font-family: "Teko", sans-serif;
}

.feature-8 .section-title h1 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.feature-8 .section-title h3 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #e13a3b;
    letter-spacing: 3px;
    padding-left: 14px;
    text-align: center;
}

.feature-8 .line-height {
    height: 30px;
}

.feature-8 .feature-wrap {
    position: relative;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.feature-8 .feature-wrap img {
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 55px;
}

.feature-8 .feature-wrap h5 {
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature-8 .feature-wrap p {
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-align: center;
    color: #55616d;
    font-family: "Ubuntu", sans-serif;
}

.feature-8 .feature-wrap a {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #e13b3b;
    display: inline-block;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    transition: all 0.3s ease-in-out;
}

/* Feature End */

/* About us Start */
.aboutus_section {
    /* background: linear-gradient(
            359deg,
            rgb(4 8 15 / 75%),
            rgba(43, 42, 42, 0.3)
        ),
        url(../images/about_us.JPG); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0px;
}

.aboutus_image {
    position: relative;
}

.aboutus_image figure {
    position: absolute;
    top: 5px;
    left: -104px;
}

.aboutus_content {
    margin-top: 45px;
}

.aboutus_content h5 {
    margin-bottom: 18px;
    color: #e13b3b;
    font-size: 30px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 3px;
}

.aboutus_content h2 {
    color: #2b4e48;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 12px;
}

.aboutus_content p {
    font-weight: 300;
    font-size: 20px;
    color: #242424;
    margin-bottom: 32px;
}

.aboutus_content .counter_wrapper {
    margin-bottom: 34px;
}

.aboutus_content .counter_wrapper .rating {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 55px;
    font-weight: 600;
    color: #e13b3b;
}

.aboutus_content .counter_wrapper .plus_sign {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 55px;
    font-weight: 600;
    color: #e13b3b;
    margin-left: -6px;
}

.aboutus_content .counter_wrapper p {
    font-family: "Teko", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.aboutus_content .btn_wrapper .readmore_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 35px 20px 35px;
    text-align: center;
    color: #6d7072;
    border: 2px solid #6d7072;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.aboutus_content .readmore_btn i {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    position: absolute;
    left: 150px;
    top: 10px;
    background-image: linear-gradient(-82deg, #e13b3b 0%, #e9704d 100%);
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.aboutus_content .btn_wrapper .readmore_btn:hover {
    background-image: linear-gradient(-82deg, #e9704d 0%, #e13b3b 100%);
    border-image: linear-gradient(-82deg, #e9704d 0%, #e13b3b 100%);
    border: 2px solid transparent;
    color: #fff;
}

.aboutus_content .btn_wrapper .readmore_btn:hover i {
    background-color: #fff;
    color: #e13b3b;
    background-image: none;
}

/* About us End */

/* Our Services Start */
.our_services_section {
    /* background-image: url(../images/our_services_background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
    padding: 56px 0;
    position: relative;
}

.our_services_content {
    text-align: center;
}

.our_services_content h5 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #e13b3a;
    letter-spacing: 7.6px;
    padding-left: 12px;
}

.our_services_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 0;
    color: #242424;
    padding: 0 180px;
}

/* Our Services Start */
.our_teams {
    background-image: url(../images/our_services_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 215px;
    position: relative;
}

.our_teams .our_services_content {
    text-align: center;
}

.our_teams .our_services_content h5 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 14px;
    text-align: center;
}

.our_teams .our_services_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.teams_wrap {
    padding: 0 0 10px;
    margin-top: -210px;
}

.teams_wrap .facilities_image {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.teams_wrap .facilities_content {
    position: absolute;
    bottom: 10px;
    left: 22px;
}

.teams_wrap .facilities_content figure {
    margin-bottom: 30px;
}

.teams_wrap .facilities_content h5 {
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Teko", sans-serif;
    font-size: 30px;
}

.teams_wrap .facilities_content p {
    font-weight: 300;
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 3px;
}

.teams_wrap .btn_wrapper .join_now_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 34px 21px 34px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    display: inline-block;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.teams_wrap .join_now_btn i {
    color: #e13b3b;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 43px;
    position: absolute;
    left: 158px;
    top: 11px;
    background-color: #fff;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

/* Gallery */

.facilities_section {
    padding: 0 0 40px;
    /* margin-top: -335px; */
}

.facilities_image {
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.facilities_content {
    position: absolute;
    bottom: 32px;
    left: 40px;
}

.facilities_content figure {
    margin-bottom: 30px;
}

.facilities_content h5 {
    font-weight: 500;
    margin-bottom: 6px;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
}

.facilities_content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-family: "Ubuntu", sans-serif;
}

.facilities_section .facilities_content .btn_wrapper {
    text-align: left;
    margin-top: 0;
}

.facilities_content .btn_wrapper .readmore_btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.facilities_content .readmore_btn i {
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 28px;
    text-align: center;
    position: absolute;
    left: 98px;
    bottom: 0;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.facilities_section .btn_wrapper .join_now_btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 21px 34px 21px 34px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    display: inline-block;
    border-radius: 50px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.facilities_section .join_now_btn i {
    color: #e13b3b;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 43px;
    position: absolute;
    left: 158px;
    top: 11px;
    background-color: #fff;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

/* Our Services End */

/* Team Section */
.team {
    background-image: url(../images/our_services_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Teko", sans-serif;
    padding: 50px 0px;
    background-color: #fff;
}

.team .team_member_content h5 {
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 3px;
    padding-left: 14px;
    text-align: center;
}

.team .team_member_content h2 {
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.team .team_wrap {
    background: linear-gradient(
            0deg,
            rgba(4, 8, 15, 0.3),
            rgba(43, 42, 42, 0.3)
        ),
        url(../images/player-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
}

.team .team_wrap .team_height {
    height: 320px;
    width: 100%;
}

.team .team_wrap .team_text {
    padding: 0px 20px;
    text-align: center;
}

.team .team_wrap .team_text h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.team .team_wrap .team_text h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffff;
    margin: 0;
}
/* Team Section */

/* Conact Us  */
.contact_us_section {
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}
.contact_us_image {
    position: relative;
}
.contact_us_image figure {
    position: absolute;
    top: -40px;
    right: 0;
}

.contact_us_form_content h5 {
    margin-bottom: 20px;
    color: #e13b3a;
    letter-spacing: 7.6px;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
}
.contact_us_form_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-right: 40px;
    color: #fff;
}

.contact_us_form_content input {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    background-color: #fff;
    color: #747373;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px 24px;
    width: 260px;
    overflow: visible;
    outline: none;
    margin-bottom: 26px;
}

.contact_us_form_content textarea {
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    background-color: #fff;
    color: #747373;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 15px 26px;
    width: 100%;
    outline: none;
    resize: none;
    height: 130px;
    margin-bottom: 22px;
}

.contact_us_form_content button {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 35px 20px 45px;
    text-align: center;
    color: #fff;
    border: 2px solid #6d7072;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    position: relative;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.contact_us_form_content button i {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    height: 42px;
    width: 42px;
    position: absolute;
    left: 160px;
    top: 10px;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704e 100%);
    border-radius: 50px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.contact_us_form_content button:hover {
    background-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border-image: linear-gradient(-82deg, #e9704d 0%, #e13a3b 100%);
    border: 2px solid transparent;
}
.contact_us_form_content button:hover i {
    background-color: #fff;
    color: #e13b3b;
    background-image: none;
}

/* Conact Us */
/* Blog Start */
.our_news_section {
    padding: 130px 0;
}

.our_news_content {
    text-align: center;
}

.our_news_content h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #e13a3b;
    letter-spacing: 3px;
    padding-left: 14px;
    text-align: center;
}

.our_news_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 50px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #000;
}

.our_news_box_content {
    box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
    width: 100%;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.our_news_box_upper_portion {
    position: relative;
}

.our_news_box_upper_portion img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.our_news_box_image_content {
    background-image: linear-gradient(82deg, #e13a3b 0%, #e9704d 100%);
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: -42px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px 15px;
}

.our_news_box_image_content h4 {
    font-family: "Teko", sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.our_news_box_image_content .month {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
}

.our_news_box_lower_portion {
    padding: 70px 20px 30px;
    text-align: center;
    border: 2px solid #fff;
    border-top: none;
    transition: all 0.3s ease-in-out;
}

.our_news_box_lower_portion h5 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    margin-bottom: 5px;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

.our_news_box_lower_portion p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #55616d;
    margin-bottom: 16px;
}
.our_news_box_lower_portion .read_more_btn {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #e13b3b;
    font-family: "Ubuntu", sans-serif;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.our_news_box_content:hover .our_news_box_upper_portion img {
    opacity: 0.8;
}
.our_news_box_content:hover {
    border: 2px solid #e13a3b;
    border-top: none;
}
.our_news_box_content:hover .our_news_box_lower_portion .read_more_btn {
    color: #000;
}
.our_news_box_content:hover .our_news_box_lower_portion h5 {
    color: #e13b3b;
}

/* Blog End */
/* Footer Start */
.footer-9 {
    padding: 30px 0px 0px;
    background: #000;
    font-family: "Teko", sans-serif;
}

.footer-9 .footer-wrap-link h3 {
    display: block;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-9 .footer-wrap-desc .footer-social a i {
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    background-color: #212121;
    border-radius: 100px;
    height: 44px;
    width: 44px;
    text-align: center;
}

.footer-9 .footer-wrap-desc .footer-social a i:hover {
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    transform: translateY(-5px);
}

.footer-9 .footer-wrap-link ul {
    margin: 10px 0px;
    padding: 10px 0px;
    list-style-type: none;
}

.footer-9 .footer-wrap-link ul li {
    display: block;
    margin-bottom: 9px;
    font-family: "Ubuntu", sans-serif;
}

.footer-9 .footer-wrap-link ul li p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.footer-9 .footer-wrap-link ul li span {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #9b9a9a;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.footer-9 .footer-wrap-link ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #9b9a9a;
    padding: 0 3px 0 12px;
    display: inline-block;
    text-decoration: none;
}

.footer-9 .footer-wrap-link ul li a:hover {
    color: #e13a3b;
    /* transform: translateY(-5px); */
}

.footer-9 .footer-wrap-link ul li a i {
    font-size: 15px;
    margin-right: 5px;
    color: #fff;
}

.footer-9 .footer-wrap-desc p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    /* text-align: start; */
}

.footer-9 .footer-wrap-desc h1 {
    color: #fff;
}

.footer-9 .footer-icons a i {
    font-size: 20px;
    color: #fff;
    margin: 10px 20px 10px 0;
}

.copyrights {
    background-color: #000000 !important;
    letter-spacing: 1px;
    text-align: center;
    border-top: 1px solid;
}

.copyrights .copyrights-text h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #f2f2ff;
    margin-top: 10px;
}

/* Services Page Table Section */
.our_schedule_section {
    padding-bottom: 50px;
}

.our_schedule_content {
    text-align: center;
}

.our_schedule_content h5 {
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #e13b3b;
    letter-spacing: 7.6px;
    padding-left: 12px;
}

.our_schedule_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}

.our_schedule_section table {
    width: 100%;
}

.our_schedule_section table th {
    background-color: #000;
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 500;
    padding: 15px 15px 15px 25px;
    border-right: 1px solid #e9e9e9;
}
.our_schedule_section table th:last-child {
    border-right: none;
}
.our_schedule_section table td,
th {
    text-align: center;
    width: 14%;
}
.our_schedule_section table td {
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.our_schedule_section table td:first-child {
    color: #fff;
    font-family: "Teko", sans-serif;
    font-size: 30px;
    line-height: 98px;
    font-weight: 500;
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    border-left: none;
}
.our_schedule_section table td:last-child {
    border-right: none;
}
.our_schedule_section table td h6 {
    margin-bottom: 0;
}
.our_schedule_section table td p {
    font-size: 16px;
}
.our_schedule_section table td:hover {
    background-image: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
}
.our_schedule_section table td:hover h6 {
    color: #fff;
}
.our_schedule_section table td:hover p {
    color: #fff;
}
.our_schedule_section table tr:last-child td {
    border-bottom: none;
}

/* Quote Section Start */
.quote_section {
    background-image: url(../images/quote_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 150px;
    position: relative;
}

.quote_content {
    text-align: center;
}

.quote_content h2 {
    font-family: "Teko", sans-serif;
    font-size: 65px;
    line-height: 66px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #fff;
    padding: 0 40px;
}

.quote_content .quote_wrapper {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
}

.quote_content .quote_wrapper h6 {
    font-family: "Teko", sans-serif;
    font-size: 28px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

.quote_content .quote_wrapper span {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
}

.quote_content .quote_wrapper .quote_image {
    position: absolute;
    top: -25px;
    left: -120px;
    display: inline-block;
}
/* Quote Section End */

/* Sign Up from Start */
.signin_up {
    padding: 50px 0px;
    font-family: "Ubuntu", sans-serif;
}

.sign_in .sign_wrap h2 {
    color: #303538;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 14px;
    font-family: "Teko", sans-serif;
}

.form-group {
    margin-bottom: 1rem;
}

.form-wrap .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #242424;
    margin-bottom: 20px;
}

.form-wrap .form-group .form-label {
    color: #303538;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.form-wrap .form-group .form-control {
    height: calc(2em + 0.75rem + 2px);
    background: #fbfbfd;
    box-shadow: none;
    border: 1px solid #899298;
    padding: 10px 13px 8px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #343a3d;
    border-radius: 3px;
    margin: 0;
}

.form-wrap .form-group .form-check .form-check-label {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #454545;
}

.form-wrap .form-group a {
    color: #e3423e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    text-decoration: none;
}

.form-wrap .form-group .password_text {
    color: #6e777d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.form-wrap .log-btn {
    background: linear-gradient(-82deg, #e13a3b 0%, #e9704d 100%);
    border: 1px solid transparent;
    color: #fff;
    width: 100%;
    height: 48px;
    font-size: 18px;
    padding: 12px 30px;
    margin: 10px 0px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.4s ease;
}

.form-wrap .log-btn:hover {
    background: linear-gradient(-82deg, #e13a3b 40%, #e9704d 60%);
    color: #fff;
    border-color: transparent;
}

.or-tag {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e2e9ee;
    line-height: 0;
    margin: 38px 0;
    color: #899298;
}

.or-tag span {
    background: #fff;
    padding: 0 20px;
}

.form-wrap .google-btn {
    font-family: "Averta", sans-serif;
}

.form-wrap .google-btn {
    background: #fff;
    border: 1px solid #303538;
    color: #303538;
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 12px 30px;
    margin: 10px 0px;
    border-radius: 3px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: inherit;
    transition: all 0.4s ease;
}
/* Sign From End */

/* Contact Us */

.contact_us {
    padding: 50px 0px;
    background: #fae6d2;
    font-family: "Roboto", sans-serif;
}

.contact_us .box_card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    padding: 10px 0px;
}

.contact_us .contact_details {
    padding: 10px;
    text-align: center;
}

.contact_us .contact_details i {
    font-size: 25px;
    color: #a80017;
}

.contact_us .contact_details h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0px;
    color: #2b4e48;
}

.contact_us .contact_details p,
.contact_us .contact_details p  a {
    font-size: 16px;
    font-weight: 500;
    color: #8f9595;
    text-decoration: none;
}

.contact_us .contact_details p  a:hover{
    color: #a80017;
}

.contact_us .form_wrap {
    padding: 15px;
}

.contact_us .form_wrap h3 {
    font-size: 28px;
    font-weight: 600;
    color: #a80017;
}

.contact_us .form_wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #7d7d7d;
}

.contact_us .form_wrap .form-control {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.contact_us .form_wrap
.btn_style {
    background-color: #a60018;
    padding: 10px 60px;
    border-radius: 33px;
    color: #ffff;
}


.header_img  img{
    border-radius: 15px;
}

.download_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.btn-Download{
    color: #fff;
    background-color: #a80017;
    border-color: #a80017;
    font-size: 12px;
    font-weight: 500;
}