@font-face {
    font-family: 'Old English Text MT';
    src: url('fonts/OldEnglishTextMT.eot');
    src: url('fonts/OldEnglishTextMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/OldEnglishTextMT.woff2') format('woff2'),
        url('fonts/OldEnglishTextMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #231834;
    --secondary-color: #ff6900;
    --secondary-color-hover: #ff6900ee;
    --secondary-color-bg: #ff69007a;
    --text-color: #6C83A2;
    --tertiary-color: #c20000;
    --basic-black: #000;
    --basic-white: #FFF;
    --quaternary: #17c700ee;
    --tertiary-color-i: rgb(168, 168, 168);
    --tertiary-color-i-hover: #575757;
    --background-color: #ffffff;

    --font-family: "Montserrat", serif;
    --font-family-secondary: "Old English Text MT";
    --thin: 100;
    --extralight: 200;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --black: 900;
}

body {
    font-family: var(--font-family);
}

.btn-primary {
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    padding: 15px 18px;
    font-weight: bold;
    --bs-btn-active-bg: #f60505ee;
}

.btn-dark {
    background: var(--primary-color);
    color: var(--basic-white);
    border: none;
    border-radius: 0;
    padding: 15px 18px;
    font-weight: bold;
    --bs-btn-active-bg: #0b0b0bee;

}

.btn-light {
    background: var(--basic-white);
    color: var(--basic-black);
    border: none;
    border-radius: 0;
    padding: 15px 18px;
    font-weight: bold;
    --bs-btn-active-bg: #edededee;

}

.btn-primary:hover {
    background-color: var(--secondary-color-hover);
}

.btn-secondary {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    padding: 15px 18px;
    font-weight: bold;
}

.btn-warning {
    background: var(--secondary-color);
    border: var(--secondary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-success {
    background-color: var(--quaternary) !important;
}

.bg-danger {
    background-color: var(--tertiary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

.navbar {
    font-size: medium;
    font-weight: var(--semibold);
}

.navbar .navbar-nav {
    margin: 0 20px;
}

.navbar .nav-link {
    font-size: 14px;
}


.navbar .btn {
    font-size: 11px;
}

.navbar .social-icons {
    align-self: center;
}

.navbar .social-icons a {
    padding: 7px 12px;
    margin: 0px;
    background-color: rgb(243, 243, 243);
}

.navbar-nav .dropdown-menu {
    border-radius: 0 !important;
}

.navbar-nav .dropdown-menu li a:hover {
    background-color: var(--secondary-color);
    color: var(--basic-white);

}

header {
    background: var(--basic-white);
    -webkit-box-shadow: 0 0 5px 0 #CFCFCF;
    box-shadow: 0 0 5px 0 #CFCFCF;
    position: relative;
    z-index: 999;
}

#modalVideo {
    width: 100%;
    height: 30vw;
}

.fixed {
    position: fixed;
    width: 100%;
    background: var(--basic-white);
    z-index: 999;
    -webkit-box-shadow: 0 0 5px 0 #CFCFCF;
    box-shadow: 0 0 5px 0 #CFCFCF;
}

.owl-slider {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 5px solid var(--quaternary);
}

.owl-slider .item {
    position: relative;
}

.owl-slider .item .os-content {
    position: absolute;
    left: 0;
    top: 130px;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: flex;
    /* Enable Flexbox */
    flex-direction: column;
    /* Stack children vertically */
    justify-content: center;
    /* Vertically center children */
    align-items: center;
    /* Horizontally center children */
}

.owl-slider .item .os-content h1 {
    font-size: xx-large;
    /* background-color: rgba(10, 0, 44, 0.8); */
    text-transform: capitalize;
    font-weight: bold;
    /* Black with 80% opacity */
    /* padding: 15px 25px; */
    /* Adjust padding as needed */
    display: inline;
    /* Ensure the background only covers the text */
    line-height: 1.5;
    /* Adjust line height for better spacing */
    box-decoration-break: clone;
    /* Ensure padding and background apply to each line of text */
    -webkit-box-decoration-break: clone;
    /* For Safari support */
    /* border: 1px solid var(--basic-white);
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    text-shadow: 1px 1px 10px #000000;
    margin: 0;
}

.owl-slider .item .os-content h5 {
    font-size: medium;
    color: var(--basic-white);
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* Black with 80% opacity */
    padding: 0;
    /* Adjust padding as needed */
    display: inline;
    /* Ensure the background only covers the text */
    line-height: 1.5;
    /* Adjust line height for better spacing */
    box-decoration-break: clone;
    /* Ensure padding and background apply to each line of text */
    -webkit-box-decoration-break: clone;
    /* For Safari support */
    /* -webkit-border-radius: 10px;
    border-radius: 10px; */
    text-shadow: 1px 1px 10px #000000;
    margin: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}


#owc-partners .owl-dots {
    bottom: auto !important;
}

.quick-links {
    background-color: var(--primary-color);
    color: white;
    margin: 0;
    padding: 30px 0 20px 0;
    width: 100%;
    float: left;
}

.quick-links .ql-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
}

.quick-links .ql-ul li {
    width: 23%;
    float: none;
    display: inline-block;
    text-align: center;
    padding: 40px 5px;
    border-style: solid;
    border-radius: 5px;
    border-width: 3px 3px 3px 3px;
    border-color: rgba(71, 55, 112, 0.6);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 5px;
    color: var(--secondary-color);
}

.quick-links .ql-ul li:hover {
    background-color: rgba(71, 55, 112, 0.43);
}

.quick-links .ql-ul li a {
    text-decoration: none;

}

.quick-links .ql-ul li .ico-box {
    width: 100%;
    float: left;
    height: 80px;
}

.quick-links .ql-ul li .ico-box i {
    color: var(--secondary-color);
    font-size: 3rem;
    margin: 0 0 10px 0;
}

.quick-links .ql-ul li a h1 {
    color: var(--basic-white);
    font-size: larger;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.quick-links .ql-ul li a p {
    text-align: center;
    color: #766C90;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    width: 100%;
    float: left;
}

.quick-note {
    padding: 45px 0px;
}

.quick-note h5 {
    color: var(--secondary-color);
    font-size: small;
    font-weight: var(--bold);
    letter-spacing: 2px;
}

.quick-note h1 {
    color: var(--basic-white);
    font-weight: var(--extrabold);
    font-size: 2.2rem;
}

.quick-note .qn-cta-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: 20px;
}

.quick-note .qn-cta-wrap .qn-cta {
    width: 100%;
    padding: 30px 0px;
    background-color: var(--basic-white);
    font-weight: var(--extrabold);
    font-size: small;
    letter-spacing: 2px;
    border: none;
    box-shadow: 0px -4px 31px 3px rgba(0, 0, 0, 0.21);
    position: absolute;
    bottom: -105px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.detail-info {
    width: 100%;
    float: left;
    padding: 80px 0px;
    margin: 0;
    background: var(--basic-white);
}

.detail-info .di-info {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0;
    line-height: 30px;
    color: var(--text-color);
    text-align: justify;
}

.detail-info .di-info h1 {
    font-weight: var(--bold);
    color: var(--primary-color);
}

.detail-info .di-info ul {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style-type: none;
}

.detail-info .di-cta {
    padding: 18px 30px;
    margin: 0;
    float: left;
    font-weight: var(--extrabold);
    font-size: small;
    letter-spacing: 2px;
    border: none;

}

.detail-info .di-img {
    margin: 0;
    padding: 0;
}

.detail-info .di-img img {
    width: 100%;
}

.detail-info .di-dc {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0;
    color: var(--text-color);
    line-height: 30px;
    text-align: justify;
}

.detail-info .di-dc .drop-cap {
    float: left;
    font-size: 5rem;
    font-weight: var(--extrabold);
    line-height: 1;
    margin-right: 30px;
    color: var(--secondary-color);
}

.detail-info .di-dc img {
    margin: 0 0 0 20px;
}

.news-head {
    background-color: var(--primary-color);
}

.news-head .nh-text {
    margin: 60px 0px 50px 0;
}

.news-head .nh-text h5 {
    color: var(--secondary-color);
    font-size: small;
    font-weight: var(--bold);
    letter-spacing: 2px;
}

.news-head .nh-text h1 {
    color: var(--basic-white);
    font-weight: var(--extrabold);
    font-size: 2.2rem;
    text-transform: capitalize;
}

.edu-news {
    margin: 40px 0 0 0;
}

.edu-news .en-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.edu-news .en-ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.edu-news .en-ul li:hover {
    background-color: #f8f8f8;
}

.edu-news .en-ul li img {
    width: 250px;
    height: auto;
    margin-right: 20px;
}

.edu-news .en-ul li p:first-child {
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

.edu-news .en-ul li p:first-child a {
    color: gray;
    text-decoration: none;
}

.edu-news .en-ul li p:first-child a:hover {
    color: var(--secondary-color);
}

.edu-news .en-ul li h5 a {
    font-weight: bold;
    margin: 5px 0;
    text-decoration: none;
    color: var(--basic-black);
}

.edu-news .en-ul li h5 a:hover {
    color: var(--secondary-color);
}


.edu-news .en-ul li .news-content {
    padding-left: 15px;
}

.edu-news .en-ul li .divider {
    width: 40px;
    height: 3px;
    background: #1e88e5;
    margin: 8px 0;
}

.edu-news .en-ul li p:last-child a {
    text-decoration: none;
    color: var(--basic-black);
}

.edu-news .en-ul li p:last-child a:hover {
    color: var(--secondary-color);
}

.facts {
    background: white;
    padding: 52px 0 10px 0;
    text-align: center;
    position: relative;
    top: -150px;
    width: 100%;
    left: 10%;
    right: 0%;
    float: left;
    border-top: 15px solid var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0px -4px 31px 3px rgba(0, 0, 0, 0.05);
}

.facts .divider {
    width: 40px;
    height: 3px;
    position: relative;
    margin: 20px 0;
    padding: 3px;
    left: 41%;
    background: var(--secondary-color);
}

.facts .fc-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.facts .fc-ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.facts .fc-ul li h2 {
    font-size: 47px;
    font-weight: bold;
    color: #1b1334;
    margin: 20px 0;
    font-weight: var(--extrabold);
}

.facts .fc-ul li h6 {
    font-size: 12px;
    font-weight: bold;
    color: #1b1334;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.facts .fc-ul li p {
    color: gray;
    font-size: 16px;
    margin-bottom: 20px;
}






.right-tip {
    background: white;
    padding: 10px 0;
    text-align: center;
    position: relative;
    width: 100%;
    left: 10%;
    right: 0%;
    float: left;
    border-top: 15px solid var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0px -4px 31px 3px rgba(0, 0, 0, 0.05);
}

.right-tip h2 {
    font-weight: bold;
    color: #1b1334;
    margin: 20px 0;
    font-weight: var(--extrabold);
}


.right-tip .divider {
    width: 40px;
    height: 3px;
    position: relative;
    margin: 20px 0;
    padding: 3px;
    left: 41%;
    background: var(--secondary-color);
}

.right-tip .fc-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.right-tip .fc-ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.right-tip .fc-ul li #glr-glmps {
    height: 125px;
    width: 100%;
}





.reg-wrap {
    background-image: url(../images/registration-background.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.reg-wrap .form-container {
    background: #f8f8f8;
    padding: 35px;
}

.reg-wrap .form-container input {
    padding: 15px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.reg-wrap .form-container h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.reg-wrap .form-container .fc-txt-bx {
    margin: 10px 0;
}

.reg-wrap .form-container .btn-primary {
    width: 100%;
}

/* Right Side: Events */
.events {
    background: var(--primary-color);
    color: white;
    padding: 0px;
    margin: 0;
}

.events h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.el-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.events .el-ul li {
    background: var(--primary-color);
    margin-bottom: 0px;
    padding: 10px;
    transition: 0.4s;
    width: 100%;
    float: left;
}

.events .el-ul li:hover {
    background: var(--secondary-color);
}

.event-image {
    width: 80px;
    float: left;
}

.event-image img {
    width: 100%;
}

.event-details {
    float: left;
    font-size: 16px;
    padding-left: 10px;
}

.event-details .event-date {
    color: #aaa;
    font-size: 12px;
    font-weight: bold;
    transition: 0.4s;
}

.event-details p {
    margin: 0;
}

.events .el-ul li:hover .event-date {
    color: #ffffff;
}

.our-cources h1 {
    margin-top: 80px;
    font-weight: var(--bold);
}

.course ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
}

.course ul li {
    display: inline-block;
    float: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 0;
    text-align: center;
}

.course ul li .course-thumb {
    position: relative;
    width: 100%;
    height: 58vh;
    overflow: hidden;
}

.course-thumb img {
    width: 100%;
}

.ct-caption {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--basic-white);
    padding: 15px;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.ct-caption img {
    width: 70%;
    margin-top: -40%;
    padding: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
}

.ct-caption h6 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    color: var(--text-color);
}

.ct-caption h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: var(--basic-black);
}

.ct-caption p {
    height: 0;
    display: none;
    transition: height .2s;
    font-size: 15px;
    line-height: 1.5em;
    color: var(--text-color);
}

.ct-caption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

.course-slide-up:hover .ct-caption {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}

.course-slide-up:hover .ct-caption p {
    display: inline-block;
}

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

    padding: 10px 15px;
    border: 1px solid #ddd;

}

.course .lessons {
    color: #5a5a5a;
    font-weight: bold;
    font-size: 14px;
}

.course .view {
    color: #ff8800;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.admissions-section {
    background-color: #f8f8f8;
    padding: 60px 0;

}

.admissions-section h2 {
    font-weight: var(--extrabold);
    color: #2c2c58;
}

.admissions-section p {
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 20px;
}

.btn-outline-dark {
    align-items: center;
    justify-content: center;
    padding: 20px 80px;
    border: 2px solid #2c2c58;
    font-weight: bold;
    color: #2c2c58;
    border-radius: 0px;
    text-decoration: none;
}

.btn-outline-dark i {
    margin-right: 10px;
}

footer {
    border-top: 5px solid var(--secondary-color);
    background-color: #1a142b;
}

footer h2 {
    font-family: var(--font-family-secondary);
    color: var(--basic-white);
}

footer p {
    font-size: 24px;
    color: #ddd;
    font-weight: var(--medium);
}

footer .logo-foot {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}

footer ul {
    font-size: 16px;
    color: #ddd;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    text-align: center;

}

footer ul li {
    color: var(--secondary-color);
    display: inline-block;
    padding: 5px 10px;
}

footer ul li a {
    color: #ddd;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: none;
    color: var(--quaternary);
}

footer .contact-buttons {
    text-align: right;
}

footer .contact-buttons .btn {
    padding: 20px 40px;
    width: 100%;
    margin: 0 0 2px 0;
}

footer .copyright {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    background: #181424;
    font-size: 14px;
    color: #aaa;
}

footer .copyright a {
    color: #aaa;
    text-decoration: none;
}

footer .copyright a:hover {
    text-decoration: underline;
}



.head-title {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.head-title h1 {
    background-color: var(--secondary-color-bg);
    color: var(--basic-white);
    font-weight: var(--black);
    padding: 30px 40px;
    margin: 65px 0px 65px 20px;
}

.cw-img {
    padding: 0;
    margin: 10px 0 0 0;
}

.cw-info {
    margin: 0;
}

.cw-info h2 {
    font-weight: var(--bold);
    color: var(--primary-color);
    margin-bottom: 25px;
}

.cw-info h6 {
    color: var(--text-color);
    font-size: 18px;
    font-weight: var(--semibold);
}

.cw-info p {
    color: var(--text-color);
}

.cw-info p i {
    color: var(--secondary-color);
    font-size: 12px;
    margin-bottom: 2px;
}

.cw-info p a {
    text-decoration: none;
    color: var(--text-color);
}

.cw-info p a:hover {
    color: var(--secondary-color);
}

.working-hours {
    background: white;
    margin: 0;
    padding: 0px 20px;
    position: relative;
    top: -20px;
    width: 90%;
    right: 0%;
    float: left;
    border-top: 15px solid var(--secondary-color);
    border-radius: 5px;
    box-shadow: 0px -4px 31px 3px rgba(0, 0, 0, 0.15);
}

.working-hours .wh-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;

}

.working-hours .wh-ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CBD3E0;
}

.working-hours .wh-ul li:hover {
    background: rgba(247, 247, 247, 0.63);
}


.working-hours h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1b1334;
    margin: 20px 0 0 0;
    font-weight: var(--extrabold);
    text-align: center;
}

.working-hours h5 {
    font-size: 16px;
    font-weight: bold;
    color: #1b1334;
    margin: 10px 0 0 0;
    text-align: center;
}


.working-hours .wh-ul li .dy-ttl {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: var(--medium);
    margin: 0px;
}


.working-hours .wh-ul li .dy-ttl .fa {
    color: var(--secondary-color);
    margin-right: 15px;
}

.working-hours .wh-ul li .dy-ttl .fa::before {
    content: "\f0da";
}

.working-hours .wh-ul li .dy-tim {
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 0 0px 33px;
    font-weight: var(--semibold);
    line-height: 24px;
}



.contact-form .cf-cta iframe {
    width: 100%;
    height: 380px;
    margin-top: 10px;
}

.contact-form .cf-cta button {
    width: 100%;
    margin: 3px 0;
    text-transform: uppercase;
}

.contact-form .cf-cta .btn-secondary {
    background-color: var(--tertiary-color);
}

.cf-form {
    margin: 0px;
    padding: 0px;
}

.cf-form h2 {
    font-weight: var(--bold);
    color: var(--primary-color);
    margin-bottom: 25px;
}

.cf-form h6 {
    color: var(--text-color);
    margin: 0px;
    font-size: 18px;
    font-weight: var(--semibold);
}

.cf-form form {
    margin-top: 20px;
}

.cf-form label {
    color: var(--text-color);
}

.cf-form input {
    padding: 10px;
    margin: 0;
    border: 2px solid #b4b4b4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.cf-form select {
    padding: 10px;
    margin: 0;
    border: 2px solid #b4b4b4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.cf-form textarea {
    width: 100%;
    border: 2px solid #b4b4b4;
    height: 238px;
}

.cf-form button {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: var(--extrabold);
    padding: 21px 35px 21px 35px;
}

.cm-info h1 {
    font-weight: var(--bold);
    color: var(--primary-color);
    margin: 5px 0;
}

.cm-info h5 {
    font-weight: var(--bold);
    color: var(--primary-color);
    margin: 5px 0;
}

.cm-info p {
    color: var(--text-color);
    font-weight: var(--medium);
    line-height: 28px;
    text-align: justify;
}



.title-wrap h1 {
    font-weight: var(--bold);
    color: var(--primary-color);
}

.title-bar {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0px 0px 30px 0;

}

.title-bar span {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 15%;
    height: 3px;
    background-color: var(--tertiary-color);
}


.bread-crumb {
    box-shadow: 0px -4px 31px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 99;
}

.bread-crumb ul {
    position: relative;
    list-style: none;
}

.bread-crumb ul li,
.bread-crumb ul li a {
    display: inline;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: var(--extrabold);
}

.bread-crumb ul i {
    color: red;
    font-size: 5px;
    position: relative;
    top: -2px;

}

.statement h2 {
    color: var(--primary-color);
    font-weight: var(--black);
    margin: 0 0 22px 0;
}

.statement p {
    font-size: large;
    color: var(--text-color);
}

.values {
    background-color: #f6f6f6;
}

.values h3 {

    font-weight: var(--extrabold);
    color: var(--primary-color);
    margin: 0 0 20px 0;
}

.values .v-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}

.values .v-ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid var(--basic-black);
    text-transform: uppercase;
}

.values .v-ul li i {
    float: right;
}

.values .v-ul li:hover {
    background: var(--basic-white);
}

.values .v-info {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0px;
    text-align: justify;
}

.values .v-info i {
    color: var(--secondary-color);
}

.values .v-info h5 {
    line-height: 30px;
    font-weight: var(--extrabold);
    color: var(--primary-color);
    font-size: 20px;
    margin: 0px 0;
}

.values .v-info p {
    margin: 20px 0;
}

.staff-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.staff-ul li {
    width: 20%;
    float: none;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border-bottom: 5px solid #ebebeb;
}

.staff-ul li a {
    text-decoration: none;

}

.staff-ul li:hover {
    background: #fafafa;
    border-bottom: 5px solid var(--quaternary);

}

.staff-ul li img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.staff-ul li .txt-wrp {
    width: 100%;
    height: 80px;
    float: left;
}

.staff-ul li .txt-wrp h3 {
    font-weight: var(--bold);
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 0;
}

.staff-ul li p {
    color: var(--text-color);
}

.admission-form h3 {
    font-weight: var(--bold);
    color: var(--primary-color);
}

.admission-form h5 {
    font-weight: var(--bold);
    color: var(--primary-color);
}

.admission-form label {
    color: var(--text-color);
}

.admission-form input {
    padding: 10px;
    margin: 0;
    border: 2px solid #b4b4b4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.admission-form select {
    padding: 10px;
    margin: 0;
    border: 2px solid #b4b4b4;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.admission-form textarea {
    width: 100%;
    border: 2px solid #b4b4b4;
    border-radius: 0px;
    height: 238px;
}







.m-cat-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}

.m-cat-ul li {
    width: 30%;
    float: none;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border-bottom: 5px solid #ebebeb;
}

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

}

.m-cat-ul li:hover {
    background: #FFF;
    border-bottom: 5px solid var(--primary-color);

}

.m-cat-ul li img {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 20px;
}

.m-cat-ul li .txt-wrp {
    width: 100%;
    float: left;
    height: 55px;
}

.m-cat-ul li .txt-wrp h3 {
    font-weight: var(--bold);
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 0;
}

.m-cat-ul li p {
    color: var(--text-color);
}






.sub-link-ul {
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px;
    background: var(--basic-white);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 #C9C9C9;
    box-shadow: 0 0 20px 0 #C9C9C9;
    border-top: 5px solid var(--quaternary);
}

.sub-link-ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #C9C9C9;
}

.sub-link-ul li a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
    color: var(--basic-black);
    text-decoration: none;
    font-weight: var(--bold);
    font-size: 12px;
}

.sub-link-ul li:last-child {
    border: none;
}

.sub-link-ul li a i {
    float: right;

}

.sub-link-ul li a:hover {
    color: var(--quaternary);
}





.vdo-img {
    position: relative;
    overflow: hidden;
    /* Ensure the border doesn't overflow */
}

.vdo-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.vdo-img:hover:after {
    opacity: 1;
}


/* Overlay border styles */
.overly-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.overly-border::before,
.overly-border::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    z-index: 1;
}

.overly-border::before {
    top: 15%;
    /* 15% padding from top */
    bottom: 15%;
    /* 15% padding from bottom */
    left: 0;
    right: 0;
    border-top: 5px solid var(--secondary-color);
    border-bottom: 5px solid var(--secondary-color);
    -webkit-transform: scaleX(0);
    /* Start with no width */
    transform: scaleX(0);
}

.overly-border::after {
    top: 0;
    bottom: 0;
    left: 15%;
    /* 15% padding from left */
    right: 15%;
    /* 15% padding from right */
    border-left: 5px solid var(--secondary-color);
    border-right: 5px solid var(--secondary-color);
    -webkit-transform: scaleY(0);
    /* Start with no height */
    transform: scaleY(0);
}

/* Hover effect */
.vdo-img:hover .overly-border::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    /* Animate to full width */
    transform: scaleX(1);
}

.vdo-img:hover .overly-border::after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    /* Animate to full height */
    transform: scaleY(1);
}



.play-btn-cont {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 35%;
}

.play-desc {
    width: 100%;
    float: left;
    padding: 10px 0 0 175px;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(#6ab90e 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0px auto;
    box-shadow: 0px 0px 25px 3px #89ff00;
    border: none;
}

/* triangle */
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -25%;
    left: -25%;
    background: #6ab90e;
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;

    }
}




/*Responsive*/
@media screen and (max-width : 1366px) {}

@media screen and (max-width: 1200px) {
    .quick-links .ql-ul li {
        width: 40%;
    }

    .course ul li .course-thumb {
        height: 44vh;
    }
}

@media screen and (max-width : 1024px) {
    .quick-links .ql-ul li {
        width: 40%;
    }

    .facts {
        top: 0;
        width: 80%;
        margin: 0 0 40px 0;
    }

    .course ul li .course-thumb {
        height: 34vh;
    }

    .working-hours {
        margin: 20px auto;
        top: 0px;
        width: 60%;
        right: 0%;
        left: 0%;
        float: none;
        display: inline-block;
    }

    .working-hours .wh-ul li span {
        margin: 0;
    }

    .navbar-brand {
        width: 60%;
    }

    .staff-ul li {
        width: 40%;
    }


    .staff-ul li h3 {
        font-size: 15px;
    }

    .staff-ul li p {
        font-size: 10px;
    }
}

@media screen and (min-width : 769px) {}

@media screen and (max-width : 780px) {}

@media screen and (max-width : 768px) {
    .quick-links .ql-ul li {
        width: 40%;
    }

    .edu-news .en-ul li img {
        width: 20%;
    }

    .facts {
        top: 0;
        width: 80%;
    }

    .course ul li .course-thumb {
        height: 64vh;
    }

    .events {
        margin: 20px 0;
    }


    .head-title h1 {
        width: 80%;
    }

    .cw-info {
        margin: 0 0px 0 0px;
    }



    .cf-form {
        margin: 0;
        padding: 0;
    }

    .cf-form button {
        width: 100%;
    }

    .owl-slider .item .os-content {
        display: none;
    }

    .right-tip {
        margin-top: 20px;
        width: 100%;
        left: 0%;
    }


    .edu-news .en-ul li {
        display: inline-block;
        width: 100%;
    }


    .edu-news .en-ul li img {
        width: 100%;
        padding: 0;
        margin: 0;
    }

}

@media screen and (max-width : 580px) {
    .course ul li {
        width: 70%;
    }

    .course ul li .course-thumb {
        height: 74vh;
    }
}

@media screen and (max-width : 480px) {
    .quick-links .ql-ul li {
        width: 80%;
    }

    .facts {
        top: 0;
        width: 80%;
    }

    .course ul li {
        width: 80%;
    }

    .course ul li .course-thumb {
        height: 50vh;
    }

    .events {
        margin: 20px 0;
    }



}

@media screen and (max-width : 380px) {
    .course ul li {
        width: 80%;
    }

    .course ul li .course-thumb {
        height: 64vh;
    }
}

@media screen and (max-width : 240px) {}

@media all and (-ms-high-contrast:none) {}

@media all and (-ms-high-contrast:none) {}

/*Responsive End*/