* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.p_100 {
    padding: 100px 0px;
}

.btn {
    background-color: #fff;
    padding: 15px 40px;
    color: #d74d52;
    border-radius: 0px;
    border-radius: 4px;
}

.btn:hover {
    border: 1px solid #d74d52;
    background: #d74d52;
    color: #fff;
}

/* Home Banner Slider */
.home_banner {
    position: relative;
}

.banner_content {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* .home_banner .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    background: linear-gradient(273deg, rgba(210,143,0,0) 10%, rgba(0,0,0,0.6867121848739496) 100%);
} */
.home_banner .carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.home_banner .carousel-inner .carousel-item img {
    width: 100%;
    /* height: 631px;
    object-fit: cover; */
}

.banner_content h1 {
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 18px;
}

.banner_content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}

/* Main Title */
.main_title p {
    width: 90%;
    color: #262626;
    font-size: 24px;
    line-height: 36px;
    margin: 0px auto;
    text-align: center;
}

/* Year Box */
.year_box {
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    text-align: center;
    padding: 50px 30px;
    border-radius: 12px;
    height: 100%;
}

.year_box h3 {
    font-size: 24px;
    margin-top: 32px;
}

.year_box p {
    font-size: 16px;
    line-height: 24px;
}

.year_box img {
    width: 100%;
}
.year_sec {
    padding: 100px 0px 70px 0px ;
}

/* Counter Css */
.counter h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 0 50px;
}

.c-orange {
    color: #f28202;
}

.counter h2 i {
    font-size: 30px;
    margin-left: 4px;
    position: absolute;
    top: 9px;
}

.counter h2 strong {
    color: #192836;
    font-weight: 500;
    font-size: 19px;
    position: absolute;
    top: 14px;
    margin-left: 55px;
}

.counter img {
    position: absolute;
    top: -8px;
    left: 77px;
}

.counter {
    padding: 0px 0px 70px 0px;
}

.counter .row .col-md-3 {
    position: relative;
    width: 33.333%;
}

.c-red {
    color: #d74d52;
}

.c-green {
    color: #3adc79;
}

.counter .row {
    justify-content: center;
}

/* Featured Section */
.featured_sec {
    width: 100%;
    background: url(https://demo.tophivetheme.com/html/picwik/assets/img/course-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured_sec .row {
    justify-content: flex-end;
}

.featured_sec .row .col-md-12 {
    position: relative;
}

.featured_box p {
    font-size: 24px;
    line-height: 32px;
    text-align: justify;
}

.featured_sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: #ffffffea;
}

.featured_logo img {
    width: 100%;
}

.featured_sec .col-md-4 {
    margin-bottom: 1.5rem;
}


/* Nurturing Next */
.nurturing_next_sec .main_title h2 {
    margin-bottom: 70px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
}


.nurturing_next_box img {
    width: 100%;
}

.nurturing_next_box img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.nurturing_next_box {
    border-radius: 12px;
    background: #fff !important;
    height: 100%;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
}
.nurturing_next_content {
    padding: 40px 30px 40px 30px;
    text-align: center;
}

.nurturing_next_sec .row .col-md-3 {
    margin-bottom: 1.5rem;
}

.nurturing_next_sec .row {
    justify-content: center;
}

/* .nurturing_next_sec {
    background: linear-gradient(0deg, rgba(242,240,233,1) 0%, rgba(255,255,255,1) 50%, rgb(255 255 255) 100%);
} */


/* Students Testimonial */
.student_testimonials {
    background: #0b4696;
}

.student_testimonials .row .col-md-4 {
    padding: 0px;
}

.student_testimonial_box img {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
}

.student_testimonials .main_title {
    margin-bottom: 70px;
    text-align: center;
}

.student_testimonials .main_title h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
}

.student_testimonial_box_content {
    /* width: 80%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
    justify-content: center;
    height: 100%;
    background: #fff;
    padding: 0px 40px;
}

.student_testimonial_box_content p {
    font-size: 18px;
}

.student_testimonial_box_content h4 {
    font-size: 28px;
    line-height: 36px;
}

.student_testimonial_box_content p {
    margin-top: 16px;
}


/* FAQ */
.faq_box button {
    border: 1px solid #000;
    border-radius: 16px !important;
    font-size: 24px;
    font-weight: 500;
}

.faq_sec .accordion-item {
    margin-bottom: 30px;
}

.faq_sec .main_title {

    margin-bottom: 50px;
}

.faq_sec .main_title h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
}

.faq_box {
    width: 80%;
    margin: auto;
}

.faq_box .accordion-body {
    padding-top: 30px;
}

.faq_box .accordion-button:focus {
    box-shadow: none;
}

.faq_box .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.faq_box .accordion-body {
    padding-top: 30px;
    font-size: 18px;
    padding-left: 15px;
}

.faq_box .accordion-body table,
tr,
td,
th {
    border: 1px solid #000;
    padding: 10px;
}



.certification_box {
    position: relative;
    width: 318px;
    height: 190px;
    text-align: center;
    background: #eee;
    border-radius: 0.8rem;
    cursor: pointer;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem;
    transition: transform 0.5s ease-in-out;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certification_back a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.certification_back a:hover{
    color: #000;
}
.certification_back {
    transform: rotateY(180deg);
    background-color: #d28f00;
}

.certification_box:hover .certification_front {
    transform: rotateY(-180deg);
}

.certification_box:hover .certification_back {
    transform: rotateY(0deg);
}