/*d&B logo CSS */
/* .academy-list {*/
/*         height: 500px;*/
/*    overflow: scroll;*/
/*    width: 197px;*/

/*}*/
   

.logo-footer{
    margin:10px 60px;
}



/*End d&B logo CSS */

/* Common CSS */
.btn {
    color: #e9e9e9;
    background-color: #4f2d7f;
    padding: 8px 16px;
    margin-bottom:0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    font-size:0.9rem;
    border-radius: 3px;
}

.btn:hover {
    color: #4f2d7f;
    background-color:transparent;
    padding: 8px 16px;
    margin-bottom:0px;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    border: 1px solid #4f2d7f;
}

h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size:1.6rem;
    letter-spacing: 1.5px;
}



html, body{
    margin:0;
    padding:0;
    font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
  
  }



/* Topbar*/
#topbar{
    background-color: #4f2d7f;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 1000;
}

#topbar a{
    color: #FFF;
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
}


/*Navbar*/
.navbar{
    margin-top:35px;
    padding: 0rem 0rem;
}

#navbar-menu li a {
    text-transform: uppercase;
    font-size:14px;
}



#navbar-menu li.active a {
    color:#4f2d7f;
}

#navbar-menu .form-control {
    border-radius: 0;
}

#navbar-menu .course-dropdown{
    padding: 15px;
}

#navbar-menu .course-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

#navbar-menu .course-dropdown ul li {
    padding: 5px;

}

#navbar-menu .course-dropdown ul li a {
    list-style: none;
    margin: 0;
    padding: 5px;
    color: rgba(0,0,0,.5);
}

#main-navbar .course-dropdown a{
    font-size: 13px;
}



/*
#banner {
    background-image: url('https://sgp1.digitaloceanspaces.com/hh-certificates/images/1612532674desktopview.jpg');
    background-position: center;
    height:550px;
    background-size: cover;
    width: 100%;

}

#banner .text-overlay{
    margin-top:40%;   
}

#banner .text-overlay h2{
    font-weight: bold;  
    text-transform: uppercase;
    color: #FFF;
    font-size: 2.5rem;
}
*/



/* Stat Section CSS */
#stats-row {
    background : #fafafa;
}

#stats-row .stat-item {
       
    margin-top: 18px;
    height: 140px;
    padding: 9px;
    text-align: center;
    padding-top: 10px;
    
}

#stats-row .stat-item span {
    color: #4f2d7f;
    font-size:1.3rem;
    font-weight:bold;
}

#stats-row .stat-item p {
    font-size:1rem;
    color:#222;
    font-weight:500;
    /* margin-top:8px; */
}



/* Explore our courses CSS */

#explore-our-courses {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

#explore-our-courses h2 {
    margin-bottom: 3rem;
    text-align:center;
}

#explore-our-courses h3 {
    margin-top:1rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size:1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:center;
}

#explore-our-courses .nav-item .nav-link.active{
    background-color: #4f2d7f;
    border:1px solid #4f2d7f;   
    color: #FFF;
}



#explore-our-courses .nav-item .nav-link{
    border-radius: 3px;
}

#explore-our-courses .nav-item .nav-link{
    background-color: #FFF;
    border:1px solid #4f2d7f;   
    color: #4f2d7f;
    border-radius: 0px;
    margin-right: 10px;
}

#explore-our-courses .course-category-item {
    background-color: #FFF;
    text-align: center;
    color: #4f2d7f;
    border: 1px solid #4f2d7f;
    min-height: 58px;
    align-items: center;
}

#explore-our-courses .all {
    padding-top:20px;
    color:#FFF;
    background-color: #4f2d7f;
}

#explore-our-courses .course-section-row {
    padding-top:3rem;
}

#explore-our-courses .course-section-row h3 {
    text-align:center;
    margin-bottom:3rem;
}


#explore-our-courses .course-item {
    border:1px solid #e5e5e5;
    /* border-radius:5px; */
    margin-bottom : 3rem;
    /* box-shadow: 10px 10px 5px #eee; */
    box-shadow: 0 7px 31px 0 rgba(0,0,0,0.12);
}

#explore-our-courses .course-item a{
    color: #4f2d7f;
    
}


#explore-our-courses .course-item .course-title {
    padding:10px;
    border-bottom:1px solid #e5e5e5;
    text-align: center;
    color:#FFF;
    background-image: linear-gradient(240deg,indigo,#5939e0);
    min-height: 68px;
    
}

#explore-our-courses .course-item .course-description {
    padding:15px;
    
}

#explore-our-courses .course-item .course-title .title {
    font-size:20px;
    margin-bottom:10px;
}


#explore-our-courses .course-item .course-description ul li {
    padding:3px;
    font-size:14px;
}

#explore-our-courses .course-item .course-description .course-calender{
    padding:5px;
    font-size:14px;
}

#explore-our-courses .course-item .course-description li span {
    color: #e7711b;
}

#explore-our-courses .course-item .course-description .course-calender a {
    margin-top:10px;
    display:block;
    text-align: right;
    
    text-decoration: none;

}




/* LMS Feature */
#lms-features {
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
}

#lms-features h2 {
    margin-bottom: 2rem;
    text-align: center;
}


#lms-features .lms-feature{
    text-align: center;
    background: #FFF;
    /* padding:2rem; */
    /* box-shadow: 0 7px 15px 0 rgba(0,0,0,0.12); */
    margin-bottom: 2rem;
}

#lms-features .lms-feature-image{
    padding: 0rem;
    background-color: #FFF;
    /* border-bottom: 2px dashed #4f2d7f; */
}

#lms-features .lms-feature-text{
    padding: 1rem;
}

#lms-features .lms-feature img{
    max-height:120px;
}

#lms-features .lms-feature span {
    font-size:1rem;
    color:#4f2d7f;
}

#lms-features .lms-feature h4 {
    margin-top:20px;
    /* font-weight:600; */
    font-size:1.2rem;
}

#lms-features .lms-feature p {
    margin-top:15px;
    font-size:14px;
}

#recognition {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
/* Trusted brands */
#trusted-brands{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#trusted-brands h2{
    margin-bottom: 2rem;
    text-align: center;
}

#trusted-brands .trusted-brand-item{
    padding:30px;
}




/* Reviews */
#reviews{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    
}

#reviews h2{
    margin-bottom: 3rem;
    text-align:center;
}

#reviews .review-item {
    border:1px solid #e5e5e5;
    padding:15px;
    padding-bottom: 30px;
    box-shadow: 5px 5px 5px 5px #e5e5e5;
}

#reviews .review-item .profile{
    display: flex;
}

#reviews .review-item .profile .name-icon {
    color: #FFF;
    border-radius:100px;
    font-size:24px;
    display: flex;
    align-items: center;
    padding:18px;
    width:50px;
    background-color: #ED326C;
    height: 50px;
}

#reviews .review-item .profile span {
    margin-top:15px;
    margin-left:10px;
}

#reviews .review-item .company{
    margin-top:15px;
}

#reviews .review-item .text{
    margin-top:10px;    
}

#reviews .review-item .text p{
    font-style: italic;
    color:#666;
}


/*News Logo Slider */
#news-logo-slider {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

#news-logo-slider h2{
    margin-bottom:3rem;
    text-align: center;
}

#news-logo-slider .know-more {
    display: flex;
    justify-content: center;
}


section#clientele-logo {
    padding-top: 70px !important;
}
/* Corporate Text*/

#corporate {
    padding-top:1rem;
    padding-bottom: 0.5rem;
}

#corporate .background{
    position: relative;
  
}


/* Corportate CSS*/
#corporate h2{
    font-weight:bold;
    font-size:2rem;
}



#corporate .text-overlay {
    position: absolute;
    top:0;
    left:0;
    padding-top:3rem;
    background-color: rgba(0,0,0,0.2);
    width:100%;
    height:100%;
}




/* Clientele Logo */
#clientele-logo {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

#clientele-logo h3 {
    margin-bottom: 3rem;
    text-align: center;
}

#clientele-logo .clientele-logo-item {
    border: 1px solid #e5e5e5;
    padding:10px;
    margin-bottom:2rem;
}

#clientele-logo .view-more {
    display: flex;
    justify-content: center;
}



/*Enquire Now*/
#enquire-now {
    padding-top:3rem;
    padding-bottom:3rem;
    /* background-image: linear-gradient(90deg, #4f2d7f 0%,#FFF  100%); */
    /* color: #FFF; */
}

#enquire-now h2{
    text-align:center;
    
}

#enquire-now .enquire-now-line {
    text-align: center;
    margin-top:2rem;
    margin-bottom:2rem;
}



#enquire-now h3{
    text-align:center;
    margin-bottom:3rem;
}

#enquire-now .enquire-now-item {
    text-align: center;
    padding:15px;
    /* border:1px solid #e5e5e5; */
    /* box-shadow: 3px 3px 3px 3px #eee; */
}

#enquire-now .enquire-now-item span {
    font-size:3rem;
    color:#4f2d7f;
}

#enquire-now .enquire-now-item h3 {
    margin-top: 20px;

    
}

#enquire-now .enquire-now-item h5{
    margin-top:1rem;
    margin-bottom: 1rem;
    font-size:1rem;
}

#enquire-now .enquire-now-item p {
    margin-top: 15px;
}


#query{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: linear-gradient(90deg, #865ebf 0%, #4f2d7f 51%);
    color: #FFF;
}

#query h4{
    font-weight: bold;
}

#query p{
    font-size:12px;
}

#query .call-button{
    text-align: center;
}

#query .call{
    background: #FFF;
    color: #4f2d7f;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}


/* Certificate warning section */
#warning{
    
    
    padding-top: 1rem;
    padding-bottom: 0.1rem;
}







/* 7. Footer */
#footer {
    /* color:#FFF; */
    background-color: #fafcff;
    padding-top:40px;
    padding-bottom:20px;
}


#footer .footer-column-item h5 {
    color:#222;
    font-weight: bold;
    font-size: 1.2rem;
}



#footer .footer-column-item ul {
    list-style: none;
    margin:0;
    padding :0;
    margin-top:20px; 
}

#footer .footer-column-item ul li {
    padding:5px;
    font-size:1rem;
    /* padding-left:15px; */
}

#footer .footer-column-item ul li a {
    color:#333;
    text-decoration:none;
    font-size:14px;
}

#footer .trending-course-list {
    margin-top:30px;
    margin-bottom:40px;
}



#footer .trending-course-list ul {
    list-style:none;
    margin-top:20px;
    
    
}

#footer .trending-course-list h5 {
   font-weight: bold;
   font-size: 1.2rem;
    
}

#footer .trending-course-list ul li {
    float: left;
    padding: 5px;
}

#footer .trending-course-list ul li a {
    color: #333;
    text-decoration:none;
    font-size:14px;
}

#footer .social-links {
    margin-top:10px;
    padding-top:20px;
}

#footer .social-links ul {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    justify-content: center;
}

#footer .social-links ul li {
    font-size:20px;
    padding:10px;
    width:40px;
    height:40px;
    display:block;
    text-align: center;
    line-height: 20px;
    border-radius:50%;
    margin-right:15px;
}

#footer .social-links ul .facebook{
    background-color:#3b5998;
}

#footer .social-links ul .linkedin{
    background-color:#0e76a8;
}

#footer .social-links ul .twitter{
    background-color:#00acee;
}

#footer .social-links ul .youtube{
    background-color:#c4302b;
}

#footer .social-links ul .twitter{
    background-color: #00acee;
}


#footer .social-links ul li a{
    color:#FFF;
}




/** CSS For mobile**/
@media only screen and (max-width: 768px) {
    

    #explore-our-courses .course-item{
        margin-bottom: 2rem;
    }

    #explore-our-courses .nav-item{
        width: 100%;
        margin-bottom: 20px;
    }

    

    #footer .footer-column-item{
        margin-bottom:2rem;
    }

    #enquire-now .enquire-now-item{
        margin-bottom: 2rem;
    }

    #corporate {
        display: none;
    }

    #reviews .review-item {
        margin-bottom: 2rem;
        padding: 2rem;
    }

    #query .call-button{
        margin-bottom: 20px;
    }

    /*#banner .text-overlay{*/
    /*    text-align: center;*/
    /*}*/




}

/*Header CSS */
/* rows */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 40em;
    padding: 15px;
    min-height: 330px;
}

.navbar-expand-lg .navbar-nav .about-us-dropdown-div{
    width: 15em;
    min-height: 150px;
}

.academy-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.academy-list ul li{
    padding: 5px;
    display: block;
}

.academy-list ul li a:hover{
    color: rgba(0,0,0,.8);
}

.academy-list ul li a{
    text-decoration: none;
    color: rgba(0,0,0,.5);
}

.classroom-course-list-div{
    display: none;
}

.classroom-course-list-div ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.classroom-course-list-div ul li{
    padding: 5px;
}

.classroom-course-list-div ul li a{
    text-decoration: none;
    color: rgba(0,0,0,.5);
}



.online-course-list-div{
    display: none;
}

.online-course-list-div ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.online-course-list-div ul li{
    padding: 2px;
}

.online-course-list-div ul li a{
    text-decoration: none;
    color: rgba(0,0,0,.5);
}


.visible{
    display: block;
}



/* Mobile Header CSS */
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    border-left: 1px solid #e5e5e5;
    background-color: #FFF; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 80px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(0,0,0,.5);
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: rgba(0,0,0,.5);
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

#mySidenav  ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#mySidenav .card{
    padding: 0.5rem;
}






#mobile-header .mobile-navbar{
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#mobile-toggle-button{
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    color: rgba(0,0,0,.5);
    font-size: 20px;
    padding:5px;
    width: 40px
}

#mobile-topbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#mobile-topbar .top-bar{
    background-color: #4f2d7f;
    padding-top: 10px;
    padding-bottom: 10px; 
}

#mobile-topbar .top-bar a{
    color: #FFF;
    text-decoration: none;
}


/* End of mobile heaader CSS */

/* Banner css start */

#banner {
   
    /*background-image: url('https://sgp1.digitaloceanspaces.com/hh-certificates/images/16126058041404x550.jpg');*/
     background-image: url(' https://sgp1.digitaloceanspaces.com/hh-certificates/images/1615970377ezgif.com-gif-maker.webp');
    background-position: center;
    height:600px;
    background-size: cover;
    width: 100%;

}

#banner .text-overlay{
    margin-top:40%;   
}
#banner .text-overlay p{
font-weight: bold;
text-transform: uppercase;
color: #ffc107;
font-size: 2.5rem;
}

#banner .text-overlay h1{
font-weight: bold;
text-transform: uppercase;
color: white;
font-size: 2.5rem;
}
.banner-a1{
    background: #25D366; 
    color: white; 
    border: 1px solid white; 
    padding: 10px 20px; 
    margin: 17px; 
    font-weight: bold; 
    font-size: 18px; 
    transition: 0.3s; 
    text-decoration: none; 
    border-radius: 6px;

}
.banner-a2{
    background: #ffc107; 
    color: #212529; 
    border: 1px solid #ffc107; 
    padding: 12px 30px; 
    margin: 17px; 
    font-weight: bold; 
    font-size: 18px; 
    transition: 0.3s; 
    text-decoration: none; 
    border-radius: 3px;

}
@media only screen and (max-width: 768px) {
section#banner {
    height: 165px;
}
#banner .text-overlay {
    margin-top: 5%;
}
#banner .text-overlay h1 {
   
    font-size: 1rem;
}
#banner .text-overlay p {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffc107;
    font-size: 1rem;
}
.banner-a1 {
   
    border: 1px solid #410a70;
    padding: 6px 6px;
    margin: 2px;
    font-size: 10px;
   
}
.banner-a1 img {
    width: 15px;
    height: 15px;
}


.banner-a2 {
    padding: 6px 6px;
    margin: 2px;
    font-size: 10px;
    border-radius: 3px;
}
#banner .text-overlay {
    text-align: left;
}

.media_list_inner h4 {
    overflow: hidden;
}
span.new_media_sprite.ct-cio img {
   max-width: 230px;
}
.col-lg-12.media_list_inner {
    margin-top: 28px;}

}
#mobile-header .mobile-navbar .container .row .col-7 {
    max-width: 33.33% !important;
}
.container.disclam-container {
    padding: 0;
    margin-top: 18px;
}
.p-dis {
    font-weight: bold;
}
.overlay h1 {
    text-align: left !important;
    padding-left: 11%;
}
.name-icon img {
    margin-left: -19px;
    width: 50px;
    height: inherit;
    border-radius: 50%;
}

/* Banner css End */
@media only screen and (max-width: 768px) {
.overlay {
    padding-top: 12px !important;
}

.overlay h2{
font-size: 1.5rem !important;
}
.overlay h1 {
    text-align: left !important;
    padding-left: 7%;
    padding-top: 12%;
}
}
.client-affil {
    padding: 0px;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 1px 2px 9px 2px rgb(0 61 130 / 18%);
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
}


h3.logo-discription {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
    background: #4f2d7f;
    color: white;
    height: auto;
    padding: 8px 0px;
    letter-spacing: 0.5px;
}
section#Affiliation-logo {
    padding: 4% 0%;
}
.clientele-logo-item img {
    max-width: 100% !important;
    /*height: 170px !important;*/
}
@media only screen and (max-width: 768px) {
.client-affil a img{
padding: 5px !important;
}
.clientele-logo-item img {
    max-width: 100% !important;
    height: 130px !important;
}
h3.logo-discription {
   
    font-size: 12px;
}
}
