/*-----------------------------------------------------
---------------------  COLORS -------------------------
-------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@600&display=swap");



body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

.bg-dark {
  background-color: #000000 !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

.normal-list, #mobVecMenu > ul, .overview-specs, .productColors-color, .innoList {
  list-style: none;
  padding-left: 0;
}

/*---------------------------------------------------------
---------------------  NAV  -------------------------
----------------------------------------------------------*/
.navbar {
  position: static !important;
}

.nav-wrapper {
  position: relative;
  background-color: #000000;
  font-family: "Barlow Condensed", sans-serif;
}

.navbar-brand img {
  max-width: 200px;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}

.navbar-nav > li:hover {
  border-bottom: 2px solid #f50303;
  background-color: #1a1919;
  height: 100%;
}

nav {
  max-width: 1880px;
  margin: auto;
}

.navbar-nav > li.active a {
  opacity: 1;
}

.navbar-nav > li.active {
  border-bottom: 2px solid #f50303;
}

.navbar-nav > li a {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .navbar-nav > li {
    border-bottom: 2px solid #1b2025;
  }
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown-menu {
  width: 100%;
  min-width: 300px;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown a {
  text-decoration: none;
}

.mega-dropdown img {
  max-height: 200px;
  object-fit: cover;
  display: block;
}

.mega-dropdown .btn-primary, .mega-dropdown .btn-outline-primary {
  margin-left: 0;
}

.btn-secondary {
  background-color: #249cf6;
  border: 1px solid #249cf6;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mega-dropdown-menu > li > ul li {
  position: relative;
}

.mega-dropdown-menu > li > ul li::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 60%;
  border-right: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.mega-dropdown-menu > li > ul li:first-of-type::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 60%;
  border-left: 1px solid #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.mega-dropdown-menu h5 {
  text-align: center;
  margin-top: 16px;
}

.megaFlex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.megaFlex .navtabcard {
  display: flex;
  min-width: 400px;
  min-height: 160px;
  max-width: 33%;
  height: 100%;
}

.megaFlex::after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #f0f0f0;
}

.book-img img {
  width: 300px;
  height: 160px;
  object-fit: cover;
  margin: auto;
  margin-bottom: 10px;
}

.book-img .col-sm-3 a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.book-img .col-sm-3 a h6 {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}

.book-img .col-sm-3 a p {
  text-align: center;
  max-width: 280px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mega-dropdown-menu {
  width: 100vw;
}

.mega-dropdown-menu h4 {
  text-align: center !important;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
  min-height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-dropdown-menu > li > ul > li a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mega-dropdown-menu > li > ul > li a svg {
  font-size: 40px;
  color: #249cf6;
  margin-bottom: 16px;
}

.fotonAboutNav img {
  max-height: 60px;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li > ul > li > ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 20px;
  flex-direction: column;
  padding-left: 0;
}

.mega-dropdown-menu > li > ul > li > ul li {
  text-align: left !important;
  margin: 5px 0;
}

.mega-dropdown-menu > li > ul > li > a:hover {
  color: #e2e2e2;
  text-decoration: none;
}

.mega-dropdown ul {
  display: none;
}

/*@media (min-width: 1200px) {
  .mega-dropdown:hover ul {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-dropdown:hover ul .row {
    width: 100%;
  }
}
*/
span.glyphicon.glyphicon-chevron-down {
  padding: 2px 10px;
}

.dropdown-menu.mega-dropdown-menu {
  background: #fff !important;
}

@media (min-width: 1200px) {
  .navbar-nav > li {
    display: flex;
    align-items: center;
  }
  .mega-dropdown-menu {
    margin: 0;
  }
  .navbar {
    padding: 0;
  }
  .navbar-expand-xl .navbar-collapse {
    height: 100%;
  }
  .navbar-nav {
    height: 95px !important;
  }
  .navbar-nav > li {
    height: 100%;
  }
}

.mega-dropdown .btn-primary, .mega-dropdown .btn-outline-primary {
  color: #fff !important;
}

.mega-dropdown .btn-primary:hover, .mega-dropdown .btn-outline-primary:hover {
  color: #f50303 !important;
}

.mega-dropdown-menu a {
  color: #000000 !important;
}

.mega-dropdown-menu a.active {
  color: #f50303 !important;
}

a.navtabcard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: all 0.2s ease-in;
  min-height: 170px;
}

a.navtabcard img {
  width: 160px;
  height: 100px;
  object-fit: contain;
}

a.navtabcard:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

a.navtabcard p {
  margin-bottom: 0;
  font-size: 14px;
}

.navbar {
  position: relative;
}

#mobVecMenu {
  display: inline-block;
  position: static !important;
}

#mobVecMenu > ul {
  background-color: #fff;
  text-align: center;
  height: 0;
  display: none;
  position: absolute;
}

#mobVecMenu > ul a {
  color: black;
}

#mobVecMenu a.active + ul {
  height: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 100%;
}

@media (min-width: 768px) {
  #mobVecMenu {
    display: none;
  }
}

/*---------------------------------------------------------
---------------------  Banner  -------------------------
----------------------------------------------------------*/
@media (min-width: 1920px) {
  #main-banner .owl-stage-outer .owl-item,
  #main-banner .main-banner-item {
    height: 100% !important;
  }
}

#main-banner .owl-stage-outer .owl-item,
#main-banner .main-banner-item {
  max-height: 736px;
}

#main-banner .owl-stage-outer .owl-item img,
#main-banner .main-banner-item img {
  height: 100%;
  object-fit: cover;
}

.foton-banner-section {
  position: relative;
}

.hero-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-box .hero-text {
  font-size: 64px;
  background-color: #000000;
  font-weight: 600;
  color: #fff;
  opacity: 0.85;
  padding: 5px 40px 5px 50px;
}

.hero-box .hero-text > * {
  opacity: 1;
}

.hero-box .hero-text-content {
  opacity: 1 !important;
}

.hero-box.leftBottom {
  top: 84%;
}

.hero-box.rightBottom {
  top: 90%;
  right: 2%;
}

.hero-box .hero-text-content {
  opacity: 1;
}

.btn-primary, .btn-outline-primary {
  margin-left: 50px;
  margin-top: 16px;
  background-color: #f50303;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #f50303;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  transform: all 0.6s ease-in;
}

.btn-primary svg, .btn-outline-primary svg {
  transform: all 0.6s ease;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: #fff;
  color: #f50303;
  border: 1px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
  transform: all 1s ease;
}

.btn-outline-primary {
  background-color: transparent;
  color: #f50303 !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-txt-primary {
  color: #f50303;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.btn-txt-primary:hover {
  text-decoration: none;
  color: #1b2025;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.button-wrapper > * {
  margin-right: 10px;
}

/*---------------------------------------------------------
---------------------  Sticky Buttons  -------------------------
----------------------------------------------------------*/
.sticky-side-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  right: 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sticky-side-bar li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 36px;
  height: 36px;
  background-color: #249cf6;
  color: #fff;
  z-index: 5;
}

.sticky-side-bar li {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  transition: transform 0.2s ease-in;
}

.sticky-side-bar li a {
  text-decoration: none;
  background-color: #004b85;
  color: #fff;
  display: flex;
  font-size: 14px;
  align-items: center;
  width: 0;
  display: none;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: flex-start;
  transform: translateX(100%);
  z-index: 5;
  transition: all 0.1s ease-out;
  border-right: 4px solid #fbac16;
  transition: all 0.2s ease-in;
}

.sticky-side-bar li:hover a {
  transform: translateX(0%);
  display: flex;
  min-width: 200px;
  transition: all 0.3s ease-in;
}

/*---------------------------------------------------------
---------------------  New categories grid  -------------------------
----------------------------------------------------------*/
.main-categories {
  padding: 60px 0 60px;
}

.main-categories .container {
  max-width: 1536px;
}

.main-categories a {
  font-size: 18px;
  font-weight: 600;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 5fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.cat-grid-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cat-grid-card img {
  max-height: 120px;
}

.cat-grid-card:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.cat-grid-card:hover img {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.cat-grid-card img {
  width: 100%;
}

.cat-grid-card a p {
  font-size: 13px;
}

.cat-grid-card a:first-child {
  display: inline-block;
  padding: 16px 0 8px;
}

.cat-grid-card a:first-child img {
  max-height: 124px;
  height: 100%;
  object-fit: contain;
}

.cat-grid-card a:last-child {
  padding: 10px 16px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cat-grid-card {
    max-width: calc(33% - 30px);
  }
}

@media (max-width: 767px) {
  .main-categories .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .main-categories {
    padding: 25px 0;
  }
  .main-categories .container {
    padding: 0;
  }
}

/*---------------------------------------------------------
---------------------  Main Card  -------------------------
----------------------------------------------------------*/
.main-card {
  padding: 50px 0;
  background-color: #000000;
}

.main-card .container {
  max-width: 1536px;
}

.main-card-card {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  height: 215px;
  border-bottom: 6px solid #1e1e1e;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.main-card-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.main-card-card img {
  opacity: 0.5;
  margin-bottom: 24px;
}

.main-card-card:hover {
  border-bottom: 6px solid #249cf6;
  transition: all 0.3s ease;
}

.main-card-card:hover a {
  color: white;
}

.main-card-card:hover img {
  opacity: 1;
  transition: all 0.3s ease;
}

/*---------------------------------------------------------
---------------------  Stats Section  -------------------------
----------------------------------------------------------*/
.mainstats {
  padding: 24px 0;
  background-color: #000000;
}

.mainstats .section-title {
  margin-bottom: 0;
}

.mainstats .section-title h2 {
  color: #fff;
}

.mainstats .container {
  max-width: 1536px;
}

.mainstats-card {
  text-align: center;
  padding: 40px 0;
  transition: all 0.1s ease-in;
  background-color: transparent;
  color: #fff;
  border-bottom: 6px solid #ececec;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.mainstats-card h2,
.mainstats-card span {
  opacity: 0.85;
}

.mainstats-card:hover {
  cursor: pointer;
  border-bottom: 6px solid #249cf6;
  transition: all 0.1s ease-in;
}

.mainstats-card:hover h2,
.mainstats-card:hover span {
  opacity: 1;
}

.mainstats-card.active {
  border-bottom: 6px solid #249cf6;
}

.mainstats-card.active h2,
.mainstats-card.active span {
  opacity: 1;
}

.mainstats-card h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
}

.mainstats-card > span {
  color: rgba(255, 255, 255, 0.7);
}

.mainstats svg {
  font-size: 36px;
  color: #249cf6;
}

/*---------------------------------------------------------
---------------------  About Us Section  ------------------
----------------------------------------------------------*/
.home-about {
  text-align: center;
  padding: 80px 0;
  background-image: url("../img/txt2.jpg");
  background-size: 100%;
  background-attachment: fixed;
}

.home-about h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.home-about-text {
  font-size: 20px;
  line-height: 30px;
}

.home-about br::after {
  content: "";
  display: inline-block;
  margin: 20px 0;
}

/*---------------------------------------------------------
---------------------  full width image section  ----------
----------------------------------------------------------*/
.fw-img-section {
  position: relative;
  height: 700px;
}

.fw-img-section .overlay-card {
  position: absolute;
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px;
  opacity: 0.9;
}

.fw-img-section .overlay-card > * {
  opacity: 1;
}

.fw-img-section .overlay-card .btn-primary, .fw-img-section .overlay-card .btn-outline-primary {
  background-color: #f50303;
  border-radius: 30px;
  border: 1px solid #f50303;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-left: 0;
}

.fw-img-section .overlay-card .btn-primary svg, .fw-img-section .overlay-card .btn-outline-primary svg {
  transform: all 0.6s ease;
}

.fw-img-section .overlay-card .btn-primary:hover, .fw-img-section .overlay-card .btn-outline-primary:hover {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  color: #f50303;
  border: 1px solid #fff;
  transform: all 1s ease;
}

.fw-img-section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.fw-img-section .overlay-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fw-img-section .overlay-card h2 {
  font-size: 48px;
  margin-bottom: 0;
}

.fw-img-section .overlay-card a {
  color: #fff;
}

.fw-img-section .overlay-card h4 {
  font-size: 27px;
  font-weight: 300;
}

.fw-img-section .overlay-card h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 20px;
}

.fw-img-section .overlay-card h3 span {
  font-size: 16px;
  margin-right: 16px;
}

.fw-img-section .overlay-card .abt-vec {
  margin: 24px 0;
  line-height: 28px;
}

.fw-img-section .overlay-card .vec-spec {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
}

.fw-img-section .overlay-card .vec-spec li {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.fw-img-section .overlay-card .vec-spec li :first-child {
  font-size: 20px;
  font-weight: 500;
}

.fw-img-section .overlay-card .vec-spec li :last-child {
  font-size: 16px;
  font-weight: 300;
}

.fw-img-wrapper .fw-img-section:nth-of-type(1) .overlay-card {
  left: 24px;
}

.fw-img-wrapper .fw-img-section:nth-of-type(2) .overlay-card {
  right: 24px;
}

/*---------------------------------------------------------
---------------------  4 feature Section  ----------
----------------------------------------------------------*/
.four-feature-card {
  display: flex;
  align-items: flex-start;
}

.four-feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

#soloIcon-section {
  padding: 160px;
}

#soloIcon-section .col-xl-4:last-of-type .four-feature-card {
  flex-direction: row-reverse;
}

#soloIcon-section .col-xl-4:last-of-type .four-feature-card img {
  margin-right: 30px;
}

#soloIcon-section .col-xl-4:first-of-type .four-feature-card img {
  margin-left: 30px;
}

.soloUcin-main-img {
  width: 300px;
}

/*---------------------------------------------------------
---------------------  Video Section------------  ----------
----------------------------------------------------------*/
.foton-video {
  margin-top: 60px;
}

.foton-video > .row,
.foton-video .col-md-4 {
  margin: 0;
  padding: 0;
}

.video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 560px;
  margin: 10px;
  position: relative;
}

.video-box img {
  height: 100%;
  padding: 10px;
  width: calc(100%);
  object-fit: cover;
}

.video-box a {
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: -10px;
  left: 10px;
  right: 30px;
  text-decoration: none;
}

.video-box a .play-btn {
  position: relative;
  margin-right: 10px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .foton-video .container {
    max-width: 1420px;
  }
}

.play-btn {
  min-width: 94px;
  min-height: 94px;
  background: radial-gradient(#249cf6 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*---------------------------------------------------------
---------------------  Testimonial Section -----  ----------
----------------------------------------------------------*/
.section-title {
  text-align: center;
  margin-bottom: 36px;
}

.section-title h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 600;
}

.section-title p {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonial-section {
  margin-top: 60px;
  padding: 60px 200px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("../img/testibg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section .section-title h2,
.testimonial-section .section-title p {
  color: #fff;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .fa-quote-left {
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  color: #f50303;
}

.gtco-testimonials .card .card-text {
  font-size: 15px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #01b0f8;
  font-size: 18px;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 15px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
  transform: scale(1.1);
}

.gtco-testimonials .center h5 {
  font-size: 20px;
}

.gtco-testimonials .center h5 span {
  font-size: 17px;
}

.gtco-testimonials .center .card-text {
  font-size: 15px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

#testimonial-carousel {
  margin-top: 40px;
}

#testimonial-carousel .owl-dots {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

#testimonial-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fbac16;
  opacity: 0.4;
  margin: 4px;
}

#testimonial-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

#testimonial-carousel .owl-stage {
  display: flex;
}

#testimonial-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.testimonial {
  background-color: #fff !important;
  height: 100%;
  padding: 36px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(167, 165, 165, 0.14);
  margin: 10px;
  background: url("../img/icons/quotebg.png") no-repeat;
  background-position: calc(100% - 20px) 20px;
}

.testimonial-by {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testimonial-by-img img {
  width: 60px !important;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-by-details h5 {
  margin-bottom: 0;
}

.testimonial-by-details p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}

.testimonial-testimony {
  color: #868686;
  text-align: justify;
}

/*---------------------------------------------------------
---------------------  call us Section------------  ----------
----------------------------------------------------------*/
.call-section {
  padding: 40px;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: -62px;
  position: relative;
  z-index: 100;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  justify-content: center;
}

.call-section .section-title h2 {
  font-size: 60px;
  font-weight: 400;
}

.call-section .section-title p {
  font-size: 30px;
  margin-bottom: 0;
}

.call-section .stats {
  padding: 10px 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 450px;
}

.call-section .stats li {
  display: flex;
  flex-direction: column;
}

.call-section .stats span:first-of-type {
  font-size: 36px;
  font-weight: 700;
}

.call-section .stats span:last-of-type {
  font-size: 24px;
  font-weight: 500;
}

.call-section-card {
  display: flex;
  flex-direction: column;
  padding: 20px 40px 20px 120px;
  background-color: #fff;
  position: relative;
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.call-section-card img {
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
}

.call-section-card p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.call-section-card h3 a {
  color: #fbac16;
  font-size: 36px;
  font-weight: 36px;
  margin-bottom: 0;
  text-decoration: none;
}

.call-section-card > a {
  color: #1e1e1e;
}

.call-section-card > a:hover {
  color: #249cf6;
  text-decoration: none;
}

/*---------------------------------------------------------
---------------------  footer Section------------  ----------
----------------------------------------------------------*/
footer {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 60px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  text-decoration: none;
  color: rgba(251, 172, 22, 0.9);
  transition: all 0.2s ease;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  padding: 3px 0;
  font-size: 14px;
}

footer .footer-title {
  margin-bottom: 20px;
  font-size: 20px;
}
footer .footer-subtitle{
  font-size: 1.5rem;
}

footer h5 {
  font-size: 16px;
  text-transform: uppercase;
}

footer .footerlistgroup ul {
  opacity: 0.8;
}

footer .footerlistgroup div:nth-of-type(3) ul {
  display: flex;
  flex-wrap: wrap;
}

footer .footerlistgroup div:nth-of-type(3) ul li {
  margin-right: 12px;
}

footer .row:first-of-type {
  margin-bottom: 50px;
}

footer .footer-list-inline {
  display: inline-flex;
  flex-wrap: wrap;
}

footer .footer-list-inline a {
  color: #fff;
  text-decoration: none;
}

footer .footer-list-inline a svg {
  margin-right: 5px;
}

footer .footer-list-inline li {
  margin-right: 30px;
}

footer .footer-list-inline.social li {
  margin-right: 5px;
}

footer .col:last-of-type {
  display: flex;
}

footer .col:last-of-type .footerlistgroup :first-child {
  display: flex;
  flex-direction: column;
}

footer .col:last-of-type .footerlistgroup :last-child {
  flex: 1 0 auto;
}

#footer-map {
  height: auto;
  margin-bottom: 10px;
}

#footer-map iframe {
  height: 100%;
  width: 100%;
}

footer .col:last-of-type .footerlistgroup {
  display: flex;
}

footer .col:last-of-type .footerlistgroup > div {
  width: calc(50% - 40px);
}

#stickyTopBtn {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 90px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  border-radius: 50px;
  border: 0;
  background: #249cf6;
  color: #fff;
  z-index: 800;
  box-shadow: 0 0 50px rgba(36, 156, 246, 0.8);
  outline: none;
}

.footerBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}

.footerBottom > * {
  padding: 0 10px;
}

.footerlistgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}

.footerlistgroup > div {
  margin-right: 40px;
}

#emiModal .modal-dialog {
  max-width: 992px;
}

#emiModal .modal-dialog .modal-title {
  display: none;
}

#emiModal .modal-dialog .emiCard, #emiModal .modal-dialog .welcomeCard {
  margin: 0;
}

#emiModal .modal-dialog .emiCard-right {
  width: 100%;
}

#emiModal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

#emiModal .modal-dialog .modal-header {
  border-bottom: none;
}

#emiModal .modal-dialog .close {
  position: absolute;
  top: 40px;
  right: 24px;
  z-index: 5;
  color: #fff;
  text-shadow: none;
}

@media (max-width: 1200px) {
  #emiModal .modal-dialog {
    max-width: 949px;
  }
}

@media (max-width: 991px) {
  #emiModal .modal-dialog {
    max-width: 700px;
  }
}

.emiCard, .welcomeCard {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 992px;
  display: flex;
}

.emiCard-left {
  min-width: 60%;
  padding: 16px 20px;
}

.emiCard-right {
  position: relative;
}

.emiCard-right img {
  height: 100%;
  object-fit: cover;
}

.emiCard-right .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(32, 63, 121, 0.9);
  position: absolute;
  top: 0;
}

.emiCard .btn-primary, .welcomeCard .btn-primary, .emiCard .btn-outline-primary, .welcomeCard .btn-outline-primary {
  background-color: #203f79;
  border: 1px solid #203f79;
}

.emiLogo img {
  max-width: 100px;
  object-fit: contain;
}

.emiCard-right .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.emiCard-output {
  color: #fff;
}

.emiCard-output .first {
  display: flex;
  text-align: center;
}

.emiCard-output .first > div {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}

.emiCard-output .second {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.emiCard-output .second .highlight {
  font-size: 30px;
  font-weight: 500;
  background-color: #08204d;
  padding: 5px 20px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 768px;
  }
}

.welcomeCard .emiCard-left {
  min-width: 40%;
}

.welcomeCard .emiCard-right {
  width: 100%;
  margin-right: -15px;
  margin-bottom: -1px;
}

.welcomeCard .emiCard-right img {
  width: 100%;
}

.welcomeCard .btn-primary, .welcomeCard .btn-outline-primary {
  background-color: rgba(36, 156, 246, 0.2);
  border-radius: 4px;
  color: #203f79;
  border: none;
  margin-left: 0;
}

.welcomeCard .btn-primary:hover, .welcomeCard .btn-outline-primary:hover {
  background-color: #fff;
}

/*---------------------------------------------------------
---------------------  FORM Section -----------------------
----------------------------------------------------------*/
form input,
form .custom-select {
  border: none !important;
  background-color: #f1f1f1 !important;
}

form input:active, form input:focus,
form .custom-select:active,
form .custom-select:focus {
  border: none !important;
}

#introModal img {
  width: 100%;
}

#introModal h1 {
  font-size: 28px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
}

#introModal form input:focus {
  outline: none;
  box-shadow: none;
}

#introModal form input::placeholder {
  font-size: 14px;
}

#introModal .btn-primary, #introModal .btn-outline-primary {
  padding: 8px 16px;
  background-color: #fbac16;
  font-size: 14px;
  color: #000000;
}

#introModal .btn-primary:focus, #introModal .btn-outline-primary:focus {
  outline: none;
}

#introModal .modal-header {
  width: auto;
  position: absolute;
  top: -5px;
  right: 0px;
  z-index: 10;
  border-bottom: 0;
}

#introModal .modal-header button {
  opacity: 1;
}

#introModal .modal-body {
  padding: 0;
}

#introModal .welcomeCard {
  margin: 0;
  box-shadow: none;
}

#introModal .close {
  font-size: 36px;
  text-shadow: none;
}

#introModal .close:focus {
  outline: none;
}

.btn-highlight {
  padding: 8px 16px;
  background-color: #fbac16;
  font-size: 14px;
  color: #000000;
}

.btn-highlight:focus {
  outline: none;
}

/*---------------------------------------------------------
---------------------  Product Page -----------------------
----------------------------------------------------------*/
.overview-specs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}

.overview-specs li {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-width: 100px;
  margin-bottom: 20px;
  font-size: 20px;
}

.overview-specs li :first-child {
  color: #f50303;
  font-weight: 700;
}

.overview-specs li span:nth-of-type(n + 2) {
  font-weight: 400;
  font-size: 14px;
  color: black;
}

.product-overview-txtbox {
  padding-left: 30px;
}

.product-overview-txtbox .btn-txt-primary {
  margin-top: 16px;
}

.product-overview-txtbox .button-wrapper a {
  min-width: 240px;
  width: 33%;
}

.prodStrip {
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.prodStrip img {
  min-height: 54px;
  object-fit: cover;
}

.product-overview .product-overview-rs {
  font-size: 28px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.product-overview .container {
  max-width: 1600px;
}

.product-overview .section-title {
  display: none;
}

.spec-table-section .section-title h2 {
  font-weight: 400;
}

.overview-specs + h3 > span {
  font-size: 16px !important;
  margin-right: 10px;
}

.product-overview {
  padding: 36px 0 80px;
}

.product-overview .btn-primary, .product-overview .btn-outline-primary {
  color: #fff;
  margin-left: 0;
}

.product-overview .btn-primary:hover, .product-overview .btn-outline-primary:hover {
  background-color: #f50303;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
}

html {
  scroll-behavior: smooth;
}

.productPageContact {
  max-width: 1140px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 28px 16px;
  margin-bottom: 120px;
}

.productPageContact.inBoxContact {
  max-width: calc(100% - 10px);
  margin-top: 20px;
  margin-right: 10px;
}

.productPageContact .form-group {
  width: calc(40% - 20px);
  margin-bottom: 0 !important;
}

.productPageContact .btn-primary, .productPageContact .btn-outline-primary {
  font-size: 14px;
  margin: 0;
  min-width: 144px;
}

.productPageContact > * {
  margin: 0 16px;
}

.productPageContact input {
  border: none !important;
  background-color: #f1f1f1 !important;
}

.productPageContact input:active, .productPageContact input:focus {
  border: none !important;
  box-shadow: none !important;
}

/*---------------------------------------------------------
---------------------  Product Page img brief section -----
----------------------------------------------------------*/
.fw-cover {
  height: 492px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all 0.3s ease-in;
}

.fw-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-cover .overlay-card {
  position: absolute;
  top: 50%;
  left: 10%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}

@media (max-width: 1200px) {
  .fw-cover {
    height: 696px;
  }
}

.product-page-description {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url("../img/txture1.jpg");
  height: auto;
  padding: 60px 0;
  color: #fff;
}

.product-page-description .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.feature-scroll-container .container {
  padding: 48px 0;
}

.feature-txtbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.feature-txtbox h2 {
  font-size: 36px;
}

.overline {
  font-size: 13px;
  font-weight: 500;
}

.feature-card {
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  line-height: 26px;
  overflow: hidden;
}

.feature-card .imgbox {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

.feature-card .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}

.feature-card .txtbox {
  padding: 20px 16px 16px 20px;
}

.feature-card:hover .imgbox img {
  transform: scale(1);
  transition: all 0.3s ease-in;
}

.productColors-color {
  display: flex;
  justify-content: center;
  align-items: center;
}

.productColors-color li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}

.productColors-color li.active {
  border: 2px solid #f50303;
}

.productColors-color li span {
  display: inline-flex;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.productColors-imgrack img {
  width: 100%;
  object-fit: contain;
}

.fotonTable {
  margin-top: 20px;
}

.fotonTable thead {
  background-color: #f50303;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #f50303;
}

.nav-tabs .nav-link {
  color: #000000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 700;
  color: #f50303;
}

/*---------------------------------------------------------
---------------------  feature card new ------------  ----------
----------------------------------------------------------*/
.newFeature {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("../img/txt3.jpg");
  margin-bottom: 60px;
  background-size: cover;
}

.newFeature .feature-card a {
  font-size: 20px;
  text-decoration: none;
  color: #1b2025;
  font-weight: 500;
}

.newFeature .feature-card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in;
}

.newFeature .feature-card:hover .overlay {
  visibility: visible;
  height: 100%;
  transition: all 0.3s ease-in;
}

.newFeature .feature-card > a {
  display: none;
  height: 200px;
  position: relative;
}

.newFeature .feature-card > a img {
  height: 100%;
  object-fit: cover;
}

.newFeature .feature-card > a .overlay {
  display: inline-block;
  background-color: rgba(36, 156, 246, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  height: 0;
}

.newFeature p {
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*---------------------------------------------------------
---------------------  Intex Carousel ------------  ----------
----------------------------------------------------------*/
#intExCarousel {
  height: 600px;
  padding: 20px 0;
  transition: all 0.3s ease-in;
}

#intExCarousel .owl-stage,
#intExCarousel .owl-stage-outer,
#intExCarousel .owl-item,
#intExCarousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#intExCarousel .intEx-img-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#intExCarousel .intEx-img-wrapper:hover {
  transition: all 0.3s ease-in;
}

#intExCarousel .intEx-img-wrapper:hover .caption {
  opacity: 1;
  height: auto;
  bottom: 0% !important;
  transition: all 0.3s ease-in;
}

.caption-title{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

#intExCarousel .caption {
  position: absolute;
  left: 0;
  bottom: -100% !important;
  z-index: 5;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in;
}

#intExCarousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#intExCarousel .owl-nav .owl-prev,
#intExCarousel .owl-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px !important;
  width: 40px;
  height: 40px;
  font-size: 36px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

#intExCarousel .owl-nav .owl-prev:focus,
#intExCarousel .owl-nav .owl-next:focus {
  outline: none;
}

#intExCarousel .owl-dots,
#main-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

#intExCarousel .owl-dots .owl-dot,
#main-banner .owl-dots .owl-dot {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}

#intExCarousel .owl-dots .owl-dot.active,
#main-banner .owl-dots .owl-dot.active {
  background-color: #f50303;
}

#main-banner .owl-dots {
  bottom: 16px;
}

#main-banner .owl-dots .owl-dot {
  height: 3px;
}

#main-banner .owl-dots .owl-dot:active {
  outline: none;
}

/*---------------------------------------------------------
---------------------  About Us Carousel  ------------  ----------
----------------------------------------------------------*/
.secpageheader {
  height: 400px;
  position: relative;
}

.secpageheader img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.secpageheader .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.secpageheader .overlay h1 {
  font-weight: 400;
}

.secpageheader .overlay h1::after {
  display: block;
  margin: auto;
  margin-top: 10px;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #f50303;
}

.foton-pg {
  font-size: 16px;
  line-height: 29px;
  margin: 20px auto 48px;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foton-pg-sm {
  font-size: 16px;
}

.foton-pg img {
  margin: 36px 0 36px;
}

.foton-pg-2 img {
  height: 100px;
}

.foton-pg-2 h3 {
  margin: 24px 0 10px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.foton-pg-2 p {
  font-size: 16px;
  line-height: 26px;
  max-width: 480px;
  color: black;
}

.highlight-text {
  max-width: 767px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  font-style: italic;
}

.highlight-text svg {
  font-size: 40px;
  margin: 10px 0 20px;
  color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .highlight-text {
    margin-bottom: 0;
  }
}

.about-stats {
  margin-top: 40px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.about-stats li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  margin: 10px;
  color: #1e1e1e;
  transition: all 0.3s ease-in;
}

.about-stats li.active {
  background-color: #249cf6;
  color: #fff;
  transition: all 0.3s ease-in;
}

.about-stats li:hover {
  background-color: #249cf6;
  color: #fff;
  transition: all 0.3s ease-in;
}

.about-stats li :first-child {
  font-size: 36px;
  font-weight: 700;
}

/*---------------------------------------------------------
---------------------  Foton Img Grid  ------------  ----------
----------------------------------------------------------*/
.fotonImgGrid {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.fotonImgGrid-wrapper-lg {
  position: relative;
  height: 600px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-lg .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  z-index: 5;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md {
  position: relative;
  height: 285px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
}

.fotonImgGrid-wrapper-md:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-md .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 5;
}

.fotonImgGrid-wrapper-sm {
  position: relative;
  height: 285px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm .overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover {
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}

.fotonImgGrid-wrapper-sm .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease-in;
  z-index: 5;
}

.fotonImgGridNew .col-md-6 {
  margin-bottom: 30px;
}

.fotonImgGridNew .col-md-6 .fotonImgGrid-wrapper-lg {
  width: 100%;
  max-height: 280px;
}

.fotonImgGridNew .col-md-6 .fotonImgGrid-wrapper-lg img {
  width: 100%;
}

.fotonImgGrid-wrapper-lg .overlay {
  width: 100%;
}

/*--------------------------------------------------
--------------------- Staffs -----------------------
----------------------------------------------------*/
.staff #staff-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.staff #staff-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.staff #staff-flters li:hover {
  background-color: #249cf6;
  color: #fff;
}

.staff #staff-flters li.filter-active {
  background-color: #249cf6;
  color: #fff;
}

.staff #staff-flters li:last-child {
  margin-right: 0;
}

.staff-card {
  box-shadow: 0 0 20px rgba(36, 156, 246, 0.05);
  overflow: hidden;
  max-width: 255px;
  min-width: 236px;
}

.staff-card:hover img {
  transform: scale(1.03);
}

.staff-card:hover {
  background-color: #249cf6;
}

.staff-card:hover .staff-info {
  color: #fff;
}

.staff-card:hover .staff-info .details {
  color: rgba(255, 255, 255, 0.8);
}

.staff-card:hover svg {
  color: #fff;
}

.staff-card img {
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.staff-card .staff-info {
  z-index: 5;
  transition: all ease-in-out 0.3s;
  text-align: center;
  padding: 15px 20px 0;
}

.staff-card .staff-info span {
  font-size: 18px;
  font-weight: 600;
}

.staff-card .staff-info .details {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 0;
  padding: 5px 0 15px;
  font-size: 13px;
  font-weight: 500;
}

.staff-card .staff-info .details li {
  margin-right: 10px;
}

.staff-card .staff-info .details svg {
  font-size: 18px;
}

.staff-item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.staff-container {
  display: flex;
  justify-content: center;
}

.staff-container .col-lg-3 {
  overflow: hidden;
}

.promoAd-section {
  background-color: #e4e4e4;
  padding: 64px 0;
}

.promoAd-section img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}

.promoAd-section img {
  transition: all 0.2s ease-in;
}

.promoAd-section .row:hover img:not(:hover) {
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.1s ease-in;
}

/*---------------------------------------------------------
---------------------  Variants ----------------------------
----------------------------------------------------------*/
.variantSelector {
  margin-top: -60px;
  position: relative;
}

.variantSelector .container {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.variantSelector .row:hover a:not(:hover) {
  opacity: 0.5;
}

.variantSelector a {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  border: 2px solid #fff;
}

.variantSelector a h5 {
  color: #000000;
  margin-top: 12px;
  font-size: 15px;
}

.variantSelector a img {
  max-width: 200px;
}

.variantSelector a:hover {
  border: 2px solid #f50303;
  transition: all 0.3s ease-in;
}

.innoFlex {
  display: flex;
  justify-content: space-evenly;
  background-color: #0844a4;
  color: #fff;
  margin: 60px 0;
  padding: 40px 0;
}

.innoFlex div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
}

.innoFlex img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin: 10px 0 20px;
}

.overlappingFoton .bg-wrapper {
  display: flex;
  background-color: #0844a4;
  color: #fff;
  min-height: 200px;
  position: relative;
}

.overlappingFoton .bg-wrapper .imgbox {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.overlappingFoton .bg-wrapper .imgbox img {
  max-height: 200px;
  max-width: 300px;
}

.overlappingFoton .bg-wrapper .txtbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(30%);
  right: 10%;
  margin: auto;
}

@media (max-width: 1200px) {
  .overlappingFoton .bg-wrapper .txtbox {
    left: 36%;
  }
  .overlappingFoton .bg-wrapper .imgbox img {
    height: 280px;
  }
}

.innoList li::before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f058";
  font-size: 16px;
  vertical-align: middle;
  color: #249cf6;
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #249cf6;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.counter {
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.financeOption {
  background-color: #f9f9f9;
  padding: 20px;
}

.financeOption .card {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.financeOption h5 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.financeOption p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.f-icon {
  background-color: #249cf6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Custom landing page section
--------------------------------------------------------------*/
.customCover {
  min-height: calc(100vh - 89px);
  position: relative;
}

.customCover > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.customCover .overlay-cards {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: calc(100vh - 89px);
}

.customCover .card {
  width: 360px;
  margin: 10px 0;
}

.customCover .card .card-title a:not(.btn-primary):not(.btn-outline-primary) {
  color: #000000;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
}

.customCover .card .card-body {
  padding: 10px;
}

.customCover .card .imgBox {
  height: 160px;
  position: relative;
}

.customCover .card .imgBox img {
  height: 100%;
  object-fit: cover;
}

.customCover .card .imgBox a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

.customCover .card .btn-primary, .customCover .card .btn-outline-primary {
  font-size: 14px;
  padding: 5px 10px;
  margin: 0;
  float: right;
}

.customCover .card .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customCover .card .card-title h5 {
  margin-bottom: 0;
}

.customCover .card .card-title a:hover {
  text-decoration: none;
}

.customCover .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.customCover {
  display: flex;
  align-items: center;
}

.customCover .productPageContact {
  position: relative;
  z-index: 3;
  background-color: #fff;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 10px;
  padding: 16px 16px;
}

.customCover .productPageContact .btn-primary, .customCover .productPageContact .btn-outline-primary {
  padding: 7px 10px;
}

.customCover > div:not(#vertical-overlay) {
  position: relative;
  margin-left: 0;
}

#horizontal-overlay {
  display: flex;
  flex-direction: row;
  min-height: auto;
}

#horizontal-overlay > .card {
  width: 320px;
  min-height: 420px;
  height: auto;
  border: none;
  margin-right: 10px;
}

#horizontal-overlay > .card .imgBox {
  height: 60%;
}

#vertical-overlay {
  position: relative;
  right: 20px;
  left: 75%;
  transform: translateX(-50%);
  font-family: "Mukta", sans-serif !important;
}

#vertical-overlay form {
  background-color: #fff;
  padding: 12px;
  margin: 8px 0;
  max-width: 360px;
}

#vertical-overlay form input:focus {
  outline: none;
  box-shadow: none;
}

#vertical-overlay form form input::placeholder {
  font-size: 14px;
}

#vertical-overlay form .form-title {
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 16px;
}

#vertical-overlay form label {
  font-weight: 600;
}

#vertical-overlay form .btn-primary, #vertical-overlay form .btn-outline-primary {
  margin-left: 0;
  margin-top: 0px;
  padding: 5px 10px;
  min-width: 180px;
  font-weight: 500;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #249cf6;
  z-index: -1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 27px 25px;
}

.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 700;
  font-size: 18px;
  top: 10px;
  left: -60px;
  color: #249cf6;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  top: 0;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  color: #fff;
  border-radius: 100%;
  background: #249cf6;
  position: absolute;
  border: 8px solid rgba(0, 0, 0, 0.5);
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 16px;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: calc(100% - 160px);
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    position: relative;
    left: 0;
    display: block;
    margin-bottom: 10px;
  }
  .timeline-article p span.article-number br {
    display: none;
  }
}

@media (max-width: 480px) {
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: calc(100% - 130px);
    width: auto;
    float: none;
    margin-left: 80px;
    min-height: 53px;
  }
}

@media screen and (max-width: 1600px) {
  .call-section {
    max-width: 700px;
    padding: 40px 20px 20px 20px;
  }
  .call-section .section-title h2 {
    font-size: 40px;
  }
  .call-section .section-title p {
    font-size: 25px;
  }
  .call-section-card {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 1536px) {
  .main-card .container,
  .mainstats .container {
    max-width: 1140px;
  }
  .main-card-card {
    height: 164px;
  }
  .main-card-card img {
    max-height: 45px;
  }
  .fw-img-section {
    height: 600px;
  }
  .fw-img-section .overlay-card h3 {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .fw-img-section .overlay-card h2 {
    font-size: 36px;
  }
  .fw-img-section .overlay-card h4 {
    font-size: 20px;
  }
  .video-box {
    height: 480px;
  }
  .fw-cover {
    height: 424px;
  }
}

@media (max-width: 1536px) and (min-width: 1366px) {
  .nav-wrapper {
    padding: 0 60px;
  }
}

@media screen and (max-width: 1366px) {
  .fw-cover {
    height: 360px;
  }
  .button-wrapper {
    flex-wrap: wrap;
  }
  .fw-img-section {
    height: 540px;
  }
  .fw-img-section .overlay-card {
    max-width: 400px;
  }
  .fw-img-section .overlay-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .four-feature-card h3 {
    font-size: 24px;
  }
  .call-section .stats span:first-of-type {
    font-size: 24px;
  }
  .call-section .stats span:last-of-type {
    font-size: 18px;
  }
  .call-section .section-title h2 {
    font-size: 30px;
  }
  .call-section .section-title p {
    font-size: 16px;
  }
  .navbar-nav > li {
    padding: 12px 0;
  }
}

@media screen and (max-width: 1200px) {
  .hero-box .hero-text {
    font-size: 36px;
  }
  .main-card-card {
    height: 136px;
  }
  .main-card-card img {
    max-height: 36px;
    margin-bottom: 10px;
  }
  .home-about h2 {
    font-size: 36px;
  }
  .home-about-text {
    max-width: 767px;
    margin: auto;
  }
  .testimonial {
    padding: 16px;
  }
  .call-section-card h3 a {
    font-size: 30px;
  }
  .call-section-card img {
    max-width: 145px;
  }
  .testimonial-section {
    padding: 100px 75px;
  }
  .mainstats-card h2 {
    font-size: 30px;
  }
  .navbar-nav > li:hover {
    border-bottom: none;
  }
  .navbar-nav > li.active {
    border-bottom: none;
  }
  .navbar-nav > li.active a {
    color: #f50303;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .video-box {
    height: 390px;
  }
  .fw-cover {
    height: 290px;
  }
  .product-overview {
    width: 100%;
    padding-right: 30px;
  }
  .product-overview-txtbox .button-wrapper a {
    width: calc(33% - 10px);
  }
}

@media screen and (max-width: 1199px) {
  .four-feature-card {
    flex-direction: row-reverse;
  }
  .four-feature-card img {
    margin-right: 16px;
  }
  .soloIcon-main-Img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .productPageContact {
    max-width: 90vw !important;
  }
  .customCover .overlay-cards,
  .customCover .productPageContact {
    margin-left: 0;
  }
  .customCover {
    min-height: auto;
    flex-direction: column;
  }
  .customCover img {
    position: relative;
    object-fit: contain;
  }
  .customCover > div {
    left: 0;
    top: 20px;
  }
  .customCover .card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  .productPageContact .form-group {
    width: calc(38% - 20px);
  }
  .fw-img-section .overlay-card {
    position: relative;
  }
  .fw-img-section {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .overlay-card-content {
    width: 100%;
    max-width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .fw-img-section .overlay-card h3 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .fw-img-wrapper .fw-img-section:nth-of-type(1) .overlay-card {
    left: 0;
  }
  .fw-img-section .overlay-card {
    max-width: 100%;
  }
  .fw-img-wrapper .fw-img-section:nth-of-type(2) .overlay-card {
    right: 0;
  }
  #soloIcon-section {
    padding: 160px 20px;
  }
  .video-box {
    height: 228px;
  }
  .video-box a {
    bottom: -15px;
    left: 5px;
  }
  footer .col-md-6 {
    margin-bottom: 40px;
  }
  .call-section {
    margin-bottom: 20px;
  }
  .fw-img-section .overlay-card {
    background-color: #f9f9f9;
  }
  .play-btn {
    width: 60px;
    height: 60px;
  }
  .play-btn::before {
    width: 76px;
    height: 76px;
  }
  .section-title h2 {
    font-size: 32px;
  }
  .section-title p {
    font-size: 16px;
  }
  .mainstats-card h2 {
    font-size: 27px;
    font-weight: 500;
  }
  footer {
    padding: 90px 0;
  }
  .fw-cover {
    height: 300px;
    background-size: cover !important;
    background-attachment: scroll !important;
  }
  footer .container .col {
    min-width: 50%;
  }
  .footerlistgroup {
    min-width: auto;
    max-width: 100%;
  }
  .fotonImgGrid-wrapper-lg,
  .fotonImgGrid-wrapper-md,
  .fotonImgGrid-wrapper-sm {
    margin-bottom: 30px;
  }
  .innoFlex {
    flex-wrap: wrap;
  }
  .innoFlex img {
    max-height: 60px;
  }
  .overlappingFoton .bg-wrapper {
    padding: 40px 0;
  }
  .overlappingFoton .bg-wrapper .imgbox {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    margin-bottom: 40px;
  }
  .overlappingFoton .bg-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .overlappingFoton .bg-wrapper .txtbox {
    top: 0;
    left: 0;
    position: relative;
    max-width: 80%;
    margin: auto;
    transform: translateY(0);
    text-align: center;
  }
  .navbar-nav > li a {
    font-size: 14px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .navbar-brand img {
    max-width: 160px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  #vertical-overlay {
    left: 0;
    transform: translateX(0);
    min-height: auto;
  }
  #vertical-overlay form {
    max-width: 600px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  #vertical-overlay .form-group {
    margin: 0 10px;
  }
  #vertical-overlay form > div {
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 600px) {
  #vertical-overlay {
    left: 0;
    transform: translateX(0);
    min-height: auto;
  }
  #vertical-overlay form {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .customCover > div {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 767px) {
  #horizontal-overlay > .card {
    width: 260px;
    min-height: auto;
  }
  #horizontal-overlay > .card .imgBox {
    height: auto;
  }
  .productPageContact {
    flex-direction: column;
    padding: 16px 0;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  .productPageContact .btn-primary, .productPageContact .btn-outline-primary {
    margin-left: 16px;
  }
  .productPageContact .form-group {
    width: calc(100% - 32px);
    margin-bottom: 16px;
  }
  .navbar-brand {
    flex-grow: 2;
  }
  .mega-dropdown-menu {
    width: calc(100vw - 32px);
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title p {
    font-size: 14px;
  }
  .hero-box .hero-text {
    font-size: 24px;
  }
  .hero-box .btn-primary, .hero-box .btn-outline-primary {
    margin-left: 10px;
  }
  .hero-box .hero-text {
    padding: 5px 10px;
  }
  .btn-primary, .btn-outline-primary,
  .btn-outline-primary {
    font-size: 14px;
    padding: 6px 12px;
  }
  .main-card .col-md-3:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .main-card-card {
    border-radius: 6px;
  }
  .mainstats .mainstats-card:nth-of-type(1) {
    margin-bottom: 20px;
  }
  footer {
    padding-top: 60px;
  }
  .testimonial-section {
    padding: 100px 20px;
  }
  .testimonial {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .testimonial-by {
    flex-direction: column;
  }
  .testimonial-by-img {
    margin-bottom: 20px;
  }
  .testimonial-by-img img {
    margin-right: 0;
  }
  .four-feature-card {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  #soloIcon-section .col-xl-4:last-of-type .four-feature-card {
    flex-direction: column-reverse;
  }
  #soloIcon-section .col-xl-4:last-of-type .four-feature-card img {
    margin-right: 0;
  }
  .foton-video .col-md-4 {
    margin-bottom: 16px;
  }
  .soloIcon-section .container {
    max-width: 100%;
  }
  .four-feature-card img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cat-grid-card a:first-child {
    height: 115px;
  }
  .newFeature .col-md-3 {
    margin-bottom: 16px;
  }
  .footerBottom {
    flex-direction: column;
  }
  .footerBottom > * {
    padding: 6px 0;
  }
  .spec-table-section .container {
    width: 100%;
    max-width: 100%;
  }
  .product-overview-txtbox {
    padding-left: 0;
  }
  .mega-dropdown-menu > li > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .mega-dropdown-menu > li > ul li::after {
    display: none;
  }
  #intExCarousel {
    height: 550px;
  }
  #intExCarousel .owl-dots .owl-dot {
    width: 27px;
  }
  .fotonImgGrid .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .fotonImgGrid-wrapper-lg {
    height: 360px;
  }
  .fotonImgGrid-wrapper-md img,
  .fotonImgGrid-wrapper-sm img {
    width: 100%;
    object-fit: cover;
  }
  #intExCarousel .owl-dots .owl-dot,
  #main-banner .owl-dots .owl-dot {
    width: 20px;
    margin: 0 2px;
  }
  .promoAd-section .col-md-3 {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
  }
  .variantSelector {
    margin-top: 16px;
  }
  .foton-pg-2 {
    text-align: center;
  }
  #introModal .welcomeCard {
    margin-left: -15px;
    margin-right: -15px;
  }
  footer .col:last-of-type .footerlistgroup > div {
    width: 100%;
  }
  .welcomeCard {
    flex-direction: column-reverse;
  }
  #introModal .container {
    max-width: 100%;
  }
  #introModal form label {
    display: none;
  }
  .overlappingFoton p {
    margin-top: 20px;
  }
}

#emiModal .modal-body {
  padding: 0;
}

@media screen and (max-width: 575px) {
  #horizontal-overlay > .card {
    width: 165px;
  }
  #horizontal-overlay > .card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .main-card .col-md-3 {
    margin-bottom: 30px;
  }
  .call-section {
    box-shadow: none;
  }
  .call-section .stats {
    width: auto;
  }
  .call-section .stats li {
    padding: 0 16px;
  }
  #footer-map {
    max-width: 340px;
    margin: auto;
  }
  .video-box img {
    width: 100%;
  }
  .foton-video .col-md-4 {
    margin: 10px 20px;
  }
  .call-section-card {
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: 100px;
  }
  .call-section-card img {
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .call-section {
    margin-bottom: 0;
  }
  .call-section-card img {
    max-height: 100px;
  }
  .call-section-card {
    padding: 20px 10px;
  }
  .stats .row {
    display: flex;
  }
  .stats .row .col-md-3 {
    max-width: 50%;
  }
  #soloIcon-section {
    padding: 100px 0;
  }
  footer .container .col {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .footerlistgroup {
    flex-direction: column;
    align-items: center;
  }
  .footerlistgroup div {
    margin-right: 0;
  }
  .staff-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fw-cover {
    height: 210px;
  }
  footer .col:last-of-type {
    align-items: center;
    justify-content: center;
  }
  footer .col:last-of-type .footerlistgroup :last-child {
    flex: none;
  }
  .footer-list-inline.social {
    align-items: center;
    justify-content: center;
  }
  .sticky-side-bar {
    display: none;
  }
  footer .footer-list-inline {
    margin-top: 16px;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .customCover > div:not(#vertical-overlay) {
    margin-right: -10px;
  }
  .call-section-card {
    max-width: 340px;
  }
  .fw-cover {
    height: 240px;
  }
  .fw-cover .overlay-card {
    display: none;
  }
  .hero-box {
    top: 72%;
  }
  .hero-box .hero-text {
    font-size: 18px;
    font-weight: 500;
  }
  .four-feature-card h3 {
    font-size: 18px;
  }
  .mainstats-card h2 {
    font-size: 20px;
  }
  .mainstats-card > span {
    font-size: 15px;
  }
  .navbar-brand img {
    max-width: 160px;
  }
  .cat-grid-card a:first-child {
    height: 86px;
  }
  .cat-grid-card {
    max-width: calc(50% - 16px);
  }
  .cat-grid {
    grid-row-gap: 5px;
    grid-column-gap: 5px;
  }
  .call-section .section-title h2 {
    font-size: 22px;
  }
  .call-section .section-title p {
    font-size: 14px;
  }
  .overview-specs li :first-child {
    font-size: 16px;
  }
  .megaFlex .navtabcard {
    min-width: 100%;
  }
  .welcomeCard .emiCard-right {
    margin-bottom: -2px !important;
  }
  .play-btn {
    min-width: 30px;
    min-height: 30px;
  }
  .play-btn::before {
    width: 30px;
    height: 30px;
  }
  .play-btn::before {
    top: 27%;
    left: 20%;
  }
  .video-box a {
    left: 15px;
    bottom: -5px;
  }
  .mainstats svg {
    font-size: 16px;
  }
  .fw-img-section .overlay-card .vec-spec,
  .fw-img-section .overlay-card .abt-vec {
    display: none;
  }
  #stickyTopBtn {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .fw-img-section .overlay-card .btn-primary, .fw-img-section .overlay-card .btn-outline-primary,
  .fw-img-section .overlay-card .btn-outline-primary {
    padding: 5px 20px;
  }
  footer .footer-list-inline li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mainstats-card,
  .mainstats-card.active,
  .mainstats-card:hover {
    border-bottom: none;
  }
  .mainstats-card h2,
  .mainstats-card span {
    opacity: 1;
  }
  .fw-img-wrapper {
    display: none;
  }
  .hero-box,
  .hero-box.leftBottom,
  .hero-box.rightBottom {
    position: relative;
    top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
  }
  #main-banner .owl-dots {
    bottom: 55px;
  }
  #intExCarousel .owl-stage,
  #intExCarousel .owl-stage-outer,
  #intExCarousel .owl-item,
  #intExCarousel img {
    object-fit: contain;
  }
  .foton-pg.text-center {
    text-align: left !important;
  }
  .foton-pg-2 {
    text-align: left !important;
  }
}

@media (max-width: 376px) {
  .customCover .mobile {
    display: block;
  }
  .customCover .desktop {
    display: none;
  }
  .productPageContact {
    max-width: 100% !important;
  }
  .customCover > img {
    min-height: 240px;
    object-fit: cover;
  }
  .customCover #vertical-overlay {
    margin-top: 0;
  }
}

@media (min-width: 376px) {
  .customCover .mobile {
    display: none;
  }
  .customCover .desktop {
    display: block;
  }
}

@media (max-width: 480px) {
  .spec-table-section .nav-tabs {
    display: flex;
    align-items: stretch;
  }
  .spec-table-section .nav-tabs li {
    width: 48%;
    margin: 1%;
    align-items: center;
    text-align: center;
    font-size: 14px;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    border-bottom: none;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f50303;
    color: #fff;
  }
  .mega-dropdown-menu > li > ul li:first-of-type::before {
    display: none;
  }
  .mega-dropdown-menu > li > ul > li {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mega-dropdown-menu > li > ul > li > ul {
    align-items: flex-start;
    margin: 20px 10px;
  }
  .fotonAboutNav img {
    max-height: 44px;
    max-width: 130px;
  }
}

@media screen and (max-width: 360px) {
  #main-banner .owl-dots {
    bottom: 40px;
  }
  .btn-primary, .btn-outline-primary,
  .btn-outline-primary {
    margin-top: 10px;
  }
  .hero-box .hero-text {
    font-size: 14px;
  }
  .hero-box .btn-primary, .hero-box .btn-outline-primary {
    padding: 2px 5px;
    font-size: 14px;
  }
  #intExCarousel {
    height: 280px;
  }
  .fw-cover {
    height: auto;
  }
}

@media (min-width: 1280px) {
  footer .container {
    max-width: 100%;
    padding: 0 120px;
  }
  footer .container .row {
    display: flex;
    flex-wrap: nowrap !important;
  }
  footer .container .row > * {
    width: 25%;
    display: flex;
    flex-direction: column;
  }
  footer .container .row .col-md-6 {
    width: auto;
  }
  .promoAd-section .container-fluid {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  footer .container .row {
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .megaFlex .navtabcard {
    min-width: 300px;
  }
  .productPageContact {
    max-width: 992px;
  }
}

@media (min-width: 1199px) {
  .mega-dropdown-menu > li > ul > li {
    min-width: 250px;
  }
  .mega-dropdown-menu > ul > li > ul {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  footer .footerlistgroup div:nth-of-type(3) {
    width: 100%;
  }
}

@media (max-height: 720px) {
  .megaFlex .navtabcard {
    min-height: 120px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px;
  }
}

@media (max-width: 599px) {
  .desk-banner {
    display: none !important;
  }
  .prodStrip {
    max-height: 67px;
    min-height: auto;
  }
  .prodStrip img {
    min-height: auto;
    padding: 10px 0;
  }
}

@media (min-width: 600px) {
  .mob-banner {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .emiCard, .welcomeCard {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1640px) {
  .product-overview {
    padding-right: 30px;
  }
}

.mega-dropdown-menu.fh {
  height: calc( 100vh - 95px);
  background: #111111 !important;
  border-radius: 0px;
}

.mega-dropdown-menu.fh .mega-dropdown-menu-content {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.updated-testimonial {
  margin-top: 100px;
  background-size: cover;
}

.updated-testimonial .container {
  text-align: center;
  padding-top: 88px;
  padding-bottom: 100px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .updated-testimonial .container {
    max-width: 1420px;
  }
}

.updated-testimonial__title {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}

.updated-testimonial__text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.updated-testimonial #testimonial-carousel {
  margin-top: 25px;
}

.updated-testimonial__item {
  background-color: #FFFFFF;
  width: 76%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}

@media (max-width: 1023px) {
  .updated-testimonial__item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .updated-testimonial__item {
    grid-template-columns: 1fr;
  }
}

.updated-testimonial__item-left {
  padding: 30px 35px;
  padding-left: 88px;
  position: relative;
  padding-top: 83px;
}

@media (max-width: 767px) {
  .updated-testimonial__item-left {
    padding: 25px;
    padding-top: 85px;
    order: 2;
  }
}

.updated-testimonial__item-left .quote-icon {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 55px !important;
  height: 45px;
}

.updated-testimonial__item-left-text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 161.5%;
  text-align: justify;
  color: #222222;
  margin-bottom: 8px;
}

.updated-testimonial__item-left-writer {
  text-align: right;
}

.updated-testimonial__item-left-writer-name {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 157%;
  text-align: right;
  color: #000000;
  margin-bottom: 0px;
}

.updated-testimonial__item-left-writer-designation {
  color: #636366;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 157%;
  text-align: right;
  text-transform: capitalize;
}

.updated-testimonial__item-left-writer .btn {
  padding: 2px 30px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 157%;
  color: #FFFFFF;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .updated-testimonial__item-right {
    order: 1;
  }
}

.updated-testimonial__item-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.contact-try-product {
  background-color: #424750;
  color: #FFFFFF;
}

.contact-try-product .bg-img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.contact-try-product .container {
  text-align: center;
  padding-top: 85px;
  padding-bottom: 95px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .contact-try-product .container {
    max-width: 1420px;
  }
}

.contact-try-product__title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 157%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.contact-try-product__text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}

.contact-try-product .btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 65px;
}

.contact-try-product .btn:hover {
  color: #000;
}

.premium-vehicles {
  background: #111111;
}

.premium-vehicles .container {
  text-align: center;
  padding-top: 88px;
  padding-bottom: 100px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .premium-vehicles .container {
    max-width: 1420px;
  }
}

.premium-vehicles__title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.premium-vehicles__text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.premium-vehicles .owl-filter-bar {
  margin-top: 35px;
  margin-bottom: 50px;
}

.premium-vehicles .owl-filter-bar .dropdown-content {
  display: none;
}

.premium-vehicles .owl-filter-bar .show {
  display: flex;
}

.premium-vehicles .owl-filter-bar__dropdown .dropbtn {
  position: relative;
  border: none;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #FFFFFF;
  padding: 8px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 200px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.premium-vehicles .owl-filter-bar__dropdown .dropbtn:focus {
  outline: none;
}

.premium-vehicles .owl-filter-bar__dropdown .dropdown-content {
  flex-direction: column;
  grid-gap: 10px;
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  z-index: 100;
  background-color: #424750;
}

.premium-vehicles .owl-filter-bar__dropdown .dropdown-content .item {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px;
}

.premium-vehicles__carousel .item {
  background: #151515;
  padding: 40px;
}

.premium-vehicles__carousel-title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #BBBBBB;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.premium-vehicles__carousel-title .seats {
  font-size: 18px;
  line-height: 22px;
}

.premium-vehicles__carousel-carImg {
  margin-top: 80px;
  height: 125px;
  object-fit: contain;
  margin-bottom: 55px;
}

.premium-vehicles__carousel .discover-btn {
  border: 1px solid #FFFFFF;
  text-align: center;
  text-transform: capitalize;
  padding: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.premium-vehicles__carousel .owl-dots {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  justify-content: center;
}

.premium-vehicles__carousel .owl-dots .owl-dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #BBBBBB;
  border: 1.5px solid #FFFFFF;
}

.premium-vehicles__carousel .owl-dots .owl-dot.active {
  background-color: transparent;
}

.vehicle-detail {
  padding-top: 77px;
  padding-bottom: 150px;
  background: #000000;
}

@media (max-width: 1023px) {
  .vehicle-detail {
    padding-bottom: 30px;
  }
}

.vehicle-detail__carousel-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .vehicle-detail__carousel-item {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.vehicle-detail__carousel-item-left {
  padding-left: 246px;
  padding-right: 117px;
}

@media (max-width: 1440px) {
  .vehicle-detail__carousel-item-left {
    padding-left: 0px  150px;
  }
}

@media (max-width: 1290px) {
  .vehicle-detail__carousel-item-left {
    padding: 0px  90px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .vehicle-detail__carousel-item-left {
    padding: 0px;
    text-align: center;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) and (max-width: 1920px) and (min-width: 1460px) {
  .vehicle-detail__carousel-item-left {
    max-width: 1420px;
  }
}

.vehicle-detail__carousel-item-right img {
  width: 100%;
  /*object-fit: cover;*/
  height: 450px;
}

.vehicle-detail__carousel-item-title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.vehicle-detail__carousel-item-text {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #FFFFFF;
}

.vehicle-detail__carousel-item-features {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  padding-left: 0px;
}

.vehicle-detail__carousel-item-features-item {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  list-style: none;
}

.vehicle-detail__carousel-item-features-item-label {
  font-weight: 400;
}

.vehicle-detail__carousel-item-price {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
  margin-top: 30px;
}

.vehicle-detail__carousel-item .btn {
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 157%;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 65px;
  margin-top: 24px;
  margin-left: 0px;
}

.vehicle-detail__carousel-item .btn:hover {
  color: #000;
}

.vehicle-detail .container {
  text-align: center;
  padding-top: 70px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .vehicle-detail .container {
    max-width: 1420px;
  }
}

.vehicle-detail .tab-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  grid-gap: 80px;
  align-items: flex-start;
}

@media (max-width: 1290px) {
  .vehicle-detail .tab-section {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .vehicle-detail .tab-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 60px;
  }
}

.vehicle-detail .tab-section .carousel-indicators {
  margin: 0px;
}

.vehicle-detail .tab-section .carousel-indicators li {
  text-indent: unset;
  background-color: transparent;
  border: none;
  outline: none;
  width: auto;
  height: auto;
  color: #808080;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.vehicle-detail.vehicle-black .tab-section .carousel-indicators li.active {
  color: #FFFFFF;
}


.vehicle-detail .tab-section .tabs-list {
  width: 100%;
  position: relative;
}

.vehicle-detail .tab-section .tabs-list .progress {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  background-color: #808080;
  height: 1px;
}

.vehicle-detail .tab-section .tabs-list .progress-bar {
  height: 1.5px;
  background: #FFFFFF;
}

.vehicle-detail .play-pause-btn {
  background: transparent;
  color: #fff;
  border: 1.5px solid #808080;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 17px;
  transform: translateY(-50%);
}

.vehicle-detail__tabs {
  width: 100%;
  border: none;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  justify-content: space-between;
  list-style: none;
  text-align: left;
  text-transform: capitalize;
  padding-left: 0px;
  padding-top: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .vehicle-detail__tabs {
    justify-content: space-evenly;
  }
}

.vehicle-detail__tabs-item .nav-link {
  padding: 0px;
  border: none;
  outline: none;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #808080;
  text-decoration: none;
}

.vehicle-detail__tabs-item .nav-link.active {
  color: #fff;
  background: none;
  border: none;
}

.vehicle-detail.vehicle-grey {
  padding-bottom: 50px;
  background: #F8F8F8 !important;
  margin-bottom: 100px;
}

.vehicle-detail.vehicle-grey .vehicle-detail__carousel-item-title, .vehicle-detail.vehicle-grey .vehicle-detail__carousel-item-text, .vehicle-detail.vehicle-grey .vehicle-detail__carousel-item-features-item {
  color: #111;
}
.dropdown-menu--our-product {
  width: 100%;
  padding: 0px;
  border-radius: 0px !important;
}

.dropdown-menu--our-product .our-product-header-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  margin: 0px;
  text-align: left;
  padding-left: 147px;
  padding-right: 60px;
  grid-gap: 5px;
  width: max-content;
  border-right: 1px solid #808080;
  height: 100%;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar__wrapper {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar__wrapper a {
    line-height: 165% !important;
  }
}

@media (max-width: 767px) {
  .dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 15px;
  }
}

@media (max-width: 1024px) {
  .dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar {
    flex-direction: row;
    height: auto;
    justify-content: center;
    align-items: center;
    border-right: none;
    width: 100%;
    border-bottom: 1px solid #808080;
    padding: 20px;
  }
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 270%;
  color: #626262 !important;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item.active {
  color: #fff !important;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 158.5%;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar h3 {
    margin-bottom: 0px;
    margin-right: 55px;
  }
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar h3::after {
  position: absolute;
  left: 0;
  content: "";
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #F50303;
}

.dropdown-menu--our-product .our-product-header-content__carousel {
  position: absolute;
  left: 373px;
  top: 0;
  width: calc( 100% - 373px) !important;
  padding: 50PX  85px;
  width: 100%;
}

@media (max-width: 1440px) {
  .dropdown-menu--our-product .our-product-header-content__carousel {
    padding: 50PX 25px;
    left: 350px;
    width: calc(100% - 350px) !important;
  }
}

@media (max-width: 1024px) {
  .dropdown-menu--our-product .our-product-header-content__carousel {
    left: 245px;
    width: calc(100% - 245px) !important;
  }
}

@media (max-width: 767px) {
  .dropdown-menu--our-product .our-product-header-content__carousel {
    width: 100% !important;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-dots {
  margin-top: 50px;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #BBBBBB;
  border: 2px solid #BBBBBB;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-dots .owl-dot.active {
  background-color: transparent;
}

.dropdown-menu--our-product .our-product-header-content__carousel .item .our-product-header-content__carousel-title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #BBBBBB;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 6px;
  margin-bottom: 40px;
}

.dropdown-menu--our-product .our-product-header-content__carousel .item .our-product-header-content__carousel-title .seats {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.dropdown-menu--our-product .our-product-header-content__carousel .item .our-product-header-content__carousel-img {
  height: 140px;
  object-fit: contain;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.dropdown-menu--our-product .our-product-header-content__carousel .item .discover-btn {
  display: block;
  border: 1px solid #FFFFFF;
  padding: 15px;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF !important;
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

footer {
  background-color: #111111;
  padding-bottom: 0px;
}

footer .container {
  text-align: left;
  padding-top: 0px;
}

@media (max-width: 1920px) and (min-width: 1460px){
  footer .container {
    max-width: 1420px;
  }
}

footer .footer-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 157%;
  text-transform: uppercase;
  color: #FFFFFF;
}

footer .footer__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  footer .footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

@media (max-width: 767px) {
  footer .footer__wrapper {
    text-align: center;
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 157%;
  color: #FFFFFF;
  align-items: center;
  background-color: #000;
}

.footer__bottom .footer__logo {
  width: 133px;
  height: 40px;
}

@media (max-width: 767px) {
  .footer__bottom .footer__logo {
    margin: 0 auto;
  }
}

.footer__bottom .footer__logo img {
  width: 100%;
}

.footer__bottom .container {
  text-align: center;
  padding-top: 0px;
}

@media (max-width: 1920px) and (min-width: 1460px) {
  .footer__bottom .container {
    max-width: 1420px;
  }
}

.footer__bottom .footerBottom {
  margin: 0px;
  padding: 0px;
  font-family: "Barlow Condensed", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 157%;
  /* or 25px */
  color: #FFFFFF;
}

.footer-list {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer-list__contactItem {
  display: flex;
  flex-direction: row;
  grid-gap: 5px;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-list__contactItem {
    text-align: center;
    justify-content: center;
  }
}

.footer-list__link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
}

.contactForm {
  padding-top: 45px;
}

.contactForm__title {
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  color: #EA100F;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contactForm .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.contactForm iframe {
  width: 100%;
  height: 600px;
}

.contactForm__list {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.contactForm__item {
  display: flex;
  flex-direction: column;
}

.productDetailPage .vehicle-detail__carousel-item-right {
  /*background-color: #FFF;*/
/*  display: flex;
  align-items: center;
  justify-content: center;*/
}

.productDetailPage .vehicle-detail__carousel-item-right img {
  width: 100%;
}

.productDetailPage .vehicle-detail__carousel-item-right .productColors-color {
  margin-bottom: 62px;
}

.productDetailPage .vehicle-detail__carousel-item-right .productColors-imgrack {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productDetailPage .vehicle-detail__carousel-item-right .productColors-color li {
  width: max-content;
  height: max-content;
  margin: 0 3px;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.08);
}

.productDetailPage .vehicle-detail__carousel-item-right .productColors-color li span {
  width: 18px;
  height: 18px;
}

.vehicle-detail__carousel-item {
  align-items: flex-end;
}

.premium-vehicles__carousel .owl-dots.disabled {
  display: flex;
}

.premium-vehicles {
  background: #FFF;
}

.navbar-expand-md .navbar-nav {
  flex-direction: row;
  gap: 30px;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.premium-vehicles__title {
  font-weight: 600;
  color: #000000;
  position: relative;
  display: inline-block;
  font-size: 40px;
}

@keyframes spark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.premium-vehicles__title__newTag {
  position: absolute;
  left:80%;
  bottom: 90%;
  transform: translateY(50%);
  animation: spark 1s infinite;
  width: 26px !important;
  height: auto;
}

.premium-vehicles__text {
  font-size: 16px;
  line-height: 19px;
  color: #414141;
}

.premium-vehicles__carousel .item {
  background: #fff;
  padding: 40px;
  transition: all 0.3s ease-in-out;
}

.premium-vehicles__carousel .item:hover {
  cursor: pointer;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.04);
}

.premium-vehicles__carousel-title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height */
  color: #303030;
}

.premium-vehicles__carousel .discover-btn, .dropdown-menu--our-product .our-product-header-content__carousel .item .discover-btn {
  border: 1px solid #414141;
  color: #414141 !important;
  transition: all 0.2s ease-in-out;
}

.premium-vehicles__carousel .discover-btn:hover, .dropdown-menu--our-product .our-product-header-content__carousel .item .discover-btn:hover {
  background-color: #00C8F4;
  color: #fff !important;
  border-color: #00C8F4;
}

.premium-vehicles .owl-filter-bar__dropdown .dropbtn {
  border-bottom: 1px solid #414141;
  color: #414141;
}

.premium-vehicles .owl-filter-bar__dropdown .dropdown-content .item {
  text-align: left;
}

.mega-dropdown-menu.fh.dropdown-menu--our-product {
  background: #fff !important;
  height: 100vh;
}

.our-product-header-content__carousel-title {
  color: #303030 !important;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar h3 {
  color: #000000;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item.active {
  color: #111111 !important;
  font-weight: 500;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item {
  color: #a1a1a1;
  font-weight: 500;
}

.map__wrapper {
  padding: 90px 100px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .map__wrapper {
    padding: 90px  70px;
  }
}

@media (max-width: 767px) {
  .map__wrapper {
    padding: 50px;
  }
}

@media (max-width: 425px) {
  .map__wrapper {
    padding: 20px;
  }
}

.map__wrapper__title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  padding: 50px;
  text-align: center;
  background: #000000;
  color: #fff;
}

.map__wrapper #map {
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .map__wrapper #map {
    margin-bottom: 30px;
  }
}

.map__wrapper__carousel {
  max-width: 355px;
  display: block;
  width: 100%;
}

@media (max-width: 425px) {
  .map__wrapper__carousel {
    max-width: 100%;
  }
}

.map__wrapper__carousel__item {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 157%;
  color: #FFFFFF;
  background: #111111;
}

.map__wrapper__carousel ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding: 26px 36px;
  grid-gap: 35px;
  padding-bottom: 50px;
}

.map__wrapper__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  grid-gap: 11px;
  padding-bottom: 20px;
}

.map__wrapper__carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #BBBBBB;
}

.map__wrapper__carousel .owl-dots .owl-dot.active {
  background-color: #FFFFFF !important;
  border: 1.5px solid #111111;
}

.map__wrapper__carousel__showroom {
  padding: 11px 40px;
  background-color: #EA100F;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item {
  font-weight: 400;
  color: #a1a1a1 !important;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar .item {
  position: relative;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar__wrapper {
  width: max-content;
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #BBBBBB;
  border: 2px solid #BBBBBB;
}

.dropdown-menu--our-product .our-product-header-content__carousel .owl-dots .owl-dot.active {
  background: #000000;
  border: 2px solid #000000;
}

.our-product-header-content .owl-carousel .item {
  position: relative;
  padding: 15px;
  padding-top: 20px;
}

.our-product-header-content .owl-carousel .item .premium-vehicles__title__newTag {
  top: 0;
  bottom: auto;
}

/*.vehicle-detail .tab-section .carousel-indicators li.active {
  color: #1E1E1E;
}
*/
.vehicle-detail .play-pause-btn {
  background: #000;
}

.vehicle-detail__carousel-item-title {
  color: #111111;
}

.vehicle-detail__carousel-item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 159.5%;
  color: #656565;
}

.vehicle-detail__carousel-item-features-item {
  color: #111111;
}

.vehicle-detail__carousel-item-price {
  color: #111111;
}

.btn-primary, .btn-outline-primary {
  background-color: #E01C28;
}

.nav-tabs .nav-link.active {
  color: #E01C28;
  border-bottom: 2px solid #E01C28;
}

.fotonTable thead {
  background-color: #E01C28;
}

.prodStrip h1 {
  font-style: italic;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
}

.prodStrip .electric {
  color: #00C8F4;
}

.carousal-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}

.mega-dropdown.product_menu.show ul {
  display: block;
}

.product-submenu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100vh;
}

@media (max-width: 767px) {
  .product-submenu {
    position: relative;
    top: -40px;
    height: auto;
  }
}

.product__submenu-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  z-index: 99;
  top: 96px;
  display: flex;
}

@media (max-width: 767px) {
  .product__submenu-content {
    height: 350px;
    flex-direction: column;
    top: 50px;
    overflow-y: auto;
  }
}

.product__submenu-content .product__left {
  background-color: #fff;
  padding: 40px 76px 70px 80px;
}

.product__submenu-content .product__left .product__title h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
}

.product__submenu-content .product__left .product__title h2:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #F50303;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.product__submenu-content .product__left .product__content-item {
  margin-top: 35px;
}

.product__submenu-content .product__left .product__content-item ul {
  list-style-type: none;
  flex-direction: column;
  padding: 0;
}

.product__submenu-content .product__left .product__content-item ul li {
  line-height: 45px;
}

.product__submenu-content .product__left .product__content-item ul li a {
  color: #A1A1A1;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.product__submenu-content .product__left .product__content-item ul li a.active {
  color: #000 !important;
}

.product__submenu-content .product__left .product__content-item ul li a:hover {
  color: #000;
}

.product__right {
  border-left: 1px solid #E8E8E8;
}

.product__right .product__slider h3 {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 400;
  color: #303030;
}

@media (max-width: 767px) {
  .product__right .product__slider h3 {
    margin: 25px 0;
  }
}

.product__right .product__slider a {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #303030;
  padding: 14px 120px;
  display: inline-block;
  margin-top: 31px;
  transition: 0.5s ease-in-out;
}

.product__right .product__slider a:hover {
  background-color: #00C8F4;
  color: #fff;
  border: 1px solid #00C8F4;
}

@media (max-width: 767px) {
  .product__right .product__slider a {
    padding: 14px 20px;
  }
}

.product__right .product__slider.slider__van h3 {
  margin-bottom: 18px;
}

.product__right .product__slider.slider__van img {
  margin: 0 auto;
  width: auto;
}

.product__right.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product__right.owl-carousel .owl-item img {
    width: 250px;
  }
}

.slider__product-content {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 85px 179px;
  padding: 52px 122px 0 122px;
}

@media (max-width: 767px) {
  .slider__product-content {
    padding: 15px;
    display: block;
    text-align: center;
  }
}

.view__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.view__wrap h4 {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
    grid-gap: 0;
  }
  .mega-dropdown.show ul {
    display: block;
  }
  .updated-testimonial {
    margin-top: 30px;
  }
  .premium-vehicles .container {
    padding-bottom: 50px;
  }
  .product__submenu-content .product__left {
    padding: 30px 30px 0 30px;
  }
  .view__wrap {
    align-items: baseline;
    justify-content: center;
    grid-gap: 32px;
  }
  .foton-video {
    margin-top: 0;
  }
  .vehicle-detail {
    padding-top: 35px;
  }
}

@media (max-width: 338px) {
  .navbar-brand img {
    max-width: 150px;
  }
  .btn-highlight {
    padding: 8px 12px;
  }
}

.contact__information-content {
  background-color: #F8F8F8;
  padding: 40px 54px;
  font-family: "Barlow Condensed", sans-serif;
  width: 490px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .contact__information-content {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .contact__information-content {
    padding: 30px;
  }
}

.contact__information-content p {
  font-size: 18px;
  font-weight: 400;
  color: #656565;
  line-height: 21px;
  margin: 18px 0;
}

.contact__information-content h3 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
}

.contact__information-content ul {
  list-style-type: none;
}

.contact__information-content .media__icon {
  margin-top: 40px;
}

.contact__information-content .media__icon a {
  background-color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  margin-right: 10px;
  transition: 0.5s ease-in-out;
}

.contact__information-content .media__icon a img {
  vertical-align: middle;
  height: 18px;
  width: 22px;
  object-fit: contain;
}

.contact__information-content .media__icon a:hover {
  background-color: #EA100F;
}

.icon__contact-wrap {
  display: flex;
  grid-gap: 15px;
  align-items: baseline;
}

.icon__contact-wrap .paragraph__next {
  color: #000;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.contactForm .contactForm__title {
  font-family: "Barlow Condensed", sans-serif;
}

.contactForm .container {
  padding-bottom: 100px;
}

.vehicle-detail.vehicle-black {
  background: #111 !important;
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item-title, .vehicle-detail.vehicle-black .vehicle-detail__carousel-item-text, .vehicle-detail.vehicle-black .vehicle-detail__carousel-item-features-item {
  color: #fff;
}

.updated-testimonial__item-left-writer .updated-testimonial__item-left-writer-designation {
  font-weight: 500 !important;
  font-size: 14px;
}

.vehicle-detail .tab-section .carousel-indicators li {
  color: #F9F1EC;
  opacity: 0.3;
}

.contact-try-product .bg-img {
  position: absolute;
}

.contact-try-product .btn {
  position: relative;
}

@media (max-width: 767px) {
  .foton-pg-sm {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .foton-pg {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .about-stats {
    margin-top: 0;
  }
}

@media (max-width: 340px) {
  .about-stats li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fotonImgGridNew .col-md-6 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .contactForm .container {
    display: block;
    max-width: 100%;
  }
}

.contactForm .contactForm__list {
  padding-left: 0;
}

.contactForm .contactForm__list .contactForm__item label {
  color: #888585;
  text-transform: capitalize;
}

.contactForm .contactForm__list .contactForm__item label span {
  color: #FF2421;
  font-size: 20px;
  margin-left: 5px;
}

.contactForm .contactForm__list .contactForm__item input, .contactForm .contactForm__list .contactForm__item textarea {
  border: 1px solid #D8D8D8 !important;
  padding: 8px 10px;
  outline: none;
}

form input,
form .custom-select {
  background: none !important;
}

.recaptcha__button-content .contactForm__submit {
  border: 1px solid red !important;
  background-color: red !important;
  padding: 11px 32px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-top: 27px;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px;
}

.recaptcha__button-content .contactForm__submit:hover {
  background-color: #fff !important;
  color: red;
}

.contact-try-product__title {
  letter-spacing: 2px;
}

@media (max-width: 400px) {
  .recaptcha {
    position: relative;
  }
  .recaptcha > div > div {
    transform: scale(0.8);
    position: absolute;
    left: -30px;
    top: -40px;
  }
}

@media (max-width: 335px) {
  .recaptcha > div > div {
    left: -40px;
  }
}

.dropdown-menu--our-product.menu--tab .our-product-header-content .owl-filter-header-bar {
  padding-left: 127px;
}

@media (max-width: 1300px) {
  .dropdown-menu--our-product.menu--tab .our-product-header-content .owl-filter-header-bar {
    padding-left: 70px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  .dropdown-menu--our-product.menu--tab .our-product-header-content .owl-filter-header-bar {
    padding-left: 50px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .dropdown-menu--our-product.menu--tab .our-product-header-content .owl-filter-header-bar {
    display: block;
    position: static;
    padding-left: 15px;
  }
}

.dropdown-menu--our-product.menu--tab .our-product-header-content .owl-filter-header-bar .item {
  line-height: 2;
}

.dropdown-menu--our-product.menu--tab .our-product-header-content__carousel {
  position: static;
  width: 100% !important;
  padding: 50px 0;
}

@media (max-width: 767px) {
  .dropdown-menu--our-product.menu--tab .our-product-header-content__carousel {
    transform: none;
    max-height: 240px;
    padding: 0 15px;
    overflow-y: auto;
  }
}

.dropdown-menu--our-product.menu--tab .tab-content {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .dropdown-menu--our-product.menu--tab .tab-content .carousal-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .dropdown-menu--our-product.menu--tab .tab-content .carousal-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dropdown-menu--our-product.menu--tab .tabs-left {
  flex-direction: column;
}

.modal-title.h5{
  font-size: 1.65rem;
  font-weight: 500;
}
.product-overview-txtbox h1{
  font-size: clamp(20px, 2.5vw, 30px);
}
h1>span{
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
}
