@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;
}
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: 18px 0;
    border-bottom: 0.5px solid rgba(0,0,0,.15);
    /* position: sticky;
    top: 0; */
}
header img{
    max-height: 100px !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;
}
header ul li a:hover, .navBar ul li a:hover{
    color: goldenrod;
    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: 1;
    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;
}
.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: #000;
}
.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: goldenrod;
    position: relative;
    font-weight: 600;
    letter-spacing: .4px;
    font-family: myFontR;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    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;
    }
    .hamburger{
        display: block;
    }
    footer .row{
        display: block !important;
    }
    footer .row .col-md-7, footer .row .col-md-5{
        text-align: center !important;
    }
}