
:root {
    --font-weight: 400;
    --primary-color: #05af7c;
    --secondary-color: #ffb100;
    --text-color: #0c0c0c;
    --bgf-color: #f4fbfa;
    --bgs-color: #f4f4f5;
    --font-poppins: 'Poppins', sans-serif;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

span {
    display: inline-block;
}




.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}



p {
    padding: 0;
    margin: 0;
    line-height: 26px;
}

input,
input:focus,
button,
button:focus {
    outline: 0;
}


html,
body {
    overflow-x: hidden;
}

.pb-6 {
    padding-bottom: 60px;
}

#topbar {
    background: var(--primary-color);
    padding: 7px 0;
}

.topbar_text a {
    color: #fff;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    margin-right: 83px;
}

.topbar_text a span {
    margin-right: 4px;
}

.back_to_top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0eb582;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border: none;
}

.back_to_top a {
    display: block;
    line-height: 33px;
    color: #ffffff;
    font-size: 20px;
}


#navbar {
    padding: 25px 0;
    background: #f4fbfa;
    position: absolute;
    width: 100%;

    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99999;
}

.main_menu{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 40px;
}



.main_menu li.nav-item a.nav-link {
    color: #1f1e1e;
    font-size: 18px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar_btn a,
.navbar-nav .nav-item:last-child a {
    font-size: 18px;
    font-weight: 500;
    /* line-height: 27px; */
    color: #fff;
    border-radius: 10px !important;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 12px 30px;
    cursor: pointer;
}


.sm_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1000;
}
.overly_icon {
    position: absolute;
    width: 41px;
    height: 41px;
    text-align: center;
    background: #fff;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 47%;
    top: 44.5%;
}

.overly_icon svg {
    font-size: 20px;
    margin-left: 2px;
    color: #0eb582;
    line-height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-arrow {
    cursor: pointer;
}

#course_department {
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    height: 241px;
}

.course_slider_top .course_slider_item {
    background: #ffffff;
    height: 157px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 17%);
    margin: 25px 12px;
}

.course_slider_top .course_slider_item a {
    display: block;
}

.course_slider_top .course_slider_item a .couse_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px;
}

.course_slider_top .course_slider_item a .couse_text h3 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    padding-top: 16px;
}

#courseslide {
    padding-bottom: 60px;
    overflow: hidden;
    background: #f4fbfa;
    padding-top: 20px;
    margin-top: -65px;
    margin-top: -105px;
}

#courseslide .populer_courses {
    border-radius: 35px;
    padding: 20px 20px;
}

.section_heading {
    text-align: center;
}

.section_heading h2,
.course_cat_heading h1,
.section_heading3 h2 {
    color: #1f1e1e;
    font-size: 44px;
    line-height: 54px;
    padding-top: 46px;
}

.section_heading p {
    color: #605f62;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    max-width: 789px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}

.course_slider_top {
    z-index: 5;
}

.course_slider_top .draggable {
    padding-left: 0 !important;
}

.course_mix_btn button {
    border: none;
    color: #1f1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    background: transparent;
    border-bottom: 1px solid #cdcdcd;
}

.course_mix_btn button span {
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid transparent;
}

.course_mix_btn .slick-current span {
    display: inline-block;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #0eb582;
    border-bottom: 3px solid #0eb582;
}

.course_catagory_item .course_slider_item {
    margin: 0 8px;
}

.course_single_item {
    position: relative;
    background: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 12px 1px #dfdfdf;
    border: none;
}

.course_single_item .course_image {
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
}

.course_single_item .course_text {
    padding-top: 20px;
    padding-right: 14px;
    padding-left: 17px;
    padding-bottom: 28px;
    border-radius: 0px 0px 25px 25px;
}


.course_single_item .course_text h6 {

    font-size: 14px;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0effdd;

}

.course_single_item .course_text h3 {
    color: #1f1e1e;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.course_single_item .course_text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #787a82;
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 25px;
    gap: 5px;

}

.course_single_item .course_text ul li svg {
    color: #ffae4f;
}

.course_category_slider {
    /* overflow: hidden; */
    padding: 0 40px;
}

.prevarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
}

.nextarrow {
    width: 39px;
    height: 39px;
    background: #faf9fd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    top: 47%;
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.06);
    z-index: 99;
    color: rgba(0, 0, 0, 0.3);
}

.slick-arrow {
    border: 1px solid #0eb582;
}

.course_catagory_item .prevarrow {
    left: 0px;
}

.course_catagory_item .nextarrow {
    right: 0px;
}

.course_catagory_item.slick-slide {
    opacity: 0;
    visibility: hidden;
}


.course_catagory_item.slick-slide.slick-current.slick-active {
    opacity: 1;
    visibility: visible;
}




.story_text_slider {
    position: relative;
    /* margin-top: 95px; */
}

.counte_item {
    margin: 0 18px;
    padding: 35px;
    border-radius: 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.counte_item h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 3 6px;

    padding-top: 20px;
}

.counte_item h3 {
    color: #1f1e1e;

    font-size: 20px;
    font-weight: 600;
    line-height: 26px;

    padding-top: 16px;
    padding-bottom: 12px;
}

.counte_item p,
.counte_item span {
    color: #605f62 !important;
    font-size: 16px;
    font-weight: 400;
    max-width: 305px;
    padding-bottom: 4px;
}

.counte_item1 {
    background: linear-gradient(230.46deg,
            #fff7eb 0%,
            rgba(255, 247, 235, 0.3) 100%);
}

.counte_item2 {
    background: linear-gradient(229.2deg,
            #e9f9fc -2.12%,
            rgba(233, 249, 252, 0.3) 100%);
}

.counte_item2 h4 {
    background: -webkit-linear-gradient(15deg, #11a7ca, #11a7ca);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counte_item3 {
    background: linear-gradient(229.38deg,
            #f7fce7 2.83%,
            rgba(247, 252, 231, 0.3) 96.18%);
}

.counte_item3 h4 {
    background: -webkit-linear-gradient(15deg, #66902b, #66902b);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#info {
    padding-bottom: 40px;
}

#student_success {
    padding-bottom: 46px;
}

#more_facilities {
    padding-top: 46px;
    padding-bottom: 46px;
}

.more_facilities_item {
    padding: 65px 35px;
    margin-bottom: 27px;
    border-radius: 33px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.more_facilities_item h3 {
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    padding-top: 16px;
    padding-bottom: 12px;
}

.more_facilities_item p,
.more_facilities_item span {
    color: #605f62 !important;

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    max-width: 305px;
    padding-bottom: 4px;
}

.more_facilities_item_1 {
    background: linear-gradient(229.38deg,
            #f7fce7 2.83%,
            rgba(247, 252, 231, 0.3) 96.18%);
}

.more_facilities_btn a {
    color: #ffffff;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 38px;
    transition: all linear 0.3s;
}


.more_facilities_btn a i {
    transition: all linear 0.3s;
}

#virtual {
    padding-bottom: 63px;
}

.course_heading h3 {
    color: #1f1e1e;

    font-size: 32px;
    font-weight: 600;
    line-height: 38px;

    padding-bottom: 26px;
}

.admission_item.course_single_item {
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    box-shadow: 3px 3px 12px 1px #dfdfdf;
    border: none;
    cursor: pointer;
}

#seminar {
    padding-top: 109px;
}

.seminar {
    padding: 68px 48px;
    background: rgba(229, 253, 234, 0.5);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.seminar_content h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

}

.seminar_content>p {
    color: #605f62;
    padding-top: 18px;
    padding-bottom: 18px;
    /* max-width: 435px; */
}

.seminar_content ul li {
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    background: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(40%, #ffece0),
            color-stop(60%, #ffffff));
    background: linear-gradient(to right, #0eefdd 40%, #ffffff 60%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}


.seminar_content ul li .date {
    width: 20%;
    color: #000000;

    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    width: 118px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.seminar_content ul li .date span {
    color: #ff7e31;
    font-size: 20px;
    display: block;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.seminar_content ul li .text_main {
    background: #ffffff;
    border: 1px solid #ecdcdc;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    width: 80%;
    padding: 17px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seminar_content ul li .text_main .text h4 {
    color: #1f1e1e;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

}

.seminar_content ul li .text_main .text p {
    color: #605f62;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;

}

.seminar_content ul li .text_main .join_btn a {
    color: #0eb582;

    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    border: 0.5px solid #0eb582;
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 80px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}


.free_seminar_img {
    text-align: right;
    position: relative;
}

.free_seminar_img,
.free_seminar_img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.free_seminar_img .seminar_dots {
    position: absolute;
    bottom: -73px;
    right: -12px;
    z-index: -1;
}

#glory {
    padding-top: 46px;
    padding-bottom: 46px;
}

.glory_text h5 {
    color: #0eb582;

    font-size: 18px;
    font-weight: 600;
    line-height: 32px;

}

.glory_text h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-top: 3px;
}

.glory_text p {
    color: #605f62;
    padding-top: 20px;
    padding-bottom: 30px;
}

.glory_img {
    padding-top: 41px;
}

#practical_project {
    padding-top: 46px;
    padding-bottom: 46px;
}

.practical_project {
    padding: 43px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #f6f5fb;
}

.practical_project_img {
    position: relative;
    z-index: 1;
}

.practical_project_img .prectical_dots {
    position: absolute;
    top: -43px;
    right: -40px;
    z-index: -1;
}

.practical_project_text {
    max-width: 517px;
}

.practical_project_text h2 {
    color: #1f1e1e;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 16px;
}

.practical_project_text p {
    color: #605f62;
}


.counter_up_item {
    background: #faf9fd;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    text-align: center;
    padding: 30px 15px;
    box-shadow: 2px 2px 4px 0px #b9b9b9;
}

.counter_up_item h5 {
    color: #0eb582;
    font-family: var(--font-poppins) !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}

.counter_up_item p {
    color: #1f1e1e;
    font-weight: bold;
    font-size: 15px;
}

#company {
    padding-top: 126px;
}

.company_heading {
    padding-bottom: 100px;
}

.company_heading h2 {
    color: #1f1e1e;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    text-align: center;
    max-width: 568px;
    margin: 0 auto;
}

.company_menu {
    padding-bottom: 42px;
}

.company_menu .nav-tabs {
    border: none;
}

.company_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company_menu ul li {
    width: 30%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.company_menu ul li .company_nav_tab {
    display: block;
    color: #1f1e1e;

    font-size: 22px;
    font-weight: 600;
    line-height: 33px;

    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    max-width: 236px;
    margin: 0 auto;
    border: none;
    height: 100%;
}

.company_menu ul li .company_nav_tab.active {
    color: #0eb582;
    border: none;
}

.company_menu ul li .company_nav_tab.active::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 3px;
    background: #0eb582;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.company_item {
    display: none;
}

.company_item ul {
    text-align: center;
    justify-content: center;
    text-align: center;
}

.company_item ul li {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 20%;
    margin: 30px;
}

.company_item ul li img {
    max-width: 170px;
    height: auto;
}

.company_item.active {
    display: block;
}

#footer {
    padding-top: 83px;
    /*background: #0eb582;*/
    background: #1c1c1c;
    position: relative;
    z-index: 2;
}

#footer .footer_left {
    position: absolute;
    left: 60px;
    top: 57px;
}

#footer .footer_right {
    position: absolute;
    right: 60px;
    top: 57px;
}

.footer_heading {
    max-width: 674px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 96px;
}

.footer_heading h2 {
    color: #ffffff;

    font-size: 40px;
    font-weight: 700;
    line-height: 54px;

    text-align: center;
}

.footer_heading p {
    color: #fff;
    font-family: var(--font-poppins);
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 39px;
}

.footer_item_1 h5 {
    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
    line-height: 33px;

    margin-bottom: 22px;
}

.footer_item_1 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 26px;
    font-family: var(--font-poppins);
}

.footer_item_1 ul li:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_item_1 ul li .footer_icon {
    min-width: 31px;
    height: 31px;
    background: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_item_1 ul li .footer_icon svg {
    line-height: 31px;
    font-size: 14px;
    color: #ffffff;
    /* opacity: 0.7; */
    vertical-align: middle;
    align-self: center;
}

.footer_item_1 ul li .footer_text {
    color: #d9d9d9;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 12px;
    /* opacity: 0.7; */
    line-height: 24px;
}

.footer_item_1 ul li .footer_text span {
    display: block;
    line-height: 24px;
    font-family: var(--font-poppins);
}

.footer_item_1 ul li .footer_text span a {
    color: #d9d9d9;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    /* opacity: 0.7; */
}

.footer_item_2 h5 {
    color: #ffffff;

    font-size: 21px;
    font-weight: 600;
    line-height: 33px;
    font-family: var(--font-poppins);
    margin-bottom: 22px;
}

.footer_item_2 ul li {
    margin-bottom: 17px;
}

.footer_item_2 ul li a {
    color: #d9d9d9;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /* opacity: 0.7; */
}

.footer-top {
    padding-bottom: 50px;
}

.footer_bottom {
    background-color: #fffdfd;
}

.copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(45, 45, 45, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
}

.copy .copy_text p {
    color: #2d2d2d;
    text-align: center;
    font-family: var(--font-poppins) !important;
    font-size: 14px;
}

.copy .copy_text p a {
    color: #0eb582;
}

.copy .copy_social_link {
    text-align: right;
}

.copy .copy_social_link a {
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    font-size: 16px;
    background: transparent;
    margin-left: 12px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}


.modal_item_wrap {
    position: relative;
}

.success_item .modalvidwrap {
    width: 100%;
}


.get_discount {
    transform: rotate(90deg);
    position: fixed;
    left: -62px;
    float: left;
    top: 50%;
    z-index: 99999;
    background: var(--primary-color);
    border-radius: 8px;
}

.free_seminar {
    transform: rotate(-90deg);
    position: fixed;
    right: -64px;
    float: right;
    top: 50%;
    z-index: 99999;
    background: var(--primary-color);
    border-radius: 8px;
}

.discount,
.seminar_btn {
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    transform: rotate(180deg);
}

.menu_active {
    color: #0eb582 !important;
}

.footer_item>ul>li>a {
    color: #d9d9d9;
    opacity: 1;
}


.active {
    background: white !important;
    color: var(--text-color) !important;
}


.tab-pane {
    padding: 20px;
    border-radius: 8px;
}

.clients_item {
    background: white;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 230px;
}

#navbar.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sm_menu.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sm_menu.nav_sticky .offcanvas_menu {
    padding: 10px 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0px;
    }
}
.offcanvas {
    background-image: url("../images/home/offCanvasBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.offcanvas-start {
    width: 80vw;
}

.sm_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1000;
}

.offcanvas_menu {
    padding: 35px 0;
    position: relative;
}

.offcanvas_menu .bars {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.offcanvas_menu .bars a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem transparent;
    box-shadow: 0 0 0 0.25rem transparent;
}

.offcanvas_menu .logo {
    text-align: center;
}

.offcanvas-body .main_menu {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.offcanvas-body .main_menu li {
    margin-bottom: 10px;
    margin-right: 0;
}

.offcanvas-body .main_menu li a.nav-link {
    line-height: 24px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-close:focus {
    -webkit-box-shadow: 0 0 0 0.25rem transparent;
    box-shadow: 0 0 0 0.25rem transparent;
}

#navbar.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sm_menu.nav_sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    padding: 8px 0;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.sm_menu.nav_sticky .offcanvas_menu {
    padding: 10px 0;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.facilities_heading h1 {
    color: #cf0000;

    font-size: 45px;
    font-weight: 600;
    line-height: 54px;

    padding-bottom: 29px;
}

.facilities_heading p {
    color: #605f62;
    padding-bottom: 59px;
    max-width: 857px;
}
#instructors_teachers.free_seminer_schedule .facilities_heading p {
    padding-bottom: 0;
}
.facilities_heading h2 {
    padding-bottom: 20px;
}
#training_department {
    margin-top: 65px;
    margin-bottom: 65px
}

#training_department h2 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 43px
}

.training_department_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start
}

.training_department_main a {
    border-radius: 15px;
    width: 17%;
    height: 157px;
    margin-bottom: 24px;
    margin-right: 33px;
    box-shadow: 1px 3px 12px 0 #d7d7d7d6;
    cursor: pointer
}

.training_department_main a .training_department_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.training_department_main a .training_department_item .couse_text h3 {
    max-width: 170px;
    margin: 0 auto;
    color: #1f1e1e;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 15px
}
#about_top {
    margin-top: 125px;
    margin-bottom: -100px;
}
.section {
    padding-top: 65px;
    padding-bottom: 65px
}

.section_heading {
    text-align: center
}

.section_heading h2,.course_cat_heading h1,.section_heading3 h2 {
    color: #1f1e1e;
    font-size: 44px;
    line-height: 54px;
    padding-top: 46px
}

.section_heading p {
    color: #605f62;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    max-width: 789px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px
}

.section_heading2 h2,.section_heading3 h2 {
    padding-bottom: 20px!important
}

.section_heading2 p,.section_heading3 p {
    color: #605f62;
    padding-bottom: 40px!important
}

.section_heading3 p {
    max-width: 85%
}
.milestone_slider_bg {
    background-color: #fbfdf2;
    padding: 40px
}

.milestone_slider .prevarrow {
    left: -54px;
    border: 1px solid #0eb582
}

.milestone_slider .nextarrow {
    right: -54px;
    border: 1px solid #0eb582
}

.milestone_slider .card-body {
    padding-left: 85px;
    padding-right: 65px
}

.milestone_slider .card-body .card-title {
    margin-bottom: 1rem;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-poppins)!important
}
.cit_radius {
    border-radius: 15px;
}
#iso {
    padding-top: 65px;
    padding-bottom: 65px;
}
.button_item {
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: var(--text-color);
    padding: 15px 30px;
    transition: all 0.3s ease
}

.tab_buttons {
    background: var(--bgf-color)!important;
    border-radius: 10px;
    padding: 18px 0
}

.button_item:hover {
    background: white!important;
    color: var(--text-color);
    border-left: 5px solid var(--primary-color)
}

.active {
    background: white!important;
    color: var(--text-color)!important
}

.item_active {
    border-left: 5px solid var(--primary-color)!important
}

.tab-pane {
    padding: 20px;
    border-radius: 8px
}

#counter_up.about_counter_up {
    margin-top: 65px;
    margin-bottom: 45px
}

#counter_up.about_counter_up h2 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 35px
}

#counter_up.about_counter_up .counter_up_item {
    background: #faf9fd;
    border-left: 3px solid rgb(207 0 0 / .1);
    border-radius: 15px;
    padding: 18px 26px;
    margin-bottom: 22px;
    text-align: left;
    transition: all 0.3s ease
}

#counter_up.about_counter_up .counter_up_item p {
    max-width: 176px!important
}
.counter_up_item:hover {
    border-left: 3px solid #2c2c2c !important;
}
#our_facilities {
    padding-top: 125px;
}
.success_menu {
    display: inline-block;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    margin-bottom: 38px
}

.success_menu li {
    display: inline-block;
    text-align: center;
    margin-right: 60px
}

.success_menu li:last-child {
    margin-right: 0
}

.success_menu li a {
    display: inline-block
}

.success_menu li .nav-link {
    display: block;
    color: #1f1e1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;
    font-family: var(--font-poppins);
    text-align: center;
    padding: 10px 0;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    cursor: pointer;
    max-width: 236px;
    margin: 0 auto;
    border: none
}

.success_menu li .nav-link.active {
    color: #0eefdd;
    border: none
}

.success_menu li .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #0eb582;
    left: 0;
    bottom: 0
}

.success_item {
    -webkit-box-shadow: 0 39px 37px #f4f4f4;
    box-shadow: 0 39px 37px #f4f4f4;
    border-radius: 15px;
    overflow: hidden
}

.success_item button {
    display: block;
    border: none
}

.success_item .modalvidwrap {
    width: 100%
}
#instructors_teachers {
    margin-top: 200px;
    /* padding-bottom: 63px; */
}
.job_placement {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 37px;
    background: #2ec149;
    border-radius: 35px;
    margin-bottom: 30px
}

.job_placement_contant {
    max-width: 555px
}

.job_placement_contant ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job_placement_contant ul li {
    color: #cf0000;
    font-size: 36px;
    font-weight: 700;
    line-height: 19px
}

.job_placement_contant ul li span {
    display: block;
    font-size: 14px;
    color: #605f62;
    padding-top: 5px
}

.job_placement_contant ul li h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    padding-left: 22px
}

.job_placement_contant p {
    color: #605f62;
    padding-top: 20px;
    padding-bottom: 62px
}

.job_placement_contant p span {
    display: block;
    padding-top: 35px
}

.job_placement_contant_img {
    max-width: 535px;
    border-radius: 31px;
    position: relative;
    padding: 0 10px
}

.job_placement_contant_img img {
    border-radius: 15px
}

.jobplacement_partner {
    background: #fff;
    border-radius: 28px;
    padding-top: 38px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 22px
}

.jobplacement_partner h3 {
    color: #1f1e1e;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 20px
}

.jobplacement_partner p {
    margin-bottom: 15px;
    text-align: center
}

.jobplacement_partner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jobplacement_partner ul li {
    width: 31%;
    height: 80px;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.jobplacement_partner ul li:last-child {
    border: none
}

.partner_all {
    padding: 0;
    margin: 0
}

.partner_all ul li:last-child {
    border: 1px solid rgb(0 0 0 / .1)
}

.jobplacement_partner ul li a {
    display: inline-block
}

.jobplacement_partner ul li a p {
    color: #ff7e31;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 0
}

.jobplacement_partner ul li p span {
    display: block;
    font-size: 14px;
    color: #000
}

.job_placement .jobplacement_partner ul {
    justify-content: flex-start
}

#jp_overview .ovr_item_0 .jp_overview_content_wrap,.ovr_img_0 {
    background-color: rgb(237 251 242 / .6)
}

#jp_overview .ovr_item_1 .jp_overview_content_wrap,.ovr_img_1 {
    background-color: rgb(255 247 235 / .6)
}

#jp_overview .ovr_item_2 .jp_overview_content_wrap,.ovr_img_2 {
    background: rgb(253 243 253 / .6)
}

#jp_overview .ovr_item_3 .jp_overview_content_wrap,.ovr_img_3 {
    background: rgb(233 249 252 / .6)
}

#jp_overview .ovr_item_4 .jp_overview_content_wrap,.ovr_img_4 {
    background-color: rgb(253 243 253 / .6)
}

.jp_overview_content_wrap ul {
    margin-left: 24px
}

.jp_overview_content_wrap ul li {
    list-style-type: circle;
    font-family: var(--font-poppins)!important;
    font-size: 1.13rem
}

.jp_overview_content_wrap article,.jp_overview_content_wrap article p {
    font-size: 1.13rem
}

.jp_overview_content_wrap ul li::marker {
    color: #ff7e31;
    font-size: 1.5em;
    font-weight: 700
}

.jp_partners .jobplacement_partner {
    padding-left: 2rem;
    padding-right: 2rem
}

.jp_partners .jobplacement_partner ul li {
    width: 15.3%
}

.job_placement .jobplacement_partner ul li {
    margin-left: 15px;
    width: 17.4%
}
.pgc_curriculum_wrap {
    margin-top: 50px;
    background: #faf9fd;
    border-radius: 25px;
    padding: 40px
}

.pgc_curriculum_wrap h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px
}

.pgc_curriculum_wrap .tab-content {
    padding-top: 30px
}

.pgc_curriculum>ul>li {
    position: relative;
    padding-left: 0;
    padding-bottom: 30px
}

.pgc_curriculum_child ul>li {
    position: relative;
    padding-left: 25px
}

.pgc_curriculum>ul>li::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #e9e7ed;
    left: 0;
    top: 0;
    bottom: 0
}

.pgc_curriculum>ul>li::before {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e9e7ed;
    left: -10px;
    top: 0;
    bottom: 0
}

.pgc_curriculum>ul>li:last-child::after {
    display: none
}

.pgc_curriculum>ul>li>h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 14px
}

.pgc_curriculum>ul>li>h4 span {
    color: #ff7e31
}

.pgc_inner_text ul li {
    color: #605f62;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}

.pgc_inner_text ul li span {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 4px
}

.pgc_software {
    padding: 56px 69px;
    background: #faf9fd;
    border-radius: 25px;
    margin-top: 45px
}

.pgc_software h3 {
    padding-bottom: 38px;
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px
}

.pgc_item {
    margin-bottom: 30px
}

.pgc_item .pgcs_icon {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    overflow: hidden
}

.pgc_item .pgcs_text p {
    color: #605f62;
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 700;
    line-height: 33px
}

.pgc_for_whom {
    padding: 52px 53px;
    background: #fef9f9;
    border-radius: 25px;
    margin-top: 45px
}

.pgc_for_whom h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 30px
}

.pgcf_whom_item {
    padding-top: 58px;
    padding-bottom: 34px;
    margin-bottom: 19px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 0 #dfdfdf
}

.pgcf_whom_item .pgcf_whom_item_icon {
    width: auto;
    margin: 0 auto
}

.pgcf_whom_item .pgcf_whom_item_text p {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-top: 22px
}

.pgcf_btn {
    padding-top: 31px
}

.pgcf_btn a {
    color: #cf0000;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px
}

.pg_marketplace {
    padding: 58px 50px;
    background: rgb(248 252 234 / .6);
    border-radius: 25px;
    margin-top: 45px
}

.pg_marketplace2 {
    padding: 58px 0;
    margin-top: 45px
}

.pg_marketplace h2,.pg_marketplace2 h2 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    padding-bottom: 43px
}

.pg_marketplace2 .marketplace_item {
    margin-bottom: 27px;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    display: flex;
    justify-content: center
}

.pg_marketplace2 .marketplace_item .icon {
    padding: 20px 0
}

.pg_marketplace .marketplace_item {
    padding-top: 18px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 24px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 27px
}

.pg_marketplace .marketplace_item .icon,.pg_marketplace2 .marketplace_item .icon {
    text-align: center
}

.pg_marketplace .marketplace_item .icon h5,.pg_marketplace2 .marketplace_item .icon h5 {
    text-align: center;
    color: #1f1e1e;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px
}

.pg_marketplace .marketplace_item .text p,.pg_marketplace2 .marketplace_item .text p {
    color: #605f62;
    letter-spacing: 0em;
    padding-top: 21px
}

#office_and_traning h2 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 55px
}

.office_and_traning_slider {
    margin-top: 14px
}

.trainingPrevArrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgb(0 0 0 / .3);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer;
    z-index: 100
}

.trainingNextArrow.slick-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: rgb(0 0 0 / .3);
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    cursor: pointer
}

.trainingPrevArrow.slick-arrow:hover,.trainingNextArrow.slick-arrow:hover {
    background: #0eb582;
    color: #fff
}

.office_and_traning_slider_for .prevarrow {
    left: -20px
}

.office_and_traning_slider_for .nextarrow {
    right: -20px
}

.traning_slider_item {
    padding: 0 3px
}
#office_1 {
    padding-top: 44px;
    padding-bottom: 78px
}

#office_2 {
    padding-bottom: 132px
}

.office_map {
    position: relative
}

.office_map svg {
    position: absolute;
    top: 22px;
    left: -22px;
    max-width: 131px
}

.office_map iframe {
    min-height: 349px;
    border-radius: 19px
}

.office_address_main {
    padding-left: 30px
}

.office_address_main .address_text h3 {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #0eb582;
    padding-bottom: 3px
}

.office_address_main .address_text ul li {
    color: #342b27;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0
}

.office_address_main .address_text p {
    padding-top: 4px
}

.office_address_main .address_text p a {
    color: #0eb582;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0
}

.office_address_main .phone_number {
    margin-top: 34px
}

.office_address_main .phone_number h3 {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-bottom: 3px
}

.office_address_main .phone_number ul li a {
    color: #342b27;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0
}
.feedback_1_slider {
    max-height: 11rem
}
.feedback_item {
    margin: 3px 17px;
}
.recommends {
    padding-top: 80px;
    /*! padding-bottom: 80px; */
    margin-top: 7rem
}

.recommends h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px
}

.recommends h4 img {
    margin: 0 8px
}

.recommends h4 span {
    color: #a9a9a9
}
#profe_graphic_banner {
    padding-top: 154px;
    /*! padding-bottom: 53px; */
    position: relative;
    position: 1;
    background: #f2f3f3;
    padding-bottom: 25px;
}

#profe_graphic_banner .pink_shape {
    position: absolute;
    left: 0;
    top: -2%;
    z-index: -2
}

#profe_graphic_banner .white_dots {
    position: absolute;
    left: 8%;
    top: 35%;
    z-index: -1
}

#profe_graphic_banner .yellow_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.pg_banner_text h4 {
    font-family: var(--font-poppins)!important;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    background: #fff;
    background: -webkit-linear-gradient(24deg,#0eb582 35%,#0effdd 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.pg_banner_text h1 {
    color: #1f1e1e;
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;
    padding-top: 7px;
    padding-bottom: 16px
}


.pg_banner_text>.course_desc_article {
    padding-top: 15px;
    padding-bottom: 36px;
    font-size: 1.1rem
}

.pg_banner_text .pg_banner_btn a {
    color: #fff;
    background: linear-gradient(214.38deg,#0effdd -2.24%,#0eb582 59.38%);
    border-radius: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
    padding: 15px 44px;
    margin-right: 13px
}

.pg_banner_text .pg_banner_btn a:last-child {
    margin-right: 0
}

.pg_banner_text .stars p {
    color: #787a82;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 17px
}

.pg_banner_text .stars p svg {
    color: #ffae4f;
    margin-right: 5px
}

.pg_banner_text .stars p span {
    margin-left: 70px
}

.pg_banner_img_col {
    position: relative
}

.pg_banner_img_col .yellow_dots_right {
    position: absolute;
    top: 9%;
    right: -13%
}

.pg_banner_img_col .yellow_dot_left {
    position: absolute;
    bottom: 10%;
    left: -4px;
    z-index: -1
}

.pg_banner_img {
    border-radius: 35px;
    overflow: hidden;
    z-index: 99
}

#pg_course_overviwe {
    padding-top: 53px;
    padding-bottom: 68px
}
.pg_succsess_story .heading {
    padding-bottom: 10px;
}
.pg_succsess_story {
    background: #faf9fd;
    border-radius: 28px;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 33px;
    padding-right: 20px
}

.pg_succsess_story .heading {
    padding-bottom: 10px
}

.pg_succsess_story .heading h4 {
    color: #1f1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px
}

.pg_succsess_story .heading h4 span a {
    color: #cf0000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}
.angle-left {
    position: absolute;
    top: 43%;
    left: 5px;
    border: none;
    font-size: 40px;
    font-weight: 200;
    z-index: 999;
    color: #ddd;
    transform: translateY(-50%)
}

.angle-left:hover {
    background-color: transparent!important;
    color: #fff
}

.angle-right {
    position: absolute;
    top: 43%;
    right: 5px;
    border: none;
    font-size: 40px;
    font-weight: 200;
    z-index: 999;
    color: #ddd;
    transform: translateY(-50%)
}

.angle-right:hover {
    background-color: transparent!important;
    color: #fff
}

.pg_succsess_img_slider .pg_slide_item {
    border-radius: 10px;
    overflow: hidden
}

.pg_succsess_img_slider .pg_slide_item a {
    display: block
}

.pg_succsess_img_slider .slick-dots {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pg_succsess_img_slider .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin: 0 3px;
    background: #ebebeb;
    cursor: pointer
}

.pg_succsess_img_slider .slick-dots li button {
    display: none
}

.pg_succsess_img_slider .slick-dots li.slick-active {
    background: #0eb582
}

#sidebar .nav_sticky {
    position: fixed;
    top: 100px;
    -webkit-animation: sticky 0.5s linear;
    animation: sticky 0.5s linear;
    transition: all linear 0.3s
}

.pg_succsess_img_slider .modalvidwrap {
    border: none;
    background: none
}

.pg_succsess_img_slider .modalvidwrap img {
    border-radius: 28px
}

.pg_wait_wrap {
    max-width: 526px
}

.pg_wait_sticky {
    position: fixed;
    top: 50px;
    z-index: 2
}

.pg_wait {
    margin-top: 29px;
    background: #edfaf6;
    border-radius: 26px;
    padding: 23px 33px
}

.pg_wait>h3 {
    color: #1f1e1e;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px
}

.pg_wait>p {
    color: #605f62;
    letter-spacing: 0;
    padding-top: 13px;
    padding-bottom: 33px
}

.pg_wait .join_offline {
    background: url(../images/pg-wait-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s
}

.pg_wait .join_offline:hover {
    background: #fff;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s
}

.pg_wait .join_offline:hover h4 {
    color: #1f1e1e
}

.pg_wait .join_offline:hover p {
    color: #1f1e1e
}

.pg_wait .join_offline:hover a {
    background: -webkit-gradient(linear,left top,left bottom,from(#0effdd),to(#0eb582));
    background: linear-gradient(#0effdd,#0eb582);
    color: #fff
}

.pg_wait .join_offline h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s
}

.pg_wait .join_offline p {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 17px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s
}

.pg_wait .join_offline a {
    color: #0eb582;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 59px;
    padding: 0 63px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s
}

.pg_wait .wait_btn a {
    display: block;
    border: 1px solid #cf0000;
    border-radius: 10px;
    padding: 15px 0;
    color: #cf0000;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center
}

.modal_item_wrap {
    position: relative
}
.course_overviwe_text ul li {
    margin-bottom: 8px;
}
.row>ul>li, .row>ol>li {
    list-style: square;
}
.tab-pane {
    padding: 20px;
    border-radius: 8px;
}
.pgc_curriculum_wrap .tab-content {
    padding-top: 30px;
}
.row>ul,.row>ol {
    margin-left: 1.2rem!important
}

.row>ul>li,.row>ol>li {
    list-style: square
}
.pgs_facilitice {
    margin-top: 65px
}

.pgs_facilitice h3 {
    max-width: 644px;
    margin: 0 auto;
    color: #1f1e1e;
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    padding-bottom: 30px
}

.pg_more_facilities_item {
    padding: 35px;
    margin-bottom: 27px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px
}

.pg_more_facilities_item h3 {
    color: #1f1e1e;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    padding-top: 16px;
    padding-bottom: 12px
}

.pg_more_facilities_item p {
    color: #605f62;
    max-width: 305px;
    padding-bottom: 4px
}

.pg_more_facilities_item_1 {
    background: linear-gradient(229.38deg,#f7fce7 2.83%,rgb(247 252 231 / .3) 96.18%)
}

.pg_more_facilities_item_2 {
    background: linear-gradient(229.69deg,#fdf3fd 3.63%,rgb(253 243 253 / .29) 98.73%)
}

.pg_more_facilities_item_3 {
    background: linear-gradient(230.46deg,#fff7eb 0%,rgb(255 247 235 / .3) 100%)
}

.pg_more_facilities_item_4 {
    background: linear-gradient(232.39deg,#edfbf2 1.93%,rgb(237 251 242 / .3) 97.41%)
}

.pg_more_facilities_item_5 {
    background: linear-gradient(229.2deg,#e9f9fc -2.12%,rgb(233 249 252 / .3) 100%)
}

.pg_more_facilities_item_6 {
    background: linear-gradient(227.39deg,#fdf2f2 2.74%,rgb(253 242 242 / .3) 97.4%)
}
.free_seminar>a:hover {
    text-decoration: none;
}
.discount:hover, .seminar_btn:hover {
    color: #fff;
}



.course_slider_top{
    visibility: visible;
}

.course-slider-top-wrapper {
    overflow: hidden;
    position: relative;
    height: 300px;
}



/*
* Preloader
*/
#preloader{
    position: relative;
    width: 40px;
    height: 40px;
}
#preloader span{
    display:block;
    bottom:0px;
    width: 30px;
    height: 30px;
    background:#198754 !important;
    position:absolute;
}
#preloader span:nth-child(1){
    -webkit-animation: preloader_1_1 1.5s infinite ease-in-out;

}
#preloader span:nth-child(2){
    left:35px;
    -webkit-animation: preloader_1_2 1.5s infinite ease-in-out;

}

@-webkit-keyframes preloader_1_1 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {-webkit-transform: translateX(40px) rotate(-180deg); border-radius:20px; background:#3498db;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}
@-webkit-keyframes preloader_1_2 {
    0% {-webkit-transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {-webkit-transform: translateX(-40px) rotate(180deg);border-radius:20px;background:#f1c40f;}
    100% {-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}

ul.course_key_points {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.single_course_key {
    background: var(--primary-color);
    color: white;
    padding: 25px 30px;
    border-radius: 5px;
}

span.value_p {
    font-size: 25px;
    font-weight: 600;
    margin-left: 5px;
}

li.venue_item {
    background: #05af7c1f;
    border: 1.5px solid #05ab79;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 250px;
    border-radius: 10px;
}

.pg_banner_text>h1 {
    line-height: 43px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course_fees {
    background: #e3e3e3;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}
.nav_tab.active {
    background: #0eb582 !important;
    color: white !important;
    border-radius: 8px;
}
.nav_tab {
    padding: 10px 4.5rem;
}
a.explore_courses.enroll_now {
    padding: 10px 30px;
}

ul.schedule_venue {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

span.venue_icon {
    color: #00a73c;
    margin-right: 10px;
}

p.venue_text {
    color: #5e5e5e;
    font-weight: 600;
}

span.venue_title {
    margin-right: 10px;
}


.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: white;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    visibility: hidden;
}

.loader_active {
    visibility: visible !important;
}
label.search-label {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: 'Poppins';
    color: #484848;
    position: relative;
}

.search-input {
    border-radius: 50px !important;
    padding: 10px 20px;
}

button.search-button {
    background: var(--primary-color);
    color: white;
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
}

.search_button_wrapper {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 99;
}
.search-bar {
    width: 66%;
    position: relative;
}
.search-input {
    box-shadow: none !important;
    border: 1.5px solid var(--primary-color) !important;
}

.search-suggestions.mt-3 {
    position: absolute;
    width: 97%;
    z-index: 99;
}

ul.list-group.suggestions-list {
    box-shadow: 0px 1px 8px 0px #cbcbcb;
    border-radius: 10px;
    padding: 10px;
    overflow-y: auto;
    max-height: 10rem;
    background: white;
}

li.list-group-item {
    border: none;
    padding: 14px 20px;
    transition: all 0.2s linear;
    cursor: pointer;
}

li.list-group-item:hover {
    background: #05af7c17;
}

li.list-group-item>a {
    color: #363636;
}

.suggestions-list::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

.suggestions-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.suggestions-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}


/* Firefox এর জন্য */
.suggestions-list {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f1f1f1;
}
label.search-label::after {
    content: "";
    position: absolute;
    background: #0eb582;
    width: 50px;
    height: 2.5px;
    top: 50%;
    transform: translateY(-50%);
    left: 105%;
}

/** responsive css **/
@media (min-width:990px){
    .nav-link {
        font-size: 14px !important;
    }
    .nav-link.active {
        font-size: 14px !important;
    }
    .nav-item:last-child a {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }
    .nav-item:last-child a:hover {
        font-size: 14px !important;
    }

}
@media (min-width:1400px){
    .nav-link {
        font-size: 18px !important;
    }
    .nav-link.active {
        font-size: 18px !important;
    }
    .nav-item:last-child a {
        font-size: 18px !important;
        padding: 10px 15px !important;
    }
    .nav-item:last-child a:hover {
        font-size: 18px !important;
    }

}

@media(max-width:576px){
    .main_menu{
        gap: 8px;
    }

    .slick-arrow {
        border: 1px solid #0eb582;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .topPrevarrow.slick-arrow {
        position: relative;
        top: 125px;
        z-index: 9;
    }
    .topNextarrow.slick-arrow {
        position: relative;
        top: -120px;
        right: -334px;
        z-index: 9;
    }

    .heroSearch{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 11rem;
    }


}
