@font-face {
    font-family: myFontR;
    src: url('../Metropolis-Regular.otf');
	font-display: swap;
}
@font-face {
    font-family: myFontB;
    src: url('../Metropolis-Bold.otf');
	font-display: swap;
}
@font-face {
    font-family: InterFont;
    src: url('../Inter-ExtraBold.ttf');
    font-display: swap;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'myFontR';
}
._flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    box-shadow: 0 2px 5px 0 rgba(12,24,72,.06);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 0.5px solid rgba(0,0,0,.15);
    /* position: sticky;
    top: 0; */
}
header img{
    max-width: 200px !important;
    display: inline-block !important;
}
header ul, .navBar ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
header ul li, .navBar ul li{
    display: inline-block;
    padding: 0 16px;
}
header ul li a, .navBar ul li a{
    color: #111;
    position: relative;
    font-weight: 600;
    letter-spacing: .4px;
    font-family: myFontR;
    font-size: 16px;
    cursor: pointer;
}
header ul li a:hover, .navBar ul li a:hover{
    color: #828282;
    text-decoration: none;
}
.navBar{
    padding-top: 12px;
    padding-bottom: 12px;
}
.item{
    background-size: cover !important;
    background-color: rgb(11 11 11 / 80%) !important;
    background-blend-mode: multiply;
    padding:180px 0;
}
.carousel-item-content{
    text-align: center;
}
.carousel-item-content p {
    font-size: 18px;
    color: goldenrod;
    font-weight: 600;
    margin-bottom: 15px;
}
.carousel-item-content h2{
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'myFontB';
}
.carousel-item-content button{
    background: red !important;
    border-color: red !important;
    color: #fff !important;
    padding: 8px 55px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: none !important;
    box-shadow: none !important;
}

.testimonials, .get-started, .counsellors, .milestones{
    padding-top: 50px;
    padding-bottom: 25px;
}
.testimonials h2, .get-started h2, .counsellors h2, .milestones h2{
    font-size: 35px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'myFontB';
}
/* .all-testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-box{
    box-shadow: 0 2px 40px rgba(55,65,81,.1);
    padding: 20px;
    border: 1px solid #f1f1f1;
    margin: 0 15px;
}
.testimonials-box-inside{
    display: flex;
}
.testimonials-box .testimonials-box-inside p{
    margin: 0 0 7px 0;
    text-align: center;
}
.testimonials-box .testimonials-box-inside p img{
    width: 40px;
    border-radius: 50%;
}
.testimonials-box .testimonials-box-inside p span{
    margin-top: 8px;
    display: inline-block;
}
.testimonials-box svg{
    margin: 0 25px;
    fill: goldenrod;
}
.testimonials-box-course p{
    text-align: center;
    font-weight: 600;
    margin: 0;
} */
.testimonials-box-each{
    background-size: cover !important;
    background-color: rgb(11 11 11 / 80%) !important;
    background-blend-mode: multiply;
    padding: 40px;
    min-height: 490px;
}
.testimonials-box-each h4{
    font-size: 26px;
    margin: 0 0 10px 0;
    color: #fff;
    font-family: 'myFontB';
}
.testimonials-box-each h5{
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
}
.testimonials-box-each h6{
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #fff;
}
.__journeyBtn{
    margin: 40px 0 0 0;
    text-align: center;
}
.__journeyBtn button{
    background: red !important;
    border-color: red !important;
    color: #fff !important;
    padding: 8px 55px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: none !important;
    box-shadow: none !important;
}

.get-started-box{
    background: #f1f1f1;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.get-started-box i{
    font-size: 28px;
    color: red;
}
.get-started-box h3{
    margin: 20px 0;
    font-size: 22px;
    font-family: 'myFontB';
}
.get-started-box p{
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.counsellors{
    background-color: #f3f4ff;
}
.counsellor-box{
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 45px;
    background-color: #fff;
}
.counsellor-box img.cImage{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -60px;
    display: inline-block;
    border: 1px solid #ddd;
}
.counsellor-box h5{
    font-size: 20px;
    margin: 20px 0 0 0;
    font-family: 'myFontB';
}
.counsellor-box span{    
    margin: 5px 0 0 0;
    display: block;
    color: #6a6a6a;
}
.counsellor-box h6{
    font-size: 15px;
    margin: 8px 0 0 0;
}
.counsellor-box h6 img{
    max-width: 25px;
    display: inline-block;
    padding-right: 6px;
}
.counsellor-box button{
    background: red !important;
    border-color: red !important;
    color: #fff !important;
    padding: 8px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 25px;
}

.milestones{
    background-color: #f3f4ff;
}
.milestones ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
}
.milestones ul li{

}
.milestones ul li h5{
    margin: 0;
    font-size: 35px;
    text-align: center;
    -webkit-text-stroke: 2px red;
    color: red;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.milestones ul li h6{
    text-align: center;
    margin: 15px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'myFontB';
}

footer{
    box-shadow: 0 2px 5px 0 rgba(12,24,72,.06);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-top: 0.5px solid rgba(0,0,0,.15);
}
footer p{
    margin: 0;
    /* text-align: center; */
    font-size: 18px;
    font-family: 'myFontB';
}

.hamburger{
    display: none;
}
.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}
.sidenav a{
    padding: 15px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.sidenav a:first-child{
    padding: 15px 10px 0 0;
}
.sidenav a:first-child, .sidenav a:last-child{
    border-bottom: none;
}
.sidenav a:hover{
    color: #000;
    text-decoration: underline;
}
.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
}
@media screen and (max-height: 450px){
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.header_top{
    background: #fbf9f6;
}
.header_top ul{
    padding: 12px 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
.header_top ul li{
    display: inline-block;
    padding: 0 16px;
}
.header_top ul li a{
    color: black;
    position: relative;
    font-weight: 500;
    letter-spacing: .4px;
    font-family: myFontR;
    font-size: 15px;
}

@keyframes VideoPlayer_bounce__v5a2w{0%,to{transform:scale(.9)}50%{transform:scale(1.1)}}

@media only screen and (max-width: 600px) {
    /* ._flex{
        display: block;
    } */
    header .col-md-3{
        /* text-align: center; */
    }
    header .col-md-9{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .col-md-9 ul{
        display: none;
    }
    .header_top ul{
        text-align: center;
    }
    .header_top ul li{
        padding: 0 5px;
    }
    .header_top ul li a{
        letter-spacing: .3px;
        font-size: 12px;
    }
    .carousel-item-content h2{
        font-size: 25px;
    }
    #myCarousel .item{
        padding: 100px 0;
    }
    .testimonials h2, .get-started h2, .counsellors h2, .milestones h2{
        font-size: 24px;
    }
    .get-started-box h3{
        font-size: 18px;
    }
    .get-started-box p{
        font-size: 14px;
    }
    .milestones ul{
        display: block;
    }
    .milestones ul li{
        padding: 15px 0;
    }
    .testimonials-box-each{
        min-height: 350px;
        margin-bottom: 20px;
    }
    .counsellor-box{
        margin-top: 75px;
    }
    footer p{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .hamburger{
        display: block;
    }
    footer .row{
        display: block !important;
    }
    footer .row .col-md-7, footer .row .col-md-5{
        text-align: center !important;
    }
}


.p90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.p60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.bgLBlue{
    background-color: #f3f6f9;
}
.banner{
    /* background-image: url(https://www.certifiedcareeranalyst.com/blue-bg.jpg); */
    background-size: cover;
    background-position: center;
    /* min-height: 400px; */
    background: #fff;
}
.banner h1{
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'InterFont';
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.banner p{
    margin: 0 0 0 0;
    color: #000;
    font-size: 17px;
    line-height: 1.3;
    /* text-transform: uppercase; */
    letter-spacing: 0.8px;
}
.video-overlay{
    position: relative;
}
.video-overlay img{
    border-radius: 10px;
}
.video-overlay .img-overlay{
    border-radius: 10px;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    transition: .5s;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
}
.video-overlay .img-overlay i {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 0 12px hsla(0,0%,100%,.2), 0 0 0 24px hsla(0,0%,100%,.1);
    animation: 4s ease-out infinite VideoPlayer_bounce__v5a2w;
    color: #f23e36;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.content .in-heading{
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'InterFont';
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
}
.content .in-content h1, .content .in-content h2, .content .in-content h3, .content .in-content h4, .content .in-content h5, .content .in-content h6, .content .in-content p, .content .in-content span{
    /* color: #000000 !important; */
    display: block !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
}
.content .in-content ol, .content .in-content ul{
    margin: 15px 0 !important;
}

.assessment-box{
    background: #fff;
    padding: 25px 20px 30px 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-top: 4px solid;
    border-radius: 5px;
}
.assessment-box h2{
    margin: 0 0 22px 0;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'InterFont';
    min-height: 58px;
}
.assessment-box ul{
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
    min-height: 260px;
}
.assessment-box ul li{
    font-size: 16px;
    margin-bottom: 7px;
}
.assessment-box button{
    font-size: 16px;
    border-radius: 0;
    background-color: #1e3f9a !important;
    border-color: #1e3f9a !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50px;
    padding: 8px 20px;
}

footer{
    box-shadow: 0 2px 5px 0 rgba(12,24,72,.06);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-top: 0.5px solid rgba(0,0,0,.15);
}
footer p{
    margin: 0;
    /* text-align: center; */
    font-size: 18px;
    font-family: 'myFontB';
}

.test-category{
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    background: #fff;
    border-top: 1px solid #f3f6f9;
}
.test-category li{
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    line-height: normal;
}
.test-category li a{
    text-transform: capitalize;
    /* background: #f6f6f6; */
    padding: 15px 20px;
    font-size: 16px;
    display: block;
    font-weight: 400;
    line-height: normal;
    color: #484848;
    border-bottom: 1px #eaeaea solid;
    text-decoration: none;
    /* font-family: calibri; */
    cursor: pointer;
}
.test-category li a:hover{
    background: #f3f6f9;
}
.test-category li a.active {
    background: #1e3f9a;
    color: #fff !important;
}
.test-category li a img{
    display: inline-block;
    margin-right: 10px;
}

.text-box{
    border-radius: 5px;
    background: #fff;
    padding: 20px 20px 30px 20px;
    margin-top: 20px;
    border-top: 4px solid;
}
.text-box h2{
    margin: 0;
    font-size: 20px;
    font-family: 'InterFont';
    line-height: 1.4;
    min-height: 56px;
}
.text-box ul{
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.text-box ul li{
    font-weight: 600;
    width: 49%;
    display: inline-block;
    background: #fafafa;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    /* cursor: pointer; */
}
.text-box p{
    font-size: 14px;
    margin-bottom: 25px;
    /* height: 100px; */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 100px;
    cursor: pointer;
}
.text-box button{
    font-size: 16px;
    border-radius: 0;
    background-color: #fff !important;
    border-color: #1e3f9a !important;
    color: #1e3f9a !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50px;
    padding: 8px 20px;
}

.res-category{
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    background: #e9e9e9;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    border-radius: 5px;
    display: none;
}

.show-more{
    font-size: 16px;
    border-radius: 0;
    background-color: #1e3f9a !important;
    border-color: #1e3f9a !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 50px;
    padding: 8px 20px;
    margin-top: 30px;
}

.footer-links{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-links li{
    display: inline-block;
    padding-right: 15px;
}
.footer-links li a{
    color: #000;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {

    .banner .row{
        display: block !important;
    }
    .banner h1{
        font-size: 22px;
    }
    .banner p{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .content .in-heading{
        font-size: 25px;
    }
    .content .in-content h1, .content .in-content h2, .content .in-content h3, .content .in-content h4, .content .in-content h5, .content .in-content h6, .content .in-content p, .content .in-content span{
        font-size: 15px !important;
    }
    .assessments .col-md-4{
        padding: 0;
    }

    .p90{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .test-category{
        display: none;
        height: 300px;
        overflow: auto;
    }
    .test-category.active{
        display: block;
    }
    .res-category{
        display: flex;
    }

    .test-category li a{
        padding: 10px 15px;
        font-size: 15px;
    }
    .test-category li a img{
        max-width: 25px;
    }

}