/*--------------------------------------------------------------
>>>CONTENTS:
--------------------------------------------------------------*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


:root {
    --school-font: "Questrial", serif;
    --school-heading-font: "Inter", serif;
    --school-text: #696969;
    --school-text-rgb: 99, 99, 99;
    --school-text-dark: #b7b7b7;
    --school-text-dark-rgb: 183, 183, 183;
    --school-text-gray: #89868d;
    --school-text-gray-rgb: 137, 134, 141;
    --primary-1: rgb(163 32 58);
    --primary-1-rgb: 68, 160, 91;
    --primary-2: #17345a;
    --school-gray: #f6f4ec;
    --school-gray-rgb: 246, 244, 236;
    --school-gray2: #e1eff0;
    --school-gray2-rgb: 225, 239, 240;
    --school-white: #fff;
    --school-white-rgb: 255, 255, 255;
    --school-black: #122f2a;
    --school-black-rgb: 18, 47, 42;
    --school-black2: #202221;
    --school-black2-rgb: 32, 34, 33;
    --school-black3: #000;
    --school-black3-rgb: 0, 0, 0;
    --school-border-color: #dddddd;
    --school-border-color-rgb: 221, 221, 221;
    --school-letter-space: 0.1em;
    --school-letter-space-xl: 0.2em;
  }

  /*--------------------------------------------------------------
  # Common
  --------------------------------------------------------------*/

  body {
    font-family: "Questrial", serif;
    color: var(--school-text, #5e5e5e);
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
  }
  

  /*Scrollbar*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(163 32 58);
}

  a {
    /* color:var(--primary-1, rgb(163 32 58)); */
    transition: all 400ms ease;
  }
  
  a,
  a:hover,
  a:focus,
  a:visited {
    text-decoration: none;
  }
  
  ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Marcellus", serif;
  }

  section{
    padding-top: 60px;
    padding-bottom: 3px;
}

  ::placeholder {
    color: inherit;
    opacity: 1;
  }
  
  li{
    list-style: none;
  }
  
  .background-base {
    background-color: var(--primary-1, rgb(163 32 58));
  }
  
  .background-gray {
    background-color: var(--school-gray, #f6f4ec);
  }
  
  .background-black {
    background-color: var(--school-black, #122f2a);
  }
  
  .background-black-2 {
    background-color: var(--school-black2, #202221);
  }
  
  .school-text-dark {
    color: var(--school-text-dark, #b7b7b7);
  }
  
  .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
  }
  
  /* .container-fluid,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .container-fluid{
padding: 0px;
margin: 0px;
  }  
  .auto-container{
    position:static;
    max-width:1320px;
    padding:0px 15px;
    margin:0 auto;
  }

  .tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
  }
  
  .bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
  }
  .bootstrap-select .dropdown-item.active,
  .bootstrap-select .dropdown-item:active {
    background-color:var(--primary-1, rgb(163 32 58));
  }

  .ul-list-one {
    margin-bottom: 0;
  }
  .ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--school-black, #122f2a);
  }

  .ul-list-one li::before {
    content: "\e907";
    color:var(--primary-1, rgb(163 32 58));
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
  }

  /* scroll to top */
  .scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    background-color: var(--primary-2);
    z-index: 99;
    opacity: 0;
    padding: 6px;
    visibility: hidden; 
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .scroll-top--active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .scroll-top::after {
    position: absolute;
    content: "\F148";
    font-family: "bootstrap-icons" !important;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color:white;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .scroll-top__circle path {
    stroke:var(--primary-1, rgb(163 32 58));
    stroke-width: 4;
    fill: none;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .school-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
  }
  .school-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  .school-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
  }
  
  .school-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    opacity: 1;
    align-items: center;
    color:var(--primary-1, rgb(163 32 58));
    border-radius: 50%;
    border: 1px solid var(--school-border-color, #dddddd);
    font-size: 20px;
    transition: all 500ms ease;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    background-color:var(--primary-1, rgb(163 32 58));
    border-color:var(--primary-1, rgb(163 32 58));
    color: var(--school-white, #fff);
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: var(--school-border-color, #dddddd);
    border: none;
    position: relative;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span::after {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    left: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid var(--primary-1, rgb(163 32 58));
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color:var(--primary-1, rgb(163 32 58));
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span::after, .school-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: scale(1);
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled {
    display: none;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
  }
  .school-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
  }
  
  .sec-title {
    position: relative;
    line-height: 1;
    padding-bottom: 16px;
  }

  .sec-title__tagline {
    margin: 0;
    color:var(--primary-1, rgb(163 32 58));
    display: inline-block;
    font-weight: 400;
    font-family: var(--school-font, "Rubik", sans-serif);
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5px;
  }

  .sec-title__title {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin: 0;
    color: #17345a !important;
  }
  
  .sec-title__title > span {
    color:var(--primary-1, rgb(163 32 58));
  }

  .sec-title.text-left .sec-title__tagline__right-leaf, .sec-title.text-end .sec-title__tagline__right-leaf {
    display: none;
  }

  
  /*--------------------------------------------------------------
  # readmore button
  --------------------------------------------------------------*/

  .blog-card-two {
    position: relative;
  }
  .blog-card-two__image {
    position: relative;
  }
  .blog-card-two__image::after {
    background: rgba(var(--school-white-rgb, 255, 255, 255), 0.4);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 300ms linear;
  }
  .blog-card-two__image img {
    width: 100%;
    height: auto;
    min-height: 393px;
    object-fit: cover;
  }
  .blog-card-two:hover .blog-card-two__image::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 300ms linear;
  }

  .blog-card-two:hover .blog-card-two__content {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0) translateY(0);
  }

  .blog-card-two__title {
    margin: 0;
    font-size: 22px;
    color: var(--school-white, #fff);
    line-height: 30px;
    margin-bottom: 9px;
    font-weight: bold;
  }
  .blog-card-two__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .blog-card-two__title a:hover {
    background-size: 100% 1px;
  }
  .blog-card-two__title a:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  .blog-card-two__text {
    color: var(--school-white, #fff);
    margin: 0 0 25px;
  }
  .blog-card-two__link {
    color:  black;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    padding: 0 15px 6px 9px;
    transition: 0.3s all ease;
    position: relative;
    z-index: 9;
  }
  .blog-card-two__link::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    background-color:var(--primary-1, rgb(163 32 58));
    width: 38px;
    height: 38px;
    border-radius: 100px;
    transition: 0.4s all cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .blog-card-two__link i {
    font-size: 20px;
    margin-right: 15px;
    color: white;
    transition: 0.3s all ease;
  }
  .blog-card-two__link:hover {
    color: var(--school-white, #fff);
  }
  .blog-card-two__link:hover::before {
    width: 100%;
  }


 /*** 
====================================================================================================================================================================================
#                 Navbar
====================================================================================================================================================================================
***/
  .G {
    background-color: var(--school-white, #fff);
    position: relative;
  }
  .main-header__inner {
    display: flex;
    align-items: center;
    padding: 0 80px;
    position: relative;
  }

  .main-header__logo {
    display: flex;
    position: relative;
    top: -6px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .main-header__right {
    display: flex;
    align-items: center;
    padding: 9.5px 0;
    margin-left: auto;
  }
  .main-header__right__border {
    margin: 0 45px;
    width: 1px;
    height: 50px;
    background-color: var(--school-border-color, #dddddd);
  }


  .main-header__nav {
    margin-left: 125px;
    margin-right: auto;
  }

  .main-header--two {
    background-color: RGBA(var(--school-black2-rgb, 32, 34, 33), 0.58);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid RGBA(var(--school-white-rgb, 255, 255, 255), 0.5);
  }
  .main-header--two.sticky-header--cloned {
    /* background-color:  #202221; */
    background-color: #212428de;
    backdrop-filter: blur(15px);

    border: none;
  }
  .main-header--two.sticky-header--cloned .main-menu .main-menu__list > li > a::before {
    bottom: -35px;
  }
  .main-header--two .mobile-nav__btn span {
    background-color: var(--school-white, #fff);
  }
  .main-header--two .main-header__logo {
    width: auto;
    /* background-color: var(--school-white, #fff); */
    border-radius: 10px;
    padding: 20px 49px;
    /* margin-left: 15px; */
  }

  .main-header--two .main-header__inner {
    padding: 0;
    z-index: 2;
  }

  .main-header--two .main-header__nav {
    margin-right: 0;
    margin-left: auto;
  }
  .main-header--two .main-menu .main-menu__list > li > a {
    color: var(--school-white, #fff);
  }
  .main-header--two .main-menu .main-menu__list > li > a::before {
    position: absolute;
    content: "";
    left: auto;
    bottom: -33px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: currentColor;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  }
  .main-header--two .main-menu .main-menu__list > li.current > a,
  .main-header--two .main-menu .main-menu__list > li:hover > a {
    color: rgb(255, 66, 104);
  }
  .main-header--two .main-menu .main-menu__list > li.current > a::before,
  .main-header--two .main-menu .main-menu__list > li:hover > a::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .main-header--two .main-header__cart,
  .main-header--two .main-header__search {
    color: var(--school-white, #fff);
  }
  .main-header--two .main-header__cart:hover,
  .main-header--two .main-header__search:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  .main-header--two .main-header__right {
    margin-left: 20px;
    padding: 0;
  }
  .main-header--two .school-btn {
    color:var(--primary-1, rgb(163 32 58));
    margin-left: 50px;
  }

  .main-header--two__toggler {
    width: 100px;
    /* height: 110px; */
    height: 90px;
    border: 0;
    outline: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-left: 55px;
  }

  .main-header--two__toggler__wrapper {
    width: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
  }
  .main-header--two__toggler span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--school-white, #fff);
    display: block;
    border-radius: 50%;
    transition: all 500ms ease;
  }
  .main-header--two__toggler:hover span {
    background-color: rgb(167, 34, 60);
    background-color: var(--primary-1);

  }


  .sticky-header--cloned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--school-white, #fff);
    transform: translateY(-100%);
    box-shadow: 0px 3px 18px rgba(var(--school-black-rgb, 18, 47, 42), 0.07);
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    visibility: hidden;
    transition: transform 500ms ease, visibility 500ms ease;
  }
  .sticky-header--cloned.active {
    transform: translateY(0%);
    visibility: visible;
  }
  .sticky-header--cloned .main-menu .main-menu__list > li {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .mobile-nav__btn {
    width: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
  }

  .mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--school-black, #122f2a);
  }
  .mobile-nav__btn span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
  }

  .main-menu .main-menu__list > li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .main-menu .main-menu__list > li.dropdown > a {
    position: relative;
  }
  .main-menu .main-menu__list > li.dropdown > a::after {
    position: relative;
    right: 0;
    top: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: inherit;
    line-height: 10px;
    margin-left: 8px;
  }
  .main-menu .main-menu__list > li + li {
    margin-left: 51px;
  }

  .main-menu .main-menu__list > li > a {
    display: flex;
    align-items: center;
    color: var(--school-black, #122f2a);
    font-weight: 500;
    text-transform: capitalize;
    font-family:  "Questrial", serif;
    letter-spacing: 1px;
    position: relative;
    font-size: 16px;
    transition: all 500ms ease;
  }
  .main-menu .main-menu__list > li.current > a,
  .main-menu .main-menu__list > li:hover > a {
    color:var(--primary-1, rgb(163 32 58));
    text-shadow: 0 0 0.5px currentColor;
  }
  .main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -25px;
    min-width: 270px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--school-white, #fff);
    box-shadow: 0px 10px 60px 0px RGBA(var(--school-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    border-radius: 2px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);

}
  .main-menu .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
  }

  .main-menu .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
  }
  .main-menu .main-menu__list li ul li > a {
    font-size: 15px;
    line-height: 26px;
    color: var(--school-black, #122f2a);
    font-family: "Questrial", serif;
    font-weight: 500;
    display: flex;
    text-transform: capitalize;
    padding: 8px 20px;
    transition: 400ms;
    margin-bottom: 4px;
  }
  .main-menu .main-menu__list li ul li > a::after {
    position: absolute;
    right: 20px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color:var(--primary-1, rgb(163 32 58));
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
  }
  .main-menu .main-menu__list li ul li.current > a,
  .main-menu .main-menu__list li ul li:hover > a {
    background-color: var(--school-gray, #f6f4ec);
    color:var(--primary-1, rgb(163 32 58));
  }
  .main-menu .main-menu__list li ul li.current > a::after,
  .main-menu .main-menu__list li ul li:hover > a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .main-menu .main-menu__list li ul li > ul {
    top: 0;
    left: calc(100% + 20px);
  }
  .main-menu .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
  }
  .main-menu .main-menu__list li ul li > ul ul {
    display: none;
  }

 /*** 
====================================================================================================================================================================================
#                 Mobile Nav
====================================================================================================================================================================================
***/
  .mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
  }
  .mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
  }
  .mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--school-white-rgb, 255, 255, 255), 0.1);
  }
  .mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .mobile-nav__wrapper .home-showcase__title {
    color: var(--school-white, #fff);
  }

  .mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  }
  .mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  }

  .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--school-black, #122f2a);
    opacity: 0.3;
    cursor: url(../images/close.png), auto;
  }

  .mobile-nav__content {
    width: 300px;
    background-color: var(--school-black2, #202221);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  }
  .mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
  }

  .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
  }

  .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--school-white, #fff);
    cursor: pointer;
  }
  .mobile-nav__close:hover {
    color:var(--primary-1, rgb(163 32 58));
  }

  .mobile-nav__content .main-menu__list,
  .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--school-white-rgb, 255, 255, 255), 0.1);
  }

  .mobile-nav__content .main-menu__list ul li > a {
    padding-left: 1em;
  }

  .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--school-white-rgb, 255, 255, 255), 0.1);
  }

  .mobile-nav__content .main-menu__list li > a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: var(--school-white, #fff);
    font-size: 12px;
    font-family: var(--school-font, "Rubik", sans-serif);
    text-transform: uppercase;
    font-weight: 500;
    height: 46px;
    letter-spacing: var(--school-letter-space, 0.1em);
    align-items: center;
    transition: 500ms;
  }
  
  .mobile-nav__content .main-menu__list li a.expanded {
    color:var(--primary-1, rgb(163 32 58));
  }
  
  .mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color:var(--primary-1, rgb(163 32 58));
    border: none;
    outline: none;
    color: var(--school-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
  }
  
  .mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--school-white, #fff);
    color: var(--school-black, #122f2a);
  }
  
  .mobile-nav__social {
    display: flex;
    align-items: center;
  }
  .mobile-nav__social a {
    font-size: 16px;
    color: var(--school-white, #fff);
    transition: 500ms;
  }
  .mobile-nav__social a + a {
    margin-left: 20px;
  }
  .mobile-nav__social a:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  
  .mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mobile-nav__contact li {
    color: var(--school-white, #fff);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
  }
  .mobile-nav__contact li + li {
    margin-top: 15px;
  }
  .mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
  }
  .mobile-nav__contact li a:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  .mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color:var(--primary-1, rgb(163 32 58));
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--school-white, #fff);
  }
  
  .mobile-nav__container .main-menu__logo,
  .mobile-nav__container .main-menu__right {
    display: none;
  }
  
   /*** 
====================================================================================================================================================================================
#                  Hero Slider
====================================================================================================================================================================================
***/
  .main-slider-two {
    position: relative;
  }
  .main-slider-two__carousel {
    position: relative;
    width: 100%;
  }
  .main-slider-two__carousel .owl-dots {
    left: auto;
    margin: auto 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .main-slider-two__carousel .owl-dots .owl-dot {
    display: block;
    margin: 0;
    padding: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
  }
  .main-slider-two__carousel .owl-dots .owl-dot button {
    width: 40px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px 0 0 100px;
    background-color: var(--school-white, #fff);
    font-size: 16px;
    font-weight: 600;
    color: var(--school-black, #122f2a);
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
  }

  .main-slider-two__carousel .owl-dots .owl-dot::after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 49px;
    height: 49px;
    border-radius: 100px 0 0 100px;
    content: "";
    transition: all 500ms ease;
    border: 1px solid var(--school-white, #fff);
    opacity: 0;
    z-index: -1;
  }

  .main-slider-two__carousel .owl-dots .owl-dot:hover::after, .main-slider-two__carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
    right: 0;
  }
  .main-slider-two__carousel .owl-dots .owl-dot:hover button, .main-slider-two__carousel .owl-dots .owl-dot.active button {
    background-color:var(--primary-1, rgb(163 32 58));
    color: var(--school-white, #fff);
  }
  .main-slider-two__item {
    background-color: var(--school-gray, #f6f4ec);
    position: relative;
    z-index: 3;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
  }
  .main-slider-two__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    background-size: cover;
  }
  .main-slider-two__bg img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
  }
  .main-slider-two__bg img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
  }
  .main-slider-two__bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.50;
    background-color: rgb(0, 0, 0);
  }

  .slider-one_image-layer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.50;
    background-color: rgb(163 79 79);
}
  .main-slider-two__content {
    position: relative;
    z-index: 3;
  }
  .main-slider-two__sub-title {
    display: inline-block;
    margin: 0 0 0px;
    opacity: 0;
    transition: transform 1000ms ease, opacity 1000ms ease;
    transform: scale(1.2) translateY(200px);
  }

  .main-slider-two__title {
    color: var(--school-white, #fff);
    font-size: 65px;
    line-height: 81px;
    text-transform: capitalize;
    margin: 0 0 16px;
    opacity: 0;
    transition: transform 1100ms ease, opacity 1100ms ease;
    transform: scale(1.2) translateY(200px);
    font-family: "Prata", serif;  }

  .main-slider-two__title span {
    background-color: var(--school-white, #fff);
    color:var(--primary-1, rgb(163 32 58));
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color:var(--primary-1, rgb(163 32 58));
    border-radius: 10px;
    padding: 0 15px;
  }

  .main-slider-two__text {
    color: var(--school-white, #fff);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 49px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: scale(1.2) translateY(200px);
  }

  .main-slider-two__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 5;
    gap: 40px;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(180px);
    transform-origin: bottom;
    transition: all 1500ms ease;
  }
  .main-slider-two__btn .school-btn {
    color:var(--primary-1, rgb(163 32 58));
  }
  .main-slider-two__btn .video-popup {
    width: 56px;
    height: 56px;
    background-color: var(--school-white, #fff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color:var(--primary-1, rgb(163 32 58));
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
  }
  .main-slider-two__btn .video-popup .ripple,
  .main-slider-two__btn .video-popup .ripple:before,
  .main-slider-two__btn .video-popup .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(var(--school-white-rgb, 255, 255, 255), 0.25);
    animation: ripple 3s infinite;
    border-radius: 50%;
  }
  .main-slider-two__btn .video-popup .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
  }
  .main-slider-two__btn .video-popup .ripple::after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
  }
  .main-slider-two__btn .video-popup:hover {
    background-color:var(--primary-1, rgb(163 32 58));
    color: var(--school-white, #fff);
  }
  .main-slider-two__shape-one {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: 169px;
    height: 169px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .main-slider-two__shape-one img {
    width: 100%;
    height: auto;
    animation: treeMove2 6s linear 0s infinite;
  }
  .main-slider-two__shape-two {
    position: absolute;
    z-index: 1;
    left: 2%;
    bottom: 0;
    width: 125px;
    height: 214px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .main-slider-two__shape-two img {
    width: 100%;
    height: auto;
    animation: treeMove 4s linear 0s infinite;
  }

  .main-slider-two .active .main-slider-two__bg img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
  }
  .main-slider-two .active .main-slider-two__bg img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
  }
  .main-slider-two .active .main-slider-two__sub-title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1100ms;
  }
  .main-slider-two .active .main-slider-two__title {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1300ms;
  }
  .main-slider-two .active .main-slider-two__text {
    opacity: 1;
    transform: scale(1) translateY(0);
    transition-delay: 1500ms;
  }
  .main-slider-two .active .main-slider-two__btn {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1700ms;
  }
  .main-slider-two .active .main-slider-two__shape-one {
    opacity: 1;
    animation-delay: 1.9s;
    animation-name: backInUp;
  }
  .main-slider-two .active .main-slider-two__shape-two {
    opacity: 1;
    animation-delay: 2s;
    animation-name: backInUp;
  }

  /*** 
====================================================================================================================================================================================
#                    Sidebar
====================================================================================================================================================================================
***/
  .sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(100%);
    transform-origin: right center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  .sidebar-one.active {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  }
  .sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  }
  .sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--school-black3, #000);
    opacity: 0.5;
    cursor: url(../images/close.png), auto;
  }
  .sidebar-one__close {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 24px;
    color: var(--school-white, #fff);
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sidebar-one__close:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  .sidebar-one__content {
    width: 350px;
    background-color: var(--school-black2, #202221);
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    scrollbar-width: none;
  }
  .sidebar-one__text {
    color: var(--school-gray, #f6f4ec);
    margin: 26px 0 30px;
    line-height: 30px;
  }
  .sidebar-one__title {
    color: var(--school-white, #fff);
    font-size: 20px;
    margin: 0 0 18px;
  }
  .sidebar-one__info {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-one__info li {
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 10px;
    color: var(--school-gray, #f6f4ec);
  }
  .sidebar-one__info li span {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
    color:var(--primary-1, rgb(163 32 58));
    line-height: inherit;
  }
  .sidebar-one__info li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    color: inherit;
  }
  .sidebar-one__info li a:hover {
    background-size: 100% 1px;
  }
  .sidebar-one__info li a:hover {
    color:var(--primary-1, rgb(163 32 58));
  }
  .sidebar-one__social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0 40px;
  }
  .sidebar-one__social a {
    width: 37px;
    height: 37px;
    background-color: RGBA(var(--school-white-rgb, 255, 255, 255), 0.08);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
  }
  .sidebar-one__social a i {
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .sidebar-one__social a:hover {
    background-color:var(--primary-1, rgb(163 32 58));
    color: var(--school-white, #fff);
  }
  .sidebar-one__social a:hover i {
    animation: iconTranslateY 0.4s forwards;
  }           

/*  */
.herobtn{
      position: absolute;
	  top: 124px;
	  right: 4%;
	  z-index: 999;
	  font-weight: 550;
	  display: grid;
	 gap: 10px;
  }

@keyframes blink {
	0%, 100% {background-color:#004297;}
	50% {background-color: #990422;}
  }
  #blinking-button {
	background-color: #8EDDBE;
	color: white;
	animation: blink 1s linear infinite;
	border-radius: 6px;
	padding: 7px 18px;
  }


/*** 
====================================================================================================================================================================================
#                    About
====================================================================================================================================================================================
***/
.about-style7-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 1;
}

.section__header {
  padding-bottom: 20px;
}

.about-style7-area-gray-bg {
  position: absolute;
  top: -63px;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #94c1fb30;
  z-index: -1;
}


.about-style7-content-one {
  position: relative;
  display: block;
  padding-top: 25px;
}

.about-style7-content-one .sec-title-style7 {
  padding-bottom: 16px;
}

 .sec-title-style7 h2 {
  font-family: "Forum", serif;
  font-size: 52px;
  color: #000;
  padding-top: 10px;
  line-height: 68px !important;
}


.sub-title p{
  color: var(--primary-1, rgb(163 32 58));
  font-weight: 400;
  font-family: var(--school-font, "Rubik", sans-serif);
  font-size: 22px;
}

.about-style7-content-one .inner-text {
  position: relative;
  display: block;
}

.about-style7-content-one .inner-text h3 {
  font-size: 20px;
  margin: 0 0 17px;
}

.about-style7-content-one .inner-text p {
  margin: 0;
}


.about-style7-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.about-style7-img-box img {
  width: 100%;
}


.about-style7-content-two {
  position: relative;
  display: block;
  margin-top: -7px;
}

.about-style7-content-two .top-text {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-top: 10px;

}

.about-style7-content-two .top-text p {
  padding-bottom: 18px;
  margin: 0;
}


 .inner-titlee {
  position: relative;
  display: block;
  padding-bottom: 1px;
}

.inner-titlee::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* width: 70px; */
  width: 8%;
  height: 2px;
  background-color: #6181aa;
}


 .inner-titlee h3 {
  font-size: 22px;
  color: var(--primary-1, rgb(163 32 58));
}

.about-style7-content-two ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 23px 0 32px;
}

.about-style7-content-two ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-style7-content-two ul li+li {
  margin-top: 8px;
}

.about-style7-content-two ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  color:#f6931d;
}

.about-style7-content-two ul li .icon span {
  position: relative;
  display: block;
  line-height: 0;
}

.about-style7-content-two ul li .icon span:before {
  font-size: 16px;
  line-height: 28px;
}

.about-style7-content-two ul li p {
  margin: 0;
}


/*** 
====================================================================================================================================================================================
#                    MESSAGES
====================================================================================================================================================================================
***/
 
.testimonial-two-sec {
  position: relative;
  display: block;
}

.testimonial-box {
  position: relative;
  display: block;
}

.title{
  color: #17345a;
}

.testimonial-box .quote-icon {
  position: absolute;
  top: 0;
  right: 35px;
  font-size: 150px;
  color: #0058cd;
  opacity: .10;
}

.testimonial-two-sec .align-left {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 16px;
}

.testimonial-one-sec .case-black h4 {
  color: #222222;
}

.client-carousel.owl-theme.nav-type-1 .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.client-carousel.owl-theme.nav-type-1 .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: rgb(137, 12, 37);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 10px;
  padding: 0;
  border-radius: 0;
  transition: all 700ms ease 0s;
  background: #fff;
  border: 1px solid rgb(137, 12, 37);
}

.client-carousel.owl-theme.nav-type-1 .owl-nav [class*="owl-"]:hover {
  background: var(--primary-2);
  color: #ffffff;
  border: 1px solid var(--primary-2);
}

.single-client-item {
  position: relative;
  display: block;
}

.single-client-item .text {
  padding-bottom: 26px;
}

.single-client-item .text p {
  padding-bottom: 16px;
}
.single-client-item .text p {
  font-size: 16px;
  color: #888888;
  margin: 0;
}

.single-client-item .client-thumbnail {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  flex-direction: row;
}

.single-client-item .client-thumbnail .client-title {
  padding-left: 20px;
  padding-top: 20px;
}

.single-client-item .client-thumbnail .client-title h4 {
  color: rgb(163 32 58);
  font-weight: 400;
  font-family: "Forum", serif;
}
.single-client-item .client-thumbnail .client-title h2 {
  font-family: "Corinthia", cursive;
  color: #1c467c;
}
.single-client-item .client-thumbnail .client-title p {
  font-size: 16px;
  color: #222222;
}

/*** 
====================================================================================================================================================================================
#                    NOTICE
====================================================================================================================================================================================
***/
.tab-content {
  height: 380px;
  overflow-y: auto;
  overscroll-behavior: auto;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
}

.rt-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rts-section-title {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: -15px;
}

.rts-arrow {
  color:#890C25;
  font-weight: 500;
  display: inline-block;
}
.rts-arrow span {
  margin-left: 5px;
}

.rts-notice-section .rts-tab .nav {
  margin: 0;
  display: flex;
  gap: 10px;
}

.rts-notice-section .rts-tab .nav-item .nav-link.active {
  background: #890C25;
  color: white;
}

.rts-notice-section .rts-tab .nav-item .nav-link {
  padding: 7px 15px;
  border: 1px solid #eee;
  border-radius: 0;
  color: rgb(56, 56, 56);
  font-size: 14px;
  font-weight: 500;
}

.rts-notice-section .rts-tab .tab-content {
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: #17345a #F1F1FF;
}

.rts-notice-section .rts-tab .notice-content-box {
  position: relative;
}

/* .rts-notice-section .rts-tab .single-notice:first-child {
  border-top: 1px solid #eee;
} */

.rts-notice-section .rts-tab .single-notice {
border-bottom: 1px solid #17345a61;
  padding: 14px 0;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.rts-notice-section .rts-tab .single-notice-item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rts-event-section-content {
    margin-top: 0;
}

.rts-counter {
    counter-reset: rt-counter;
}

.rts-notice-section {
    padding-left: 75px;
}

.rts-tab .nav {
    margin: 0;
    display: flex;
    gap: 10px;
}

.nav-item {
    margin: 14px 0 0 0;
}

.nav-link {
    padding: 7px 15px;
    border: 1px solid #eee;
    border-radius: 0;
    color: var(--rt-secondary);
    font-size: 14px;
    transition: var(--transition);
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
    background: var(--rt-primary);
    color: var(--rt-white);
}

.tab-content {
  height: 380px;
  overscroll-behavior: auto; /* or remove entirely */
  overflow-y: auto;
}

.tab-content::-webkit-scrollbar {
    width: 12px;
}

.tab-content::-webkit-scrollbar-track {
    background: #f1f1ff;
}

.tab-content::-webkit-scrollbar-thumb {
    background-color: #36348e;
    border-radius: 0;
    border: 4px solid #f1f1ff;
}

.notice-content-box {
    position: relative;
}

.single-notice {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    margin-right: 40px;
}

/* .single-notice:first-child {
    border-top: 1px solid #eee;
} */

.single-notice:last-child {
    border-bottom: none;
}

.notice-date {
    font-size: 24px;
    color: var(--rt-secondary);
    display: flex;
    flex-direction: column;
}

.notice-date span{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-2);
}

.notice-content a {
    color: var(--rt-body);
}

.notice-content a:hover {
    color: var(--primary-2);
}

.rts-notice-details .rts-tab .tab-content {
    height: 100%;
    overflow-y: unset;
}

.rts-notice-section {
    background: #f9f8ff;
    padding: 40px;
    /* margin-left: 40px; */
    border: 1px solid var(--rt-line);
}

/*** 
====================================================================================================================================================================================
#                     FACILITIES
====================================================================================================================================================================================
***/
.departments-area {
  position: relative;
  display: block;
  background: #ffffff;
}

.single-departments-box {
  position: relative;
  display: block;
}


.single-departments-box.marginbottom {
  margin-bottom: 61px;
}

.single-departments-box .icon {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.single-departments-box .icon span:before {
  position: relative;
  color: #b1b1b1;
  font-size: 80px;
  line-height: 80px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 3;
}

.single-departments-box:hover .icon span:before {
  color: black;
}

.single-departments-box .icon .round-box {
  position: absolute;
  top: 0;
  right: 80px;
  width: 45px;
  height: 45px;
  background: #f6f2f0;
  border-radius: 50%;
  z-index: 1;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-departments-box:hover .icon .round-box {
  background-color: var(--primary-2);
  transform: scale(1.1);
}

.single-departments-box .text-holder {
  position: relative;
  display: block;
  padding-top: 5px;
}

.single-departments-box .text-holder a {
  position: relative;
  display: inline-block;
  background: rgb(137, 12, 37);
  padding: 0 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 55px;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-departments-box .text-holder a:hover {
  background-color:#17345a;
}

.single-departments-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 10px;
}

.single-departments-box .text-holder .text p {
  margin: 14px 0 0;
}

.departments-img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.departments-img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.15;
}

.departments-img-box img {
  width: 100%;
}

.departments-img-box__content {
  position: absolute;
  /* left: 30px; */
  left: 1px;
  bottom: 30px;
  right: 30px;
}

.departments-img-box__content ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.departments-img-box__content ul li {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-align: center;
  /* padding: 9px 0 11px; */
  padding: 14px;
  margin-bottom: 10px;
  z-index: 2;
}

.departments-img-box__content ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(137, 12, 37);
  z-index: 1;
  transform: scale(0.0);
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 500ms ease 100ms;
  z-index: -1;
}

.departments-img-box__content ul li:hover:before {
  transform: scale(1.0);
}

.departments-img-box__content ul li:last-child {
  margin-bottom: 0;
}

.departments-img-box__content ul li h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.departments-img-box__content ul li h3 a {
  color: black;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.departments-img-box__content ul li:hover h3 a {
  color: #ffffff;
}

.departments-img-box__content ul li p {
  line-height: 20px;
  margin: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.departments-img-box__content ul li:hover p {
  color: #ffffff;
}

.departments-area .btn-box {
  position: relative;
  display: block;
  padding-top: 34px;
}

.departments-area .btn-box a {
  position: relative;
  display: inline-block;
  color: black;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.departments-area .btn-box a:hover {
  color: rgb(137, 12, 37);
}

.departments-area .btn-box a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  right: 0;
  height: 3px;
  background-color: rgb(137, 12, 37);
}

/*** 
====================================================================================================================================================================================
#                     YOUTUBE
====================================================================================================================================================================================
***/

.youtube{
  font-size: 55px;
}
.choose-us-section-3 {
  position: relative;
}

.choose-us-wrapper-3 .video-image {
  max-width: 1165px;
  position: relative
}

.choose-us-wrapper-3 .video-image img {
  width: 100%;
  height: 100%
}

.choose-us-wrapper-3 .video-image .video-btn {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg,#fff9 14.64%,#ffffff80 86.55%);
  border: 1px solid rgba(255,255,255,.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: white
}



.choose-us-wrapper-3 .choose-content {
  background-color:#890c25;
  padding: 100px;
  margin-left: -80px;
  margin-top: 34px;
  position: relative
}

.choose-us-wrapper-3 .choose-content .circle-shape {
  position: absolute;
  bottom: 0;
  right: 0
}

/*  */

.choose-us-wrapper-3 .video-image .video-btn {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff9 14.64%, #ffffff80 86.55%);
  border: 1px solid rgba(255, 255, 255, .5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color:white;
}


.ripple:before {
  /* -webkit-animation-delay: .9s; */
  animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple:before, .ripple:after {
  /* position: absolute; */
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 #ffffffe6;
  animation: rippleOne 3s infinite;
}

.ripple:after {
 
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple:before, .ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;

  transform: translate(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 #ffffffe6;
  animation: rippleOne 3s infinite;
}

@keyframes rippleOne {
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(244,68,56,0);
      box-shadow: 0 0 0 40px #f4443800
  }

  to {
      -webkit-box-shadow: 0 0 0 0 rgba(244,68,56,0);
      box-shadow: 0 0 #f4443800
  }
}


/*** 
====================================================================================================================================================================================
#                    NEWS ANS EVENTS
====================================================================================================================================================================================
***/

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}

.section-title.color-red .h6, .section-title.color-red h6 {
  color: red;
  position: relative;
}

.section-title.color-red .h6:before, .section-title.color-red h6:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/underline.png);
  animation: width 1.5s linear !important;
  animation-fill-mode: both;
  background-position: 50%;
}

.section-title .h6, .section-title h6 {
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.news-left-items {
  margin-top: 30px;
  border: 1px solid rgba(9,34,75,.1);
  border-radius: 7px;
  background-color:white;
  position: relative;
  transition: all .4s ease-in-out
}

.news-left-items:before {
  top: 0;
  left: 0;
  border-top: 1px solid red;
  border-left: 1px solid red;
  transform: none
}

.news-left-items:after,.news-left-items:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: .5s;
  opacity: 0;
  visibility: hidden
}

.news-left-items:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgb(226, 8, 8);
  border-right: 1px solid red
}

.news-left-items .news-thumb {
  padding: 10px 10px 0;
  position: relative;
  z-index: 9
}

.news-left-items .news-thumb .post-box {
  font-size: 14px;
  font-weight: 600;
  background-color: #AD0119;
  padding: 3px 14px;
  border-radius: 7px;
  color: white;
  position: absolute;
  top: 22px;
  left: 22px
}

.news-left-items .news-thumb .post-box:hover {
  background-color: #031f42
}

.news-left-items .news-thumb img {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  border-radius: 7px
}

.news-left-items .news-content {
  padding: 30px 40px;
  position: relative;
  z-index: 9
}

.news-left-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  padding-left: 1px !important;
  color: #4a7dc0;
}

.news-left-items .news-content .post-cat li i {
  margin-right: 5px;
}

.news-left-items .news-content .h3,.news-left-items .news-content h3 {
  line-height: 146%;
  color: var(--primary-2);
}

.news-left-items .news-content .h3 a,.news-left-items .news-content h3 a {
  background-position: 0 95%;
  color: #031f42;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
}

.news-left-items .news-content .h3 a:hover,.news-left-items .news-content h3 a:hover {
  background-size: 100% 2px;
  color: var(--primary-1)
}

.news-left-items .news-content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: #031f42;
  margin-top: 15px
}

.news-left-items .news-content .link-btn i {
  margin-left: 5px
}

.news-left-items .news-content .link-btn:hover {
  color: var(--primary-1);
}

.news-left-items:hover {
  box-shadow: 10px 4px 60px rgba(173,1,25,.2)
}

.news-left-items:hover:after,.news-left-items:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 7px
}

.news-left-items:hover:after {
  transform: none;
  transform-origin: initial
}

.news-right-items {
  margin-top: 30px;
  border: 1px solid rgba(9,34,75,.1);
  border-radius: 7px
}

.news-right-items .news-right-box {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 11px 10px
}



.news-right-items .news-right-box:not(:last-child) {
  border-bottom: 1px solid rgba(9,34,75,.1)
}

.news-right-items .news-right-box .thumb {
  max-width: 280px;
  position: relative
}



.news-right-items .news-right-box .thumb .post-box {
  font-size: 14px;
  font-weight: 600;
  background-color: #AD0119;
  padding: 2px 14px;
  border-radius: 7px;
  color: white;
  position: absolute;
  top: 10px;
  left: 10px
}

.news-right-items .news-right-box .thumb .post-box:hover {
  background-color: #031f42
}

.news-right-items .news-right-box .thumb img {
  min-width: 256px;
  max-width: 256px;
  min-height: 160px;
  max-height: 160px;
  border-radius: 7px
}

.news-right-items .news-right-box .content {
  max-width: 270px
}

.news-right-items .news-right-box .content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  padding-left: 1px !important;
  color: #4a7dc0;
}

.news-right-items .news-right-box .content .post-cat li {
  font-size: 14px;
  text-decoration: none;
}

.news-right-items .news-right-box .content .post-cat li i {
  margin-right: 5px;
}

.news-right-items .news-right-box .content .h5,.news-right-items .news-right-box .content h5 {
  line-height: 139%;

}

.news-right-items .news-right-box .content .h5 a,.news-right-items .news-right-box .content h5 a {
  background-image: linear-gradient(var(--theme-red),var(--theme-red));
  background-position: 0 95%;
  color: #031f42;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: all .4s ease-in-out
}

.news-right-items .news-right-box .content .h5 a:hover,.news-right-items .news-right-box .content h5 a:hover {
  background-size: 100% 2px;
  color: #AD0119
}

.news-right-items .news-right-box .content .link-btn {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  color: #031f42;
  margin-top: 10px
}

.news-right-items .news-right-box .content .link-btn i {
  margin-left: 5px
}

.news-right-items .news-right-box .content .link-btn:hover {
  color: var(--primary-1);
}

.news-box-items-2 {
  margin-top: 30px
}


.news-box-items-2 .news-content {
  margin-top: 15px
}

.news-box-items-2 .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px
}

.news-box-items-2 .news-content .post-date li {
  font-size: 14px
}

.news-box-items-2 .news-content .post-date li i {
  margin-right: 5px
}

.news-box-items-2 .news-content .h3,.news-box-items-2 .news-content h3 {
  line-height: 145%;
  margin-bottom: 20px
}



/* button@ slider */

.td_hero_btn_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 40px;
  padding: 25px 40px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -65px;
  z-index: 9;

}

.td_white_color {
  color: white;
  font-weight: 500;
}
.td_accent_bg {
  background-color: #890c25;
}

.td_hero_btn_group:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-top: 1px solid rgba(255,255,255,.4);
  border-bottom: 2px solid rgba(255,255,255,.4);
  border-left: 1px solid rgba(255,255,255,.4);
  opacity: .4;
  background: #ebeced0d;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
  box-shadow: 0 4px 4px #00000040
}

.td_hero_btn_group .td_btn.td_style_1 {
  min-width: 270px
}

.td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
  padding: 25px 40px
}

.td_btn.td_style_1 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: none
}

.td_btn.td_style_1 .td_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 13px 25px;
  gap: 10px;
  border-radius: inherit;
  position: relative;
  z-index: 1
}

.td_btn.td_style_1 .td_btn_in:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: #0003;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.td_btn.td_style_1 .td_btn_in>* {
  position: relative;
  z-index: 2
}

.td_btn.td_style_1 .td_btn_in.td_heading_bg:before {
  background-color: #fff3
}

.td_btn.td_style_1:hover {
  color: #fff
}

.td_btn.td_style_1:hover .td_btn_in:before {
  opacity: 1
}

.td_btn.td_style_1.td_with_shadow:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 2px;
  top: 4px;
  border-radius: inherit;
  background-color: #890c25;
  opacity: .3;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.td_btn.td_style_1.td_with_shadow:hover:after {
  left: 2px;
  top: -4px
}

.td_btn.td_style_1.td_with_shadow_2 {
  -webkit-box-shadow: 6px 6px 0px 0px #00001b;
  box-shadow: 6px 6px 0 0 #00001b
}

.td_btn.td_style_1.td_with_shadow_2:hover {
  -webkit-box-shadow: 6px -6px 0px 0px #00001b;
  box-shadow: 6px -6px 0 0 #00001b
}

.td_btn.td_style_1.td_type_1 {
  -webkit-box-shadow: 0 0 0px 1px #00001b;
  box-shadow: 0 0 0 1px #00001b
}

.td_btn.td_style_1.td_type_1.td_with_shadow:after {
  background-color: #00001b;
  opacity: 1
}

.td_btn.td_style_1.td_type_1 .td_btn_in:before {
  background-color: #0000000d
}

.td_btn.td_style_1.td_type_2 .td_btn_icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: -13px -20px -13px 0;
  border: 1px solid currentColor
}

.td_btn.td_style_1.td_type_2 .td_btn_in {
  padding: 13px 20px;
  gap: 12px;
  min-width: 170px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.td_btn.td_style_1.td_type_2 .td_btn_in span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 12px 24px;
  border: 1px solid currentColor;
  -webkit-transition: border .3s ease;
  transition: border .3s ease
}

.td_btn.td_style_1.td_type_3:hover .td_btn_in {
  color: #fff;
  border-color: #890c25
}

.td_btn.td_style_1.td_type_3:hover .td_btn_in:before {
  background-color: #890c25
}

.td_btn.td_style_1.td_type_4 .td_btn_in {
  padding: 12px 10px;
  border: 1px solid currentColor;
  gap: 0;
  min-width: 50px
}

.td_btn.td_style_1.td_type_4 .td_btn_text {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.td_btn.td_style_1.td_type_4 .td_btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.td_btn.td_style_1.td_type_4 .td_btn_icon svg {
  width: 16px;
  height: 16px
}

.td_btn.td_style_1.td_type_4:hover .td_btn_in {
  color: #fff;
  gap: 10px;
  padding: 12px 24px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.td_btn.td_style_1.td_type_4:hover .td_btn_in:before {
  background-color: #890c25
}

.td_btn.td_style_1.td_type_4:hover .td_btn_text {
  max-width: 200px
}

.td_btn.td_style_1.td_type_5 .td_btn_in:before {
  opacity: .15;
  background-color: #890c25
}

.td_btn.td_style_1.td_type_5:hover .td_btn_in:before {
  opacity: .25
}

/*** 
====================================================================================================================================================================================
#                    GALLERY
====================================================================================================================================================================================
***/

.gallery-one__card {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 280px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
  }
  .gallery-one__card img {
	background-size: cover;
	display: block;
	min-height: 200px;
	max-height: 230px;
	width: 100%;
	transition: transform 500ms ease, opacity 500ms ease;
	opacity: 1;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	width: 100%;
	transform: scale(1.0);
	transition: transform 0.4s ease;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	object-fit: cover;
  }
  .gallery-one__card__hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0.67) 0%, rgba(23, 52, 90, 0.78) 100%);
  	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: bottom center;
	border-radius: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
  }
  .gallery-one__card__hover .img-popup {
	position: relative;
  }
  .gallery-one__card:hover img {
	transform: scale(1.05);
  }
  .gallery-one__card:hover .gallery-one__card__hover {
	transform-origin: top center;
	transform: scale(1, 1);
  }
  .gallery-one__card__icon {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
  }
  .gallery-one__card__icon::after, .gallery-one__card__icon::before {
	content: "";
	width: 2px;
	height: 100%;
	background-color: var(--primary-2);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
  }
  .gallery-one__card__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
  }


  /* underline */

  .border {
    position: relative;
    border-bottom: 1px solid var(--primary-2) !important;
}

.border:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: #b50d59;
  transition: all .4s ease-in-out;
  animation: moveBorder 10s linear infinite;
}

@keyframes moveBorder {
  0% {
      left: 0
  }

  50% {
      left: calc(100% - 60px)
  }

  to {
      left: 0
  }
}

   /*** 
====================================================================================================================================================================================
#                 Footer
====================================================================================================================================================================================
***/

.main-footer {
  position: relative;
  background-color: #780c24;
}
.main-footer__top {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: 70px;
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background-size: cover;
  background-position: center center;
}
.main-footer .container {
  position: relative;
}
.main-footer__bottom {
  text-align: center;
}
.main-footer__bottom__inner {
  padding: 33px 0;
  border-top: 1px solid rgba(var(--school-white-rgb, 255, 255, 255), 0.1);
  display: flex;
}
.main-footer__copyright {
  margin: 0;
  color: var(--school-text-dark, #b7b7b7);
}
.main-footer__copyright a{
  color: #b1d2fc;
}
.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 16px;
}

.footer-widget__title {
  font-size: 22px;
  color: var(--school-white, #fff);
  text-transform: capitalize;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 33px;
}
.footer-widget__info {
  margin: 0;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 43px;
  max-width: 265px;
}
.footer-widget__info li {
  font-size: 16px;
  color: var(--school-gray, #f6f4ec);
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 13px;
  overflow-wrap: anywhere;

}
.footer-widget__info li a {
  color: inherit;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}

.footer-widget__info__icon {
  font-size: 17px;
  color:white;
  position: absolute;
  left: 0;
  top: 1px;
}
.footer-widget__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-widget__social a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--school-white-rgb, 255, 255, 255), 0.19);
  font-size: 15px;
  color: var(--school-text-dark, #b7b7b7);
  transition: all 500ms ease;
  border-radius: 50%;
}
.footer-widget__social a i {
  position: relative;
  z-index: 2;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.footer-widget__social a:hover {
  background-color:var(--primary-2);
  color: var(--school-white, #fff);
}
.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}

.footer-widget__links {
  margin-top: -10px;
  margin-bottom: -13px;
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--school-gray, #f6f4ec);
  font-weight: 400;
  line-height: 41px;
}
.footer-widget__links li a {
  color: inherit;
  /* background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease; */
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color:#77b2ff;
}
.footer-widget--blog {
  position: relative;
}
 /*=======================================================================================================================
* footer application
=======================================================================================================================*/
.app-store-btns {
	/* display: flex; */
	width: 100%;
  }
  .app-store-btns a {
	gap: 5px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-size: 15px;
	flex-grow: 1;
	flex-basis: 0;
	text-decoration: none;
	color: #ffffff;
	background: var(--primary-2);
	background-repeat: no-repeat;
	padding: 6px 12px 6px 48px;
	min-height: 40px;
	font-weight: 400;
	background-position: 16px;
	display: inline-flex;
	align-items: center;
	border-radius: 0px;
	border-bottom: none;
	border-radius: 3px;
  }

  .app-store-btns a:hover{
  background: #3f6496;
  background-repeat: no-repeat;
  background-position: 10px;
  transform: translateY(-6px);
}


  .app-store-btns a:nth-child(2) {
	margin-left: 8px;
  }
  .app-store-btns a:nth-child(3) {
	margin-left: 8px;
  }
  .app-store-btns a:nth-child(4) {
	margin-left: 8px;
  }
  .app-store-btns a.apple {
	background-image: url("https://psycatgames.com/images/supporting/app-store.svg");
	background-size: 21px 25px;
  }
  .app-store-btns a.google {
	background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
	background-size: 22px 25px;
  }

/*=============================================================================================
*                                                     index end
===============================================================================================*/

/*** 
=============================================
    Breadcrumb style
=============================================
***/
.breadcrumb-style4-area {
  position: relative;
  display: block;
  background-color: #f7f6f9;
  overflow: hidden;
  /* z-index: 10; */
}

.breadcrumb-style4-area-shape1 {
  position: absolute;
  top: 40px;
  left: 5%;
}

.breadcrumb-style4-area-shape2 {
  position: absolute;
  left: 350px;
  bottom: 40px;
}

.breadcrumb-style4-area-shape3 {
  position: absolute;
  right: 2%;
  bottom: 40px;
}

.breadcrumb-style4__content {
  position: relative;
  display: block;
  padding: 100px 0 205px;
  background-image: url(/images/Bredbg.jpg);
  margin-top: inherit;
  background-size: cover;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.breadcrumb-style4__content .title {
  position: relative;
  display: block;
}

.breadcrumb-style4__content .title h2 {
  color: black;
  font-size: 40px;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: capitalize;
}


.breadcrumb-menu-style4 {
  position: absolute;
  left: 0;
  bottom: 24px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.breadcrumb-menu-style4 ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 20px 0px rgba(99, 87, 164, 0.08);
  padding: 6px 20px 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.breadcrumb-menu-style4 ul li {
  position: relative;
  display: block;
  color: #96959b;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumb-menu-style4 ul li+li {
  margin-left: 10px;
}

.breadcrumb-menu-style4 ul li a {
  color: #96959b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.breadcrumb-menu-style4 ul li:hover a,
.breadcrumb-menu-style4 ul li.active {
  color: #a3203a;
}

.big-text{
  visibility: visible;
  animation-duration: 5100ms;
  /* animation-delay: 1100ms; */
  animation-name:slideInRight;
}

.breadcrumb-style4-area .big-text.top35 {
  top: 35px;
}
.breadcrumb-style4-area .big-text {
  position: absolute;
  top: 105px;
  right: 2%;
  font-size: 100px;
  line-height: 124px;
  font-family: "Marcellus", serif;
  z-index: 1;


}

.gradient-text {
  background: linear-gradient(180deg, #2f5994 0%, #01001f 98.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*** Element Slide IN Right ***/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.now-in-view {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*** 
=============================================
    Contact
=============================================
***/
.contact-info-style4-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 1;
}

.single-contact-info-style4 {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 30px 42px;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.single-contact-info-style4 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 72px;
  margin: 0 auto;
  z-index: 1;
}

.single-contact-info-style4 .icon .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.single-contact-info-style4 .icon .top-arrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.single-contact-info-style4 .icon span {
  position: relative;
  display: block;
  line-height: 0;
}

.icon i{
  color: #730d24;
}
.single-contact-info-style4 .icon span::before {
  position: relative;
  display: inline-block;
  color: #6357a4;
  font-size: 30px;
  line-height: 30px;
}

.single-contact-info-style4 .text {
  position: relative;
  display: block;
  padding-top: 28px;
}

.single-contact-info-style4 .text h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #3a3a3a;
}

.single-contact-info-style4 .text p {
  margin: 10px 0 14px;
}

.single-contact-info-style4 .text a {
  color: #355b8dd6;
  font-size: 17px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-contact-info-style4 .text a:hover {
  color: var(--primary-1);
}


/*** 
=============================================
    Main Contact
=============================================
***/
.main-contact-form-style3-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 80px 0px 8px;
  /* z-index: 10; */
}

.main-contact-form-style3-area h2{
  color: var(--primary-1);
}
.sec-title-style4 .sub-title {
  position: relative;
  display: flex;
  align-items: center;
}

.sec-title-style4 .sub-title h5 {
  color: #96959b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.sec-title-style4 h2 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 13px 0 0;
}

.main-contact-form-style3-area .contact-form {
  position: relative;
  display: block;
  background-color: #77b2ff26;
  padding: 30px 30px 23px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.contact-form div {
  /*position: relative;
  display: block;*/
}

.main-contact-form-style3-area .contact-form div .form-group {
  margin-bottom: 10px;
}

.contact-form div .input-box {
  /*position: relative;
  display: block;*/
  margin-bottom: 10px;
}

.main-contact-form-style3-area .contact-form div input[type="text"], .main-contact-form-style3-area .contact-form div input[type="email"], .main-contact-form-style3-area .contact-form div textarea {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.contact-form div input[type="text"], .contact-form div input[type="email"], .contact-form div textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  height: 56px;
  color: #7c7b7f;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.contact-form div textarea {
  height: 100px;
  padding-top: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.btn-one:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  width: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color:black;
  z-index: -1;
}
.btn-one .txt {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3;
}

.btn-one:after {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 50%;
  content: "";
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  background-color:black;
  z-index: -1;
}

/*** 
=============================================
   about
=============================================
***/

.slider-slick {
  overflow: hidden; }
.slider-slick .slider-for img{
  min-height: 450px;
  max-height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.slider-slick .slider-nav img{
  min-height: 100px;
  max-height: 100px;
  border-radius: 15px;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
  .slider-slick .slider-nav .slick-track .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }

    /* mission */
    .about-bottom-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 15px;
      margin-top: 15px;
  }
  .mission-vision-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f3d2d2;
    border-radius: 12px;
    padding: 25px 20px 24px 26px;
}
.mission-vision-box .title {
  margin-bottom: 12px;
}

.desc{
  font-size: 17px;
  font-family: "Handlee", cursive;
  color: #3d5c85;
  letter-spacing: 0.4px;
}

.history-single svg {
	position: absolute;
	display: block;
	left: 50%;
	top: 50vh;
	overflow: visible;
	transform: translateX(-50%);
}

.history-single path {
	fill: none;
	stroke: #7995bb;
	stroke-width: 2px;
  opacity: 0.5;
}

.history-single .circle {
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: -120px;
  left: -65px;
	border-radius: 50%;
	background: #a3203a;
	opacity: 0.5;
}

/* principal */

 .about-img {
  position: relative;
  margin: 60px 0 0 60px;
}

 .about-img::before {
  position: absolute;
  inset: -60px 0 0 -60px;
  content: "";
  background: url(/images/about-bg.png) top left;
  background-repeat: no-repeat;
  z-index: 1;
}
.about-img img {
  position: relative;
  z-index: 2;
  min-height: 400px;
  max-height: 400px;
  width: auto;
}

.about-img h4{
color: #144689;
font-family: "Kaushan Script", cursive;
}

.about-img h5{
  color: #730d24;
  }

.princi-title{
  align-content: center;
  background: url(/images/princi-bg.png) center;
  background-repeat: no-repeat;
}

.princi-title h3{
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  color: var(--primary-2);
  /* color: color-mix(in srgb, var(--primary-2), transparent 50%); */
}

.princi-title h3::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--primary-1);
  margin: 8px 8px;
}

/* facilities */

/*** 

====================================================================
    Services Section Two
====================================================================

***/
.services-section-two {
  position: relative;
  /* padding: 120px 0 80px; */
  z-index: 2;
}
.services-section-two .row {
  margin: 0 -20px;
}

.service-block-two {
  position: relative;
  padding: 0 20px;
  margin-bottom: 40px;
}

.service-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  padding: 40px 40px 40px;
  padding-right: 270px;
  border-radius: 5px;
  min-height: 325px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  z-index: 2;
}

.service-block-two .inner-box:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #207dab;
  background: linear-gradient(339deg, rgba(32, 125, 171, 1) 0%, rgba(252, 124, 149, 1) 100%);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border-radius: 500px 0 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-two .inner-box:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.service-block-two .inner-box:hover .text,
.service-block-two .inner-box:hover .title {
  color: #ffffff;
}
.service-block-two .inner-box:hover .icon {
  -webkit-transform: rotate(180deg) scale(-1);
          transform: rotate(180deg) scale(-1);
}
.service-block-two .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.service-block-two .image-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.service-block-two .image-box .image {
  border-radius: 400px 0 0 0;
  overflow: hidden;
}

.service-block-two .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .image-box .icon {
  position: absolute;
  right: 75px;
  top: -10px;
  height: 90px;
  width: 90px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  color: #7243f2;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



.service-block-two .content {
  position: relative;
}

.service-block-two .title {
  font-size: 30px;
  margin-bottom: 15px;
  /* color: #17345a !important; */
}

.service-block-two .title:hover {
  color: var(--theme-color1);
}
.service-block-two .text {
  line-height: 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-two.style-two .inner-box {
  padding-left: 280px;
  padding-right: 50px;
}
.service-block-two.style-two .inner-box:after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 0 500px 0 0;
}
.service-block-two.style-two .image-box {
  right: auto;
  left: 0;
}
.service-block-two.style-two .image-box .image {
  border-radius: 0 400px 0 0;
}
.service-block-two.style-two .image-box .icon {
  right: auto;
  left: 75px;
}
.service-block-two.style-three .inner-box:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  border-radius: 0 0 0 500px;
}
.service-block-two.style-three .image-box {
  top: 0;
  bottom: auto;
}
.service-block-two.style-three .image-box .image {
  border-radius: 0 0 0 400px;
}
.service-block-two.style-three .image-box .icon {
  top: auto;
  bottom: -10px;
}
.service-block-two.style-four .inner-box {
  padding-left: 280px;
  padding-right: 30px;
}
.service-block-two.style-four .inner-box:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0 0 500px 0;
}
.service-block-two.style-four .image-box {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
}
.service-block-two.style-four .image-box .image {
  border-radius: 0 0 400px 0;
}
.service-block-two.style-four .image-box .icon {
  right: auto;
  left: 75px;
  top: auto;
  bottom: -10px;
}

/* downlods */
#tblDownloads {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.download {
  display: flex;
  align-items: center;
  background-color: var(--primary-2);
  color: #ffffff !important;
  height: 50px !important;
  border-radius: 5px !important;
}

.list-group :hover{
  background-color: #3f6496;
  border-radius: 5px !important;
}

.download h6 {
  color: #ffffff !important;
}
.download i {
  font-size: 20px;
  padding: 2px;
}

.Documents-btn {
  display: flex;
  cursor: pointer;
  transition: all 0.3s;
}
.folderContainer {
  width: 40px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.fileBack {
  z-index: 1;
  width: 80%;
  height: auto;
}
.filePage {
  width: 50%;
  height: auto;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-out;
}
.fileFront {
  width: 85%;
  height: auto;
  position: absolute;
  z-index: 3;
  opacity: 0.95;
  transform-origin: bottom;
  transition: all 0.3s ease-out;
}

.Documents-btn:hover .filePage {
  transform: translateY(-5px);
}

.Documents-btn:active {
  transform: scale(0.95);
}
.Documents-btn:hover .fileFront {
  transform: rotateX(30deg);
}

/* staff */
.vl-single-team-bo3x {
  border-radius: 8px;
  background: #f6f8fa;
  padding: 16px 16px 24px;
  margin-bottom: 16px;
  transition: .3s
}

.vl-single-team-bo3x .team-thumb {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.vl-single-team-bo3x .team-thumb img {
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
  transition: .3s;
  overflow: hidden
}

.vl-single-team-bo3x .team-thumb .team-social {
  position: absolute;
  right: 8px;
  top: 24px;
  z-index: 9;
  transform: translateX(100px);
  transition: .3s
}

.vl-single-team-bo3x .team-thumb .team-social ul li {
  padding-bottom: 12px
}

.vl-single-team-bo3x .team-thumb .team-social ul li:last-child {
  padding-bottom: 0
}

.vl-single-team-bo3x .team-thumb .team-social ul li a {
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  color: #18191e;
  border-radius: 50px;
  transition: .3s
}

.vl-single-team-bo3x .team-thumb .team-social ul li a:hover {
  background: #3f6496;
  color: #fff;
  transition: .3s
}

.vl-single-team-bo3x .team-content {
  padding-top: 22px;
  text-align: center;
}

.vl-single-team-bo3x .team-content .title {
  color: #18191e;
  transition: .3s
}

.vl-single-team-bo3x:hover {
  background: #2A7B9B;
  background: linear-gradient(90deg, rgba(42, 123, 155, 0.78) 0%, rgba(87, 150, 199, 1) 50%, rgba(63, 100, 150, 0.77) 100%);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.vl-single-team-bo3x:hover .team-thumb {
  border-radius: 8px
}

.vl-single-team-bo3x:hover .team-thumb img {
  transform: scale(1.1) rotate(-3deg);
  transition: .3s;
  border-radius: 8px
}

.vl-single-team-bo3x:hover .team-content .description,.vl-single-team-bo3x:hover .team-content .title {
  color: #fff;
  transition: .3s
}


/* news and events */


.blog-standard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 14px;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-standard-wrapper .blog-body{
  padding: 20px;
}

.blog-standard-wrapper h3{
  color: var(--primary-1);
  margin-bottom: 5px;
}

.post-meta-date{
  display: flex;
  gap: 10px;
  color: var(--primary-2);
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery-image {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.img-box img {
  background-size: cover;
  min-height: 280px;
  max-height: 280px;
  width: 100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 280px;
  /* width: 280px; */
  overflow: hidden;
  display: inline-block;
  color: #fff !important;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
}

.img-box h5 {
  color: #fff !important;
}

.transparent-box {
  height: 280px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.055);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.829);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 0.8;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
  color: white;
}

.opacity-low {
  opacity: 0.5;
}

/* innergallery */
.contain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.gcard {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}

.gcard-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.gcard-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
