@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.navbar_section {
    background-color: #fff;
    padding: 20px 0px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}
.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
}
.navbar ul li a {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(70, 70, 70) !important;
}
.navlogo {
    height: 35px;
    width: auto;
}
.nav_social_logo_div {
    display: flex;
    gap: 35px;
    align-items: center;
}
.nav_social_logo_div img {
    height: 25px;
    width: auto;
}
.home_section_one {
    margin-top: 80px;
    position: relative;
}
.home_sec1_inner_text_div {
    position: absolute;
    bottom: 50px;
    text-align: center;
    right: 0;
    left: 0;
    transform: translate(0%, -50%);
    color: #fff;
}
.home_sec1_inner_text_div h1 {
    font-size: 50px;
    letter-spacing: 1.2px;
    font-weight: bold;
}
.home_sec1_upper_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 161, 158, 0.62);
}
.home_sec1_img_div {
    background-image: url(/img/landing\ page.jpg);
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home_section_two {
    margin-top: 80px;
}
.container {
    position: relative;
}
.home_sec2_div{
    text-align: center;
    font-size: 18px;
    background: #efefef;
    height: auto;
    min-height: 360px;
    padding: 20px;
    border-radius: 10px;
}
.home_sec2_div img {
    height: 60px;
    width: auto;
    object-fit: cover;
    margin: auto;
    margin-top: 40px;
}
.home_sec2_div p{
    padding-top: 15px;
    font-size: 16px;
}
.home_sec2_div h3{
    font-size: 23px;
    padding-top: 7px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -25px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -25px;
}
.home_section_three {
    background-color: #efefef;
    height: auto;
    padding: 50px 0px;
    margin-top: 80px;
}
.home_sec3_title_div {
    text-align: center;
}
.home_sec3_img_div img {
    margin-top: 30px;
    width: 100%;
    border-radius: 10px;
    height: 550px;
    object-fit: cover;
}
.home_sec3_inner_card1_title_div {
    text-align: center;
}
.home_sec3_inner_card_div {
    display: flex;
    gap: 10px;
    align-items: center;
    border-left: 1px solid #000;
    padding: 10px 20px;
    width: 100%;
    max-width: 550px;
    margin: auto;
    margin-top: 30px !important;
}
.home_sec3_inner_card_div_active {
    border-left: 5px solid #16A19E !important;
}
.home_sec3_inner_card_div img {
    height: 60px;
    width: 60px;
    /* border-radius: 50%; */
}
.home_sec3_inner_card_title_div {
    text-align: center;
}
.home_sec3_inner_card_title_div h1 {
    color: #16A19E;
}
.home_section_four {
    margin-top: 80px;
    position: relative;
}
.home_sec4_img_div {
    background-image: url(/img/story.jpg);
    height: auto;
    min-height: 75vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}
.home_sec4_upper_layer {
    width: 100%;
    height: auto;
    min-height: 75vh;
    background: rgba(22, 161, 158, 0.62);
    padding: 50px 0px;
}
.home_sec4_inner_text_div {
    width: 100%;
    max-width: 750px;
    margin: auto;
    color: #fff;
    padding: 5px 10px;
}
.home_sec4_inner_text_div h1 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1.2px;
    text-align: center;
}
.home_sec4_inner_text_div h5 {
    padding-top: 30px;
    line-height: 30px;
}
.home_section_five {
    background: #efefef;
    margin-top: 80px;
    padding: 50px 0px;
}
.home_sec5_img_div img {
    height: 450px;
    width: 100%;
    max-width: 500px;
    /* object-fit: cover; */
}
.home_sec5_title_div h1 {
    padding: 0px 0px 50px 0px;
    text-align: center;
}
.home_sec5_card_title_div {
    padding-top: 15px;
}
.home_sec5_card_body_div {
    padding: 20px;
    height: auto;
    min-height: 450px;
    background: #fff;
    border-radius: 8px;
    border-top: 5px solid #16A19E;
}
.home_Sec5_card_inner_text_div h6 {
    line-height: 28px;
}
.home_sec5_card_logos_div {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.home_sec5_card_logos_div img {
    height: 20px;
    width: auto;
}
.carousel-indicators {
    display: none;
}
.home_section_six {
    padding: 50px 0px;
}
.home_sec6_title_div {
    margin: 20px 0px 60px 0px;
    color: #000;
    text-align: center;
}
.home_sec6_img_div{
    text-align: center;
    font-size: 18px;
    background: #efefef;
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 30px 20px;
    border-radius: 10px;
}
.home_section_six_img_div img {
    display: block;
    height: 180px;
    width: auto;
    /* object-fit: cover; */
    margin: auto;
    margin-top: 40px;
}
.home_section_seven {
    background: #efefef;
    margin-top: 80px;
    padding: 50px 0px;
}
.home_sec7_title_div {
    text-align: center;
}
.home_sec7_title_div img {
    height: 80px;
    width: auto;
}
.home_sec7_title_div h1 {
    margin-top: 40px;
}
.home_sec7_contact_text_div {
    text-align: center;
    margin-top: 30px;
}
.home_sec7_contact_text_div span {
    color: #16A19E;
}
.home_sec7_img_div {
    text-align: center;
    margin: 40px 0px;
}
.home_sec7_img_div img {
    height: 100px;
    width: auto;
}
.home_sec7_last_text_div {
    margin: 50px 0px;
    text-align: center;
}
.home_sec7_last_text_div p {
    font-size: 14px;
}
.home_sec7_last_text_div a {
    text-decoration: none;
    color: #16A19E;
}
#advantage_btn{
    background-color: #16A19E;
    color: #fff;
    border: none;
    height: 50px;
    width: 160px;
    border-radius: 6px;
}
#goals_btn{
    background-color: #16A19E;
    color: #fff;
    border: none;
    height: 50px;
    width: 160px;
    border-radius: 6px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    font-size: 30px;
}
.swiper-button-next, .swiper-button-prev{
    top: 50%;
}
.home_Sec5_second_img{
    display: none;
}
.carousel-control-next {
    right: -40px;
}
.carousel-control-prev {
    left: -40px;
}
.carousel-control-next, .carousel-control-prev{
    width: 2%;
}
@media (max-width:500px) {
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 15px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 15px;
    }

    .navlogo {
        height: 22px;
    }

    .navbar_section {
        padding: 5px 0px;
    }

    .home_section_one {
        margin-top: 60px;
    }

    .home_sec3_img_div img {
        height: 280px;
    }

    .home_sec5_img_div img {
        height: 280px;
    }

}
@media (max-width: 400px) {
    .home_sec5_img_div img {
        height: 250px;
    }

    .home_Sec5_card_inner_text_div h6 {
        line-height: 20px;
        font-size: 12px;
    }
    .home_sec3_inner_card_div{
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px;
    }
    .home_sec5_card_logos_div{
        padding-top: 20px;
    }
    .home_sec4_inner_text_div h5 {
        padding-top: 10px;
        line-height: 25px;
        font-size: 16px;
    }
    .home_sec4_upper_layer {
        padding: 30px 0px;
    }
    .home_sec7_contact_text_div h5{
        font-size: 16px;
    }
    .home_sec7_last_text_div p {
        font-size: 12px;
    }
    .home_sec7_img_div img {
        height: 90px;
        width: auto;
    }
    .home_sec7_img_div {
        margin: 30px 0px;
    }
}
@media (max-width:768px){
    .home_sec5_img_div img{
        width: 100%;
        max-width: none;
        object-fit: cover;
    }
    .home_sec1_inner_text_div h1 {
        font-size: 35px;
        letter-spacing: 1.2px;
    }
    .home_sec1_inner_text_div{
        bottom: -10px;
    }
    .home_section_six_img_div img {
        display: block;
        height: 140px;
        width: 100%;
        max-width: none;
        object-fit: cover;
        margin: auto;
        margin-top: 40px;
    }
    .home_Sec5_first_img{
        display: none;
    }
    .home_Sec5_second_img{
        display: block;
    }
}
#ontop {
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right:10px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: none;
    color: #fff;
  }
#ontop.show {
    opacity: 1;
    visibility: visible;
  }
  .last_social_logo_div{
    display: flex;
    gap: 30px;
  }
  .last_social_logo_div img{
    height: 31px;
    width: auto;
  }
.carousel-control-next-icon {
    filter: brightness(0.1);
}
.carousel-control-prev-icon{
    filter: brightness(0.1);
}