@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.otf') format('opentype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.otf') format('opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Light.otf') format('opentype'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Book.otf') format('opentype'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Changan-Bold';
  src: url('../fonts/Changan-Bold.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Changan-Regular';
  src: url('../fonts/Changan-Regular.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Changan-Light';
  src: url('../fonts/Changan-Light.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: 'Gotham-Light';
  font-size: 14px;
  /* background: var(--bg-common); */
  /* overflow: hidden; */
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out, background-color 0.4s ease-out;
  -o-transition: color 0.4s ease-out, background-color 0.4s ease-out;
  transition: color 0.4s ease-out, background-color 0.4s ease-out;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p {
  margin: 0px;
  padding: 0;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
  margin: 0px;
  padding: 0;
}

/*IE below 9*/
#ieWrapper {
  background: #000;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.ieHolder {
  position: relative;
  width: 555px;
  padding: 20px;
  margin: 200px auto 0 auto;
  background: #fff;
  border: 7px solid #2b2927;
}

.btnIeUpdate {
  background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
  width: 144px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ieLogo {
  float: left;
  width: 134px;
  height: 139px;
  background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
  float: right;
  margin: 0;
  padding: 0;
  width: 400px;
  color: #666;
  font-size: 15px;
  line-height: 18px;
}

.ieContent strong {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #cccccc;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

/*End IE below 9*/

:root {
  --white: #fff;
  --black: #000;
  --blue: #0a457f;
  --grey: #b3b3b3;
  --bg-common: #232121;
  --bg-footer-border: #393838;
  --footer-text: #eaeaea;
  --footer-copy: #919090;
  --bg-contact: #f5f6f7;
  --text-contact: #010101;
  --text-grey: #747474;
}
.section {
  padding: 70px 0px;
  /* background-color: #fff; */
}
.section .section-title h2 {
  font-size: 46px;
  color: var(--black);
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: 'Changan-Bold';
  margin-bottom: 30px;
  text-align: center;
}
.section-sub-title h3 {
  font-size: 24px;
  color: var(--blue);
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-family: 'Gotham-Medium';
  margin-bottom: 30px;
  text-align: center;
}
.bg-black {
  background-color: var(--black);
}
.bg-black .section-title h2 {
  color: var(--white);
}

#container {
  background: var(--white);
}

.container {
  /* max-width: 1404px; */
}

.header {
  display: flex;
  width: 100%;
  position: absolute;
  z-index: 500;
  padding: 15px 0;
  transition: 0.8s;
}
.container-fluid {
  padding: 10px 70px;
}
.header .item-left {
  flex: 0 0 17%;
}
.header .logo a {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.header .item-center {
  flex: 0 0 73%;
}
.header .item-right {
  flex: 0 0 10%;
  display: flex;
  justify-content: flex-end;
  line-height: 40px;
}
.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
  min-width: 30px;
  height: 37px;
}
.header .item-right a i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  transition: 0.5s;
  min-width: 30px;
  height: 37px;
}
.header .item-right a:hover i {
  background-color: #0a457f;
  border: 1px solid #0a457f;
}
.menu-main {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 40px;
  padding-left: 20px;
}
.header .menu > ul > li > a {
  font-size: 15px;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu {
  position: fixed;
  top: 0;
  z-index: -1;
  background-color: #fff;
  /* max-height: 0; */
  overflow: hidden;
  padding: 0 0 0 !important;
  transition: max-height 0.3s ease;

  /* box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3); */
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 0;
  /* opacity: 0;
  visibility: hidden; */
}
.header .menu > ul > li .sub-menu .container {
  margin-top: 70px;
}
.sub-menu-mobile-2,
.sub-menu-mobile {
  display: none;
}
.sub-menu-mobile-2 ul li a,
.sub-menu-mobile-2 ul li a:hover {
  color: #0a457f !important;
  font-family: 'Changan-Regular';
}
.sub-menu-mobile-2 ul li {
  list-style: none;
}
.sub-menu-mobile-2 ul li a {
  line-height: 58px;
  height: 58px;
  display: block;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-family: 'Changan-Regular';
}
.select-testdrive-car .swiper-button-next {
}
.select-testdrive-car .swiper-button-prev {
}

@media (min-width: 992px) {
  /* .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  } */
}
.header .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%) !important;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 ul li {
  list-style: none;
  position: relative;
  width: fit-content;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 ul li a {
  color: #0a457f !important;
  width: fit-content;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  border-radius: 15px;
  width: 100%;
  height: 2px;
  background-color: #0a457f;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 ul li a:hover::before {
  background-color: #0a457f;
  transform: scaleX(1);
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  justify-content: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  /*  flex:0 0 25%;
*/
  padding: 0 15px;
  border: 1px solid #e1e0e0;
  margin: 5px;
  transition: 0.5s;
  border-radius: 5px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item:hover {
  border: 1px solid #0a457f;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #0a457f;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.header
  .menu
  > ul
  > li
  .header
  .menu
  > ul
  > li
  .sub-menu.mega-menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #1c8ee6;
}
.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}
/* .mega-menu-column-4 .container {
  display: flex;
  flex-direction: row-reverse;
} */
ul.sub-tab,
ul.tabs {
  margin: 0px;
  padding: 0;
  list-style: none;
  /*    width: 20%;
*/
  /* border-left: 1px solid #d1dde9; */
}
ul.sub-tab li,
ul.tabs li {
  background: none;
  color: #0a457f;
  display: block;
  padding: 0 0 4px;
  cursor: pointer;
  line-height: 24px;
  text-align: start;
  margin-bottom: 20px;
  width: fit-content;
  font-size: 18px;
  position: relative;
  font-family: 'Changan-bold';
}
ul.sub-tab li::before,
ul.tabs li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0a457f;
  width: 0;
  height: 2.5px;
  border-radius: 5px;
  transition: width 0.3s ease;
}
ul.sub-tab li:hover::before,
ul.tabs li:hover::before {
  width: 100%;
}
ul.sub-tab .current::before,
ul.tabs .current::before {
  width: 100%;
}
ul.sub-tab li.current,
ul.tabs li.current {
  color: #0a457f;
  font-family: 'Changan-Bold';
}

.tab-sub-content1,
.tab-sub-content,
.tab-content1,
.tab-content {
  display: none;
  padding: 0px 20px 15px 0px;
  /*	width:80%;
*/
}
.list-row {
  display: flex;
  padding-right: 25px;
  margin-bottom: 20px;
}
.tab-content1 .list-item,
.tab-content .list-item {
  /* padding: 0 25px; */
  transition: 0.5s;
  border-radius: 5px;
}
.tab-content1 .list-item .card,
.tab-content .list-item .card {
  background-color: #e9f4ff;
  border-radius: 10px;
  display: block;
  padding: 20px;
  border: 0;
  overflow: hidden;
}
.tab-content1 .list-item .card .content,
.tab-content .list-item .card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.tab-content1 .list-item h4,
.tab-content .list-item h4 {
  font-size: 18px;
  color: #0a457f;
  font-family: 'Changan-Bold';
  margin-bottom: -5px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.2;
}

.tab-content1 .list-item .price,
.tab-content .list-item .price {
  display: none !important;
  font-family: 'Changan-Bold';
  font-size: 14px;
  color: #0a457f;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.tab-content1 .list-item .btn,
.tab-content .list-item .btn {
  font-family: 'Changan-Regular';
  border: 1px solid #0a457f;
  color: #0a457f;
  border-radius: 35px;
  font-size: 12px;
  width: 100%;
  position: relative;
  overflow: hidden; /* Ensure the ::before background stays within bounds */
  z-index: 1;
  height: 33px;
  justify-content: center;
  width: max-content;
  width: 100%;
  min-width: max-content;
}
.tab-content1 .list-item .btn-anchor::after,
.tab-content .list-item .btn-anchor::after {
  box-shadow: none;
}
.tab-content1 .list-item .btn-anchor:hover,
.tab-content .list-item .btn-anchor:hover {
  color: #fff !important;
  border: 1px solid #1c8ee6;
}

.tab-content1 .list-item .btn:focus,
.tab-content .list-item .btn:focus {
  box-shadow: none;
}
.tab-content1 .list-item p,
.tab-content .list-item p {
  line-height: normal;
  font-size: 12px;
  color: #000;
  font-family: 'Gotham-Medium';
}
.tab-content1.current,
.tab-content.current {
  display: block;
}
@media (max-width: 991px) {
  .side-icons {
    display: none;
  }
  .header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 0px;
    background-color: #0a457f;
  }
  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }
  .header .item-left,
/*	.header .item-right{
		flex:0 0 auto;
	}
*/
.v-center {
    justify-content: space-between;
  }
  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #333333;
    width: 24px;
    position: relative;
  }
  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .header .item-right {
    align-items: center;
  }
  .menu-main {
    display: block;
    justify-content: center;
  }
  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header .menu.active {
    transform: translate(0%);
  }
  .header .menu > ul > li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu > ul > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }
  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.mega-menu,
  .header .menu > ul > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header .menu > ul > li .sub-menu.active {
    display: block;
  }
  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 20px;
  }
  .header
    .menu
    > ul
    > li
    .sub-menu.mega-menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0px;
  }
  .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    flex: 0 0 100%;
    padding: 0px;
  }
  .header .menu > ul > li .sub-menu > ul > li > a,
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
.home-hero {
  position: relative;
}
.home-hero .overlay-content .banner-content {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
}
.home-hero .overlay-content .banner-content img {
  width: 400px;
  /*  background-color: #88888821;*/
  /*  padding: 30px;*/
  margin-bottom: 30px;
}
.home-hero .overlay-content .banner-content h3 {
  font-family: 'Changan-Bold';
  margin-bottom: 60px !important;
}
.home-hero .overlay-content .banner-content .ratings {
  /* background-color: #a6a5a57a; */
  padding: 15px 15px 15px 0px;
}
.home-hero .overlay-content .banner-content .ratings h4 {
  font-size: 14px;
  font-family: 'Changan-Bold';
}
.home-hero .overlay-content .banner-content .ratings p {
  font-size: 14px;
  font-family: 'Changan-Light';
}
.home-hero .overlay-content .banner-btn-wrap {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-content {
  position: absolute;
  bottom: 30px;
}
/* .home-hero .overlay-content {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  width: 100%;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 40%) 0%,
    rgb(0 0 0 / 21%) 50%,
    rgb(255 255 255 / 0%) 100%
  );
}
*/
/* .home-hero .overlay-content .container {
  display: flex;
  justify-content: space-between;
} */
.home-hero h1 {
  font-size: 44px;
  color: #fff;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  display: inline-flex;
  padding-bottom: 10px;
  font-family: 'Changan-Bold';
  margin-bottom: 30px;
}

.home-hero p {
  font-size: 20px;
  display: block;
  line-height: 24px;
  color: #fff;
  font-family: 'Gotham-Medium';
}
.home-hero .item {
  width: 100%;
  object-fit: cover;
}
.banner-btn-wrap {
  display: flex;
  justify-content: center;
}
.banner-btn-wrap a {
  padding: 12px 25px;
  background-color: #e1f0ff;
  color: #0a457f;
  border: 1px solid #e1f0ff;
  margin: 5px;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 43px;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Changan-Bold';
}
.banner-btn-wrap a i {
  margin-right: 10px;
}
.banner-btn-wrap a svg {
  fill: #0a457f;
}
.banner-btn-wrap .testdrive {
  stroke: #0a457f;
}
.banner-btn-wrap a:hover {
  background-color: #1c8ee6;
  border: 1px solid #1c8ee6;
}
.banner-btn-wrap a:hover svg {
  fill: #fff;
}
.banner-btn-wrap a.testdrive:hover svg {
  stroke: #fff;
}
.btn-anchor {
  background: #e1f0ff;
  border: none;
  z-index: 1;
}
.btn-anchor:after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1c8ee6;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.5),
    1px 1px 5px 0px rgba(0, 0, 0, 0.1), 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-anchor:hover {
  color: #fff !important;
}
.btn-anchor:hover:after {
  left: 0;
  width: 100%;
}
.btn-anchor:active {
  /* top: 2px; */
}

.model-wrap {
  padding: 60px 20px 0px;
}
.model-wrap .container-fluid {
  padding: 0px 70px;
}
.model-row {
  margin-bottom: 50px;
}
.model-ctnt {
  position: relative;
  overflow: hidden;
}
.model-ctnt .model-img {
  border-radius: 15px;
}
.model-ctnt video {
  border-radius: 10px;
  height: 650px;
  width: 100%;
  object-fit: cover;
}
.model-ctnt img {
  border-radius: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.model-ctnt:hover .model-img {
  overflow: hidden;
}
.model-ctnt:hover .model-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.model-ctnt figcaption {
  display: flex;
  position: absolute;
  bottom: 40px;
  right: 50px;
}
.model-ctnt a {
  padding: 12px 25px;
  background-color: #0a457f;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 50px;
  transition: all 0.3s ease;
  position: relative;
}
.model-ctnt a:hover {
  background-color: #1c8ee6;
}
.intl-wrap {
  padding: 60px 20px 0px;
}
.intl-wrap .container-fluid {
  padding: 0px 70px;
}
.intl-row {
  margin-bottom: 50px;
}
.intl-ctnt {
  position: relative;
  overflow: hidden;
}
.intl-ctnt img {
  border-radius: 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.intl-ctnt:hover .model-img {
  overflow: hidden;
}
.intl-ctnt:hover .intl-img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.intl-ctnt figcaption {
  position: absolute;
  top: 100px;
  left: 60px;
}
.intl-ctnt figcaption h2 {
  font-size: 43px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'poppinsthin';
}
.intl-ctnt a {
  padding: 12px 25px;
  background-color: #0a457f;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  height: 50px;
  width: 205px;
  transition: all 0.3s ease;
  position: relative;
}
.intl-ctnt a:hover {
  background-color: #1c8ee6;
}
.we-wrap {
  padding: 0px 20px;
}

.video-wrap {
  position: relative;
}
.video-wrap .video-ctnt {
  position: absolute;
  bottom: 100px;
  left: 60px;
}
.video-wrap video {
  border-radius: 15px;
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.video-wrap .video-ctnt h2 {
  font-size: 43px;
  color: #fff;
  margin-bottom: 30px;
  font-family: 'Gotham-Bold';
}
.video-wrap .video-ctnt a {
  padding: 12px 20px;
  background-color: #0a457f;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease;
  position: relative;
}
.video-wrap .video-ctnt a:hover {
  background-color: #1c8ee6;
}
footer {
  /* padding: 60px 20px 30px; */
  background-color: #becbd9;
}
.foot-logo-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e3e5;
}
.foot-row {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  gap: 30px;
}
.foot-wrap .foot-row:nth-child(1) .foot-link ul li:nth-child(1) {
  background-color: #ffffff26;
  padding: 10px;
  color: #0a457f;
  border-bottom: 2px solid #ffffff63;
}

.social ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.social ul li {
  list-style: none;
  margin-right: 15px;
}
.social ul li a {
  display: flex;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  align-items: center;
  transition: 0.5s;
  border: 2px solid #ffffff63;
  padding: 6px;
  justify-content: center;
}
.social ul li a img {
  max-width: 30px;
}
.social ul li a:hover {
  background-color: #ffffff63;
}

.foot-box {
  width: 50%;
}
.foot-box-wrap {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
}
.foot-link {
  width: 50%;
}
.foot-link svg {
  min-width: 26px;
}
.foot-link ul {
  margin: 0;
  padding: 0;
  background: #ffffff00;
  /* border-radius: 15px; */
  height: 100%;
  overflow: hidden;
  border: 2px solid #ffffff63;
}
.foot-link ul li {
  list-style: none;
  padding-inline: 10px;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: 'Changan-Bold';
}

.foot-link ul h6 {
  font-size: 16px;
  font-family: 'Changan-Bold';
  color: #0a457f !important;
  margin-bottom: 15px;
  background-color: #ffffff26;
  padding: 12px;
  color: #fff;
  border-bottom: 2px solid #ffffff63;
  font-weight: 400;
}
.foot-link ul p {
  display: flex;
  font-size: 13px;
  font-family: 'Changan-Regular';
  color: #0a457f;
  padding-inline: 10px;
  margin-bottom: 15px;
}
.foot-link ul li a {
  font-size: 13px;
  font-family: 'Changan-Regular';
  color: #0a457f;
}
.foot-link .menu-links {
  padding-block: 20px;
  display: flex;
  justify-content: space-evenly;
}
.foot-link .menu-links li {
  list-style: none;
  position: relative;
  margin-bottom: 0;
}

.copy-row .seperator,
.foot-link .menu-links .seperator {
  background-color: #ffffff63;
  height: 20px;
  width: 2px;
  padding: 0;
}
.copy-row a,
.foot-link .menu-links li a {
  font-family: 'Changan-Regular';
  font-size: 15px;
  color: var(--blue);
}

.foot-link .menu-links li:last-child::after {
  display: none;
}
.copy-row a:hover,
.foot-link ul li a:hover {
  color: #ffffff;
}
.foot-box .newsletter-box h4 {
  color: #fff;
  font-family: 'Gotham-Medium';
  margin-bottom: 8px;
}
.foot-box .newsletter-box input {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.foot-box .newsletter-box .btn {
  width: fit-content;
  background-color: #fff;
  padding-block: 10px;
  font-size: 14px;
  color: #002345;
  font-family: 'Gotham-Medium';
  border: 1px solid #fff;
}
.copy-row {
  padding: 20px 0;
  border-top: 1px solid #e2e3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.copy-row p {
  font-size: 13px;
  font-family: 'Changan-Regular';
  color: #0a457f;
}
.copy-row a {
  font-size: 13px;
}

.model-color-wrap .container {
  width: 100%;
  max-width: 740px;
}
.model-color-wrap .container-fluid {
  width: 100%;
  max-width: 1400px;
  margin-top: 30px;
}
a.number-box-white {
  text-align: center;
  background: #f5f5f5;
  padding: 60px 40px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  box-shadow: none;
}
a.number-box-white:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #262c2c;
  -moz-box-shadow: 0px 3px 0px 0px #262c2c;
  box-shadow: 0px 3px 0px 0px #262c2c;
}
.number-box-white h2 {
  font-size: 15px !important;
  color: #000;
  font-weight: 600 !important;
}
.number-box-white .number {
  font-size: 2rem !important;
  color: #000;
  text-transform: capitalize;
  font-weight: 700 !important;
}
a.number-box-white p {
  font-size: 0.8rem;
  color: #000;
}

.main-swiper .swiper-slide {
  text-align: center;
}
.main-swiper .swiper-slide img {
  width: 600px;
}
.main-swiper .item {
  padding: 20px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.thumb-swiper {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.thumb-swiper .swiper-slide {
  width: fit-content !important;
}
.thumb-swiper .item {
  padding: 10px 0px;
  margin: 5px;
  color: #004383;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-family: 'Changan-Regular';
  font-size: 17px;
  width: min-content;
}
.thumb-swiper .item h1 {
  font-size: 18px;
}
.thumb-swiper .current .item {
  /*  background: #0c83e7;
*/
}
.thumb-swiper .current .item div:before {
  border: 4px solid #0a457f;
}
.thumb-swiper .item div:before {
  background: #212721;
  border: 2px solid #fff;
  border-radius: 15px;
  content: '';
  display: block;
  height: 50px;
  margin: auto;
  width: 50px;
}
.thumb-swiper .item.gray div:before {
  background: #686969;
}
.thumb-swiper .item.alsvin-grey div:before {
  background: #8c95a1;
}
.thumb-swiper .item.putty-grey div:before {
  background: #5e6e76;
}
.thumb-swiper .item.andes-grey div:before {
  background: #5b616e;
}
.thumb-swiper .item.white div:before {
  background: #d8d7d3;
}
.thumb-swiper .item.blue div:before {
  background: #1c498c;
}
.thumb-swiper .item.red div:before {
  background: #d30001;
}
.thumb-swiper .item.silver div:before {
  background: #8f98a0;
}
.thumb-swiper .item.silver2 div:before {
  background: #c1c5c9;
}
.thumb-swiper .item.uni-grey div:before {
  background: #5f6f76;
}
.thumb-swiper .item.csgrey div:before {
  background: #605e60;
}
.thumb-swiper .item.green div:before {
  background: #758886;
}
.thumb-swiper .item.uni-puttygrey div:before {
  background: #8e9195;
}
.thumb-swiper .item.k-grey div:before {
  background: #9aacb9;
}
.thumb-swiper .item.k-blue div:before {
  background: #3c5f83;
}
.thumb-swiper .item.h-blue div:before {
  background: #011570;
}
.thumb-swiper .item.h-red div:before {
  background: #7c383c;
}
.thumb-swiper .item.cs-blue div:before {
  background: #003172;
}
.thumb-swiper .item.csnew-blue div:before {
  background: #789bb7;
}
.thumb-swiper .item.matt-black div:before {
  background: #4a4f52;
}
.thumb-swiper .item.cs-black div:before {
  background: #000;
}
.thumb-swiper .item.k-blue div:before {
  background: #3c5f83;
}
.thumb-swiper .item.k-black div:before {
  background: #66696e;
}
.thumb-swiper .item.cs-brown div:before {
  background: #52382a;
}
.thumb-swiper .item.purple div:before {
  background: #614672;
}
.thumb-swiper .item.cs-grey div:before {
  background: #5e676e;
}
.thumb-swiper .item.alsvin-blue div:before {
  background: #0202ca;
}
.thumb-swiper .item.Uni-V_Putty div:before {
  background: #7c7f83;
}
.thumb-swiper .swiper-wrapper {
  justify-content: center;
  gap: 20px;
}
.thumb-swiper .swiper-slide.swiper-slide-thumb-active div:before {
  border: 4px solid #0a457f;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}

#listcolor.owl-theme {
  position: relative;
}
#listcolor.owl-theme .owl-next,
#listcolor.owl-theme .owl-prev {
  width: 15px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#listcolor.owl-theme .owl-prev {
  left: -20px;
}
#listcolor.owl-theme .owl-next {
  right: -20px;
}
.content > h2 {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484b54;
  font-weight: 800;
  font-size: 1.5em;
}
.content > h2:first-child {
  padding-top: 0em;
}
.grid-wrap {
  display: flex;
  justify-content: center;
}
.grid-box {
  width: 50%;
  margin: 10px;
}
.grid-wrap figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  /* background: #02055e; */
  text-align: center;
}

.grid-wrap figure img {
  width: 100%;
  opacity: 0.8;
}
.grid-wrap figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid-wrap figure figcaption::before,
.grid-wrap figure figcaption::after {
  pointer-events: none;
}
.grid-wrap figure figcaption,
.grid-wrap figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-wrap figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid-wrap figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin-bottom: 20px;
  display: flex;
  text-align: left;
}
.grid-wrap figure h2,
.grid-wrap figure p {
  margin: 0;
}
.grid-wrap figure p {
  letter-spacing: 1px;
  font-size: 14px;
}
figure.image-box img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
figure.image-box:hover figcaption {
  /* background: #00000091; */
  /* backdrop-filter: brightness(0.5); */
}
figure.image-box figcaption {
  text-align: left;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 56%) 0%,
    rgb(0 0 0 / 0%) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
figure.image-box figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
figure.image-nothovered {
  position: relative !important;
}
figure.image-nothovered h2 {
  padding: 30px !important;
  width: 100%;
  bottom: 30px !important;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.536) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
figure.image-nothovered h2,
figure.image-box h2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 2em 3rem;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.image-box p {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 2em 3rem;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  line-height: 22px;
}
figure.image-box h2 {
  padding-left: 1.4em;
}

figure.image-box h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.image-box p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
figure.image-box:hover img,
figure.image-box:hover p {
  opacity: 1;
}
figure.image-box:hover img,
figure.image-box:hover h2,
figure.image-box:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.image-box:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center;
  }
  .grid-wrap figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}

.content-wrap {
  display: flex;
  padding: 50px 0px;
}

.paragraph-ctnt-box {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.paragraph-ctnt-box img {
  border-radius: 10px;
}
.paragraph-ctnt-left {
  padding-right: 30px;
}
.paragraph-ctnt-right {
  padding-left: 30px;
}
.paragraph-ctnt-box h2 {
  font-size: 36px;
  color: var(--black);
  letter-spacing: 1px;
  font-family: 'Gotham-Medium';
  margin-bottom: 20px;
}
.paragraph-ctnt-box p {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 20px;
}
.paragraph-ctnt-box ul {
  margin-top: 10px;
}
.paragraph-ctnt-box ul li {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 5px;
  list-style: circle;
}
.paragraph-ctnt-box .number {
  font-size: 1rem !important;
  color: #000;
  text-transform: capitalize;
  font-weight: 700 !important;
}
.paragraph-ctnt-box a.number-box-white {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
figure.image-box02 {
  background: #000;
}
figure.image-box02 img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.image-box02:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.image-box02 h2 {
  /* position: absolute;
  left: 3%;
  top: 5%; */
  padding: 1em 1.2em;
}
figure.image-box02 p {
  margin-left: 20px;
  padding: 0 10px 0 20px;
  border-left: 1px solid #fff;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  /* left: 5%;
  top: 21%; */
  width: 50%;
}
figure.image-box02:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.image-box02 ul {
  padding: 0 10px 0 10px;
  border-left: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  /* position: absolute;
  left: 5%;
  top: 30%; */
  width: 30%;
}
figure.image-box02 ul {
  padding-left: 4em;
}
figure.image-box02:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.image-box04 ul {
  padding: 0 10px 0 10px;
  border-left: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  left: 5%;
  top: 38%;
  width: 30%;
}
figure.image-box04:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.image-box04 h2 {
  position: absolute;
  left: 3%;
  top: 5%;
  padding: 1em 1.2em;
}
figure.image-box03 p,
figure.image-box04 p {
  padding: 0 10px 0 10px !important;
  border-left: 1px solid #fff;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  left: 5%;
  top: 25%;
  width: 50%;
}
figure.image-box03:hover p,
figure.image-box04:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery-wrap {
  margin: 0;
  padding: 0;
}
.gallery-main-box {
  margin: 0;
  padding: 0;
}
.gallery-thumb-box {
  margin: 0;
  display: flex;
  align-items: center;
}
#sync1 .item {
  background: #0c83e7;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  width: 100%;
}
#sync2 {
  padding: 10px;
}
#sync2 .item {
  background: #000;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  border: 2px solid #80b7e2;
  opacity: 1;
}
#sync2 button {
  width: 20px;
  margin: 10px;
}
.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.contact-form-wrap {
  padding: 0px 0px 80px;
}
.form-wrap {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -6px 10px 36px -1px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -6px 10px 36px -1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -6px 10px 36px -1px rgba(0, 0, 0, 0.14);
}
.form-wrap .field-group {
  margin-bottom: 20px;
}
.form-wrap input {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background-color: #eff2f5;
  height: 50px;
  padding: 5px 10px;
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #757575;
}
.form-wrap select {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background-color: #eff2f5;
  height: 50px;
  padding: 5px 10px;
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #757575;
}
.form-wrap textarea {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background-color: #eff2f5;
  height: 70px;
  padding: 5px 10px;
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #757575;
}
.btn-anchor {
  padding: 12px 25px;
  background-color: #e1f0ff;
  color: #0a457f;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 43px;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Changan-Bold';
}
.spec-ctnt-wrap {
  display: flex;
}
.spec-img {
  width: 100%;
}
.spec-ctnt {
  padding: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.spec-ctnt th {
  background-color: #004383;
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  color: #fff;
  font-family: 'Gotham-Medium';
  letter-spacing: 1px;
}
.spec-ctnt td {
  background-color: #eff2f5;
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  font-family: 'Gotham-Medium';
}
figure.image-box03 {
  background: #000;
}

figure.image-box03 img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.image-box03:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
figure.image-box03 h2 {
  /* position: absolute;
  left: 3%;
  top: 5%; */
  padding: 1em 1.2em;
}
figure.image-box03 h3 {
  padding: 0 10px 0 10px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  left: 5%;
  top: 17%;
  font-family: 'poppinsthin';
}
figure.image-box03 ul {
  padding: 0 10px 0 10px;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  left: 5%;
  /* top: 10%; */
}
figure.image-box03 ul {
  padding: 0 10px 0 10px;
  border-left: 0;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  /* left: 5%; */
  top: 36%;
  width: 30%;
}
figure.image-box03 ul {
  padding-left: 2em;
}
figure.image-box03:hover ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.image-box03 .ctnt-position {
  padding: 0 10px 0 10px;
  border-left: 0;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  position: absolute;
  left: 5%;
  top: 15%;
  width: 30%;
}
figure.image-box03:hover .ctnt-position {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.image-box03 .ctnt-position h2 {
  opacity: 1;
}
figure.image-box03 .ctnt-position p,
figure.image-box03 .ctnt-position ul {
  opacity: 0;
}
figure.image-box03:hover .ctnt-position h2,
figure.image-box03:hover .ctnt-position p,
figure.image-box03:hover .ctnt-position ul {
  opacity: 1;
}

figure.image-box03 .ctnt-position h2,
figure.image-box03 .ctnt-position p,
figure.image-box03 .ctnt-position ul {
  position: relative;
  width: 100%;
  left: 0;
  padding: 0;
}
figure.image-box03 .ctnt-position h2,
figure.image-box03 .ctnt-position p {
  margin-bottom: 20px;
}
figure.image-box03 .ctnt-position ul {
  padding-left: 20px;
}
.white-content-area {
  padding: 35px 60px;
  /*    -webkit-box-shadow: 0px 0px 20px 0px rgb(9 75 133 / 20%);
    -moz-box-shadow: 0px 0px 20px 0px rgba(9, 75, 133, 0.20);
    box-shadow: 0px 0px 20px 0px rgb(9 75 133 / 20%);
*/
  margin-bottom: 10px;
  align-items: center;
  border-radius: 14px;
  background: #f5f6f7;
}
.white-content {
  justify-content: space-between;
}
.white-content-area h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.white-content-area article {
  margin-left: 30px;
  padding: 0 0 10px 30px;
  border-left: 1px solid #d5dadf;
}
.img-contact figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  border-radius: 10px;
}
.img-contact figure img {
  border-radius: 10px;
}

.contact-us .white-content-area ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.contact-us .white-content-area a {
  font-size: 15px;
  color: #4d4d4d;
}

.contact-us .white-content-area span {
  color: #4d4d4d;
}

.contact-us .white-content-area a:hover {
  color: #f7b125;
}

.contact-us .white-content-area:last-child {
  margin: 0;
}
.contact-form {
  background: #f5f6f7;
  padding-bottom: 70px;
}

.contact-form .title-common {
  margin-bottom: 50px;
}
.contact-form select,
.contact-form input[type='text'],
.contact-form input[type='date'],
.contact-form input[type='time'] {
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #757575;
  background-color: transparent;
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 10px 16px;
}

.contact-form textarea {
  font-family: 'Changan-Light';
  font-size: 16px;
  color: #9d9d9d;
  background-color: transparent;
  width: 100%;
  height: 200px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 25px 18px;
  display: block;
}

.contact-form .btn-submit {
  padding: 0 45px;
  background-color: #e1f0ff;
  color: #0a457f;
  border: 1px solid #e1f0ff;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 43px;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Changan-Regular';
}
.map-holder img {
  width: 100%;
  object-fit: cover;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  /* border-radius: 6px; */
}

::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 6px;
}
html {
  scroll-behavior: smooth;
}
.owl-nav,
.owl-dots {
  display: none !important;
}
.grid-row {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.showroom-list {
  padding: 70px 0;
}
.showroom-list .card {
  border-radius: 15px;
  overflow: hidden;
  background-color: #f5f6f7;
  padding: 15px;
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
.showroom-list .card iframe {
  border-radius: 8px;
  flex: 1;
}
.showroom-list .card .content {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
}
.showroom-list .card .content h2 {
  font-family: 'Changan-Bold';
  font-size: 28px;
  padding: 0;
  margin-bottom: 20px;
  color: #212529;
}
.showroom-list .card .content a,
.showroom-list .card .content p {
  font-family: 'Changan-Light';
  font-size: 14px;
  display: flex;
  gap: 3px;
  color: #484b54;
}

.section-title h4 {
  font-family: 'Changan-Regular';
}
.contact-page {
  padding: 70px 0;
}
.contact-page .contact-form {
  border-radius: 25px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}
.contact-page .contact-form h1 {
  margin-block: 40px;
  max-width: 600px;
  font-family: 'Changan-Bold';
}
.contact-page .right .contact-form {
  border-radius: 15px;
}
.contact-page .left .adress {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-page .left .adress .column {
  display: flex;
  gap: 5px;
  font-family: 'Changan-Light';
  color: #484b54;
  font-size: 14px;
}
.wrap-map {
  display: flex;
}

.adress-footer ul {
  padding: 0;
  margin: 0;
}
.adress-footer ul li:nth-child(1) {
  margin-bottom: 15px;
}
.adress-footer ul li a,
.adress-footer ul li {
  font-size: 16px;
  font-family: 'Gotham-Medium';
  color: #004383;
  list-style: none;
}
.adress-footer ul li a {
  font-size: 14px;
}

.textDrive-container {
  padding: 90px 0 0;
  text-align: center;
  background: var(--blue);
}
.textDrive-container h1 {
  font-family: 'Changan-Bold';
  padding: 25px 0;
}
.textDrive-container .testDrive-section .testdriveCars {
  /* gap: 10px; */
  /* display: flex;
  justify-content: center; */
}

.testdriveCars {
  margin-bottom: 30px;
}

.testdriveCars .radio-input:checked + .radio-tile {
  border-color: var(--blue);
  background-color: var(--blue);
}

.testdriveCars .radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: var(--white);
  border-color: var(--white);
}

.testdriveCars .radio-input:checked + .radio-tile .radio-icon svg {
  fill: var(--blue);
}

.testdriveCars .radio-input:checked + .radio-tile .radio-label {
  color: var(--white);
}

.testdriveCars .radio-input:focus + .radio-tile {
  border-color: var(--blue);
}

.testdriveCars .radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.testdriveCars .radio-tile {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  height: 135px;
  border-radius: 0.5rem;
  border: 3px solid #e4e4e4;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 15px;
}

.testdriveCars .radio-tile:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #e4e4e4;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}
.testdriveCars .radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.testdriveCars .radio-icon img {
  width: 130px;
}

.testdriveCars .radio-label {
  color: #8f8f8f;
  transition: 0.375s ease;
  text-align: center;
  font-size: 10px;
  font-family: 'Changan-Regular';
}

.testdriveCars .radio-input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.testDrive-section {
  padding-bottom: 60px;
}
.testdriveForm {
  background-color: #fbfbfb;
  border-radius: 25px;
  padding: 30px;
}
.testdriveForm .grid-rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}
.testdriveForm .grid-rows .form-input {
  margin-bottom: 15px;
  text-align: start;
}
.testdriveForm .grid-rows .form-input textarea,
.testdriveForm .grid-rows .form-input select,
.testdriveForm .grid-rows .form-input input {
  color: #757575;
  font-family: 'Changan-Light';
  width: 100%;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 13px;
  border-bottom: 1px solid #e4e4e4;
  outline: none;
}
.testdriveForm .btn {
  padding: 0 45px;
  background-color: #0a457f;
  color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 43px;
  transition: all 0.3s ease;
  position: relative;
  font-family: 'Changan-Regular';
  margin: auto;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev,
.swiper-button-next {
  top: 50% !important;
  transform: translateY(-50%);
}
.swiper-button-next {
  right: 0 !important;
}
.side-icons {
  position: fixed;
  top: 30%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 20px;
  right: -118px;
}
.side-icons a {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  padding: 8px 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  position: relative;
  right: 0;
  transition: right 0.3s ease;
  font-family: 'Changan-Regular';
}
.side-icons svg {
  width: 25px;
}
.side-icons a:hover {
  right: 117px;
}
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4ecb5c;
  border-radius: 30px;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #4ecb5c;
  z-index: 9;
  font-family: 'Changan-Regular';
}
.whatsapp:hover {
  background-color: #fff;
  color: #4ecb5c;
}

.tab-sub-content1,
.tab-sub-content {
  display: none;
  margin-top: 10px;
}

.tab-sub-content1.active,
.tab-sub-content.active {
  display: block;
}

.tab-sub-btn1,
.tab-sub-btn {
  padding: 0 15px;
  margin-right: 5px;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #0a457f;
  transition: background 0.3s;
  border-radius: 8px;
  font-family: 'Changan-Regular';
  /* margin-bottom: 15px; */
}

.tab-sub-btn1.active,
.tab-sub-btn.active {
  background: #0a457f;
  color: #fff;
}
.iti__country-list {
  display: none !important;
}
.iti__arrow {
  display: none !important;
}
.models-car-list {
  background-color: #e9f4ff;
  border: 0;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.models-car-list h4 {
  font-size: 24px;
  color: #0a457f;
  font-family: 'Changan-Bold';
}
.ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.ratings .column h4 {
  font-size: 20px;
  color: #fff;
}
.ratings .column p {
  font-size: 12px;
  font-family: 'Changan-Regular';
}
.ratings .seperatoer {
  height: 60px;
  width: 2px;
  background: linear-gradient(
    rgba(208, 209, 210, 0),
    rgba(208, 209, 210, 0.7490196078431373) 29.74%,
    rgba(208, 209, 210, 0.7490196078431373) 69.54%,
    rgba(208, 209, 210, 0)
  );
}
.numbers .ratings {
  gap: 50px;
}
.numbers .ratings .column h4 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Changan-Bold';
}
.section .section-head h2 {
  font-size: 44px;
  color: var(--black);
  letter-spacing: 1px;
  font-family: 'Changan-Bold';
  margin-bottom: 25px;
  text-align: start;
}
.bg-black ul li,
.bg-black .section-head h2 {
  color: #fff;
}
.features-list ul {
  margin-bottom: 0;
}
.features-list ul li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  font-family: 'Changan-Regular';
}
.features-list ul li:last-child {
  margin-bottom: 0;
}
.features-list ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9IiMwMDAiIGQ9Im0xMi40MDQgOC4zMDNsMy40MzEgMy4zMjdjLjIyLjIxMy4yMi41MjcgMCAuNzRsLTYuNjMgNi40M0M4Ljc5IDE5LjIwMSA4IDE4Ljk1OCA4IDE4LjQzdi01LjcyM3oiIC8+Cgk8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxMS4yOTNWNS41N2MwLS41MjguNzktLjc3MSAxLjIwNS0uMzdsMi40ODEgMi40MDZ6IiBvcGFjaXR5PSIwLjUiIC8+Cjwvc3ZnPg==);
}
.features-list.bg-black ul li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KCTxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0xMi40MDQgOC4zMDNsMy40MzEgMy4zMjdjLjIyLjIxMy4yMi41MjcgMCAuNzRsLTYuNjMgNi40M0M4Ljc5IDE5LjIwMSA4IDE4Ljk1OCA4IDE4LjQzdi01LjcyM3oiIC8+Cgk8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxMS4yOTNWNS41N2MwLS41MjguNzktLjc3MSAxLjIwNS0uMzdsMi40ODEgMi40MDZ6IiBvcGFjaXR5PSIwLjUiIC8+Cjwvc3ZnPg==);
}
#main-slider .splide__slide {
  background-position: center !important;
  height: 700px !important;
}
#thumbnails .splide__slide.is-active {
  border: 2px solid #0a457f !important;
}
#thumbnails .splide__track--nav > .splide__list > .splide__slide {
  border: 0;
}
.splide__arrow--next {
  z-index: 99 !important;
}
#thumbnails .splide__slide img {
  height: 100px;
  width: 100%;
}
footer .foot-row {
  gap: 15px;
}
.features-img {
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}
.showroom-list .card .content h3 {
  font-family: 'Changan-bold';
  font-size: 20px;
}

@media (max-width: 1200px) {
  .home-hero .overlay-content .banner-content img {
    width: 246px;
    /*  background-color: #88888821;*/
    /*  padding: 30px;*/
    margin-bottom: 16px;
  }
  /* .home-hero .overlay-content .banner-content .ratings h4 {
    font-size: 12px;
  } */
}

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

.main-swiper .swiper-button-prev,
.main-swiper .swiper-button-next {
  background-color: transparent !important;
}
.main-swiper .swiper-button-prev::after,
.main-swiper .swiper-button-next::after {
  font-size: 40px !important;
}
.spare-parts-icons-sections {
  margin-bottom: 35px;
}
.spare-parts-icons-sections .card {
  border: 0;
  padding: 15px;
  border-radius: 15px;
  min-height: 100%;
}
.spare-parts-icons-sections .img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: var(--blue);
  padding: 15px;
  margin-inline: auto;
  margin-bottom: 15px;
  border-radius: 15px;
}
.spare-parts-icons-sections h3 {
  margin-bottom: 15px;
  height: 60px;
}
