@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif !important; 
    color: #000;
    font-size: 15px;
}
a:hover{
    text-decoration: none !important;
}
/* Header */
.header{
    background-color: #fff !important;
    box-shadow: 0 0 6px -4px;
    z-index: 999;
}
.logo img{
    width: 160px;
}
.header .navbar-nav .active>.nav-link, .header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link.show, .header .navbar-nav .show>.nav-link {
    color: #2d6947;
    font-weight: 400;
}
.nav_item{
    position: relative;
}
.nav_link:hover{
    font-weight: 400;   
}
.header .navbar-nav .nav_link:focus, .header .navbar-nav .nav_link:hover{
    color: #2d6947;
    font-weight: 400;
}
.nav_link:hover::after{
    content: "";
    position: absolute;
    background: #2d6947;
    width: 35%;
    height: 2px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 4px;
}
.active::after{
    content: "";
    position: absolute;
    background: #2d6947;
    width: 35%;
    height: 2px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    bottom: 4px;
}
.navbar-expand-lg .navbar-nav .nav_link{
    padding: .5rem .6rem;
}
.header_btns a{
    margin: .5rem;
}
.header .navbar-nav .nav_link{
    color: #858585;
    font-weight: 400;
}
.outline_btn{
    color: #2d6947;
    border-color: #2d6947;
    width: 90px;
    font-size: 15px;
    font-weight: 600;
}
.outline_btn:hover {
    color: #fff;
    background-color: #2d6947;
    border-color: #2d6947;
}
.outline_btn.focus, .outline_btn:focus {
    box-shadow: 0 0 11px -4px rgba(44, 104, 70, 0.5);
}
.outline_btn:not(:disabled):not(.disabled).active, .outline_btn:not(:disabled):not(.disabled):active, .show>.outline_btn.dropdown-toggle {
    color: #fff;
    background-color: #2d6947;
    border-color: #2d6947;
}
.outline_btn:not(:disabled):not(.disabled).active:focus,
.outline_btn:not(:disabled):not(.disabled):active:focus, .show>.outline_btn.dropdown-toggle:focus {
    box-shadow: 0 0 11px -4px rgba(44, 104, 70, 0.5);
}
.fill_btn{
    color: #fff;
    background-color: #2d6947;
    border-color: #2d6947;
    width: 90px;
    font-size: 15px;
    font-weight: 600;
}
.fill_btn:hover {
    color: #fff;
    background-color: #2d6947;
    border-color: #2d6947;
}
.fill_btn.focus, .fill_btn:focus {
    outline: 0;
    box-shadow: 0 0 11px -4px rgba(44, 104, 70, 0.5);
}
.fill_btn:not(:disabled):not(.disabled).active, .fill_btn:not(:disabled):not(.disabled):active, .show>.fill_btn.dropdown-toggle {
    color: #fff;
    background-color: #2d6947;
    border-color: #2d6947;
}
.fill_btn:not(:disabled):not(.disabled).active:focus, .fill_btn:not(:disabled):not(.disabled):active:focus, .show>.fill_btn.dropdown-toggle:focus {
    box-shadow: 0 0 11px -4px rgba(44, 104, 70, 0.5);
}
/* Highlight */
.highlight{
    background-color: #2d6947;
    padding: .6rem;
}
.highlight h2{
    text-align: center;
    color: #fef453;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
}
/* Welcome */
.welcome{
    position: relative;
    padding: 1.5rem 0;
}
.welcome_head h1{
    font-size: 30px;
    margin: 0;
    text-align: center;
}
.welcome_head img{
    width: 200px;
}
.knowledge_section img{
    width: 270px;
    max-height: 650px;
    object-fit: contain;
}
.knowledge_section_body{
    position: relative;
    z-index: 1;
    padding: 1rem 4rem;
}
.knowledge_section::after{
    content: "";
    background-image: url('../img/knowledge_bg.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 45%;*/
    width: 100%;
    height: 630px;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: -1;
    background-color: #fffeec;
}
.welcome_services_body{
    position: relative;
    z-index: 1;
}
.welcome_services::after{
    content: "";
    background-image: url('../img/knowledge_bg_green.png');
    background-size: cover;
    position: absolute;
    overflow: hidden;
    top: 13%;
    right: 0;
    width: 50%;
    height: 855px;
    background-repeat: no-repeat;
    z-index: -2;
}
.knowledge_section{
    position: inherit;
}
.welcome_services{
    position: inherit;
}
.knowledge_section h3{
    margin-top: 1.2rem;
    font-size: 40px;
    font-weight: 600;
    color: #3f3f3f;
}
.knowledge_section span{
    color: #2d6947;
}
.join_btn{
    width: 150px;
    font-size: 19px;
    border-radius: 25px;
}

/*.welcome_service_box h4{
    color: #116396;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}
.welcome_service_img img{
    width: 200px;
    height: 115px;
    object-fit: contain;
    margin: auto;
    display: block;
}*/
.welcome_service_img img {
    width: 100%;
    height: 230px;
    object-fit: contain;
    margin: auto;
    display: block;
}

.welcome_service_box {
   
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
   margin-bottom: 3rem;
    min-height: 225px;
    transition: transform .4s;
}
/* What We Offer */
.offer{
    width: 100%;
    height: auto;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../img/offer-bg.png);
    padding-bottom: 15rem;
}
.offer_heading h4{
    text-align: center;
    color: #3f3f3f;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}
.line{
    border: 1px solid #3f3f3f;
    width: 18%;
    margin: 4px auto;
    display: block;
}
.offers{
    padding: 6rem 0;
}
.offer_box {
    padding: 1rem 1rem;
    text-align: center;
}
.card_offer{
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 5px 13.3px 0.7px rgba(0, 0, 0, 0.2);
    margin: 1.5rem auto;
    width: 90%;
    transition: transform .4s;
    cursor: pointer;
}
.card_offer:hover{
    background: linear-gradient(white 15%, #dff8d7 52%);
    transform: scale(1.13);
}
.card_offer:hover h3{
    color: #2d6947;
}
.offer_box img{
    max-width: 160px;
    height: 100px;
    margin: 2rem auto 2rem;
    display: block;
    object-fit: contain;
}
.offer_box h3{
    margin-bottom: 1.3rem;
    font-size: 25px;
    font-weight: 700;
    color: #2f2f2f;
}
/* watch video */
.watch_video{
    background-color: #fff;
    padding: 2rem 0;
}
.video_bg{
    padding: 3rem 1rem;
    border: 0;
    border-radius: 36px;
    background-color: rgb(236, 250, 241);
    box-shadow: 0px 2px 45px 5px rgba(45, 105, 71, 0.2);
}
.watch_btns{
    padding: 3rem;
    border-right: 1px solid #333;
}
.watch_btns h3{
    color: #2f2f2f;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.watch_btns span{
    color: #2d6947;
}
.play_btn{
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.video{
    width: 340px;
    margin: 1rem auto;
    display: block;
    filter: brightness(0.8);
}
.view_link{
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #2d6947;
    font-size: 20px;
    font-weight: 700;
}
.view_link:hover{
    color: #2d6947;
}
/* courses head */
.courses_head{
    padding: 2rem 0;
}
.courses_box{
    width: 100%;
    min-height: 270px;
    padding: 1.6rem 1rem;
    margin: 1rem 0;
    border-radius: 15px;
    background-color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(230,233,240) 0%, rgb(238,241,245) 100%);
    background-image: -webkit-linear-gradient( 
92deg
, rgb(230,233,240) 1%, rgb(238 241 245 / 20%) 63%);
    background-image: -ms-linear-gradient( 90deg, rgb(230,233,240) 0%, rgb(238,241,245) 100%);
    box-shadow: 0 0 19px -12px rgb(0 0 0);
    transition: transform .4s;
}
.courses_box:hover {
    background: linear-gradient(to top, white 15%, #dff8d7 52%);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.courses{
    background-color: #fff;
   
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
   /* background-image: url(../img/courses_bg.png); */
}
.courses_heading h3{
    color: #2d6947;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}
.courses_heading p{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 8px;
    min-height: 42px;
}
.cousrse_price p{
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    color: #2d6947;
    margin-bottom: 2px;
}
.cousrse_price{
    text-align: center;
}
.buy_now{
    background: #2d6947;
    color: #fff;
    border-radius: 25px;
    width: 130px;
    margin: .9rem auto 0;
    display: block;
    border: 1px solid #2d6947;
    font-weight: 500;
}
.buy_now:hover{
    color: #2d6947;
    background: transparent;
    border: 1px solid #2d6947;
}
.buy_now:focus{
    box-shadow: none;
}
/* need help */
.need_help{
    padding: 3rem 0;
}
.need_help_heading{
    text-align: center;
}
.need_help_heading h3{
    font-size: 35px;
    font-weight: 700;
    color: #2d6947;
}
.need_help_heading p{
    font-size: 17px;
    font-weight: 300;
}
.need_btn{
    background-color: #2d6947;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 25px;
    padding: .7rem 2rem;
    margin-bottom: 1rem;
}
.need_btn:hover{
    color: #2d6947;
    background: transparent;
    border: 1px solid #2d6947;
}
.need_btn:focus{
    box-shadow: none;
}
/* Footer */
.footer{
    margin-top: 0;
    padding: 0 4rem;
    background-color: #edf6f3;
    float: left;
    width: 100%;
    border-bottom: 5px solid #2d6947;
}
.footerlinks h6{
    color: #2d6a47;
    font-size: 20px;
    font-weight: 500;
}
.footerlinks ul {
    margin: 0;
    padding: 0;
} 
.footerlinks ul li{
    list-style-type: none;
    padding: 4px 11px;
} 
.footerlinks ul li a {
    list-style-type: none;
    color: #000;
    font-size: 15px;
}
.footerlinks h6 {
    color: #2d6a47;
    font-size: 20px;
    font-weight: 500;
}
.footerlinks address p {
    font-size: 15px;
    margin-bottom: 5px;
}
.footerlinks address a{
    color: #000;
}
@media (max-height: 992px) {
    .footerlinks address p{
        line-height: 2;
    }
}
.footerlinks p {
    color: #000;
    font-size: 14px;
}
.copyright {
    float: left;
    width: 100%;
    margin-top: 1rem;
}
.copyright p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
/* Popup */
.nav-pills .pop_btns.active, .nav-pills .show>.pop_btns{
    background-color: #2d6947;
    border: 1px solid #2d6947;
}
.pop_btns{
    min-width: 227px;
    background-color: #fff;
    border: 1px solid #2d6947;
    color: #2d6947;
    font-size: 16px;
    font-weight: bold;
    margin: 3px;
    transition: transform .4s;
}
.pop_btns:hover{
    color: #fff;
    background-color: #2d6947;
    border: 1px solid #2d6947;
}
.modal_bg{
    border-radius: 17px;
}
.modal_body{
    padding: 3rem 1rem 1rem;
}
.modal_header{
    padding: 10px 1rem;
    border-bottom: 1px solid #2d6947;
}
.card_login{
    border: 0;
}
.card_header{
    position: absolute;
    width: 85%;
    margin: auto;
    border: 0;
    z-index: 111;
    top: -10%;
    left: 0;
    right: 0;
    background: #2d6947;
    padding: 5px;
    font-size: 10px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 1px 2px 7px 0px #ccc;
}
.card_header h4{
    font-size: 21px;
    line-height: 1.5;
}
.card_body{
    border-radius: 6px;
    padding: 3rem 1.5rem 1.2rem;
    box-shadow: 1px 2px 7px 0px #ccc;
}
.card_body_1{
    border-radius: 6px;
    padding: 3rem 1rem 1.2rem;
    box-shadow: 1px 2px 7px 0px #ccc;
}
.active::after{
    display: none;
}
.get_started{
    border: 1px solid #2d6947;
    background-color: #2d6947;
    color: #fff;
}
.get_started:hover{
    color: #2d6947;
    background-color: transparent;
    border: 1px solid #2d6947;
}
.alert{
    position: absolute;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    width: 30%;
    top: 8%;
    z-index: 1111;
}
.video_modal{
    padding: 0;
    line-height: 0;
    border-radius: 15px;
    overflow: hidden;
}
.f-14{
    font-size: 14px;
}
.drop_link{
    color: #333;
}
.drop_link:hover::after{
    position: unset;
    background: transparent;
    width: unset;
    height: unset;
    bottom: unset;
    display: inline-block;
    margin-left: 4px;
}
.drop_link::after{
    border-bottom: 0 !important;
}
.drop_link::before{
    border-bottom: 0 !important;
}
.dropdown_menu{
    background: #2d6947;
    border-radius: 8px;
    box-shadow: -4px 8px 18px -5px !important;
}
.dropdown_item a{
    color: #fff;
}
.dropdown_item:hover{
    background-color: #fff;
}
.dropdown_item:hover a{
    background-color: #fff;
    color: #333;
}
.box-icon img{
    filter: hue-rotate(100deg) brightness(0.5);
}
.youtube{
    color: #FF0000;
}
@media only screen and (max-width: 768px) {
    .welcome_head h1{
        font-size: 17px;
    }
    .welcome_head img {
        width: 130px;
    }
    .highlight h2{
        font-size: 20px !important;
    }
    .active::after{
        width: 20%;
        margin: unset;
    }
    .offers{
        padding: 2rem 0;
    }
    .card_offer:hover{
        transform: scale(1.1);
    }
    .offer{
        height: auto;
        padding: 30px 0 60px;
    }
    .watch_btns{
        padding: 1rem;
        border-right: 0;
        border-bottom: 1px solid #333;
        margin-bottom: 2rem;
    }
    .play_btn{
        margin-bottom: 1rem;
    }
    .courses_box{
        width: 100%;
    }
    .nav_link:hover::after{
        height: 0;
    }
    .courses_box{
        margin: 1rem 0;
    }
    .courses_box:hover {
        background: linear-gradient(to top, white 15%, #dff8d7 52%);
        margin: 1rem 0;
        transition: margin 500ms;
    }
    .alert{
        width: 95%;
    }
    .knowledge_section h3{
        font-size: 30px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .courses{
        min-height: 84vh;
    }
    .offer_box h3 {
        margin-bottom: 1.3rem;
        font-size: 15px;
    }
    .offer_box img {
        max-width: 80px;
        height: 80px;
        margin: 1rem auto 1rem;
        display: block;
        object-fit: contain;
    }
    .need_btn{
        padding: .7rem 1rem;
    }
    .welcome_service_box h4{
        font-size: 14px;
    }
    .welcome_services{
        padding: 0;
    }
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    .courses{
        min-height: 66vh;
    }
    .offer{
        padding-bottom: 10rem;
    }
    .logo img {
        width: 150px;
    }
    .navbar-expand-lg .navbar-nav .nav_link {
        padding: .5rem .3rem;
    }
}
.image_cards{
    background-color: #fff;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 42px;
}
.image_cards .courses_head{
    margin-bottom: 0;
}
.image_card{
    background: #edf6f3;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
}
.image_card_content{
    padding: .75rem;
}
.image_card_content img{
    height: 135px;
    object-fit: cover;
}
.image_card_content .pop_btns:not(:last-child){
    margin-bottom: .35rem;
}
.image_card_content .pop_btns{
    max-width: 100%;
    min-width: auto;
    width: 100%;
    box-shadow: none !important;
    transition: .5s ease-in-out;
}
@media (max-width: 992px) {
    .image_card_content .pop_btns{
        max-width: 100%;
    }
}
.image_card_heading{
    background-color: #00562b;
    padding: .5rem 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: .5s ease-in-out;
    border: 1px solid #00562b;
}
.image_card_heading h3{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
    transition: .5s ease-in-out;
}
.image_card_heading:hover{
    background-color: #fff;
}
.image_card_heading:hover h3{
    color: #00562b;
}
.image_card_content p{
    margin-bottom: .25rem;
    padding-left: 8px;
}
.rg-15{
    row-gap: 1.5rem;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    filter: brightness(0);
}
@media (max-width: 992px) {
    .image_card_content img:not{
        margin-bottom: .75rem !important;
    }
}
.primary_text{
    color: #00562b;
    font-weight: bold;
}
.image_card_content .video1{
    position: relative;
}
.image_card_content .play_vdo{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
}
.nav_links li:not(:last-child){
    border-right: 1px solid #333;
}
.nav_links a{
    font-size: 20px;
    color: #000;
    line-height: 1;
    text-align: center;
}
.nav_links a small{
    font-size: 14px;
}
.w-fit{
    width: fit-content;
}
.why_heading h4{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.why_heading span{
    color: #00562b;
}
.why_heading span:nth-child(2){
    color: #b38057;
}
.heading_card{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f1f1f1;
    border-radius: 100px;
    width: fit-content;
    padding-right: 2rem;
    margin-bottom: 1rem;
}
.heading_card img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    border-radius: 100px;
    box-shadow: 0 0 13px -7px;
}
.heading_card h3{
    color: #00562b;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
}
.why_content{
    margin-bottom: 1.5rem;
}
.success_card {
    background: #edf6f3;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.05) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
}
.magazine_img img{
    background: #edf6f3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.05) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
}
.success_card img, .magazine_img img{
    max-height: 540px;
    object-fit: contain;
}
.our_success .why_heading h4{
    font-size: 22px;
}
.social_media li{
    margin: 0 !important;
}
@media (max-width: 992px){
    .heading_card h3{
        font-size: 1rem;
    }
    .image_card_heading h3{
        font-size: 20px;
    }
    .why_heading h4{
        font-size: 35px;
    }
    .footer{
        padding: 0 1rem;
    }
    .our_success .why_heading h4{
        font-size: 28px;
    }
}
.quicklink.w-fit span{
    text-transform: uppercase;
}