* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s linear;
}

body{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.2s linear;
}

a{
    text-decoration: none !important;
}

ul{
    list-style: none;
    padding-left: 0 !important; 
}

p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}

::placeholder{
    color: #9A9A9A;
    font-size: 14px;
    font-weight: 400;
}

label{
    color: #7a7a7a;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"]{
    border: 1px solid #D9D9D9;
    height: 70px;
    width: 100%;
    padding: 10px 20px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

textarea{
    border: 1px solid #D9D9D9;
    width: 100%;
    padding: 10px 20px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}

.btnC{
    padding:12px 30px;
    height: 52px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bgMainBlue{
    background: #0033FF;
}

.textBlue{
    color: #0033FF !important;
}

.font-weight-700{
    font-weight: 700 !important;
}

header{
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.2s linear;
    z-index: 2;
}

header.scrolled{
    background: #fff;
    box-shadow: 0px 5px 10px #e3e3e3;
}

header .topArea{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .topArea .logo{
    width: 180px;
}

header .topArea nav{
    display: flex;
    align-items: center;
    gap: 30px;
}

header .topArea nav ul{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 0;
}

header .topArea nav ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.banner{
    position: relative;
    padding: 10rem 0 8rem;
    /* min-height: 100vh; */
}

.banner::before{
    background: url(../images/bannerBg.webp) no-repeat;
    width:80%;
    height: 900px;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-position: bottom;
    background-size: cover;
}

.banner .content h3{
    color: #000000;
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner .content p{
    color: #5D5D5D;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner .content a:hover{
    color: #fff;
}

.banner .imgPart{
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .imgPart img{
    width: 550px !important;
    height: 550px !important;
    border-radius: 50%;
}

.banner .owl-carousel{
    position: unset;
}

.banner .owl-carousel .owl-nav{
    position: absolute;
    left: 0;
    bottom: -6px;
}

.banner .owl-carousel .owl-nav button span{
    display: none;
}

.banner .owl-carousel .owl-nav button{
    position: relative;
    width: 120px;
    height: 120px;
}

.banner .owl-carousel .owl-nav button.owl-prev{
    background: #D7D7D4;
}

.banner .owl-carousel .owl-nav button.owl-prev:before{
    width: 22px;
    height: 10px;
    background-size: 100% 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: url(../images/arw-left.svg) no-repeat;
}

.banner .owl-carousel .owl-nav button.owl-next:before{
    width: 22px;
    height: 10px;
    background-size: 100% 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: url(../images/arw-right.svg) no-repeat;
}

.heading{
    color: #1C1C1C;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.features{
    background: #F4F7FA;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.features::before{
    background: url(../images/bg2.svg) no-repeat;
    width:45%;
    height: 700px;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-position: top;
    background-size: cover;
}

.features .featureBox{
    border: 1px solid #C5D3E2;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.features .featureBox img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.features .featureBox .data{
    padding: 15px;
}

.features .featureBox .data h6{
    color: #0033FF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.features .featureBox .data h5{
    color: #1C1C1C;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.features .featureBox .data p{
    color: #5C6170;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    min-height: 90px;
}

.features .featureBox .data a:hover{
    color: #fff;
}

.career{
    padding: 4rem 0;
}

.career .nav{
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    
}

.career .nav .nav-link{
    background: transparent;
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 35px;
    border-radius: 0;
    border-bottom: 1px solid #D9D9D9;
}

.career .nav-pills .nav-link.active, .career .nav-pills .show>.nav-link{
    border-bottom: 3px solid #0033FF;
    color: #0033FF;
    font-weight: 600;
}

.career .dataContent{
    margin-top: 40px;
}

.career .dataContent .courseTb{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.career .dataContent .courseTb .course{
    background: #E9EAF2;
    padding: 7px 30px;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 600;
    border-radius: 45px;
    min-width: 130px;
    cursor: pointer;
}

.career .dataContent .courseTb .course span{
    color: #5C6170;
    font-size: 14px;
    font-weight: 500;
}

.career .dataContent .courseTb .course.open{
    background: #0B0505;
    color: #fff;
}

.career .dataContent .courseTb .course.open span{
    color: #fff;
}

.career .dataContent .courseData{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 80px;
}

.career .dataContent .courseData ul li{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    list-style: disc;
}

.career2{
    background: #F4F7FA;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.career2::before{
    background: url(../images/bg-3.svg) no-repeat;
    width:45%;
    height: 700px;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background-position: top;
    background-size: cover;
}

.career2 .careerBox{
    display: flex;
    gap: 20px;
    position: relative;
    justify-content: center;
}

.career2 .careerBox .careerBoxInner{
    border: 2px solid #0033FF;
    padding: 20px 0;
    border-radius: 12px;
    position: relative;
}

.career2 .careerBox .careerBoxInner h6{
    color: #262641;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding:0 15px;
}

.career2 .careerBox .careerBoxInner p{
    color: #444952;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    padding:0 15px;
}

.career2 .careerBox .careerBoxInner .timeFrame{
    padding: 0 15px;
    margin: 30px 0;
}

.career2 .careerBox .careerBoxInner .timeFrame img{
    width: 80px;
    height: 10px;
}

.career2 .careerBox .careerBoxInner h5{
    color: #000000FC;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.career2 .careerBox .careerBoxInner ul{
    border-top: 1px solid #E3E7EC;
}

.career2 .careerBox .careerBoxInner ul li{
     border-bottom: 1px solid #E3E7EC;
     padding: 15px 15px;
     display: flex;
     gap: 10px;
     color: #000000;
     font-size: 16px;
     font-weight: 400;
}

.guidance{
    padding: 4rem 0;
}

.guidance .guidanceBox{
    border: 1px solid #C5D3E2;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.guidance .guidanceBox .content h5{
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.guidance .guidanceBox .content p{
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.partner{
     background: #F4F7FA;
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.partner::before{
    background: url(../images/bg2.svg) no-repeat;
    width:45%;
    height: 700px;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-position: top;
    background-size: cover;
}

.partner .logoArea{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.partner .logoArea .logos{
    border: 1px solid #C5D3E2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 220px;
    height: 160px;
    position: relative;
}

.partner a{
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #0033FF;
    font-size: 20px;
    font-weight: 600;
}

.faq{
    padding: 4rem 0;
}

.faq .smallHead{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #0D5EF4;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.faq .accordion .accordion-item{
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px #0606060f;
    border: none;
    border-radius: 10px;
}

.faq .accordion .accordion-item .accordion-header button{
    color: #0F2239;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
}

.faq .accordion .accordion-button:not(.collapsed){
    background: #0D5EF4;
    color: #fff !important;
}

.faq .accordion .accordion-button::after{
    background-image: url(../images/bluePlus.svg) !important;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;

}

.faq .accordion .accordion-button:not(.collapsed)::after{
    background-image: url(../images/whiteMinus.svg) !important;
}

.faq .accordion .accordion-item .accordion-body{
    color: #4D5765;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

footer{
    background: #0F1B31;
    position: relative;
}

footer::before{
    background: url(../images/footer-1.svg) no-repeat;
    left: 30px;
    top: 30px;
    width: 89px;
    height: 84px;
    object-fit: contain;
    position: absolute;
    content: '';
}

footer::after{
    background: url(../images/footer-2.svg) no-repeat;
    right: 50px;
    bottom: 30px;
    width: 80px;
    height: 72px;
    object-fit: contain;
    position: absolute;
    content: '';
}

footer .footerTop{
    padding: 2rem 0;
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between;
}

footer .footerTop .subscribeBox{
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .footerTop .subscribeBox h5{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    width: 300px;
}

footer .footerTop .subscribeBox .subscribeBoxInner{
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footerTop .subscribeBox .subscribeBoxInner .subscribeInput{
    border: 1px solid #283752;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    gap: 10px;
    width: 400px;
    height: 52px;
}

footer .footerTop .subscribeBox .subscribeBoxInner .subscribeInput input{
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
    color: #fff;
}

footer .footerMid{
    padding: 4rem 0;
}

footer .footerMid .footerC{
    padding-right: 20px;
}

footer .footerMid .footerC h5{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

footer .footerMid .footerC h5::before{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/ft-bg.webp) no-repeat;
    width: 100px;
    height: 5px;
    content: '';
    background-size: 100% 100%;
}

footer hr{
    background: #838383;
}

footer .footerMid .footerC p{
    color: #B3C1D3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
}

footer .footerMid .footerC h4{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

footer .footerMid .footerC .social{
    margin-top: 50px;
}

footer .footerMid .footerC .social .socialInner{
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footerMid .footerC .social .socialInner a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E2C46;
}

footer .footerMid .footerC .links{
    display: flex;
    gap: 15px;
}

footer .footerMid .footerC .links ul{
    width: 50%;
    margin-bottom: 0;
    padding-left: 1rem !important;
}

footer .footerMid .footerC ul li a{
    color: #B3C1D3;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
}

footer .footerMid .footerC ul li{
    margin-bottom: 15px;
    list-style: disc;
}

footer .footerMid .footerC ul li::marker{
    color: #B3C1D3;
}

footer .footerMid .footerC ul li img{
    width: 12px;
    height: 16px;
    object-fit: contain;
}

footer .footerMid .footerC .address li{
    list-style: none !important;
}

.copywrite{
    background: #283752;
    padding: 20px 0;
}

.copywrite .data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.copywrite .data p{
    color: #B3C1D3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.copywrite .data ul{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.copywrite .data ul li a{
    color: #B3C1D3;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.menuBar{
    cursor: pointer;
    position: relative;
    top: -12px;
    z-index: 1;
    display: none;
}

.menuBar span{
    border-radius: 10px;
    width: 50px;
    height: 6px;
    display: block;
    background: #000;
    position: absolute;
}

.menuBar span:nth-child(1){
    top: 0px;
}

.menuBar span:nth-child(2){
    top: 10px;
}

.menuBar span:nth-child(3){
    top: 20px;
}

.menuOpen .menuBar span:nth-child(3){
    display: none;
}

.menuOpen .menuBar span:nth-child(1){
    transform: rotate(45deg);
    top: 10px;
}

.menuOpen .menuBar span:nth-child(2){
    transform: rotate(-45deg);
}

@media(min-width:992px) and (max-width:1199px){
    header .topArea nav ul{
        gap: 20px;
    }
    header .topArea nav ul li a{
        font-size: 15px;
    }
    header .topArea nav{
        gap: 20px;
    }
    .banner .content h3 {
        font-size: 40px;
    }
    .banner .imgPart{
        width: 380px;
        height: 380px;
        margin: 0 auto;
    }
    .banner .imgPart img {
        width: 350px !important;
        height: 350px !important;
    }
    .banner::before {
        height: 770px;
    }
    .features .featureBox .data h5 {
        font-size: 18px;
        line-height: 23px;
    }
    .features .featureBox .data h6 {
        font-size: 12px;
    }
    .features .featureBox .data a{
        font-size: 13px;
    }
    .features .featureBox .data p {
        font-size: 12px;
    }
    .heading {
        font-size: 24px;
    }
    .career .dataContent .courseTb .course {
        padding: 7px 20px;
        font-size: 16px;
    }
    .partner .logoArea .logos {
        width: 200px;
    }
    footer .footerMid .footerC ul li a {
        font-size: 11px;
    }
    footer .footerMid .footerC h5 {
        font-size: 16px;
    }
    footer .footerMid .footerC p {
        font-size: 12px;
    }
    footer .footerTop .subscribeBox .subscribeBoxInner{
        flex-direction: column;
    }
    footer .footerTop .subscribeBox .subscribeBoxInner .subscribeInput {
        width: 195px;
    }
    footer::before {
        left: 10px;
        top: 10px;
        width: 69px;
        height: 64px;
        background-size: contain;
    }
    footer .footerMid .footerC .social .socialInner{
        flex-wrap: wrap;
    }
}

@media(min-width:768px) and (max-width:991px){
    .career .dataContent .courseTb{
        flex-wrap: wrap;
    }
    .career .dataContent .courseData{
        gap: 60px;
    }
    .career .dataContent .courseData ul li {
        font-size: 16px;
    }
    .guidance .guidanceBox .content h5 {
        font-size: 15px;
    }
    .guidance .guidanceBox .content p {
        font-size: 14px;
    }
    .partner .logoArea .logos {
        width: 200px;
    }
    footer .footerTop{
        flex-direction: column;
    }
    footer .footerTop .subscribeBox{
        flex-direction: column;
    }
    footer .footerTop .subscribeBox h5{
        width: 100%;
    }
    .banner .imgPart{
        margin: 40px auto 0;
    }
}

@media(max-width:991px){
    .menuBar{
        display: block;
        left: -50px;
    }
    header .topArea nav ul{
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #ffff;
        padding-top: 100px;
    }
    header .topArea nav ul li{
        padding: 20px 10px;
    }
    header .topArea nav ul li:not(:last-child){
        border-bottom: 1px solid #ccc;
    }
    .menuOpen header .topArea nav ul{
        display: block;
    }
    header .topArea nav ul li a{
        width: 100%;
        font-size: 24px;
    }
}

@media(max-width:767px){
    header .topArea .logo {
        width: 100px;
    }
    header button{
        margin-left: -15px;
        padding: 8px 14px !important;
        height: 44px !important;
    }
    .career .dataContent .courseTb .course {
        font-size: 15px;
        min-width: auto;
    }
    .banner .content h3 {
        font-size: 32px;
    }
    .banner .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner .imgPart {
        width: 350px;
        height: 350px;
        margin: 40px auto 0;
    }
    .banner .imgPart img {
        width: 330px !important;
        height: 330px !important;
    }
    .heading {
        font-size: 22px;
        line-height: 34px;
    }
    .career .dataContent .courseTb{
        flex-wrap: wrap;
        justify-content: start;
        gap: 10px;
    }
    .career .dataContent .courseData ul{
        padding-left: 1rem !important;
    }
    .career .dataContent .courseData ul li {
        font-size: 14px;
    }
    .career2 .careerBox{
        flex-direction: column;
    }
    .partner .logoArea .logos{
        width: 140px;
        height: 100px;
    }
     .partner .logoArea .logos img{
        width: 100px;
        height: 50px;
        object-fit: contain;
    }
    .career .dataContent .courseData{
        gap: 0px;
        flex-direction: column;
    }
    footer .footerTop{
        flex-direction: column;
    }
    footer::before {
        width: 69px;
        height: 64px;
        background-size: contain;
        left: 10px;
    }
    footer .footerTop .subscribeBox{
        flex-direction: column;
    }
    footer .footerTop .subscribeBox h5 {
        font-size: 16px;
        width: 100%;
    }
    footer .footerTop .subscribeBox .subscribeBoxInner{
        flex-direction: column;
    }
    footer .footerTop .subscribeBox .subscribeBoxInner a{
        width: 100%;
    }
    .copywrite .data{
        flex-direction: column;
        gap: 10px;
    }
    footer .footerMid .footerC {
        padding-right: 0px;
    }
    footer .footerTop .subscribeBox .subscribeBoxInner .subscribeInput{
        width: 100%;
    }
}