@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@font-face {
    font-family: 'Harabara Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Harabara Bold'), url('../fonts/Harabara.woff') format('woff');
    }

.custom-font {
    font-family: 'Harabara Bold';
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: capitalize;
}

*{
    outline: none !important;
    box-shadow: none;
}

html{
    overflow-x: hidden;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

body{
	color:#666;
	font-size:16px !important;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

hr{
    opacity:1;
}

.color-violet{
    color: #246ebd !important;
}

.color-blue{
    color: #169a75 !important;
}

.color-white{
    color:#fff !important;
}

.color-black{
    color:#000 !important;
}

.bg-violet{
    background: #246ebd;
}

.bg-blue{
    background: #169a75;
}

.btn{
    padding:8px 25px;
    color:#fff;
    font-weight:500;
    border-radius: 0px;
    font-size:20px;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 5px;
    text-transform: capitalize;
    transition: 0.6s ease-in;
}

.btn:hover{
    color:#fff;
}

.padding{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-2{
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.heading{
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: capitalize;
}

.heading-2{
    font-weight: 700;
    font-size: 1.6rem;
    color:#246ebd;
}

.font{
   font-family: 'Harabara Bold'; 
}

.page-404{
    padding: 3rem 0.5rem;
}

.page-404 i{
    font-size:9rem;
    display: block;
    color:#246ebd;
    margin-bottom: 1rem;
}

.page-404 h2{
    color:#169a75;
    font-weight:700;
}

.page-404 h5{
    font-weight:normal;
}

.page-404 a{
    font-size:1.2rem;
    background: #246ebd;
    color:#fff;
    padding:0.6rem 1.2rem;
    display: inline-block;
    margin-top: 1.6rem;
}

.page-404 a i{
    font-size:1.2rem;
    display: inline;
    color:#fff;
}


#top-scrollbutton {
    display: flex;
    background-color: #246ebd;
    width: 50px;
    padding: 0;
    height: 50px;
    color:#fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 3px solid #fff;
}

/*
#top-scrollbutton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
    content: ">";
    font-family: Poppins, sans-serif;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
*/

#top-scrollbutton:hover {
  cursor: pointer;
  text-decoration:none;
}

#top-scrollbutton:active {
  background-color: #555;
}

#top-scrollbutton.show {
  opacity: 1;
  visibility: visible;
}

.bottom-footer{
    color: #aaa;
    background: #141414;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
    border-top: 1px solid #444;
}

.bottom-footer p{
    margin-bottom: 0;
}

.bottom-footer p a:hover, .bottom-footer p a{
    color:#ddd;
    font-weight: bold;
}

.top-footer{
    background: #0b0b0b;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.link-area{
    text-align: center;
    font-weight: 500;
}

.link-area a{
    padding: 5px 10px;
    font-size: 16px;
    color:#bbb;
    display: inline-block;
}

.social-area{
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.social-area img{
    height:30px;
    margin-left: 6px;
    margin-right: 6px;
    opacity: 0.6;
}

.bottom-address{
    max-width:400px;
    padding: 1rem 1.5rem;
    text-align: center;
    width:33.33%;
    margin-top: 1rem;
}

.bottom-address p{
    
}

.bottom-address i:before{
    width:40px;
    height:40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 4px;
    background: #fff;
    color:#169a75;
    margin-bottom: 0.8rem;
}

.contact-form{
    background: #fff;
    max-width: 500px;
    width:100%;
    padding: 2rem 1rem;
    margin:1rem auto;
    text-align: center;
}

.contact-form input, .contact-form textarea{
    width:100%;
    margin-top: 0.8rem;
    outline: none !important;
    resize: none;
    color: #666;
    border: 1px solid #333;
    padding: 0.9rem;
    background: transparent;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.contact-form input[type="button"]{
    background: #246ebd;
    color:#fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 15px 15px;
    border:0;
    width: 200px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 0.8rem;
}

.contact-form h2{
   font-weight: 700;
    color:#246ebd;
}

.padding-programs{
    padding-top: 2.5rem;
    margin-bottom: 3rem;
}

.programs{
    position: relative;
    width: fit-content;
    text-align: center;
}

.programs img{
    max-width: 100%;
    margin-top: 1rem;
}

.programs span{
    width:300px;
    display: inline-flex;
    color:#246ebd;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    background: #fff;
    height:100px;
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 0rem 0.5rem;
    box-shadow: 1px 0px 20px #00000026;
}

.blog-home{
    margin-top: 1.5rem;
}

.blog-home img{
    margin-bottom: 1.3rem;
    max-width: 100%;
}

.blog-home h3{
    color:#246ebd !important;
    font-size: 1.4rem;
    font-weight: 700;
}

.blog-home h2{
    color:#000;
    font-weight: 500;
    font-size: 1.3rem;
}

.owl-nav{
    display: block !important;
}

.owl-nav .owl-prev{
    left:-1rem;
}

.owl-nav .owl-next{
   right:-1rem; 
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    color: #246ebd;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #246ebd;
    font-size: 1.8rem;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    margin-top: -7px;
    color: #246ebd;
}

.testimonials-bg{
    background: linear-gradient(90deg, #e9e8ee, #e9e8ee 35%, #246ebd 35%, #246ebd 65%, #e9e8ee 65%, #e9e8ee);
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-top: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.testimonial{
    text-align: center;
    width: fit-content;
    margin: auto;
}

.testimonial .img-wrap img{
    max-width: 100%;
    width:auto !important;
    border-radius: 50%;
    position: relative;left: -1.5rem;
}

.testimonial .img-wrap{
    width:fit-content;
    display: inline-block;
    background: #0d2c4c;
    margin-bottom: -2rem;
    border-radius: 50%;
    position: relative;
}

.testimonial p{
    background: #fff;
    text-align: center;
    max-width:500px;
    padding: 3rem 1rem 2rem;
    color:#444;
    font-size: 16px;
}

.testimonial p strong{
    display: block;
    font-size: 1.5rem;
    color:#246ebd;
    margin-bottom: -5px;
    margin-top: 10px;
}

.video-testimonials {
}

.video-testimonials .video-wrap{
    background: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    overflow: hidden;
    position: relative;
    
}

.video-testimonials video{
    height:400px;
    width:100%;
}

.video-testimonials .test-title{
    display: flex;
    margin: auto;
    color:#fff;
    font-weight:500;
    font-size:20px;
/*    text-align: center;*/
    padding-top: 10px;
    position: absolute;
    top:0;
    left:0;
    align-items: center;
    padding-left: 10px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    line-height: 1;
    font-family: "Open Sans";
}

.video-testimonials .test-title .img-thumb{
    display: inline-flex;
    background: #fff;
    width:40px;
    height:40px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50%;
    min-width: 40px;
}

.video-testimonials .test-title .img-thumb img{
    width: 90%;
}

.about-section{
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.about-section h2{
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Harabara Bold';
    margin-bottom: 2.5rem;
}

.about-section h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-section a{
    margin-top: 2rem;
    display: inline-block;
}

.about-section a i{ font-size: 15px; }

.about-img{
    width: 600px;
}

.mentor{    
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
/*    width: 261px;*/
    margin-left: auto;
    margin-right: auto;
}

.mentor img{
   max-width: 100%; 
    width:100%;
}

.mentor span{
    width:90%;
    height:70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color:#222;
    background: #fff;
    margin-top: -35px;
    margin-bottom: -35px;
    font-size: 20px;
    font-weight: 700;
    line-height: 19px;
    padding: 15px;
}

.main-banner{
    background: url(../images/bg.jpg) no-repeat;
/*    background: linear-gradient(90deg, rgba(0,0,0, 0.1), rgba(0,0,0, 0.5)), url(../images/bg-main.jpg) no-repeat;*/
    background-size: cover !important;
    padding-top: 8rem;
    color: #fff;
    background-attachment: fixed !important;
}

.main-banner h4{
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.main-banner h4 span{
    display: block;
}

.main-banner h2{
    font-size: 3rem; text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.main-banner h2 span{
    font-weight: 700;
}

.main-banner a{
/*    font-weight: 300;*/
    font-size: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1rem;
}

.main-banner .type-1{
    background: #fff;
    color:#333;
    margin-right: 8px;
}

.main-banner .type-2{
    background: #246ebd;
    color:#fff;
}

.main-banner a i{
    margin-left: 10px;
}

.main-banner .row{
    justify-content: flex-end;
    align-items: center;
}

.breadcrumbs{
    background: #eee;
    color:#555;
    font-size: 14px;
    padding: 0.7rem;
    font-weight: 500;
}

.breadcrumbs a:hover, .breadcrumbs a{
    color:#555;
}

.address-contact{
    display: flex;
    align-items: baseline;
    margin-bottom: 1rem;
}

.address-contact p{
    margin-bottom: 0;
    color: #fff;
}

.address-contact i:before{
    display: flex;
    width:30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #246ebd;
    border-radius: 4px;
}

.address-contact i{
    margin-right: 0.5rem;
}

header{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    width:100%;
}

.header-menu{
    display: flex;
    justify-content: space-between;
    
}

header{
    position: absolute;
}

header a{
  font-weight: 500 !important;  
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

header a:hover{
    color:#169a75 !important;
}

header .header-menu a {
    color:#fff !important;
    font-weight: 400 !important;
}

.logo img{
    max-width: 100%;
    width:200px;
/*    margin-right: 1rem;*/
}

.navbar-light .navbar-toggler{
    outline:none !important;
    border:2px solid #246ebd;
    border-radius: 0;
}

.navbar-light .navbar-toggler:focus{
    box-shadow: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2840, 30, 93, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
/*    border:2px solid #246ebd;*/
}

.logo-sec-home{
    justify-content: space-around;
    display: flex;
}

.logo-sec-home img{
    width:35% !important;
}

.contact header{
    position: static;
}

.contact header a{
    color:#000 !important;
}

.contact header a:hover{
    color:#169a75 !important;
}

.contact-bg{
    background: url('../images/bg-yoe.jpg') no-repeat; 
    background-size:cover;
    background-attachment: fixed;
}

/*
p:last-child{
    margin-bottom: 0;
}
*/

.sticky{
    position: fixed;
    top:0;
    z-index: 999;
    background: #fff;
    transition: 0s ease-in;
    box-shadow: 1px 1px 20px #00000015;
}

header.sticky a{
    color:#246ebd !important;
    text-shadow: none !important;
}

header.sticky a:hover{
    color:#169a75 !important;
}

.sidebar h2{
    color:#169a75;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.6rem;
}

.sidebar ul{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar ul li{
    padding: 8px 0;
    border-bottom: 1px dotted #ddd;
}

.sidebar ul li a{
    color:#666;
    font-size: 16px;
}

.blog-post{
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    box-shadow: 1px 0px 20px #00000015;
}

.blog-post .pd{
    padding: 1rem;
}

.blog-post img{
    width: 100%;
}

.blog-post h2 {
    color: #246ebd;
    font-size: 22px;
    font-weight: 600;
}

.blog-post a.readmore{
    display: inline-block;
    background: #169a75;
    color:#fff !important;
    padding: 10px 14px;
    font-size: 20px;
    text-transform: capitalize;
}

.blog-post .timestamp{
    margin-bottom: 5px;
    color:#999;
    font-size: 15px;
}

.blog-content{
    
}

.blog-content img{
    width: 100%;
    margin-bottom: 1rem;
}

.blog-content h2, .blog-content h3, .blog-content h4{
    color:#246ebd;
    font-weight: 700;
}

.blog-content h2{
    font-size: 1.5rem;
}


.blog-content h3{
    font-size: 1.3rem;
}


.blog-content h4{
    font-size: 1.1rem;
}

.blog-content a{
    color: #169a75;
    font-weight: 700;
}

.list-style{
    margin-left: 0;
    padding-left: 22px;
}

.list-style li {
    list-style-type: disclosure-closed;
}


.bggradient{
    background: linear-gradient(90deg, #169a75, #246ebd);
}
.bggradient .btn{
    background: #fff;
    color: #246ebd;
    border-radius: 0;
}
.list-style{
    list-style: none;
    padding-left: 0;
}
.list-style li{
    display: flex;
    width:100%;
    margin-bottom: 5px;
    align-items: center;
}
.list-style li::before{
    content: "\f124";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 8px;
    font-size: 24px;
    color: #246ebd ;
    font-weight: 900;
}
.big-text{

    font-size: 20px;
}
.styletext{        
    font-size: 1.8rem;
    font-weight: 500;
}  

.styletext .big{
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.courses{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
}

.courses .num{
    background: #246ebd;
    color:#fff;
    width:50px;
    height:50px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.courses .content{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.blog-title{
    font-size: 2rem;
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
    .sidebar{
        padding-left: 1rem;
    }
}

@media (min-width:992px){
    .br{
        border-right:2px solid #fff;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 12px;
        font-size: 16px;
    }
    .header-menu{
        align-items: center;
    }
    
/*

    .text-justify{
        text-align: justify;
    }
*/

}



@media (max-width:992px){
    .blog-home h2{
        font-size: 1.1rem;
    }
    .blog-title{
        font-size: 1.5rem;
    }
    .blog-content h2{
        font-size: 1.3rem;
    }
    .blog-content h3{
        font-size: 1.1rem;
    }
    .blog-content h4{
        font-size: 1rem;
    }
    .about-img {
        width: auto;
        max-width: 100%;
    }
    .bottom-address{
        width:49%;
        max-width: 100%;
        display: inline-block;
    }
    .padding-programs{
     padding-bottom: 2.5rem;   
    }
    .owl-nav{
        display: none !important;
    }
    .owl-dots{
        display: block !important;
        text-align: center;
        margin-top: 10px;
        margin-bottom: -1rem;
    }
    .owl-carousel button.owl-dot{
        display: inline-block;
        margin: 3px;
        width:8px;
        height:8px;
        background: #246ebd;
        border-radius: 50%;
        opacity:0.8;
        transition-duration: 0.8s ease-in;
    }
    .testimonials-bg .owl-carousel button.owl-dot{
        background: #fff;
    }
    .owl-carousel button.owl-dot.active{
        background: #009cde;
        opacity: 1;
    }
    .about-section{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .padding{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .logo{
        position: absolute;
        top: 1rem;
        width: 155px;
        z-index: 2;
    }
    .header-menu{
     display: block;   
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-collapse{
        margin-top: 1.5rem;
        margin-bottom: -1rem;
    }
    .navbar-light .navbar-nav .nav-link{
        border-bottom: 1px dotted #246ebd;
    }
    .main-banner h2{
        font-size: 2.1rem;
    }
    .main-banner h4{
        font-size: 16px;
    }
    .main-banner a i{
        margin-left: 5px;
    }
    .main-banner a{
        font-size: 16px;
        padding: 10px 9px;
        margin-bottom: 1rem;
    }
    .main-banner{
        padding-top: 3rem;
    }
    .mentor{
        margin-bottom: 3rem;
    }
    .about-section h2{
        margin-bottom: 2rem;
    }
    .about-section a{
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .heading{
        font-size: 1.9rem;
    }
    .programs{
        margin-bottom: 4rem;
    }
    .home h4{
        font-size: 18px;
    }
    .padding-programs{
        margin-bottom: 0;
    }
    .testimonial .img-wrap img{
        width:120px !important;
        left: -0.8rem;
    }
    .testimonials-bg{
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }
    .bottom-address{
        padding-bottom: 0;
    }
    .link-area a{
        padding: 5px 0;
    }
    .navbar-collapse{
        background: #ffffffed;    
        background: #ffffffed;
/*
        position: absolute;
        top: 2rem;
        left: 0;
*/
        width: 100%;
    }
/*
    .home .navbar-light .navbar-nav .nav-link{
        padding-left: 1rem;
    }
*/
    .navbar-light .navbar-nav .nav-link{
        color:#246ebd !important;
        text-shadow: none;
    }
    header{
        position: static;
    }
    .sidebar{
        margin-top: 1rem;
    }
}

@media (max-width:764px){
    .bottom-address{
        width:auto;
        max-width: 100%;
    }
    .video-testimonials .video-wrap{
        width: 95%;
    }
    .video-testimonials video{
        height:235px;
    }
    .video-testimonials .test-title{
        font-size: 14px;
    }
}

@media (min-width:1024px){
    ::-webkit-scrollbar {
      width: 8px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    ::-webkit-scrollbar-thumb {
      background: #246ebd ; 
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #246ebd ; 
    }
}