/* 
rgb(33, 181, 115)
*/

#navbarNav .navbar-nav {
    align-items: center;
}

.top-navigation .navbar {
    background-color: rgb(240, 255, 240) !important;
}

header {
    background-color: rgb(240, 255, 240);
    height: 650px;
    margin-bottom: 50px;
}

.container {
    margin-bottom: 50px;
}

/* 
    Logo Image Settings 
*/
.navbar-brand img {
    width: 150px;
}

/* 
  Navebar right side lists setup
*/

.navbar-nav li a {
    margin-right: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    transition: .25s;
    transition-delay: .05s;
}

.navbar-nav li a:hover {
    border-bottom: 1px solid rgb(33, 181, 115);
    transition: .25s;
    transition-delay: .05s;
}

.navbar-nav li button,
.header .left-items button,
.buy-course .card button {
    margin-right: 30px;
    margin-top: 2px;
    border-radius: 30px;
    background-color: rgb(33, 181, 115);
    color: white;
}

.navbar-nav li button:hover,
.header .left-items button:hover,
.buy-course .card button:hover {
    border: 1px solid rgb(33, 181, 115);
    background-color: transparent;
    color: rgb(33, 181, 115);

}

/* 
    All Left items Setup
*/


.header .left-items {}

.header .left-items .color-font {
    color: rgb(33, 181, 115);
}

.header .left-items button {
    border-radius: 30px
}

.header .left-items h5 {
    color: rgb(251, 94, 42)
}

/* 
        Right image setup
*/

.header .right-image img {
    max-width: 100%;

}

/* 
    Info Cards 
*/



.info .card img {
    width: 80px;
    height: 80px;
}

.info .card {
    padding: 20px 0px;
}

.info .card {
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid transparent;
    background-color: rgba(248, 255, 251);
    transition: .50s;

}

.info .card:hover {
    box-shadow: 0px 0px 30px 10px rgba(65, 136, 56, 0.35);
    background-color: transparent;
    transition: .75s
}

/* 
        Buy Course section setup 
*/

.buy-course .card {
    border-radius: 20px;
}

.buy-course .card .card-img-top {
    max-width: 90%;
    padding-top: 20px;
}


.buy-course .card .inner-footer img {
    width: 30px;
    height: 30px;

}

.buy-course .card .row .inner-footer p {
    padding-top: 15px
}

.online-course .hi-light,
.test h1 {
    margin: 30px 0px;
}

/* 
        testimonial section setup
*/


.testimonial .inner-img img {
    width: 150px;
    height: 150px
}

.testimonial .col-5 p {
    text-align: center;
}

.test h1 {
    margin: 40px 0px;
}

/* 
        Footer list setup
*/

.footer .list ul li {
    list-style: none;
    color: white;
}

.footer .list ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.47);
}

.footer .list ul li a:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

footer {
    background-color: rgb(40, 37, 49)
}

footer p,
h6 {
    color: white;
    text-align: center;
}

.footer {
    padding-top: 40px;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}

footer h6 {
    padding-top: 25px;
}

footer .contact {
    display: block;
}

footer .contact li {
    display: inline-block;
    list-style: none;
    font-size: 30px;


}

footer .contact li a {
    margin-right: 25px;
}

footer .contact li a:hover {
    margin-right: 25px;
    color: white;
}
