@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Rajdhani&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
@import url(https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css);
html {
  scroll-padding-top: 80px;
}

body {
  background-color: #000000 !important;
  color: white;
  font-family: "proxima_novaregular", "Raleway", "Helvetica", arial, sans-serif, Tahoma, Verdana;
}

h1 {
  font-family: "proxima_novaregular";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
}

p {
  font-family: "Rajdhani";
  letter-spacing: 1px;
}

section {
  display: block;
}

._SFSc1 {
  padding: 2rem 0;
}

a {
  text-decoration: none !important;
  color: white !important;
}

img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

._imgsup img {
  vertical-align: super;
}

.m-0-5p {
  margin: 0 5px;
}

.ml-auto {
  margin-left: auto !important;
}

.fs-1 {
  font-size: 1rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 3rem !important;
}

._Cborder {
  border: solid 1px red;
}

._Cborder4 {
  border-bottom: solid 1px red;
}

.hr-red {
  color: red;
}

.s-btn {
  font-size: 0.8rem;
  width: 5rem;
  height: 2rem;
  text-transform: uppercase;
  border: 2px solid #B30000;
}

.c-btn {
  font-size: 1rem;
  padding: 0.5rem;
  border: 2px solid #B30000;
  text-decoration: none;
}

.c-btn:hover {
  color: white;
}

.b-rd {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  border-radius: 0%;
}

/* CUSTOM BACKGROUND COLORS */
.bg-black {
  background-color: black !important;
}

.bg-white {
  background-color: white !important;
}

.bg-red {
  background-color: rgb(255, 0, 0) !important;
}

.bg-grey {
  background-color: #2e2d2d;
}

/* CUSTOM (a) */
#loadMore {
  width: 20%;
  color: #fff;
  display: block;
  text-align: center;
  margin: 2rem auto;
  padding: 1rem;
  border: 2px;
  font-weight: 800;
  background-color: rgb(255, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#loadMore:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 0, 0);
}

@media (max-width: 768px) {
  #loadMore {
    width: 35%;
    font-size: 1rem;
  }
  .col-md-4,
.col-sm-4 {
    width: 100% !important;
  }
}
/***********************/
@media (max-width: 992px) {
  ._mbdv__d-block {
    display: block;
  }
  .media_sm_dnone {
    display: none;
  }
}
._TxTJS {
  text-align: justify !important;
}

/***************************
*********************************************
********************************************************
Bootstrap Icons */
@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons.woff") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-facebook::before {
  content: "\f344";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
  font-size: 2rem;
  color: #ff0000;
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-clock::before {
  content: "\f293";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-caret-right-fill::before {
  content: "\f231";
  color: #ff0000;
}

/***************************
**********************************
***************************************
Animate on Scroll */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

.counter {
  text-align: center;
}

.counter h3 {
  padding: 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}

.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #080808;
  --outer-line-color: #ff0000;
  --middle-line-color: #ff0000;
  --inner-line-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  /*   transform: translate(-50%, -50%); */
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius: 100%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

.loader:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius: 100%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius: 100%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: var(--curtain-color);
  /* background-image: url(/gif/SICCAGIF2.gif);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 100% 100%; */
  width: 51%;
  /*  width: 100%; */
  height: 100%;
  z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/******* General TITLES ******/
#lock {
  /* background: url(../images/lock_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  background-color: #ff0000;
  min-height: 127px;
  padding: 2rem 1rem 1rem;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

#lock > h2 {
  font-family: "proxima_novaregular", sans-serif;
  font-weight: 800;
  line-height: 36px;
  -webkit-text-stroke-width: 1px;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

#lock > p {
  position: relative;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  line-height: 36px;
  color: rgb(255, 255, 255);
  letter-spacing: 2px;
  z-index: 100;
}

@media (max-width: 992px) {
  #lock > h2 {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
  }
  #lock > p {
    font-size: 0.8rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.halftone7 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.halftone7::before {
  position: absolute;
  content: "";
  width: 64em;
  height: 64rem;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -58rem;
  margin-bottom: -32rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), radial-gradient(circle, #000000 96.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 93.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 90.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 87.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 84.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 81.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 78.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 71.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 65.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 62.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 59.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 56.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 53.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 46.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 43.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 40.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 37.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 34.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 31.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 28.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 21.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 18.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 15.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 12.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 9.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 6.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 3.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 0%, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(0deg, #000000, #000000), radial-gradient(circle, #000000 96.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 93.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 90.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 87.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 84.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 81.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 78.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 71.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 65.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 62.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 59.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 56.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 53.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 46.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 43.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 40.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 37.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 34.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 31.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 28.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 21.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 18.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 15.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 12.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 9.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 6.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 3.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 0%, rgba(0, 0, 0, 0) 0);
  background-repeat: repeat-y;
  background-size: 512px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px;
  background-position: 0 0, 512px 0, 528px 0, 544px 0, 560px 0, 576px 0, 592px 0, 608px 0, 624px 0, 640px 0, 656px 0, 672px 0, 688px 0, 704px 0, 720px 0, 736px 0, 752px 0, 768px 0, 784px 0, 800px 0, 816px 0, 832px 0, 848px 0, 864px 0, 880px 0, 896px 0, 912px 0, 928px 0, 944px 0, 960px 0, 976px 0, 992px 0, 1008px 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

.halftone7::after {
  position: absolute;
  content: "";
  width: 64em;
  height: 64rem;
  top: 0;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: -68rem;
  margin-top: -32rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), radial-gradient(circle, #000000 96.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 93.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 90.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 87.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 84.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 81.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 78.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 71.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 65.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 62.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 59.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 56.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 53.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 46.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 43.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 40.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 37.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 34.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 31.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 28.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 21.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 18.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 15.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 12.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 9.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 6.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 3.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 0%, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(0deg, #000000, #000000), radial-gradient(circle, #000000 96.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 93.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 90.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 87.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 84.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 81.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 78.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 71.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 68.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 65.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 62.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 59.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 56.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 53.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 50%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 46.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 43.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 40.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 37.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 34.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 31.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 28.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 21.875%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 18.75%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 15.625%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 12.5%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 9.375%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 6.25%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 3.125%, rgba(0, 0, 0, 0) 0), radial-gradient(circle, #000000 0%, rgba(0, 0, 0, 0) 0);
  background-repeat: repeat-y;
  background-size: 512px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px, 16px 16px;
  background-position: 512px 0, 496px 0, 480px 0, 464px 0, 448px 0, 432px 0, 416px 0, 400px 0, 384px 0, 368px 0, 352px 0, 336px 0, 320px 0, 304px 0, 288px 0, 272px 0, 256px 0, 240px 0, 224px 0, 208px 0, 192px 0, 176px 0, 160px 0, 144px 0, 128px 0, 112px 0, 96px 0, 80px 0, 64px 0, 48px 0, 32px 0, 16px 0, 0px 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}

/***** Button *****/
.link-btn {
  width: 20%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  padding: 0 24px;
  line-height: 48px;
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  background: transparent;
  border: 2px solid #ff0000;
  overflow: hidden;
  margin: 8px auto;
}
.link-btn:hover {
  border: 2px solid rgba(0, 0, 0, 0.514);
  background: #ff0000;
}
.link-btn:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.link-btn a {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .link-btn {
    width: 50%;
  }
  .halftone7::after {
    margin-right: -77rem;
  }
  .halftone7::before {
    margin-left: -65rem;
  }
  ._SF-hm--infos-header {
    font-size: 2rem !important;
    margin: 0 !important;
  }
}
._SF-hm--infos-header {
  font-size: 3rem;
  -webkit-text-stroke: 2px;
  padding: 1rem;
  margin-right: 15%;
  margin-left: 15%;
  text-align: center;
}

.burger {
  width: 35px;
  height: 22px;
  cursor: pointer;
  position: relative;
}

.burger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.burger__line_first {
  top: 0;
}

.burger__line_second, .burger__line_third {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.burger__line_fourth {
  bottom: 0;
}

.burger_active .burger__line_first, .burger_active .burger__line_fourth {
  opacity: 0;
}

.burger_active .burger__line_second {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.burger_active .burger__line_third {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-top {
  background: #000000;
  color: #919194;
  border-bottom: 1px solid rgb(255, 0, 0);
}

.header-top .header-top-info {
  float: right;
  color: #919194;
  /* font-size: 15px; */
}

.header-top .header-top-info a {
  margin-left: 10px;
  color: #919194;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}

.header-top .header-top-info a i,
.header-top .header-top-socials a i {
  margin-right: 0.5rem;
  background: red;
  padding: 0.5rem;
}

.header-top .header-top-socials {
  margin-left: -8px;
}

.header-top .header-top-socials {
  padding: 5px 0px;
}

.header-top .header-top-info a span,
.header-top .header-top-socials a span {
  color: #fff;
  font-size: 0.8rem;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

._ThdrA {
  font-size: 0.9rem !important;
}

._ThdrA::after {
  content: "";
  display: block;
  border-bottom: solid 1px #ff0000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

._ThdrA:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.logo-dsg {
  border-right: 1px solid red;
  border-left: 1px solid red;
  padding: 10px;
}

.navbar {
  text-align: center;
}

#navbar_top {
  background-color: rgb(0, 0, 0);
  padding: 0;
  color: white;
  border-bottom: solid 1px #ff0000;
}

.navbar-toggler-icon {
  height: 1em !important;
}

.nv-a1 {
  color: rgb(255, 255, 255);
}

.nv-a2 {
  color: rgba(255, 255, 255, 0.685);
}
.nv-a2:hover {
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}

.nav-link {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.877) !important;
}
.nav-link:hover {
  color: rgb(243, 243, 243) !important;
}

.nav-link.active {
  color: rgb(243, 243, 243) !important;
  border-bottom: 1px solid red;
}

.navbar-toggler-icon {
  width: 0.5em;
  font-size: 2rem;
  color: rgb(243, 243, 243) !important;
}

.navbar-text {
  color: rgb(255, 255, 255) !important;
  font-size: 0.9rem;
}

.navbar-text a {
  color: rgb(255, 255, 255) !important;
  margin: 0.2rem;
  text-decoration: none;
}

/* .navbar-nav {
        padding-left: 20%;
    } */
.dropdown-item:hover {
  color: rgb(219, 219, 219);
  background-color: rgb(255, 0, 0);
}

.show {
  background-color: rgb(0, 0, 0) !important;
}

.dropdown-item {
  color: rgb(219, 219, 219);
  font-family: "Rajdhani";
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .navbar {
    border-bottom: 2px solid rgb(255, 0, 0);
  }
  .navbar-collapse {
    padding: 1.5rem !important;
  }
  .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  .navbar-text {
    display: none;
  }
  .nav-link {
    font-size: 1.3rem;
  }
  .dropdown-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .header-top {
    display: none;
  }
  .nav-link.active {
    border: none;
    font-size: 1rem;
    font-weight: 700;
  }
  ._desk_lg {
    margin: 10px;
  }
  ._desk_lg img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  ._desk_lg {
    display: none;
  }
}
/* nav-icon-1 */
.nav-icon-1 {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  margin: 10px 10px;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-1 span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
}

.nav-icon-1:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(2) {
  left: 12px;
  top: 0;
}

.nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}

.nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 12px;
}

.nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}

.nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 12px;
}

.nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}

.nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}

.nav-icon-1.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span {
  border-radius: 50%;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(4) {
  left: 6px;
  top: 18px;
}

.nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}

.nav-icon-1.open span:nth-child(8) {
  left: 18px;
  bottom: 6px;
}

.searchForm {
  position: relative;
}

.customSelect {
  width: 100%;
  max-width: 370px;
}

.searchForm.type2 input[type=search] {
  background: #fff;
  border: 2px solid #959595;
}

.searchForm input[type=search] {
  display: inline-block;
  width: 100%;
  max-width: 505px;
  height: 52px;
  padding: 11px 0 11px 20px;
  font-size: 17px;
  line-height: 19px;
  color: #222;
  font-style: normal;
  background-color: #f1f1f1;
  background-image: none;
  border: 1px solid #8196a1;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.searchForm input[type=submit] {
  background: transparent url(https://www.solodev.com/assets/news-events-tabs/search-ico.png) no-repeat center center;
  font-size: 0;
  color: transparent;
  border: 0;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
}

.dropdownCategories {
  display: inline-block;
  width: 100%;
  max-width: 505px;
  height: 52px;
  padding: 15px 0 11px;
  font-size: 17px;
  line-height: 19px;
  color: #222;
  font-style: normal;
  background: #fff;
  border: 2px solid #959595;
  background-image: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.dropdownCategories select {
  width: 100%;
  padding: 0 20px;
  border: 0px;
  outline: none;
}

.nav-pills > li > a {
  border-radius: 0;
  font-size: 18px;
  padding: 6px 18px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #662d91;
}

.tab-content {
  margin: 50px 0 20px 0;
}

.media > .pull-left {
  margin-right: 29px;
}

.media .dateEl {
  display: inline-block;
  text-align: center;
  background: #f9f9f9;
  padding: 18px 0 25px 0;
  color: #173d51;
  font-size: 16px;
  font-weight: 700;
  width: 113px;
  text-transform: uppercase;
}

.media .dateEl em {
  display: block;
  color: #662d91;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
  font-style: normal;
}

.media .media-heading a {
  color: #022235;
  font-size: 21px;
  text-transform: uppercase;
}

.media .meta-data {
  margin: 0 0 7px 0;
}

.media .longDate,
.media .timeEl {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 700;
  color: #636465;
  text-transform: uppercase;
  min-height: 16px;
}

.media .longDate {
  background: transparent url(../images/ico-calendar.png) no-repeat left top;
  padding: 0 10px 0 24px;
  border-right: 1px solid #eb5b4c;
  margin-right: 3px;
}

#tab1.tab-pane .media .longDate {
  border-right: none;
}

.blogPost--small {
  color: #7c7b7b;
  margin: 20px 30px 40px 0;
}

.blogPost--small .media > .pull-left {
  margin-right: 25px;
}

.blogPost--small a {
  color: #662d91;
}

.blogPost--small .date,
.blogPost--small .dateEl2 {
  display: block;
  text-align: center;
  padding: 18px 0 25px 0;
  color: #fff;
  background: #662d91;
  width: 113px;
}

.blogPost--small .date span,
.blogPost--small .dateEl2 span {
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0em;
  text-indent: -0.1em;
  color: #fff;
  font-weight: bold;
}

.blogPost--small .date small,
.blogPost--small .dateEl2 small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.blogPost--small h4 {
  margin: 0 0 12px 0;
  font-size: 22px;
  text-transform: uppercase;
}

.btn-default {
  color: #fff;
  font-size: 14px;
  background-color: #662d91;
  border-radius: 0px;
}

.img-area {
  margin: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-img {
  padding: 0 20px 20px;
  opacity: 0.9;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.single-img:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/* ignore the code below */
.link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato;
}

.link-area a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

/************* Gallery Page - Full *******/
/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;
  --font-medium: 500;
}

/*===== Colores =====*/
:root {
  --first-color: #49a687;
  --complementary-color: #f99d6e;
  --white-color: #fafaff;
  --dark-color: #2a3b47;
  --text-color: #697477;
  --white-color-glass: rgba(250, 250, 255, 0.4);
}

/*===== Fuente y tipografia =====*/
section.res__gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

section.res__gallery ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

section.res__gallery ul li {
  list-style: none;
  background: #000000;
  border: 1px solid red;
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 20px;
  margin: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

section.res__gallery ul li.active {
  background: #ff0000;
  color: var(--white-color);
}

.product {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

.product .itembox {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
  display: block;
}

@media screen and (max-width: 450px) {
  .product .itembox {
    width: 325px;
    height: 325px;
  }
}
.product .itembox.hide {
  display: none;
}

.product .itembox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a[data-fancybox] img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* div[data-item="category0"] {
    display: none !important;
} */
/* CUSTOMIZE THE CAROUSEL

-------------------------------------------------- */
/* .cr-cp {
    text-transform: uppercase;
    font-family: sans-serif;
} */
/* Carousel base class */
/* .carousel {
    margin-bottom: 4rem;
} */
/* Since positioning the image, we need to help out the caption */
.carousel {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  bottom: 5rem;
  z-index: 10;
}

.carousel-caption h1 {
  font-family: "proxima_novaregular";
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  letter-spacing: 1px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  width: 100%;
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  /* top: -30%; Will back to it later */
  left: 0;
  width: 100%;
  /* padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: 100% auto; */
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .carousel-item > img {
    top: 0;
    /* min-width: 770px; */
    height: 100%;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    /*  background-image: url(/assets/images/slider-bg_mobile.jpg)!important; */
  }
  .carousel-item {
    height: 37rem;
  }
}
@media (min-width: 992px) {
  .carousel {
    height: auto !important;
  }
}
figure.snip1104 {
  font-family: "Raleway", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 340px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  font-size: 1.5rem;
  display: inline-block;
  background: #000000;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1104 h2 span {
  font-weight: 800;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1104.blue {
  background: #123851;
}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}

figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}

/** end our services **/
@media (min-width: 1200px) {
  .c-container {
    max-width: 1170px;
  }
  .profile-card-2 {
    height: 30vh;
  }
}
@media (max-width: 992px) {
  ._mbdv__d-none {
    display: none;
  }
  ._desc__au-w {
    width: 100% !important;
  }
  ._au__logo-py {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: 0rem !important;
  }
}
.ab-border {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgba(23, 23, 23, 0.6);
}

.us_section {
  color: #ffffff;
  background-image: url(/assets/images/1087629.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 3rem;
  opacity: 1;
}

.us_section .us_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.us_section .us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0.5rem 1rem 0rem 1rem;
  align-items: center;
  text-align: center;
}

.us_section .us_container .box .img-box {
  height: 5rem;
  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;
}

.us_section .us_container .box .img-box img {
  max-width: 100%;
}

.us_section .us_container .box .detail-box p {
  font-size: 0.9rem;
  font-weight: 600;
}

.us_section .us_container .box .detail-box h2 {
  font-weight: bold;
  font-size: 1rem;
}

._SFCoBx {
  display: block;
  padding: 40px 20px 37px;
  text-align: center;
}

._SFCoBx p {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin: 1rem 0 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
}

._SFCoBx i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #ffffff;
}

._SFCo {
  display: block;
  font-size: 2rem;
  margin-right: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
}

._SFCoBx.colored {
  background: #ff0000;
}

._SFCoBx._SF2 {
  background: #0e0e0e !important;
}

._SFCoBx._SF3 {
  background: #ff0000;
}

._SFCoBx._SF4 {
  background: #0e0e0e;
}

._SFCoBx.colored p,
._SFCoBx.colored i,
._SFCoBx.colored .counter {
  color: #fff;
}

@media (max-width: 940px) {
  .c-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .us_section .us_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .us_section {
    padding: 1.5rem;
  }
  .us_section .us_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/****** Under About SECTION ::::::::::::*****/
._OdsgN_grid {
  max-width: 750px;
  padding: 1rem;
}

._1dsgN-wr {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr;
  background: radial-gradient(ellipse farthest-side at center, rgba(255, 31, 31, 0.6) 0%, rgba(255, 31, 31, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

._2dsgN-iTm h2 {
  margin-top: 1rem;
  font-weight: 600;
  color: #ffffff;
}

._2dsgN-iTm span {
  font-size: 1.6rem;
  font-family: "Rajdhani";
  color: red;
  font-weight: 900;
}

._2dsgN-iTm p {
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6862745098);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  ._1dsgN-wr {
    background: radial-gradient(circle, rgba(255, 31, 31, 0.6) 0%, rgba(0, 0, 0, 0) 75%);
    grid-template-columns: 1fr 1fr;
  }
  ._2dsgN-iTm h2 {
    font-size: 20px;
    margin-top: 1rem;
  }
  ._2dsgN-iTm p {
    font-size: 0.7rem;
  }
  ._OdsgN_grid {
    padding: 0rem;
  }
}
._2dsgN-iTm {
  position: relative;
  background-color: #000000;
}

._1dsgN-wr ._2dsgN-iTm p {
  font-weight: 400;
}

._2dsgN-iTm img {
  width: 100%;
  height: auto;
}

@media (min-width: 1280px) {
  ._OdsgN_grid {
    /*      padding: 64px 32px 210px; */
    padding: 1rem 1rem 0rem;
  }
}
.sc-hd-til {
  background: rgb(255, 0, 0);
  margin-bottom: 0;
  font-size: 1.7rem;
  font-family: "proxima_novaregular";
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding: 0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%);
}

@media only screen and (max-width: 760px) {
  .sc-hd-til {
    margin-bottom: 0rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .sc-hd-til {
    margin-bottom: 0;
    font-size: 2rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media only screen and (max-width: 370px) {
  .sc-hd-til {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.profile-card-2 {
  background-color: rgb(0, 0, 0);
  background-position: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 55vh;
}

.profile-card-2 img {
  -webkit-filter: grayscale(100%);
  opacity: 0.8;
  filter: grayscale(100%);
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  height: 100%;
}

@media (max-width: 992px) {
  .profile-name {
    font-size: 1.2rem;
    left: 10px;
    bottom: 75px;
  }
  .profile-username {
    left: 10px;
  }
  .profile-card-2 .profile-icons a {
    font-size: 1.2rem;
  }
}
.profile-card-2 .profile-name {
  position: absolute;
  left: 30px;
  bottom: 70px;
  padding: 0px 4.5px;
  font-size: 1.5rem;
  background: red;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-icons {
  position: absolute;
  bottom: 8px;
  right: 3px;
  color: #FFF;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
  font-size: 1rem;
}

.profile-icons a {
  margin: 0.5rem;
  font-size: 1rem;
  color: #fff;
}

.profile-card-2 .profile-username {
  position: absolute;
  bottom: 50px;
  padding: 0px 4.5px;
  left: 30px;
  background-color: #ff0000;
  color: #FFF;
  font-size: 1rem;
  -webkit-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

.profile-card-2 .profile-icons .fa {
  margin: 5px;
}

.profile-card-2:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

.profile-card-2:hover .profile-name {
  bottom: 80px;
}

.profile-card-2:hover .profile-username {
  bottom: 60px;
}

.profile-card-2:hover .profile-icons {
  right: 40px;
}

/*********** Opening hrs ***********/
.business-hours {
  position: relative;
}

.business-hours .title {
  font-size: 2rem;
  padding: 0.5rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 5px solid #ffffff;
  background: red;
  text-align: center;
}

.business-hours li {
  font-family: "Rajdhani";
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 30px;
  border-bottom: 1px solid #0f0f0f;
}

.business-hours li span {
  float: right;
}

.pull-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.business-hours li:last-child {
  border-bottom: none;
}

.business-hours .opening-hours li.today {
  color: #ffac0c;
}

._SFFounder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._SFFounder img {
  /* width: 158px;
  height: 160px; */
  width: 100%;
  height: 100%;
  /*  border-radius: 460px; */
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

._SFAs2P {
  font-size: 3rem;
  padding: 2rem;
  font-family: "proxima_novaregular";
  font-weight: 700;
}

._FTxt {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

._FTxt h1 {
  font-weight: 400;
  font-size: 36px;
}

._FTxt h3 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem;
  background-color: #ff0000;
}

/***** About Section 2 *****/
._SFS2 {
  padding: 2rem 0rem;
}

._SFS2_tit {
  padding-bottom: 15px;
}

._SFS2_tit h4 {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  color: #ff0000;
}

._SFS2_tit h2.GrandTit {
  font-family: "Arial";
  font-weight: 600;
  font-size: 53px;
  line-height: 56px;
  color: #ffffff;
}

._SFS2_para p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #c4c4c4;
}

._SF_AuTit-bg1 {
  padding: 3rem 0rem 3rem !important;
  background-image: url(/assets/images/black3.jpg) !important;
}

@media (max-width: 768px) {
  ._SFAu-ftr-box ._SFAu-ftr-header h3 {
    font-size: 1.2rem;
  }
}
/******* About Us TOP ********/
.carousel-caption h2._AuS-title {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #ffffff;
}

.carousel-caption p._AuS-para {
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .carousel-caption p._AuS-para {
    color: #dddddd;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
    -webkit-text-stroke: 0px;
  }
  .carousel-caption h2._AuS-title {
    font-size: 4rem;
    border: none;
  }
  .accordion-button {
    font-size: 0.7rem !important;
  }
}
.FAQ-bg {
  background-image: url(/assets/images/black1.webp);
  background-position-x: center;
}

.FAQ-header {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px dashed red;
}

.FAQ-desc {
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: capitalize;
  color: white;
}

.FAQ-para {
  text-transform: capitalize;
  line-height: 2;
}

.accordion-item {
  border: 2px solid red !important;
  background-color: #070707 !important;
}

.accordion-button {
  font-size: 0.9rem;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: left;
  background-color: #070707 !important;
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(/assets/images/icons//sm-inf/acc-icon-active.png);
}

.accordion-button::after {
  background-image: url(/assets/images/icons//sm-inf/acc-icon-not-active.png);
}

/****** Features ******/
._FTR-title {
  background: red;
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

._FTR-para {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 1rem;
  text-decoration: none;
  line-height: 2;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  #navbar_top {
    font-size: 4rem;
  }
  ._nv-bar-top_logo {
    width: 200px;
    padding: 1rem;
  }
  .nav-link.active {
    font-size: 2.5rem;
  }
  .nav-link {
    font-size: 2rem;
  }
  #lock > h2 {
    font-size: 3rem;
  }
  #lock > p {
    font-size: 1rem;
  }
  ._SFS2_tit h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
  ._SFS2_tit h2.GrandTit {
    font-size: 5rem;
    line-height: 1.2;
  }
  ._SFS2_para p {
    font-size: 2rem;
    line-height: 40px;
  }
  .featured-title h3 {
    font-size: 2.5rem;
  }
  .featured-title p {
    font-size: 1.5rem;
  }
  ._Au-btn {
    width: 50% !important;
    height: 13% !important;
  }
  .link-btn a {
    font-size: 2rem;
  }
  ._SFCoBx i {
    font-size: 3rem;
  }
  ._FTR-title {
    font-size: 2rem;
  }
  ._FTR-para {
    font-size: 1.5rem;
    line-height: 2;
  }
  ._Aus-title-s1 {
    font-size: 3rem;
  }
  .carousel-caption p._AuS-para {
    font-size: 2rem;
  }
  .accordion-button {
    font-size: 2rem;
  }
  .FAQ-header {
    font-size: 4rem;
  }
  .FAQ-desc {
    font-size: 2rem;
  }
  .FAQ-para {
    font-size: 1.7rem;
  }
  .business-hours li {
    font-size: 1.5rem;
    line-height: 40px;
  }
  .business-hours li span {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .subscribe form input {
    padding: 5px 190px 5px 25px !important;
  }
  .subscribe form .fill-btn {
    left: 50% !important;
    width: 108px !important;
  }
}
.video-item {
  overflow: hidden;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.video-item video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.video-item img {
  display: block;
  height: auto;
  max-width: 100%;
  height: 270px;
  width: 480px;
}

@supports (display: grid) {
  .video-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .video-item {
    margin-top: 0;
  }
  .video-item video {
    border: 0.125rem solid transparent;
  }
  .video-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .video-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .video-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .video-item:nth-last-child(-n+1):first-child,
.video-item:nth-last-child(-n+1):first-child ~ .video-item {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
@media (max-width: 992px) {
  .video-grid {
    display: block;
    padding-bottom: 2rem !important;
  }
}
/***************************
*********************************************
********************************************************
Proxima Font */
@font-face {
  font-family: "proxima_novaregular";
  src: url("../fonts/Proxima/proxima-webfont.woff2") format("woff2"), url("../fonts/Proxima/proxima-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.footer-basic {
  padding: 2.5rem;
  background-color: #000000;
  color: rgb(206, 206, 206);
  text-transform: uppercase;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}

/* Last Footer */
.footer_section {
  background-color: rgba(14, 14, 14, 0.7607843137);
  padding: 20px 0;
}

.footer_section p {
  margin: 2px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 0 !important;
}

.footer_section a {
  color: rgba(255, 255, 255, 0.4392156863) !important;
  text-decoration: none;
  text-transform: uppercase;
}

/******** main footer ******/
/*  Footer css */
.element-btn .element-fill-btn {
  background-color: #ff0000;
  border: 0;
  color: #fff;
  padding: 13px 5px;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  width: 252px;
  margin: 0 auto;
  /* border-radius: 25px; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 50px -10px rgb(255, 10, 120);
          box-shadow: 0px 10px 50px -10px rgb(255, 10, 120);
}

.fill-btn {
  background-color: #ff0000;
  border: 0;
  color: #fff;
  padding: 13px 5px;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  width: 252px;
  margin: 0 auto;
  /* border-radius: 25px; */
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.fill-btn:hover,
.element-btn .element-fill-btn:hover {
  background-color: #201f1f;
  -webkit-box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
          box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
}

.footer {
  position: relative;
  background-color: #060606;
  padding: 50px 0px;
}

.form-Box input[type=text],
.form-Box input[type=email],
.form-Box input[type=passowrd],
.form-Box textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #ff0000;
  background-color: transparent;
  padding: 5px 25px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
  font-style: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.form-Box textarea {
  height: 113px;
  padding: 15px 25px;
  resize: none;
}

.form-Box .b_effect:focus,
.subscribe form input:focus {
  border-color: #ff0000;
}

.form-Box .fill-btn {
  position: static;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  width: 184px;
}

.form-Box .fill-btn:hover,
.subscribe form .fill-btn:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0px 10px 50px -10px rgb(255, 255, 255);
          box-shadow: 0px 10px 50px -10px rgb(255, 255, 255);
}

.footer-tit {
  -webkit-text-stroke: 1px;
  text-align: center;
  letter-spacing: 1px;
  padding: 1rem;
  background: #ff0000;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-tit .footer-tit-para {
  -webkit-text-stroke: 0.5px;
  font-size: 1rem;
  letter-spacing: 2px;
  background: #000000;
  padding: 0.5rem;
}

.fTitle {
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fTitle span {
  color: #ff0000;
}

.contact-address ul li,
.contact-address ul li a {
  color: #d5d5d5;
  font-size: 16px;
  list-style: none;
  margin-bottom: 15px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .contact-address {
    margin-top: 2rem;
  }
  .footer-tit .footer-tit-para {
    display: none;
  }
  .social-icons ul li {
    float: none !important;
  }
}
.contact-address ul li i {
  margin-right: 15px;
  display: inline-block;
  float: left;
  line-height: 32px;
}

.contact-address ul li span {
  display: table;
  font-family: "Rajdhani";
}

.contact-address ul li a:hover {
  color: #ff0000;
}

.subscribe form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.subscribe form input {
  width: 100%;
  height: 50px;
  border: 2px solid #ff0000;
  background-color: transparent;
  padding: 5px 215px 5px 25px;
  font-size: 14px;
  color: #fdfdfd;
}

.subscribe form .fill-btn {
  bottom: auto;
  top: 0;
  right: 0;
  left: auto;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  width: 190px;
}

.social-icons ul li {
  display: inline-block;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 43px;
  position: relative;
  width: 43px;
  height: 43px;
  margin-right: 2rem;
}

.social-icons ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

.social-icons ul li:before {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  position: absolute;
  border: 1px solid #ff0000;
  border-radius: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.social-icons ul li:last-child {
  margin: 0;
}

.social-icons ul li:hover:before {
  background: #ff0000;
}

@media screen and (max-width: 450px) {
  .footer {
    padding: 10px 0px;
  }
}
.slide-content {
  margin-top: 2rem;
  margin-right: 1rem;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  position: relative;
}

.slid-er {
  height: 100%;
  /* slide-content height + 2*margin */
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.slid-er .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slides {
  width: 100%;
  height: 390px;
  padding: 1rem;
  margin-left: -0.2rem;
}

@media (max-width: 768px) {
  .slides {
    width: 380px;
    height: 379px;
  }
}
/*Class Schedule Section*/
.schedule .content {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schedule .content .box {
  /*  flex: 0 0 50%;*/
  font-family: "Rajdhani";
  max-width: 100%;
  padding: 15px;
}

.schedule .content .text h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  padding: 0px 0px 20px;
}

.schedule .content .text p {
  font-size: 15px;
  line-height: 20px;
  color: #eeeeee;
  margin: 0;
  padding: 0px 0px 20px;
  font-family: "Open Sans", sans-serif;
}

.schedule .content .text img {
  width: 100%;
  height: 100%;
  /*  transform: rotateY(180deg); */
}

.schedule .content .timing .table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.schedule .content .timing .table td {
  border: 1px solid #1a1a1a;
  padding: 8px;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  color: #e0e0e0;
}

.fsize-12 {
  font-size: 12px !important;
}

.schedule .content .timing .table tr:nth-child(even) td.day {
  background-color: #1a1a1a;
}

.schedule .content .timing .table tr:nth-child(odd) td.day {
  background-color: #0c0c0c;
}

/* .schedule .content .timing .table tr:nth-child(1) td.day {
    background-color: #ff0000;
}
 */
.schedule .content .timing .table tr td.day {
  color: #ffffff;
  border-color: #1a1a1a;
  vertical-align: middle;
}

@media (max-width: 992px) {
  /* .schedule .content .box {
      flex: none;
  } */
  .schedule .content .box {
    padding: 0;
  }
  .schedule .content .timing .table td {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .schedule .content .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.gg-container {
  --main-color: #000;
  --secondary-color: #111;
  --txt-color: #fff;
  --img-bg-color: rgba(240, 240, 240, 0.9);
  --backdrop-color: rgba(240, 240, 240, 0.9);
  --gap-length: 5px;
  /*  --row-height: 200px; */
  --row-height:280px;
  --column-width: 220px ;
}

.gg-container *[data-theme=dark] {
  --main-color: #ddd;
  --secondary-color: #eee;
  --txt-color: #111;
  --img-bg-color: rgba(20, 20, 20, 0.9);
  --backdrop-color: rgba(30, 30, 30, 0.9) ;
}

.gg-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--column-width), 1fr));
  grid-auto-rows: var(--row-height);
  grid-gap: var(--gap-length);
  margin: 20px 0;
}

.gg-box img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: var(--img-bg-color);
}

.gg-box img:hover {
  opacity: 0.98;
}

#gg-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--backdrop-color);
  z-index: 9999;
  text-align: center;
}

#gg-screen .gg-image {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gg-screen .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.gg-btn {
  width: 35px;
  height: 35px;
  background: var(--main-color);
  color: var(--txt-color);
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2px;
  position: fixed;
  bottom: 10px;
}

.gg-btn:hover {
  background: var(--secondary-color);
}

.gg-close {
  top: 10px;
}

.gg-close,
.gg-next {
  right: 10px;
}

.gg-prev {
  right: 50px;
}

.gg-prev,
.gg-next {
  bottom: 10px;
}

/* @media(min-width:478px) {
    .gg-box img:nth-child(2n):not(:last-of-type) {
        grid-row-end: span 2
    }
    [data-layout="horizontal"] img:nth-child(2n):not(:last-of-type) {
        grid-column-end: span 2;
        grid-row-end: span 1
    }
    [data-layout="square"] img:nth-child(2n):not(:last-of-type) {
        grid-row-end: span 1;
        grid-column-end: span 1
    }
} */
/* @media(max-width:768px) {
    .gg-box {
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: calc(var(--row-height) - 15vh);
        margin: 10px 0
    }
}
 */
@media (max-width: 450px) {
  .gg-box {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
  .gg-container {
    --row-height: 200px;
  }
}
.circle-wrap {
  margin: 2rem auto;
  width: 150px;
  height: 150px;
  background: #000000;
  border-radius: 50%;
  /*  border: 3px solid #000000; */
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 70px);
}

.circle-wrap .inside-circle {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #000000;
  line-height: 120px;
  text-align: center;
  margin-top: 14px;
  margin-left: 14px;
  color: #ffffff;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}

/* color animation */
/* 3rd progress bar */
.mask .fill {
  clip: rect(0px, 99px, 150px, 0px);
  background-color: #ff0000;
}

.mask.full,
.circle .fill {
  -webkit-animation: fill ease-in-out 3s;
          animation: fill ease-in-out 3s;
  -webkit-transform: rotate(177deg);
          transform: rotate(177deg);
}

@-webkit-keyframes fill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(177deg);
            transform: rotate(177deg);
  }
}

@keyframes fill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(177deg);
            transform: rotate(177deg);
  }
}
/* Body */
/* Card Themes - Start */
.pricing-header {
  background-color: transparent;
}

.price-circle {
  border: 10px solid #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* .basic .pricing-header {
    background-color: #4b7bec;
}

.basic .price-circle {
    border: 10px solid #4b7bec;
    transition: all 0.4s;
}

.basic:hover .price-circle {
    border-width: 5px;
}

.echo .pricing-header {
    background-color: #f7b731;
}

.echo .price-circle {
    border: 10px solid #f7b731;
    transition: all 0.4s;
}

.echo:hover .price-circle {
    border-width: 5px;
}

.pro .pricing-header {
    background-color: #26de81;
}

.pro .price-circle {
    border: 10px solid #26de81;
    transition: all 0.4s;
}

.pro:hover .price-circle {
    border-width: 5px;
}
*/
/* .subs .pricing-header .plan-title {
    color: #ffffff!important;
    -webkit-text-stroke: 1px;
} */
.subs .price-circle {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.subs:hover .price-circle {
  border-width: 5px;
}

/* Card Themes - End */
.pricing-container {
  max-width: 1200px;
  height: auto;
  margin: auto;
  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;
  text-align: center;
}

._PColm {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  padding: 10px;
  width: calc(33.3% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  ._PColm {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  ._PColm {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    display: block;
  }
}
.pricing-card {
  -webkit-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  color: white;
  height: 500px;
  background-color: rgba(23, 23, 23, 0.0588235294);
  border: 1px solid red;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pricing-card .popular {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 8px;
  background-color: #0e0e0e;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1;
  border-left: 1px solid red;
  border-bottom: 1px solid red;
}

.pricing-card .badge-box {
  padding: 0 40px;
  margin-top: 80px;
}

.pricing-card .badge-box span {
  display: inline-block;
  /*  border: 1px solid rgb(255, 0, 0); */
  padding: 4px 12px;
  border-radius: 25px;
  overflow: hidden;
  background-color: red;
  color: #ffffff;
}

.pricing-card .pricing-header {
  width: 100%;
  height: 150px;
  position: relative;
  /*  border-radius: 20px 20px 0 0; */
  /*  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0; */
  border-bottom: 1px solid red;
  /*border-bottom: 20px solid $primary;*/
  /*
  border-radius: $radius $radius 150px 150px;
  -webkit-border-radius: $radius $radius 150px 150px;
  -moz-border-radius: $radius $radius 150px 150px;
  */
}

.pricing-card .pricing-header .plan-title {
  font-size: 24px;
  color: white;
  position: relative;
  top: 25%;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "proxima_novaregular" !important;
}

.pricing-card .pricing-header .price-circle {
  width: calc(33.3% - 30px);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: calc(50% - 60px);
  top: 60%;
  background-color: rgb(255, 0, 0);
  position: absolute;
}

.pricing-card .pricing-header .price-circle .price-title {
  display: block;
  font-size: 28px;
  color: rgb(255, 255, 255);
  padding: 28px 0 0;
  font-weight: bold;
}

.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}

.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff;
}

.pricing-card ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.pricing-card ul li {
  list-style-type: none;
  display: block;
  padding: 15px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #ff0000;
}