body {
    font-family: 'Nunito Sans', sans-serif;
}

/* common elements */

.sub_text {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #141517;
}

.main_title {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #141517;
}

.para {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #575757;
}

.title {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #141517;
}

.subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #141517;
}

.subtitle_bold {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    text-transform: capitalize;
    color: #141517;
}

.abt_wrap .subtitle {
    font-weight: 600;
}

.title span {
    color: #2467EC;
}

ul {
    margin-bottom: 0;
    margin-top: 20px;
}

ul li {
    list-style: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #141517;
    position: relative;
    margin-top: 13px;
}

ul li::after {
    content: '';
    background-image: url(../img/tick.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -35px;
    top: 2px;
    width: 22px;
    height: 22px;
}

.category_div {
    display: inline-block;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2467EC;
    background: #F3F6FC;
    border-radius: 4px;
    padding: 10px 20px;
}

.apply_now {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    color: #2467EC;
}

.apply_now i {
    margin-left: 4px;
    font-size: 22px;
    color: #EBEBEB;
    transition: .4s;
}

.apply_now:hover i {
    transition: .4s;
    color: #2467EC;
}

.tc {
    text-align: center !important;
}

.smallest_text {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #141517;
}

.rounded_btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #141517;
    display: inline-block;
    border: 1px solid #141517;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 25px;
    transition: .4s;
}


/* ------ end ------ */

header {
    padding: 0px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    z-index: 1000;
    margin-top: 40px;
    transition:0.5s;
}

header.fixedHeader{
    margin-top: 0px;
    transition:0.5s;
    
}

.logo_wrap {
    display: inline-block;
    width: 140px;
    padding: 10px;
}

.logo_wrap img {
    width: 100%;
}

.call_btn {
    display: none;
}
.call_btn2 {
    display: none;
}
.mail_btn {
    display: none;
}

.call_now {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #2467EC;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
}

.call_now span {
    color: #5C626D;
}

.call_sec {
    float: right;
    width: 100%;
    text-align: right;
}
.contact_us {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    line-height: 25px;
    color: #FFFFFF;
    background: #2467EC;
    border: 1.5px solid #2467EC;
    border-radius: 4px;
    padding: 15px 30px;
    display: inline-block;
    transition: .5s;
}

.contact_us:hover {
    color: #2467EC;
    border: 1.5px solid #2467EC;
    background: #FFFFFF;
    transition: .5s;
}

.banner_sec {
    margin-top: 130px;
    position: relative;
}

.banner_cnt {
    color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    text-align: center !important;
    width: 75%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.banner_cnt .main_title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
}

.banner_cnt .para {
    color: #ffffff;
}

.banner_cnt .main_title {
    color: #ffffff;
}

.banner_wrap.clr1 {
    background: #EDEFF5;
    background-image: url(../img/bg_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner_wrap.clr2 {
    background: #FBD5D5;
}

.banner_wrap.clr3 {
    background: #c1ffc9;
}

.banner_img {
    width: 100%;
    height: 650px;
    padding: 50px 0;
}

.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner_img_wrap {
    width: 100%;
    height: 700px;
    background: #000000;
}

.banner_wrap .row {
    height: 640px;
}

.banner_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.banner_cnt .sub_text {
    color: #ffffff;
}

.abt_sec {
    padding: 75px 0;
}

.chat_box {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.chat_box .sub_text {
    margin-bottom: 5px;
}

.chat_box_img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.chat_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat_box_cnt {
    display: inline-block;
    padding-left: 0;
    padding-top: 28px;
}

.chat_box_cnt .sub_text {
    font-weight: 800;
}

.abt_img {
    width: 100%;
    height: 460px;
    position: relative;
}

.abt_img::after {
    content: '';
    background-image: url(../img/established_img.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
    background-size: 100%;
    bottom: -40px;
    width: 140px;
    height: 140px;
}

.abt_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_carousal {
    background: #F6F8FB;
    padding: 75px 0;
}

.course_card {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px;
    margin-right: 15px;
}

.course_img_wrap {
    width: 100%;
    height: 250px;
}

.course_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.course_cnt_wrap .category_div {
    margin: 18px 0;
}

.course_carousal .title {
    margin-bottom: 75px;
}

.course_benefits {
    margin: 70px 0;
}

.course_benefits .title {
    margin-bottom: 20px;
}

.benefit_wrap {
    border: 1px solid #E7E9F2;
    border-radius: 4px;
    padding: 30px 30px 10px;
    margin-top: 25px;
    min-height: 360px;
}

.benefits_icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.benefits_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.counter_sec {
    background: #2467EC;
    padding: 50px;
}

.counter_wrap {
    padding: 30px;
    padding-top: 60px;
}

.counter_wrap .title {
    color: #FFFFFF;
}

.counter_wrap .sub_text {
    color: #FFFFFF;
}

.counter_img_wrap {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.counter_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why_choose_sec {
    padding-top: 75px;
    position: relative;
    padding-bottom: 0;
}

.why_choose_wrap {
    padding: 0px 80px;
}

.why_choose_wrap ul {
    margin-bottom: 40px;
}

.why_choose_imgwrap {
    width: 100%;
    height: 540px;
}

.why_choose_imgwrap::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/why_choose_bg.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 900px;
    height: 720px;
    z-index: -10;
}

.why_choose_imgwrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight_wrap {
    width: 100%;
    padding: 60px;
    position: relative;
}

.social_media_icons .social_media_wrap {
    margin: 0;
    float: right;
}

.social_media_icons {
    padding: 12px;
    background: #f4f4f4;
    position: fixed;
    top: 0;
    width: 100%;
    text-align:center;
    left: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    z-index: 1000;
}

.highlight_wrap.clr_1 .subtitle_bold {
    padding-right: 150px;
}

.highlight_wrap.clr_1 .smallest_text {
    color: #EC2424;
}

.highlight_wrap.clr_2 .smallest_text {
    color: #2467EC;
}

.highlight_wrap.clr_1 .rounded_btn {
    border: 1px solid #EC2424;
    color: #EC2424;
    transition: .4s;
}

.highlight_wrap.clr_1 .rounded_btn:hover {
    border: 1px solid #EC2424;
    background: #EC2424;
    color: #FFFFFF;
    transition: .4s;
}

.highlight_wrap.clr_2 .rounded_btn {
    border: 1px solid #2467EC;
    color: #2467EC;
    transition: .4s;
}

.highlight_wrap.clr_2 .rounded_btn:hover {
    border: 1px solid #2467EC;
    background: #2467EC;
    color: #FFFFFF;
    transition: .4s;
}

.highlight_wrap.clr_1 {
    background: linear-gradient(97.42deg, rgba(236, 36, 36, 0.192) 7.66%, rgba(230, 237, 250, 0.168) 49.41%, rgba(236, 36, 36, 0.32) 90.34%);
}

.highlight_wrap.clr_2 {
    background: linear-gradient(97.42deg, rgba(36, 103, 236, 0.192) 7.66%, rgba(230, 237, 250, 0.168) 49.41%, rgba(36, 103, 236, 0.184) 90.34%);
}

.highlight_img {
    position: absolute;
    right: -10px;
    bottom: -18px;
    width: 250px;
    height: 250px;
}

.highlight_img.round_2 {
    position: absolute;
    right: 9px;
    bottom: -22px;
    width: 240px;
    height: 240px;
}

.course_highlight {
    padding-top: 150px;
    padding-bottom: 55px;
}

.testimonials {
    margin-top: 50px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #2467ec;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #2467ec !important;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
}

.testimonials .carousal_wrap {
    padding: 50px 0;
}

.testimonial_wrap {
    background: #F8F9FB;
    padding: 4px 30px;
    position: relative;
    margin: 0 12px;
}

.testimonial_wrap::after {
    content: '';
    position: absolute;
   left: 20px;
    top: 20px;
    background-image: url(../img/quote.png);
    width: 50px;
    height: 58px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.testimonial_cnt .para.clr_1 {
    font-weight: 700;
    color: #2467EC;
}


.job_off_sec {
    margin: 50px 0;
}

.testimonial_cnt .para {
    text-align: justify;
}

.job_off_img {
    width: 100%;
    height: 500px;
}

.job_off_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job_sec_wrap {
    padding: 30px;
}

.job_sec_wrap .contact_us {
    margin-top: 20px;
}

.client_img_bg {
    background-image: url(../img/trusted_partners_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 170px 190px;
}

.partner_wrap {
    padding: 40px;
}

.trusted_partner_logowrap {
    width: 100%;
    height: 200px;
    padding: 15px;
    margin-bottom: 25px;
}

.trusted_partner_logowrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner_sec {
    margin-bottom: 50px;
}

footer .logo_wrap {
    margin-bottom: 25px;
}

.social_media_wrap {
    margin: 30px 0;
}

.social_media_wrap a {
    display: inline-block;
    margin-right: 30px;
}

.social_media_wrap a i {
    font-size: 19px;
    color: #2467EC;
    transition: .3s;
}

.category_div i {
    font-style: normal;
    padding-right: 5px;
    color: #2467ec;
}

.social_media_wrap a i:hover {
    transition: .3s;
    color: #2467EC;
}

footer .location {
    transition: .3s;
    text-decoration: none;
}

footer .location:hover {
    transition: .3s;
    color: #2467EC;
}

footer .para {
    margin-bottom: 3px;
}

footer .contct {
    transition: .3s;
    text-decoration: none;
    color: #575757;
}

footer .contct:hover {
    transition: .3s;
    color: #2467EC;
}

footer .copright {
    background: #F3F6FC;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
}

.inner_banner {

    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
}

.couresebg01 {
    background: url(../img/course01.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}

.couresebg02 {
    background: url(../img/course02.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}

.couresebg03 {
    background: url(../img/course03.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}

.couresebg04 {
    background: url(../img/course04.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}

.couresebg05 {
    background: url(../img/course05.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}
.couresebg06 {
    background: url(../img/course06.jpg)fixed;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}



.inner_banner .row {
    height: 450px;
}

.inner_banner_cnt {
    margin-bottom: 50px;
}

.inner_banner_cnt .title {
    color: #FFFFFF;
}

.inner_banner_cnt .para {
    color: #FFFFFF;
}

.inner_banner_cnt .category_div {
    background: rgba(243, 246, 252, 0.5);
    color: #FFFFFF;
}

.course_dtl_sec {
    margin: 75px 0;
    padding-bottom: 75px;
    border-bottom: 1px solid #cbcbcb;
}

.modal-body {
    padding: 50px;
    padding-top: 20px;
}

form {
    margin-top: 35px;
}

form label {
    display: block;
}

form label .para {
    color: #141517 !important;
    margin-bottom: 6px;
}

form input {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

form select {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

form textarea {
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 120px;
}


/* responsive */

@media (max-width: 1399.98px) {
    .title {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_cnt {
        color: #fff;
        position: absolute;
        z-index: 999;
        left: 50%;
        text-align: center !important;
        width: 75%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    
    .banner_img_wrap {
        height: 500px;
    }

    .banner_img {
        height: 560px;
    }
    .why_choose_imgwrap::after {
        width: 700px;
    }
    .course_carousal .title {
        margin-bottom: 30px;
    }
    .testimonials .carousal_wrap {
        padding: 25px 0;
    }
    .client_img_bg {
        padding: 150px 100px;
    }
}

@media (max-width: 991.98px) {
    
    .banner_sec {
        margin-top: 130px;
        position: relative;
    }
    .logo_wrap {
        width: 120px;
    }
    .call_now span {
        display: none;
    }
    .main_title {
        font-size: 35px;
        line-height: 45px;
    }
    .banner_img_wrap {
        height: 500px;
    }
    .banner_cnt .main_title {
        color: #ffffff;
        font-size: 25px;
        line-height: 35px;
    }

    .banner_sec .contact_us {
        margin-top: 16px;
    }
    .call_now {
        font-size: 25px;
        line-height: 35px;
        margin-right: 20px;
    }
    .abt_img {
        margin-top: 50px;
    }
    .why_choose_wrap {
        padding: 0;
    }
    .para {
        font-size: 14px;
        line-height: 23px;
    }
    ul li {
        font-size: 15px;
        margin-top: 5px;
    }
    .title {
        font-size: 27px;
        line-height: 37px;
    }
    ul li::after {
        position: absolute;
        left: -32px;
        top: 4px;
        width: 20px;
        height: 20px;
    }
    .contact_us {
        font-size: 16px;
        line-height: 25px;
        padding: 10px 20px;
    }
    .chat_box_img {
        width: 80px;
        height: 80px;
    }
    .chat_box_cnt {
        padding-top: 10px;
        padding-left: 100px;
    }
    .why_choose_sec {
        padding-top: 15px;
    }
    .why_choose_imgwrap img {
        object-fit: contain;
    }
    .inner_banner {
        margin-top: 110px;
    }
    .why_choose_imgwrap::after {
        width: 540px;
        height: 540px;
    }
    .course_benefits {
        margin: 50px 0;
    }
    .course_carousal {
        padding: 50px 0;
        padding-left: 150px;
    }
    .course_highlight {
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .highlight_img {
        display: none;
    }
    .highlight_wrap.clr_1 .subtitle_bold {
        padding-right: 0;
    }
    .highlight_wrap {
        padding: 40px;
        text-align: center;
    }
    .testimonial_wrap::after {
        content: '';
        position: absolute;
        right: 25px;
        top: 50px;
    }
    .job_off_img {
        height: 300px;
    }
    .job_sec_wrap {
        padding: 0;
    }
    .client_img_bg {
        padding: 60px;
    }
    .trusted_partner_logowrap {
        height: 120px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .inner_banner .row {
        height: 330px;
    }
    .course_dtl_sec {
        margin: 50px 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .mob-hidden{
        display:none !important;
    }
    header {
        padding: 0px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .mail_btn {
        display: block;
        position: absolute;
        right: 120px;
        top: 15px;
        width: 50px;
        padding: 15px;
        background: #0d6efd;
        border-radius: 100px;
        height: 50px;
    }
    
    .mail_btn i {
        font-size: 15px;
        color: #ffffff;
    }
    
    .call_btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        width: 50px;
        padding: 15px;
        background: #0d6efd;
        border-radius: 100px;
        height: 50px;
    }
    
    .call_btn i {
        font-size: 15px;
        color: #ffffff;
    }
     .call_btn2 {
        display: block;
        position: absolute;
        right: 80px;
        top: 15px;
        width: 50px;
        padding: 15px;
        background: #0d6efd;
        border-radius: 100px;
        height: 50px;
    }
    
    .call_btn2 i {
        font-size: 15px;
        color: #ffffff;
    }
    
    
    
    .call_now {
        font-size: 17px;
        line-height: 37px;
        margin-right: 20px;
        float: left;
    }
    .contact_us {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 15px;
    }
    .banner_sec {
        margin-top: 130px;
        position: relative;
    }
    .banner_cnt {
        color: #fff;
        position: absolute;
        z-index: 999;
        left: 50%;
        text-align: center !important;
        width: 70%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .logo_wrap {
        width: 110px;
    }
    .call_now span {
        display: none;
    }
    
    .banner_wrap.clr1 {
        background-image: unset;
    }
    
    ul {
        margin-bottom: 20px;
    }
    .chat_box_cnt {
        padding-top: 10px;
        padding-left: 95px;
    }
    .chat_box_img {
        width: 75px;
        height: 75px;
    }
    .abt_img::after {
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 130px;
        height: 130px;
    }
    .course_carousal {
        padding-left: 10px;
    }
    .client_img_bg {
        padding: 20px;
    }
    .course_carousal .title {
        text-align: center;
    }
    .why_choose_sec {
        padding-top: 75px;
    }
    .why_choose_imgwrap::after {
        display: none;
    }
    .highlight_wrap {
        margin-bottom: 35px;
    }
    .modal-body {
        padding: 25px;
    }
    .inner_banner {
        margin-top: 95px;
    }
    .course_highlight {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .benefit_wrap {
        text-align: center;
        min-height: unset;
    }
    .benefit_wrap .para {
        text-align: center;
    }
    .social_media_icons .social_media_wrap {
        margin: 0;
        float: none;
    }
    .social_media_wrap a {
        margin: 0 10px auto;
    }
    .benefits_icon {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .job_off_img {
        height: 400px;
    }
    .job_sec_wrap {
        margin-top: 50px;
        text-align: center;
    }
    .job_sec_wrap .para {
        text-align: center;
    }
    .client_img_bg {
        padding: 60px;
        text-align: center;
    }
    .client_img_bg .para {
        text-align: center;
    }
    .job_off_sec {
        margin: 50px 0;
    }
    .partner_wrap {
        padding: 0;
    }
    .trusted_partner_logowrap {
        height: 160px;
        padding: 10px;
        margin-bottom: 40px;
    }
    footer {
        text-align: center;
    }
    footer .para {
        text-align: center;
    }
    footer .copright {
        font-size: 13px;
        margin-top: 20px;
    }
}