:root {
    --primary: #740426;
    --secondary: #FFA300;
    --dark: #222222;
    --light: #808080;
    --light1: #4B4C4C;
    --bg-light: #F5F5F7;
}
html {
    scroll-behavior: smooth;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}
h3, img {
    margin-bottom: 10px;
}
.contact-top i, .top-bar2 i {
    padding-right: 10px;
}
.contact-top ul, .logo img, nav ul {
    margin-bottom: 0;
}
.banner video, .banner1, .news-main img, .welcome img {
    object-fit: cover;
}
.highlights .read-more:hover, .news-info a:hover {
    letter-spacing: 1px;
}
footer .address i, footer .social ul li a {
    background: var(--secondary);
    width: 35px;
    height: 35px;
    text-align: center;
}
.social-media ul li, footer ul li, header ul li {
    list-style: none;
}

section {
    padding: 60px 0;
}
.custom-nav .navbar .has-child:hover::after, .text-primary {
    color: var(--primary)!important;
}
.contact-top a:hover, .custom-nav ul li a:hover, .text-secondary {
    color: var(--secondary)!important;
}
.submenu a, .text-dark {
    color: var(--dark)!important;
}
.text-light {
    color: var(--light)!important;
}
.bg-primary {
    background-color: var(--primary)!important;
}
.bg-secondary {
    background-color: var(--secondary)!important;
}
.bg-light {
    background-color: var(--bg-light)!important;
}
h1 {
    font-size: 48px;
    font-weight: 600;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}
.btn, p {
    font-weight: 400;
}
h4, h5, h6 {
    font-size: 18px;
}
p {
    font-size: 16px;
    color: var(--light);
    line-height: 24px;
}
a {
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.achievements .read-more, .contact-top a:hover i, .learn-more:hover, .photos:first-child a:hover, .photos:first-child a:hover h3, .tab-header .tab-btn:hover, .top-menu a:hover, .top-menu i.fa-magnifying-glass, a:hover, footer a:hover {
    color: var(--secondary);
}
img {
    width: auto;
    max-width: 100%;
    border-radius: 5px;
}
.border10, .tab-wrapper[rounded] {
    border-radius: 10px;
}
.border25 {
    border-radius: 25px;
}
.btn {
    transition: .5s;
}
.btn-primary, .learn-more {
    transition: .3s ease-in-out;
}
.btn-primary {
    background-color: var(--primary);
    color: #fff!important;
    border-radius: 7px;
    border: none;
    text-transform: capitalize;
    padding: 5px 25px;
    min-height: 45px;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.btn-primary:hover, .tab-header[background] {
    background-color: var(--secondary);
}
.btn-outline-primary:hover, .btn-primary {
    border-color: var(--primary)!important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff!important;
    background-color: var(--primary);
    border: none!important;
    box-shadow: none;
    border-color: var(--primary)!important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff!important;
    background-color: var(--primary);
    border: none!important;
    border-color: var(--primary)!important;
}
.btn-white {
    background-color: #fff;
    color: var(--primary)!important;
    z-index: 99;
}
.btn-white:hover, .contact-top a.adm:hover {
    color: #fff!important;
}
.btn-outline-secondary:hover, .btn-secondary, .section-title, .testimonials p {
    color: var(--dark);
}
.section-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 47px;
    z-index: 9;
}
.section-sub-title {
    display: block;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--light1);
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
}
.faq .section-sub-title, .alumni .section-sub-title, .testimonials .section-sub-title{
    color: white !important;
}
.alumni h6, .learn-more, .read-more, footer h5, .alumni h3 {
    text-transform: capitalize;
}
.highlights .section-sub-title{
    text-align: left !important;
}
.section-sub-title::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--secondary);
    position: absolute;
    top: auto;
    left: 0;
    bottom: -8px;

     left: 0;
    right: 0;
    margin: 0 auto;
}
.welcome .section-sub-title::before,
.highlights .section-sub-title::before{
    margin: initial;
}
.learn-more {
    background-color: var(--primary);
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: 600!important;
    color: #fff;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.read-more {
    font-weight: 500!important;
    color: var(--dark);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.learn-more-white {
    background-color: #fff;
    color: var(--primary);
}
.menu-bar, .top-bar2 {
    background-color: #f3f3f3;
    border-bottom: 5px solid var(--secondary);
}
.read-more i {
    padding-left: 7px;
}
header {
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.top-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-menu ul {
    justify-content: end;
    gap: 20px;
    margin: 0;
}
.top-menu a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.contact-top {
    display: flex;
    justify-content: end;
    align-items: center;
}
.contact-top ul {
    gap: 20px;
    align-items: center;
}
.contact-top a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark);
}
.contact-top i, .top-bar2 i, nav ul li.active a {
    color: var(--primary);
}
.contact-top a.adm {
    padding: 10px 20px;
    background-color: var(--secondary);
    color: var(--dark);
    border-radius: 5px;
}
.top-bar2 {
    padding: 5px 0;
}
.logo, .scroll-news, .tab-wrapper, nav ul {
    padding: 0;
}
.top-bar2 ul {
    gap: 15px;
}
.top-bar2 a {
    font-size: 14px;
}
.logo img {
    height: auto;
    max-height: 95px;
    width: auto;
    border-radius: 0;
}
.custom-nav a {
    font-size: 15px;
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: normal;
    font-weight: 500;
}
.custom-nav .submenu {
    position: absolute;
    display: block;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    top: 60px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    width: 250px;
    /* max-width: 250px; */
}
.custom-nav .navbar {
    gap: 40px;
}
.custom-nav .navbar li {
    position: relative;
}
.custom-nav .submenu.open {
    opacity: 1;
    top: 20px;
    pointer-events: all;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.btn--animated1:hover:before, .btn--animated:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.custom-nav .submenu .submenu {
    left: 100%;
    top: 0;
}
.custom-nav .navbar .has-child>a::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;


    /* position: absolute;
    right: -17px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: var(--dark);
    font-size: 14px; */
}
.custom-nav .navbar .submenu a {
    padding: 5px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    font-size: 15px;

    display: inline-block !important;
    white-space: normal !important;
    word-wrap: break-word;
}
nav.custom-nav {
    display: flex;
    justify-content: center;
    padding: 5px 0!important;
    color: #fff;
}
.banner, .banner h1 {
    align-items: center;
}
nav.custom-nav .navbar>li:nth-last-child(-n+2) .submenu {
    left: auto;
    right: 0;
}
.mainNav-btn {
    display: none;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    margin-right: 10px;
    color: #fff;
    outline: 0;
    /* z-index: 9999999; */
    z-index: 999;
}
.banner h1, .menu-overlay {
    z-index: 999;
    position: absolute;
}
.menu-overlay {
    display: block;
    width: 0%;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    opacity: 0;
}
.banner, .banner1 {
    position: relative;
}
.menu-open .menu-overlay {
    width: 100%;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    opacity: 1;
}
.banner {
    padding: 0;
    /* height: 80vh; */
    overflow: hidden;
    display: flex;
}
.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
}
.banner video::-webkit-media-controls {
    display: none!important;
}
.banner1 {
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.banner1 .overlay {
    background: linear-gradient(#000000e0, #00000000);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.btn--animated1:before, .btn--animated:before {
    content: "";
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}
.banner h1 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}
.social-media {
    position: fixed;
    bottom: 30%;
    right: 0;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
    z-index: 99999;
    text-align: center;
}
.whatsapp-contact{
    position: fixed;
    bottom: 60px;
    right: 25px;
    background: #189D0E;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 99999;
    text-align: center;
    color: white;
    height: 50px;
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 30px;
}
.whatsapp-contact i{
    color: white !important;
}
.whatsapp-contact i:hover{
    opacity: 0.7;
}
.social-media ul, footer ul {
    padding: 0;
    margin: 0;
}
.social-media ul li {
    padding: 5px 0;
}
.social-media img {
    height: 20px;
    width: auto;
    margin: 0;
}
.social-media img:hover, footer .social ul li a:hover i {
    opacity: .8;
}
.news-scroll {
    padding-left: 0;
}
.news-updates-title {
    background-color: var(--primary);
    padding: 10px;
    min-width: 150px;
}
.scroll-news h6 {
    -webkit-animation: 1s infinite blinkColor;
    animation: 1s infinite blinkColor;
    margin: 0;
}
@-webkit-keyframes blinkColor {
    0%, 100% {
    color: #fff;
}
50% {
    color: var(--secondary);
}
}.news-updates-content {
    display: flex;
    padding: 5px 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    align-items: center;
    border-bottom: 1px solid var(--secondary);
}
.btn-read, .marquee {
    display: inline-block;
}
.btn-read, .btn-read1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--secondary);
    padding: 10px 5px;
    font-weight: 500;
    gap: 20px;
}
.marquee {
    animation: 10s linear infinite marquee;
}
@keyframes marquee {
    0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}.news-updates-content a, .news-updates-content p {
    color: var(--dark);
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 14px;
    border-right: 3px solid var(--secondary);
}
.btn-read {
    color: var(--dark);
    border: none;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.achievements-carousel, .btn--animated1:hover, .btn--animated:hover, .btn-read1, .est, .faq .section-title, .quick-links h3, .tab-header[background] .tab-btn {
    color: #fff;
}
.btn--animated:before {
    position: absolute;
    background-color: var(--primary);
    transform: scaleX(0);
    transform-origin: 0 50%}
.btn-read1 {
    display: inline-block;
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.accordion, .faq1 {
    z-index: 999;
}
.faq .tab-header .tab-btn {
    color: white !important;
    background-color: transparent !important;
    border: 1px solid white !important;
}
.faq .tab-header .tab-btn:hover{
    color: var(--secondary) !important;
}
.faq .tab-header .tab-btn.active {
    color: var(--primary) !important;
    background-color: white !important;
    border: 1px solid white !important;
}
.btn--animated1:before, .course-tab .tab-content ul li i, .est {
    background-color: var(--primary);
}
.btn--animated1:before {
    position: absolute;
    transform: scaleX(0);
    transform-origin: 0 50%}
    .welcome1{
        position: relative;
    }
.welcome img {
    height: 370px;
    width: auto;
    object-position: center;
    max-width: 90%;
}
.est {
    position: absolute;
    border-radius: 5px;
    border-bottom: 7px solid var(--secondary);
    padding: 20px 10px;
    right: 20px;
    bottom: -40px;
    min-width: 200px;
    text-align: center;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.est h4 {
    font-size: 19px;
    margin-bottom: 10px;
}
.est h3 {
    font-size: 55px;
    line-height: 50px;
    font-weight: 500;
    margin: 0;
}
.acc {
    margin-top: 75px;
}
.acc img {
    height: 90px;
    border-radius: 0;
}
.facilities figure, .section-title-view-all .section-title, .testimonials h3 {
    margin: 0;
}
/* .achievements .section-sub-title::before, .courses .section-sub-title::before, 
.facilities .section-sub-title::before, .gallery .section-sub-title::before,
.faq .section-sub-title::before, .alumni .section-sub-title::before,
.testimonials .section-sub-title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
} */
.facilities-item {
    position: relative;
    margin-top: 10px;
    width: 100%}
.facilities-title h6 {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, #74042600 0, #7404268f 50%, #740426 100%);
    color: #fff;
    height: 100px;
    text-align: center;
    font-size: 19px;
    display: flex;
    align-items: center;
    bottom: 0;
    margin: 0;
    justify-content: center;
    transition: .5s linear;
    border-radius: 0 0 5px 5px;
}
.news-info h6, .tab-header .tab-btn {
    color: var(--primary);
    font-weight: 500;
}
.facilities-item:hover h6 {
    animation: 1s forwards totop;
}
@keyframes totop {
    0% {
    opacity: 0;
    height: 80px;
}
100% {
    height: 100%}
}
.facilities img{
    height: 280px;
    object-fit: cover;
    object-position: top;
}
.section-title-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news-main{
    position: relative;
}
.news-main .item {
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
}
.news-main img {
    height: 230px;
    background-position: center;
    object-position: top;
    border-radius: 5px;
    position: relative;
}
.highlights img, .testimonials img {
    object-position: center;
    object-fit: cover;
}
.news-info {
    padding: 15px 5px;
}
.news-info h6 {
    font-size: 16px;
}
.news-info h3 {
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.achievements p, .news-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-info a:hover {
    color: var(--primary)!important;
}
.news-info i {
    padding-left: 5px;
}
.achievements-content {
    padding: 30px;
    border-radius: 5px;
}
.achievements img {
    height: 100%;
    object-fit: cover;
    background-position: center;
    min-height: 350px;
    max-height: 350px;
}
.achievements p {
    color: #fff;
}
.achievements .read-more:hover {
    color: var(--secondary)!important;
    letter-spacing: 1px;
}
.course-tab .tab-content img {
    height: 240px;
    width: 90%;
    object-fit: cover;
    object-position: center;
}
.course-tab .tab-content ul {
    padding: 0;
    column-count: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.course-tab .tab-content ul li:nth-child(4) {
    break-after: column;
}
.course-tab .tab-content ul li {
    list-style: none;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.course-tab .tab-content ul li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #fff;
    background-color: var(--primary);
    padding: 3px 7px;
    border-radius: 5px;
}
.course-tab .tab-content ul li i {
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-right: 10px;
}
.tab-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
}
.accordion-item, .highlights .section-title, footer ul li {
    margin-bottom: 10px;
}
.tab-header .tab-btn {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #fff!important;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    transition: .3s;
}
.tab-header .tab-btn:focus {
    outline: 0;
}
.tab-header .tab-btn i {
    margin-right: 5px;
}
.tab-header .tab-btn.active {
    color: #fff!important;
    background-color: var(--primary)!important;
}
.tab-header .underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    transform-origin: left;
    background-color: transparent;
    transition: .3s;
}
.tab-body {
    display: flex;
    overflow: hidden;
}
.tab-body .tab-content {
    min-width: 100%;
    padding: 20px 0 10px;
}
.tab-header[full-width] .tab-btn {
    flex: 1;
    text-align: center;
}
.tab-header[background] .tab-btn.active {
    background-color: var(--secondary);
    color: #fff;
}
.courses .tab-btn {
    /* background-color: #faf7f8 !important; */
    background-color: white !important;
}
.alumni, .faq, .testimonials {
    position: relative;
    background-image: url(../img/faq-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.alumni::before, .faq::before {
    background: rgba(116, 4, 38, .7);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.accordion {
    position: relative;
}
.accordion h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
    padding-top: 7px;
}
.accordion-button:not(.collapsed) {
    background: 0 0;
    box-shadow: none!important;
    color: var(--primary)!important;
    padding: 10px 20px;
}
.accordion-button:focus {
    box-shadow: none!important;
}
.accordion-item {
    border: none;
}
.accordion-body {
    padding: 0 20px;
}
.accordion-button {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: normal;
}
.accordion-button::before {
    font-family: "Font Awesome 5 Free";
    content: "\2b";
    font-size: 21px;
    font-weight: 900;
    color: var(--primary);
    opacity: 1;
    width: 40px;
    height: 40px;
    background: var(--bg-light);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed)::before {
    font-family: "Font Awesome 5 Free";
    content: "\f068"}
.accordion .show {
    padding-bottom: 5px;
}
.faq .accordion{
    background-color: transparent;
    padding: 0;
}
.faq p {
    padding-left: 50px;
}
.highlights img {
    height: 500px;
    width: auto;
}
.highlights .read-more {
    margin-bottom: 25px;
    color: var(--secondary);
}
.highlight {
    align-items: center;
    margin-bottom: 20px;
}
.highlight-icon {
    background-color: var(--secondary);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight-content, .photos, .quick-links1, .testimonials .item, figure, footer .address i, footer .social ul li a, footer iframe {
    border-radius: 5px;
}
.highlight-icon img {
    height: 45px;
    width: auto;
    border-radius: 0;
    margin: 0;
}
.highlight-content {
    background-color: #faf7f8;
    padding: 20px 20px 20px 50px;
    left: -30px;
    position: relative;
    z-index: -1;
}
.highlight-content p{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
    overflow: hidden;
}
.highlight-content p, footer p {
    margin-bottom: 0;
}
.highlights a.highlight-all{
    display: flex;
    justify-content: end;
    position: relative;
    left: -30px;
}
.alumnii {
    z-index: 999;
    position: relative;
}
.alumni img {
    height: 150px;
    width: 150px!important;
    object-fit: cover;
    background-position: top;
    margin: 0 auto 10px;
    border-radius: 7px;
}
.photos img, .social-sec {
    background-size: cover;
    background-position: center;
}
te .alumni h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}
.alumni h6 {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
}
.testimonials::before {
    background: rgb(0 0 0 / 5%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.photos, .photos:last-child, .social-sec, .wg-box-content, footer {
    position: relative;
}
.testimonial-carousel {
    margin-bottom: 30px;
}
.address, footer h5 {
    margin-bottom: 20px;
}
.testimonials .item {
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, .67);
}
.testimonials img {
    height: 100px;
    width: 100px!important;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial-info {
    padding: 20px 10px 0;
}
.social-sec {
    background-image: url(../img/social-bg1.jpg);
    background-repeat: no-repeat;
}
.social-sec .section-title {
    font-size: 28px;
}
.column {
    text-align: center;
}
figure {
    overflow: hidden;
}
.column img {
    display: block;
    width: 100%;
    height: 230px;
}
.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.news-carousel .owl-dots {
    display: flex!important;
    gap: 7px;
    justify-content: center;
    margin-top: 20px;
}
.news-carousel .owl-dot span {
    background-color: var(--primary);
    opacity: .3;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 10px;
}
.news-carousel .owl-dot.active span {
    background-color: var(--primary);
    opacity: 1;
}
.gallery-grid-container {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-areas: 'photo1 photo2 photo3' 'photo1 photo4 photo5'}
.photos img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin: 0;
}
.photos:first-child {
    grid-area: photo1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photos:nth-child(2) {
    grid-area: photo2;
}
.photos:nth-child(3) {
    grid-area: photo3;
}
.photos:nth-child(4) {
    grid-area: photo4;
}
.photos:nth-child(5) {
    grid-area: photo5;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .photos::after{
    background: rgba(116, 4, 38, .7);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
} */
.photos:nth-child(5)::after {
     background: rgba(116, 4, 38, .7);
     border-radius: 5px;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
/* .photos:last-child a {
    position: absolute;
} */
.photos:first-child img {
    height: 100%;
    width: auto;
}
.photos:first-child::after {
    opacity: .5;
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px;
}
.photos:first-child a {
    position: absolute!important;
    z-index: 9999;
}
.photos:first-child a, .photos:first-child a h3 {
    color: #fff;
    font-size: 35px;
    margin: 8px 0;
}
.photos:first-child a i {
    font-size: 45px;
}
.photos:first-child a img {
    height: 50px!important;
    width: 50px!important;
}
.gallery .view-gallery{
    position: absolute;
    bottom: 20%;
    right: 10%;
}
.ipsr img:hover, .photos:first-child a img:hover {
    opacity: .5;
}
.wg-box-content {
    width: 99%;
    overflow: hidden;
}
.wg-box-content .wg-box-content-overlay {
    background: rgba(45, 170, 226, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.wg-box-content:hover .wg-box-content-overlay {
    opacity: 1;
}
.wg-box-content-image {
    width: 100%}
.wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.wg-box-content:hover .wg-box-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.wg-box-content-details h3 {
    color: #fff;
    font-weight: 500;
}
.wg-box-content-details p {
    color: #fff;
    font-size: .8em;
}
.wg-box-fadeIn-bottom {
    top: 80%}
.quick-links1 {
    background-color: var(--primary);
    padding: 20px 10px;
}
.quick-links img {
    height: 40px;
}
footer::after, footer::before {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: .3;
    content: '';
    height: 245px;
    width: 380px;
}
footer {
    background-color: #480218;
    padding: 45px 0 20px;
}
footer::before {
    background-image: url(../img/vector1.png);
    left: 0;
    top: 0;
}
footer::after {
    background-image: url(../img/vector2.png);
    right: 0;
    bottom: 0;
}
.footer-logo img {
    height: 85px;
    z-index: 999999;
}
footer h5 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
footer h6 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
footer a, footer p, footer ul li {
    color: #ffffffc2;
    font-size: 15px;
    font-weight: 400;
}
footer .social {
    position: relative;
    justify-content: end;
}
footer .social ul {
    margin: 0;
    gap: 10px;
}
footer .social ul li a {
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 15px;
    font-weight: 400;
}
footer .social ul li i {
    font-size: 17px;
    color: #fff;
}
.address {
    align-items: baseline;
    gap: 15px;
}
.address ul, footer .address i {
    align-items: center;
    display: flex;
}
footer .address i {
    color: #fff;
    justify-content: center;
    font-size: 15px;
}
.address a, .address p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 28px;
}
.address li {
    font-size: 20px;
    margin: 0!important;
}
.copyright {
    border-top: 1px solid #c2c8cd;
    position: relative;
    z-index: 9999;
}
.copyright p {
    font-size: 15px;
    padding: 0;
}
.ipsr img {
    height: 25px;
    margin: 0;
    border-radius: 0;
}
.ipsr a, .ipsr p {
    padding: 0;
    margin: 0;
    font-size: 8px!important;
}
#pencet {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
#pencet span {
    background-color: #000;
    width: 2em;
    height: .2em;
    margin: .26em 0;
    display: block;
    transition: .4s;
    transform-origin: 0 0;
}
.Diam span:first-child {
    transform: rotate(45deg) translate(1px, -1px);
}
.Diam span:nth-child(2) {
    Transform: scaleX(0);
}
.Diam span:nth-child(3) {
    transform: rotate(-45deg) translate(1px, 0);
}
.vimeo-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

marquee a {
  font-weight: 400;
}

.footer-links iframe {
  height: 150px;
}

ul.wp-block-list, .faculty-single ul {
  position: relative;
  padding: 0;
}

ul.wp-block-list li, .faculty-single li {
  list-style: none;
  padding: 5px 0 5px 40px;
  line-height: 26px;
}

ul.wp-block-list li::before, .faculty-single li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
}

.social-feeds {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.feed-box {
  flex: 1 1 30%;
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* min-height: 530px; */
  height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.feed-box h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
  color: #333;
}

.feed-box iframe {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  border: none;
}


/* Search */ 
.search-box input[type=text] {
    width: 100%; 
    padding: 12px 20px;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    box-sizing: border-box;
    height: 50px;
    z-index: 99;
}
.search-box .form-control:focus {
    border-color: #ccc !important;
    outline: 0;
    box-shadow: none !important;
}
.search-btn {
    background-color: var(--primary);
    color: white;
    padding: 12px 20px;
    margin: 0px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;
    z-index: 99;
    text-transform: capitalize;
}
.search-btn:hover{
    background: var(--secondary);
}

.search-box input[type=text]:focus{
    /* border: none !important; */
    outline: none !important;
}
.search-box .btn-close{
    width: 5px;
    height: 5px;
    position: relative;
    top: -11px;
    right: -10px;
}
/************************ VDO Banner ************************/
.banner{
    height: 75vh;
}
.video-banner-section {
  position: relative;
  height: 75vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  z-index: -1;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 1400px) {
  .video-banner-section {
    height: 70vh;
  }
}

@media (max-width: 1200px) {
  .video-banner-section {
    height: 70vh;
  }
}

@media (max-width: 992px) {
  .video-banner-section {
    height: 60vh;
  }
}

@media (max-width: 768px) {
  .video-banner-section {
    height: 50vh;
  }
}

@media (max-width: 576px) {
  .video-banner-section {
    height: 30vh;
  }
}

@media (max-width: 400px) {
  .video-banner-section {
    height: 26vh;
  }
}

