@font-face {
  font-family: prregular;
  src: url(../fonts/ProductSans-Regular.ttf);
}

@font-face {
  font-family: prmedium;
  src: url(../fonts/ProductSans-Medium.ttf);
}

@font-face {
  font-family: prbold;
  src: url(../fonts/ProductSans-Bold.ttf);
}

@font-face {
  font-family: prblack;
  src: url(../fonts/ProductSans-Black.ttf);
}

@font-face {
  font-family: prlight;
  src: url(../fonts/ProductSans-Light.ttf);
}

@font-face {
  font-family: bebas;
  src: url(../fonts/Bebas-Regular.ttf);
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'prregular';
}

:root {
  --red: #DC3645;
  --light-purple: #b0a1c4;
  --light-blue: #e9f3f9;
  --dark: #1A1A1A;
  --white: #fff;
  --black: #000;
  --transition: 0.2s ease-in-out;
  --nav-height: 65px;
}

*::-moz-selection {
  color: var(--white);
  background: var(--red);
}

*::selection {
  color: var(--white);
  background: var(--red);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--dark);
}

p.para {
  font-size: 16px;
  line-height: 140%;
  font-family: 'prregular';
  color: black;
  text-align: justify;
}

p.para.dark {
  color: #848484;
}

.text-jus {
  text-align: justify !important;
}

.head {
  font-family: 'prregular';
  font-size: 24px;
  font-weight: 400;
}

.sec {
  padding: 50px 0px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.white {
  color: var(--white) !important;
}

.img-fluid {
  width: 100%;
}

.sec-head {
  font-size: 45px;
  color: var(--dark);
  font-family: 'prregular';
  font-weight: 400;
}

.main-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background: var(--white);
  font-family: prbold;
  color: var(--red);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.main-btn:hover {
  color: var(--white);
  background: var(--red);
}

.cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.main-cta {
  padding: 12px 23px;
  border-radius: 5px;
  background: var(--white);
  color: var(--red);
  font-family: 'prbold';
  font-size: 16px;
  text-align: center;
  min-width: 140px;
  border: 1px solid transparent;
}

.main-cta.border {
  border-color: (--white);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.main-nav {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: transparent;
}

.main-nav.sticky {
  background: var(--dark);
}

.navbar {
  background: transparent;
  padding: 8px 0rem;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.navbar .l-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .l-part a img {
  width: 115px;
}

.navbar .r-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .r-part .ot__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.pos-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-toggler {
  display: block;
  border: none;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-toggler:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-toggler:hover {
  opacity: 0.7;
}

.navbar-collapse {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: absolute;
  max-height: 80vh;
  top: 100%;
  left: 0;
  width: 100%;
}

.drop-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
  pointer-events: none;
}

.drop-icon img {
  width: 10px;
}

.menu-link {
  position: relative;
}

.sub-menu {
  display: none;
}

.search__button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  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;
}

.search__button svg {
  width: 25px;
}

.search__button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-nav li a {
  font-family: prregular;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.navbar-nav li a.active, .navbar-nav li a:hover {
  color: var(--red);
}

.navbar-nav > li a {
  display: inline-block;
  padding: 0px 18px;
}

.cart-icon {
  position: relative;
  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;
}

.cart-icon svg {
  width: 25px;
}

.cart-icon_count {
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: translateY(-30%) translateX(35%);
          transform: translateY(-30%) translateX(35%);
  width: 17px;
  height: 17px;
  background: var(--acc-01);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-variation-settings: 'wght' 500;
  color: var(--white);
}

@media (max-width: 991px) {
  .navbar-nav li {
    position: relative;
  }
  .navbar-nav li a {
    padding: 12px 10px;
    display: block;
  }
}

/* Media Queries */
@media (min-width: 992px) {
  .sticky {
    background: #984de2;
  }
  .drop-icon {
    right: 0px;
  }
  .menu-link.has-drop {
    margin-right: 9px;
  }
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 6rem;
    position: relative;
    height: var(--nav-height);
  }
  .navbar.white-nav {
    background: transparent  !important;
  }
  .navbar.white-nav .navbar-collapse {
    background: transparent;
  }
  .navbar.white-nav .navbar-collapse li a {
    color: var(--white);
  }
  .navbar-toggler {
    display: none;
  }
  .brand-and-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    border-bottom: none;
    padding: 0;
  }
  .navbar-collapse {
    position: unset !important;
    display: block !important;
    overflow-y: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-nav .search__button {
    width: 16px;
    height: 16px;
    margin-left: 15px;
  }
  .navbar-nav .search__button img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: var(--grey-01);
  }
  .sub-menu ul li {
    line-height: 140%;
  }
  .navbar-nav > li:hover .sub-menu {
    display: block !important;
    padding: 25px 5rem;
    border-bottom: 1px solid var(--grey-07);
  }
  .navbar-nav > .nav-item {
    height: var(--nav-height);
    line-height: var(--nav-height);
  }
}

.nvv-list {
  padding-left: 0;
  border-right: 1px solid var(--grey-03);
}

.nvv-list li a {
  font-size: 14px;
  padding: 2px 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.nvv-list li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: var(--acc-01);
}

.sub-menu-head {
  font-size: 16px;
  color: var(--grey-08);
  margin-bottom: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

.sub-menu {
  padding: 15px 15px;
  border-top: 1px solid var(--grey-03);
  border-bottom: 1px solid var(--grey-03);
}

@media (max-width: 767px) {
  .nvv-list {
    margin-bottom: 25px;
    border: none;
  }
}

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.line-1 {
  background: var(--white);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-2 {
  background: var(--white);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-3 {
  background: var(--white);
  width: 100%;
  height: 2.3px;
  position: absolute;
}

.line-1 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-animation: animateReverse 600ms ease-in-out;
          animation: animateReverse 600ms ease-in-out;
}

.line-2 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.line-3 {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-animation: animate2Reverse 600ms ease-in-out;
          animation: animate2Reverse 600ms ease-in-out;
}

.menu-icon.active {
  -webkit-animation: rotateIcon 600ms ease-in-out forwards;
          animation: rotateIcon 600ms ease-in-out forwards;
}

.line-1.active {
  -webkit-animation: animate 600ms ease-in-out forwards;
          animation: animate 600ms ease-in-out forwards;
}

.line-2.active {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.line-3.active {
  -webkit-animation: animate2 600ms linear forwards;
          animation: animate2 600ms linear forwards;
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes animate {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
}

@-webkit-keyframes animateReverse {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}

@keyframes animateReverse {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}

@-webkit-keyframes animate2 {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@keyframes animate2 {
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
}

@-webkit-keyframes animate2Reverse {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}

@keyframes animate2Reverse {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}

@-webkit-keyframes rotateIcon {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotateIcon {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 500px) {
  .mob-menu .rr-part .s-wrap {
    min-width: 100% !important;
    margin-bottom: 15px;
  }
}

.mob-menu {
  width: 100%;
  height: calc( 100vh - 52px);
  background: var(--dark);
  position: fixed;
  z-index: 999999;
  top: 52px;
  left: 0;
  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;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 15px;
  display: none;
}

.mob-menu .rr-part {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.mob-menu li a {
  text-align: center;
}

.main-footer {
  padding: 70px 0px;
  padding-top: 35px;
  padding-bottom: 0;
  background: #000;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.main-footer > img.dot {
  position: absolute;
  bottom: 48%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  width: 100px;
  top: unset;
  z-index: 5;
}

.main-footer .map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.main-footer .map::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.1));
}*/

.main-footer .map iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) invert(92%) contrast(83%);
          filter: grayscale(100%) invert(92%) contrast(83%);
  opacity: 0.5;
}

.main-footer > .container {
  z-index: 5;
  position: relative;
}

.main-footer > img {
  width: 105%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}

.main-footer .ft-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.ft-logo {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 25px;
}

.ft-logo img {
  width: 100%;
}

.ft-head {
  font-size: 20px;
  font-family: "ClashDisplay";
  color: var(--white);
  margin-bottom: 15px;
}

.ft-list {
  position: relative;
  margin-bottom: 25px;
}

.ft-list li {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.ft-list li:hover a {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: var(--blue);
}

.ft-list li a {
  position: relative;
  color: var(--blue);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: inline-block;
  padding: 3px 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 500;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.contact-list li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-list li a {
  color: var(--white);
  font-size: 14px;
}

.top-bar {
  padding: 5px 7rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(30px) brightness(15%);
          backdrop-filter: blur(30px) brightness(15%);
}

.top-bar .sc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-right: 5px;
}

.top-bar .sc-list i {
  color: rgba(255, 255, 255, 0.91);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 16px;
}

.top-bar .sc-list a:hover i {
  color: var(--red);
}

.top-bar .border {
  width: 1px;
  background: var(--white);
  height: 70%;
  margin: 0px 5px;
  display: inline-block;
}

.top-bar .tel-link {
  color: var(--red) !important;
  font-family: 'prbold';
  font-size: 18px;
}

.top-bar > .container,
.top-bar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top-bar .rr-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.top-bar .s-wrap {
  position: relative;
  max-width: 230px;
}

.top-bar .s-wrap img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  left: 12px;
  width: 15px;
}

.top-bar .s-wrap input {
  width: 100%;
  padding: 3px 12px;
  border-radius: 100px;
  border: 1px solid var(--blue);
  padding-left: 38px;
}

.tel-link {
  color: var(--red) !important;
  font-family: 'prbold';
  font-size: 18px;
}

.rr-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.top-area {
  background: var(--dark);
  position: relative;
  overflow: hidden;
  padding-bottom: 310px;
  margin-top: -100px;
}

.top-area > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.main-header {
  position: relative;
  background: url(../images/banner-1.jpg) center/cover no-repeat;
  padding-top: 300px;
  padding-bottom: 230px;
  min-height: 100vh;
}
.main-header::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(26, 26, 26, 0.2), rgba(26, 26, 26, 1));
}
.main-header.slide-1 {
  position: relative;
  background: url(../images/banner-1.jpg) center/cover no-repeat !important;
  padding-top: 300px;
  padding-bottom: 230px;
  min-height: 100vh;
}
.main-header.slide-2 {
  position: relative;
  background: url(../images/banner-2.jpg) center/cover no-repeat !important;
  padding-top: 300px;
  padding-bottom: 230px;
  min-height: 100vh;
}
.main-header.slide-3 {
  position: relative;
  background: url(../images/banner-3.jpg) center/cover no-repeat !important;
  padding-top: 300px;
  padding-bottom: 230px;
  min-height: 100vh;
}

.main-header .banner-content {
  position: relative;
  z-index: 3;
}

.main-header .banner-content h4 {
  padding: 4px 15px;
  padding-bottom: 7px;
  background: url(../images/banner-text-des.svg) left/contain no-repeat;
}

.main-header .banner-content h4 span {
  color: var(--white);
  font-family: bebas;
  font-size: 22px;
}

.main-header .banner-content h1 {
  color: var(--white);
  font-family: prregular;
  font-size: 52px;
}

.main-header .banner-content p {
  color: var(--white);
  font-size: 16px;
}

.header-form {
  padding: 25px 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  max-width: 400px;
  margin-left: auto;
}

button[type=submit] {
  border-radius: 4px;
  background: #DC3645;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'prbold';
  outline: none;
  border: none;
  color: white;
  margin-left: auto;
  display: block;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.form-group input, .form-group textarea {
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 15px;
  outline: none;
  border: none;
  color: var(--white);
}

.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  opacity: 0.42;
  color: var(--white);
  font-size: 14px;
  font-family: 'prregular';
}

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  opacity: 0.42;
  color: var(--white);
  font-size: 14px;
  font-family: 'prregular';
}

.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  opacity: 0.42;
  color: var(--white);
  font-size: 14px;
  font-family: 'prregular';
}

.form-group input::placeholder, .form-group textarea::placeholder {
  opacity: 0.42;
  color: var(--white);
  font-size: 14px;
  font-family: 'prregular';
}

.in-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none !important;
  position: relative;
  padding-right: 65px;
}

.in-tab:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background: url(../images/border-des.svg) center/contain no-repeat;
}

.in-tab li {
  width: 100%;
}

.in-tab li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  gap: 15px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.in-tab li button.active, .in-tab li button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important;
  outline: none !important;
  border: none !important;
}

.in-tab li button.active span, .in-tab li button:hover span {
  color: var(--white);
}

.in-tab li button.active svg path, .in-tab li button:hover svg path {
  fill: var(--red);
}

.in-tab li button.active svg g > circle:nth-child(2), .in-tab li button:hover svg g > circle:nth-child(2) {
  stroke: var(--red);
}

.in-tab li button span {
  font-size: 26px;
  font-family: bebas;
  color: #535353;
}

.pt-list {
  padding-left: 0;
}

.pt-list.dark li {
  color: #848484;
}

.pt-list li {
  font-size: 16px;
  font-family: 'prregular';
  font-weight: 400;
  padding: 5px 15px;
  padding-left: 25px;
  position: relative;
}

.pt-list li:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tb-sec {
  padding-top: 30px;
  padding-bottom: 60px;
}

.tb-sec .sec-head {
  margin-bottom: 45px;
}

.rr-sec {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  position: relative;
  margin-bottom: 1rem;
  z-index: 5;
}

.red-cta-wrap {
  width: 100%;
  padding: 40px 5em;
  border-radius: 12px;
  overflow: hidden;
  background: url(../images/red-bg.svg) center/cover no-repeat;
}

.red-cta-wrap h2 {
  font-size: 38px;
  font-family: 'prregular';
  font-weight: 400;
  max-width: 800px;
}

.red-cta-wrap h2 a {
  color: var(--dark);
  font-weight: 600;
}

.red-cta-wrap p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
}

.sec3 {
  margin-top: -190px;
  padding-bottom: 60px;
  position: relative;
}

.sec3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/h-des-line.svg) center/contain no-repeat;
  width: 100%;
  height: 10px;
}

.grey-box {
  padding: 3rem 4rem;
  border-radius: 5px;
  background: #F8F8F8;
}

.grey-box h4 {
  font-size: 20px;
  line-height: 140%;
  color: var(--dark);
  font-family: 'prregular';
  font-weight: 400;
  margin-bottom: 20px;
}

.grey-box p.para {
  line-height: 140%;
  color: #848484;
}

.count-wrap {
  position: relative;
  padding: 2rem 2rem;
  background: linear-gradient(45deg, #1a1a1a, #4E4A4A);
}

.count-wrap h3 {
  color: var(--red);
  font-family: bebas;
  margin-bottom: 2px;
  font-size: 46px;
}

.count-wrap p {
  color: var(--white);
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'prregular';
  font-weight: 400;
  margin-bottom: 0;
}

.count-sec {
  padding-top: 50px;
  padding-bottom: 60px;
}

.ou-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none !important;
  position: relative;
  padding-right: 65px;
}

.ou-tab:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(30px);
          transform: translateY(-50%) translateX(30px);
  width: 10px;
  height: 100%;
  background: url(../images/grey-border-des.svg) center/contain no-repeat;
}

.ou-tab li {
  width: 100%;
}

.ou-tab li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  gap: 15px;
  outline: none !important;
  border: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  min-height: 75px;
  border-bottom: 1px solid #EAEAEA !important;
  position: relative;
}

.ou-tab li button:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-right.svg") center/contain no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.ou-tab li button:focus {
  border: none !important;
  border-bottom: 1px solid #EAEAEA !important;
  outline: none !important;
}

.ou-tab li button.active, .ou-tab li button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(188, 188, 188, 0.1)), to(rgba(188, 188, 188, 0))) !important;
  background: linear-gradient(to right, rgba(188, 188, 188, 0.1), rgba(188, 188, 188, 0)) !important;
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #EAEAEA !important;
}

.ou-tab li button.active:after, .ou-tab li button:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0px);
          transform: translateY(-50%) translateX(0px);
}

.ou-tab li button.active span, .ou-tab li button:hover span {
  color: var(--dark) !important;
}

.ou-tab li button.active svg path, .ou-tab li button:hover svg path {
  fill: var(--red);
}

.ou-tab li button.active svg g > circle:nth-child(2), .ou-tab li button:hover svg g > circle:nth-child(2) {
  stroke: var(--red);
}

.ou-tab li button span {
  font-size: 23px;
  font-family: bebas;
  color: #BCBCBC !important;
}

.im-sec {
  padding: 65px 0px;
}

.im-sec .im-img {
  width: 100%;
}

.im-sec .im-img img {
  width: 100%;
}

.im-sec .im-con {
  position: relative;
}

.im-sec .im-con h3 {
  font-family: bebas;
  margin-bottom: 0;
  color: var(--dark);
  font-weight: 400;
  letter-spacing: 1px;
}

.im-sec .im-con h5 {
  font-style: italic;
  font-family: prregular;
  color: var(--red);
  font-weight: 400;
  margin-bottom: 20px;
}

.im-sec .im-con h4 {
  font-weight: 400;
  font-family: prregular;
  text-transform: uppercase;
  color: var(--dark);
  font-size: 18px;
  font-style: italic;
  text-decoration: underline;
}

.im-sec .im-con p {
  color: #848484;
  margin-bottom: 20px;
}

.im-sec .im-con p.red {
  color: var(--red);
  text-decoration: underline;
}

.im-sec .im-con p.l {
  margin-bottom: 0;
}

.im-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr;
      grid-template-columns: 270px 1fr;
  gap: 30px;
  margin-top: 40px;
}

.im-wrapper .r-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-sec {
  padding: 65px 0px;
}

.faq-sec .sec-head {
  margin-bottom: 40px;
}

.fq-container {
  position: relative;
}

.fq-container .fq-wrapper {
  width: 100%;
  position: relative;
  background: rgba(132, 132, 132, 0.08);
  border: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.fq-container .fq-wrapper .fq-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border: none;
  background: var(--red);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fq-container .fq-wrapper .fq-btn.collapsed {
  background: transparent !important;
}

.fq-container .fq-wrapper .fq-btn.collapsed h4 {
  color: var(--dark);
  font-family: 'prregular' !important;
  font-weight: 400;
  text-align: left;
}
.fq-color.collapsed h4{
	color: var(--white) !important;
}

.fq-container .fq-wrapper .fq-btn.collapsed svg {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

.fq-container .fq-wrapper .fq-btn.collapsed svg path {
  fill: rgba(132, 132, 132, 0.48) !important;
}

.fq-container .fq-wrapper .fq-btn svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.fq-container .fq-wrapper .fq-btn svg path {
  fill: var(--white);
}

.fq-container .fq-wrapper .fq-btn h4 {
  color: var(--white);
  margin-right: 15px;
  margin-bottom: 0;
  font-family: 'prbold';
  font-size: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: left;
}

.fq-container .fq-wrapper .accordion-collapse {
  padding: 15px 20px;
}

.fq-container .fq-wrapper .accordion-collapse p {
  color: #848484;
  font-size: 16px;
  margin-bottom: 0;
}

.test-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../images/test-bg.jpg) center/cover no-repeat;
  border-radius: 12px;
}

.test-container .test-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.test-container .test-grid > *:nth-child(1) {
  grid-column: span 2;
}

.test-wrap {
  width: 100%;
  padding: 2.5rem 2.5rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
}

.test-wrap > svg {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.test-wrap .para, .test-wrap h3, .test-wrap h5 {
  color: var(--white);
  text-align: center;
}

.test-wrap .para {
  font-size: 16px;
  font-family: 'prregular';
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 16px;
  text-align: justify !important;
}

.test-wrap h3 {
  font-family: bebas;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}

.test-wrap h5 {
  font-family: 'prregular';
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
}

.rr2-sec {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

.ft-list {
  position: relative;
}

.ft-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.ft-list li img {
  width: 20px;
  margin-top: 1px;
}

.ft-list li span {
  font-size: 16px;
  color: var(--white);
  margin-left: 15px;
}

.ft-list li a {
  color: var(--red);
  font-size: 16px;
}

.ft-wrapper {
  padding-top: 65px;
}

.test-sec {
  padding-bottom: 150px;
}

.test-container {
  padding: 4rem 4rem;
}

.test-container .sec-head {
  margin-bottom: 40px;
}

.dis-wrapper {
  width: 100%;
  padding: 2rem 3rem;
  background: #242424;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  margin-top: 40px;
}

.dis-wrapper img {
  width: 25px;
}

.dis-wrapper a {
  text-decoration: underline;
  color: var(--red);
}

.dis-wrapper h4 {
  color: var(--white);
  font-size: 16px;
}

.dis-wrapper p {
  color: #909090;
  margin-bottom: 10px;
}

.ft-btm {
  background: #1A1A1A;
  padding: 25px 0px;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}

.ft-btm p {
  margin-bottom: 0;
  text-align: center;
  color: var(--white);
  font-family: 'prbold';
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.27);
}

.swiper-pagination-bullet-active {
  background: var(--white);
}

.slide-nav {
  background: rgba(188, 188, 188, 0.2) !important;
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  font-family: 'bebas' !important;
  font-size: 20px;
  padding: 15px 20px;
}

.slide-nav span {
  font-family: 'bebas' !important;
  font-weight: 400;
  font-size: 22px;
  color: #1A1A1A;
}

.mob-slider {
  border-bottom: 0px !important;
  position: relative;
  display: none;
}

.mob-slider li.nav-item {
  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;
}

.mob-slider .sw-nav .swiper-btn-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.mob-slider .sw-nav .swiper-btn-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.mob-slider .sw-nav .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media (min-width: 991px) {
  .mob-side-nav {
    display: none;
  }
}

.mob-side-nav {
  position: absolute;
  top: 30%;
  right: 0;
  z-index: 999;
}

.mob-side-nav > ul {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  padding: 15px 20px;
  padding-right: 10px;
}

.mob-side-nav > ul li a {
  display: block;
  padding: 10px 0px;
}

.mob-side-nav > ul li a i {
  font-size: 20px;
  color: var(--white);
}

.mob-side-nav > ul:nth-child(1) {
  background: rgba(255, 255, 255, 0.19);
}

.mob-side-nav > ul:nth-child(2) {
  background: rgba(255, 255, 255, 0.19);
  margin-top: 10px;
  padding: 0;
}

.mob-side-nav > ul:nth-child(2) li a {
  padding: 20px;
  background: var(--red);
}

.test-swiper {
  padding-top: 20px;
}

.test-slider-wrapper {
  position: relative;
}

.test-slider-wrapper .swiper-btnn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.test-slider-wrapper .swiper-btnn-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px !important;
}

.test-slider-wrapper .swiper-button-disabled {
  opacity: 0.45;
}

.mob-slide {
  display: none;
}

.header-form {
  position: absolute;
  top: 150px;
  right: 100px;
  z-index: 5;
  width: 100%;
}

.modal {
  z-index: 999999;
}

.modal .modal-dialog {
  max-width: 600px;
}

.modal .modal-dialog .modal-content {
  border: none;
  background: #FCFEFF;
  -webkit-box-shadow: 4px 4px 54px rgba(0, 0, 0, 0.06);
          box-shadow: 4px 4px 54px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
  padding-bottom: 0px;
  padding-right: 25px;
  padding-top: 22px;
}

.modal .modal-dialog .modal-content .modal-body h3 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #000000;
}

.thank-pop .modal-body > img {
  max-width: 400px;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF6161'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sub-ul li:after{
	width:5px;
	height:5px;
	background:#000;
	content: '';
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-ul{
	padding-left:25px;
}
/*# sourceMappingURL=main.css.map */


@media (min-width: 0px)  { .services-desktop { display: none; } .services-mobile { display: initial;  } }
@media (min-width: 992px)  { .services-desktop { display: initial; } .services-mobile { display: none;  } }


.services {
    font-size: 26px;
    font-family: bebas;
    color: #535353;
    padding-left: 12px;
}

.services-mobile .tab-pane { padding-bottom: 40px; }
.services-mobile ul { padding-bottom: 20px; }