@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    color: #383749;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Roboto', sans-serif;
}

img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #383749;
}

/* a:visited {
    color: #757686;
} */

a:hover,
a:focus,
a:active {
    color: #383749;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Helper Utilities
--------------------------------------------------------------*/
.flex {
    display: flex !important;
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
    margin-left: 40px;
}

.header-bar-cart a {
    width: 48px;
    height: 100%;
}

.header-bar-cart a {
    color: #fff;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-content {
    background: url("images/WEB\ DEVELOP\ MENT\ BANNER2.jpg") no-repeat center;
    background-size: cover;
}

.hero-content-overlay {
    background: rgba(21, 20, 33, .5);
}

.hero-content-wrap {
    height: 820px;
    padding-top: 130px;
}

.hero-content-wrap h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #19c880;
    letter-spacing: 0.1em;
}

/*
.hero-content-wrap h1 {
    margin-top: 12px;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}
*/
.hero-content-wrap h1 {
    margin-top: 12px;
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 576px) {
    .hero-content-wrap h1 {
        font-size: 32px;
    }

    .course-section::before {
        background: none !important;
    }

    .course-section::after {
        background: none !important;
    }
}

.hero-content-wrap p {
    margin-top: 8px;
    color: #fff;
    margin-left: 46px;
}

.hero-content-wrap .read-more a {
    display: block;
    padding: 12px 40px;
    border: 2px solid #19c880;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    background-color: orangered;
}

.hero-content-wrap .read-more a:hover {
    background: #19c880;
    color: black;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*
# Icon Box
--------------------------------*/
.icon-boxes {}

.icon-box {
    width: 25%;
    padding: 50px 60px 10px;
    border: 1px solid #ebebeb;
}

@media screen and (max-width: 1440px) {
    .icon-box {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .icon-box {
        width: 50%;
    }

    .icon-box:nth-of-type(2) {
        border-right: 1;
    }

    .icon-box:nth-of-type(1),
    .icon-box:nth-of-type(2) {
        border-bottom: 1px solid #ebebeb;
    }
}

@media screen and (max-width: 576px) {
    .icon-box {
        width: 100%;
        border-right: 1;
        border-bottom: 1px solid #ebebeb;
    }
}

.icon-box:nth-last-of-type(1) {
    border-right: 1;
}

.icon-box .icon {
    font-size: 42px;
    color: #19c880;
}


.icon-box .entry-title {
    margin-top: 12px;
    font-size: 22px;
}

.icon-box .entry-content p {
    margin: 12px 0;
    color: white;
    line-height: 1.6;
}

.icon-box .read-more a {
    position: relative;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #19c880;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.icon-box .read-more a .fa {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .35s;
}

.icon-box:hover .read-more a .fa {
    left: 100%;
    margin-top: -6px;
}

/*
# Courses
--------------------------------*/
.courses-wrap .heading .entry-title {
    margin: 0;
    font-size: 42px;
    font-weight: 400;
}

.courses-wrap .heading .courses-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.courses-wrap .heading .courses-menu li {
    padding-left: 40px;
}

.courses-wrap .heading .courses-menu li:nth-of-type(1) {
    padding-left: 0;
}

.courses-wrap .heading .courses-menu li a {
    border-bottom: 1px solid transparent;
    font-size: 18px;
    line-height: 1;
    color: #383749;
    text-decoration: none;
}

.courses-wrap .heading .courses-menu li a:hover,
.courses-wrap .heading .courses-menu li.active a {
    color: #19c880;
    border-color: #19c880;
}

.mx-m-25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
}

.px-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.course-content {
    margin-top: 20px;
    transition: all .35s;
    border: 1px solid black;
    /* border: 2px solid; */
}

.course-content:hover {
    box-shadow: 0 24px 38px rgba(156, 178, 149, 0.21);
}

.course-thumbnail {
    width: 100%;
    margin: 0;
    object-fit: cover;
}

.course-thumbnail img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.course-content-wrap {
    padding: 26px 26px 20px;
    /* border-top: 0; */
    background: #fff;
    height: 200px;
}

.course-content .entry-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.course-content .entry-title a {
    color: #383749;
}

.course-content .entry-meta {
    margin-top: 12px;
}

.course-author {
    font-style: italic;
}

.course-author a {
    color: #19c880;
    text-decoration: none;
}

.course-date {
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
    color: #757686;
}

.course-date::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    text-align: center;
}

.course-cost {
    font-size: 24px;
    font-weight: 700;
    color: #19c880;
}

.course-cost .price-drop {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #c0c1cd;
    text-decoration: line-through
}

.course-cost .free-cost {
    font-size: 24px;
    font-weight: 700;
    color: #f3a90b;
}

.course-ratings {
    font-size: 13px;
    color: #c0c1cd;
}

.course-ratings span {
    margin-left: 1px;
}

.course-ratings .checked {
    color: #f3a90b;
}

.course-ratings .course-ratings-count {
    margin-left: 5px;
}

a.btn {
    padding: 16px 48px;
    border: 2px solid #002147;
    background-color: #041a32;
    color: white;
    border-radius: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
}

a.btn:hover {
    color: #fff;
    background: #0956a9;
    border: 2px solid yellow;
}

/*
# Featured Courses: Horizontal Column
--------------------------------*/
.featured-courses.horizontal-column,
.featured-courses.vertical-column {
    padding: 100px 0;
    background: #fff;
}

.featured-courses.horizontal-column .course-thumbnail {
    width: calc(50% - 30px);
    background: #fff;
}

.featured-courses.horizontal-column .course-thumbnail img {
    height: 100%;
}

.featured-courses.horizontal-column .course-content-wrap {
    width: calc(50% + 30px);
    padding-left: 30px;
    border: 1px solid #ebebeb;
    border-left: 0;
}

.featured-courses.horizontal-column .course-ratings {
    margin-bottom: 8px;
}



@media screen and (max-width: 576px) {
    .featured-courses.horizontal-column .course-thumbnail {
        width: 100%;
    }

    .featured-courses.horizontal-column .course-content-wrap {
        width: 100%;
        padding: 30px;
        border: 1px solid #ebebeb;
        border-top: 0;
    }
}

/*
# Featured Courses: Vertical Column
--------------------------------*/
.featured-courses.vertical-column {
    background: #f7f7f7;
}

.featured-courses.vertical-column a.btn {
    margin-top: 60px;
}

/*
# About Section
--------------------------------*/
/* General Styling */
.about-section {
    background: #f8f9fa;
}

.mainhead {
    font-size: 2rem;
    font-weight: bold;
    color: #dc3545;
}

/* Stats Box */
.stats-count {
    width: 30%;
    background: #fff;
    padding: 20px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.stats-count:hover {
    transform: scale(1.05);
}

.stats-count h2 {
    color: #dc3545;
    font-size: 2rem;
    font-weight: bold;
}

.stats-count p {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

/* Button Styling */
.btn-danger {
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background: #c82333;
    transform: scale(1.1);
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.moving-img {
    animation: upDown 3s infinite ease-in-out;
    height: 550px;
    width: 550px;
}

.bottom-gaping {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .moving-img {
        animation: none !important;
        width: 100%;
        height: auto;
        margin-top: 43px;
    }

    .bottom-gaping {
        padding-bottom: 30px;
    }
}

/*
# About Section: Testimonial
--------------------------------*/
.testimonial-section {
    /* padding: 100px 0; origin */
    padding: 50px 0;
}

.testimonial-slider .swiper-slide .user-avatar {
    opacity: .3;
    margin-bottom: 0;
}

.testimonial-slider .swiper-slide.swiper-slide-active .user-avatar {
    opacity: 1;
}

.testimonial-slider .swiper-slide:nth-of-type(2) .user-avatar,
.testimonial-slider .swiper-slide:nth-of-type(5) .user-avatar {
    margin-left: calc(50% - 150px);
}

.testimonial-slider .swiper-slide:nth-of-type(3) .user-avatar {
    margin-left: calc(50% - 40px);
}

.testimonial-slider .swiper-slide:nth-of-type(1) .user-avatar,
.testimonial-slider .swiper-slide:nth-of-type(4) .user-avatar {
    margin-left: calc(50% + 70px);
}


.testimonial-slider .swiper-slide-next {
    opacity: 1 !important;
}

.testimonial-slider .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-slider .content-wrap {
    background: #fff;
}

.testimonial-slider .entry-content p {
    font-size: 26px;
    color: #383749;
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #19c880;
}

.testimonial-slider .testimonial-user::after {
    content: '';
    position: absolute;
    top: -12px;
    right: -100px;
    width: 38px;
    height: 32px;
    background: url("images/quote-icon.png") no-repeat center;
}

.testimonial-slider .testimonial-user span {
    font-size: 14px;
    color: #c0c1cd;
    text-transform: initial;
}

.testimonial-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border: 2px solid #c6adb8;
    background: transparent;
    opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #19c880;
    border: transparent;
}

/*
# Latest News & Events
--------------------------------*/
.latest-news-events {
    /*padding: 100px 0; origin */
    padding: 0;
}

.latest-news-events .heading .entry-title {
    /*margin: 0 0 50px;  origin */
    margin: 0 0 5px;
    font-size: 42px;
    font-weight: 400;
}

.latest-news-events .featured-event-content .event-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news-events .featured-event-content .posted-date {
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    background: #f3a90b;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.latest-news-events .featured-event-content .posted-date .day {
    font-size: 48px;
    font-weight: bold;
}

.latest-news-events .featured-event-content .posted-date .month {
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.latest-news-events .featured-event-content {
    padding-right: 20px;
}

.latest-news-events .featured-event-content .entry-title {
    width: 100%;
    margin-top: 32px;
    font-size: 30px;
    font-weight: 400;
    color: #383749;
}

.latest-news-events .featured-event-content .event-location .fa,
.latest-news-events .featured-event-content .event-duration .fa {
    margin-right: 6px;
    color: #34d986;
}

.latest-news-events .featured-event-content .event-location,
.latest-news-events .featured-event-content .event-duration {
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
    color: #c0c1cd;
}

.latest-news-events .featured-event-content .event-location {
    margin-right: 24px;
}

.event-content {
    margin-bottom: 30px;
}

.event-content .event-thumbnail {
    width: 200px;
    height: 200px;
    margin: 0;
}

.event-content .event-thumbnail a {
    display: block;
}

.event-content .event-content-wrap {
    width: calc(100% - 230px);
}

.event-content .posted-date .fa {
    margin-right: 6px;
    color: #34d986;
}

.event-content .posted-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #c0c1cd;
}

.event-content .entry-title {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.event-content .entry-title a {
    color: #383749;
}

.event-content .post-author {
    margin-top: 14px;
}

.event-content .post-author a {
    font-style: italic;
    color: #19c880;
    text-decoration: none;
}

.event-content .post-comments {
    position: relative;
    padding-left: 12px;
    margin-top: 14px;
    margin-left: 5px;
    color: #757686;
}

.event-content .post-comments a {
    text-decoration: none;
    color: #757686;
}

.event-content .post-comments::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    text-align: center;
}

.event-content .entry-content {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 16px;
    color: #757686;
}

.event-content .entry-content p {
    margin: 0;
}

@media screen and (max-width: 576px) {
    .event-content .event-thumbnail {
        width: 100%;
        margin-bottom: 24px;
    }

    .event-content .event-content-wrap {
        width: 100%;
    }

}

/*
# Gallery
--------------------------------*/
.home-gallery {
    overflow: hidden;
}

.gallery-wrap {
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-grid {
    margin: 5px;
    overflow: hidden;
}

.gallery-grid img {
    display: block;
    max-width: 100%
}

.gallery-grid1x1 {
    width: calc(100% / 8 - 10px);
}

.gallery-grid2x1,
.gallery-grid2x2 {
    width: calc(100% / 4 - 10px);
    margin-bottom: 6px;
}

.gallery-grid2x2 {
    width: calc(100% / 4 - 10px);
    margin-bottom: 7px;
}

@media screen and (max-width: 1200px) {
    .gallery-grid1x1 {
        width: calc(100% / 4 - 10px);
    }

    .gallery-grid2x1,
    .gallery-grid2x2 {
        width: calc(100% / 2 - 10px);
    }

    .gallery-grid2x2 {
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 576px) {
    .gallery-grid1x1 {
        width: calc(100% / 2 - 10px);
    }

    .gallery-grid2x1,
    .gallery-grid2x2 {
        width: calc(100% / 1- 10px);
        margin-bottom: 6px;
    }

    .gallery-grid2x2 {
        width: calc(100% / 1 - 10px);
        margin-bottom: 7px;
    }
}

/*
# Clients Logos
--------------------------------*/
.clients-logo {
    /*margin-top: 100px; origin */
    margin-top: 50px;
    padding: 16px 0;
    background: #f7f7f7;
}

.logo-wrap {
    margin: 16px;
}

/*--------------------------------------------------------------
# Courses Page
--------------------------------------------------------------*/
.page-header {
    background-size: cover !important;
}

.courses-page .page-header {
    background: url("images/courses-header.jpg") no-repeat center;
}

.page-header-overlay {
    background: rgba(21, 20, 33, .5);
    height: 390px;
    padding-top: 236px;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumbs {
    margin: 30px 0;
}


.breadcrumbs ul {
    list-style: none;
}


.breadcrumbs li {
    position: relative;
    padding-right: 16px;
    margin-right: 10px;
    color: #c0c1cd;
}

.breadcrumbs li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    font-family: 'FontAwesome';
}


.breadcrumbs li:nth-last-of-type(1)::after {
    display: none;
}

.breadcrumbs li a {
    color: #383749;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    margin-top: 50px;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    margin-right: 10px;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 38px;
    border: 1px solid #ebebeb;
    color: #757686;
    text-decoration: none;
}

.pagination ul li a .fa {
    color: #383749;
}

.pagination ul li:hover a,
.pagination ul li.active a {
    border-color: transparent;
    background: #19c880;
}

.pagination ul li:hover a,
.pagination ul li.active a,
.pagination ul li:hover a .fa {
    color: #fff;
}

.pagination-results {
    color: #383749;
}

.pagination-results select {
    padding: 6px 10px;
    margin-left: 32px;
    border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    /*padding: 25px; origin*/
    margin-top: 50px;
    /* margin-left: 25px; */
    border: 6px solid #ebebeb;
}

@media screen and (max-width: 992px) {
    .sidebar {
        margin-left: 0;
    }
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
    width: calc(100% - 48px);
    height: 48px;
    padding: 10px 20px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    background: #f7f7f7;
    color: #383749;
    outline: none;
}

.search-widget input[type="search"]::placeholder {
    color: #c0c1cd;
}

.search-widget button[type="submit"] {
    width: 48px;
    height: 48px;
    border: 0;
    background: #060606;
    color: #fff;
    cursor: pointer;
    outline: none;
}

/*
# Categories
--------------------------------*/
.cat-links {
    margin-top: 3px;
}

.cat-links h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
}

.cat-links ul {
    list-style: none;
}

.cat-links ul li {
    position: relative;
    padding: 8px 0 8px 24px;
}

.cat-links ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 100%;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #c0c1cd;
    ;
}

.cat-links ul li:hover::before {
    color: #19c880;
}

.cat-links ul li a {
    text-decoration: none;
}

/*
# Latest Courses
--------------------------------*/
.latest-courses {
    margin-top: 50px;
}

.latest-courses h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
}

.latest-courses li {
    display: block;
    margin-bottom: 20px;
}

.latest-courses li img {
    width: 84px;
}

.latest-courses .content-wrap {
    width: calc(100% - 108px);
}

.latest-courses .content-wrap h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.latest-courses .content-wrap h3 a {
    color: #383749;
    text-decoration: none;
}

.latest-courses .content-wrap .course-cost {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.latest-courses .content-wrap .course-cost.free-cost {
    color: #f3a90b;
}

/*
# Ads
--------------------------------*/
.ads {
    margin-top: 50px;
}

.ads img {
    max-width: 100%;
}

/*
# Latest Courses
--------------------------------*/
.popular-tags {
    margin-top: 50px;
}

.popular-tags h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
}

.popular-tags ul {
    list-style: none;
}

.popular-tags li a {
    display: block;
    padding: 8px 14px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #ebebeb;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #595959;
    text-decoration: none;
}

.popular-tags li a:hover {
    color: #383749;
}

/*--------------------------------------------------------------
# Single Courses Page
--------------------------------------------------------------*/
.single-courses-page .page-header {
    background: url("./images/jimmy=143.jpg") no-repeat center;
}

.single-courses-page .page-header-overlay {
    height: 530px;
}

.single-courses-page .page-header-about {
    background: url("./images/WEB\ DEVELOP\ MENT\ BANNER2.jpg") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header2 {
    background: url("./images/web-development-banner.png") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header3 {
    background: url("./images/web-design-banner.png") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header4 {
    background: url("./images/TOP-10-TALLY-COURSE-BENEFITS.png") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header5 {
    background: url("./images/SEO.png") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header6 {
    background: url("./images/it-company-flat-landing-page-template-vector.jpg") no-repeat center;
    width: 100%;
    background-size: cover;
}

.single-courses-page .page-header7 {
    background: url("./images/pngtree-computer-training-class-enrollment-hand-painted-flat-blue-banner-image_177222.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.single-courses-page .page-header8 {
    background: url("./images/program.jpeg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.single-courses-page .page-header9 {
    background: url("./images/software-developer-6521720_1280.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.single-courses-page .page-header10 {
    background: url("./images/Software-testing-banner.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.single-courses-page .page-header11 {
    background: url("./images/basic-computer.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

.single-courses-page .page-header-overlay {
    height: 530px;
}

.single-courses-page .featured-image {
    position: relative;
    margin-top: -80px;
    box-shadow: 0 24px 38px rgba(81, 107, 117, .21);
}

.single-courses-page .featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-courses-page .featured-image .course-cost {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #f3a90b;
    background: #fff;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .single-courses-page .featured-image {
        margin-top: 80px;
    }
}

/*
# Course Info
--------------------------------*/
.course-info {
    margin-top: 40px;
}

.course-info label {
    color: #c0c1cd;
}

.course-info .course-author,
.course-info .course-cats,
.course-info .course-students {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ebebeb;
}

.course-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.course-author a {
    color: #19c880;
}

.course-students {
    border: 0;
}

.single-course-cont-section {
    margin-top: 24px;
    color: #757686;
}

.single-course-cont-section h2 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

ul.green-ticked {
    list-style: none;
}

ul.green-ticked li {
    position: relative;
    padding-left: 24px;
    margin-top: 8px;
}

ul.green-ticked li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 100%;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #19c880;
}

ul.black-doted {
    list-style: none;
}

.single-course-cont-section ul.black-doted li {
    position: relative;
    padding-left: 24px;
    margin-top: 8px;
}

.single-course-cont-section ul.black-doted li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 100%;
    font-size: 9px;
    font-family: 'FontAwesome';
}

.single-course-accordion-cont h2 {
    width: calc(100% - 280px);
    /*min-width: 320px;*/
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.single-course-accordion-cont .number-of-lectures,
.single-course-accordion-cont .lectures-preview,
.single-course-accordion-cont .total-lectures-time {
    font-size: 18px;
    color: #19c880;
}

.single-course-accordion-cont .number-of-lectures,
.single-course-accordion-cont .lectures-preview {
    width: 140px;
}

.single-course-accordion-cont .total-lectures-time,
.single-course-accordion-cont .lectures-time {
    width: 120px;
    text-align: right;
}

.single-course-accordion-cont .accordion-wrap .entry-title {
    padding: 10px 16px 9px;
    margin: 10px 0 0;
    border: 1px solid #ebebeb;
}

.single-course-accordion-cont .accordion-wrap .entry-content {
    padding: 10px 16px;
    border: 1px solid #ebebeb;
    border-top: 0;
}

.single-course-accordion-cont .arrow-d,
.single-course-accordion-cont .arrow-r {
    position: relative;
    padding-right: 10px;
    color: #19c880;
}

.single-course-accordion-cont .entry-title.active .fa-plus {
    display: none;
}

.single-course-accordion-cont .entry-title .fa-minus {
    display: none;
}

.single-course-accordion-cont .entry-title.active .fa-minus {
    display: block;
}

.single-course-accordion-cont h3 {
    font-size: 18px;
    font-weight: bold;
    /*color: #757686;*/
    color: #19c880;
}

.single-course-accordion-cont .lecture-group-title {
    width: calc(100% - 300px);
}

.single-course-accordion-cont ul {
    list-style: none;
    color: #757686;
}

.single-course-accordion-cont ul li {
    margin-top: 8px;
}

.single-course-accordion-cont .lecture-title {
    width: calc(100% - 280px);
    color: #757686;
}

.single-course-accordion-cont .lectures-preview,
.single-course-accordion-cont .lectures-time {
    color: #757686;
}

.instructors-info {
    margin-top: 50px;
}

.instructors-info .entry-heading h2 {
    padding-bottom: 16px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.instructors-stats {
    width: 200px;
    margin-right: 30px;
}

.instructors-stats img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

.instructors-stats ul {
    list-style: none;
}

.instructors-stats li {
    margin-top: 10px;
}

.instructors-stats .fa {
    margin-right: 2px;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #19c880;
}

.instructors-details {
    width: calc(100% - 230px);
}

.instructors-details .ratings {
    color: #c0c1cd;
}

.instructors-details .ratings .fa-star-o {
    color: #c0c1cd;
}

.instructors-details .ratings span {
    margin-left: 4px;
}

.instructors-details h2 {
    font-size: 30px;
    font-weight: 400;
    color: #383749;
}

.instructors-details .course-teacher {
    color: #c0c1cd;
}

.instructors-details .course-teacher a {
    color: #19c880;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: navajowhite;
}

.instructors-details .course-teacher span {
    color: #19c880;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: navajowhite;
}

.instructors-details .entry-content {
    color: #757686;
    line-height: 1.8;
}

.related-courses {
    margin-top: 50px;
}

.related-courses .entry-heading {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}

.related-courses .entry-heading h2 {
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.related-courses .entry-heading a {
    color: #19c880;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    .single-course-accordion-cont .lecture-group-title {
        width: calc(100% - 24px);
        margin-bottom: 12px;
    }

    .single-course-accordion-cont h2,
    .single-course-accordion-cont .lecture-title {
        width: 100%;
        font-weight: bold;
    }

    .single-course-accordion-cont ul li {
        margin-top: 24px;
    }

    .single-course-accordion-cont .total-lectures-time,
    .single-course-accordion-cont .lectures-time,
    .single-course-accordion-cont .number-of-lectures,
    .single-course-accordion-cont .lectures-preview {
        width: auto;
        text-align: left;
    }

    .instructors-details {
        margin-top: 50px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Ratings
--------------------------------------------------------------*/
.ratings {
    font-size: 13px;
    color: #fff;
}

.ratings .fa {
    margin-right: 2px;
}

.ratings .fa-star {
    margin-right: 2px;
    color: #f3a90b;
}

.ratings .fa-star-o {
    color: #fff;
}

/*--------------------------------------------------------------
# Post Share
--------------------------------------------------------------*/
.post-share {
    margin-top: 130px;
}

.post-share h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #757686;
    text-align: center;
}

.post-share ul {
    list-style: none;
}

.post-share ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.post-share .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
}

.post-share .fa-facebook {
    background: #4b6cd0;
}

.post-share .fa-google-plus {
    background: #f03b3b;
}

.post-share .fa-twitter {
    background: #49a7f3;
}

.post-share .fa-instagram {
    background: #bb8950;
}

.post-share .fa-thumb-tack {
    background: #f0c605;
}

@media screen and (max-width: 992px) {
    .post-share {
        margin-top: 50px;
    }

    .post-share h3 {
        text-align: left;
    }

    .post-share ul li {
        margin: 0 5px;
    }
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.about-page .page-header {
    background: url(images/courses-header.jpg) no-repeat center;
}

.about-heading,
.team-heading {
    margin-top: 80px;
    text-align: center;
}

.about-heading h2,
.team-heading h2 {
    font-size: 42px;
    font-weight: 400;
    color: #383749;
}

.about-heading p,
.team-heading p {
    margin-top: 20px;
    color: #757686;
}

.about-stories,
.about-values {
    color: #757686;
}

.about-stories h3,
.about-values h3 {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.about-stories p,
.about-values p {
    line-height: 1.6;
}

.about-page .about-section {
    margin-top: 100px;
}

.about-page .testimonial-section {
    border-bottom: 1px solid #ebebeb;
}

.team-heading {
    text-align: center;
}

.team-member {
    padding: 32px 40px;
    margin-top: 48px;
    border: 1px solid #ebebeb;
    text-align: center;
    transition: all .35s;
}

.team-member:hover {
    box-shadow: 0 0 38px rgba(81, 107, 117, .21);
}

.team-member img {
    width: 180px;
    max-width: 100%;
    border-radius: 50%;
}

.team-member h3 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #383749;
}

.team-member h4 {
    font-size: 16px;
    font-weight: 400;
    color: #19c880;
}

.team-member ul {
    margin-top: 24px !important;
    list-style: none;
}

.team-member ul li {
    margin: 0 10px;
}

.team-member ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-decoration: none;
    transition: all .35s;
}

.team-member ul li .fa {
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #c0c1cd;
}

.team-member ul li a:hover {
    border-color: transparent;
    background: #19c880;
}

.team-member ul li a:hover .fa {
    color: #fff;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page .page-header {
    background: url("images/courses-header.jpg") no-repeat center;
}

.blog-posts {
    margin-top: 50px;
}

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

.blog-post-content .blog-post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-content .posted-date {
    bottom: 0;
    left: 0;
    padding: 8px 16px;
    background: #f3a90b;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.blog-post-content .posted-date .day {
    font-size: 36px;
    font-weight: bold;
}

.blog-post-content .posted-date .month {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.blog-post-content-wrap .entry-title {
    margin: 24px 0 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}

.blog-post-content-wrap .post-author {
    margin-top: 12px;
}

.blog-post-content-wrap .post-author a {
    font-style: italic;
    color: #19c880;
    text-decoration: none;
}

.blog-post-content-wrap .post-comments {
    position: relative;
    padding-left: 12px;
    margin-top: 12px;
    margin-left: 5px;
}

.blog-post-content-wrap .post-comments a {
    text-decoration: none;
    color: #757686;
}

.blog-post-content-wrap .post-comments::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    text-align: center;
}

.blog-post-content-wrap .entry-content {
    margin-top: 12px;
    margin-bottom: 0;
    color: #757686;
}

/*--------------------------------------------------------------
# Single Blog Post
--------------------------------------------------------------*/
.single-blog-post .page-header {
    background: url("images/single-courses-bg.jpg") no-repeat center;
}

.single-blog-post .page-header-overlay {
    height: 530px;
}

.single-blog-post .page-header .post-author a {
    font-style: italic;
    color: #19c880;
    text-decoration: none;
}

.single-blog-post .page-header .post-comments {
    position: relative;
    padding-left: 12px;
    margin-left: 5px;
}

.single-blog-post .page-header .post-comments::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    text-align: center;
    color: #fff;
}

.single-blog-post .page-header .post-comments a {
    text-decoration: none;
    color: #fff;
}

.single-blog-post .featured-image {
    position: relative;
    margin-top: -80px;
    box-shadow: 0 24px 38px rgba(81, 107, 117, .21);
}

.single-blog-post .featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog-post .featured-image .posted-date {
    bottom: 0;
    left: 0;
    padding: 10px 16px;
    background: #f3a90b;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.single-blog-post .featured-image .posted-date .day {
    font-size: 48px;
    font-weight: bold;
}

.single-blog-post .featured-image .posted-date .month {
    margin-top: 4px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.single-post-wrap {
    padding-bottom: 24px;
    margin-top: 50px;
    border-bottom: 1px solid #ebebeb;
    color: #757686;
}

.single-post-wrap blockquote {
    position: relative;
    padding-left: 68px;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 300;
    color: #383749;
}

.single-post-wrap blockquote::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 20px;
    background: url("images/quote.png") no-repeat;
}

.single-post-wrap blockquote span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #19c880;
}

.single-post-wrap img {
    max-width: 100%;
}

.single-post-wrap h3 {
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.tags-links ul {
    list-style: none;
}

.tags-links li {
    margin-right: 10px;
}

.tags-links li a {
    display: block;
    padding: 10px 24px;
    font-size: 12px;
    line-height: 1;
    color: #595959;
    text-transform: uppercase;
    background: #f3f3f3;
}

@media screen and (max-width: 992px) {
    .single-blog-post .featured-image {
        margin-top: 80px;
    }
}

.related-blog-posts {
    margin-top: 50px;
}

.related-blog-posts .entry-heading {
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
}

.related-blog-posts .entry-heading h2 {
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.related-blog-posts .entry-heading a {
    color: #19c880;
    text-decoration: underline;
}

.related-blog-posts .blog-post-content {
    margin-top: 50px;
}

.author-box {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #ebebeb;
}

.author-avatar {
    width: 160px;
    margin-right: 30px;
}

.author-avatar img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}

ul.author-social-profile {
    list-style: none;
}

ul.author-social-profile li {
    margin: 0 10px;
}

ul.author-social-profile .fa {
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #c0c1cd;
}

ul.author-social-profile li:hover .fa {
    color: #19c880;
}

.author-details {
    width: calc(100% - 190px);
}

@media screen and (max-width: 576px) {
    .author-details {
        width: 100%;
        margin-top: 32px;
    }
}

.author-details h3 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #19c880;
}

.author-details h3 span {
    display: block;
    margin-top: 6px;
    text-transform: capitalize;
    color: #c0c1cd;
}

.author-details p {
    color: #757686;
    line-height: 1.8;
}

/*
# Comments
--------------------------------*/
.post-comments-wrap .post-comments {
    margin-top: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.comments-title,
.comment-reply-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #383749;
}

.post-comments-wrap .comment-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.post-comments-wrap .comment-author-avatar {
    float: left;
    width: 70px;
    height: 70px;
    margin-top: 36px;
    margin-right: 22px;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
}

.post-comments-wrap .comment-author-avatar img {
    width: 100%;
    height: auto;
}

.post-comments-wrap .comment-wrap {
    float: right;
    width: calc(100% - 92px);
    margin-top: 32px;
}

.post-comments-wrap .comment-author .fn {
    display: block;
    margin-top: 4px;
}

.post-comments-wrap .comment-author .fn a {
    font-size: 18px;
    color: #383749;
}

.post-comments-wrap .comment-author .comment-meta a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #19c880;
}

.post-comments-wrap p {
    margin-top: 5px;
    color: #757686;
}

.post-comments-wrap .reply {
    margin-top: 8px;
}

.post-comments-wrap .reply a {
    display: inline-block;
    padding: 8px 18px;
    margin-right: 10px;
    border: 1px solid #d2d2d4;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #383749;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.post-comments-wrap .reply a:hover {
    border-color: transparent;
    color: #fff;
    background: #19c880;
}

.post-comments-wrap ol.children {
    padding: 0;
    margin-left: 92px;
    list-style: none;
}

.post-comments-wrap ol.children .comment-author-avatar {
    margin-top: 40px;
    margin-right: 22px;
}

.post-comments-wrap ol.children .comment-wrap {
    margin-top: 36px;
    width: calc(100% - 92px);
}

/*
# Comment Form
--------------------------------*/
.comments-form {
    margin-top: 50px;
}

.comment-reply-title {
    margin-bottom: 16px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 14px 24px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    line-height: 1;
    color: #383749;
    outline: none;
}

.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
    color: #c0c1cd;
}

.comment-form textarea {
    line-height: 1.4;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #19c880;
}

.comment-form input[type="submit"] {
    padding: 16px 32px;
    margin-top: 40px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    outline: none;
    cursor: pointer;
    background: #030303;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .page-header {
    background: url(images/courses-header.jpg) no-repeat center;
}

.contact-gmap {
    margin-top: 60px;
    box-shadow: 0 24px 38px rgba(81, 107, 117, .21);
}

.contact-gmap iframe {
    width: 100%;
    height: 540px;
}

.contact-form,
.contact-info {
    margin-top: 30px;
    background-color: #295f9c;
    border-radius: 25px;
    width: 80%;
    height: 95%;
}

.contact-form h3,
.contact-info h3 {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 400;
    color: #1085d3;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    /* padding: 12px 20px; */
    margin-top: 18px;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    color: #383749;
    height: 10%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
    color: #c0c1cd;
}

.contact-form input[type="submit"] {
    padding: 16px 32px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    outline: none;
    cursor: pointer;
    background: orangered;
}

.contact-form input[type="submit"]:hover {
    background: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.6s all;
}

.contact-info p {
    margin-top: 24px;
    line-height: 1.8;
    color: #757686;
}

.contact-info ul {
    list-style: none;
}

.contact-info li {
    margin-top: 32px;
    font-size: 24px;
    color: #383749;
}

.contact-info li span {
    display: block;
    font-size: 18px;
    color: #c0c1cd;
}

.contact-info li a {
    color: #636363;
    text-decoration: navajowhite;
}

@media screen and (min-width: 992px) {
    .contact-form {
        padding-right: 40px;
    }

    .contact-info {
        padding-left: 40px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    background-color: #0A192F;
    padding: 40px 0;
    color: white;
}

.footer h2 {
    color: #4db5ff;
    font-size: 1.8rem;
}

.footer h5 {
    color: #4db5ff;
    position: relative;
    margin-bottom: 20px;
}

.footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #4db5ff;
    margin-top: 5px;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer a:hover {
    color: #4db5ff;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    transition: transform 0.3s ease-in-out;
}

.social-icons a:hover {
    transform: scale(1.1);
    background: #4db5ff;
    color: white;
}

.footer-img {
    width: 80px;
    height: 80px;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #233554;
    margin-top: 20px;
    color: white;
}

.copyright a {
    color: #00ACE7;
    text-decoration: none;
}

.footertxt2 {
    text-decoration: none;
}

/* Gaurang Css */
.headtitle {
    font-size: 28px;
    color: darkblue !important;
    text-decoration: none !important;
    background-color: skyblue;
}

.organiseby {
    font-size: 19px;
    float: right;
    margin-right: 135px;
    margin-top: 5px;
    color: aliceblue;
}

.liveproject {
    background-color: #19c880;
    padding: 3px;
    font-size: 20px;
}

.hero-content-wrap_over1 {
    padding-top: 10px !important;
    height: auto;
}

.coursedetailstxt {
    color: #000 !important;
}

.single-course-accordion-cont .number-of-lectures1 {
    color: maroon;
    font-weight: bold;
    font-size: 15px;
}

h2.txtexpertrainer {
    color: maroon;
    text-decoration: underline;
    justify-content: center;
}

.green-ticked li a {
    color: maroon;
}

.green-ticked li a.bluehere {
    color: #9A1130;
    font-family: Arial, Helvetica, sans-serif;
}

.grplink {
    color: blue !important;
}

div .coursedownload {
    background-color: #19c880;
    padding: 8px;
    border: 2px solid #958f8f;
    margin-top: 5px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    text-decoration: none;
    border: 2px solid black;
}

.heading p a {
    color: blue;
    font-weight: bold;
}

/* Gaurang Css */

/* Amit Work */

.hed {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    color: #19c880;
    text-decoration: none;
}

.myborder {
    border: #19c880 solid 2px;
    padding: 20px;
    transition: 0.6s all;
}

.myborder:hover {
    border: none;
    padding: 20px;
    transition: 0.6s all;
    background-color: #19c880;
    line-height: 27px;
}

.main-title {
    position: relative;
    display: inline-block;
}

.main-title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, #33c468 0%, #33c468 51%, #33c468 100%);
    height: 5px;
    width: 60px;
}


.main-title2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 47%;
    background-image: linear-gradient(to right, #040404 0%, #040404 51%, #c8b7b7 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#040404), color-stop(51%, #c8b7b7), to(#c8b7b7));
    background-image: -webkit-linear-gradient(to right, #040404 0%, #040404 51%, #c8b7b7 100%);
    background-image: -moz-linear-gradient(to right, #040404 0%, #040404 51%, #c8b7b7 100%);
    background-image: -o-linear-gradient(to right, #040404 0%, #040404 51%, #040404 100%);
    background-image: linear-gradient(to right, #040404 0%, #c8b7b7 51%, #c8b7b7 100%);
    height: 5px;
    width: 120px;
    margin: 0 0 0 -30px;
}

.txt {
    font-size: 29px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.titl {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.titl2 {
    font-size: 17px;
    font-weight: bold;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.box12 {
    /* padding: 26px 30px 20px; */
    /* border: 1px solid #ebebeb; */
    border-top: 0;
    background: #fff;
    height: 220px;
    width: 80%;
}

.box12:hover {
    box-shadow: 0 24px 38px rgba(145, 159, 141, 0.21);
}

.baj {
    position: relative;
}

#amt {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.baj:hover #amt {
    display: block;
}

.frm {
    font-size: 20px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.inrfrm {
    font-size: 16px;
    color: white;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.single {
    background: url("./images/amit.jpg") no-repeat center;
}

.aboutimg {
    background: url("./images/back.jpg") no-repeat center;
}

div.green-ticked {
    list-style: none;
}

div.green-ticked p {
    position: relative;
    padding-left: 24px;
    margin-top: 8px;
}

div.green-ticked p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 100%;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #19c880;
}

.higcontantbg {
    color: blue;
    background-color: yellow;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    padding: 10px;
}

.higcontantbg2 {
    color: black;
    background-color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: justify;
    padding: 10px;
}

.higcontantbg3 {
    color: #fff;
    background-color: rgb(10, 5, 94);
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding: 20px;
    border: 2px solid white;
    border-radius: 50px;
}

.higcontantbg2:hover {
    background: none;
    transition: 0.6s all;
    color: white;
    border: 2px solid white;
    padding: 10px;
}

.higcontantbg:hover {
    background: none;
    transition: 0.6s all;
    color: white;
    border: 2px solid yellow;
}

.higcontantbg4 {
    color: black;
    background-color: rgb(23, 8, 189);
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding: 10px;
}

.higcontantbg4:hover {
    background: none;
    transition: 0.6s all;
    color: white;
    border: 2px solid yellow;
}

.homebnr {
    justify-content: center;
    text-align: center;
    color: #fff;
}

.sidebar1 {
    /*padding: 25px; origin*/
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
    /* margin-left: 25px; */
    border: 6px solid #ebebeb;
}

.bgliner {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgb(41, 95, 156) 0%, rgb(89, 167, 255) 51%, rgb(1, 120, 255) 100%);
}

.frmtxt {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

.frmrgthed {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
}

.frmrgttxt {
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.inquerytext {
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}

.inquerytext-scl-com {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
}

.contact-form2 h3,
.contact-info h3 {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 400;
    color: #383749;
}

.contact-form2 input[type="text"],
.contact-form2 input[type="email"],
.contact-form2 textarea {
    width: 100%;
    padding: 12px 20px;
    margin-top: 18px;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    color: #383749;
}

.contact-form2 input[type="text"]:focus,
.contact-form2 input[type="email"]:focus,
.contact-form2 textarea:focus {
    outline: none;
}

.contact-form2 input[type="text"]::placeholder,
.contact-form2 input[type="email"]::placeholder,
.contact-form2 textarea::placeholder {
    color: #c0c1cd;
}

.contact-form2 input[type="submit"] {
    padding: 16px 32px;
    margin-top: 40px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1rem;
    outline: none;
    cursor: pointer;
    background: #080808;
}

.contact-info2 p {
    margin-top: 80px;
    line-height: 1.8;
    color: #757686;
}

.contact-info2 ul {
    list-style: none;
}

.contact-info2 li {
    margin-top: 32px;
    font-size: 24px;
    color: #383749;
}

.contact-info2 li span {
    display: block;
    font-size: 18px;
    color: #c0c1cd;
}

.contact-info2 li a {
    color: #636363;
    text-decoration: navajowhite;
}

.abouttxt {
    font-size: 20px;
}

.iconbox {
    background-color: #002147;
    border-radius: 25px;
    border: 1px solid;
    color: white;
    font-size: 16px;
    height: 44px;
    width: 100%;
}

.roundbg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
    background-color: rgb(249, 249, 32);
    text-align: center;
    font-size: 18px;
    color: #002147;
}

.icontxt {
    font-size: 17px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.icontxt12 {
    font-size: 17px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.emailsec {
    width: 30%;
    border: 1px solid black;
    background: #f7f7f7;
    color: #383749;
    height: 40px;
}

.emailtxt {
    font-size: 17px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sunmittxt {
    font-size: 18px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.carouseltxt {
    text-transform: capitalize;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
}

.main-titleacd:after {
    content: "";
    position: absolute;
    left: 47%;
    background-image: linear-gradient(to right, #19c880 0%, #19c880 51%, #19c880 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#19c880), color-stop(51%, #19c880), to(#19c880));
    background-image: -webkit-linear-gradient(to right, #19c880 0%, #19c880 51%, #19c880 100%);
    background-image: -moz-linear-gradient(to right, #19c880 0%, #19c880 51%, #19c880 100%);
    background-image: -o-linear-gradient(to right, #19c880 0%, #19c880 51%, #19c880 100%);
    background-image: linear-gradient(to right, #19c880 0%, #19c880 51%, #19c880 100%);
    height: 5px;
    width: 120px;
    margin: 0 0 0 -30px;
}

.acemblecources {
    /* padding: 26px 30px 20px; */
    /* border: 1px solid #ebebeb; */
    border-top: 0;
    background: #fff;
    height: auto;
    width: 100%;
}

.acemblecources:hover {
    box-shadow: 0 24px 38px rgba(145, 159, 141, 0.21);
}

.filesec {
    width: 60%;
    /* border: 1px solid black; */
    color: #383749;
    height: 30px;
    text-align: center;
    background-color: gainsboro;
}

.buttn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.placement-process {
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    position: relative;
    transition: all .5s ease 0s;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, .2);
    text-align: center;
}

.placement-process .title {
    font-weight: 700;
    margin: 0 0 10px 0;
    transition: all .5s ease 0s;
    margin-top: 10px;
    font-size: 16px;
}

.iconbox-com-bas {
    background-color: skyblue;
    border-radius: 25px;
    border: 1px solid;
    color: white;
    font-size: 16px;
    height: 44px;
    width: 270px;
    text-align: start;
}

.emailsec-com-bas {
    border: 1px solid black;
    background: #f7f7f7;
    color: #383749;
    height: 40px;
    border-radius: 5px;
    width: 30%;
}

.back-12th-sec {
    background-image: url(./images/benar2.jpg);
}

.txt-course {
    color: maroon;
}

.green-ticked li p {
    color: yellow;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.alterlistcolor {
    color: white !important;
    letter-spacing: 1px;
}

.php-cou {
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid black;
    text-decoration: none;
    width: 76%;
}

.php-cou:hover {
    color: black;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    text-decoration: none;
}

.back-php2 {
    color: white;
    border: 4px solid rgb(86, 230, 19);
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
}

.back-php {
    color: white;
    border: 4px solid #49a7f3;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
}

.back-php:hover {
    background: none;
    transition: 0.6s all;
    color: white;
    background-color: #49a7f3;
}

.back-php2:hover {
    background: none;
    transition: 0.6s all;
    color: white;
    background-color: rgb(86, 230, 19);
}

.iconbox-cours {
    border-radius: 25px;
    border: 1px solid black;
    color: black;
    font-size: 16px;
    height: 44px;
    width: 100%;
    background-color: #19c880;
}

.iconbox-cours:hover {
    border: 1px solid black;
    background: none;
}

.txt-size {
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #19c880;
    /* padding: 5px; */
    color: white;
    border-radius: 10px;
}

/* .back-col-topi{
    background-color: red;
    border-radius: 100%;
    padding: 7px;
    text-align: center;
  } */
/* Amit Work */
.text-light-bnnr {
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.semisub {
    color: black;
    font-weight: bold !important;
}

.text-decoration-non {
    text-decoration: none !important;
}

.text-light {

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 23px !important;
}

.whocanjoin {
    color: #ffffff;
}

.m-b-40 {
    margin-bottom: 40px;
}

.feture-boxes {
    /* padding: 5px; */
    margin-top: 10px;
    background: #19c880;
    position: relative;
    transition: all .5s ease 0s;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, .2);
    text-align: center;
    border: 3px solid black;
    border-radius: 5px;
    width: 75%;
    height: 100%;
    color: white;
}

.feture-boxes:hover {
    /* padding: 20px; */
    background: none;
    transition: all .5s ease 0s;
    color: black;
    margin-top: -1px;
}

.final-training-txt {
    font-size: 1.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-crash-detail {
    background-color: #19c880;
    font-weight: bold;
    padding: 5px;
    font-size: 19px;
    color: white;
    text-decoration: none !important;
}

.social-icons-simple {
    margin-top: -3px;
}

ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a,
ul.social-icons-simple li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #26313c;
    position: relative;
    z-index: 1;
    border: 1px solid #7c7c7c;
}

ul.no-border li a {
    border: none !important;
}

ul.social-icons-simple li a {
    border: none;
}

ul.social-icons.whitebg li a {
    background: #fff;
}

ul.social-icons li:last-child a {
    margin-right: 0;
}

ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #5416cf;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before,
ul.social-icons-simple li a:hover::before,
ul.social-icons-simple li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

ul.social-icons.white li a,
ul.social-icons-simple.white li a,
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
    color: #fff;
}

/*icon bg bover */
.facebook:before {
    background-color: #4267B2 !important;
}

.twitter:before {
    background-color: #1DA1F2 !important;
}

.insta:before {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.linkedin:before {
    background-color: #0077B5 !important;
}

.whatsapp:before {
    background-color: #09cc16 !important;
}

.contact-resyo {
    font-size: 2rem;
    font-weight: 700 !important;
    color: white;
}

.contact-cutmer {
    color: #dad7d7;
    font-size: 14px;
    line-height: 1.2;
}


/* Gaurang */
h1.mainhead {
    font-size: 2rem !important
}

.homepage-hilight {
    font-weight: bold;
    color: #0956a9;
    font-size: 18px;
}

.current-trending-bg {
    background-color: #002147 !important
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.top-button-1-2 {
    margin-top: 20px;
}

.top-button-3 {
    margin-top: 150px;
}

.top-button-4 {
    margin-top: 115px;
}

.top-button-5 {
    margin-top: 240px;
}

.feture-boxes {
    /* padding: 20px; */
    /* margin-top: 20px; */
    background: deepskyblue;
    /* position: relative; */
    transition: all .5s ease 0s;
    box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, .2);
    text-align: center;
    border: 3px solid black;
    border-radius: 5px;
    width: 75%;
    height: 100%;
}

.feture-boxes:hover {
    transition: all .5s ease 0s;
    background-color: #ec0c0c;
    color: white;
}

.feture-boxes .title {
    font-weight: 700;
    margin: 0 0 10px 0;
    transition: all .5s ease 0s;
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
}

.footer-text {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.accadmy-text {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none !important;
}

.acdmmy-trg-beni {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 1.8rem;
}

/* Gaurang commonn css*/

/* heading section */
.main-head-h1 {
    font-size: 2.125rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: red;
}

.section-paragraph {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.sub-head-h2 {
    margin-top: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-size: 1.875rem;
}

/* heading section */

/* Tagline section */
.tag-text-style {
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Tagline section */


/* Gaurang commonn css*/


/* Specific */
.txt-white {
    color: white !important;
}

.web-dev-link {
    font-weight: bold;
    font-size: 19px;
    text-decoration: none;
    color: blue;
}

/* Specific */

.flex-emil {
    display: inline-flex;
}

.mu-100 {
    margin-top: 97px;
}

.custom-btn {
    background-color: white;
    border-radius: 50%;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    top: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.custom-btn:hover {
    background-color: white;
    transform: scale(1.1);
}

.custom-btn .carousel-control-prev-icon,
.custom-btn .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

.carousel-control-next {
    right: 1%;
}

.carousel-control-prev {
    left: 1%;
}

.carousel-item {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-item.active {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-content,
.carousel-image {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.carousel-item.active .carousel-content,
.carousel-item.active .carousel-image {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    .carousel-image {
        display: none !important;
    }
}

.carousel-content {
    padding: 50px 30px;
}

.carousel-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.carousel-content p {
    font-size: 1.1rem;
    margin-top: 15px;
}

.carousel-content .btn {
    margin-top: 20px;
}

.carousel-image img {
    width: 100%;
    max-height: 70vh;
    object-fit: contain;
}

/* Unique Image Animations for Each Slide */
.carousel-item:nth-child(1).active .carousel-image {
    animation: bounceInTop 1s ease;
}

.carousel-item:nth-child(2).active .carousel-image {
    animation: slideInRight 1s ease;
}

.carousel-item:nth-child(3).active .carousel-image {
    animation: zoomInUp 1s ease;
}

/* Keyframes */
@keyframes bounceInTop {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    60% {
        opacity: 1;
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(40px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.animated-image {
    animation: upDown 2s infinite ease-in-out;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.text-bg {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 17px;
    color: rgb(255, 238, 0) !important;
    border-radius: 10px;
}

.mu-sec-0 {
    margin-top: 0px;
}

.mu-sec-1 {
    margin-top: 0.25rem;
}

.mu-sec-2 {
    margin-top: 0.5rem;
}

.mu-sec-3 {
    margin-top: 1rem;
}

.mu-sec-4 {
    margin-top: 1.5rem;
}

.mu-sec-5 {
    margin-top: 3rem;
}

.md-sec-0 {
    margin-bottom: 0px;
}

.md-sec-1 {
    margin-bottom: 0.25rem;
}

.md-sec-2 {
    margin-bottom: 0.5rem;
}

.md-sec-3 {
    margin-bottom: 1rem;
}

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

.md-sec-5 {
    margin-bottom: 3rem;
}

.ml-sec-2 {
    margin-left: 0.5rem;
}

.pu-sec-0 {
    padding-top: 0;
}

.pu-sec-2 {
    padding-top: 0.5rem;
}

.pu-sec-3 {
    padding-top: 1rem;
}

.pu-sec-4 {
    padding-top: 1.5rem;
}

.pu-sec-5 {
    padding-top: 3rem;
}

.pd-sec-1 {
    padding-bottom: 0.25rem;
}

.pd-sec-2 {
    padding-bottom: 0.50rem;
}

.pd-sec-3 {
    padding-bottom: 0.75rem;
}

.pd-sec-4 {
    padding-bottom: 1rem;
}

.pd-sec-5 {
    padding-bottom: 3rem;
}

.p-sec-0 {
    padding: 0;
}

.p-sec-1 {
    padding: 0.25rem;
}

.p-sec-2 {
    padding: 0.5rem;
}

.p-sec-3 {
    padding: 1rem;
}

.p-sec-4 {
    padding: 1.5rem;
}

.p-sec-5 {
    padding: 3rem;
}

.m-sec-0 {
    margin: 0;
}

.m-sec-1 {
    margin: 0.25rem;
}

.m-sec-2 {
    margin: 0.5rem;
}

.m-sec-3 {
    margin: 1rem;
}

.m-sec-4 {
    margin: 1.5rem;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.pl-sec-2 {
    padding-left: 0.5rem;
}

.bg-card-cont:hover .bg-round-contact {
    background-color: #cfcfcf;
    color: #1C2D37;
}

.bg-card-cont {
    height: 205px;
    background-color: white;
}

@media (max-width: 768px) {
    .bg-card-cont {
        height: auto;
    }
}

.bg-round-contact {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #0095DA;
    border: 1px solid white;
    line-height: 70px;
    font-size: 32px;
    color: white;
    border-radius: 100%;
    margin-left: 20px;
}

.bg-contact-1 {
    background-color: #0095DA;
}

.con-box-hed {
    font-size: 1.6rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: black;
}

.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="number"],
.contact-form-1 select {
    border: 1px solid black;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
    line-height: 22px;
    border-radius: 99px;
    padding: 15px 18px;
    width: 100%;
    background: #ffffff;
    color: black;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-form-1 textarea {
    border: 1px solid black;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1.1rem;
    line-height: 22px;
    border-radius: 19px;
    padding: 15px 18px;
    width: 100%;
    background: #ffffff;
    color: black;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-form-1 input[type="submit"] {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-flex;
    border: none;
    text-align: center;
    background-color: #0095DA;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 18.5px 24px;
    min-width: 125px;
    border-radius: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.cont-bg-info {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
}

.bg-img-cont {
    background-image: url(./images/WEB\ DESIGN.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* Set your desired dimensions */
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
    /* Ensures padding doesn’t affect the width/height */
}

.top-hed-txt {
    font-size: 1.2rem;
}

.testimonial-review {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
}

.testimonial-review-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-review-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.stars {
    color: gold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.testimonial-review-item p {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 20px;
}

.testimonial-review-item h4 {
    font-size: 1em;
    color: #555;
}

button.prev,
button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: black;
    border-radius: 50%;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 5px;
    font-size: 1.3rem;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

@media (max-width: 768px) {
    .banner-hi-wi {
        height: auto;
        width: 100%;
    }

    .custom-btn {
        display: none;
    }
}

.inc-benifit-item {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.inc-benifit-item i {
    color: #4CAF50;
    font-size: 22px;
    transition: color 0.3s ease-in-out;
}

.inc-benifit-item p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

.inc-benifit-item:hover {
    transform: translateY(-5px);
    border-color: #4CAF50;
}

.inc-benifit-item:hover i {
    color: #FF6347;
}

.inc-benifit-section {
    background: #dde7f0;
    /* Solid educational theme color */
    /* padding: 30px; */
    border-radius: 12px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1s ease-in-out;
    padding-bottom: 20px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.what-we-inc-box {
    padding: 10px;
    background: #2c3e50;
    /* Education-themed background color */
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    animation: fadeInUp 0.8s ease-in-out;
}

.what-we-inc-box:hover {
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-language-course {
    background-color: #1e1e2f;
    padding: 4px;
    border-radius: 15px;
    text-align: center;
    margin: 15px 0;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    color: white;
}

.main-language-course:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

.main-language-course {
    overflow: hidden;
    position: relative;
}

.main-language-course img {
    width: 100%;
    height: 230px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    display: block;
}

.main-language-course:hover img {
    transform: scale(1.1);
}

.main-language-course .text {
    position: absolute;
    top: 195px;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    padding: 5px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.main-language-course .text a {
    color: #ffcc00;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    display: block;
    opacity: 0.9;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-language-course:hover .text a {
    color: white;
    opacity: 1;
}

.bg-all-course {
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
}

.std-12-title {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: center !important;
    display: inline-block;
}

.std-12-title::after {
    content: "";
    width: 80px;
    height: 5px;
    background: #fff;
    text-align: center !important;
    position: absolute;
    bottom: -8px;
    /* left: 50%;
    transform: translateX(-50%); */
    border-radius: 3px;
}

.std-12-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
}

.std-12-sec {
    padding: 15px;
    text-align: left;
}

.std-12-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    width: 280px;
    margin-bottom: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.std-12-box:hover {
    transform: scale(1.05);
    background: #eef2ff;
}

.std-12-round {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: #002147;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.std-12-text {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

/* Image Box Styling */
.std-12-img-box {
    border: 10px outset black;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out;
}

.std-12-img-box:hover {
    transform: scale(1.05);
}

.std-12-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.bounce {
    animation: bounce 1.2s infinite;
}

.course-section {
    background: url('./images/benar.jpg') center/cover;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.course-section::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: url('./images/—Pngtree—group\ of\ kids\ reading\ books_15341022.png') no-repeat center/contain;
    top: 10%;
    left: 5%;
    opacity: 1;
    animation: float 5s infinite ease-in-out alternate;
}

.course-section::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: url('./images/—Pngtree—shining\ bright\ light\ bulb_8539561.png') no-repeat center/contain;
    bottom: 10%;
    right: 5%;
    opacity: 1;
    animation: float 6s infinite ease-in-out alternate;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

.course-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.course-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
}

.course-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

@keyframes floatEffect {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-6px);
    }
}

.course-item:hover .course-number {
    background: white;
    color: #3f5efb;
    animation: floatEffect 0.6s infinite alternate ease-in-out;
}

.course-image img {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}

.course-image img:hover {
    transform: scale(1.05) rotate(-2deg);
}

.counter-section {
    text-align: center;
    color: white;
    padding-bottom: 50px;
}

.counter-box {
    background: white;
    padding: 40px 20px;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease-in-out forwards, bounce 1.5s infinite alternate ease-in-out;
}

.counter-box:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    background: #f8f9fa;
}

.counter-number {
    font-size: 55px;
    font-weight: 700;
    color: #0072ff;
    display: block;
    transition: color 0.3s ease-in-out;
}

.counter-box:hover .counter-number {
    color: #00c6ff;
}

.counter-text {
    font-size: 18px;
    font-weight: bold;
    color: #212529;
    margin-top: 5px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.counter-box:nth-child(1) {
    animation-delay: 0.7s;
}

.counter-box:nth-child(2) {
    animation-delay: 0.7s;
}

.counter-box:nth-child(3) {
    animation-delay: 0.7s;
}

.custom-link {
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease-in-out;
}

.custom-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #007BFF;
    transition: transform 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: right;
}

.custom-link:hover {
    color: #0056b3;
}

.custom-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.bg-icon-boxes {
    background: url(./images/—Pngtree—blue\ abstract\ background\ free\ png_1451506.png) center/cover no-repeat;
    filter: brightness(0.8) contrast(1.2);
    color: #222;
}

.bg-icon-boxes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.academy-training-section {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

.training-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.training-title {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c5364;
    text-decoration: none;
    transition: color 0.3s ease;
}

.training-title:hover {
    color: #007bff;
}

.placement-section {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: white;
}

.placement-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.placement-card {
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.placement-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.placement-card img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.placement-card h5 {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.it-training-section {
    background: #f0f8ff;
}

.main-head-h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.training-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.training-img-float {
    max-height: 320px;
    animation: floatDown 3s ease-in-out infinite;
}

@keyframes floatDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 767.98px) {
    .training-img-float {
        animation: none !important;
        transform: none !important;
    }
}

.faculty-it-section {
    background: linear-gradient(135deg, #0d0d2b, #1c1c3c);
}

.text-accent {
    color: #0dcaf0;
}

.border-accent {
    border-color: #0dcaf0 !important;
}

.bg-glass-blue {
    background: rgba(13, 202, 240, 0.1);
    border: 1px solid #0dcaf0;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

.bg-glass-purple {
    background: rgba(102, 16, 242, 0.1);
    border: 1px solid #6610f2;
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
}

.faculty-card-it:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px rgba(13, 202, 240, 0.3);
}

.faculty-card-it h4 {
    font-weight: 600;
    font-size: 1.3rem;
}

.faculty-card-it ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.job-placement-section {
    background: #f0f4ff;
}

.job-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.job-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.job-card h5 {
    margin-top: 10px;
    color: #01356f;
    font-weight: 600;
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(1, 53, 111, 0.2);
}

.pls-form-section {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    padding: 60px 0;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.pls-form-container {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.pls-form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fdd835;
}

.pls-form-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pls-form-file-visible {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
}

.pls-form-upload-button {
    background-color: #fdd835;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.pls-form-upload-button:hover {
    background-color: #c6a700;
    color: #fff;
}

.pls-form-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.pls-form-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    color: #ffffff;
}

@media (max-width: 768px) {

    .pls-form-info,
    .pls-form-form {
        margin-bottom: 30px;
    }

    .pls-form-input-group {
        flex-direction: column;
        align-items: stretch;
    }
}

.all-why-learn-section {
    background: linear-gradient(135deg, #004080, #0073e6);
    color: white;
}

.all-why-learn-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.all-why-learn-box:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.all-why-learn-section i.all-why-learn-icon {
    font-size: 1.1rem;
    color: #ffcc00;
}

.faqs-it-institute-section {
    background: linear-gradient(to right, #0d6efd, #6610f2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
}

.faqs-it-institute-box {
    background-color: #fff;
    color: #000;
    border-radius: 12px;
    padding: 40px;
    /* max-width: 900px; */
    margin: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.faqs-it-institute-accordion .accordion-button {
    background-color: #e7f0ff;
    color: #0d6efd;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 7px;
    transition: all 0.3s ease;
}

.faqs-it-institute-accordion .accordion-button:hover {
    background-color: #d0e5ff;
    /* transform: scale(1.02); */
}

.faqs-it-institute-accordion .accordion-button:not(.collapsed) {
    background-color: #c2dbff;
    color: #084298;
}

.faqs-it-institute-accordion .accordion-body {
    background-color: #f8f9fa;
    border-left: 3px solid #0d6efd;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faqs-it-institute-accordion .faqs-it-institute-item {
    margin-bottom: 15px;
    border: none;
}

.faqs-it-institute-accordion .accordion-body {
    background-color: #f8f9fa;
    border-left: 3px solid #0d6efd;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.accordion-collapse.show .accordion-body {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.php-download-btn {
    background-color: #ff6600;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
    display: inline-block;
    margin-top: 30px;
}

.php-download-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.training-box {
    background-color: #2c003e;
    padding: 20px;
    color: white;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.training-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.training-txt {
    font-size: 1.2rem;
}

.training-img {
    width: 180px;
    height: 140px;
}

.carouseltxt {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.course-img {
    height: 120px;
    width: 180px;
    object-fit: contain;
    margin: auto;
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

.item:hover .course-img {
    transform: scale(1.05);
}

.owl-carousel .item {
    background: #f9f9f9;
    padding: 20px 15px 30px 15px;
    margin-bottom: 40px;
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .item:hover {
    background: #fff;
    transform: translateY(-5px);
}

.owl-carousel .item {
    padding: 20px;
}

.bg-owl-carousel {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
}

.custom-nav-btn {
    background-color: #ff6600;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.image-frame {
    border: 6px solid #3498db;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    height: auto;
    background: #f0f8ff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-frame:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .res-display {
        display: none;
        visibility: none;
    }

    .faqs-it-institute-box {
        padding: 10px;
    }

    .image-frame {
        display: none;
        visibility: hidden;
    }

    .owl-carousel .item {
        margin-left: 0;
    }
}

.technology-frame-section {
    background: #f4f9ff;
}

.tech-frame-box {
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 transparent;
}

.tech-frame-box:hover {
    border-color: #0d6efd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}

.tech-frame-box img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.tech-frame-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.p-ud-sec-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.p-ud-sec-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.p-ud-sec-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mr-sec-2 {
    margin-right: 0.5rem;
}

.quicky-form-home-section {
    background: url('./images/testimonials-part.jpg') no-repeat center center/cover;
    position: relative;
    align-items: center;
    justify-content: center;
}

.quicky-form-home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.quicky-form-home-container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.quicky-form-home-container .form-control,
.quicky-form-home-container .form-select {
    border-radius: 10px;
}

.quicky-form-home-btn {
    background: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.quicky-form-home-btn:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .quicky-form-home-container .row>div {
        margin-bottom: 10px;
    }
}

.bg-sidebaar {
    background-color: #2C3E50;
    /* Professional Dark Blue */
    position: relative;
    overflow: hidden;
}

.bg-sidebaar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(rgba(241, 196, 15, 0.1) 2px, transparent 2px),
        radial-gradient(rgba(52, 152, 219, 0.1) 3px, transparent 3px),
        radial-gradient(rgba(155, 89, 182, 0.05) 1.5px, transparent 1.5px);
    background-size: 60px 60px, 100px 100px, 150px 150px, 80px 80px;
    background-position: 0 0, 20px 30px, 60px 20px, 40px 60px;
    z-index: 0;
    pointer-events: none;
}

.sidebaar-home-container {
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
    font-family: 'Segoe UI', sans-serif;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.sidebaar-home-sidebar {
    flex: 1 1 250px;
    max-width: 250px;
    padding: 20px;
    background-color: #34495E;
    /* Slightly lighter than main bg */
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebaar-home-sidebar h3 {
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.sidebaar-home-tab {
    cursor: pointer;
    padding: 12px 15px;
    margin: 10px 0;
    background-color: #5D6D7E;
    /* Neutral tab */
    border-left: 4px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebaar-home-tab:hover,
.sidebaar-home-tab.active {
    background-color: #2980B9;
    /* Highlight on active */
    border-left: 4px solid #F1C40F;
    /* Gold accent */
}

.sidebaar-home-tab span.arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sidebaar-home-tab.active span.arrow {
    opacity: 1;
}

.sidebaar-home-content {
    flex: 1 1 600px;
    padding: 20px;
    background-color: #ECF0F1;
    /* Light background for content */
    border-radius: 10px;
    margin-left: 20px;
    min-width: 300px;
    color: #2C3E50;
}

.sidebaar-home-tab-content {
    display: none;
    animation: fade 0.4s ease;
    flex-wrap: wrap;
    gap: 15px;
}

.sidebaar-home-tab-content.active {
    display: flex;
}

.sidebaar-home-text-image {
    flex: 1 1 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #AED6F1;
    /* Soft Blue card */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    min-width: 150px;
    text-decoration: none;
    color: #2C3E50;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebaar-home-text-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.sidebaar-home-text-image img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .sidebaar-home-text-image {
        flex: 1 1 100%;
        padding: 15px;
    }

    .sidebaar-home-container {
        flex-direction: column;
    }

    .sidebaar-home-sidebar {
        max-width: 500px;
    }

    .sidebaar-home-content {
        margin-left: 0;
        margin-top: 20px;
        width: 100% !important;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.seminar-section {
    background: url('https://images.unsplash.com/photo-1535223289827-42f1e9919769?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
    position: relative;
}

.seminar-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.seminar-box {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.seminar-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #004085;
    margin-bottom: 25px;
}

.seminar-detail {
    font-size: 1.15rem;
    margin: 15px 0;
    color: #333;
}

.seminar-detail i {
    color: #0d6efd;
    margin-right: 10px;
}

.btn-register {
    background-color: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-register:hover {
    background-color: #004085;
    text-decoration: none;
}

@media(max-width: 768px) {
    .seminar-box {
        padding: 25px;
    }

    .seminar-title {
        font-size: 1.7rem;
    }
}

.bg-trainer {
    background: url(./images/benar.jpg);
}

.trainer-card {
    position: relative;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.trainer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.trainer-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.3s ease;
}

.trainer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.trainer-card:hover .trainer-overlay {
    opacity: 1;
}

.trainer-social a {
    color: #fff;
    margin: 0 10px;
    font-size: 1.2rem;
    transition: 0.3s;
}

.trainer-social a:hover {
    color: #ffd700;
}

.trainer-info {
    padding: 20px;
    text-align: center;
}

.trainer-name {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.trainer-role {
    font-size: 0.9rem;
    color: #888;
}

.placement-tabs-section {
    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
}

.placement-tabs-section .nav-tabs {
    border-bottom: none !important;
    margin-bottom: 40px;
}

.placement-tabs-section .nav-tabs .nav-link {
    background-color: #fff;
    border: 2px solid #dee2e6;
    margin: 0 12px;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 0.4s ease-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.placement-tabs-section .nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.2);
}

.placement-tabs-section .nav-tabs .nav-link:hover {
    transform: scale(1.05);
    background-color: #f0f8ff;
    border-color: #0d6efd;
    color: black;
}

.tab-pane {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tab-pane.show.active {
    opacity: 1;
    transform: translateY(0);
}

.main-language-course,
.placement-tabs.card {
    opacity: 0;
    transform: translateY(60px);
    animation: fadeInUp 1s ease-out forwards;
}

.main-language-course:nth-child(1) {
    animation-delay: 0.2s;
}

.main-language-course:nth-child(2) {
    animation-delay: 0.4s;
}

.main-language-course:nth-child(3) {
    animation-delay: 0.6s;
}

.main-language-course:nth-child(4) {
    animation-delay: 0.8s;
}

.main-language-course:nth-child(5) {
    animation-delay: 1s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.placement-tabs.card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s ease-out, transform 0.4s ease;
}

@media (max-width: 767.98px) {
    .placement-tabs-section .nav-tabs .nav-link {
        margin-bottom: 10px;
        padding: 12px 25px;
        font-size: 1rem;
    }

    /* .placement-tabs-section .nav-tabs {
        flex-direction: column;
    } */

    .placement-tabs-section .tab-content {
        padding-top: 20px;
    }
}

.more-content {
    display: none;
}

.load-more-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 30px;
    margin-top: 50px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.load-more-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.load-more-btn:active {
    transform: scale(1);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    display: block;
    animation: fadeInUp 0.5s ease-out forwards;
}

@media (max-width: 767.98px) {
    .main-language-course {
        padding: 15px;
    }
}