/**
 * @file
 * Subtheme specific CSS.
 */

 body {
    font-family: "Noto Sans Malayalam", sans-serif, "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: 200vh;
    position: relative; }
    body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
    body.offcanvas-menu:before {
      opacity: 1;
      z-index: 1002;
      visibility: visible; }
  
  p {
    color: #b3b3b3;
    font-weight: 300; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Sans Malayalam", sans-serif, "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  .hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
  .site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0; }
    .site-navbar-wrap a {
      color: #fff; }
    .site-navbar-wrap .site-navbar-top {
      font-size: 0.8rem; }
  
  .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  
  .site-navbar {
    margin-bottom: 0px;
    width: 100%; }
    .site-navbar .site-logo {
      font-weight: 200;
      line-height: 0;
      top: -7px;
      position: relative; }
      .site-navbar .site-logo a {
        font-weight: 200;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
      }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
        font-weight: 500; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 10px;
          color: rgba(255, 255, 255, 0.6);
          font-size: 15px;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a.active {
            color: #fff; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #fff; }
        .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s;
          border-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            font-size: 14px;
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #343a40; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
              color: #007bff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #fff !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 200px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #ebeef0;
                color: #212529; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              right: 100%;
              top: 0; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #ebeef0;
              color: #212529; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #dee2e6; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529; }
        .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }
  
  .sticky-wrapper {
    /* position: absolute; */
    z-index: 100;
    width: 100%; }
    .sticky-wrapper + .site-blocks-cover {
      margin-top: 96px; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .sticky-wrapper .site-navbar ul li.active a {
        color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar {
      background-color: #007bff; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
          padding-right: 20px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 10px;
          color: rgba(255, 255, 255, 0.6);
          font-size: 15px; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #fff !important; }
  
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
          color: #fff; }
  
  
          
  
  
  
  
  
  
          * {
            outline: none !important;
  
        }
  
  
        @media (min-width: 769px) {
            *::-webkit-scrollbar {
                height: 14px;
                width: 14px;
            }
  
            *::-webkit-scrollbar-track {
                background-color: #DFE9EB;
            }
  
            *::-webkit-scrollbar-track:hover {
                background-color: #B8C0C2;
            }
  
            *::-webkit-scrollbar-track:active {
                background-color: #B8C0C2;
            }
  
            *::-webkit-scrollbar-thumb {
                border-radius: 20px;
                background: linear-gradient(to bottom, #023977 0%, #f7004e 100%) !important;
            }
  
            *::-webkit-scrollbar-thumb:hover {
                background-color: #404157;
            }
  
            *::-webkit-scrollbar-thumb:active {
                background-color: #404157;
            }
  
        }
        
  
  
  
  
  
        @media (min-width: 1200px) {
            .container {
                max-width: 1300px;
  
            }
        }
  
  
  
  
        html {
            scroll-behavior: smooth;
        }
  
        body {
            height: fit-content;
            max-width: 100vw;
            transition: 0.3s ease;
            overflow-x: hidden;
  font-family: "Noto Sans Malayalam", sans-serif, "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  font-size: .8rem!important;
          }
          
          .site-navbar .site-navigation .site-menu > li > a,
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    font-size: 12px;
  }
          
          h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Sans Malayalam", sans-serif, "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  
        h1 {
            padding-bottom: .1rem;
        }
  
        .text-right {
            text-align: right !important;
        }
  
  
        .text-left {
            text-align: left !important;
        }
  
        .sticky-wrapper .site-navbar ul li.active a {
            color: #f7004e;
            font-weight: bold;
        }
  
        .site-navbar .site-navigation .site-menu>li>a {
            color: #023977;
        }
  
        .site-navbar .site-navigation .site-menu>li>a:hover {
            color: #f7004e;
        }
  
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
            color: #f7004e !important;
        }
  
        .site-navbar .site-navigation .site-menu .has-children:hover>a,
        .site-navbar .site-navigation .site-menu .has-children:focus>a,
        .site-navbar .site-navigation .site-menu .has-children:active>a {
            color: #f7004e;
        }
  
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
            color: #f7004e;
        }
  
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
            color: #023977;
        }
  
        .sticky-wrapper.is-sticky .site-navbar {
            box-shadow: 0px 3px 16px #0000002e;
        }
  
        .site-navbar-top {
            background-color: #ebeef0;
        }
  
        .site-navbar-wrap a {
            color: #505050;
        }
  
        .bg-gradient {
            background: #023977;
            background: linear-gradient(to right, #023977 0%, #f7004e 100%) !important;
            -webkit-background-clip: text !important;
            -webkit-text-fill-color: transparent;
            width: fit-content;
        }
  
        .site-navbar .site-logo {
            top: 0;
        }
  
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-bottom-color: #eadbe1;
        }
  
        .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
            transition: all 0.3s ease 0s;
        }
  
        .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
            padding-left: 25px;
        }
  
  
  
        .carousel-caption {
            position: absolute;
            right: 0;
            bottom: 550px;
            left: 15%;
            z-index: 10;
            padding-top: 0;
            padding-bottom: 0;
            color: #fff;
            text-align: left;
            max-width: 40vw;
        }
  
        .slider-headding {
            font-weight: 700;
            font-size: 50px;
            text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.318);
        }
  
        .slider-sub-head {
            text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.318);
        }
  
        .site-navbar-wrap {
            position: relative;
        }
  
  
  
  
        .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
            content: "\e315";
            /* Assuming this is a right arrow symbol */
            position: absolute;
            right: 20px;
            transition: transform 0.3s ease;
            transform-style: preserve-3d;
        }
  
        .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a:before {
            transform: rotateY(180deg);
            transform-origin: center;
            margin-top: -10px;
        }
  
  
  
  
        .team-section {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 20px;
        }
  
        .team-member {
            position: relative;
            text-align: center;
            margin: 20px;
        }
  
        .image-container {
            position: relative;
            width: 180px;
            height: 180px;
            margin: 0 auto 10px;
            border-radius: 50%;
            overflow: hidden;
         }

           
        .image-container:hover {
            box-shadow: 0px 0px 12px #e2cfd7;
        }
  
        .image-container img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            transition: 0.3s ease;
  
        }
  
        .image-container .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background-color: rgba(0, 1, 12, 0.708); */
            border-radius: 50%;
            opacity: 0;
            transition: 0.3s ease-in-out;
        }
  
        .image-container:hover img {
            opacity: 0.7;
            transform: scale(1.1);
            background-blend-mode: multiply;
  
        }
  
        .image-container:hover .overlay {
            opacity: 1;
        }
  
        .icons {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 10px;
        }
  
        .icons a {
            color: white;
            font-size: 16px;
            text-decoration: none;
        }
  
        h3 {
            margin: 10px 0 5px;
            font-size: 18px;
        }
  
        p {
            margin: 0;
            color: #777;
        }
  
        .session-bg {
            background-color: #ebeef0;
        }
  
        .container {
            overflow: hidden;
        }
  
        .btn-check:focus+.btn,
        .btn:focus {
            outline: 0;
            box-shadow: none;
        }
  
  
        .rounded-3,
        .btn {
            border-radius: 10px !important;
        }
  
  
  
  
        @media (min-width: 769px) {
  
            .main-slider {
                margin-top: 80px;
            }
  
            .site-navigation {
                text-align: right !important;
            }
  
  
        }
  
        /* Mobile Device */
  
        @media (max-width: 768px) {
            .brand {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
  
            .site-navigation {
                text-align: left !important;
                padding-left: 10px;
            }
  
            .w-50 {
                width: 100% !important;
            }
  
            .brand-name {
    font-size: .8rem !important;
  }
  
        }
  
  
  
        .progress-container {
            position: fixed;
            top: 0;
            z-index: 1;
            width: 100%;
            height: 4px;
            background: #f1f1f1;
            z-index: 9999;
        }
  
        .progress-bar {
            height: 4px;
            /* background: #4caf50; */
            /* background: #023977; */
            background: linear-gradient(to right, #023977 0%, #f7004e 100%) !important;
            /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
            animation: gradient 3s ease infinite;
            background-size: 200% 100%;
            /* height: 10%; */
            width: 0%;
        }
  
        .main {
            /* padding: 20px; */
            margin-top: 4px;
        }
  
        .logo {
            width: auto;
            height: 50px;
            /* object-fit: fill; */
        }
  
        .active {
    color: #f7004e !important;
    font-weight: 600 !important;
  }
  
  
  
  
  
    .site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 2px;
  }
  
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 2px;
  }
  
  
  
  
  
    .carousel {
        margin-bottom: 20px;
    }
  
  
    .carousel-item {
        height: 525px;
    }
  
    .w-45 {
        width: 45% !important;
    }
  
    .brand-name {
        font-size: 1.4rem;
        color: #023977;
    }
  
    .slide-image {
        width: 700px;
        height: 350px;
        overflow: hidden;
        border-radius: 25px;
    }
  
    .slider-image {
        width: 100%;
        background-size: cover;
        background-position: center;
        height: 525px;
        overflow: hidden;
    }
  
    .slider-image-effect {
        /* animation: gradient 20s ease-in-out infinite;
    background-size: 105% 105%; */
        position: absolute;
        /* top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%; */
        background-size: cover;
        background-position: center;
        animation: zoomEffect 25s ease-in-out infinite;
    }
  
    @keyframes zoomEffect {
  
        0%,
        100% {
            transform: scale(1);
        }
  
        50% {
            transform: scale(1.1);
        }
    }
  
    .slider-image-bg {
        background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
        animation: gradient 8s ease infinite;
        background-size: 400% 400%;
        width: 100%;
        height: 100%;
    }
  
    /* .slider-image-bg {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  animation: gradient 8s ease infinite;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 525px;
  } */
  
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
  
        50% {
            background-position: 100% 50%;
        }
  
        100% {
            background-position: 0% 50%;
        }
    }
  
    @keyframes moveImage {
        0% {
            transform: translateX(0);
        }
  
        50% {
            transform: translateX(40px);
        }
  
        100% {
            transform: translateX(0);
        }
    }
  
    .moving-image {
        animation: moveImage 15s ease-in-out infinite;
    }
  
    .carousel-indicators [data-bs-target] {
        background-color: #fdfdfd72;
    }
  
    .carousel-indicators .active {
        background-color: #fff;
    }
  
    .carousel-fade .carousel-item {
        opacity: 0;
        transition: opacity 0.6s ease-in-out;
    }
  
    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        opacity: 1;
    }
  
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        opacity: 0;
    }
  
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        margin-right: 6px;
        margin-left: 6px;
        text-indent: -999px;
        cursor: pointer;
        background: #00000047;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
  
    .slider-heading {
        font-weight: 700;
        font-size: 50px;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.318);
    }
  
    .slider-sub-head {
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.318);
    }
  
    /* Touch-friendly styles */
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
        opacity: .2;
    }
  
    .carousel-control-prev {
        margin-left: -30px;
    }
  
    .carousel-control-next {
        margin-right: -30px;
    }
  
    @media (max-width: 768px) {
        .carousel-item {
            height: auto;
        }
  
        .slider-image,
        .slider-image-bg {
            height: 300px;
        }
  
        .w-45 {
            width: 100% !important;
        }
  
        .slider-heading {
            font-size: 30px;
        }
  
        .slider-sub-head {
            font-size: 18px;
        }
  
        .slide-image {
            width: 100%;
            height: auto;
        }
    }
  
  
  
    .ticker-item {
        border: 1px solid #c2c5c8;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
    }
  
    .ticker-item:hover {
        background-color: #ffffff5c;
    }
  
    .ticker-link:hover .ticker-item {
        /* transform: scale(1.01); */
        box-shadow: 0px 0px 12px #e2cfd7;
  
    }
  
    .btnDown,
    .btnUp {
        font-size: 1.5rem;
    }
  
  
  
    .photos-slider {
        display: flex;
        gap: 20px;
    }
  
    .item.book {
        position: relative;
        height: 250px;
        /* Changed from 300px to 250px */
        width: 100%;
        /* Added to ensure the item takes full width */
        overflow: hidden;
        border-radius: 10px;
        object-fit: cover;
    }
  
    .item:hover {
        box-shadow: 0px 0px 12px #e2cfd7;
    }
  
    .item.book>a {
        display: block;
        height: 100%;
        width: 100%;
        /* Added to ensure the anchor takes full width */
    }
  
    .item.book>a>img {
        height: 250px !important;
        width: 100% !important;
        object-fit: cover;
        /* This ensures the image covers the entire container */
        transition: transform 0.4s ease-in-out;
    }
  
    .item.book:hover>a>img {
        transform: scale(1.1);
    }
  
    .description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.527);
        color: white;
        padding: 10px;
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out;
    }
  
    .item.book:hover .description {
        transform: translateY(0);
    }
  
  
  
  
  
  
    .card-link {
        text-decoration: none;
    }
  
    .card {
        transition: all 0.3s ease;
        overflow: hidden;
        text-align: center;
        border-radius: 10px;
  
    }
  
    .card:hover {
        box-shadow: 0px 0px 12px #e2cfd7;
    }
  
    .card-image {
        overflow: hidden;
        height: 200px;
    }
  
    .card-image img {
        transition: transform 0.3s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
  
    .card:hover .card-image img {
        transform: scale(1.1);
    }
  
  
  
  
    .icon-nav {
        font-size: 2em;
        /* Adjust size as needed */
        color: #000;
        /* Change color as needed */
        cursor: pointer;
        display: inline-block;
        padding: 10px;
        /* Adjust padding as needed */
    }
  
    .owl-nav {
        position: relative;
        left: 45%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
  
  
    .news-slider .owl-nav.disabled {
        display: block !important;
    }
  
    .owl-theme {
        height: auto;
    }
  
    .owl-prev,
    .owl-next {
        background: none;
        border: none;
    }
  
    .icon-nav {
        color: #b5b5b5;
    }
  
    .icon-nav:hover {
        color: #f7004e;
    }
  
    .card-date {
        color: #969595;
        font-size: .7rem;
        /* border: 1px solid #cfcfcf; */
        padding: 5px 10px;
        /* border-radius: 10px; */
        margin-bottom: 10px;
        display: inline-block;
  
    }
  
    .btn-sm {
        padding: 0.25rem 1rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 10px;
    }
  
    .card-icon {
        margin-left: 3px;
        animation: float 3s ease-in-out infinite;
    }
  
    .card-icon:hover {
        animation: icon 1s ease-in-out infinite;
  
    }
  
    .card-icon:hover {
        animation: icon .5s ease-in-out infinite;
  
    }
  
    .read-more:hover {
        color: #f7004e;
    }
  
    .read-more:hover>.card-icon {
        color: #f7004e;
        animation: icon 0.5s ease-in-out infinite;
    }
  
    @keyframes icon {
        0% {
            padding-left: 0px;
        }
  
  
        100% {
            padding-left: 10px;
        }
    }
  
    .card-title {
        font-weight: bold;
    }
  
    .news-slider .owl-stage-outer {
        overflow: visible;
    }
  
  
    .owl-prev,
    .owl-next {
  
        color: #b5b8bc;
    }
  
    .photos-slider {
        display: flex;
        gap: 20px;
    }
  
    .item.img {
        position: relative;
        height: 250px;
        /* Changed from 300px to 250px */
        width: 100%;
        /* Added to ensure the item takes full width */
        overflow: hidden;
        border-radius: 10px;
    }
  
    .item:hover {
        box-shadow: 0px 0px 12px #e2cfd7;
    }
  
    .item.img>a {
        display: block;
        height: 100%;
        width: 100%;
        /* Added to ensure the anchor takes full width */
    }
  
    .item.img>a>img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
        /* This ensures the image covers the entire container */
        transition: transform 0.4s ease-in-out;
    }
  
    .item.img:hover>a>img {
        transform: scale(1.1);
    }
  
    .description {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.527);
        color: white;
        padding: 10px;
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out;
    }
  
    .item.img:hover .description {
        transform: translateY(0);
    }
  
  
  
    .logos>a>img {
        width: auto;
        height: 80px !important;
        object-fit: contain;
        object-position: bottom;
    }
  
    .logos {
        margin: 0 50px;
    }
  
  
    .logos:hover p {
        color: #e90303;
        font-weight: bolder;
        transition: all 0.3s ease-in-out;
    }
  
  
  
  
    .text-small {
        font-size: 0.9rem;
    }
  
    /*.form-control {*/
    /*    background: #212529;*/
    /*    border-color: #545454;*/
    /*}*/
  
    /*.form-control:focus {*/
    /*    background: #212529;*/
    /*}*/
  
    .footer {
        background: rgb(1, 98, 170);
        background: linear-gradient(140deg, rgba(1, 98, 170, 1) 0%, rgba(5, 109, 187, 1) 21%, rgba(0, 212, 255, 1) 100%);
    }
  
    .footer {
        background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
        background-size: 400% 400%;
        animation: gradient 10s ease infinite;
    }
    
  
  
           @media (max-width: 768px) {
            .footer-m {
                text-align:center;
            }
     
     
     .center-m{
             display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
     }
    
           }
  
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
  
        50% {
            background-position: 100% 50%;
        }
  
        100% {
            background-position: 0% 50%;
        }
    }
  
  
    .list-unstyled>li>a {
        color: white;
        transition: all 0.3s ease-in-out;
  
    }
  
    .list-unstyled>li>a:hover {
        color: rgb(115, 232, 255);
        font-weight: bold;
  
    }
  
    .store-links {
        width: 150px;
        height: 42px;
    }
  
    /* Mobile Device */
  
    @media (max-width: 768px) {
        .footer-copyright {
            flex-direction: column;
            align-items: center;
        }
  
    }
  
  
  
    @-webkit-keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }
  
        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }
  
    @keyframes ticker {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }
  
        100% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }
    }
  
    .ticker-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        height: 3rem;
        background-color: rgba(4, 0, 34, 0.966);
        padding-left: 100%;
        box-sizing: content-box;
        z-index: 5000;
    }
  
    .ticker-wrap .ticker {
        display: inline-block;
        height: 3rem;
        line-height: 3rem;
        white-space: nowrap;
        padding-right: 100%;
        box-sizing: content-box;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-name: ticker;
        animation-name: ticker;
        -webkit-animation-duration: 25s;
        animation-duration: 25s;
    }
  
    .ticker-wrap .ticker__item {
        display: inline-block;
        padding: 0 2rem;
        font-size: 1.2rem;
        font-weight: lighter;
        color: white;
  
    }
  
  
  
    .go-to-top-button {
        display: none;
        width: 35px;
        height: 55px;
        border: 1px solid #706f6f;
        border-radius: 20px;
        position: fixed;
        bottom: 60px;
        right: 20px;
        cursor: pointer;
        overflow: hidden;
        opacity: 0;
        z-index: 100;
        transition: opacity 0.3s ease-in-out;
    }
  
    .go-to-top-button:hover {
        background-color: #706f6f;
        color: white;
    }
  
    .go-to-top-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #706f6f;
        border-left: 2px solid #706f6f;
        transform: translate(-50%, -1%) rotate(45deg);
        animation: arrowUp 2s infinite;
    }
  
    .go-to-top-button:hover::before {
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
    }
  
    @keyframes arrowUp {
  
        0%,
        100% {
            transform: translate(-50%, -0%) rotate(45deg);
        }
  
        50% {
            transform: translate(-50%, -100%) rotate(45deg);
        }
    }
    
    
    
    
     /* Absolute Center Spinner */
  .loading {
      position: fixed;
      z-index: 999;
      height: 2em;
      width: 2em;
      overflow: show;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }
    
    /* Transparent Overlay */
    .loading:before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    
      background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }
    
    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
      /* hide "loading..." text */
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
    }
    
    .loading:not(:required):after {
      content: '';
      display: block;
      font-size: 10px;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      -webkit-animation: spinner 150ms infinite linear;
      -moz-animation: spinner 150ms infinite linear;
      -ms-animation: spinner 150ms infinite linear;
      -o-animation: spinner 150ms infinite linear;
      animation: spinner 150ms infinite linear;
      border-radius: 0.5em;
      -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    }
    
    /* Animation */
    
    @-webkit-keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @-moz-keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @-o-keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    
    
        @media (max-width: 768px) {
         .footer-m {
             text-align:center;
         }
    
    
    .center-m{
          display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    }