/******************************************************************
Site Name: innopharmaeducation.com
Author: Inneall
Version: 1.1205
Stylesheet: Main Stylesheet
******************************************************************/

body {
    font-family: "Lato", sans-serif;
}

#header {
    position: sticky !important;
    z-index: 54;
    top: 0;
}

#header .overlay-header {
    position: sticky;
    top: 0px;
    background: white;
    z-index: 29;
}

body.home #header {
    position: relative !important;
}

body.page-template-page-springboard #header {
    position: relative !important;
}

body.home #header .overlay-header {
    position: fixed !important;
    right: 0;
    left: 0;
}

body.page-template-page-springboard #header .overlay-header {
    position: fixed !important;
    right: 0;
    left: 0;
}

body.page-template-page-training #header {
    position: relative !important;
}

body.page-template-page-training #header .overlay-header {
    position: fixed !important;
    right: 0;
    left: 0;
}

#header.light .overlay-header {
    background: white;
}

#header.dark .overlay-header {
    background: rgba(38, 41, 57, .79);
}

#header.blue .overlay-header {
    background: #5323d0;
}

#header.default .overlay-header {
    background: rgba(38, 41, 57, .79);
}

#header .container {
    max-width: 1400px !important;
}

#header.light::after {
    content: '';
    height: 1px;
    background-color: #d9d9d9;
    width: calc(100% - 50px);
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition-delay: .2s;
    transition-duration: .4s;
    position: absolute;
    left: 25px;
}

#menu-top-header li {
    padding: 0 32px;
    /* letter-spacing: 2px; */
    position: relative;
}

#menu-top-header li.last-menu-item {
    padding: 0 10px 0 32px;
    font-size: 16px;
}

#menu-top-header li a {
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 27px;
    transition: .3s ease;
    padding-top: 0px;
}

#header.light #menu-top-header li a {
    color: #262939;
}

#header.light #menu-top-header li a:hover {
    color: #ff666d;
}

#header.default #menu-top-header li a,
#header.dark #menu-top-header li a,
#header.blue #menu-top-header li a {
    color: #fff;
}

.nav-overflow {
    width: 90%;
}

#header.light #menu-top-header li a:hover,
#header.default #menu-top-header li a:hover,
#header.dark #menu-top-header li a:hover,
#header.blue #menu-top-header li a:hover {
    color: #ff666d;
}

#header .navbar .nav-overflow .navbar-brand {
    display: none;
}

#header.light .dropdown-toggle::after,
#header.dark .dropdown-toggle:hover::after,
#header.default .dropdown-toggle:hover::after,
#header .nav-overflow .dropdown-toggle:hover::after,
#header.blue .dropdown-toggle:hover::after {
    color: #ff666d;
}

#header.default .dropdown-toggle::after,
#header.dark .dropdown-toggle::after,
#header.blue .dropdown-toggle::after {
    color: #fff;
}

#header .navbar .nav-overflow .navbar-brand {
    display: none;
}

#header .navbar .navbar-brand img {
    width: 250px;
}

#header.default .navbar .navbar-brand img.dark,
#header.dark .navbar .navbar-brand img.dark,
#header.light .navbar .navbar-brand img.light,
#header.blue .navbar .navbar-brand img.dark {
    display: none;
}

#header.light .navbar .navbar-brand img.dark,
#header.dark .navbar .navbar-brand img.light,
#header.blue .navbar .navbar-brand img.light {
    display: block;
}

#menu-contact-header {
    margin-bottom: 17px !important;
}

.secondary-menu ul li {
    padding: 0 12px;
    font-size: 16px;
}

.secondary-menu ul li a {
    font-weight: 700;
}

#header.light .secondary-menu ul li a {
    color: #ff666d;
}

#header.light .secondary-menu ul li a:hover {
    color: #262939;
}

#header.default .secondary-menu ul li a,
#header.dark .secondary-menu ul li a,
#header.blue .secondary-menu ul li a {
    color: #fff;
}

#header.dark .secondary-menu ul li a:hover,
#header.blue .secondary-menu ul li a:hover {
    color: #ff666d;
}


#menu-top-header .dropdown::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #ff666d;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
    z-index: 1050;
}

#menu-top-header .dropdown:hover::after {
    width: 100%;
    left: 50%;
}

#menu-top-header li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 5px;
    background-color: #ff666d;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
    z-index: 1050;
}

#menu-top-header li:hover::after {
    width: 100%;
    left: 50%;
}

#menu-top-header li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #ff666d;
    transition: width 0.3s ease;
    z-index: 1050;
}

#menu-top-header li:hover::after {
    width: 100%;
}


#menu-top-header li .dropdown-menu {
    min-width: 800px;
    left: -400px;
    box-shadow: 3px 3px 10px lightgrey, -3px 3px 10px lightgrey, 0px 3px 10px lightgrey;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 20px 16px;
}

#menu-top-header .dropdown-menu li {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 3px;
}

#menu-top-header .dropdown-menu li::after {
    display: none;
}

#menu-top-header .dropdown-menu li a {
    display: block;
    padding: 8px 2px 8px 3px;
    white-space: normal !important;
    border: none;
    width: 100%;
    color: #262939 !important;
}

#menu-top-header .dropdown-menu li a:hover {
    color: #ff666d !important;
    background-color: transparent !important;
    border: none !important;
    padding: 8px 2px 8px 3px;
    margin: 0;
    box-shadow: none !important;
    border: none;
}

#menu-top-header .dropdown-menu .current-menu-item a {
    display: block;
    padding: 8px 2px 8px 3px;
    white-space: normal !important;
    border: none;
    width: 100%;
    color: #262939 !important;
    background-color: transparent;
}

#header .ctc-button {
    display: none;
}


.search-container-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.search-container {
    width: 0;
    overflow: hidden;
    transition: width 0.5s ease;
    position: absolute;
    right: 100%;
}

.search-field {
    width: 200px;
}

.show-search .search-container {
    width: 200px;
}

.search-button {
    margin-left: 10px;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
}

.search-button:hover {
    background-color: none;
    box-shadow: none;
    border: none;
}

.search-button:focus {
    background-color: none;
    box-shadow: none;
    border: none;
}

.light .search-button {
    margin-left: 10px;
    background-color: transparent;
    color: #ff666d;
    border: none;
    box-shadow: none;
}

.light .search-button:hover {
    background-color: none;
    box-shadow: none;
    border: none;
    color: #262939;
}

.light .search-button:focus {
    background-color: none;
    box-shadow: none;
    border: none;
    color: #262939;
}


/* Menu Mobile CSS */

@media (max-width: 767.98px) {
    .secondary-menu {
        display: none;
    }

    #header {
        position: relative;
    }

    #header .nav-overflow {
        display: block;
        background-color: #262939;
        width: 100%;
        position: absolute !important;
        z-index: 3000;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 100vh;
    }

    #header .navbar .nav-overflow .navbar-brand {
        display: block;
        padding: 20px 10px 10px 20px;
        max-width: 220px;
    }

    #header .nav-overflow .navbar-toggler .navbar-toggler-icon {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute !important;
        z-index: 3005;
        top: 15px;
        right: 75px;
        color: #fff;
        font-size: 52px;
    }

    #menu-top-header li {
        padding: 3px 12px;
    }

    #menu-top-header li a {
        padding: 3px 12px;
    }

    #menu-top-header li::after {
        display: none;
    }

    #menu-top-header li .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
        border: none;
        width: auto;
        padding: 5px;
        background-color: transparent;
        min-width: auto !important;
    }

    #menu-top-header li .dropdown-menu li a {
        padding: 0;
        opacity: 0.8;
    }

    #menu-top-header li .dropdown-menu li a:hover {
        padding: 0;
        opacity: 1;
        padding: 0;
    }

    #header #menu-top-header li a {
        color: #fff !important;
        text-align: center !important;
    }

    #header .nav-overflow .ctc-button {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3007;
        width: 100%;
        display: block;
    }

    #header .nav-overflow .ctc-button a {
        width: 100% !important;
        text-align: center;
        padding: 12px 28px;
        background-color: #ff666d;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
    }

    #menu-top-header li.dropdown:hover .dropdown-menu {
        display: none;
    }
}


#footer {
    background-color: #262939;
    overflow: hidden;
}

#footer .container {
    padding: 33px 5px;
}

#footer ul {
    list-style-type: none;
}

#footer .img-fluid.light {
    width: 250px;
}

#footer .textwidget.custom-html-widget {
    padding: 0px 0px 16px 32px;
}

#footer li {
    margin-bottom: 13px;
}

#footer li a {
    color: #fff !important;
    letter-spacing: 1.07px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}

#footer li a:hover,
.footer__link:hover {
    color: #ff666d !important;
}

.mb-4x {
    margin-bottom: 40px !important;
}

.footer__title {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2.34px;
    line-height: 1.4em;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer__link,
.footer__text {
    font-size: 13px;
    color: #949494;
    letter-spacing: 2.03px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

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

.mb-6x {
    margin-bottom: 60px !important;
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-inline {
    font-size: 0;
    list-style-type: none;
    margin-bottom: 0px;
}

#footer .list-inline li {
    margin-bottom: 0px;
}

.list--social li {
    padding: 8px 8px;
    display: inline-block;
    font-size: 16px;
}

.list--social li a {
    position: relative;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 28px;
    height: 28px;
    outline: 0 !important;
    text-decoration: none;
    text-align: center
}

.list--social li a em {
    position: absolute;
    top: 47%;
    left: 54%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #262939;
    font-size: 15px;
}

.list--social li a:hover {
    background-color: #ff666d !important;
}

.list--social li a:hover em {
    color: #fff !important;
}

#blog-single .blog-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

#post-content {
    padding-right: 20px;
}

#post-content .wp-element-caption {
    padding: 9px 19px 10px 19px;
    letter-spacing: .89px;
    font-size: 13px;
    color: #949494;
    text-transform: uppercase;
    background-color: #f6f9fa;
    left: 0;
    width: 100%;
    margin-top: -22px;
}

#post-content .post h1 {
    font-weight: 400;
}

#post-content h1,
#post-content h2,
#post-content h3 {
    line-height: 1.26em;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 23px;
}

#post-content p {
    line-height: 1.875em;
    font-size: 16px;
}

#post-content ol li {
    line-height: 1.55em;
}

#post-content a {
    outline: 0 !important;
    text-decoration: none;
    color: #ff666d;
    cursor: pointer;
    -webkit-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    -o-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
}

#post-content ul li:not(.splide__slide) a {
    outline: 0 !important;
    text-decoration: none;
    color: #5524d1 !important;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.8px;
}

#post-content a:hover {
    color: #0000FF;
}

#post-content ol li::marker {
    color: #5524d1;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    text-align: right;
    margin-left: -22px;
    margin-right: 3px;
}

#post-content img {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

/* Post Sidebar */
#post-sidebar {
    padding: 0 20px;
}

#post-sidebar .sbbox {
    padding: 0 12px 32px 12px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d9d9d9;
}

#post-sidebar .sbbox h5 {
    padding-bottom: 12px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #5524d1;
    font-weight: bold;
    letter-spacing: 1.4px;
}

#post-sidebar .sbbox h4 {
    padding-bottom: 12px;
    font-size: 26px;
    text-transform: capitalize;
    color: #ff666d;
}

#post-sidebar .sbbox h3 {
    padding-bottom: 22px;
    font-size: 26px;
    text-transform: capitalize;
    color: #262939;
}

#post-sidebar .sbbox p {
    padding-bottom: 22px;
    font-size: 18px;
    color: #262939;
}

#post-sidebar .sbbox p a {
    text-decoration: none;
    color: #ff666d;
    transition: ease-in-out 0.3s;
}

#post-sidebar .sbbox p a:hover {
    text-decoration: none;
    color: #5524d1;
}

#post-sidebar .sbbox .sb-feed {
    margin-bottom: 20px;
}

#post-sidebar .sbbox .sb-feed h6 {
    font-size: 18px;
    color: #262939;
    padding-bottom: 16px;
}

#post-sidebar .sbbox .sb-feed p a {
    font-size: 18px;
    color: #5524d1;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-weight: bold;
    transition: ease-in-out 0.3s;
}

#post-sidebar .sbbox .sb-feed p a:hover {
    letter-spacing: 1px;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1365px;
    padding: 0 15px;
}

.logo-slider.edupartners {
    display: flex;
}

.edupartners .logos {
    text-align: center;
    padding-bottom: 28px;
}

.edupartners .logos h3 {
    font-size: 32px;
    color: #ff666d;
    padding-bottom: 28px;
}

.logo-slider .match-height img {
    max-height: 77px;
    width: auto;
    object-fit: contain;
}

.logo-slider * {
    outline: 0;
}


.sb__subtitle {
    color: #ff666d;
    font-weight: 400;
}

.section {
    padding: 20px 0;
}

.bgc-primary {
    background-color: #ff666d;
}

.color-white {
    color: #fff !important;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    width: 6840px;
    transform: translate3d(-1824px, 0px, 0px);
    transition: transform 2500ms linear 0s;
}

/*Logo carousel*/
#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap {
    display: block;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    height: 100px;
    width: 168px;
    line-height: 100px;
    text-align: center;
    align-content: center;
    padding: 0 15px;
}

#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-height: 70px;
    margin: auto;
    -webkit-transition: 0 linear left;
    -moz-transition: 0 linear left;
    transition: 0 linear left;
    max-width: 140px;
}

.aside__subtitle {
    font-size: 26px;
    text-transform: capitalize;
    color: #ff666d;
    margin-bottom: 2px;
}

.aside__text {
    font-size: 18px;
    line-height: 1.72em;
}

.color-ter {
    color: #262939 !important;
}

.link--sec {
    color: #5524d1 !important;
    text-transform: uppercase;
    letter-spacing: 1.85px;
    text-decoration: none;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
    font-weight: 700;
}

.link--sec i {
    font-size: large;
}

.pb-2x {
    padding-bottom: 20px;
}

.sb__subtitle {
    color: #ff666d;
}

.btn--primary {
    background-color: #ff666d !important;
    color: #fff !important;
}

.btn--primary:hover {
    background-color: #000000 !important;
}

.pr-1x {
    padding-right: 10px;
}

.bg-clr-4 {
    background-color: #F2F2F2;
}

.aside__subtitle,
.aside__text {
    padding-left: 2rem;
    padding-right: 2rem;
}

.standard-inner div {
    margin-bottom: 31px;
}

.p-36 {
    padding-bottom: 36px;
}

.rounded-circle img {
    border-radius: 50% !important;
}

.page-title-container {
    background-color: #5323D0;
}

.page-title-container .container {
    padding: 80px 0px 40px 20px;
}

.page-title-container .container h2 {
    color: #fff;
    text-transform: uppercase;

}

.pattern_background.sf_cols {
    background-color: #fff !important;
    background-image: url(../jpg/mask-group-5.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
}

.sf_cols {
    zoom: 1;
}

div.sf_cols {
    padding: initial;
    margin: initial;
}

.standard-inner-custom img {
    position: relative;
    display: block;
    margin-bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: auto;
}

.pt-4x {
    padding-top: 40px;
}

.imgBlog {
    margin-bottom: 31px;
}

.imgBlog .wp-post-image {
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
}

.mb-1x {
    margin-bottom: 10px !important;
}

.card__title,
.card__title--md {
    line-height: 1.45em;
    font-size: 20px;
    margin-bottom: 8px;
}

.standard-inner-custom a {
    outline: 0 !important;
    text-decoration: none;
    color: #ff666d;
    cursor: pointer;
    -webkit-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    -o-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
}

.standard-inner-custom a:visited,
.standard-inner-custom a:hover {
    color: #ff666d;
}

.card__text {
    line-height: 1.75em;
    margin-bottom: 25px;
}

.contactForm input,
.contactForm textarea {
    width: 100% !important;
    width: 100%;
    border: 1px solid #979797;
    font-size: 16px;
    padding: 12px 22px;
    margin-bottom: 27px;
}

.contactForm textarea {
    height: 150px !important;
}

.contactForm input::-webkit-outer-spin-button,
.contactForm input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contactForm .radio input {
    width: unset !important;
}

.contactForm .radio .wpcf7-list-item {
    display: block !important;
}

.contactForm .submit input {
    width: unset !important;
    padding: 5px 50px;
    background-color: #5524d1;
    color: #fff;
    border: 0;
}

.contactForm .submit input:hover {
    background-color: #ff666d;
}

.contactForm span {
    text-transform: uppercase;
    font-weight: 700;
    color: #262939;
    font-size: 15px;
    letter-spacing: .08em;
    cursor: default;
}

.enqure {
    color: #5524d1;
    font-size: 19px !important;
    letter-spacing: 1.14px;
    font-weight: 700;
}


/* Carousel CSS */

#carouselBg .carousel-item {
    height: 60vh;
    min-height: 500px;
    /* Default height for smaller screens */
}

@media (min-width: 768px) {

    #carouselBg .logo-slider {
        position: static;
        left: auto;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    #carouselBg .logo-slider .match-height {
        height: auto;
    }

    .standard-inner-custom img {
        left: 0;
        width: auto;
        height: auto;
    }

    .card__title,
    .card__title--md {
        font-size: 24px;
        margin-bottom: 11px;
    }

    #post-content.contactForm h1 {
        font-size: 32px !important;
    }
}

#carouselBg .carousel-item img {
    height: 100%;
    object-fit: cover;
}

#carouselBg .carousel-control-prev,
#carouselBg .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#carouselBg .carousel-control-prev {
    left: 5%;
}

#carouselBg .carousel-control-next {
    right: 5%;
}

#carouselBg .carousel-control-prev i,
#carouselBg .carousel-control-next i {
    font-size: 1.5rem;
    color: #5524d1;
}

#carouselBg .carousel-caption {
    text-align: left;
    height: 100%;
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition-duration: 0.2s;
    transition-delay: 0s;
    bottom: 20px;
    top: 20px;
    padding: 0;
}

@media (max-width: 768px) {
    #carouselBg .carousel-caption {
        top: 90px;
    }
}

#carouselBg .carousel-caption .caption-content {
    background-color: white;
    padding: 20px;
    position: relative;
    width: 50%;
}

@media (max-width: 1268px) {
    #carouselBg .carousel-caption .caption-content {
        width: 60%;
    }
}

@media (max-width: 980px) {
    #carouselBg .carousel-caption .caption-content {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #carouselBg .carousel-caption {
        height: auto;
        bottom: 15%;
        width: 100%;
    }

}

@media (max-width: 468px) {
    #carouselBg .carousel-caption {
        height: auto;
        bottom: 30px;
    }
}


#carouselBg .carousel-caption .caption-content h1,
#carouselBg .carousel-caption .caption-content h2,
#carouselBg .carousel-caption .caption-content h3,
#carouselBg .carousel-caption .caption-content h4,
#carouselBg .carousel-caption .caption-content h5,
#carouselBg .carousel-caption .caption-content h6 {
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}

#carouselBg .carousel-caption .caption-content h1 {
    font-size: 32px;
}

#carouselBg .carousel-caption .caption-content h2 {
    font-size: 28px;
}

#carouselBg .carousel-caption .caption-content h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #carouselBg .carousel-caption .caption-content h3 {
        font-size: 16px;
    }
}

#carouselBg .carousel-caption .caption-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

#carouselBg .carousel-caption .caption-content h5 {
    font-size: 18px;
}

#carouselBg .carousel-caption .caption-content h6 {
    font-size: 16px;
}

#carouselBg .carousel-caption .caption-content p {
    font-size: 17px;
    line-height: 1.6em;
    color: #333;
}

@media (max-width: 768px) {
    #carouselBg .carousel-caption .caption-content p {
        font-size: 13px;
    }
}

#carouselBg .carousel-caption .slider-action-button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ff666d;
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    transform: translateY(100%);
    font-size: 20px;
    text-decoration: none;
}

#carouselBg .carousel-caption .slider-action-button:hover {
    background: #000;
}

@media (min-width:1020px) {
    #carouselBg .banner-title--alt {
        padding-right: 350px
    }
}


.wavy-dots {
    padding-top: 40px;
    background: url(../jpg/mask-group-5.jpg) repeat;
    margin-bottom: 40px;
}

.wavy-dots h3 span {
    background: #fff;
    padding: 12px 20px 20px 20px;
}


.innopharma-graduates-slider {
    padding: 60px 0 100px 0;
}

.graduates-slide .innopharma-graduates-slider {
    padding: 0px 0 92px 0 !important;
}

.wavy-dots .innopharma-graduates-slider {
    padding-bottom: 40px !important;
    margin-bottom: 60px;
}

.wavy-dots .slick-prev,
.wavy-dots .slick-next {
    bottom: -70px;
}

.innopharma-graduates-slider .carousel-control-prev {
    left: 5%;
}

.innopharma-graduates-slider .carousel-control-next {
    right: 5%;
}

.innopharma-graduates-slider .slick-slide,
.innopharma-graduates-slider .splide__slide  {
    text-align: center;
    width: 50vw;
    margin: 0 auto;
    height: 320px;
}

.innopharma-graduates-slider .slick-slide video,
.innopharma-graduates-slider .splide__slide  video {
    height: 320px;
}

.innopharma-graduates-slider .slick-slide .quote,
.innopharma-graduates-slider .splide__slide .quote {
    height: 320px;
    max-width: 600px;
    background: #ff666d;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 50px 20px;
}

.innopharma-graduates-slider .slick-slide .quote::before,
.innopharma-graduates-slider .splide__slide .quote::before {
    content: "“";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120px;
    line-height: 80px;
    position: absolute;
    top: 25px;
    left: 30px;
}

.innopharma-graduates-slider .slick-slide .quote::after,
.innopharma-graduates-slider .splide__slide .quote::after {
    content: "”";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120px;
    line-height: 80px;
    position: absolute;
    bottom: -35px;
    right: 30px;
}

.innopharma-graduates-slider .slick-slide .quote .quotetext,
.innopharma-graduates-slider .splide__slide .quote .quotetext {
    font-size: 24px;
    line-height: 1.625em;
    margin-bottom: 20px;
    padding: 0 15px;
}

.innopharma-graduates-slider .slick-slide .quote .subquote,
.innopharma-graduates-slider .splide__slide .quote .subquote {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
}

.innopharma-graduates-slider .splide__arrow{
    top: calc(100% - 55px);
    background: none;
    opacity: 1;
}

.innopharma-graduates-slider button.splide__arrow:before {
    font-size: 1.5rem;
    line-height: 1;
    opacity: .75;
    color: #5524d1;
    -webkit-font-smoothing: antialiased;
}
.innopharma-graduates-slider button.splide__arrow svg{
    visibility: hidden;
}
.innopharma-graduates-slider button.splide__arrow.splide__arrow--prev:before{
    content: '←';
}
.innopharma-graduates-slider button.splide__arrow.splide__arrow--next:before{
    content: '→';
}
@media (max-width:780px) {
    .innopharma-graduates-slider .slick-slide video,
        .innopharma-graduates-slider .splide__slide video {
        width: 350px;
    }

    .innopharma-graduates-slider .slick-slide .quote .quotetext,
    .innopharma-graduates-slider .splide__slide .quote .quotetext {
        font-size: 16px;
    }
}

h3.section-title {
    color: #ff666d;
    text-align: center;
    font-size: 32px;
    padding-bottom: 30px;
}

.header-course-search {
    background: #5323d0;
    padding: 107px 20px 82px;
    color: #fff;
}

.header-course-search h1 {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 50%;
    margin-bottom: 40px;
    background: url(../png/dots.png) no-repeat 80% 0;
}

.header-course-search p {
    font-size: 20px;
    padding-right: 50%;
    padding-bottom: 30px;
}

@media (max-width:992px) {
    .header-course-search h1 {
        background: none;
        padding-right: 0;
    }

    .header-course-search p {
        padding-right: 20%;
    }
}

.header-course-search .dropdown {
    display: inline-block;
}

.header-course-search .dropdown button {
    background: #fff;
    color: #222;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: bold;
    min-width: 180px;
    max-width: 100%;
    width: 100%;
    text-align: left;
    position: relative;
}

.header-course-search .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 30px;
}

.header-search-filter .dropdown-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    margin: 0 0 0 7px;
}

.header-search-filter .dropdown-item input[type="checkbox"]::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(10% 45%, 20% 35%, 40% 55%, 80% 15%, 90% 25%, 40% 75%, 10% 55%);
    transform: scale(0);
    background-color: #5323d0;
}

.header-search-filter .dropdown-item input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.header-search-filter .btn-primary {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 20px;
    color: #fff;
    -webkit-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    -o-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
    text-transform: uppercase;
    letter-spacing: 1.85px;
    font-size: 15px;
    background-color: #ff666d;
    border-radius: 0;
}

@media (max-width:992px) {
    .header-search-filter .btn-primary {
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .course-filter-dropdown {
        margin: 10px 0;
        padding: 0;
    }

    .course-filter-form {
        width: 100%;
    }

    .header-course-search .dropdown button {
        min-width: 195px;
        max-width: 232px;
        width: 232px;
    }

    .filter-search {
        margin-right: 23px;
    }

    .filter-label {
        display: block;
        width: 100%;
    }
}

.header-search-filter .dropdown-menu {
    padding: 0;
    left: 0;
    border-radius: 0;
    min-width: auto;
    min-width: 180px;
}

.header-search-filter .dropdown-menu li {
    border-bottom: 1px solid #d9d9d9;
    letter-spacing: .47px;
    font-size: 16px;
}

.header-search-filter .dropdown-menu li label {
    color: #a7a7a7 !important;
    padding: .5rem 1rem;
}

.header-search-filter .dropdown-menu label.dropdown-item {
    display: flex;
    justify-content: space-between;
}

.course-overview-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.course-description h1 {
    font-size: 28px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 28px 0;
    color: #262939;
}

.course-description p {
    font-size: 20px;
    line-height: 1.8em;
    color: #262939;
}

@media (max-width: 991.98px) {
    .course-description h1 {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}

.course-video video {
    width: 100%;
}

.courses-offer {
    width: 100%;
    padding: 30px 0;
}

.headline {
    color: #ff666d;
    font-size: 32px;
    padding-bottom: 32px;
}

#carouselCourses {
    margin-bottom: 60px;
}

#carouselCourses .carousel-inner {
    padding: 1em;
}

#carouselCourses .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}

#carouselCourses .card-body {
    background-color: #262939;
    min-height: 250px;
    color: #fff;
}

#carouselCourses .slick-next {
    top: 45%;
    right: -15px;
    border: solid #5524d1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-45deg);
    font-size: 0;
    content: '';
    width: 15px;
    height: 15px;
}
#carouselCourses .slick-prev {
    top: 45%;
    left: -15px;
    border: solid #5524d1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(135deg);
    font-size: 0;
    content: '';
    width: 15px;
    height: 15px;
}

#carouselCourses .slick-next::before,
#carouselCourses .slick-prev::before {
    content: '';
}

@media (min-width: 768px) {
    #carouselCourses .carousel-item {
        margin-right: 0;
        display: block;
    }

    #carouselCourses .carousel-inner {
        display: flex;
    }
}
@media (max-width: 992px) {
    #carouselCourses .carousel-item {
        display: block !important;
    }
}

#carouselCourses .card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carouselCourses .card img {
    max-height: 100%;
}

@media (max-width: 767px) {
    #carouselCourses .card .img-wrapper {
        height: 17em;
    }
}

a.course-overview-button {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 20px 20px 20px 16px;
    color: #fff;
    -webkit-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    -o-transition: all .2s cubic-bezier(.25, .1, .25, 1);
    transition: all .2s cubic-bezier(.25, .1, .25, 1);
    text-transform: uppercase;
    letter-spacing: 1.85px;
    font-size: 15px;
    background-color: #ff666d;
    margin-bottom: 40px;
    text-decoration: none;
}

a.course-overview-button:hover {
    background-color: #000;
}

.count-up-stats {
    background-color: #262939;
    color: #fff;
    margin-bottom: 40px;
}

.count-up-stats .counter {
    border-left: 1px solid #fff;
    margin: 40px auto;
    padding: 0 25px;
}

.count-up-stats .end {
    border-right: 1px solid #fff;
}

.count-up-stats h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.count-up-stats h3 span {
    color: #fff;
    text-transform: none;
    font-size: 38px;
}


.dropdown-item input[type="checkbox"] {
    margin-right: 10px;
}

.dropdown-item {
    display: flex;
    align-items: center;
}

/* Research Page Template CSS */

.intro {
    background: linear-gradient(to right, #374ea2 0, #77429a 20%, #5b75b5 61%, #2bb0d4 100%);
    padding-top: 5px;
}

.intro-wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: top center;
    position: relative;
    overflow: hidden;
}

.research-bg-image {
    z-index: 1;
    position: absolute;
    width: 100%;
}

.research-bg-image img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -10px;
    height: 540px;
    object-fit: cover;
    object-position: 50% 0;
    /* filter: blur(2px) brightness(40%); */
    filter: brightness(40%);
}

.training-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 41, 57, .79);
}

.training-bg-image img {
    display: block;
    width: 120%;
    height: 70%;
    left: -20%;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    z-index: 0;
}

.intro-overlay {
    background: rgba(77, 77, 79, .6);
    padding: 6% 0 8% 0;
    position: relative;
    z-index: 2;
}

.intro h1 {
    font-size: 34px;
    color: #fff;
    padding-bottom: 24px;
    text-align: center;
}

.intro p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 34px;
    text-align: center;
    font-weight: bold;
}

/* Research Page Template - Research 4 Boxes */

.research-type {
    padding: 36px 0;
}

.research-type .type-box {
    margin-bottom: 24px;
}

.research-type .type-box .inner-type {
    padding: 18px;
    background-color: #262939;
    height: 100%;
    position: relative !important;
    display: block;
}

.research-type .type-box .inner-type h3 {
    min-height: 95px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 28px;
}

.research-type .type-box .inner-type p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 18px;
}

.research-type .type-box .inner-link {
    position: absolute !important;
    bottom: -44px;
    right: 18px;
}

.research-type .type-box .inner-link a {
    background-color: #5524d1;
    padding: 12px 18px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.research-type .type-box .inner-link a:hover {
    background-color: #ff666d;
}

/* Research Page Template - Headline Full Widht */
.headline-full {
    padding: 18px 0;
    background-color: #efefef;
}

.headline-full h3 {
    text-align: center;
    color: #72246c;
    font-size: 32px;
    font-weight: 700;
}

/* Research Page Template - Research Paper */
.research-paper {
    padding: 36px 0;
}

.research-paper h3 {
    color: #72246c;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    min-height: 164px;
}

.research-paper p {
    font-size: 16px;
    padding-bottom: 22px;
    color: #333;
}

.research-paper p a {
    color: #ff666d;
    text-decoration: none;
}

.research-paper p a:hover {
    color: #262939;
}

/* Recent Post Feed */

/* ----- Recent Articles CSS Home Page ----- */

#blog-feed {
    padding: 0 0 30px 0;
    background-color: #fff;
    overflow: hidden;
}

#blog-feed .recent-posts {
    padding: 20px 0;
}

#blog-feed .recent-posts .feed {
    padding: 0 15px 20px 15px;
}

#blog-feed .recent-posts .feed .post-thumb {
    margin-bottom: 18px;
    height: 240px;
    width: 100%;
}

#blog-feed .recent-posts .feed .post-thumb img {
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
    display: block !important;
}

#blog-feed .recent-posts .post-info {
    text-transform: uppercase;
}

#blog-feed .recent-posts .post-info .posted {
    font-size: 16px;
    color: #949494;
    text-align: end;
    font-weight: bold;
}

#blog-feed .recent-posts .post-ex h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #262939;
    text-decoration: none;
    padding: 0;
    /* min-height: 86px; */
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
   -webkit-box-orient: vertical;
   color: #ff666d;
   overflow: hidden;
}

#blog-feed .recent-posts .post-ex h3 a {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ff666d;
    text-decoration: none;
    padding: 0;
}

#blog-feed .recent-posts .post-ex h3 a:hover {
    color: #5524d1
}

#blog-feed .recent-posts .post-ex .tags {
    color: #5524d1;
    padding: 4px 8px;
    border: 1px solid #5524d1;
    border-radius: 7px;
    text-transform: capitalize;
    margin: 3px;
    display: inline-block;
}

#blog-feed .recent-posts .post-ex p {
    font-size: 16px;
    margin-bottom: 18px;
    color: #262939;
}

#blog-feed .recent-posts .post-ex p a {
    text-decoration: none;
    color: #5524d1;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #5524d1;
    width: 100%;
    padding: 8px 0;
    display: block;
    transition: ease-in-out 0.3s;
}

#blog-feed .recent-posts .post-ex p a:hover {
    letter-spacing: 0.3em;
}

#blog-feed .recent-posts .side-posts .feed {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}


@media only screen and (max-width: 812px) {
    #blog-feed .recent-posts .post-info .posted {
        text-align: start;
    }
}

/* ----- Research Page - Masters Slider CSS ----- */
#master-slider {
    padding: 60px 0 40px 0;
    background-color: #efefef;
}

#carouselCourses {
    display: block;
}

#carouselCourses .carousel-inner {
    padding: 0 0 24px 0;
}

#carouselCourses .carousel-inner .card {
    min-height: 326px;
    position: relative;
    overflow: visible;
}

.international-students-carosuel #carouselCourses .carousel-inner .card{
    min-height: 390px;
}

#carouselCourses .carousel-inner .card-body {
    padding: 20px;
}

#carouselCourses .carousel-inner .card-body h3 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    font-weight: 400;
}

#carouselCourses .carousel-inner .card-body p {
    font-size: 16px;
    color: #fff;
}

#carouselCourses .carousel-inner .card-body .more {
    font-size: 18px;
    color: #fff;
    padding: 12px 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #5524d1;
    transition: all 0.3s;
    position: absolute;
    right: 20px;
    bottom: -24px;
    z-index: 23;
    display: block;
    letter-spacing: 0.5px;
}

#carouselCourses .carousel-inner .card-body .more:hover {
    background-color: #ff666d;
}

.course-background-cover {
    position: relative;
}

#course-content {
    padding-top: 200px;
    position: relative;
    background: rgba(38, 41, 57, .79);
}

.course-background-cover {
    background-repeat: no-repeat;
    background-color: #262939;
    background-size: cover;
}

.course-content1 {
    padding-top: 120px !important;
}

.course-content2 {
    padding-top: 100px !important;
    position: relative;
    background-color: none !important;
    background: transparent !important;
}

#course-content .grey-bcg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    background-color: #262939;
    height: 211px;
    width: 100%;
}

#course-content .course-align {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


#course-content .course-intro h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}

#course-content .course-intro p.course-desc {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 25px;
}

#course-content .course-intro p.course-call {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}

#course-content .course-intro p.course-call a {
    color: #fff;
    text-decoration: none;
    transition: ease-in-out .5s;
    border: 1px solid #fff;
    padding: 10px 30px;
}

#course-content .course-intro p.course-call a:hover {
    color: #ff666d;
    border-color: #ff666d;
}

#course-content .course-small-info {
    z-index: 2;
}

#course-content .course-small-info ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

#course-content .course-small-info li {
    list-style: none;
    color: #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    width: 25%;
    height: 90px;
    text-align: center;
    font-size: 12px;
    padding: 0 4px;
}

#course-content .course-small-info li span {
    font-size: 12px;
    font-weight: bold;
}

#course-content .course-small-info li:last-child {
    border: none;
    margin-right: 0;
    padding-right: 0;
}

#course-content .course-small-info li i {
    font-size: 2rem;
    margin-top: -20px;
    display: inline-block;
}

#course-content .course-form {
    z-index: 2;
}

#course-content .form-to-be-added {
    background-color: #fff;
    padding: 28px 28px 0 28px;
    display: inline-block;
    width: 100%;
}

#course-content .form-to-be-added .headline {
    padding-bottom: 20px;
}

#course-content .form-to-be-added .headline h3 {
    padding-bottom: 12px;
    color: #5524d1;
    font-size: 22px !important;
    letter-spacing: 1.14px;
    font-weight: bold;
    text-transform: uppercase;
}

#course-content .form-to-be-added .headline p {
    color: #ff666d;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
}

#course-content .form-to-be-added p {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.89px;
    color: #262939;
    margin-bottom: 14px;
}

#course-content .form-to-be-added p span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.89px;
    color: #262939;
    margin-bottom: 8px;
}

#course-content .form-to-be-added p input {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 8px;
    border: 1px solid #979797
}

#course-content .form-to-be-added p select {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 8px;
    border: 1px solid #979797;
    border-radius: 0;
    color: #979797;
}

#course-content .form-to-be-added p textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 8px;
    border: 1px solid #979797;
    border-radius: 0;
    color: #979797;
    max-height: 100px;
}

#contact-constent {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: auto;
}

#contact-constent label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

#contact-constent .wpcf7-list-item {
    margin-right: 10px;
}

#contact-constent input[type="radio"] {
    margin-top: -8px;
}

#course-content .form-to-be-added .wpcf7-submit {
    display: block;
    font-size: 20px;
    width: auto;
    padding: 18px 32px;
    color: #fff;
    background-color: #5524d1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: ease-in-out 0.5s;
    border: none;
    border-radius: 0;
    height: auto;
}

#course-content .form-to-be-added .wpcf7-submit:hover {
    background-color: #ff666d;
}

.form-to-be-added .wpforms-container{
    margin-top: 0!important;
}

.wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content:first-child {
    padding-top: 0!important;
}

.course-more-info {
    background: url(../svg/maskgroup5.svg) repeat-x;
    padding-top: 100px;
    overflow: hidden;
}

.course-more-info .course-inner {
    width: 100%;
    background: linear-gradient(to right, #262939 70%, transparent 70%);
}

@media (max-width: 767.98px) {
    .course-more-info .course-inner {
        width: 100%;
        background-color: #262939;
    }
}

.course-more-info .course-more-info-list {
    position: relative;
    z-index: 1000;
    padding: 80px 20px;
    color: #fff;
    z-index: 1;
}

.course-more-info .course-more-info-list h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    margin-bottom: 35px;
}

.course-more-info .course-more-info-list li {
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}

.course-more-info .course-more-info-list li a {
    text-decoration: none;
    color: #ff666d;
}

.course-more-info .course-more-info-list li a:hover {
    color: #0000FF;
}

.course-more-info .course-more-info-list li::before {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
}

.course-more-info .course-more-info-image {
    padding: 20px;
}

/* Post content */

#post-content .post {
    padding-bottom: 20px;
}

#post-content .post h1 {
    padding-bottom: 20px;
    font-size: 44px;
    color: #262939;
    margin: 0;
}

#post-content .post h2 {
    padding-bottom: 20px;
    font-size: 38px;
    color: #262939;
    margin: 0;
}

#post-content .post h3 {
    padding-bottom: 20px;
    font-size: 32px;
    color: #262939;
    margin: 0;
}

#post-content .post h4 {
    padding-bottom: 20px;
    font-size: 22px;
    color: #262939;
    margin: 0;
}

#post-content .post h5 {
    padding-bottom: 20px;
    font-size: 22px;
    color: #262939;
    margin: 0;
}

#post-content .post h6 {
    padding-bottom: 10px;
    font-size: 24px;
    color: #5323D0;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin: 0;
}

#post-content .post p {
    font-size: 16px;
    color: #262939;
    padding-bottom: 18px;
    margin: 0;
}

#post-content .post p a {
    text-decoration: none;
    color: #ff666d;
}

#post-content .post ul:not(.splide__slide) {
    padding-bottom: 20px;
    padding-left: 20px;
    list-style-type: none;
}

#post-content .post ul li:not(.splide__slide) {
    font-size: 16px;
    color: #262939;
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
}

#post-content .post ul li a:not(.splide__slide) {
    text-decoration: none;
    color: #ff666d;
}

#post-content .post ul.redlink li a {
    text-decoration: none;
    color: #ff666d !important;
    text-transform: none;
    font-size: 16px;
}

#post-content .post ul li a:hover {
    color: #5323D0;
}

#post-content .post ul li:not(.splide__slide)::before {
    content: "\A";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5524d1;
    display: inline-block;
    left: -12px;
    top: 6px;
    position: absolute;
}

#post-content .post ol {
    padding-bottom: 20px;
    padding-left: 22px;
    list-style-type: none;
}

#post-content .post ol li {
    font-size: 16px;
    color: #262939;
    margin-bottom: 16px;
    padding-left: 16px;
    position: relative;
}

#post-content .post ol li::before {
    content: "\A";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #5524d1;
    display: inline-block;
    left: -12px;
    top: 6px;
    position: absolute;
}

#post-content .post ol li a {
    text-decoration: none;
    color: #ff666d;
}

#post-content .post ol li a:hover {
    color: #5323D0;
}

.single-format-standard #post-content ul li a {
    text-transform: initial;
    letter-spacing: normal;
    font-size: inherit;
    color: #ff666d !important;
}

#post-content .post img {
    margin-bottom: 22px;
}

#post-content .post .wp-block-quote {
    background-color: #ff666d;
    padding: 20px;
    font-size: 24px;
    color: #fff;
    font-style: italic;
}

#post-content .post .wp-block-quote p {
    font-size: 24px;
    color: #fff;
}

#post-content .post .wp-block-quote:before {
    color: #fff;
    content: "\201C";
    font-family: 'bootstrap-icons';
    ;
    font-size: 68px;
    font-weight: bold;
}

#post-content .filter-posts {
    margin-bottom: 32px;
}

#post-content .filter-posts .filter-button {
    margin: 0 5px 5px 0;
    padding: 2px 16px;
    border-radius: 25px;
    color: #ff666d;
    border: 1px solid #ff666d;
    ;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fff;
    font-size: 16px;
}

#post-content .filter-posts .filter-button:focus {
    background-color: #ff666d;
    color: #ffffff;
}

#post-content .filter-posts .filter-button:active {
    background-color: #ff666d;
    color: #ffffff;
}

.inner-post .post-image {
    margin-bottom: 20px;
    overflow: hidden;
    margin-bottom: 12px;
    display: block;
}

.inner-post .post-image img {
    object-fit: cover !important;
    /* height: 100% !important; */
    width: 100%;
}

.post-feed .inner-post {
    height: 100%;
    overflow: hidden;
}

.inner-post .post-info-row {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-post .post-info-row p {
    padding-bottom: 0;
    margin: 0 !important;
    display: block;
}

.inner-post .cat p {
    color: #5524d1;
    letter-spacing: 2.15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4rem;
    padding: 0 !important;
    margin: 0 !important;
}

.feed .cat p {
    color: #5524d1;
    letter-spacing: 2.15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4rem;
    padding: 0 !important;
    margin: 0 !important;
}

.feed .more {
    padding-top: 28px;
}


.inner-post .posted p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #949494;
    line-height: 1.4rem;
}

.post-text .tags {
    color: #5524d1;
    padding: 4px 8px;
    border: 1px solid #5524d1;
    border-radius: 7px;
    text-transform: capitalize;
    margin: 3px;
    display: inline-block;
}

.post-text .entry-title {
    min-height: 105px;
    font-size: 24px !important;
    margin-bottom: 10px;
}

.post-text .entry-title a {
    text-decoration: none;
    color: #ff666d;
}

.post-text .more {
    padding: 28px 0 8px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #5323D0;
    font-size: 22px;
    font-weight: 900;
}

.post-text .more a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #5524d1 !important;
    transition: all 0.3s;
}

.post-text .more a:hover {
    letter-spacing: 2.8px;
}

.post-navigation {
    padding: 20px 0;
}

.post-navigation span {
    margin: 3px;
    display: inline-block;
    padding: 6px 14px;
    font-size: 20px;
    background-color: #5524d1;
    color: #fff;
}

.post-navigation a {
    padding: 6px 14px;
    font-size: 20px;
    background-color: #ff666d;
    color: #fff !important;
    text-decoration: none;
}

.post-navigation a:hover {
    background-color: #5524d1;
    color: #fff;
}

.inner-post .tags p span {
    padding: 2px 6px;
    border-radius: 25px;
    color: #5524d1 !important;
    border: 1px solid #5524d1;
    font-weight: 400;
    text-transform: capitalize;
}

#page-content .purple-header {
    background: #5323d0 !important;
    padding: 100px 0 60px 0;
}

#page-content .purple-header h1 {
    font-size: 30px;
    color: #fff;
}

#page-content .accordion-button {
    padding-left: 0;
}

#page-content .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff666d'%3e%3cpath fill-rule='evenodd' d='M7.5 1a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5a.5.5 0 0 1 .5-.5z'/%3e%3c/svg%3e");
}

#page-content .accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ff666d;
}

#page-content .accordion-button a {
    font-size: 32px;
    color: #ff666d;
    border-left: 2px solid #ff666d;
    padding-left: 25px;
}

.page-inner-content {
    padding-top: 60px;
}

/* FAQ section - Courses Page */
.faq-section {
    padding: 60px 0;
}

.faq-section .contact-grey {
    padding: 30px 20px;
    background-color: rgba(168, 202, 214, .1);
}

.faq-section .contact-grey h3 {
    color: #262939;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.faq-section .contact-grey p {
    color: #262939;
    font-size: 18px;
    padding-bottom: 32px;
}

.faq-section .contact-grey p a {
    text-decoration: none;
    color: #ff666d;
    transition: ease-in-out 0.5s;
}

.faq-section .contact-grey p a:hover {
    color: #262939;
    letter-spacing: 0.2rem;
}

.faq-section .faq-orange {
    padding: 30px 20px 50px 20px;
    background-color: #ff666d;
}

.faq-section .faq-orange h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 32px;
    text-transform: uppercase;
}

.faq-section .faq-orange p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 32px;
}

.faq-section .faq-orange .accordion-header {
    background-color: #ff666d;
}

.faq-section .faq-orange .accordion-button {
    background-color: #ff666d;
    color: #fff;
    padding: 5px 15px 5px 12px;
    border-left: 3px solid #ffffff;
    margin: 8px 0;
}

.faq-section .faq-orange .accordion-button:focus {
    box-shadow: none !important;
    border-left: 3px solid #ffffff;
}

.faq-section .faq-orange .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M7.5 1a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5a.5.5 0 0 1 .5-.5z'/%3e%3c/svg%3e");
}

.faq-section .faq-orange .accordion-item {
    background-color: #ff666d;
    border: none;
    border-bottom: 1px solid #fff;
}

.faq-section .faq-orange .accordion-button a {
    font-size: 32px;
    color: #ff666d;
    border-left: 2px solid #ff666d;
    padding-left: 25px;
}

.faq-section .faq-orange .accordion-body p {
    font-size: 14px;
    color: #fff;
    padding: 5px;
}

/* Content Area Courses Single Page */
#content-main {
    padding-bottom: 40px;
}

#content-main .gutena-tabs-tab {
    background-color: #ff666d;
}

#content-main .gutena-tabs-tab .gutena-tab-title {
    background-color: #ff666d;
    padding: 18px 45px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: none;
    letter-spacing: 1px;
}

#content-main .gutena-tabs-tab li:hover {
    background-color: #cb5861;
}

#content-main .gutena-tabs-tab .active {
    background-color: #cb5861;
}

#content-main .gutena-tabs-content .gutena-tab-block {
    border: none !important;
}

#content-main .gutena-tabs-content .inner-tab {
    padding-top: 40px;
}

#content-main .gutena-tabs-content .inner-tab h3 {
    color: #5323d0 !important;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.85px;
    padding-bottom: 20px;
}

#content-main .gutena-tabs-content .inner-tab h4 {
    padding-bottom: 20px;
    font-size: 16px;
    color: #262939;
    ;
    ;
    font-weight: bold;
}

#content-main .gutena-tabs-content .inner-tab p {
    padding-bottom: 20px;
    font-size: 16px;
    color: #262939;
}

#content-main .gutena-tabs-content .inner-tab p a {
    text-decoration: none;
    color: #ff666d;
}

#content-main .gutena-tabs-content .inner-tab p a:hover {
    color: #5323D0;
}

#content-main .gutena-tabs-content .inner-tab ul {
    font-size: 16px;
    color: #262939;
    list-style-type: none;
    margin-bottom: 22px;
}

#content-main .gutena-tabs-content .inner-tab ul li {
    font-size: 16px;
    color: #262939;
    margin-bottom: 10px;
    position: relative;
}

#content-main .gutena-tabs-content .inner-tab ul li:before {
    position: absolute;
    top: 25%;
    display: block;
    background-color: #5524d1;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    left: -22px;
}

/* Single Course Testimonials Area */

.course-testimonial {
    padding: 60px 0;
}

.course-testimonial .video-holder {
    margin-bottom: 20px;
}

.course-testimonial .test-box {
    margin-bottom: 20px;
}

.course-testimonial .test-box p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ff666d;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 3.25px;
    padding-top: 30px;
}

.course-testimonial .test-text {
    padding: 28px;
    position: relative;
}

.course-testimonial .test-text:before {
    position: absolute;
    top: -28px;
    display: block;
    color: #5524d1;
    font-size: 50px;
    left: 28px;
    font-family: "Bootstrap Icons";
    content: "\201C";
}

.course-testimonial .test-text .test-text-inner {
    padding: 10px 10px 20px 28px;
    border-left: 1px solid #5524d1;
    margin-left: 12px;
    vertical-align: bottom;
}

.course-testimonial .test-text .test-text-inner p {
    font-size: 16px;
    padding: 24px 0;
    color: #262939;
}

.course-testimonial .test-text .test-text-inner h6 {
    font-size: 16px;
    padding-bottom: 20px;
    color: #5323D0;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .course-testimonial .test-box p {
        writing-mode: horizontal-tb;
        color: #ff666d;
        text-align: center;
        line-height: 1.2em;
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 3.25px;
        padding-top: 30px;
    }
}

.course-testimonial .modal-fullscreen .modal-body {
    overflow: hidden !important;
}

.course-testimonial .modal-fullscreen {
    z-index: 54;
}

/* Ensure modal occupies full screen */
.modal-dialog.modal-fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Full height and width for modal content */
.modal-content {
    height: 100%;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure responsiveness and 16:9 aspect ratio */
.video-popup-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

/* Style iframe or video to fit within the wrapper */
.video-popup-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Springboard Course Template CSS */
.springboard-intro {
    padding-top: 16%;
    padding-bottom: 18%;
}

.springboard-intro .intro-text {
    padding: 25px;
    background-color: #fff;
}

.springboard-intro .intro-text h1 {
    padding-bottom: 25px;
    font-size: 32px;
    color: #262939;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.springboard-intro .intro-text p {
    font-size: 16px;
    color: #262939;
}

.springboard-intro .intro-link p {
    text-align: right;
    margin-top: 14px;
}

.springboard-intro .intro-link p a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 28px;
    background-color: #ff666d;
    text-decoration: none;
    transition: ease-in-out 0.5s;
}

.springboard-intro .intro-link p a:hover {
    background-color: #262939;
}

.springboard-category {
    padding: 40px 0;
}

.springboard-category .headline h2 {
    padding-bottom: 30px;
    text-align: center !important;
    color: #ff666d;
    font-size: 32px;
}

.springboard-category .headline p {
    text-align: center;
}

.springboard-category .headline p a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 28px;
    background-color: #ff666d;
    text-decoration: none;
    transition: ease-in-out 0.5s;
}

.springboard-category .headline p a:hover {
    background-color: #262939;
}

.springboard-category .sb-cat {
    margin-bottom: 20px;
}

.springboard-category .sb-cat .sb-cat-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.springboard-category .sb-cat .sb-cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.springboard-category .sb-cat h3 {
    border-bottom: 1px solid #5323D0;
    font-size: 20px;
    padding-bottom: 20px;
}

.springboard-category .sb-cat h3 a {
    text-decoration: none;
    color: #262939;
}

/* Breadcrumb CSS */
.custom-breadcrumbs {
    padding-bottom: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ff666d;
    font-weight: 400;
    letter-spacing: 1.46px;
}

.custom-breadcrumbs a {
    text-decoration: none;
    color: #a7a7a7 !important;
}

.custom-breadcrumbs a:hover {
    text-decoration: none;
    color: #ff666d !important;
}

.custom-breadcrumbs .separator {
    color: #6c757d;
    margin: 0 5px;
}

.custom-breadcrumbs .current {
    color: #ff666d;
    font-weight: 400;
}

.custom-breadcrumbs .bi-house-door {
    font-size: 22px;
    vertical-align: middle;
}

#menu-top-header li:hover>.dropdown-toggle+.dropdown-menu {
    display: block;
    width: 100%;
}

/* Contact Us Page */
#post-content .post .main-headline {
    font-size: 44px;
    padding-bottom: 20px;
    margin: 0;
    color: #262939;
}

#post-content .post .pre-headline {
    color: #5524d1;
    font-size: 19px !important;
    letter-spacing: 1.14px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0;
    font-weight: bold;
}

#post-content .post .form-message {
    color: #ff666d;
    text-transform: uppercase;
    font-size: 14px;
}

#post-content .post .contact-page p {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.89px;
    color: #262939;
    margin-bottom: 14px;
}

#post-content .post .contact-page p input {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
}

#post-content .post .contact-page p textarea {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
    max-height: 120px;
    overflow-y: scroll;
}

#post-content .post .contact-page p .wpcf7-submit {
    padding: 12px 42px;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #5323D0;
    border: none;
    transition: ease-in-out 0.3s;
    letter-spacing: 1.6px;
    font-size: 18px;
    margin: 32px 0;
}

#post-content .post .contact-page p .wpcf7-submit:hover {
    background-color: #ff666d;
}

/* Industry Training CSS Page Template */
#course-content .contact-page h4 {
    color: #5524d1;
    font-size: 19px;
    letter-spacing: 1.14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 18px;
}

#course-content .contact-page .info {
    color: #ff666d;
    font-size: 14px;
    letter-spacing: 1.14px;
    text-transform: uppercase;
    padding-bottom: 18px;
    font-weight: 400;
}

#course-content .course-intro2 {
    padding: 20% 0 30% 0;
}

#course-content .course-intro2 h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}

#course-content .course-intro2 p {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 25px;
}

#course-content .grey-bcg2 {
    padding: 100px 0;
    background-color: #262939;
}

#course-content .grey-bcg2 .main-text h2 {
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 15px;
}

#course-content .grey-bcg2 .main-text p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 32px;
    max-width: 450px;
}

#course-content .grey-bcg2 .form-to-be-added {
    position: relative;
}

#course-content .grey-bcg2 .course-form {
    position: relative;
}

#course-content .grey-bcg2 .course-form .form-to-be-added {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 24;
}

@media (max-width: 768px) {
    #course-content .course-intro2 {
        padding: 10% 0;
    }

    #course-content .course-intro2 {
        padding: 10% 0;
    }

    #course-content .grey-bcg2 {
        padding: 30px 0;
    }

    #course-content .grey-bcg2 .course-form {
        padding: 20px 0 !important;
    }

    #course-content .grey-bcg2 .course-form .form-to-be-added {
        position: relative;
    }
}

.training {
    padding: 60px 0;
    background: linear-gradient(to right, #333 70%, transparent 70%);
}

.training .wp-element-caption {
    background-color: #f6f9fa;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 2.3px;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 14px;
    padding: 14px 10px;
    margin-top: -4px;
}

@media (max-width: 767.98px) {
    .training {
        padding: 60px 0;
        background: linear-gradient(to right, #333 100%, transparent 100%);
    }
}


.training h3 {
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 2.3px;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 14px;
    padding-bottom: 32px;
}

.training p {
    color: #fff;
    line-height: 1.8em;
    font-size: 17px;
    padding-bottom: 32px;
}

.training p a {
    transition: ease-in-out 0.3s;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #ff666d;
    font-size: 20px;
    text-decoration: none;
}

.training p a:hover {
    letter-spacing: 2px;
}

.blended {
    padding: 80px 0;
    text-align: center;
}

.blended h3 {
    font-size: 32px;
    color: #262939;
    padding-bottom: 32px;
}

.blended p {
    font-size: 16px;
    color: #262939;
    padding-bottom: 32px;
    line-height: 1.4em;
}

.blended p a {
    transition: ease-in-out 0.3s;
    text-transform: uppercase;
    font-weight: 900;
    font-weight: bold;
    color: #ff666d;
    font-size: 18px;
    text-decoration: none;
}

.blended p a:hover {
    letter-spacing: 1.4px;
}

.training-courses {
    padding: 30px 0;
}

.training-courses .course-box {
    padding: 20px;
    background-color: #262939;
    border-left: 2px solid #fff;
    position: relative;
    margin-bottom: 28px;
}

.training-courses .course-box h3 {
    font-size: 28px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    min-height: 90px;
    color: #fff;
}

.training-courses .course-box p {
    font-size: 16px;
    padding-bottom: 12px;
    color: #fff;
}

.training-courses .course-box .inner-link {
    position: absolute !important;
    bottom: -44px;
    right: 20px;
}

.training-courses .course-box .inner-link a {
    background-color: #5524d1;
    padding: 12px 18px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.training-courses .course-box .inner-link a:hover {
    background-color: #ff666d;
}

.testimonial-ceo {
    padding: 30px 0;
}

.testimonial-ceo .test-logo {
    padding: 20px 30px;
}

.testimonial-ceo h3 {
    font-size: 30px;
    color: #262939;
    padding-bottom: 32px;
    min-height: 100px;
}

.testimonial-ceo p {
    font-size: 16px;
    color: #262939;
    padding-bottom: 32px;
    line-height: 1.4em;
}

.video-test {
    background-color: rgba(168, 202, 214, .1);
}

.video-test-inner {
    background: linear-gradient(to right, #333 30%, transparent 30%);
    padding: 60px 0;
}

@media (max-width: 767.98px) {
    .video-test-inner {
        background: linear-gradient(to right, #fff 100%, transparent 100%);
        padding: 60px 0;
    }

    .video-test h3 {
        padding: 30px 0;
    }
}

.video-test h3 {
    font-size: 30px;
    color: #ff666d;
    padding-bottom: 32px;
}

.video-test p {
    font-size: 16px;
    color: #262939;
    padding-bottom: 32px;
    line-height: 1.4em;
}

/* News and Blogs Sidebar CSS */
.new-sb {
    padding-bottom: 30px;
}

.new-sb h4 {
    font-size: 32px;
    text-transform: capitalize;
    color: #ff666d;
    padding-bottom: 16px;
    font-weight: 300;
}

.new-sb .info {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff666d;
    padding-bottom: 16px;
    margin: 0;
}

.new-sb p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.89px;
    color: #262939;
    margin-bottom: 16px;
}

.new-sb p span {
    margin-bottom: 8px;
    display: block;
}

.new-sb .contact-page p input {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
}

.new-sb .contact-page p select {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
}

.new-sb .contact-page p textarea {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
    max-height: 120px;
    overflow-y: scroll;
}

.new-sb .contact-page p .wpcf7-submit {
    padding: 12px 42px;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff666d;
    border: none;
    transition: ease-in-out 0.3s;
    letter-spacing: 1.6px;
    font-size: 18px;
    margin: 32px 0;
}

.new-sb .contact-page p .wpcf7-submit:hover {
    background-color: #000000;
}

/* Blog Category CSS Template */
.blog-posts {
    padding-top: 50px;
}

#category-intro {
    padding: 80px 0 50px 0;
    background-color: #5323d0;
    margin-bottom: 60px;
}

#category-intro h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

/* Search Page Results CSS */
.top-search {
    padding-top: 60px;
}

.your-search p {
    font-size: 16px;
    color: #262939;
}

.your-search p span {
    font-weight: bold;
}

.search-box {
    padding-bottom: 32px;
}

.search-box .inner-search {
    padding: 20px;
}

.search-box .inner-search .search-post {
    position: relative;
}

.search-box .inner-search .search-post:hover {
    background-color: #ff666d;
    color: #fff;
}

.group-course-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box .inner-search h2 {
    padding: 10px 30px;
    font-size: 18px;
    width: 30%;
}

.search-class-location {
    width: 25%;
}

.search-course-info {
    width: 50%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-course-info > * {
    width: 25%;
    float: left;
}

@media (min-width: 991px) {
    .inner-post .post-image {
        height: 280px;
    }
    .page-template-course-page #content-main .gutena-tabs-tab {
        position: sticky;
        top: 108px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
    }

    .set_min_height_for_carousel #carouselCourses .carousel-inner .card-body p.card-text {
        min-height: 200px;
    }

    .set_min_height_for_carousel #carouselCourses .carousel-inner .card-body h3.card-title {
        min-height: 140px;
    }
}

@media (max-width: 992px) {
    .page-template-course-page #content-main .gutena-tabs-tab{
        flex-direction: column;
    }
    .search-box .inner-search h2 {
        width: 100%;
    }
    .group-course-info {
        display: block;
        width: 100%;
    }
    .group-class-info {
        width: 100%;
        padding: 20px;
    }
    .search-class-location {
        width: auto;
    }
    .inner-search a.read {
        margin: 20px;
    }
    .search-class-location {
        padding: 10px;
    }
    .search-class-intake {
        padding: 10px;
    }
    .search-class-duration {
        padding: 10px;
    }
    .search-course-info {
        padding: 20px;
    }
}

.search-course-image img {
    max-width: 120px;
    max-height: 50px;
}

.search-box .inner-search .search-post:hover h2 a {
    color: #fff !important;
}

@media (max-width: 992px) {
    .search-course-info {
        width: 50%;
    }
}

body.search .search-box .inner-search h2 {
    max-width: auto;
    padding: 40px 20px;
}

.courses-search {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.courses-search p {
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #949494;
    letter-spacing: 1.62px;
    font-weight: 900;
}

.search-box .inner-search .search-post:hover p {
    color: #fff !important;
}

.course-details {
    padding-bottom: 5px;
}

.search-box .inner-search .search-post:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 50%;
    background-color: #ff666d;
    transition: height 0.3s ease, top 0.3s ease;
    transform: translateY(-50%);
}

.search-box .inner-search .search-post:hover::before {
    height: 100%;
    top: 0;
    transform: translateY(0);
    background-color: #262939
}

.search-box .inner-search .search-post .read {
    padding: 10px 32px;
    background-color: #262939;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 20px;
}

.search-box .inner-search .search-post .read:hover {
    background-color: #000000;
}

.video-testimonial-bg {
    background: url(../svg/maskgroup5.svg) repeat-x center calc(100% - 50px);
}

.video-testimonial {
    margin: 20px auto;
    background: #333;
    padding: 50px;
    text-align: center;
    max-width: 70%;
}

.video-testimonial figure {
    margin: 0;
}

.video-testimonial video {
    max-width: 650px;
}

/* Faq Page CSS */
#page-intro {
    padding: 60px 0;
    background-color: #5323d0;
    margin-bottom: 60px;
}

#page-intro h1 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.faq-page {
    padding-bottom: 80px;
}

.faq-page .questions .accordion-item {
    border-bottom: 1px solid #ff666d;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.faq-page .questions .accordion-item .accordion-button {
    color: #ff666d;
    padding: 20px 12px;
    border-left: 3px solid #ff666d;
    margin: 22px 0;
    font-size: 32px;
}

.faq-page .questions .accordion-item .accordion-button:focus {
    box-shadow: none !important;
    border-left: 3px solid #ff666d;
    background-color: transparent !important;
}

.faq-page .questions .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff666d'%3e%3cpath fill-rule='evenodd' d='M7.5 1a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5a.5.5 0 0 1 .5-.5z'/%3e%3c/svg%3e");
}

.faq-page .questions .accordion-body {
    padding: 12px 10px;
}

.faq-page .questions .accordion-body h6 {
    padding-bottom: 18px;
    font-weight: bold;
    color: #5323D0;
}

.faq-page .questions .accordion-body p {
    padding-bottom: 18px;
    font-size: 17px;
    color: #262939;
}

.faq-page .questions .accordion-body ul {
    padding-bottom: 20px;
    padding-left: 20px;
    list-style-type: none;
}

.faq-page .questions .accordion-body ul li {
    font-size: 16px;
    color: #262939;
    margin-bottom: 12px;
    padding-left: 16px;
    position: relative;
}

.faq-page .questions .accordion-body ul li a {
    text-decoration: none;
    color: #ff666d;
}

.faq-page .questions .accordion-body ul li a:hover {
    color: #5323D0;
}

.faq-page .questions .accordion-body ul li::before {
    content: "\A";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00f;
    display: inline-block;
    left: -12px;
    top: 6px;
    position: absolute;
}

.dots1 {
    min-height: 266px;
    padding-bottom: 30px;
    background: url(../svg/maskgroup5.svg);
    margin-bottom: 42px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

/* Sidebars Additional CSS */

#post-sidebar .sbbox .wpcf7 h4 {
    font-size: 32px;
    text-transform: capitalize;
    color: #ff666d;
    padding-bottom: 16px;
    font-weight: 300;
}

#post-sidebar .sbbox .wpcf7 .info {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff666d;
    padding-bottom: 16px;
    margin: 0;
}

#post-sidebar .sbbox .wpcf7 p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.89px;
    color: #262939;
    margin-bottom: 16px;
}

#post-sidebar .sbbox .wpcf7 p span {
    margin-bottom: 8px;
    display: block;
}

#post-sidebar .sbbox .wpcf7 p input {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
}

#post-sidebar .sbbox .wpcf7 p select {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
}

#post-sidebar .sbbox .wpcf7 p textarea {
    padding: 12px 22px;
    border: 1px solid #979797;
    width: 100%;
    font-size: 16px;
    color: #979797;
    max-height: 120px;
    overflow-y: scroll;
}

#post-sidebar .sbbox .wpcf7 p .wpcf7-submit {
    padding: 12px 42px;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff666d;
    border: none;
    transition: ease-in-out 0.3s;
    letter-spacing: 1.6px;
    font-size: 18px;
    margin: 32px 0;
}

#post-sidebar .sbbox .wpcf7 p .wpcf7-submit:hover {
    background-color: #000000;
}

.main-headline {
    padding-bottom: 32px;
}

.main-headline h3 {
    text-align: center;
    font-size: 36px;
    color: #ff666d;
}

/* Course Offer */
.course-offer {
    padding: 36px 0 86px 0;
}

.course-offer .course-offer-box {
    padding: 20px;
    background-color: #262939;
    border-right: 2px solid #ffffff;
    position: relative;
}

.course-offer .course-offer-box h3 {
    border-bottom: 2px solid #ffffff;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.course-offer .course-offer-box p {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 36px;
}

.course-offer .course-offer-box .inner-link {
    position: absolute;
    bottom: -54px;
    right: 20px;
}

.course-offer .course-offer-box .inner-link a {
    padding: 18px 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #5524d1;
    text-decoration: none;
    transition: ease-in-out 0.4s;
}

.course-offer .course-offer-box .inner-link a:hover {
    background-color: #ff666d;
}

.stories {
    padding: 50px 0 80px 0;
}

.sf_colsIn .sb {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/* Students Success Stories Template*/
#content {
    padding: 42px 0;
}

#content .story-box {
    margin-bottom: 22px;
}

#content .story-box h3 {
    padding: 12px 0 18px 0;
    font-size: 28px;
}

#content .story-box h3 a {
    color: #ff666d;
    text-decoration: none;
}

#content .story-box h3 a:hover {
    color: #5323D0;
}

#content .story-box p {
    font-size: 16px;
    color: #262939;
    padding-bottom: 20px;
}

#content .story-box .more a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #5524d1 !important;
    transition: all 0.3s;
    font-size: 18px;
}

#content .story-box .more a:hover {
    letter-spacing: 2.8px;
}

#bio-cv {
    margin-top: 100px;
    background-color: #F2F2F2;
    padding: 20px 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

#bio-cv .bio-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -95px auto 0 auto;
}

#bio-cv .bio-image img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

#bio-cv h3 {
    padding: 32px 0;
    font-size: 26px;
    color: #ff666d;
    text-align: left;
}

#bio-cv p {
    font-size: 18px;
    color: #262939;
    padding-bottom: 28px;
    line-height: 32px;
}

.more-stories a {
    width: 100%;
    padding: 14px 0;
    background-color: #ff666d;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    text-decoration: none;
    letter-spacing: 1.8px;
    transition: ease-in-out 0.4s;
}

.more-stories a:hover {
    background-color: #000000;
}

#post-content .post .inner-title {
    color: #ff666d;
    font-size: 32px;
    padding-bottom: 20px;
}

/* Search Category By Title */
.row.d-flex.equal.loading {
    opacity: 0.5;
    position: relative;
}

.row.d-flex.equal.loading:after {
    content: "Loading...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.search-wrapper1 {
    margin-bottom: 32px;
}

/* International Students Wrapping Class Carousel*/
.int-courses {
    padding: 30px 0;
}

.grey-slider {
    padding: 50px 0 30px 0;
}

.filter-search {
    position: relative;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #262939;

    max-height: 65px;
}

@media (max-width:992px) {
    .filter-search {
        width: 100%;
    }
}

.filter-search form {
    display: flex;
    background: #fff;
    color: #222;
    border-radius: 0;
    padding: 13px;
    font-size: 16px;
    font-weight: bold;
    min-width: 180px;
    text-align: left;
    position: relative;
}

.filter-search input {
    border: none;
    outline: none;
    width: 100%;
    padding-right: 30px;
    background: transparent;
}

.filter-search .search-button {
    position: absolute;
    right: 12px;
    top: 16px;
    background: none;
    border: none;
    padding: 0;
    color: #FF4081;
    cursor: pointer;
    font-size: 25px;
}

.filter-search .search-button:hover {
    color: #E91E63;
}

/* Apply Page template */
#top-nav {
    padding: 15px 0;
    background-color: #fff;
}

#top-nav .navbar {
    background-color: #fff;
}

#top-nav .navbar .navbar-brand {
    max-width: 220px;
}

#top-nav .navbar ul li {
    font-weight: bold;
    font-size: 16px;
}

#top-nav .navbar ul .second {
    border-left: 2px solid #000;
}

#top-nav .navbar ul li a {
    text-decoration: none;
    color: #000000;
    padding: 4px 24px;
    transition: ease-in 0.3s;
}

#top-nav .navbar ul li a:hover {
    color: #ff666d;
}

#apply-content {
    padding: 80px 0;
    background: linear-gradient(to right, #262939 80%, transparent 80%);
}

@media (max-width: 767.98px) {
    #apply-content {
        padding: 60px 0;
        background: linear-gradient(to right, #262939 100%, transparent 100%);
    }
}

#apply-content .apply-post h4 {
    font-size: 22px;
    color: #ff666d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 35px 0;
}

#apply-content .apply-post p {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.1em;
    padding-bottom: 35px;
}

#apply-content .apply-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#apply-footer {
    padding: 45px 0 20px 0;
    background-color: #5323d0;
}

#apply-footer .flogo {
    padding-bottom: 24px;
}

#apply-footer p {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1.8px;
}

#apply-footer p a {
    text-decoration: none;
    color: #949494;
    transition: ease-in-out 0.3s;
}

#apply-footer p a:hover {
    color: #ff666d;
}

#apply-footer .social {
    font-size: 20px;
    color: #fff;
}

#apply-footer .social a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px 5px 0;
}

.contact-us-banner {
    background-color: #5323d0;
    color: white;
    padding: 60px 0;
    margin-bottom: 40px;
}

.contact-us-banner .btn {
    background-color: #ff6b6b;
    color: white;
    font-size: 16px;
    border-radius: 0;
    padding: 20px 40px;
}

.contact-us-banner .btn:hover {
    background-color: #000;
}

.navbar-toggler {
    color: #fff;

}

@media (max-width: 992px) {
    #menu-contact-header{
        display: block;
        padding: 10px 20px 0 20px;
    }
    .secondary-menu li.menu-item {
        display: inline-block;
    }

    #navbar1 .navbar-toggler {
        display: none;
    }
    .navbar .navbar-toggler {
        font-size: 1.5em;
        line-height: 1.3em;
    }
    .search-container-wrapper {
        margin: 5px;
        background-color: #fff;
        border-radius: 10px;
    }
    .search-container {
        width: calc(100% - 30px);
        overflow: auto;
        position: static;
        right: auto
    }
    .search-button {
        color: #222;
    }
    .search-container-wrapper .form-control {
        border: none;
    }
}

@media (max-width: 768px) {
    #navbar1 .navbar-toggler {
        display: block;
    }
}

.wpforms-container .wpforms-page-indicator.circles .wpforms-page-indicator-page{
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    justify-content: center;
    align-items: center;
}

.modal .btn-close{
    opacity: 1;
}

#post-content .post .wpforms-container ul{
    padding-left:0px;
}

#post-content .post .wpforms-container ul li::before {
    padding-left:0px;
}

#post-content .post .wpforms-container ul li::before {
    display: none;
}

.modal .btn-close {
    right: -3px !important;
}

.modal-fullscreen .modal-body {
    padding: 20px 30px !important;
}

.innopharma-graduates-slider .splide__list .splide__slide > *:not(div) {
    width: 100%;
    background: #f1f1f1;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"] input.choices__input{
    display: none;
}