/* .{
    height: 0px;
    padding: 0px;
    margin: 0px;
} */

body{
    margin: 0px;
    padding: 0px;
    background-color: steelblue;
}

.wrapper .card{
    border-radius: 20px;
    display: flex;
    transition: all 0.3s ease;
}
.card:hover{
    transform: translateY(-15px);
    box-shadow: 0 10px 30px rgba(9, 116, 238, 0.15);
}

.courses{
    width: 100%;
    background-color: #F5F5F5;
}

.channels h5{
    background-color: aquamarine;
    border-top-left-radius: 15px;
} 

.channels{
    padding-top: 15px;
    padding-bottom: 20px;
}

#course-headline{
    color: #F5F5F5;
    text-align: center;  
}

.wrapper{
    background-color: aliceblue;
    margin-top: 15px;
    margin-bottom: 15px;
}

.course-headline h3{
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #F5F5F5;
  text-transform: uppercase;
  text-align: center;
}

.certifications h2{
    background-color: #FFFF;
    height: 60px;
}

.cert span{
    background-color: steelblue;
    display: block;
    color: #FFF;
}

.stats{
    background-color: #093248;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
}

.stats h3{ 
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
}

/* Footer section */
.footer{
background-color: black;
padding-top: 40px;
padding-bottom: 10px;
}

.footer .inner-footer a:hover{
    color: #FFF;
    display: inline-flex;
    background-color: steelblue;
    transition: color 1.0s ease-in-out
}


.footer .inner-footer h4{
    color: steelblue;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.footer .inner-footer hr{
height: 2px;
background-color: #FFF;
text-transform: uppercase;
color: #FFF;
}

.footer .inner-footer a{
    color: #FFF;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    line-height: 20px;
}

.footer .inner-footer span{
    color: #FFF;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}
.copyright{
    background-color: black;
    /* height: 30px; */
    color: #FFF;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;

}
/* Sider Section */
.carousel-item{
    height: 500px;
    max-height: 500px;
    background-size: cover;
    -webkit-background-size: cover;
    background: no-repeat scroll center scroll;
}

.carousel-item::before{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #093248;
    opacity: 0.5;
}

.carousel-caption{
    bottom: 150px;
    padding-left: 100px;
    padding-right: 100px;
}

.carousel-caption h5{
    font-size: 50px;
    font-weight: 800;
}

.carousel-caption p{
    font-size: 18px;
    top: 5rem;
}

.btn-links{
    margin-top: 30px;
}


/* .btn-links{
    background-color: red;
    m: 20px;
} */


.btn-links .btn1{
    color: #FFF;
    background-color: cornflowerblue;
    margin-right: 40px;
}

.btn-links .btn2{
    color: #FFF;
    background-color: yellowgreen;
}

/* About Us Section */
.about-wrapper{
    background-color: cornflowerblue ;
    min-height: 200px;
}

.about-wrapper h1{
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
}
.about-wrapper p{
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
}

.highlights{
    background-color: cornflowerblue;
    padding: 10px;
    text-align: center;
}

.highlights-wrapper{
    background-color: cornflowerblue;
}

.highlights .card-body{
    background-color: #F5F5F5;
    border-radius: 20px;
    height: 100px;
}

 .card-body h2{
    padding-top: 20px;
    color: cornflowerblue;
    font-weight: 700;
 }

 .content-in{
    background-color: #F5F5F5;
    padding: 10px;
 }

 .content-in p{ 
    text-align: justify;
 }

 .content-in img{
    border-radius: 10px;
    margin-left: 10px;
 }

 .course_details_section{
    background-color: #F5F5F5;
 }