body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}


/*----------Header Part Start------------- */

.header-section {
    background-color: #F0FFF0;
    padding-top: 20px;
    padding-bottom: 63px;
}

nav img {
    width: 198.07px;
    height: 59px;
}

nav .btn-success {
    padding: 9px 28px 12px 28px;
    width: 120px;
    height: 45px;
    top: 25px;
    background: #21B573;
    border-radius: 33px;
    font-size: 16px;
    margin-left: 40px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    margin-left: 40px;
    font-weight: normal;
    font-size: 16px;
}

.header-content {
    margin-top: 100px;
}

.header-content img {
    height: 280px;
}

.header-content h1 {
    font-size: 48px;
    font-weight: bold;
}

.header-content .header-details {
    font-size: 16px;
    line-height: 36px;
    color: #6C6B6B;
}

.header-content-btn {
    border-radius: 33px;
    padding: 12px 36px;
    font-size: 16px;
    background-color: #21B573;
}

/*----------Header Part End------------- */

/*----------Book Part Start------------- */

.book {
    margin: 50px 0;
}

.book img {
    height: 85px;
    margin-bottom: 30px;
}

.box-sizeing {
    background-color: #F0FFF0;
    text-align: center;
    border-radius: 10px;
    padding: 50px 30px;
    transition: .5s;
    border: 1px solid rgba(128, 128, 128, 0.253);
}

.box-sizeing:hover {
    background-color: #fff;
    box-shadow: -webkit-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px -6px rgba(0, 0, 0, 0.75);
    ;
    cursor: pointer;
}

.book-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
/*----------Book Part END------------- */


/*----------Course Part Start------------- */

.courses .btn-success {
    padding: 8px 28px;
    margin-bottom: 36px;
}

.courses h2 {
    text-align: center;
    margin: 60px 0;
}

.courses .card-body a {
    color: #000;
    text-decoration: none;
}

.card {
    margin-bottom: 50px;
    padding: 10px 10px;
    border: none;
    border-radius: 18px;
    box-shadow: -webkit-box-shadow: 0px 0px 25px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px -18px rgba(0, 0, 0, 0.75);
}

.courses .icon {
    height: 20px;
    margin-right: 5px;
}

.courses .peaple-icon {
    margin-left: 30px;
}
/*----------Course Part END------------- */


/* ------------Testimonial Part Start-------------*/

.testimonial h2 {
    text-align: center;
    margin: 70px 0 30px 0;
    font-size: 36px;
    font-weight: 700;
}

.testimonial-content {
    padding: 0 12%;
    margin-bottom: 70px;
}

.testimonial-content img {
    height: 120px;
    margin-right: 30px;
}
/* ------------Testimonial Part END-------------*/

/* ------------Footer Part Start-------------*/

footer {
    background-color: #282531;
    padding: 50px 0 20px 0;
}

footer a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-item-heading {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.footer-quets {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

footer .copy-right {
    color: #fff;
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}
/* ------------Testimonial Part End-------------*/