@font-face {
    font-family: 'hot_messregular';
    src: url('../fonts/hotmess-webfont.woff2') format('woff2'), url('../fonts/hotmess-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ceragr-bolduploaded_file';
    src: url('../fonts/ceragr-bold-webfont.woff2') format('woff2'), url('../fonts/ceragr-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ceragr-lightuploaded_file';
    src: url('../fonts/ceragr-light-webfont.woff2') format('woff2'), url('../fonts/ceragr-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --hot_messregular: 'hot_messregular';
    --ceragr: 'ceragr-bolduploaded_file';
    --ceragr_l: 'ceragr-lightuploaded_file';
    --white: #ffffff;
    --green: #54B265;
    --purple: #62539F;
    --font-24: 24px;
    --font-14: 14px;
    --font-18: 18px;
    --font-16: 16px;
    --blue: #3B708F;
    --black: #000;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* =============top-header====================== */

.top-header {
    background: var(--white);
    padding-top: 23px;
    margin-bottom: 30px!important;
}

.top-logo-size {
    /* width:308px; */
}

.top-head-text {
    text-align: right;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    align-items: baseline;
}

.top-head-text h1 {
    font-size: 16px;
    font-family: var(--ceragr);
    margin: 0;
}

.top-head-text a {
    text-decoration: none;
    color: var(--black);
}

.top-head-text a:hover {
    text-decoration: none;
}

.top-head-text p {
    font-size: 16px;
    font-family: var(--ceragr_l);
    margin: 0;
    font-weight: 600 !important;
    color: var(--black);
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.top-head-text p i {
    margin-right: 5px;
}

.top-head-text .fa-phone {
    color: #F9BE00;
}

.top-head-text .fa-envelope {
    color: #64B8E1;
}

.apply_btn {
    background-color: var(--green);
    margin-bottom: 15px;
    font-size: var(--font-16);
    color: var(--black);
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    min-width: 170px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
    justify-content: center;
    display: inline-block;
}

.apply_btn:hover {
    color: var(--white);
    text-decoration: none !important;
}


/* ==============menu-header============================ */

.shrink {
    /*     background: linear-gradient(180deg, var(--green) 58%,var(--purple) 42%); */
    background: var(--green);
}

.menu-header.sticky-top {
    top: -1px;
    margin-bottom: -74px;
}

.faq-section {
    background: var(--purple);
    text-align: center;
    padding: 24px;
}

.faq-test {
    margin: 0;
    color: var(--white);
    font-family: var(--ceragr);
    font-size: var(--font-18);
    margin-bottom: 0px !important;
}

.shrink .faq-section {
    padding: 10px 0;
    padding-top: 9px;
}

.menu-back {
    background: var(--green);
    padding: 0px;
}

.shrink .menu-back {
    background: var(--green);
    padding: 0px 0;
}

.logo-hide {
    width: 183px;
    padding: 0;
    display: none;
}

.shrink .logo-hide {
    display: block;
}

.menu-color a {
    color: var(--black);
    font-family: var(--ceragr);
    font-size: 22px;
}

.menu-color a:hover {
    color: white;
}

.menu-color a:focus {
    outline: none;
}

.shrink .menu-color a {
    font-size: var(--font-18);
}

.shrink .w-100 {
    width: 95% !important;
}

.menu-drop-color {
    background: var(--green);
    border-radius: 0px;
    padding: 36px;
}

.shrink .menu-drop-color {
    padding: .5rem 0;
}

.menu-header .dropdown {
    position: static !important;
}

.menu-header .dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    margin-top: 0px !important;
    width: 100% !important;
}

.menu-drop-color a {
    font-size: var(--font-16);
}

.menu-drop-color .dropdown-item:focus,
.menu-drop-color .dropdown-item:hover {
    color: var(--white);
    text-decoration: none;
    background-color: transparent;
}

.mobile-menu {
    display: none;
}


/* ================slider-top============================= */

.slider-top {
    position: relative;
}

.serch-box {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    width: 100%;
}

.search-box-back {
    background: var(--green);
    width: 100%;
    padding: 20px 30px;
}

.serch-box-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-box {
    flex-basis: 70%;
    border-radius: 20px;
    padding: .375rem 1.75rem;
}

.nav-link .tooltiptext {
    font-size: 11px;
    text-transform: capitalize;
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link .tooltiptext::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    bottom: -7px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 15px solid black;
    transform: translateX(-50%);
}

.nav-link:hover .tooltiptext {
    visibility: visible;
}

.page-id-103 .dropdown-item {
    width: auto;
    display: inline-block;
    position: relative;
}

.dropdown-item .tooltiptext {
    font-size: 11px;
    text-transform: capitalize;
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;
}

.dropdown-item .tooltiptext::before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    left: 0;
    top: 0;
    border: 13px solid transparent;
    border-left: 0;
    border-right: 13px solid black;
    transform: translateX(-50%);
}

.dropdown-item:hover .tooltiptext {
    visibility: visible;
}

.search-text {
    color: var(--black);
    font-family: var(--ceragr);
    font-size: var(--font-24);
    margin: 0;
    flex-basis: 24%;
    margin-bottom: 0px !important;
}

.carousel-indicators li a {
    display: block!important;
    width: 100%!important;
    height: 100%!important;
}

.search-icon {
    color: var(--black);
    font-size: var(--font-24);
    flex-basis: 3%;
    cursor: pointer;
}


/*.slider-top .carousel-caption
{
    text-align: left;
    top:50%;
    transform: translateY(-50%);
    left:0;
}
.slider-top .carousel-caption h1
{
    font-family: 'hot_messregular';
    font-size:90px;
    text-transform: uppercase;
    text-align: left;
    line-height: 78px;
}*/

.slider-top h1 {
    font-family: var(--ceragr);   /* change font */
    
    font-size: 90px;
    text-transform: uppercase;
    text-align: left;
    line-height: 78px;
    color: var(--white)
}

.slider-top .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 1;
}

.slider-top .carousel-indicators .active {
    background-color: #F9BE00;
}

.carousel-indicators {
    bottom: 114px;
}


/* ================Course-slider============================= */

.Course-slider {
    margin-top: 79px;
    min-height: 612px;
}

.Course-back {
    min-height: 612px;
    max-height: 750px;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}

.soft-blue-back {
    background-color: var(--blue);
    ;
}

.sky-blue-back {
    background-color: #64B8E1;
}

.small-text {
    color: var(--white);
    text-transform: uppercase;
    background-color: transparent;
    font-size: 26px;
    font-family: var(--ceragr);
    margin: 0;
}

.large-text {
    color: var(--black);
    text-transform: uppercase;
    background-color: transparent;
    font-size: 82px;
    font-family: var(--ceragr);   /* change font */
    margin: 0;
    line-height: 87px;
    position: relative;
    z-index: 2;
}

.line {
    height: 3px;
    border-top: 3px solid var(--white);
}

.para-text {
    margin-top: 30px;
    padding-right: 100px;
    position: relative;
    z-index: 3;
}

.para-text p {
    margin: 0;
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--white);
    font-size: var(--font-24);
    line-height: 1.4em;
}

.button-section {
    margin-top: 50px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
}

.button-section .btn-white {
    font-size: 17px;
    font-family: var(--ceragr);
    min-width: 180px;
    max-width: 180px;
    margin-right: 15px;
    border-radius: 10px;
    color: var(--black);
    background-color: var(--white);
    border: none;
    margin-bottom: 10px;
    line-height: 22px;
    display: grid;
    place-items: center;
    text-transform: capitalize;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
}

.Course-back.yellow-back {
    background-image: url(../img/NWSLC-White.png);
    background-repeat: no-repeat;
    background-position: right -708px top 50px;
}

.front-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 490px;
}

.Course-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%50000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}

.Course-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}

.Course-slider .carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}


/*==============campus-slider======================== */


/* ====================home-news-slider=============== */

.home-news-slide {
    margin-top: 100px;
}

.home-events-slide {
    margin-bottom: 100px;
}

.carousel-wrap {
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -5px;
}

.owl-nav .owl-next {
    right: -5px;
}

.owl-prev img,
.owl-next img {
    width: 14px;
}

.news-head {
    font-size: 20px;
    font-family: var(--ceragr);
    margin: 0;
    color: var(--black);
    line-height: 22px;
    margin-bottom: 10px;
    width: 100% !important;
    white-space: unset;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.home-news-box {
    display: flex;
    margin-top: 20px;
}

.num-text {
    padding-right: 15px;
    position: relative;
}

.num-text::after {
    content: '';
    right: 0;
    width: 3px;
    min-height: 156px;
    background: var(--black);
    position: absolute;
    top: 5px;
}

.news-para-text {
    padding: 0 15px;
}

.news-para-text p {
    margin: 0;
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 1.4em;
}

.news-para-text p .read-more-text {
    font-size: var(--font-14);
    font-family: var(--ceragr);
    text-transform: uppercase;
    line-height: 20px;
    color: var(--black);
}

.home-news-heading {
    font-size: 60px;
    font-family: var(--ceragr);
    margin: 0;
    line-height: 69px;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 793px;
}


/*===========open-public-section================== */

.open-public-section {
    padding: 120px 0;
    background-color: #F7F7F7;
}


/*===============footer============================= */

.footer-section {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgb(84, 178, 101);
    background-image: url(../img/Path.png);
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: cover;
    background-size: 100%;
}

.footer-img {
    padding: 370px 0 190px;
}

.footer-section-about {
    background-image: none;
    background-image: url(../img/Path2.png) !important;
}

.footer-subject-area {
    background-image: none;
    background-image: url(../img/Path3.png) !important;
}


/*====================mobile-menu=========================== */

.mobile-header {
    display: none;
}

.header {
    background: var(--green);
    width: 100%;
}

.wrapper .menu {
    padding: 0;
}

.wrapper .menu li {
    position: relative;
    padding: 1.5rem 0;
    margin: 0 1rem;
    display: inline-block;
}

.wrapper .menu li a {
    font-size: 20px;
    font-family: var(--ceragr);
    color: var(--white);
    padding: 10px 0px;
    margin: 0px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--white);
}

.wrapper .menu li a i.fas {
    padding-left: 1rem;
}

.sub-menu {
    padding: 0;
}

.wrapper .menu li:hover .sub-menu {
    max-height: 50rem;
    transition: max-height 0.3s ease-in-out;
}

.wrapper span {
    display: block;
    position: relative;
    width: 2rem;
    height: auto;
    line-height: inherit;
    color: var(--white);
}

.wrapper span.menu-link {
    display: none;
    padding: 1.5rem 0;
    background: var(--green);
    text-align: right;
}

.wrapper span.menu-link i.fa-bars {
    font-size: 1.6rem;
}

.wrapper span:hover {
    transition: all 0.3s ease-in-out;
}

.wrapper .sub-menu {
    margin-top: 1rem;
    margin-left: -1rem;
    position: absolute;
    max-height: 0rem;
    overflow: hidden;
    z-index: -1;
}

.wrapper .sub-menu li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 15px !important;
}

.wrapper .sub-menu li a {
    padding: 10px 15px;
    /*     white-space: nowrap; */
    text-decoration: none;
    color: var(--black);
    border-bottom: 1px solid var(--black);
    font-size: var(--font-14);
}

.wrapper .sub-menu li:last-child a {
    border-bottom: 0px solid var(--black);
}

.wrapper .sub-menu li:hover {
    background: var(--white);
    color: var(--black);
    text-decoration: none;
}

.menu-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.mobilie-logo img {
    width: 150px;
}

.icon-changes {
    margin: 0;
    display: inline-block;
}

.icon-changes li {
    display: inline-block;
    margin-right: 15px;
}

.icon-changes li .mob1 {
    font-family: var(--ceragr);
    color: var(--white);
    font-size: var(--font-18);
}

.mobilie-logo {
    flex-basis: 70%;
}

.mobile-header .faq-section {
    padding: 15px;
    text-align: left;
}

.mobile-header .faq-section .faq-test {
    font-size: var(--font-14);
}


/*===========news====events-pages============================ */

.new-page-menu {
    background-color: var(--green);
}

.about-logo {
    width: 125px;
}

.new-page-menu .menu-back {
    padding: 15px 0;
}

.about-faq {
    background-color: var(--purple);
}

.new-page-menu .menu-back .menu-color a {
    font-size: var(--font-18);
}

.new-page-menu .faq-section {
    padding: 10px;
}

.new-page-menu .w-100 {
    width: 95% !important;
}


/*============news-button-section================*/

.news-events-pages {
    margin-top: 70px;
}

.news-events-pages {
    padding-top: 100px;
}

.four-button {
    background-color: #E5E5E5;
    width: 100%;
    padding: 50px 0 20px;
}

.label-text {
    font-family: var(--ceragr);
    color: var(--black);
    font-size: 22px;
    margin-bottom: 2px;
}

.new-dropdown-button {
    background-color: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.comman-button {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    padding: 6px 8px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    position: relative;
    white-space: normal;
}

.comman-button:hover {
    color: var(--black);
    text-decoration: none;
}

.dropdoen-width {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
}

.ul-dropdownn {
    margin: 0;
    padding: 0;
}

.ul-dropdownn li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropdoen-width .dropdown-item {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 0;
    width: 100% !important;
    white-space: unset;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.dropdown.new-dropdown-button.show {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.new-dropdown-button .dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    right: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arrowdrop.png);
    background-position: center;
    width: 27px;
    height: 19px;
    ;
    background-repeat: no-repeat;
    width: 21px;
    height: 24px;
}

.search-padding {
    padding: 6px 8px;
    height: inherit;
    border: none;
    border-radius: 10px;
}

.search-type-box .input-group {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
}

.form-control:focus {
    color: var(--black);
    background-color: none;
    border-color: transparent;
    outline: 0;
    box-shadow: 0px 0 0px;
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
}

.new-same-button {
    display: flex;
    flex-direction: column;
    margin-top: -26px;
}

.btn-new-events-page {
    padding: 9px;
    background: var(--white);
    border-radius: 5px;
    color: var(--black);
    text-align: center;
    min-width: 95px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
    font-size: var(--font-16);
    display: inline-block;
}

.btn-new-events-page:hover {
    text-decoration: none;
    color: var(--black);
}

.gren-color {
    background-color: var(--green);
    margin-bottom: 15px;
    font-size: var(--font-16);
    color: var(--black);
}

.gren-color:hover {
    text-decoration: none;
    color: var(--white);
}

.p-right {
    padding-right: 72px;
}


/*==========news-events-time============ */

.news-events-time {
    padding-top: 100px;
}

.time-line-color {
    background-color: #E5E5E5;
    width: 100%;
    padding: 60px 0 40px;
}

.time-start {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-time-line {
    flex-basis: 84px;
    border-right: 3px solid var(--black);
    text-align: right;
    padding-right: 29px;
}

.Mobile-date {
    display: none;
}

.time-img-section {
    flex-basis: 30%;
}

.Right-time-line {
    flex-basis: 50%;
}

.time-img-width {
    width: 100%;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

.date-section {
    margin: 0;
    font-size: 38px;
    font-family: var(--ceragr);
    color: var(--black);
    line-height: 42px;
}

.time-head-section {
    margin: 0;
    font-size: 30px;
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.time-para-text {
    margin: 0;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-size: var(--font-14);
    font-weight: 600;
    line-height: 1.4em;
}

.time-anchor-text {
    text-decoration: none;
    font-family: var(--ceragr);
    color: var(--black);
}

.time-anchor-text:hover {
    text-decoration: none;
    color: var(--black);
}

.time-line-button {
    margin-top: 37px;
    margin-bottom: 37px;
}

.time-line-button .btn-new-events-page {
    padding: 9px 20px;
}

.time-line-button .btn-new-events-page.gren-color {
    margin-bottom: 0;
    margin-right: 10px;
}

.time-line-button .btn-new-events-page.black-color {
    background: var(--black);
    color: var(--white);
}

.time-icon {
    display: flex;
    margin-bottom: 10px;
}

.timeline-icon {
    font-size: var(--font-18);
    font-family: var(--ceragr);
    color: var(--green);
    margin: 0;
    min-width: 200px;
}


/*==========news-time-line=========================*/

.news-time-line {
    padding: 100px 0;
    padding-bottom: 0;
}

.category-section {
    margin-top: 25px;
}

.category-text-head {
    font-size: 15px;
    font-family: var(--ceragr);
    color: var(--black);
    margin: 0;
    margin-bottom: 7px;
}

.category-text-para {
    font-size: 15px;
    font-family: var(--ceragr_l);
    color: #776e6e;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    word-break: break-all;
}

.comments-chats {
    display: flex;
}

.comments-text p {
    margin: 0 !important;
    font-family: var(--ceragr_l);
    color: #716f6f;
    font-weight: 700;
    font-size: 16;
}

.comments-green {
    text-decoration: none;
    color: #3b7d47;
}

.comments-green:hover {
    text-decoration: none;
    color: var(--green);
}

.comments-black {
    color: var(--black);
}

.comments-black:hover {
    color: var(--black);
}

.comments-icon {
    padding-right: 10px;
    ;
}

.comments-icon .fa-comments {
    color: var(--green);
    font-size: 16;
}

.comments-text {
    border-left: 3px solid;
    padding-left: 10px;
}

.timeline-margin {
    margin-bottom: 100px;
}


/*=================search-box-fixed-bottom============================*/

.fixes-search {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: var(--green);
    z-index: 9;
}

.botom-fiexd-title {
    width: 100%;
    background-color: #D3D3D3;
    padding: 8px 0;
}

.home-link {
    color: var(--black);
    text-decoration: none;
    font-size: var(--font-14);
    margin: 0;
    font-family: var(--ceragr_l);
    font-weight: 900;
}

.home-link:hover {
    color: var(--black);
    text-decoration: none;
}

.fixed-icon ul {
    margin: 0;
    padding: 0;
}

.fixed-icon ul li {
    display: inline-block;
    margin-left: 30px;
}

.fixed-icon ul li a {
    display: inline-block;
    font-size: 17px;
    font-family: var(--ceragr);
    color: var(--black);
}

.home-title {
    margin: 0;
    font-size: var(--font-14);
    margin-left: 76px;
}

.fixed-inline .search-box {
    flex-basis: 93%;
}

.fixed-inline .search-icon {
    flex-basis: 80px;
}

#toggleCarousel {
    position: absolute;
    right: 0;
    bottom: 22px;
    border-radius: 100%;
    background: #003d68;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 50px;
    height: 50px;
    z-index: 999;
    border: none;
}

#togglecarouselnews:before,
#toggleCarouselcampus:before,
#toggleCarouselcourse:before,
#toggleCarousel::before {
    transform: translate(-50%, -50%);
    content: '';
    background: #003d68;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -18px;
    border: 2px solid #fff;
    z-index: -5;
}

#togglecarouselnews:focus,
#toggleCarouselcampus:focus,
#toggleCarouselcourse:focus,
#toggleCarousel:focus {
    outline: 0;
}

#toggleCarouselcourse {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 28px;
    border-radius: 100%;
    border: none;
    background: #003d68;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 50px;
    height: 50px;
    z-index: 5;
    transform: translate(-50%, -50%);
}

#toggleCarouselcampus {
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 28px;
    border-radius: 100%;
    background: #003d68;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 50px;
    height: 50px;
    z-index: 5;
    border: none;
}

#togglecarouselnews {
    position: absolute;
    right: 0;
    top: -60px;
    border-radius: 100%;
    background: #003d68;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 50px;
    height: 50px;
    z-index: 5;
    border: none;
}


/*=====================Register-events===================*/

.register-text {
    margin-top: 60px;
}

.register-text p {
    font-size: var(--font-16);
    line-height: 1.4em;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-weight: 600;
}

.register-keywords ul {
    margin: 0;
    padding: 0;
}

.register-keywords ul li {
    list-style: none;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-weight: 600;
}

.events-details-fixed {
    position: fixed;
    bottom: 104px;
    width: 538px;
    padding: 40px;
    right: 0;
    background-color: rgba(0, 0, 0, .1);
}

.fixed-details-head {
    text-transform: uppercase;
    font-size: var(--font-24);
    font-family: var(--ceragr);
    margin: 0;
}

.detail-part {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: 15px;
}

.detials-first {
    width: 170px;
    display: flex;
}

.detials-second {
    width: 190px;
    border-left: 3px solid var(--black);
    padding-left: 24px;
}

.detials-first span {
    width: 23px;
    margin-right: 15px;
}

.detials-part-text a,
.detials-part-text a:hover {
    text-decoration: none;
}

.detials-part-text p {
    font-size: var(--font-18);
    font-family: var(--ceragr);
    color: var(--black);
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
}

.detials-first .fa {
    color: var(--green);
    font-size: 29px;
}

.green-details {
    color: #387043 !important;
    text-transform: uppercase;
}

.border-none {
    border-left: none;
    padding-left: 0px;
}

.events-details-fixed-mobile {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    right: 0;
    background-color: #F2F2F2;
    display: none;
}

.events-details-fixed-mobile .detials-first {
    width: 100%;
    margin-bottom: 10px;
}

.mobile-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-flex .btn-new-events-page {
    width: 158px;
}


/*=====================search-modal-popup=========================*/

.modal-green {
    background-color: var(--green);
    padding: 20px 40px;
    border: 0;
    border-radius: 0;
}

.modal-logo {
    width: 190px;
}

.search-bar-modal {
    margin: 60px 0;
}

.search-bar-modal .fixed-inline .search-icon {
    flex-basis: 50px !important;
}

.search-bar-modal .fixed-inline .close {
    flex-basis: 50px !important;
    color: var(--white);
    font-size: 35px;
    cursor: pointer;
    opacity: 1;
    margin-top: -8px;
}

.search-bar-modal .fixed-inline .close:hover {
    opacity: 1;
}

.search-bar-modal .fixed-inline .close:focus {
    outline: none;
}

.go-here-box {
    margin-top: 44px;
}

.modal-saerch-head {
    color: var(--white);
    font-size: 28px;
    font-family: var(--ceragr);
    line-height: 35px;
    margin: 0;
    margin-bottom: 20px;
}

.modal-small-head {
    color: var(--white);
    font-size: var(--font-24);
    font-family: var(--ceragr_l);
    line-height: 35px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 600;
}

.modal-para {
    color: var(--white);
    font-size: var(--font-18);
    font-family: var(--ceragr_l);
    margin: 0;
    line-height: 22px;
    font-weight: 600;
}

.modal-anchor {
    color: var(--white);
    font-size: 28px;
    font-family: var(--ceragr);
    text-decoration: none;
}

.modal-anchor:hover {
    color: var(--white);
    text-decoration: none;
}

.modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-modal {
    padding-bottom: 17px;
    border-bottom: 1px solid var(--white);
    margin-bottom: 30px;
}

.go-box-campus {
    margin-top: 100px;
}


/*===================download-page=======================*/

.dwonload-text {
    margin-top: 0 !important;
}

.download-button .dropdown {
    margin-bottom: 90px;
}

.documents-box h2 {
    font-size: 20px;
    font-family: var(--ceragr);
    color: var(--black);
    margin: 40px 0;
}

.documents-box p {
    margin: 0;
    color: var(--black);
    font-size: var(--font-16);
    font-family: var(--ceragr);
}

.documents-text-small {
    font-family: var(--ceragr_l) !important;
    font-size: 14px !important;
    font-weight: 600;
}

.documents-section {
    padding-bottom: 50px;
}

.download-button {
    border-right: 3px solid var(--black);
    box-sizing: border-box;
    padding-right: 56px;
    height: 100%;
}

.last-child-border {
    margin-bottom: 20px;
}

.documents-section .last-child-border:last-child .download-button {
    border-right: 0px solid var(--black);
}

.last-child-border {
    margin-bottom: 53px;
}

.document-serch-box {
    background-color: var(--green);
    padding: 30px 0;
    text-align: center;
    margin-bottom: 60px;
}

.label-text1 {
    color: var(--white);
    font-size: var(--font-16);
    font-family: var(--ceragr);
}

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

.cappus-img-part {
    position: relative;
}

.camp-head {
    color: var(--white);
    font-size: 29px;
    font-family: var(--ceragr);    /* change font */
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
    position: absolute;
    bottom: 30px;
    padding: 0 44px;
    margin: 0 auto;
    width: 100%;
}

.camp-text-small {
    padding: 20px 0;
    border-bottom: 6px solid var(--purple);
    height: 90px;
}

.camp-text-small h2 {
    color: var(--black);
    font-size: var(--font-18);
    font-family: var(--ceragr);
    margin: 0;
    line-height: 20px;
    width: 100% !important;
    white-space: unset;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.camp-para-text p {
    margin: 0;
    font-family: var(--ceragr_l);
    font-size: 14px !important;
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
    margin-top: 15px;
    ;
}

.camp-para-text p .fa-phone-square {
    font-size: 20px;
}

.col-lg-4.col-md-4.col-sm-6.campus-Section {
    margin-bottom: 100px;
}


/*==================campus-color=========================*/

.campus-color {
    padding: 40px 0;
}

.back-link {
    color: var(--black);
    font-family: var(--ceragr);
    font-size: 17px !important;
    font-weight: 600;
    margin-bottom: 34px;
    display: block;
}

.back-link .fa-caret-left {
    margin-right: 8px;
    font-size: 22px;
}

.back-link:hover {
    color: var(--black);
}

.campus-section-small-text {
    line-height: 26px;
    font-size: 20px;
    color: var(--white);
    font-family: var(--ceragr);
    display: inline-block;
    padding: 8px 12px;
}

.campus-color .home-news-heading {
    margin-bottom: 28px;
}

.campus-section-light-text {
    margin: 0;
    font-size: 40px;
    font-family: var(--ceragr_l);
    margin: 40px 0;
    line-height: 40px;
    position: relative;
    z-index: 2;
}

.capmpus-color-paragrap P {
    margin: 0;
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.side-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.campus-float-section {
    display: flex;
    justify-content: space-between;
}

.float-section1 {
    flex-basis: 40%;
}

.float-section2 {
    flex-basis: 50%;
}

.campus-ul-color ul {
    margin: 0;
    padding: 0;
}

.dot-hide {
    margin: 50px 0 !important;
}

.dot-hide li {
    list-style: none;
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
    float: left;
}

.dot-hide li span {
    padding: 4px 8px;
    font-size: var(--font-16);
    color: var(--white);
    font-family: var(--ceragr);
}

.color-images-camp {
    position: absolute;
    bottom: 40px;
}

.camp-color {
    font-size: var(--font-18);
    font-family: var(--ceragr_l);
    color: var(--white);
    font-weight: 800;
    max-width: 368px;
    padding: 7px 31px;
    display: block;
}

.camp-color:hover {
    color: var(--white);
    text-decoration: none;
}

.color-images-camp {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding-right: 132px;
    max-width: 527px;
    box-shadow: 0px 3px 6px #00000040;
}

.width-lower {
    max-width: 60%;
}

.dot-show {
    padding-left: 15px !important;
}

.dot-show li {
    width: 50%;
    float: left;
    font-family: var(--ceragr_l);
    font-weight: 600;
    padding-right: 17px;
}

.color-images-mobile-camp {
    display: none;
}

.mobile-float-section {
    display: none;
}

.mobile-float-section {
    position: relative;
    height: 543px;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.mobile-camppus-img {
    height: 541px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.img-float-section {
    width: 600px;
    height: 600px;
    position: absolute;
    right: 0;
}

.img-float-section .color-camppus-img {
    width: 100%;
}


/*======================= img-degree========================*/

.img-degree {
    margin-top: 180px;
}

.image-degree-heading {
    text-align: center;
}

.degree-text {
    font-size: 20px;
    color: var(--black);
    font-family: var(--ceragr);
    margin: 20px 0;
}

.home-news-img {
    position: relative;
}

.img-circle-back {
    width: 73px;
    height: 73px;
    background: var(--white)9;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: grid;
    place-items: center;
    text-align: center;
}

.text-img-circle {
    font-size: var(--font-18);
    color: var(--black);
    font-family: var(--ceragr);
    line-height: 20px;
    margin: 0;
}

.gallery-modal {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 2rem;
}

.gallery-modal:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


/*=============map-section==============================*/

.map-section {
    margin-top: 50px;
}

.map-button {
    display: none;
}


/*================address-icon-section=================*/

.address-icon-section {
    padding: 50px 0;
}

.address-icon-section .camp-para-text p {
    color: var(--white);
}

.locataed-campus {
    font-size: 20px;
    color: var(--white);
    font-family: var(--ceragr);
    margin: 20px 0;
}

.icon-campus-section {
    margin: 0;
    padding: 0;
    max-width: 271px;
}

.icon-campus-section li {
    list-style: none;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 32px;
    margin-bottom: 32px;
}


/*=================abc-timeline-section============================*/

.abc-timeline-section {
    padding: 70px 0;
}

.abc-timline {
    flex-basis: 90%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.abc-timline .Right-time-line {
    padding-right: 10px;
    padding-bottom: 40px;
    display: flex;
}

.abc-img {
    height: 120px;
    width: 120px;
    margin-right: 24px;
    float: left;
}

.abc-img img {
    width: 100%;
    object-fit: cover;
}

.courses-icon {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.courses-icon li {
    list-style: none;
    float: left;
    margin-right: 8px;
}

.courses-icon li a img {
    margin-right: 5px;
    width: 18px;
}

.courses-icon li a {
    text-decoration: none;
    color: var(--black);
    font-family: var(--ceragr);
    font-size: 12px;
    padding-right: 8px;
    border-right: 1px solid var(--black);
    display: flex;
    align-items: center;
}

.courses-icon li:last-child a {
    border-right: 0px;
}

.abc-button {
    display: none;
    margin: 15px 0;
}

.abc-button .btn-new-events-page {
    padding: 8px 14px;
    margin-right: 10px;
}


/*====================course-tabs-section====================*/

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

.course-tabs-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.course-img {
    position: absolute;
    right: -146px;
    top: 118px;
    height: 342px;
}

.nav-margin {
    margin-bottom: 60px;
}

.nav-margin .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-margin .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--black);
    border-color: transparent;
}

.nav-margin .nav-tabs .nav-link {
    color: var(--black);
    background-color: #DDDDDD;
    border-color: transparent;
    margin-right: 10px;
    font-size: var(--font-14);
    font-family: var(--ceragr_l);
    font-weight: 600;
    line-height: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-transform: uppercase;
}

.course-text {
    width: 70%;
    min-height: 500px;
}

.course-text p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.dowmload-anchor,
.dowmload-anchor:hover,
.course-text a,
.course-text a:hover {
    color: var(--black);
    font-family: var(--ceragr);
}

.coursepage-dropdown {
    display: none;
}

.mobile-drop-course {
    display: none;
}

.mobile-drop-course .nav-link {
    flex: none !important;
    flex-basis: 100% !important;
}

.course-new-button {
    display: block;
    background: var(--green);
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.course-new-button:hover {
    text-decoration: none;
}

.drop-area-text h1 {
    color: var(--white);
    font-family: var(--ceragr);
    font-size: 20px;
    margin: 0;
}

.mobile-drop-course .nav-link.active {
    color: #000 !important;
    background-color: #F2F2F2 !important;
}

.mobile-drop-course .nav-link {
    flex: none !important;
    flex-basis: 100% !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    margin-right: 0 !important;
    padding: 15px 10px !important;
    font-size: 17px !important;
    border-bottom: 1px solid var(--green) !important;
    background-color: #F2F2F2 !important;
    text-align: left !important;
    display: block !important;
}

.mobile-drop-course .nav-link:first-child {
    padding-top: 35px !important;
}

.mobile-drop-course .nav-link:last-child {
    border-bottom: 0px solid var(--green) !important;
}

.course-list {
    margin: 0;
    padding-inline-start: 20px;
    margin-bottom: 30px;
}

.course-list li {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 20px;
}

.course-list li strong {
    font-family: var(--ceragr);
}

.img-blog {
    margin-top: 170px;
}

.course1,
.course2 {
    margin-bottom: 70px;
}

.course2-head,
.course-text h3 {
    font-family: var(--ceragr);
    color: var(--black);
    font-size: var(--font-16);
    margin-bottom: 0px;
}

.course2 p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
    margin-bottom: 30px;
}

.course-button-section {
    margin: 40px 0;
}

.course-button-comman {
    padding: 30px 18px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.course-button-comman p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--white);
    line-height: 20px;
    margin: 0 !important;
    background: var(--green);
    border: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    border-radius: 5px;
    padding: 7px 24px;
    font-weight: 600;
}

.course-button-comman p:hover {
    background: var(--black);
}

.course-button-comman .course-click {
    color: var(--white);
    font-family: var(--ceragr);
}

.course-app-head {
    font-family: var(--ceragr);
    color: var(--white);
    font-size: var(--font-16);
    margin-bottom: 30px;
}

.course-app-list,
.course-arch-text ul {
    margin: 0;
    padding-inline-start: 20px;
}

.course-app-list li,
.course-arch-text ul li {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--white);
    line-height: 1.4em;
}

.arch-blog {
    padding: 42px;
}

.white-back-blog {
    margin: 100px 0;
}

.head-gap {
    margin-bottom: 30px;
}

.hover-effect-button {
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

.btn-hover {
    display: grid;
    place-items: center;
    color: var(--white);
    background-color: var(--green);
    margin-right: 30px;
    padding: 7px 16px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    font-family: var(--ceragr);
    font-size: var(--font-16);
    width: 200px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
}

.btn-hover:hover {
    text-decoration: none;
    color: var(--white);
    z-index: 2;
}

.btn-hover:after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 100%;
    background: var(--black);
    transition: 0.5s;
    z-index: -1;
    transition: all .2s ease-out;
}

.btn-hover:hover::after {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
}

.white-back-para p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
    margin-bottom: 30px;
}

.white-back-para,
.button-gap {
    margin-bottom: 20px;
}

.top-background {
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}

.vaccanices-text p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 1.4em;
    margin-bottom: 30px;
}

.text-button-vaccancies {
    text-align: center;
    display: grid;
    place-content: center;
}

.vaccancies-center-img {
    margin-top: 90px;
    margin-bottom: 50px;
    text-align: center;
}

.span-bold {
    font-family: var(--ceragr);
    font-weight: bold !important;
}

.bottom-gap {
    margin-bottom: 0 !important;
}


/*===================form-section================*/

.form-area .form-control {
    border-radius: 23px;
    background: #F2F2F2;
    border: none;
    color: #63696e;
    padding-left: 21px;
    height: 40px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: var(--font-16);
}

.form-area textarea.form-control {
    height: 191px !important;
}

.form-text {
    padding-left: 20px;
}

.form-text p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
    margin-top: 30px;
}

.form-list {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.form-list li {
    list-style: none;
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 18px;
}

.radio-button {
    margin-bottom: 30px;
}

.radio-button .form-check-label {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    margin-left: 50px;
}

.label-text {
    font-size: var(--font-16);
    font-family: var(--ceragr);
    font-weight: 600;
    color: var(--black);
}

.input-width {
    position: relative;
    margin-right: 15px;
    width: 72px;
}

.input-width::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 42px;
    right: -8px;
    background: #707070;
    top: 0;
    transform: rotate(10deg);
}

.input-width:last-child::after {
    content: inherit;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
    border: 0px solid gray;
    background-color: #FCFCFC;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 14%);
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

input[type="radio"]:checked:before {
    background: var(--green);
}

.color-button {
    background: var(--green);
    border: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    border-radius: 10px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    border-radius: 5px;
    padding: 7px 24px;
    font-weight: 600;
}

.color-button:hover {
    background: var(--black);
}

.button-center {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 10px;
}

.register-section {
    position: relative;
    overflow: hidden;
}

.img-register {
    position: absolute;
    left: -100px;
    bottom: 0;
    height: 400px;
}


/*========contact-heading=============================*/

.contact-heading {
    font-size: 40px;
    font-family: var(--ceragr);  /* change font */
    margin: 0;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 60px;
}

.img-contact {
    position: absolute;
    right: -100px;
    bottom: 0;
    height: 400px;
}

.Contact-details-side {
    background-color: rgba(0, 0, 0, .1);
    padding: 25px;
}

.contact-details-first {
    width: 100% !important;
}

.black-color-text {
    color: var(--black);
    text-transform: lowercase;
}

.contact-details-first .fa-phone,
.contact-details-first .fa-envelope {
    font-size: 20px;
}

.top-gap-text {
    margin-top: 82px;
}

.your-captcha input[type="text"] {
    width: 100%;
    border-radius: 23px;
    background: #F2F2F2;
    border: none;
    color: #AFAFAF;
    padding-left: 21px;
    height: 40px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: var(--font-16);
}

.wpcf7-captcha-your-captcha {
    margin-left: 5px;
}


/*===================Accordion with arrow====================*/

#faq .card {
    margin-bottom: 0px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    background-color: var(--white);
    display: block;
    text-align: left;
    color: #222;
    padding: 12px 20px;
    border-bottom: 3px solid #F2F2F2;
    font-family: var(--ceragr);
    font-size: 20px;
    line-height: 22px;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(0deg);
    background-image: url(../img/accon-arrow.png);
    height: 25px;
    width: 15px;
    background-repeat: no-repeat;
}

#faq .card .card-header .btn-header-link:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(90deg);
    background-image: url(../img/accon-arrow.png);
    height: 25px;
    width: 15px;
    background-repeat: no-repeat
}

#faq .card .collapsing {
    background: var(--white);
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #F7F7F7;
    line-height: 30px;
    color: #222;
}

.camp-cont-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.camp-infot-text {
    flex-basis: 70%;
    margin-bottom: 14px;
}

.camp-infot-text p {
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    font-weight: 600;
    margin-bottom: 4px;
}

.info-left {
    width: 5px;
    float: left;
    margin-right: 22px;
}

.info-left .fa {
    color: var(--green);
}

.camp-infot-map {
    width: 150px;
}

.contact-btn {
    text-decoration: none;
    background-color: var(--green);
    color: #383333;
    font-family: var(--ceragr_l);
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    line-height: 20px;
}

.contact-btn:hover {
    background-color: var(--black);
    text-decoration: none;
    color: var(--white);
}

.btn-conta-gap {
    margin-top: 20px;
}


/*================all course-page=========================================*/

.input-shadow {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    font-weight: 600;
}

.input-shadow.form-control:focus {
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
}


/*==============================subject-area====================================*/

.subeject-area-course {
    background-image: url(../img/sub.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
}

.button-field {
    background-color: #DDDDDD;
    text-align: center;
    padding: 40px 0;
}

.white-sub-button {
    font-size: var(--font-16);
    font-family: var(--ceragr);
    text-decoration: none;
    min-width: 174px;
    color: var(--black);
    padding: 10px;
    border-radius: 7px;
    background: var(--white);
    display: inline-block;
    margin-right: 30px;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
    3669
}

.white-sub-button:hover {
    text-decoration: none;
    color: var(--black);
}

.white-sub-button.active {
    background: var(--black);
    text-decoration: none;
    color: var(--white);
}

.sub-text {
    padding: 50px 0;
}

.sub-text p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    margin-bottom: 30px;
    line-height: 1.4em;
}

.mid-button-field {
    padding: 40px 0;
}

.green-sub-button {
    font-size: var(--font-16);
    font-family: var(--ceragr);
    text-decoration: none;
    min-width: 174px;
    color: var(--white);
    padding: 16px 10px;
    border-radius: 7px;
    background: var(--green);
    display: inline-block;
    margin-right: 30px;
    text-decoration: center;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.green-sub-button:hover {
    text-decoration: none;
    color: var(--white);
    background: var(--black);
}

.mid-button-field {
    text-align: center;
}

.red-text {
    margin: 0;
    color: #FF0505;
    font-size: var(--font-14);
    font-family: var(--ceragr);
    margin-top: 20px;
}


/*==================tutors-section=====================*/

.tutors-section {
    padding: 40px 0
}

.tutors-text h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 38px;
}

.tutors-text p {
    margin: 0px;
    font-size: var(--font-14);
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 1.4em;
}

.tutors-gap {
    margin-bottom: 20px;
}

.single-course_area .tutors-img {
    max-width: 200px;
}


/*=================study-slider=====================*/

.case-study-slider .home-news-heading {
    display: none;
}

.case-study-slider {
    padding: 50px 0;
    background-color: var(--green);
}


/*============testimonial-slider======================*/

.testimonial-section2 {
    /*height: 600px;*/
    position: relative;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 9;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--black);
}

.testim .arrow.left {
    left: -30px;
}

.testim .arrow.right {
    right: -30px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 2;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--white);
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #F9BE00;
    border-color: #F9BE00;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.testim .cont div .img-field img {
    display: block;
    width: 100%;
}

.testim .cont div .h4 {
    color: var(--white);
    margin: 6px 0;
    text-align: left;
    font-family: var(--ceragr);  /* change font */
    font-size: 60px;
    border-bottom: 3px solid var(--white);
    padding-bottom: 18px;
    text-transform: uppercase;
}

.testim .cont div p {
    font-size: var(--font-16);
    color: var(--white);
    width: 80%;
    font-family: var(--ceragr_l);
    font-weight: 600;
    text-align: left;
    line-height: 1.4em;
}

.tutors-name {
    margin: 15px 0;
}

.tutors-name p {
    margin: 0;
}

.tutors-name strong {
    font-family: var(--ceragr);
}

.testim .cont div.active .img-field img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img-field img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}



/*=====================next-step-section=============================*/

.next-step-section {
    padding: 60px 0;
}

.next-section-img {
    text-align: center;
    padding: 40px;
    box-shadow: -5px 5px 1px rgb(199 199 199 / 30%);
}

.subject-interested {
    min-height: inherit;
}

.other-sub-head {
    margin-bottom: 40px;
    font-family: var(--ceragr);
    font-size: 30px;
    color: var(--black);
}

.back-overview {
    font-family: var(--ceragr);
    font: size 16px;
    color: var(--black);
    margin: 40px 0;
    display: inline-block;
}

.back-overview:hover {
    font-family: var(--ceragr);
    font: size 16px;
    color: var(--black);
}

.sub-text h2 {
    font-family: var(--ceragr);
    font-size: 29px;
    color: var(--black);
    margin-bottom: 30px;
}

.comman-level-head {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

.level-info-text p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
    margin: 0;
}

.level-info-text {
    margin: 50px 0;
}

.level-ul-list ul {
    padding-inline-start: 15px;
    margin: 0;
}

.level-ul-list ul li {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
}

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

.new-style-btn .green-sub-button {
    margin-right: 0;
    margin-bottom: 20px;
}

.green-sub-button img {
    margin-right: 5px;
}


/*===============skillhub=================================*/

.skill-hub-section {
    position: relative;
    overflow: hidden;
}

.skill-hub-heading {
    font-family: var(--ceragr);
    font-size: 29px;
    color: var(--white);
    margin: 0;
    line-height: 38px;
    max-width: 600px;
}

.skillarea1 p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    margin-bottom: 30px;
    line-height: 1.4em;
}

.skillarea1 ul {
    margin: 0;
    padding-inline-start: 15px;
    margin-bottom: 30px;
    ;
}

.skillarea1 ul li {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
}

.skill-ptext,
.feature-ptext {
    font-family: var(--ceragr) !important;
    margin-top: 30px;
}

.skill-hub-img {
    position: absolute;
    right: -25px;
    ;
    top: 0;
    height: 400px;
}

.skills-sub-margin {
    margin-top: 343px;
}

.btn-hub-height {
    min-height: 54px;
}

.up-skills {
    background-color: var(--green);
    padding: 40px 0;
}

.up-text h2 {
    font-family: var(--ceragr);
    margin-bottom: 20px;
    font-size: var(--font-16);
    color: var(--white);
}

.up-text p {
    color: var(--white);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    margin: 0;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.up-btn {
    display: inline-block;
    text-decoration: none;
    color: var(--black);
    font-family: var(--ceragr);
    font-size: var(--font-16);
    background-color: #F9BE00;
    padding: 10px 20px;
    border-radius: 5px;
}

.up-btn:hover {
    text-decoration: none;
    color: var(--black);
    background-color: #F9BE00;
}

.featured-opportunities {
    padding: 60px 0;
}

.feature-heading {
    display: inline-block;
    font-family: var(--ceragr);
    color: var(--green);
    font-size: 30px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 80px;
}

.feature-part1 p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    margin-bottom: 30px;
    line-height: 1.4em;
}

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

.feature-ul {
    margin: 0;
    padding-inline-start: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.feature-ul li {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    float: left;
    width: 50%;
}

.featured-btn {
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    font-family: var(--ceragr);
    font-size: var(--font-16);
    background-color: var(--green);
    padding: 8px 16px;
    border-radius: 5px;
}

.featured-btn:hover {
    text-decoration: none;
    color: var(--white);
}

.feature-box {
    border-bottom: 3px solid var(--green);
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.feature-box:last-child {
    border-bottom: 0px solid var(--green);
}


/*==============employes-page================================*/

.employes-background {
    background-image: url(../img/AdobeStock_377914096.png);
    background-size: cover;
    background-position: center;
    min-height: 220px;
}

.employes-box {
    margin: 80px 0;
}

.employes-text {
    background-color: var(--blue);
    ;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}

.employes-text h1 {
    color: var(--white);
    font-family: var(--ceragr);
    font-size: 46px;
    margin-bottom: 25px;
}

.employes-text p {
    color: var(--white);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    font-weight: 600;
    max-width: 782px;
    margin: auto;
}

.employes-side-box {
    margin-bottom: 60px;
}

.employes-left {
    padding-right: 40px;
}

.employes-left p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    margin: 0;
    font-weight: 600;
}

.employes-right {
    background-color: var(--blue);
    ;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.employes-right p {
    color: var(--white);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    margin: 0;
    font-weight: 600;
}

.emp-anchor {
    font-family: var(--ceragr);
    text-decoration: none;
    color: var(--white);
}

.emp-anchor:hover {
    color: var(--white);
}

.vedio-section {
    margin: 120px 0;
}

.header-emp {
    color: var(--blue);
    ;
    font-family: var(--ceragr);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 26px;
}

.header-emp::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--blue);
    ;
    width: 245px;
    height: 4px
}

.com-emp-box p {
    color: rgb(0, 0, 0);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    font-weight: 600;
}

.com-emp-box ul li {
    z-index: 2;
    position: relative;
    line-height: 1.4em;
    font-weight: 600;
}

.comman-employes {
    margin-bottom: 120px;
}

.emp-flex {
    display: flex;
    width: 100%;
}

.flex-left {
    background: var(--blue);
    ;
    flex-basis: 60%;
    padding: 60px;
    display: grid;
    place-items: center;
}

.flex-right {
    flex-basis: 40%;
}

.emp-flex-img {
    width: 100%;
    height: 100%;
}

.emp-flex-img img {
    width: 100%;
    height: 100%;
}

.flex-emp-box .header-emp {
    color: var(--white);
}

.flex-emp-box .header-emp::after {
    background-color: var(--white);
}

.flex-emp-box p {
    color: var(--white) !important;
}

.flex-ul {
    margin: 0;
    padding-inline-start: 15px;
    margin-bottom: 30px;
}

.flex-ul li {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--white);
}

.flex-ul-black {
    margin: 0;
    padding-inline-start: 15px;
    margin-bottom: 30px;
}

.flex-ul-black li {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.flex-ptext {
    margin-top: 60px;
}

.flex-ptext strong {
    font-family: var(--ceragr);
}

.flex-ptext-black {
    margin-top: 60px;
    color: #000;
}

.flex-ptext-black strong {
    font-family: var(--ceragr);
}

.emp-mid-section {
    margin-top: 120px;
}

.emp-mid-area {
    background: var(--blue);
    ;
    padding: 40px 80px;
}

.emp-mid-ptext {
    margin-top: 0px;
}

.facilities-section {
    margin-top: 120px;
}

.emp-bottom {
    margin-top: 120px;
}

.emp-bottom-img {
    margin-bottom: 60px;
}


/*===================apply-section==============*/

.apply-background {
    background-image: url(../img/top-background.png);
    background-size: cover;
    background-position: center;
    min-height: 220px;
}

.apply-box {
    position: relative;
    overflow: hidden;
}

.apply-img {
    position: absolute;
    right: 0px;
    top: 0;
    height: 380px;
}

.apply-box {
    padding: 60px 0;
}

.step-section {
    background: #F7F7F7;
    padding-bottom: 60px;
}

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

.step-header h1 {
    display: inline-block;
    padding: 10px 14px;
    color: var(--white);
    background: var(--green);
    font-family: var(--ceragr);
    font-size: 26px;
    margin-bottom: 80px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: -20px;
}

.step-text h2 {
    color: var(--black);
    font-family: var(--ceragr);
    font-size: 20px;
    margin-bottom: 4px;
}

.step-text p {
    color: var(--black);
    font-size: var(--font-16);
    margin: 0;
    line-height: 27px;
}

.step-text p strong {
    font-family: var(--ceragr);
}

.step-gap {
    margin-bottom: 60px;
}

.step-margin {
    margin-bottom: 20px;
}

.new-apply-button {
    background: #E5E5E5;
    padding: 40px 0;
}

.apply-btn-heading {
    text-align: center;
    font-family: var(--ceragr);  /* change font */
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.flex-apply {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}

.five-button {
    background: var(--green);
    color: var(--white);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 18px;
    font-weight: 600;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 180px;
    display: grid;
    text-align: center;
    place-items: center;
    min-height: 59px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}

.five-button::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    height: 100%;
    background: var(--black);
    transition: 0.5s;
    z-index: -1;
    transition: all .2s ease-out;
}

.five-button:hover {
    text-decoration: none;
    color: var(--white);
    z-index: 2;
}

.five-button:hover::after {
    width: 100%;
    height: 100%;
    transition: all .5s ease-out;
}


/*================18-03-2020===================================*/


/*=======================standard-heading=========================*/

.standard-area>div:first-of-type {
    margin-top: 0;
}

.standart-page {
    position: relative;
}

.standard-heading {
    font-family: var(--ceragr);
    font-size: 26px;
    margin-bottom: 30px;
    color: var(--green);
}

.image-gra-page p {
    margin-bottom: 30px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.img-standard img {
    margin-top: 60px;
}

.sub-title-std {
    margin-top: 60px;
}

.sub-title-std p {
    margin-bottom: 30px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.sub-ul {
    margin: 0;
    padding-inline-start: 15px;
    margin-bottom: 30px;
}

.sub-ul li {
    font-family: var(--ceragr);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.Video-Std-Page {
    margin-top: 100px;
}

.std-video-play {
    margin-bottom: 40px;
}

.Video-Std-Page p {
    margin-bottom: 30px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.multi-img-link {
    margin-top: 60px;
}

.tit-text-img {
    margin-bottom: 20px;
}

.img-std-text {
    background: var(--green);
    color: var(--white);
    text-align: center;
    padding: 15px;
}

.img-std-text h3 {
    margin: 0;
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--white);
    font-family: var(--ceragr);
}

.img-tilte-std {
    margin-bottom: 60px;
}

.standard-time-line {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}

.standard-time-line h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    color: var(--black);
    font-family: var(--ceragr);
}

.standard-time-line p {
    margin-bottom: 5px;
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
}

.std-btn-link {
    margin-top: 15px;
    background-color: var(--green);
    padding: 12px 23px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    font-family: var(--ceragr);
    font-size: var(--font-16);
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
}

.std-btn-link:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--black);
}

.color-drop-std #faq .card .collapse.show {
    background-color: var(--white);
}

.color-drop-std {
    margin-top: 60px;
}

.color-drop-std #faq .card .card-header .btn-header-link {
    background-color: var(--green);
    display: block;
    text-align: left;
    color: var(--white);
    padding: 12px 20px;
    border-bottom: 0px solid #F2F2F2;
    font-family: var(--ceragr);
    font-size: 20px;
    line-height: 22px;
    border-radius: 0px !important;
}

.color-drop-std #faq .card .card-header .btn-header-link:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(90deg);
    background-image: url(../img/accon-white-arrow.png);
    height: 25px;
    width: 15px;
    background-repeat: no-repeat;
}

.color-drop-std #faq .card .card-header .btn-header-link.collapsed:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(0deg);
    background-image: url(../img/accon-white-arrow.png);
    height: 25px;
    width: 15px;
    background-repeat: no-repeat;
}

.color-drop-std .card {
    border-radius: 0;
}

.color-drop-std #faq .card {
    margin-bottom: 9px;
}

.color-drop-bck p {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
    margin-bottom: 30px;
}

.white-drop-std {
    margin-top: 60px;
}

.white-drop-text p {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
    margin-bottom: 30px;
}

.white-drop-std #faq .card .card-header .btn-header-link {
    background-color: var(--white);
    display: block;
    text-align: left;
    color: #222;
    padding: 12px 20px;
    border-bottom: 5px solid #F2F2F2;
    font-family: var(--ceragr);
    font-size: 20px;
    line-height: 22px;
}

.white-drop-std #faq .card {
    margin-bottom: 9px;
}

.std-side-box {
    position: sticky;
    top: 207px;
    right: 130px;
    width: 434px;
    background: #0000000d;
    padding: 30px;
    z-index: 9;
    margin: 0 auto;
}

.std-side-box p {
    font-family: var(--ceragr);
    font-size: var(--font-16);
    line-height: 20px;
    color: var(--black);
    margin-bottom: 30px;
}

.std-btn {
    margin-bottom: 15px;
    background-color: var(--green);
    padding: 15px 29px;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    font-family: var(--ceragr);
    font-size: var(--font-16);
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    margin-right: 10px;
}

.std-btn:hover {
    color: var(--white);
    background-color: var(--black);
    text-decoration: none;
}

.std-side-head {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: var(--font-24);
    font-family: var(--ceragr);
}

.std-side-head::after {
    content: '';
    position: absolute;
    width: 247px;
    px;
    height: 3px;
    background-color: var(--green);
    left: 0;
    bottom: 0;
}

.new-grading-structure {
    margin-top: 50px;
}

.new-grading-structure thead th {
    font-size: 20px;
    color: var(--black);
    font-family: var(--ceragr);
    padding-right: 40px;
    line-height: 22px;
}

.tab-color-dark {
    background-color: #F3F3F3;
}

.tab-color-light {
    background-color: #FAFAFA;
}

.new-grading-structure tbody td {
    font-size: 20px;
    color: var(--black);
    font-family: var(--ceragr);
}

.new-grading-structure>.row div {
    margin-right: 30px;
}

.new-grading-structure>.row div:last-child {
    margin-right: 0px;
}

.new-grading-structure .table td,
.new-grading-structure .table th {
    border-top: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.new-grading-structure .table td {
    padding-top: 3px;
    padding-bottom: 3px;
}


/*=============favourites-section-=================================================*/

.favourites-section {
    padding: 60px 0;
    background-image: linear-gradient(to right, var(--white) 60%, transparent), url(../img/Group-11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.fav-content {
    padding-right: 400px;
}

.fav-content p {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    color: var(--black);
    margin-bottom: 30px;
    font-weight: 600;
}

.favourites-table-section {
    background-color: #7CC489;
}

.fav-head h1 {
    font-family: var(--ceragr_l);
    font-size: 28px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 0px;
    flex-basis: 85%;
}

.fav-head {
    display: flex;
    justify-content: space-between;
}

.fav-head .fa {
    color: #E72772;
}


/* .fav-table {
    position: relative;
    max-width: 1140px;
    overflow-x: scroll;
    white-space: nowrap;
}
.fav-table table th
{
    width:203px;
    vertical-align: top;
    color:var(--white);
    border-bottom: 3px solid var(--white);
    border-top:0px;
}
.fav-table tbody tr td
{
    color:var(--white);
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight:600;

}
.fav-table tbody th
{
    font-size:20px;
    color:var(--white);
    font-family: var(--ceragr);
    border-right: 3px solid var(--white);
    border-bottom: 0;
    width: inherit;
    border-top: 1px solid #dee2e6;
}
.fav-table thead th:first-child 
{
   width:150px;
   border-right: 3px solid var(--white);
}

.fav-table tbody  td:nth-child(2n+1)
{
    background-color: #3F964F;
}
.fav-table thead th:nth-child(2n+3)
{
    background-color: #3F964F;
} */

.fav-btn-yel {
    background-color: #F9BE00;
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-family: var(--ceragr);
    font-size: 17px;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    margin-right: 8px;
    min-width: 110px;
}

.fav-btn-yel:hover {
    color: var(--white);
    text-decoration: none;
}

.fav-btn-green {
    background-color: var(--white);
    padding: 8px 12px;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-family: var(--ceragr);
    font-size: 17px;
    color: var(--green);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    min-width: 110px;
}

.fav-btn-green:hover {
    color: var(--green);
    text-decoration: none;
}


/*===================fav-scroll-table========================*/

.new-section-table {
    background-color: #7CC489;
}

.table-container {
    max-width: 1140px;
    overflow-x: auto;
    margin: auto;
}

.table-container table {
    border-spacing: 0;
    border-collapse: separate;
    conta
}

.table-container table th,
.table-container table td {
    white-space: nowrap;
    padding: 20px;
}

.table-container table tr th:first-child,
.table-container table td:first-child {
    position: sticky;
    width: 100px;
    left: 0;
    z-index: 2;
    background-color: #7CC489;
    border-right: 3px solid var(--white);
    font-size: 20px;
    color: var(--white);
    font-family: var(--ceragr);
}

.table-container table tr th:first-child {
    z-index: 3;
}

.table-container table tr th {
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 3px solid var(--white);
}

.table-container table td {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    color: var(--white);
    font-weight: 600;
    border-bottom: 1px solid var(--white);
}

.table-container table tr:last-child td {
    border-bottom: 0;
}

.table-container td:nth-child(2n+1),
.table-container th:nth-child(2n+1) {
    background-color: #3F964F;
}


/*===================end-fav-scroll-table========================*/

label.error {
    color: red;
    font-size: 12px;
    margin-left: 20px;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0006;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*custom css*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
    position: absolute;
}

.carousel-control-next-icon {
    right: 0;
}

.carousel-control-prev-icon {
    left: 0;
}

.news_img {
    width: 100%;
}

.what_offer {
    margin-bottom: 60px;
}

.offer_block {
    background: url(../img/layer20.png);
    background-size: cover;
    padding: 67px 0;
    text-align: center;
    background-position: center;
    color: var(--white);
}

.offer_block h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--ceragr);
}

.flex-left {
    flex-basis: 55%;
}

.flex-right {
    flex-basis: 45%;
}

.emp-bottom-img {
    width: 100%;
}

.slick_table ul {
    list-style: none;
}

.v_left_box {
    border-right: 3px solid var(--white);
}

.v_left_box ul li:first-child {
    border-bottom: 3px solid var(--white);
}

.v_left_box ul li {
    padding: 20px 0;
    color: var(--white);
    font-size: var(--font-16);
    font-family: var(--ceragr);
    font-weight: 600;
    border-bottom: 1px solid var(--white);
    min-width: 95px;
}

.v_left_box ul li:last-child {
    border-bottom: none;
}

.slick_table.slick-track {
    display: flex;
    width: 100%;
}

.slick_table .slick-track .slick-slide {
    width: 100%;
}

.v_common_box ul li:first-child {
    border-bottom: 3px solid var(--white);
}

.v_common_box ul li {
    padding: 20px 0;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    padding-left: 20px;
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}

.v_common_box ul li:last-child {
    border-bottom: none;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.v_common_box ul {
    padding-left: 0;
}

.v_common_box ul:nth-child(even) {
    background: var(--black);
}

.slick_table .owl-item:nth-child(even) {
    background: #3f964f;
}

.slick_table .v_title {
    font-size: 28px;
    position: relative;
    font-family: var(--ceragr_l);
}

.slick_table .v_title i {
    color: #e72772;
    margin-left: 15px;
}

.news-head {
    text-transform: uppercase;
}

.news-para-text p::first-letter {
    text-transform: capitalize;
}

.featured-img {
    margin-top: 77px;
}

.form-area {
    padding-top: 28px;
}

.your-captcha input:focus {
    outline: none;
}

.s-hub {
    background-image: linear-gradient(to right, var(--green) 47%, white 30%);
    padding: 20px 0;
}

.vedio-box {
    max-width: 800px;
    margin: 0 auto;
}

.vedio-box iframe {
    width: 100%;
}

.form-area .label-text {
    font-size: var(--font-16);
    font-family: var(--ceragr);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}

.course-arch-img {
    text-align: right;
}

.cappus-img-part {
    /*height: 228px;*/
    width: 100%;
}

.shrink .nav-fill .nav-item {
    text-align: right;
}

.open-link {
    position: relative;
    padding: 40px 0;
    display: inline-block;
}

.show .open-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--black);
    bottom: 0;
    right: 0;
}

.shrink .open-link {
    position: relative;
    padding: 19px 0;
    display: inline-block;
}

.show .shrink .open-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--white);
    bottom: 0;
    right: 0;
}

.open-menu .nav-link {
    display: block;
    padding: 0px 1rem;
    position: relative;
}

.fa-warning {
    font-size: 23px;
    margin-right: 5px;
}


/*custom css*/

.home-news-slide .owl-carousel .owl-item img {
    height: 191px;
}

.home-news-slide.home-events-slide .owl-carousel .owl-item img {
    height: auto;
}

.Course-slider #carouselExampleControls .large-text {
    text-transform: uppercase;
}

.course-tabs-section ul {
    font-family: var(--ceragr_l);
    color: var(--black);
}

.menu-link .fa-close {
    display: none;
    font-size: 27px;
}

.menu-link.active i.fa-bars {
    display: none;
}

.menu-link.active i.fa-close {
    display: block;
}

.entry_requirements p {
    line-height: 1.4em;
}

#page_not_found {
    text-align: center;
    padding-top: 108px;
}

#page_not_found h1 {
    font-family: var(--ceragr);  /* change font */
    font-size: 161px;
    text-transform: uppercase;
    text-align: center;
    line-height: 78px;
}

#page_not_found h3 {
    font-family: var(--ceragr);  /* change font */
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 78px;
}

.modal-full {
    width: 100%;
    padding-right: 0 !important;
    background: var(--green);
}

.modal-full .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-menu-icon {
    display: none;
}

.modal-menu-icon .close {
    color: var(--white);
    opacity: 1 !important;
    margin: -7px 0 0 14px;
    padding: 0;
    font-size: 40px;
    font-weight: 500;
}

.modal-menu-icon .close:focus {
    border: 0;
    outline: 0;
}

.modal-fav {
    text-decoration: none;
    color: var(--white);
    margin-left: 14px;
    font-size: 23px;
    font-family: var(--ceragr);
}

.modal-fav:hover {
    text-decoration: none;
}

.feature-para ul li {
    padding-right: 15px;
}

.sub-course-name {
    text-align: right;
}

.sub-course-name p {
    display: inline-block;
    background: var(--black);
    margin: 0;
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--white);
    padding: 8px 12px;
    font-size: var(--font-16);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-to-apply {
    min-height: 54px;
}

.page-template-page-standard-page iframe {
    width: 100% !important;
}

.inactive {
    display: none !important;
}

.extra-size-button {
    min-width: : 170px;
}

.cont-com-gap {
    margin-bottom: 60px;
}

.cont-com-gap .form-area {
    padding-top: 0px;
}

.cont-com-gap .contact-heading {
    margin-top: 0px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-new-events-page.gren-color.download-extra-button {
    margin: 0;
    width: inherit;
}


/*.new-home-slider {
    width: 1140px;
    margin: auto;
    padding: 0 15px;
}*/

@media screen and (max-width:575px) {
    .table_repet .slick-track .slick-slide {
        width: 100%;
    }
}

.entry-content img {
    margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 15px;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 15px;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-top: 15px;
}

.alignnone,
img.alignnone {
    /* not sure about this one */
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.standard-area p {
    margin: 0 0 15px 0;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-size: var(--font-14);
    line-height: 1.4em;
}

.standard-area ul li {
    margin: 0;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-size: var(--font-14);
    line-height: 1.4em;
}

.standard-area ol li {
    margin: 0;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-size: var(--font-14);
    line-height: 1.4em;
}

.tit-text-img a:hover {
    text-decoration: none;
}

.tit-text-img a:hover .img-std-text {
    background: var(--black);
}

.tit-text-img img {
    width: 100%;
    height: 238px;
    object-fit: cover;
}

.std-video-play iframe {
    width: 100%;
}

.home-news-slide.img-degree .owl-carousel .item {
    padding: 0px 15px;
}

.slider-top .carousel-item {
    padding: 220px 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 750px;
}

.sub-title-std h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    color: var(--black);
    font-family: var(--ceragr);
    font-weight: lighter;
}

.register-text h2 {
    font-family: var(--ceragr_l);
    font-weight: 600;
}

.register-text h3 {
    font-size: 1.4em;
    line-height: 20px;
    color: var(--green);
    font-family: var(--ceragr_l);
    margin-bottom: .5rem;
    font-weight: 600;
}

.member-section {
    margin-top: 35px;
    margin-bottom: 35px;
}

.member-profile h2 {
    font-size: 26px;
    line-height: 26px;
    color: var(--green);
    font-family: var(--ceragr);
    margin-bottom: 15px;
    font-weight: 600;
}

.member-div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 8px;
    border-top: 1px solid #ddd;
}

.member-div:nth-child(2n) {
    background-color: #f9f9f9;
}

.member-div:nth-of-type(1) {
    border-top: 0;
}

.member-div:hover {
    background-color: #f3f3f3;
}

.member-img {
    width: 107px;
    margin-right: 10px;
}

.member-img img {
    width: 100%;
}

.member-right {
    flex-basis: 88%;
}

.member-detail h3 {
    font-size: var(--font-16);
    line-height: 1.4em;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-weight: 600;
}

.member-detail p {
    font-size: var(--font-16);
    line-height: 1.4em;
    font-family: var(--ceragr_l);
    color: var(--black);
}

.table_data {
    width: 100%;
}

.table_data ul li.first_list div {
    background: #f3f3f3;
    font-size: 20px;
    color: var(--black);
    font-family: ceragr-bolduploaded_file;
    background-color: #f3f3f3;
    padding: 10px;
    line-height: 24px;
}

.std-btn-link {
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
    color: var(--white);
    font-family: var(--ceragr);
    font-size: var(--font-16);
    background-color: var(--green);
    padding: 8px 16px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
    line-height: 20px;
}

p {
    margin-bottom: 1.5rem !important;
    font-weight: normal !important;
}

.new-grading-structure .row {
    flex-wrap: nowrap;
    max-width: 678px;
    overflow-x: scroll;
    word-break: break-word;
}

.new-grading-structure .table td,
.new-grading-structure .table th {
    border-bottom: 1px solid #ddd;
}


/*comeent css*/

.single-post label.error {
    color: red;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: normal;
    position: absolute;
    margin-left: 0
}

.comment-list li {
    background: #e5e5e5;
    padding: 15px 15px 10px 15px;
    list-style: none;
    margin-bottom: 10px;
}

.comment-list li .comment-author img {
    margin-bottom: 10px;
}

.comment-list li .reply {
    display: none;
}

.comment-list li .comment-awaiting-moderation {
    font-weight: bold;
    font-style: normal;
}

.comments-area .comment-reply-title {
    margin-bottom: 3px !important;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 49.6%;
    display: inline-block;
    margin-bottom: 25px !important;
}

span.required {
    color: red;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.comment-form-author input:focus-visible,
.comment-form-email input:focus-visible,
.comment-form-url input:focus-visible,
.comment-form-comment textarea:focus-visible {
    outline: #ced4da;
}

.comment-form-comment {
    width: 100%;
    margin-bottom: 25px !important;
}

.comment-form-comment textarea {
    height: auto;
    resize: none;
}

.comments-area .form-submit input {
    background-color: var(--green);
    margin-bottom: 15px;
    font-size: var(--font-16);
    color: var(--white);
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    width: 155px;
    font-family: var(--ceragr_l);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, .2);
    border: 0;
}

.akismet_comment_form_privacy_notice {
    display: none;
}

.comment-form-url {
    display: none;
}

.comments-area time {
    color: var(--black);
}

.comment-list {
    padding-left: 0;
}

.comment-sec {
    font-family: var(--ceragr);
}


/*sidebar category*/

.news-events-pages .news-info {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 0 22px 0;
}

.news-events-pages .news-info .info {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #e3e3e3;
}

.news-events-pages .news-info .info p {
    color: #969696;
    font-family: var(--ceragr);
    margin: 0!important;
}

.news-events-pages .news-info .info a {
    color: #333333;
    text-transform: uppercase;
    font-family: var(--ceragr);
}

.news-events-pages .widget_categories ul {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    border-left: 1px solid #efefef;
    padding-left: 15px;
}

.news-events-pages .widget_categories h2 {
    border-left: 3px solid var(--green);
    padding: 5px 0 5px 15px;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--font-24);
    font-weight: 500;
    font-family: var(--ceragr);
    color: var(--green);
}

.news-events-pages .widget_categories li>a {
    color: var(--black);
    font-family: var(--ceragr);
}

.news-events-pages .recent_post {
    margin-top: 30px;
    margin-bottom: 40px;
}

.news-events-pages .recent_post h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: var(--font-24);
    font-family: var(--ceragr);
}

.news-events-pages .recent_post .recent_block {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.news-events-pages .recent_post .recent_block img {
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.news-events-pages .recent_post .recent_block a {
    font-size: 22px;
    color: var(--black);
    font-family: var(--ceragr);
}

.news-events-pages .recent_post .recent_block span {
    font-family: var(--ceragr);
    color: #969696;
    font-size: 1rem;
}

.news-events-pages .recent_post .recent_block a:hover {
    text-decoration: none;
}

.home-news-heading.heading {
    max-width: initial;
}


/*Part time page css*/

.part_banner {
    background-size: cover;
    background-position: center;
    min-height: 220px;
    margin-top: 70px;
    background-image: url(../img/sub.png);
    background-repeat: no-repeat;
}

.part_time_sec {
    padding-top: 100px;
}

.part_time_sec .part_text {
    margin-bottom: 60px;
}

.part_time_sec .part_text h2 {
    color: var(--black);
    margin-bottom: 50px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 29px;
    line-height: 38px;
}

.part_time_sec .part_text.main_heading h2 {
    font-family: var(--ceragr);
}

.part_time_sec .part_text h3 {
    color: var(--black);
    margin-bottom: 20px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 29px;
    line-height: 38px;
}

.part_time_sec .part_text p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    margin-bottom: 30px;
    line-height: 1.4em;
}

.part_time_sec .part_text ul {
    padding-left: 20px;
}

.part_time_sec .part_text .btn-hover.part_btn {
    background: transparent;
    padding: 15px 29px;
    border: 2px solid var(--green);
    color: var(--green);
}

.part_time_sec .part_text .btn-hover.part_btn:hover {
    border: 2px solid var(--black);
}

.part_time_sec .part_text.module_text .year {
    background: #55b366;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.part_time_sec .part_text.module_text .year h3 {
    color: var(--white);
    margin-bottom: 0;
}

.part_time_sec .part_text.module_text .list {
    background: #fafafa;
    padding: 15px;
}


/*Sidebar*/

.v_sidebar .side_btn {
    background: transparent;
    padding: 15px 29px;
    border: 2px solid var(--green);
    color: var(--green);
}

.v_sidebar h2 {
    color: var(--black);
    margin-bottom: 130px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.new-style-btn.sidebr_btn {
    justify-content: unset;
    align-items: unset;
}

.v_sidebar .side_btn.top_btn {
    background: var(--green);
    color: var(--white);
    border: none;
}

.v_sidebar .side_btn.btn-hover:after {
    top: 0;
}

.part_time_sec .v_sidebar {
    margin-bottom: 40px
}

.part_time_sec .v_sidebar .c_feature {
    margin-top: 80px;
}

.part_time_sec .v_sidebar .c_feature h3 {
    text-transform: uppercase;
    font-size: var(--font-24);
    font-family: var(--ceragr);
    margin-bottom: 30px;
}

.part_time_sec .v_sidebar .c_feature span {
    background: #e72772;
    color: var(--white);
    font-size: 6px;
    padding: 4px;
    position: absolute;
    left: 0;
    top: 7px;
}

.part_time_sec .v_sidebar .c_feature i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e72772;
}

.part_time_sec .v_sidebar .c_feature h5 {
    font-size: 22px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.entry_r {
    margin-bottom: 60px;
}

.entry_r h3 {
    color: var(--black);
    margin-bottom: 30px;
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 29px;
    line-height: 38px;
}

.entry_r .entry_left {
    background: #e5e5e5;
    padding: 12px 30px;
    font-family: var(--ceragr);
    height: 100%;
    display: flex;
    align-items: center;
}

.entry_r .entry_right {
    background: #fafafa;
    padding: 12px 30px;
    font-family: var(--ceragr);
    height: 100%;
    display: flex;
    align-items: center;
}

.part_time_sec .part_text .btn-hover.part_btn.app_btn {
    background: var(--green);
    color: var(--white);
    border: none;
}

.part_time_sec .staff_sec {
    background: #fafafa;
    padding: 60px 0;
    font-family: var(--ceragr);
}

.part_time_sec .staff_sec .staff_profile {
    display: flex;
}

.part_time_sec .staff_sec .staff_profile img {
    height: 240px;
    margin-right: 40px;
}

.part_time_sec .staff_sec .staff_profile .profile {
    display: flex;
    height: 240px;
    flex-direction: column;
    justify-content: center;
    font-family: var(--ceragr_l);
}

.part_time_sec .staff_sec .staff_profile .profile h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: var(--ceragr_l);
    font-weight: 600;
}

.part_time_sec .staff_sec .part_text {
    margin-bottom: 0;
}

.part_time_sec .staff_sec .part_text h2 {
    margin-bottom: 20px;
}


/*qualification block*/

.quli_info {
    padding: 80px 0;
    font-family: var(--ceragr);
}

.quli_info .quli_block {
    display: block;
    text-align: center;
}

.quli_info .quli_block img {
    height: 100px;
    margin-bottom: 15px;
    width: auto;
    object-fit: contain;
}

.quli_info .quli_block h5 {
    font-size: 20px;
}

.quli_info .quli_block p {
    font-size: 20px;
}

.single li {
    font-family: var(--ceragr_l);
}

.form-area .form-control::placeholder {
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: #afafaf;
}

footer.footer-section .footer_information {
    padding-bottom: 30px;
}

footer.footer-section .footer_widget_menu,
footer.footer-section .footer_logo img {
    padding: 280px 0 0;
}

footer.footer-section .footer_widget_menu p {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: var(--font-18);
    font-weight: 700 !important;
    color: var(--black);
    text-align: left;
    font-family: var(--ceragr);
    padding-left: 40px;
}

footer.footer-section .footer_widget_menu ul {
    padding-top: 25px;
}

footer.footer-section .footer_widget_menu ul li {
    padding-top: 7px;
    list-style: none;
}

footer.footer-section .footer_widget_menu ul li:first-child {
    padding-top: 0;
}

footer.footer-section .footer_widget_menu ul li a {
    font-family: var(--ceragr);
    color: var(--black);
    text-decoration: none;
    transition: all .4s;
    font-size: var(--font-16);
}

footer.footer-section .contact {
    padding-top: 57px;
}

footer.footer-section .contact i {
    font-size: var(--font-16);
    color: var(--black);
}

footer.footer-section .contact a {
    font-family: var(--ceragr);
    padding-left: 15px;
    color: var(--black);
    text-decoration: none;
    transition: all .4s;
    font-size: var(--font-16);
}

footer.footer-section .footer_widget_menu ul li a:hover,
footer.footer-section .social li a:hover,
footer.footer-section .copyright_menu ul li a:hover,
footer.footer-section .contact a:hover {
    color: white;
}

footer.footer-section .contact .email {
    padding-top: 10px;
}

footer.footer-section .social li {
    display: inline-block;
    text-decoration: none;
}

footer.footer-section .social li a {
    padding-right: 5px;
    color: var(--black) !important;
    text-decoration: none;
    transition: all .4s;
    font-size: var(--font-16);
}

footer.footer-section .social ul {
    padding: 30px 0 0 0;
}

footer.footer-section .social li a i {
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    padding: 5px 5px 5px 5px;
    margin-right: 5px;
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 2px #888;
    line-height: 34px;
    font-size: 19px;
    text-align: center;
}

footer.footer-section .copyright-area {
    border-top: 1px solid var(--black);
}

footer.footer-section .copyright,
footer.footer-section .copyright_menu {
    padding: 34px 0 34px 0;
}

footer.footer-section .copyright p {
    font-family: var(--ceragr);
    margin-bottom: 0 !important;
    color: var(--black);
}

footer.footer-section .copyright_menu ul {
    list-style: none;
    text-align: right;
    padding-top: 1px;
}

footer.footer-section .copyright_menu ul li {
    display: inline;
    padding-left: 10px;
}

footer.footer-section .copyright_menu ul li a {
    font-family: var(--ceragr);
    color: #000;
    text-decoration: none;
}

.footer-section-about {
    font-family: var(--ceragr);
}

footer.footer-section .social li a.facebook>i:hover {
    background: #5b4986;
    border-color: #5b4986 !important;
    color: white !important;
}

footer.footer-section .social li a.twitter>i:hover {
    background: #5b4986;
    border-color: #5b4986 !important;
    color: white !important;
}

footer.footer-section .social li a.instagram>i:hover {
    background: #5b4986;
    border-color: #5b4986 !important;
    color: white !important;
}

footer.footer-section .social li a.linkedin>i:hover {
    background: #5b4986;
    border-color: #5b4986 !important;
    color: white !important;
}

.v_blog_sec {
    margin-top: 30px;
    padding: 0 0;
    margin-bottom: 30px;
}

.v_blog_sec .v_blog_block {
    text-align: center;
    margin-bottom: 30px;
}

.v_blog_sec .v_blog_block img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.v_blog_sec .v_blog_block h4,
.v_blog_sec .v_blog_block h1,
.v_blog_sec .v_blog_block h2,
.v_blog_sec .v_blog_block h3,
.v_blog_sec .v_blog_block h5,
.v_blog_sec .v_blog_block h6 {
    margin: 0;
    font-size: 30px;
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.v_blog_sec .v_blog_block p {
    margin: 0;
    font-family: var(--ceragr_l);
    color: var(--black);
    font-size: var(--font-14);
    font-weight: 600;
    line-height: 1.4em;
}

.v_blog_sec .v_blog_block a {
    font-size: var(--font-14);
    font-family: var(--ceragr);
    text-transform: uppercase;
    line-height: 20px;
    color: var(--black);
}

@media (max-width:991px) {
    .v_blog_sec {
        margin-top: 30px;
    }
}

.sidebar-custom .std-btn-section .std-btn {
    width: 100% !important;
}

select.wpcf7-form-control {
    border-radius: 23px;
    background: #F2F2F2;
    border: none;
    color: #63696e;
    padding-left: 21px;
    height: 40px;
    font-family: var(--ceragr_l);
    font-weight: bold;
    font-size: var(--font-16);
    width: 100%;
}

.radio-button .wpcf7-form-control {
    margin-top: 10px;
    display: block;
}

.radio-button .wpcf7-form-control .wpcf7-list-item.first {
    margin-left: 0;
}

.standard-area p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: 600;
    color: var(--black);
    line-height: 1.4em;
}

.standard-area ul li {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    font-weight: normal;
    color: var(--black);
    line-height: 1.4em;
    margin-bottom: 10px;
}

input[type="checkbox"]:checked::before {
    background: var(--green);
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.radio-button .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}

.form-row .radio-button.eea_nation {
    margin-top: 45px;
}

.sub-title-std img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

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

.fixes-search-footer {
    padding-bottom: 50px;
}

.v_blog_sec.v_blog_2 .v_blog_block img {
    margin-bottom: 0;
}

.v_blog_sec.v_blog_2 .v_blog_block h4,
.v_blog_sec.v_blog_2 .v_blog_block h1,
.v_blog_sec.v_blog_2 .v_blog_block h2,
.v_blog_sec.v_blog_2 .v_blog_block h3,
.v_blog_sec.v_blog_2 .v_blog_block h5,
.v_blog_sec.v_blog_2 .v_blog_block h6 {
    font-size: 20px !important;
}

.page-template-page-our-campus .camp-head {
    color: var(--black);
    position: inherit;
}

.back-page-link {
    font-family: var(--ceragr);
    font-size: 16px;
    color: #3b7d47;
    margin: 40px 0;
    display: flex;
    line-height: normal;
    align-items: center;
}

.back-page-link:hover {
    color: var(--green);
}

.back-page-link img {
    width: 5px;
    margin-right: 5px;
}


/*====================nwslc-subject-area================= */

.obj-filed-course {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

.sub-area-course {
    font-family: var(--ceragr);
    font-size: 29px;
    color: var(--black);
    margin-bottom: 30px;
}

.sub-para-text p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 18px;
    margin: 0;
    line-height: 1.4em;
}

.subjectAreaIntroduction ul {
    list-style: none;
    font-size: var(--font-16);
    line-height: 18px;
    color: var(--black);
    padding-left: 11px;
}

.subjectAreaIntroduction2 ul {
    font-size: var(--font-16);
    line-height: 18px;
    color: var(--black);
    padding-left: 12px;
}

.course-text.course_type_content h1 {
    font-family: var(--ceragr);
    font-size: 29px;
    color: var(--black);
    margin-bottom: 30px;
}

.course-text.course_type_content h2 {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

.sub-gap {
    margin-bottom: 50px;
}

.sub-group {
    background: #FAFAFA;
    display: flex;
    margin-bottom: 10px;
}

.grp-left {
    width: 40%;
}

.grp-img {
    height: 100%;
}

.grp-right {
    width: 60%;
    padding: 30px;
}

.grp-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.grp-head {
    font-family: var(--ceragr);
    font-size: 22px;
    color: var(--black);
    margin-bottom: 15px;
}

.frp-flex p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    line-height: 1.4em;
    margin: 0;
}

.grp-inside p {
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    display: flex;
}

.grp-inside p span:first-child {
    margin-right: 5px;
    line-height: 18px;
    white-space: nowrap;
}

.grp-inside p span:nth-child(2) {
    border-left: 2px solid;
    padding-left: 5px;
    line-height: 18px;
}

.grp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.new-sb-btn {
    font-size: var(--font-16);
    font-family: var(--ceragr);
    text-decoration: none;
    min-width: 174px;
    color: var(--white);
    padding: 16px 10px;
    border-radius: 7px;
    background: var(--green);
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 6px 6px rgb(0 0 0 / 20%);
    text-align: center;
    transition: 0.5s;
    line-height: 18px;
}

.new-sb-btn:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
    border: 0;
}

.enq-btn {
    background: #fff;
    border: 2px solid #3b7d47;
    color: #3b7d47;
}

.enq-btn:hover {
    border: 2px solid #000;
}

.m-top {
    margin-top: 36px;
}

.new-sb-btn img {
    margin-right: 5px;
}

.new-sbj-btn {
    margin-bottom: 20px;
    text-align: center;
}

.btn-mobile {
    margin-bottom: 40px;
    display: none;
}


/*==================subject-accordion================*/

.subject-accordionn {
    display: none;
}

.subject-accordionn .accordion .card {
    border: none;
    margin-bottom: 20px;
}

.subject-accordionn .accordion .card-header {
    background: var(--green);
    cursor: pointer;
    padding: 9px 21px 9px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subject-accordionn .accordion .card-header .card-title {
    color: var(--white);
    font-size: 11px;
    font-family: var(--ceragr);
    text-decoration: none;
    margin-bottom: 0;
}

.subject-accordionn .accordion .card-header:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(0deg);
    background-image: url(../img/sub-arrow.png);
    height: 21px;
    width: 14px;
    background-repeat: no-repeat;
}

.subject-accordionn .accordion .card-header.collapsed:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    float: right;
    transform: rotate(90deg);
    background-image: url(../img/sub-arrow.png);
    height: 21px;
    width: 14px;
    background-repeat: no-repeat;
}

.subject-accordionn .accordion .card-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.subject-accordionn .accordion .card-body p {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    font-style: italic;
}

.sub-padding {
    margin-bottom: 50px;
}

.acc-gap {
    margin-bottom: 50px;
}

ul.new-app-area {
    margin: 0;
    padding-left: 13px;
}

.new-app-area li {
    list-style: none;
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
    margin: 0;
}

.new-online-area {
    margin: 0;
    padding-left: 15px;
}

.new-online-area li {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
    margin: 0;
}

.full-sb-btn {
    font-size: 20px;
    font-family: var(--ceragr);
    text-decoration: none;
    color: var(--white);
    padding: 40px 34px;
    border-radius: 10px;
    background: var(--green);
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: 0.5s;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 274px;
}

.full-sb-btn:hover {
    background: #000;
    text-decoration: none;
    color: #fff;
}

.full-sb-btn:last-child {
    margin-right: 0;
}

.new-features-icon p {
    font-weight: 600 !important;
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    font-size: 18px;
    line-height: 18px;
}

.new-features-icon {
    margin-top: 50px;
    padding-left: 34%;
}

.f-icon-text {
    display: flex;
    line-height: 18px;
    margin-bottom: 20px;
}

.f-icon-left img {
    width: 17px;
    margin-right: 12px;
    white-space: nowrap;
}

.f-icon-right p {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: 18px;
    line-height: 18px;
}

.course_area-template .Course-slider {
    margin-top: 0;
}

.sub-para-box {
    background: var(--green);
    padding: 52px 20px 40px;
    color: #fff;
}

.sub-para-box .obj-filed-course {
    color: #fff;
}

.sub-para-box .new-online-area li {
    color: #fff;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 22px;
}

.sub-right-padding {
    max-width: 720px;
}

.flex-course-box {
    display: flex;
    margin-bottom: 10px;
}

.fc-box-left {
    background: #E5E5E5;
    width: 300px;
    padding: 17px 10px 17px 30px;
}

.fc-box-rigth {
    width: 100%;
    background: #FAFAFA;
    padding: 17px 10px 17px 30px;
}

.flex-course-box p {
    color: var(--black);
    font-family: var(--ceragr_l);
    line-height: 18px;
    font-weight: 600 !important;
    margin: 0 !important;
}

.t-staff {
    background: #FAFAFA;
    padding: 70px 0;
    margin-bottom: 50px;
}

.t-staff-area {
    display: flex;
    justify-content: space-between;
}

.tl-area {
    width: 40%;
    padding-right: 120px;
}

.tr-area {
    width: 55%;
    display: flex;
}

.tr-img img {
    width: 172px;
    height: 191px;
    object-fit: cover;
    object-position: top;
    margin-right: 20px;
    white-space: nowrap;
}

.tr-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 182px;
}

.tr-text h2 {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.qualification-box {
    margin-bottom: 50px;
}

.q-box-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.q-icon-box {
    display: inline-block;
    max-width: 252px;
}

.qbox-area {
    text-align: center;
    display: inline-block;
}

.qbox-text h3 {
    font-family: var(--ceragr);
    font-size: 16px;
    color: var(--black);
    margin-bottom: 5px;
}

.q-img {
    margin-bottom: 20px;
}

.qualification-box .sub-area-course {
    margin-bottom: 40px;
}

.qualification-box .q-link {
    color: var(--green);
}

.h-code {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
    margin-bottom: 17px;
    margin-top: 9px;
    display: none;
}


/*extra========div=======css*/

.camp-with-img {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
}

.cw-left h3 {
    font-family: var(--ceragr);
    font-size: 16px;
    color: var(--black);
    margin-bottom: 20px;
}

.cw-left p {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
}

.post-code-box {
    /* background: var(--green);
    padding: 52px;
    margin-bottom: 50px;*/
    background: transparent;
    padding: 0;
    margin-bottom: 50px;
}

.post-code-box iframe {
    width: 100%;
}

.post-code-box h2 {
    font-family: var(--ceragr);
    font-size: 29px;
    color: var(--white);
}

.postcode-text p {
    color: var(--white);
    font-family: var(--ceragr_l);
    font-size: var(--font-14);
    line-height: 18px;
}

.post-input-box {
    margin-top: 60px;
    display: flex;
}

.post-input-box input {
    width: 60%;
    padding: 8px;
    border: none;
    background: #F2F2F2;
}

.post-input-box input::placeholder {
    font-family: var(--ceragr_l);
    font-size: var(--font-16);
    color: #4E4C4C;
}

.post-input-box .postbtn {
    border: none;
    width: 40%;
    background: #4E4C4C;
    font-family: var(--ceragr);
    font-size: var(--font-16);
    color: var(--white);
    line-height: 18px;
}

.funding-box {
    background: #FAFAFA;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.funding-box p {
    font-family: var(--ceragr);
    font-size: 14px;
    color: var(--black);
}

.dt-apply {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    ;
}

.dt-apply-left {
    width: 80%;
    background: #E5E5E5;
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: space-between;
}

.dt-apply:nth-of-type(odd) .dt-apply-left {
    background: #FAFAFA;
}

.dt-box p {
    margin: 0 !important;
    font-family: var(--ceragr);
    font-size: 16px;
    color: var(--black);
}

.dt-apply-right {
    width: 20%;
}

a.dt-link {
    background: #54b265;
    width: 100%;
    text-align: center;
    padding: 7px;
    font-family: var(--ceragr);
    font-size: 16px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
}

.dt-box {
    padding: 0px 3px;
    text-align: left;
    line-height: 18px;
}

.dt-apply-left .dt-box:last-child {
    width: 108px;
}


/*=======================responsive=================*/

@media(max-width:991px) {
    .tl-area {
        padding-right: 15px;
    }
    .tr-text {
        padding-right: 0;
    }
    .sub-right-padding {
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .grp-left {
        display: none;
    }
    .grp-right {
        width: 100%;
        padding: 40px 15px;
    }
    .new-features-icon {
        padding-left: 15%;
    }
    .sub-right-padding {
        max-width: 100%;
        width: 100%;
    }
    .t-staff {
        display: none;
    }
    .qualification-box {
        display: none;
    }
    .cw-right {
        display: none;
    }
    .cw-right {
        width: 100%;
    }
}

@media(max-width:575px) {
    .btn-desktop {
        display: none;
    }
    .btn-mobile {
        display: block;
    }
    .new-sbj-btn {
        text-align: left;
    }
    .none-mobile {
        display: none;
    }
    .subject-accordionn {
        display: block;
    }
    .h-code {
        display: block;
    }
    .h-code-area {
        margin-bottom: 0px;
    }
    .n-f-mobile {
        padding-left: 0;
    }
    .mobile-f-div {
        display: flex;
        flex-wrap: wrap;
    }
    .n-f-mobile .f-icon-text {
        flex-direction: column;
        text-align: center;
        width: 50%;
        display: inline-block;
    }
    .mobile-f-div .f-icon-left img {
        margin-bottom: 10px;
    }
    .post-code-box {
        padding: 41px 11px;
    }
}

.course_area-template .Course-slider {
    margin-top: 0;
}

.course_area-template .home-news-heading {
    margin-bottom: 0;
}

.campus-float-section .img-float-section {
    width: 900px;
}

.course_anchor {
    color: var(--black)
}

.course_anchor:hover {
    text-decoration: none;
    color: var(--black)
}

.course_area-template .sub-para-box ul {
    margin: 0;
    padding-left: 15px;
}

.course_area-template .sub-para-box ul li {
    color: #fff;
    font-weight: 600;
    font-size: var(--font-16);
    line-height: 22px;
    font-family: var(--ceragr_l);
    margin: 0;
}

.course_area-template .time-head-section {
    font-size: 24px;
    font-family: var(--ceragr);
}

.course_area-template .abc-category {
    font-size: 20px;
    font-family: var(--ceragr_l);
}

.abc-category {
    font-size: 20px;
    font-family: var(--ceragr_l);
}

.text-decoration:hover {
    text-decoration: none;
}

.course_type_content {
    width: 100%;
}

.course_type_image {
    position: relative;
    right: 0;
}

.single-course_type .tab-content .img-blog {
    margin-top: 30px;
}

.single-course_type .tab-content .course1,
.single-course_type .tab-content .course2 {
    margin-bottom: 50px;
}

.single-course_type .tab-content .white-back-blog {
    margin: 30px 0;
}

.course_area-template.single .subjectAreaIntroduction li {
    list-style: disc;
    margin-left: 3px;
}

.single-course_type .tab-content .course-button-section p {
    min-width: 240px;
    border-radius: 20px;
    padding: 54px 24px;
}

.course-tabs-section .tab-content h2 {
    color: var(--black);
    font-family: var(--ceragr_l);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 25px;
}

footer.footer-section .social li a {
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    background: transparent !important;
    border-radius: 50%;
}

.wp-block-social-links .wp-social-link svg {
    width: 22px !important;
    height: 22px !important;
}

footer.footer-section .social li a:hover {
    background: #5b4986;
    border-color: #5b4986;
}

.campus_categorys {
    display: flex;
    flex-wrap: wrap;
}

.campus_category {
    height: 100%;
}

.campus_category a {
    background: var(--green);
    font-family: var(--ceragr);
    border-radius: 7px;
    color: #000;
    padding: 16px 37px;
    width: auto;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.4em;
    margin-right: 20px;
    height: 100%;
    display: grid;
    place-items: center;
}

.campus_category a:hover {
    background: #000;
    color: #ffffff;
    text-decoration: none;
}

.campus_category a.active {
    background: #000;
    color: #fff;
}


/*==============01-04-2022====================*/

.apprenticeship-vacancies-sec {
    margin-top: 40px;
}

.apprenticeship-vacancies-sec .apprenticeship-vacancies-scroll {
    max-height: 460px;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #54B265 #f1f1f1;
}

.apprenticeship-vacancies-scroll::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.apprenticeship-vacancies-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.apprenticeship-vacancies-scroll::-webkit-scrollbar-thumb {
    background: #54B265;
}


/* Handle on hover */

.apprenticeship-vacancies-scroll::-webkit-scrollbar-thumb:hover {
    background: #54B265;
}

.apprenticeship-vacancies-headline {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    /*margin-bottom: 8px;*/
}

.apprenticeship-vacancies-link a {
    /*background: #000;*/
    padding: 9px;
    /* background: var(--white); */
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    width: 108px;
    text-align: center;
}

.apprenticeship-vacancies-link a:hover {
    text-decoration: none;
}

.apprenticeship-vacancies-listing p {
    margin-bottom: 20px !important;
}

.apprenticeship-vacancies-sec .row {
    border-bottom: 1px solid #000;
    /*margin-bottom: 20px;*/
}

.apprenticeship-vacancies-sec .row:last-child {
    border-bottom: 0px solid #000;
}

.apprenticeship-vacancies-sec .row:nth-of-type(odd) {
    background-color: #E5E5E5;
}

.apprenticeship-vacancies-listing {
    padding: 15px;
}

.apprenticeship-vacancies-listing ul {
    margin: 0;
    padding: 0;
}

.apprenticeship-vacancies-listing ul li {
    display: block;
    margin-bottom: 8px;
}

.apprenticeship-vacancies-listing ul li span {
    font-weight: 600;
}

.apprenticeship-vacancies-listing h4.time-head-section {
    margin-bottom: 20px;
    color: var(--green);
}

.apprenticeship-vacancies-link {
    text-align: right;
    padding-right: 15px;
}

.apprenticeship-vacancies-listing ul li {
    font-size: var(--font-16);
    font-family: var(--ceragr_l);
    color: var(--black);
    line-height: 1.4em;
}

.grecaptcha-badge {
    visibility: hidden;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.popup-overlay .popup-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.popup-overlay .popup-content .popup-box {
    display: inline;
    width: 80%;
    min-height: 200px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.popup-overlay .popup-content .popup-box img {
    width: 100%;
    border-radius: 5px;
}

.popup-overlay a.close-popup {
    background-color: #b23636;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    padding: 12px;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 50px;
    height: 50px;
}

@media(min-width: 768px) {
    .popup-overlay .popup-content .popup-box {
        width: 50%;
    }
}

#wp_access_helper_container,
.accessability_container {
    display: none !important;
}

@media all and (max-width: 480px) {
    .campus_category {
        height: 45% !important;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 767px) {
    .campus_category {
        height: 80%;
        margin-bottom: 10px;
    }

    .campus_categorys{
        height: 100%;
    }
}