:root {
    --theme-primary-color-1: #e52d27;
    --theme-primary-color-2: #b31217;
    --theme-primary-gradient-color-1: linear-gradient(to right, #e52d27, #b31217);
    --theme-primary-gradient-color-2: linear-gradient(to top, #e52d27, #b31217);
    --theme-primary-gradient-color-3: linear-gradient(to right, #29323c, #485563);
    --theme-primary-gradient-color-4: linear-gradient(to bottom right, #E3FDF5 0%, #FFE6FA 100%);
    --theme-primary-white: #fff;
    --theme-primary-black-1: #000;
    --theme-primary-black-2: #111;
    --theme-primary-black-3: #333;
    --theme-primary-gray-1: #eee;
    --theme-primary-gray-2: #d6d6d6;
    --theme-primary-gray-3: #707070;
    --theme-primary-overlay-1: rgba(0, 0, 0, 0.4);
    --theme-primary-overlay-2: rgba(0, 0, 0, 0.7);
    --theme-primary-overlay-3: rgba(0, 0, 0, 0.9);
    --theme-primary-anchor-color-1: var(--theme-primary-gray-3);
    --theme-primary-anchor-hover-color-1: var(--theme-primary-color-1);
    --theme-primary-anchor-header-color-1: var(--theme-primary-white);
    --theme-primary-anchor-header-hover-color-1: var(--theme-primary-gray-2);
    --theme-primary-header-background-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-header-button-background-color-1: var(--theme-primary-gray-2);
    --theme-primary-anchor-footer-color-1: var(--theme-primary-white);
    --theme-primary-anchor-footer-hover-color-1: var(--theme-primary-gray-2);
    --theme-primary-footer-color-1: var(--theme-primary-gray-2);
    --theme-primary-footer-color-2: var(--theme-primary-white);
    --theme-primary-footer-background-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-footer-background-color-2: var(--theme-primary-gradient-color-2);
    --theme-primary-footer-underline-style-1: var(--theme-primary-gray-1);
    --theme-primary-footer-underline-style-2: var(--theme-primary-gray-3);
    --theme-primary-button-color-1: var(--theme-primary-white);
    --theme-primary-button-background-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-button-background-hover-color-1: var(--theme-primary-gradient-color-2);
    --theme-primary-scrollToTopBtn-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-section-background: var(--theme-primary-gradient-color-4);
    --theme-primary-controls-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-controls-hover-color-1: var(--theme-primary-gradient-color-2);
    --theme-primary-sliderTitle-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-slider-dots: var(--theme-primary-gray-2);
    --theme-primary-active-slider-dots: var(--theme-primary-gradient-color-1);
    --theme-primary-sociallinks-background-color-1: var(--theme-primary-gray-3);
    --theme-primary-sociallinks-background-hover-color-1: var(--theme-primary-gradient-color-1);
    --theme-primary-underline-style-1: var(--theme-primary-color-1);
    --theme-primary-underline-style-2: var(--theme-primary-gray-2);
    --theme-primary-text-color-1: var(--theme-primary-gray-3);
    --theme-primary-text-color-2: var(--theme-primary-color-1);
    --theme-primary-banner-color-1: var(--theme-primary-white);
    --theme-primary-play-button-color: var(--theme-primary-color-2);
    --theme-primary-play-button-hover-color: var(--theme-primary-color-1);
    --theme-primary-icon-color-1: var(--theme-primary-color-1);
    --theme-primary-icon-color-2: var(--theme-primary-gray-3);
}

body {
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
    color: var(--theme-primary-text-color-1);
}

::selection {
    color: var(--theme-primary-color-1);
    background: var(--theme-primary-gray-1);
}

.loading {
    height: 100%;
    overflow: hidden;
}

.loaded {
    overflow: auto;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: linear-gradient(to bottom, #E3FDF5 0%, #FFE6FA 100%);
    ;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1004;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: var(--theme-primary-color-1);
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
    width: 0px;
    -webkit-transition: width 0.3s linear 0.1s;
    transition: width 0.3s linear 0.1s;
}

.loaded #loader {
    opacity: 0;
    display: none !important;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    color: var(--theme-primary-anchor-color-1);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    opacity: 1;
    color: var(--theme-primary-anchor-hover-color-1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
}

b,
strong {
    font-weight: bold;
}

.table thead {
    white-space: nowrap;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.primaryBtnStyle {
    transition: all 0.3s;
    border: none;
    background: var(--theme-primary-button-background-color-1);
    cursor: pointer;
    border-radius: 3px;
    padding: 8px 18px 8px 18px;
    color: var(--theme-primary-button-color-1);
}

.primaryBtnStyle:hover {
    /* -webkit-transform: translateY(-1px);
    transform: translateY(-1px); */
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    background: var(--theme-primary-button-background-hover-color-1);
}

.rippleria {
    display: inline-block;
}


/*.......................................... Header and Nav bar..................................... */

#header {
    padding: 10px 0px 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    /* background: transparent;
    transition: all 0.3s; */
    z-index: 997
}

#header.header-scrolled {
    background: var(--theme-primary-header-background-color-1);
    transition: all 0.5s
}

#logo img {
    max-height: 40px;
    padding: 0;
    margin: 0;
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px
    }
}

#logo {
    padding-bottom: 10px;
}

.tagline {
    font-size: 20px;
    font-weight: bold;
    color: var(--theme-primary-anchor-header-color-1);
}

.tagline:hover {
    color: var(--theme-primary-anchor-header-hover-color-1);
}

#nav-menu-container {
    margin: 0;
    display: inline-flex;
}

.nav-menu {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: inline-flex;
}

.nav-menu li {
    padding: 0px 15px;
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

@media (min-width: 1024px) {
    /* #nav-menu-container {
        padding-right: 60px
    } */
}

@media (max-width: 768px) {
    #header #logo img {
        max-height: 40px
    }
    #nav-menu-container {
        display: none
    }
}

.nav-menu li a {
    /* padding: 6px 10px; */
    padding: 5px 0px 10px 0px;
    text-decoration: none;
    display: inline-block;
    color: var(--theme-primary-anchor-header-color-1);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.nav-menu>li>a:hover,
.nav-menu>li>a:focus,
.nav-menu>li.active>a {
    background: transparent;
    color: var(--theme-primary-anchor-header-hover-color-1);
}

.nav-menu>li>a:after {
    content: "";
    display: block;
    background: var(--theme-primary-anchor-header-hover-color-1);
    height: 2px;
    width: 0%;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.nav-menu>li>a:focus:after,
.nav-menu>li>a:hover:after,
.nav-menu>li.active>a:after {
    width: 100%;
}

.menu-has-children {
    position: relative;
}

.nav-menu>.menu-has-children>a:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-size: 15px;
    margin-left: 6px;
    float: right;
    line-height: 1.6;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
}

.nav-menu>.menu-has-children>.dropdown {
    position: absolute;
    /* right: -20%; */
    top: 100%;
    background: var(--theme-primary-header-background-color-1);
    width: 200px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
    display: none;
}

.nav-menu>.menu-has-children>.dropdown li a {
    display: block;
    color: var(--theme-primary-anchor-header-color-1);
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    padding: 10px 0px;
}

.nav-menu>.menu-has-children>.dropdown li a:hover,
.nav-menu>.menu-has-children>.dropdown li a:focus,
.nav-menu>.menu-has-children>.dropdown li.active>a {
    background: transparent;
    color: var(--theme-primary-anchor-header-hover-color-1);
}

.nav-menu>.menu-has-children>.dropdown li:nth-child(1) a {
    border-top: none;
}

.nav-menu>.menu-has-children:hover>a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#mobile-nav-toggle {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 12px;
    z-index: 999;
    top: 14px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: var(--theme-primary-header-background-color-1);
    right: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

span.nav-collapse {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

span.nav-collapse:before,
span.nav-collapse:after {
    content: "";
    display: block;
}

span.nav-collapse,
span.nav-collapse:before,
span.nav-collapse:after {
    height: 4px;
    background: var(--theme-primary-header-button-background-color-1);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

span.nav-collapse:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

span.nav-collapse:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

span.open {
    background: transparent;
    color: transparent;
}

span.open:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

span.open:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: var(--theme-primary-anchor-header-color-1)
}

#mobile-nav>ul {
    padding: 20px 0px;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: var(--theme-primary-anchor-header-color-1);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li>a:hover,
#mobile-nav ul li>a:focus,
#mobile-nav ul li.active>a,
#mobile-nav ul li.active>i,
#mobile-nav ul li:hover>i {
    background: transparent;
    color: var(--theme-primary-anchor-header-hover-color-1);
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    z-index: 99;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    color: var(--theme-primary-anchor-header-color-1);
    line-height: 1;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
}

#mobile-nav ul .menu-has-children i.arrow-rotate {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#mobile-nav ul .menu-item-active {
    color: var(--theme-primary-anchor-header-hover-color-1)
}

#mobile-nav ul .menu-has-children ul {
    display: none;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: var(--theme-primary-overlay-2);
    display: none
}

@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
}


/*.................................................................................................................*/

#footer {
    color: var(--theme-primary-button-color-1);
    background: var(--theme-primary-footer-background-color-1);
}

.footer-top {
    background: var(--theme-primary-footer-background-color-1);
}

.footer-bottom {
    background: var(--theme-primary-footer-background-color-2);
}

#footer .footer-top h5 {
    color: var(--theme-primary-footer-color-2);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top h5::before {
    right: 0;
    background: var(--theme-primary-footer-underline-style-2);
}

#footer .footer-top h5::before,
#footer .footer-top h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}

#footer .footer-top h5::after {
    background: var(--theme-primary-footer-underline-style-1);
    width: 60px;
}

#footer .footer-top .footer-links ul li:first-child {
    /* padding-top: 0; */
}

#footer .footer-top .footer-links ul li {
    /* border-bottom: 1px solid #333; */
    padding: 10px 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 10px;
    /* color: #ddd; */
}

#footer a {
    color: var(--theme-primary-anchor-footer-color-1);
}

#footer a:hover {
    color: var(--theme-primary-anchor-footer-hover-color-1);
}

#footer .footer-middle .social-links a {
    /* font-size: 20px; */
    /* margin-right: 8px;
    color: var(--theme-primary-footer-color-2); */
    font-size: 18px;
    display: inline-block;
    background: var(--theme-primary-sociallinks-background-color-1);
    color: var(--theme-primary-anchor-footer-color-1);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: all 0.3s;
}

#footer .footer-middle .social-links a:hover {
    background: var(--theme-primary-sociallinks-background-hover-color-1);
    color: var(--theme-primary-anchor-footer-hover-color-1);
}


/*....................................................................................*/

.card-link:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    color: var(--theme-primary-icon-color-1);
}

.collapsed.card-link:after {
    content: "\f067";
}

.anchor {
    display: block;
    height: 115px;
    /*same height as header*/
    margin-top: -115px;
    /*same height as header*/
    visibility: hidden;
}


/*.....................Banners........................*/

.banner {
    height: 300px;
    z-index: 0;
    width: 100%;
    position: relative;
    color: var(--theme-primary-banner-color-1);
}

@media screen and (min-width: 500px) {
    .banner {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .banner {
        height: 400px;
    }
}

.banner,
.backdrop::before {
    background-size: cover;
    background-attachment: fixed;
}

.section-background {
    background: var(--theme-primary-section-background);
}

section#speak,
section#speak .backdrop::before {
    /* background-size: cover;
    background-attachment: fixed; */
    background-image: linear-gradient(to right, rgba(142, 14, 0, 1), rgba(31, 28, 24, 1));
}

section#about-us,
section#about-us .backdrop::before {
    background-image: url(../images/banners/about-us-dla-banner.webp);
}

section#academics,
section#academics .backdrop::before {
    background-image: url(../images/banners/academics-banner.webp);
}

section#activities,
section#activities .backdrop::before {
    background-image: url(../images/banners/activities-banner.webp);
}

section#contact-us,
section#contact-us .backdrop::before {
    background-image: url(../images/banners/contact-us-banner.webp);
}

section#dla-form,
section#dla-form .backdrop::before {
    background-image: url(../images/banners/dla-form-banner.webp);
}

section#dlvi-form,
section#dlvi-form .backdrop::before {
    background-image: url(../images/banners/dlvi-form-banner.webp);
}

section#dlvi-syllabus,
section#dlvi-syllabus .backdrop::before {
    background-image: url(../images/banners/syllabus-banner.webp);
}

section#about-us-dlvi,
section#about-us-dlvi .backdrop::before {
    background-image: url(../images/banners/about-us-dlvi-banner.webp);
}

section#gallery,
section#gallery .backdrop::before {
    background-image: url(../images/banners/gallery-banner.webp);
}

section#notification,
section#notification .backdrop::before {
    background-image: url(../images/banners/notifications-banner.webp);
}

section#calendar-of-events,
section#calendar-of-events .backdrop::before {
    background-image: url(../images/banners/calendar-of-events-banner.webp);
}

section#office-desk,
section#office-desk .backdrop::before {
    background-image: url(../images/banners/office-desk-banner.webp);
}

section#terms-privacy,
section#terms-privacy .backdrop::before {
    background-image: url(../images/banners/terms-privacy-banner.webp);
}

section#career,
section#career .backdrop::before {
    background-image: url(../images/banners/career-banner.webp);
}


/*.....................Home Page........................*/

blockquote {
    position: relative;
    padding: 25px 50px 25px 50px;
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
    /* background-color: aliceblue; */
    /* border-left: 3px solid var(--theme-primary-2); */
}

#testimonial-slider .owl-stage {
    display: flex !important;
    align-items: center !important;
}

.testimonial {
    /* border-left: 4px solid var(--theme-primary-color-1); */
    /* box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06); */
    padding: 20px;
    /* margin: 0 15px 30px 15px; */
    overflow: hidden;
    position: relative;
    text-align: center;
    /* height: 100%; */
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--theme-primary-color-1);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    border-radius: 50%;
    border: 4px solid var(--theme-primary-color-1);
    padding: 6px;
    /* display: inline-block; */
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    /* position: absolute; */
    display: block;
    position: static;
    margin: 0 auto 15px;
    /* top: 20px;
    left: 20px; */
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    /* color: #918686; */
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .fa-quote-left {
    position: relative;
    top: -5px;
}

.testimonial .fa-quote-right {
    position: relative;
    top: 5px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--theme-primary-text-color-2);
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: var(--theme-primary-text-color-2);
}

#wowslider-container1 .ws_images {
    box-shadow: none;
}

#wowslider-container1 .ws_images:hover {
    box-shadow: none;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid var(--theme-primary-color-1);
    background: var(--theme-primary-white);
    top: 7px;
    left: 0;
    border-radius: 50%;
}


/*..............Virtual Tour.....................*/

@media screen and (min-width: 600px) {
    .virtual-tour-video {
        /* position: relative; */
        /* background-color: black; */
        height: 450px;
        /* min-height: 25rem; */
        /* width: 100%; */
        /* overflow: hidden; */
    }
    .virtual-tour-video video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.virtual-tour {
    position: relative;
}

.virtual-tour-video video {
    object-fit: fill;
}

.virtual-tour-video {
    max-height: 450px;
    position: relative;
    /* background: var(--theme-primary-black-3); */
    /* height: 75vh; */
    /* min-height: 25rem; */
    width: 100%;
    overflow: hidden;
}


/* .virtual-tour-video .container {
position: relative;
z-index: 2;
} */

.virtual-tour .vt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(180, 19, 23, 0.3), rgba(180, 19, 23, 0.8));
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--theme-primary-overlay-1);
    z-index: 1;
}

.imgCard {
    border-radius: 5%;
    -ms-border-radius: 5%;
}

#mycalendar {
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    max-width: 80em;
    /* border: 1px solid #666; */
}


/* .eventList {
max-height: 500px;
overflow-y: auto;
} */


/*........................Owl-carousel.............................*/

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--theme-primary-slider-dots);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--theme-primary-active-slider-dots);
}


/*.................................Slant Edges.........................................*/

.edge--bottom {
    position: relative;
    z-index: 1;
}

.edge--bottom:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom:after {
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.edge--right {
    position: relative;
    z-index: 1;
}

.edge--right:after {
    background: inherit;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--right:after {
    right: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewX(2deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100% 0;
}

.edge--left {
    position: relative;
    z-index: 1;
}

.edge--left:after {
    background: inherit;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--left:after {
    left: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewX(2deg);
    -webkit-transform-origin: 100%;
    transform-origin: 0 100%;
}

.edge--bottom--reverse {
    position: relative;
    z-index: 1;
}

.edge--bottom--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--bottom--reverse:after {
    bottom: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.edge--top {
    position: relative;
    z-index: 1;
}

.edge--top:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top:before {
    top: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.edge--top--reverse {
    position: relative;
    z-index: 1;
}

.edge--top--reverse:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse:before {
    top: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.edge--both {
    position: relative;
    z-index: 1;
}

.edge--both:before,
.edge--both:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both:before {
    top: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.edge--both:after {
    bottom: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}

.edge--both--reverse {
    position: relative;
    z-index: 1;
}

.edge--both--reverse:before,
.edge--both--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--both--reverse:before {
    top: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.edge--both--reverse:after {
    bottom: 0;
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


/*.........................Accordion tabs.......................*/

.actab ol {
    list-style: decimal;
    padding: 10px 0px 10px 18px;
}

.actab .card {
    background-color: transparent;
    border: none;
}

.actab .card .card-header {
    background-color: transparent;
}


/*.......................Contact Us page....................*/

.contact {
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: var(--theme-primary-icon-color-1);
    padding-bottom: 20px;
}

#our-contact {
    background: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/contact.webp) right top no-repeat fixed;
    background-size: cover;
    position: relative;
}

.map-area {
    height: 400px;
    width: 100%;
    display: block;
    background: #f0f0f0;
}


/*.............................Gallery Page......................*/

#photos-grid h3 {
    padding: 10px 0px;
}

#videos-grid h3 {
    padding: 10px 0px;
}

.viewer-download {
    color: var(--theme-primary-white);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-align: center;
}

.viewer-download::before {
    content: "\f019";
}

.brick {
    float: left;
    cursor: zoom-in;
    overflow: hidden;
    background: var(--theme-primary-white);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brick img {
    margin: 0;
    display: block;
}

@keyframes start {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@-webkit-keyframes start {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

.free-wall {
    overflow: hidden;
}

.free-wall .cell[data-state="init"] {
    display: none;
}

.free-wall .cell[data-state="start"] {
    display: block;
    animation: start 0.5s;
    -webkit-animation: start 0.5s;
}

.free-wall .cell[data-state="move"] {
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
    -webkit-transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s;
}

.filter-items {
    padding: 10px 0px;
}

.filter-items ul {
    text-align: center;
    /* margin-top: 34px;
    margin-bottom: 60px; */
}

.filter-items ul li {
    display: inline-block;
    cursor: pointer;
    /* font-size: 16px; */
    font-weight: 700;
    /* color: #292929; */
    padding: 0 8px;
    border-width: 0;
    border-bottom-width: 2px;
    border-color: transparent;
    margin: 15px 10px 0 10px;
    padding-bottom: 10px;
    border-style: solid;
}

.filter-label {
    /* display: inline-block; */
    /* margin: 0px 5px 5px 0px; */
    /* padding: 10px; */
    /* cursor: pointer; */
    /* background: rgb(205, 149, 12); */
}

.filter-label.active,
.filter-label:hover {
    /* background: #00AEFF; */
    border-color: var(--theme-primary-color-1);
}

.video-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-thumb::after {
    content: "\f144";
    font-size: 45px;
    color: var(--theme-primary-play-button-color);
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);
    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.video-thumb:hover::after {
    color: var(--theme-primary-play-button-hover-color);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: var(--theme-primary-overlay-2);
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    /* background: var(--theme-primary-black-3); */
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
}


/* Scaling to fit within the current Viewport size:
When viewport aspect ratio is greater than 16:9
work off the height instead of the width for calc */

@media (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);
        /* 16:9 calc */
    }
}


/* Mobile Layout Tweaks - side margins reduced */

@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

iframe#youtubePlayer,
video#virtualTour {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* background: var(--theme-primary-black-3); */
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

video {
    object-fit: fill;
}


/* show the modal:
add class to the body to reveal */

.show-video-modal .video-modal {
    opacity: 1.0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.noscroll {
    overflow: hidden;
}

.photo-banner-img,
.video-banner-img {
    width: 100%;
    height: 100%;
}

.video-thumb {
    cursor: pointer;
}

.photo-thumb {
    cursor: zoom-in;
}

.grid-item-overlay::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: var(--theme-primary-overlay-1);
}

.photo-banner-img,
.video-banner-img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.grid-item-overlay:hover .photo-banner-img,
.grid-item-overlay:focus .photo-banner-img,
.grid-item-overlay:hover .video-banner-img,
.grid-item-overlay:focus .video-banner-img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.grid-item-overlay:hover::before,
.grid-item-overlay:focus::before {
    display: none;
}

.viewer-button:hover {
    background: var(--theme-primary-color-1);
}


/*...........................................................................*/

.section-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    background: var(--theme-primary-underline-style-2);
    bottom: 0px;
    left: calc(50% - 60px);
}

.section-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: var(--theme-primary-underline-style-1);
    bottom: 0px;
    left: calc(50% - 20px);
}

.sub-section-title {
    padding-left: 10px;
    border-left: 4px solid var(--theme-primary-color-1);
}

.banner-content {
    color: var(--theme-primary-banner-color-1);
}

.backdrop {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    /* box-shadow: 5px 3px 30px black; */
    overflow: hidden;
}

.backdrop::before {
    content: '';
    margin: -10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(5px);
    z-index: -1;
}


/*.........................................................*/

#circle-shape p {
    margin-top: 11.5px;
    color: var(--theme-primary-white);
}

.curved {
    border-radius: 50%;
    border: 6px solid var(--theme-primary-color-1);
    padding: 10px;
    float: left;
    margin-right: 2rem;
    -webkit-shape-outside: circle();
    shape-outside: circle();
}

.curved-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

@media screen and (max-width: 600px) {
    .curved {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
    }
    #circle-shape p {
        clear: both;
    }
}

.f-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--theme-primary-overlay-1);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.imgCard:hover .f-overlay {
    height: 100%;
}

.text {
    color: var(--theme-primary-white);
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*............................................*/

#events .card,
#usefull-links .card {
    border: 1px solid var(--theme-primary-gray-1);
}

#events .card-header i,
#usefull-links .card-header i {
    color: var(--theme-primary-icon-color-1);
    font-size: 36px;
    margin-bottom: 20px;
}

#accordion .card-header i {
    color: var(--theme-primary-icon-color-1);
    /* font-size: 36px; */
    margin-right: 4px;
}


/*.................scroll-to-top...............*/

#scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    color: var(--theme-primary-white);
    width: 30px;
    height: 30px;
    background: var(--theme-primary-scrollToTopBtn-color-1);
    overflow: hidden;
    /* display: none; */
    visibility: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#scroll-to-top i {
    font-size: 20px;
    line-height: 30px;
}

.animatable {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animated {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}


/*...........................................................*/

.cookies-section {
    position: fixed;
    bottom: 0;
    color: white;
    /* font-weight: bold; */
    background: var(--theme-primary-overlay-3);
    z-index: 999;
    display: none;
}


/*......................... Toast Message Box...........................*/

.msg-box {
    position: fixed;
    top: 10px;
    z-index: 997;
    left: 50%;
    min-width: 80%;
    transform: translate(-50%, 0);
}