/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(custom-icon.css);
@import url(classy-nav.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    line-height: 1.3;
    font-weight: 700;
}

p {
    color: #606060;
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
}

a,
a:hover
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none !important;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 600;
    font-size: 14px;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* Define CSS Variables for colors (replacing SCSS variables) */
:root {
    --blue: #007bff;
    --blue-darken: #0056b3;
    --green: #28a745;
    --green-darken: #1e7e34;
    --orange: #f36618;
    --orange-light: #ffb54a;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 30px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

/* Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 80px !important;
}

.section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
}

.section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .section-heading h3 {
        font-size: 24px;
    }
}

.section-heading.text-left {
    text-align: left !important;
}

.section-heading.white span,
.section-heading.white h3 {
    color: #ffffff;
}

/* Preloader */
#preloader {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #f36618;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px;
}

@media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

/* ScrollUp */
#scrollUp {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #ffb54a);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/* Essence Button */
.academy-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: #f36618;
    background-image: -webkit-linear-gradient(left, #f36618 0%, #83c331 51%, #f36618 100%);
    background-image: linear-gradient(to right, #f36618 0%, #83c331 51%, #f36618 100%);
    font-weight: 600;
}

.academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
}

.academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
}

.academy-btn.btn-2 {
    background: #141414;
}

.academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
    background: #69bc5f;
}

.academy-btn.btn-3 {
    background: #69bc5f;
}

.academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
    background: #141414;
}

.academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #69bc5f;
    color: #606060;
}

.academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
    background: #69bc5f;
    color: #ffffff;
}

/* Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 200px;
}

.header-area .top-header {
    width: 100%;
    height: 95px;
}

.header-area .top-header .login-content a {
    display: inline-block;
    font-weight: 600;
}

.header-area .top-header .login-content a:hover {
    color: #69bc5f;
}

.header-area .academy-main-menu {
    position: absolute;
    width: 100%;
    height: 85px;
    background: transparent;
    top: 133px;
    z-index: 100;
    left: 0;
    right: 0;
}

.header-area .academy-main-menu .classy-nav-container {
    /*background-color: transparent;*/
}

.header-area .academy-main-menu .classy-navbar {
    background: linear-gradient(to right, #fff6ec7a, #feac449c);
    /***height: 85px;*/
    height: 69px;
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em;
    }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    font-weight: 700;
    text-transform: capitalize;
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
    color: #232323;
    border-bottom: 1px solid #f17a1b;
}

.header-area .academy-main-menu .classynav {
    padding-left: 2em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classynav {
        padding-left: 0;
    }
}

.header-area .academy-main-menu .calling-info {
    position: relative;
    padding-left: 80px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info {
        padding-left: 50px;
    }
}

.header-area .academy-main-menu .calling-info .call-center {
    position: relative;
    z-index: 1;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #ffb54a);
    padding: 0 40px;
    line-height: 85px;
    height: 79px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding: 0 15px 0 30px;
    }
}

.header-area .academy-main-menu .calling-info .call-center a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.header-area .academy-main-menu .calling-info .call-center a i {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center a i {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .calling-info .call-center a span {
        display: block;
        font-weight: 600;
        font-size: 9px;
    }
    .icon-assistance{
        display: none !important;
    }
}

.header-area .academy-main-menu .calling-info .call-center:before {
    position: absolute;
    width: 50px;
    height: 120%;
    top: 3px;
    left: -28px;
    z-index: 1;
    background-color: #f56e1d;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .academy-main-menu .calling-info .call-center:before {
        width: 42px;
    }
}

.header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 69px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f5f7fa;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .academy-main-menu::after {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #83c331;
    content: '';
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 590px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 300px;
    }
}

.hero-slides .single-hero-slide h4 {
    color: #ffffff;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 18px;
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size: 30px;
    }
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #ffb54a);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;.owl-carousel.owl-drag .owl-item
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}

.hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    background: #141414;
    color: #ffffff;
}

.hero-slides .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* Top Features Area CSS */
.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px;
}

@media only screen and (max-width: 767px) {
    .top-features-area {
        margin-bottom: -115px;
    }
}

.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-features-area .features-content .single-top-features {
    border-right: 2px solid #ffffff;
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features {
        border-right: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features i {
        font-size: 28px;
        margin-right: 10px;
    }
}

.top-features-area .features-content .single-top-features h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-features-area .features-content .single-top-features h5 {
        font-size: 16px;
    }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .col-12:last-child .single-top-features {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* Course Area CSS */
.single-course-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    min-width: 91px;
    width: 91px;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #ffb54a);
    width: 91px;
    height: 91px;
    line-height: 95px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
}

.single-course-area .course-content h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
        font-size: 18px;
    }
}

.single-course-area .course-content p {
    margin-bottom: 0;
}

.single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 {
    color: #69bc5f;
}

/* Testimonials Area CSS */
.single-testimonial-area {
    position: relative;
    z-index: 1;
}

.single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%;
}

.single-testimonial-area .testimonial-thumb img {
    border-radius: 50%;
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}

.single-testimonial-area .testimonial-content p {
    color: #ffffff;
}

.single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.single-testimonial-area .testimonial-content h6 span {
    color: #69bc5f;
}

.single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f;
}

.single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f;
}

/* Top Popular Course Area CSS */
.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #eef3f6;
}

.single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: #f36618;
    margin-bottom: 10px;
    display: block;
}

.single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

.single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4;
}

.single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-top-popular-course .popular-course-thumb {
        height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        height: 250px;
    }
}

.popular-course-details-area .single-top-popular-course {
    margin-bottom: 0;
}

.popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px;
    }
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

.popular-course-details-area .single-top-popular-course .popular-course-content h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: -2px;
}

.popular-course-details-area .single-top-popular-course .popular-course-content span {
    font-size: 14px;
    color: #f36618;
    margin-bottom: 10px;
    display: block;
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px;
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4;
}

.popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px;
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px;
    }
}

/* Partner Area CSS */
.partners-logo {
    position: relative;
    z-index: 1;
}

.partners-logo a {
    display: inline-block;
    max-width: 130px;
}

@media only screen and (max-width: 767px) {
    .partners-logo a {
        max-width: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .partners-logo a {
        max-width: 60px;
    }
}

/* Call to Action Area CSS */
.call-to-action-area {
    position: relative;
    z-index: 1;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    padding: 70px 0;
}

.call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #ffffff;
}

/* Footer Area CSS */
.main-footer-area {
    background: linear-gradient(to right, #fff6ec7a, #feac449c);
}

.main-footer-area .footer-widget .widget-title {
    margin-bottom: 45px;
}

.main-footer-area .footer-widget .widget-title h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
}

.main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px;
}

.main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
    color: #ffffff;
}

.main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #1e1e1e;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
    color: #69bc5f;
}

.main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30 %);
    max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in;
}

.main-footer-area .footer-widget .gallery-list a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(97, 186, 109, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-footer-area .footer-widget .gallery-list a:hover::after {
    opacity: 1;
    visibility: visible;
}

.main-footer-area .footer-widget .single-contact i {
    color: #69bc5f;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px;
}

.main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0;
}

.bottom-footer-area {
    background-color: #ffffff;
    padding: 30px 0;
    text-align: center;
}

.bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0;
}

.bottom-footer-area p a {
    color: #606060;
    font-size: 12px;
}

/* Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 200px;
}

.breadcumb-area .bradcumbContent {
    width: 500px;
    height: 110px;
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width: 280px;
    }
}

.breadcumb-area .bradcumbContent h2 {
    text-align: center;
    line-height: 110px;
    font-size: 36px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 24px;
    }
}

/* About Us Content Area CSS */
.about-slides {
    position: relative;
    z-index: 1;
}

.about-slides .owl-prev,
.about-slides .owl-next {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .about-slides .owl-prev,
    .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px;
    }
}

.about-slides .owl-next {
    left: auto;
    right: 5%;
}

/* Teachers Area CSS */
.single-teachers-area {
    position: relative;
    z-index: 1;
}

.single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px;
}

.single-teachers-area .teachers-info span {
    color: #69bc5f;
    font-size: 14px;
}

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
    .academy-blog-sidebar {
        margin-top: 100px;
    }
}

.single-blog-post {
    background-color: #eef3f6;
    padding: 30px;
}

.single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
    color: #69bc5f;
}

.single-blog-post .post-meta {
    margin-bottom: 30px;
}

.single-blog-post .post-meta p {
    font-size: 12px;
    color: #69bc5f;
    margin-bottom: 0;
}

.single-blog-post .post-meta p a {
    font-size: 12px;
    color: #69bc5f;
    font-weight: 500;
}

.academy-pagination-area .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    background-color: #eef3f6;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
}

.academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: #f36618;
    color: #ffffff;
}

.academy-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.academy-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.academy-pagination-area .pagination .page-item.active .page-link {
    background-color: #f36618;
    color: #ffffff;
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1;
}

.blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic;
}

.blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff;
}

.blog-post-categories {
    background-color: #eef3f6;
    padding: 30px;
}

.blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.blog-post-categories ul {
    padding-left: 30px;
}

.blog-post-categories ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
    color: #69bc5f;
}

.latest-blog-posts {
    background-color: #eef3f6;
    padding: 30px;
}

.latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66 px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px;
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px;
    }
}

.latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
    color: #69bc5f;
}

.latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area #googleMap {
    width: 100%;
    height: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .map-area #googleMap {
        height: 500px;
    }
}

/* Contact Area CSS */
.contact-content {
    background-color: #eef3f6;
    padding: 100px 50px;
    position: relative;
    z-index: 15;
    top: -200px;
    margin-bottom: -100px;
}

@media only screen and (max-width: 767px) {
    .contact-content {
        padding: 50px 30px;
    }
}

.contact-content .section-heading {
    margin-bottom: 30px !important;
}

.contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px;
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #69bc5f;
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-content .contact-form-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-content .contact-form-area {
        margin-top: 50px;
    }
}

.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px;
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px;
}

/* Elements */
.elements-title h2 {
    font-weight: 500;
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px;
}

.single-pie-bar h6 {
    font-weight: 500;
}

.single-cool-fact {
    position: relative;
    z-index: 1;
}

.single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f;
}

.single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    color: #ffffff;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
    }

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* Tabs CSS*/
.academy-tabs-content {
    position: relative;
    z-index: 1;
}

.academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.academy-tabs-content .nav-tabs .nav-link {
    background: #f36618;
    background: -webkit-linear-gradient(to right, #f36618, #83c331);
    background: linear-gradient(to right, #f36618, #83c331);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    margin: 0 2px;
    border-radius: 0;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.academy-tabs-content .nav-tabs .nav-link.active {
    background: #f5f7fa;
    color: #141414;
}

.academy-tabs-content .tab-content h6 {
    font-size: 18px;
}

/*# sourceMappingURL=style.css.map */




.feature-div-block
{
    position: relative;
    min-height: 114px;
    text-align: center;
    max-height: 114px;
    background-color: #fff;
    padding: 40px 26px;
    /* -webkit-box-shadow: 0px 10px 40px -20px #000000; */
    -moz-box-shadow: 0px 10px 40px -20px #000000;
    -ms-box-shadow: 0px 10px 40px -20px #000000;
    -o-box-shadow: 0px 10px 40px -20px #000000;
    box-shadow: 0px 10px 40px -20px #000000;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.features-border-top{
    border-top: 4px solid #f36618;
    border-radius: 5px;
}

.features-news{
    background-color: #ffffff;
}




/*according*/
.accordion .card {
    border: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-radius: 20px;
}
.accordion .card-header {
    background: #ffd198;
    padding: .1rem 1rem;

    margin-bottom: -2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    border: none;
    border-radius: 20px !important;
}
.accordion .card-header:hover {
    background: #ebb979;
}
.accordion .card-header .btn {
    font-size: 1.04rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
}
.accordion .card-header i {
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    top: 5px;
}
.accordion .card-header button:hover {
    color: #23384e;
}
.accordion .card-header.highlight {
    color: #fff;
    background: linear-gradient(to right, #ffe2c17a, #feac449c);
}
.accordion .card-body {
    text-align: justify;
}



/**/.jumbotron-news {
    padding: 2rem 1rem;
    height: 354px;
    border-radius: 7px;
}


/*enquiey from*/
.jumbotron-enquiry {
    padding: 1.4rem 1rem;
    border-radius: 8px;
}

/*latest events*/
.jumbotron-events {
    padding: 1rem 0.4rem;
    height: 354px;
    border-radius: 8px;
}
.event-maxHeight{
    max-height: 321px;
    overflow: auto;
}

.panel.date {
    margin: 0px;
    width: 60px;
    text-align: center;
}

.panel.date .month {
    /*padding: 2px 0px;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
}

.panel.date .day {
    /*padding: 3px 0px;*/
    font-weight: 700;
    font-size: 10px;
}



.campus-feature-div-block
{
    position: relative;
    text-align: center;
    max-height: 281px;
    background-color: #fff;
    padding: 18px 20px;
    /* -webkit-box-shadow: 0px 10px 40px -20px #000000; */
    -moz-box-shadow: rgb(244, 110, 29) 0px 10px 18px -12px;
    -ms-box-shadow: rgb(244, 110, 29) 0px 10px 18px -12px;
    -o-box-shadow: rgb(244, 110, 29) 0px 10px 18px -12px;
    box-shadow: rgb(244, 110, 29) 0px 10px 18px -12px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 15px;
}


.multi-carousel {
    opacity: 0;
    padding: 0 25px;
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
    width: 25px;
    background: #f36618;
}



/*mission visson*/
/*AboutUs*/
.section-about-hero{
    padding: 2.3rem;
    background: #642B73;
    background: -webkit-linear-gradient(to right, #C6426E, #642B73);
    background: linear-gradient(to right, #C6426E, #642B73);
}
.text-hero-head{
    margin-top: 1rem;
    margin-bottom: -1rem;
}
.img-mission{
    width: 36%;
}
.img-vision{
    width: 36%;
}



/*top-header-navbar*/
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #fff;
}
/*top-header-navbar end*/


/*gallery*/
.gallery-img-div{
    -webkit-box-shadow: 0px 10px 40px -20px #000000;
    -moz-box-shadow: 0px 10px 40px -20px #000000;
    -ms-box-shadow: 0px 10px 40px -20px #000000;
    -o-box-shadow: 0px 10px 40px -20px #000000;
    box-shadow: 0px 10px 40px -20px #000000;
}
.gallery-img-div img{
    width: 24%;
    height: 64px;
    margin-bottom: 5px;
}

.gallery-img-div2 img{
    width: 24%;
    height: 64px;
    margin-bottom: 5px;
}

.hr-line
{
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    border: 0 !important;
    border-top: 0.5px solid rgb(223, 229, 219) !important;
}


.overlay-video {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -ms-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999;
}

.o1 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -ms-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.videoWrapperExt {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 982px;
    padding: 0 20px;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    background-image:url(http://djit.ac/assets/images/news/mark.png);
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
    height: 40px;
    width: 40px;
    background-size: 40px;

}

.gal-card{
    padding: 0.5rem;
}

.call-to-action-block {position:fixed;right:0px;bottom:85px;z-index:999;width:42px;text-align:center;}
.call-to-action-block a {display:block;}
.call-to-action-block a + a {margin:10px 0 0;}
.call-to-action-block a .fa {color:#fff; border:2px solid #f1f1f1; border-radius:100%; line-height:37px; width:40px; height:40px; font-size:20px; text-align:center;}
.call-to-action-block a .fa-envelope-o {background:#f36618;}
.call-to-action-block a .fa-whatsapp {background: #f36618;}
.call-to-action-block a .fa-phone {background: #f36618;}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff8f0;
    border-radius: .3rem;
}

.btn-success {
    color: #fff;
    background-color: #ff7a30;
    border-color: #ffaf83;
}

.btn-success:hover {
    color: #fff;
    background-color: #cf5b15;
    border-color: #feab44;
}

.breadcrumb {
    background-color: #fff6ea;
}

.collapse-acc{
    background-color: #fff0e0;
    border-radius: 24px;
    margin-top: 14px;
}


.border-secondary {
    border-color: #f9b28b !important;
    border-radius: 18px;
}



/* by samiksha */



.tab-section {
    padding: 40px;
    background-color: #f8f9fa; /* Light background for the section */
    border-radius: 5px;
    margin-top: 30px; /* Space from the top */
}
.nav-pills .nav-link.active {
    background-color: rgb(193, 39, 39); /* Primary blue for active tab */
    color: white;
}
.nav-pills .nav-link {
    color: #007bff; /* Primary blue for inactive tabs */
    border: 0px solid #9c0046; /* Border for inactive tabs */
    margin-right: 5px; /* Space between pills */
}
.nav-pills .nav-link:hover: not(.active) {
    background-color: #e2f0ff; /* Light blue on hover for inactive tabs */
}




/* by samiksha */


/* General Body and Container Styling */
body {
    font-family: 'Inter', Arial, sans-serif; /* Using Inter as per instructions */
    margin: 0;
    padding: 0;
    background-color: #f0f2f5; /* Light grey background similar to the image */
}

.section-space {
    padding: 40px 0; /* Add some vertical spacing */
}

.container {
    max-width: 1200px; /* Standard container width */
    margin: 0 auto; /* Center the container */
    padding: 0 15px; /* Add some horizontal padding */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px; /* Counteract padding on columns */
    margin-left: -15px; /* Counteract padding on columns */
}

.col-xl-3, .col-lg-3, .col-md-4, .col-xl-9, .col-lg-9, .col-md-8, .col-sm-12 {
    padding-right: 15px; /* Gutter for columns */
    padding-left: 15px; /* Gutter for columns */
    box-sizing: border-box; /* Include padding in element's total width */
}

/* Adjustments for responsive columns (based on Bootstrap grid, but adding specific widths) */
@media (min-width: 1200px) { /* Extra large devices */
    .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
}

@media (min-width: 992px) and (max-width: 1199px) { /* Large devices */
    .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
}

@media (min-width: 768px) and (max-width: 991px) { /* Medium devices */
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
}

@media (max-width: 767px) { /* Small devices and below */
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}

/* --- UPDATED: Sidebar Navigation Styling for vertical stacking --- */
.profile-title.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    /* Remove background-color and border from the ul itself to match screenshot */
    /* background-color: #fff; */
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.05); */

    /* Ensure vertical stacking */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between the menu items */
}

.profile-title .menu-item {
    /* Each menu item will act as its own button-like block */
    border-bottom: none; /* No border between items if they are separated by gap */
    background-color: #fff; /* White background for each menu item */
    border: 1px solid #e0e0e0; /* Light border for each menu item */
    box-shadow: 0 2px 4px rgba(0,0,0,.05); /* Subtle shadow for each menu item */
    border-radius: 4px; /* Slightly rounded corners for button-like appearance */
}

.profile-title .menu-item:last-child {
    border-bottom: none; /* No border for the last item */
}

.profile-title .menu-link {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: uppercase; /* Uppercase text as in the image */
    font-size: 14px;
    border-radius: 4px; /* Apply border-radius to the link as well */
}

.profile-title .menu-link:hover,
.profile-title .menu-link.active {
    background-color: #feab44; /* Primary blue for active/hover state */
    color: #fff; /* White text on hover/active */
}

/* Sidebar Buttons (Syllabus, Lab, Events) - Keep as is, they already stack */
.form-group {
    padding-top: 15px; /* Spacing between buttons */
}

.sidebar-search-btn-full {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background-color: #feab44; /* Blue background for buttons */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-decoration: none; /* Ensure links look like buttons */
}

.sidebar-search-btn-full:hover {
    background-color: #feab44; /* Darker blue on hover */
}

/* Main Content Area Styling */
.profile-details.tab-content {
    background-color: #fff; /* White background for the content area */
    padding: 25px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    border-radius: 4px; /* Rounded corners for the content box */
}

.title-section {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.title-section.title-bar-high::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px; /* Length of the blue bar */
    height: 3px; /* Thickness of the blue bar */
    background-color: #007bff; /* Blue color for the bar */
}

/* Product Details (Image and Text) */
.inner-shop-details .row {
    margin-top: 20px;
}

.inner-product-details-left {
    border: 1px solid #eee; /* Border around the main image section */
    padding: 10px;
    border-radius: 4px; /* Rounded corners */
}

.inner-product-details-left .tab-content {
    margin-bottom: 10px; /* Space between main image and thumbnails */
}

.inner-product-details-left .tab-pane img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
    border-radius: 4px; /* Rounded corners for images */
}

.inner-product-details-left .nav {
    display: flex;
    justify-content: center; /* Center the thumbnail images */
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-product-details-left .nav .menu-item {
    margin: 0 5px;
}

.inner-product-details-left .nav .menu-link img {
    width: 80px; /* Thumbnail size, adjust as needed */
    height: auto;
    border: 1px solid #eee;
    transition: border-color 0.3s ease;
    border-radius: 4px; /* Rounded corners for thumbnails */
}

.inner-product-details-left .nav .menu-link.active img,
.inner-product-details-left .nav .menu-link:hover img {
    border-color: #007bff; /* Highlight active/hovered thumbnail */
}

.inner-product-details-right p {
    line-height: 1.8; /* Improve readability of paragraphs */
    margin-bottom: 15px;
    color: #555;
    font-size: 15px;
}

.inner-product-details-right p:last-child {
    margin-bottom: 0;
}

/* Specific styling for the HOD and Faculty sections */
.course-info p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
    font-size: 15px;
}

.lecturers-contact-info img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 4px; /* Rounded corners for faculty images */
}

.title-default-left {
    font-size: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
}

.wishlist-info p {
    margin-bottom: 5px;
    color: #666;
}

.wishlist-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.wishlist-info ul li {
    margin-bottom: 8px;
    color: #555;
}

.wishlist-info ul li b {
    color: #333;
}

/* Adjustments for images being responsive */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block; /* Removes extra space below image */
}

/* Padding adjustments for the columns containing faculty information */
.col-xl-4, .col-lg-4, .col-md-6, .col-sm-12 {
    margin-bottom: 20px; /* Space between faculty members */
}

/* Ensure tab panes fade in smoothly (Bootstrap's animated class) */
.tab-pane.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fadeIn {
    animation-name: fadeIn;
}

/* Override Bootstrap's default active tab color if necessary */
.tab-pane.show.active {
    display: block;
}


/* by samiksha */


/*.section-about-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Add some horizontal padding to containers */
}

/* Main Content Box Styling */
.container[style*="background-color: #ffffff;"] {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 30px; /* Space between the main content boxes */
}

/* Inner Padding for Sections */
.about-page2-inner {
    padding: 20px;
}

/* Heading Styles */
.title-default-left {
    text-transform: uppercase;
    background-color: #f5f5f5;
    padding: 15px 20px; /* Padding inside the heading background */
    border-radius: 8px; /* Slightly rounded corners for headings */
    margin-bottom: 25px;
    color: #333;
    font-size: 1.8em; /* Adjust font size for headings */
    font-weight: bold;
    text-align: center; /* Center the headings */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px; /* Subtle shadow for headings */
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff; /* White background for tables */
    border-radius: 10px; /* Rounded corners for the entire table */
    overflow: hidden; /* Ensures rounded corners apply to content */
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 10px; /* Soft shadow for tables */
}

table th,
table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Light grey border for rows */
}

table th {
    background-color: #e9ecef; /* Light grey for table headers */
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    font-size: 0.9em;
}

table tbody tr:nth-child(even) {
    background-color: #f8f9fa; /* Alternate row shading */
}

table tbody tr:hover {
    background-color: #e2f0ff; /* Highlight on hover for better UX */
    cursor: pointer;
}

/* Total Intake Row Specific Styling */
table tbody tr:last-child {
    font-weight: bold;
    background-color: #d1ecf1; /* Light blue background for total row */
    color: #0c5460; /* Darker text for contrast */
}

table tbody tr:last-child td {
    border-bottom: none; /* Remove bottom border for the last row */
}

/* Responsive Design */
@media (max-width: 768px) {
    .title-default-left {
        font-size: 1.5em;
        padding: 12px 15px;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }
    
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
    }
    
    table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
    }
    
    table td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-label); /* Use data-label for content */
        color: #666;
    }

    /* Assign data-label to each td for responsive tables */
    table td:nth-of-type(1):before { content: "Branches"; }
    table td:nth-of-type(2):before { content: "Intake Seats"; }
    table td:nth-of-type(3):before { content: "Branch CAP Code"; }

    table tbody tr:last-child td {
        text-align: center;
        padding-left: 15px; /* Adjust padding for total row */
    }

    table tbody tr:last-child td:before {
        content: none; /* Hide label for total intake row */
    }
}

@media (max-width: 480px) {
    .container[style*="background-color: #ffffff;"] {
        padding: 15px;
        border-radius: 15px;
    }

    .about-page2-inner {
        padding: 15px;
    }

    .title-default-left {
        font-size: 1.3em;
        padding: 10px 15px;
    }
}





/* drop down */



h1{
  font-weight:100;
  font-size:32px;
  padding:40px;
  color:#fff;
}

#breadcrumb{
  list-style:none;
  display: inline-block;

  .icon{
    font-size: 14px;
  }

  li{
    float:left;
    a{
      color:#FFF;
      display:block;
      background: $blue;
      text-decoration: none;
      position:relative;
      height: 40px;
      line-height:40px;
      padding: 0 10px 0 5px;
      text-align: center;
      margin-right: 23px;
    }
    &:nth-child(even){
      a{
        background-color: $blue-darken;

        &:before{
          border-color:$blue-darken;
          border-left-color:transparent;
         }
        &:after{
          border-left-color:$blue-darken;
        }
      }
    }
    &:first-child{
      a{
        padding-left:15px;
        @include border-radius(4px 0 0 4px);
        &:before{
          border:none;
         }
      }
    }
    &:last-child{
      a{
        padding-right:15px;
        @include border-radius(0 4px 4px 0);
        &:after{
          border:none;
         }
      }
    }

    a{
      &:before,
      &:after{
        content: "";
        position:absolute;
        top: 0;
        border:0 solid $blue;
        border-width:20px 10px;
        width: 0;
        height: 0;
      }
      &:before{
        left:-20px;
        border-left-color:transparent;
      }
      &:after{
        left:100%;
        border-color:transparent;
        border-left-color:$blue;
      }
      &:hover{
        background-color: $green;

        &:before{
          border-color:$green;
          border-left-color:transparent;
         }
        &:after{
          border-left-color:$green;
        }
      }
      &:active{
        background-color: $green-darken;

        &:before{
          border-color:$green-darken;
          border-left-color:transparent;
         }
        &:after{
          border-left-color:$green-darken;
        }
      }
    }
  }
}


/* MBA */
/* Container setup */
.courses-page-area3 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Row and column resets */
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-xl-12, .col-xl-9, .col-xl-3,
.col-lg-12, .col-lg-9, .col-lg-3,
.col-md-12, .col-md-9, .col-md-3,
.col-sm-12, .col-sm-9, .col-sm-3 {
    box-sizing: border-box;
    padding: 10px;
}

/* Layout columns */
.col-xl-9, .col-lg-9, .col-md-9, .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-3, .col-lg-3, .col-md-3, .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Titles */
.title-default-left, .sidebar-title {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #333;
}

/* Headings */
h2.title-default-left {
    font-size: 28px;
    line-height: 1.2;
}
h3.sidebar-title {
    font-size: 22px;
}

/* Paragraphs */
.course-details-inner p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

/* Divider */
.section-divider {
    margin: 30px 0;
    border-top: 2px solid #e0e0e0;
}

/* Tabs */
.course-details-tab-area .nav {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
}
.menu-item {
    margin-right: 10px;
}
.menu-link {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 15px;
    color: #666;
    border: 1px solid transparent;
    border-bottom: none;
}
.menu-link.active,
.menu-link:hover {
    color: #111;
    border-color: #ddd;
    border-bottom: 2px solid #fff;
}

/* Tab content */
.tab-content {
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #fafafa;
}

/* Faculty images */
.lecturers-contact-info img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

/* Sidebar links (core & complementary) */
.sidebar .enroll-btn {
    display: block;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #0066cc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
}
.sidebar .enroll-btn:hover {
    background-color: #005bb5;
}




.serviceBox{
    font-family: 'Poppins', sans-serif;
    padding: 25px;
    margin: 5px 0 0 5px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ background: #feab44; }
.serviceBox .service-icon{
    color: #feab44;
    font-size: 55px;
    margin: 0 0 20px;
    transition: all 0.3s ease 0s;
}
.serviceBox .title{
    color: #444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox .description{
    color: #999;
    font-size: 14px;
    line-height: 27px;
    margin: 0 0 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more{
    color: #feab44;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 4px 4px rgba(255,255,255,0.3); }
.serviceBox.cyan .service-icon,
.serviceBox.cyan .read-more{
    color: #feab44;
}
.serviceBox.cyan:hover{ background: #feab44; }
.serviceBox.blue .service-icon,
.serviceBox.blue .read-more{
    color: #172E5A;
}
.serviceBox.blue:hover{ background: #172E5A; }
.serviceBox.orange .service-icon,
.serviceBox.orange .read-more{
    color: #F05D0D;
}
.serviceBox.orange:hover{ background: #F05D0D; }
.serviceBox:hover .service-icon,
.serviceBox:hover .title,
.serviceBox:hover .read-more{
    color: #fff;
}
.serviceBox:hover .description{ color: rgba(255,255,255,0.8); }
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 0 0 30px; }
}

.features-news .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;

}

.serviceBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}






