@import url("https://fonts.googleapis.com/css2?family=Cambo&family=Lalezar&family=Poppins:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cambo&family=Lalezar&family=Poppins:wght@500;600&family=Raleway:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
body {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
html {
  scroll-behavior: smooth;
}
p {
  color: #b3b3b3;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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;
}
.top-bar {
  padding: 0.5rem 0;
  background: #aa1317;
}
.top-bar a {
  color: white;
  font-weight: 600;
  font-size: 12px;
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 22px;
  margin-top: -31px;
}
.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
  border-bottom: 1px solid white !important;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: -4px;
  margin-right: 1px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 600;
  color: #fbfbfb !important;
  display: inline-block;
  text-decoration: none !important;
  border: 4px solid #e9d9d9 !important;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-radius: 22px;
  background: #a90d0d;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fffefd !important;
  border: 1px solid red !important;
}
.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;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  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;
}
.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 {
  display: none;
  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 {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 242px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 10px;
  display: block;
  font-weight: 200;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #b5a1a1;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
  border-bottom: 1px solid red;
  color: red !important;
}
.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 {
  left: 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: #f8f9fa;
  color: #ced4da;
}
.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: #007bff;
}
.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: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}
.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: 0 20px 20px 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:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  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: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}
.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar {
  background: url("header.jpg");
  background-position: center;
  border-bottom: 2px solid #c70909;
  border-top: 2px solid #ff5000d4;
}
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: url("header.jpg");
  background-position: center;
  z-index: 9999999;
  height: 153px !important;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: white;
  font-weight: 600;
}
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: white !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.site-logo img {
  width: 170px !important;
  margin-top: 1px;
  position: absolute;
  left: -137px;
  top: -53px;
}
/*  Rohit slider*/
@media (min-width: 992px) {
  .slider,
  .slide {
    height: 80vh;
  }
}
.slide {
  position: relative;
  transition: 1s;
  margin-top: 130px;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
 width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #fff;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Playball", cursive;
  font-size: 2.5rem;
}
.slide .slide__content--headings .title {
  font-size: 3.5rem;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - -74px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@media (max-width: 767px) {
  .slide {
    position: relative;
    transition: 1s;
    /*  margin-top: 100px;*/
  }
  .thescan img {
    margin-top: 10px;
    width: 100%;
  }
  .none {
    display: none;
  }
  .my_grid {
    margin-top: 1px !important;
  }
  .ff img {
    width: 100%;
  }
  .oneway {
    position: absolute !important;
    left: 6px !important;
    top: 17px !important;
  }
  .twowaytext {
    position: absolute !important;
    top: 119px !important;
    left: 8px !important;
    color: black !important;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
  .cc {
    margin-top: 10px !important;
  }
  .site-logo img {
    width: 150px !important;
    height: 150px !important;
    position: absolute !important;
    top: -14px !important;
    left: -15px !important;
    /*width: 305px !important;
height: 168px !important;
position: absolute !important;
top: -34px !important;
left: 54px !important;*/
  }
}
/*.active{
border-bottom: 7px solid red;
}*/
.second_section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.my_grid {
  width: 98%;
  background: #ff9c07;
  margin-top: 110px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-bottom: 2px solid white;
}
.school_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  margin-bottom: 46px;
}
.school_content span {
  color: white;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-left: 10px;
}
.my_card {
  height: 400px;
  width: 100%;
  /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  background: white;
  transition: 0.6s;
  border-radius: 10px;
}
.my_card:hover {
  transform: translate(0, -10%);
}
.my_card img {
  width: 100%;
  border-radius: 10px;
}
.my_card p {
  padding: 10px;
  font-family: "Poppins", sans-serif;
  color: #746b6b;
  font-size: 14px;
  text-shadow: -1px -1px 0px $clr-blue, 3px 3px 0px $clr-blue,
    6px 6px 0px $clr-blue-900;
}
.most {
  background: url("../banner/ghjkl.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-top: 5px solid white;
}
.a_b {
}
.sticky-wrapper {
  height: 10px !important;
}
.apply_now {
  width: 100%;
  background: url("../banner/second_banner.jpg");
  background-size: cover;
  border-top: 5px solid white;
  background-attachment: fixed;
  background-position: fixed;
  height: 500px;
}
.appaly_text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.appaly_text h1 {
  color: white;
  font-weight: 900;
  font-size: 50px;
  font-family: "Raleway", sans-serif !important;
  margin-top: 70px;
  letter-spacing: 2px;
}
.appaly_text p {
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: sans-serif;
  margin-top: 10px;
  padding: 4px;
}
.apply_button {
  background: red;
  padding: 10px 15px;
  color: white;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
.apply_button:facus {
  background: red;
  padding: 10px 15px;
  color: white;
  border: none !important;
  outline: none !important;
  font-family: "Poppins", sans-serif;
}
.c_1_1 {
  width: 100%;
  margin-top: 10px;
}
.max_1 {
  width: 100%;
  height: 400px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 5px;
}
.max_1 img {
  width: 100%;
  border-radius: 5px;
}
.max_1 h3 {
  padding-left: 15px;
  padding-top: 15px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.max_1 span {
  padding-left: 15px;
  padding-top: 5px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: red;
}
.heading {
  width: 100%;
}
.heading h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif !important;
  color: #260f52;
  font-weight: 700;
}
.sis {
  width: 100%;
  border-bottom: 3px solid #b91010;
  margin-top: 10px;
  margin-bottom: 10px;
}
.arrow {
  padding-left: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Raleway", sans-serif !important;
  color: red;
}
.form_section {
  width: 100%;
  background: url("../banner/6592911.jpg");
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
  background-attachment: fixed;
  background-position: fixed;
}
.from_main h1 {
  text-align: center;
  color: white;
  font-family: icomoon;
  font-size: 38px;
}
.trent {
  margin-top: 30px;
}
.my_input {
  width: 100%;
  height: 50px;
  background: #03022a;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 10px;
}
input::placeholder {
  color: white;
  padding: 10px;
  font-size: 14px;
}
input[type="text"] {
  color: white;
  padding: 10px !important;
}
.center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.link {
  width: 100%;
  background: url("../banner/church.jpg");
}
.link h4 {
  color: white;
  font-family: icomoon;
  margin-left: 50px;
  font-weight: 700;
}
.list ul li {
  margin: 20px;
  list-style: none;
  border-bottom: 2px solid #e3141494;
}
.list ul li a {
  color: white;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 900 !important;
}
.testuic {
  width: 100%;
}
.testuic h4 {
  text-align: center;
  margin-top: -40px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.testuic p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #000000a8;
}
.yup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.subs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subs input {
  width: 90%;
  height: 50px;
  background: #d9d4d4;
  border: none;
  outline: none;
  border-radius: 5px;
}
.subs input[type="text"] {
  color: black;
  padding: 10px !important;
}
.subsbutton {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subsbutton input {
  width: 90%;
  background: #e28618;
  color: white;
  height: 55px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  border: none;
  outline: none;
  margin-top: 10px;
}
.subs input::placeholder {
  color: black;
  padding: 10px;
  font-size: 14px;
}
.thescan img {
  margin-top: 10px;
  width: 68%;
}
.thescan h3 {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 900;
}
.thescan p {
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  font-size: 13px;
  color: #000000c2;
}
.design {
  width: 100%;
  height: 30px;
  background: url("../images/footer_img.jpg");
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  width: 100%;
  background: black;
  margin-top: 10px;
}
.footerlogo img {
  width: 300px;
  margin-top: 20px;
}
.footerlogo p {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  /*margin-left: 10px;*/
}
.jj {
  border-bottom: 2px solid #890c0c;
}
.footer_link {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer_link h4 {
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  font-size: 20px;
  color: white;
  font-weight: 600;
  margin-left: 40px;
  border-bottom: 2px solid #890c0c;
  padding-bottom: 5px;
}
.footer_link li {
  list-style: none;
  color: white;
  margin-top: 5px;
}
.footer_link li a {
  color: #ffffffa6;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.footer_link li a:hover {
  color: white;
}
.copyright {
  width: 100%;
  background: #3a3838;
}
.copy {
  color: #ffffffa6;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.bb h4 {
  padding: 10px;
  border-bottom: 3px solid red;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ff0707fa;
}
video {
  border: 2px solid #dfb8dc;
  padding: 2px;
}
.video_tag {
  height: 300px;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_tag i {
  font-size: 25px;
  color: white;
}
.textmy h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
}
.textmy h4 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  color: black;
  font-weight: bold;
}
.management {
  /*background: url('../banner/jjjj.jpg');*/
  background-size: cover;
  background: #1c1b3b;
  background-attachment: fixed;
  background-position: fixed;
}
.textoo h4 {
  text-align: center;
  color: white;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.textoo p {
  text-align: center;
  color: white;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.sun {
  display: flex;
  justify-content: center;
  align-items: center;
}
.life {
  background: #140d2ef2;
  background-size: cover;
  background-attachment: fixed;
  background-position: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
}
.transform img {
  width: 100%;
}
.transform h4 {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.tiger {
  font-size: 15px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: black;
}
.mission_vision {
}
.mission_vision h4 {
  font-family: "Raleway", sans-serif;
  color: black;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 40px !important;
}
.mission_vision p {
  font-family: "Raleway", sans-serif;
  color: black;
}
.mission_image img {
  width: 100%;
  margin-top: 25px;
}
.circular_school {
  width: 100%;
  border: 2px solid #cdc4c4;
  height: 300px;
  background: url("../banner/uuu.jpg");
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.list-group i,
li {
  color: red !important;
  font-weight: bold !important;
}
.slickdot {
  height: 15px;
  width: 15px;
  background: lightgray;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0px 0px 4px gray inset;
}
.slickdot.active {
  background-color: #41abe5;
  box-shadow: inset 0px 0px 4px #888888;
}
#panel,
#flip {
  padding: 15px;
  text-align: left;
  background-color: #e28618;
  border: solid 1px #c3c3c3;
  color: white;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
#panel {
  display: none;
  text-align: left !important;
}
#panel2,
#flip2 {
  padding: 15px;
  text-align: left;
  background-color: #e28618;
  border: solid 1px #c3c3c3;
  color: white;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
#panel2 {
  display: none;
}
#panel3,
#flip3 {
  padding: 15px;
  text-align: left;
  background-color: #e28618;
  border: solid 1px #c3c3c3;
  color: white;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
#panel3 {
  display: none;
}
.module {
  width: 100%;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btn-danger {
  width: 100% important;
  height: 30px important;
  margin-top: 12px;
  padding: 8px 15px !important;
  border-radius: 10px;
  background-color: #e28618 !important;
  border: none !important;
  outline: none !important;
}
.flow {
  padding: 10px;
}
.itemp {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #f69607;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.itemn {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 39px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  background: url("../banner/uuu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border: 2px solid #e8830b;
}
.itemn p {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.itemn h4 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.nnbb {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.fa-star {
  color: #e28618;
  padding-left: 5px;
}
.itemp img {
  width: 100%;
  padding: 10px;
  height: 100%;
  border-radius: 10px;
}
.viewway {
  font-family: "Poppins", sans-serif;
  color: red;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #f9ca08 !important;
  width: 30px !important;
  height: 10px !important;
}
.designp {
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background: #ff9c07;
  color: black;
  z-index: 9999;
  font-weight: bold;
  font-size: 13px;
  padding: 6px;
}
.vision h4 {
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}
.vision p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: black;
}
.photo {
  width: 80px;
  height: 80px;
  background: white;
  position: absolute;
  border-radius: 50%;
  top: 152px;
  left: 21px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.photo img {
  width: 93% !important;
  padding-left: 5px;
  padding-top: 7px;
}
.yupk {
  width: 100%;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  background: #fb9907;
}
.yupk h4 {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.accordion-title {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.kjkj {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  color: red;
  margin-top: 10px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mynone {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 767px) {
  .mynone {
    display: none !important;
  }
}
