body{
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Rubik', sans-serif;
    /* font-family: 'Quantico', sans-serif; */
    /* color: #fff; */
    /* background: #141124; */
    transition: 0.3s;
}
.header_banner{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    /* overflow: hidden; */
    margin-bottom: 100px;
}
.navbar-toggler{
        color: #2F2D2E !important;
    border: 0;
    font-size: 25px;
}
.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.form-error{
    color:red !important;
}
.overlay_hb{
    background: #000000c4;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.banner_slider{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    bottom: -70px;
}
.banner_slider .owl-dots{
    position: absolute;
    bottom: 0;
    left: 13px;
}
.banner_slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 3px solid white;
    background: transparent;
}
.banner_slider .owl-dots .owl-dot.active span {
    background: #99C24D;
}
.banner_slider img{
    height: 400px;
    object-fit: cover;
}
.banner_slider .item::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:#0304003b;

}
.gm_nav{
    background: #99C24D;
    /* background: #0c8b51; */
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}
.gm_nav  .nav-item{
    color: #060606 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #060606 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.nav_drop_menu{
    background: #99c24d;
    border: 0;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    box-shadow: 0px 6px 6px #0000003d;
}
.nav_drop_menu li a{
    font-weight: 500;
    /* letter-spacing: 1px; */
    font-size: 14px;
    color: #060606 !important;
    transition: 0.3s;
}
.nav_drop_menu li a:hover{
    background: #709f1b;
    color: #fff !important;
    font-weight: 500;
    transition: 0.3s;
}
.navbar-brand{
    padding: 0;
}
.logo_area{
    padding: 10px;
    background: #FFFFFF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 15px;    
    display: inline-block;
    box-shadow: 0px 5px 12px 0px #00000024;
}
.logo_area img{
    width: 275px;
}
.top_header{
    background: #2F2D2E;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_contact{
    background: #99c24d;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    display: inline-block;
    color: #2f2d2e;
    border-radius: 50px;
    transition: 0.3s;
}
.header_contact:hover{
    background: #709F1B;
    color: #fff;
    transition: 0.3s;
}
.header_link{
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 16px;
    display: inline-block;
    color: #99c24d;
    border-radius: 50px;
    transition: 0.3s;
    margin-right: 5px;
}
.header_link:hover{
    background: #fff;
    color: #2f2d2e;
    transition: 0.3s;
}
.btn_veri{
    background: #fff;
    border-radius: 50px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 7px;
    box-shadow: 0px 2px 4px #00000052;
    text-transform: uppercase;
}
.navbar-nav .nav-link.btn_veri:hover{
    color: #99C24D !important;
}
.header_social{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.header_social li{
    list-style: none;
    margin-right: 15px;
}
.header_social a{
    color: #99c24d;
    text-decoration: none;
}
.top_main_right{
    display: flex;
    align-items: center;
}


/* footer css  */
footer{
    background: #2F2D2E;
    padding-top: 15px;
}
.footerLogo h4{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #505050;
    margin-bottom: 21px;
    
}
.footerLogo p{
    color: #d9d6d6;
    font-size: 14px;
    font-weight: 300;
}
.footerTitle{
    font-size: 16px;
    font-weight: 600;
    color: #99C24D;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .nav-link {
    padding: 0.25rem 0rem;
    color: #d9d6d6;
    font-size: 16px;
    font-weight: 300;
}
footer .nav-link:hover {
    color: #99C24D !important;
}
.footerSocial div{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #99c24d;
    color: #2f2d2e;
    line-height: 2.4;
    margin-right: 10px;
    text-align: center;
}
.footerSocial div:hover{
    background: #709F1B;
    color: #fff;
}
.footerSocial .fa-brands{
    font-size: 16px;
}
footer .copy{
    border-top: 1px solid #ffffff0f;
    padding: 23px 0;
    margin-top: 38px;
}
footer .copy p{
    font-size: 15px;
    font-weight: 300;
    color: #d9d6d6;
    margin: 0;
}
footer .copy p a{
    color: #99C24D;
}
.footer_logo{
    margin-bottom: 15px;
    height: 50px;
}
/* end of footer css  */
.sm_img_banner{
    display: flex;
    background: #99C24D;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.sm_img_banner img{
    width: 350px;
    height: 100%;
    object-fit: cover;
}
.sm_banner_content{
    padding: 15px;
    background: #99C24D;
}
.sm_banner_content2{
    border-radius: 20px;
    padding: 15px;
    background: #99C24D;
    height: 100%;
}
.video_bg{
    overflow: hidden;
    /* margin-top: 50px; */
    position: relative;
}
.video_bg video{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.video_overlay{
    background: #00000096;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.video_overlay h3{
    color: #fff;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.video_overlay span{
    color: #99C24D;
    font-weight: 600;
}
.video_bg_box h5{
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}
.video_bg_box h5::after{
    content: "";
    height: 3px;
    width: 44px;
    background: #99c24d;
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
.video_bg_box p{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.video_bg_box a{
    text-decoration: none;
    color: #99C24D;
    display: inline-block;
    border: 2px solid #99c24d;
    padding: 4px 15px;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 12px;
}
.video_bg_box a:hover{
    background: #99C24D;
    color: #000 !important;
}
.video_bg_box{
    background: #00000026;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.courses_box{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.courses_box img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.courses_box h4{
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
}
.courses_content{    
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
}

.courses_overlay{
    /* background: #00000047; */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgb(0 0 0 / 26%) 55%, rgb(38 38 38) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.p_btn{
    margin: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border: 2px solid #99c24d;
    padding: 4px 15px;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 12px;
}
.courses_box:hover .p_btn{
    background: #99c24d;
}
.modal-header{
    background: #99C24D;
}
.modal-content{
    border-radius: 17px;
    overflow: hidden;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #99C24D;
    outline: 0;
    box-shadow: unset;
}
.form-select:focus {
    border-color: #99C24D;
    outline: 0;
    box-shadow: unset;
}
.home_title{
    color: #303427;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.home_title span{
    color: #99C24D;
    font-weight: 600;
}
.index_about{
    background: #99C24D;
}
.index_about p{
    font-size: 20px;
}
.index_about a{
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    padding: 9px 32px;
    display: inline-block;
    border-radius: 37px;
    transition: 0.3s;
}
.index_about a:hover{
    border-color: #2F2D2E;
    background: #2F2D2E;
    transition: 0.3s;
}
.number_box{
    text-align: center;
}
.number_box h3{
    margin: 0;
    color: #99C24D;
    font-size: 50px;
}
.number_box p{
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
}
.why_us_box{
    background: #00000054;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.why_us_box h5 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
}
.why_us_box h5::after {
    content: "";
    height: 3px;
    width: 44px;
    background: #99c24d;
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
.why_us{
    margin: 0;
    padding: 0;
}
.why_us li{
    list-style: none;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
}
.why_us li::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    color: #99c24d;
    margin-right: 10px;
    font-size: 26px;
    position: relative;
    top: 4px;
}
.why_us_box input, .why_us_box select, .why_us_box textarea{
    background: transparent;
    border: 1px solid #fff;
    color: #ddd;
}
.why_us_box input:focus, .why_us_box select:focus, .why_us_box textarea:focus{
    background: transparent;
    color: #ddd;
}
.why_us_box select option{
    background: #99C24D;
    color: #000;
}
.btn_world_green{
    color: #fff;
    background-color: #99C24D;
    border: 0;
    padding: 11px 20px;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}
.btn_world_green:hover{
    color: #fff;
    background-color: #729532;
    transition: 0.3s;
}
.index_contact{
    display: flex;
    color: #fff;
    background: #000000b8;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
}
.index_contact p{
    margin: 0;
    font-size: 14px;
}
.index_contact h4{
    margin: 0;
}
.index_contact a{
    display: inline-block;
    text-decoration: none;
    color: #99c24d;
    border: 2px solid #99c24d;
    padding: 7px 30px;
    border-radius: 50px;
    transition: 0.3s;
}
.index_contact a:hover{
    background: #99c24d;
    color: #fff;
    transition: 0.3s;
}
.index_contact div:first-child{
    color: #99C24D;
    min-width: 200px;
}
.index_contact div:last-child{
    min-width: 200px;
    text-align: right;
}
.notice_board p{
    margin-bottom: 0;
    border-bottom: 1px dashed #64832b;
    padding: 10px 0;
    font-size: 14px;
}
.bg-site_black{
    background: #2F2D2E;
}
.dir_msg{
    display: flex;
    background: #99C24D;
    border-radius: 20px;
    overflow: hidden;
}
.dir_left{
    position: relative;
    min-width: 250px;
}
.dir_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_overlay{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 30%, rgba(153,194,77,1) 100%);
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.sm_img_div{
    position: relative;
}
.dir_right{
    padding: 15px;
}
.dir_right p{
    margin-bottom: 10px;
}
.footerLogo a{
    color: #99C24D;
    text-decoration: none;
    display: inline-block;
}
.video_section a{
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    padding: 9px 32px;
    display: inline-block;
    border-radius: 37px;
    transition: 0.3s;
    
}
.video_section a:hover{
    border-color: #99C24D;
    background: #99C24D;
    transition: 0.3s;
}
.page_bg{
    background: #2f2d2e;
    border-radius: 0 0 25px 25px;
    position: relative;
}
.bg_light_green{
    background: #99c24d26;
}
.wt_box{
    padding: 15px;
}
.c_input{
    font-size: 14px;
    padding: 13px 10px;
}
.c_banner_stud{
    font-size: 18px;
    font-weight: 400;
}
.c_text{
    line-height: 0.8;
}
.text-green{
    color: #99C24D;
}
.place_card{
    background: #fff;
    padding: 8px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #99C24D;
    display: flex;
    margin-bottom: 20px;
}
.place_card .place_img{
    width: 150px;
    margin-right: 10px;
}
.place_card .place_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.form-group{
    font-size: 14px;
}
.form-control{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form_title{
    background: #99C24D;
    padding: 10px;
}
.form_title h4{
    margin: 0;
    font-weight: 700;
    color: #fff;

}
.bg-site1 {
    background: #99C24D;
    border-radius: 50px;
   
}
/* sidebar css  */
.bsr_SideBar{
    border: 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: 300px;
}
.bsr_SideBar .offcanvas-body{
    padding: 0;
}
.bsr_SideBar .link::after {
    content: none;
}
.bsr_SideBar .link:hover {
    color: #99C24D;
}
.bsr_SideBar .link {
    text-decoration: unset;
    font-weight: 400;
}
.bsr_SideBar .link:hover {
    text-decoration: unset;
    font-weight: 400;
}
.bsr_SideBar .accordion-button:focus {
   box-shadow: unset;
}
.bsr_SideBar .accordion-button:not(.collapsed)::after {
    filter: brightness(22.5);
}
.bsr_SideBar .accordion-item{
    border: 0;
}
.bsr_SideBar .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #99C24D;
    border-color: #99C24D !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.bsr_SideBar .nav-link{
    color: #212529;
    padding-left: 35px !important;
}
.bsr_SideBar .accordion-button{
    border-left: 4px solid #FFFFFF !important;
}
.bsr_SideBar .accordion-item:first-of-type .accordion-button{
    border-radius: 0;
}
.bsr_SideBar .accordion-item:last-of-type .accordion-button{
    border-radius: 0;
}
.bsr_SideBar .accordion-button:hover{
    border-color: #99C24D !important;
}
.bsr_SideBar .nav-link{
    border-left: 4px solid #fff;
}
.bsr_SideBar .nav-link:hover{
    border-color: #99C24D !important;
}
.sideProfile{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}
.sidePsection{
    padding-left: 17px;
}

.sidePsection h5{
    margin: 0;
}
.btnOutlineSignup{
    border: 2px solid #99C24D;
    color: #99C24D !important;
    border-radius: 50px;
    padding: 5px 0;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}
.btnFillSignup{
    border: 2px solid #99C24D;
    background: #99C24D;
    color: #fff !important;
    border-radius: 50px;
    padding: 5px 0;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
}
.menuIco{
    font-size: 40px;
    color: #99C24D;
}
/*     ## END! */
.wp_fix{
    display: flex;
    /* background: red; */
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
}
.wp_fix p{
    background: #F5F7F9;
    margin: 0;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
}
.wp_fix img{
    width: 50px;
    margin-left: 10px;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    border-radius: 50px;
}
.about_logo{
        display: flex;
    align-items: center;
    justify-content: center;
}
.about_logo img{
        width: 130px !important;
    border-radius: 73%;
    margin: 0 11px;
    margin-bottom: 31px;
    box-shadow: 3px 4px 3px #719333;
}
.dashboard_header{
    background: #2F2D2E;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.color_green{
    color: #99C24D;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #99C24D;
}
.nav-pills .nav-link{
    color: #2F2D2E;
}
.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #99C24D;
}
.dash_menu{
    position: sticky;
    top: 15px;
}
.download-center-box{
    background: #99c24d26;
    text-align: center;
    border-radius: 5px;
    
    margin-bottom: 15px;
}
.dcv-body{
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4/2;
    height: 100%;
}
.dcv-header{
    background: #99C24D;
    padding: 8px;
}
.dcv-header h5{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

       
.msg-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
}
.msg-box h2 {
    color: #28a745;
}
.msg-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
.msg-box .highlight {
    color: #28a745;
}
.msg-box .contact {
    margin-top: 15px;
}
.msg-box .footer {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}
.msg-box .btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #db0000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.msg-box .btn:hover {
    background-color: #0056b3;
}
.link{
    color: #749c22;
    transition: all 0.3s;
}
.link:hover{
    color: #000;
    transition: all 0.3s;
}
  