@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");
@font-face {
  font-family: 'sssm';
  src: url("../fonts/SamsungOne-400.ttf");
}

@font-face {
  font-family: 'sssb';
  src: url("../fonts/SamsungSharpSans-Bold.ttf");
}

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

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

section {
  position: relative;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: "sssm";
  line-height: 26px;
  letter-spacing: .5px;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
}

a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #0093AD;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #0093AD;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 26px;
  margin-top: 0px;
  letter-spacing: 1px;
  color: #000;
  font-family: 'sssb';
}

p {
  margin-bottom: 0px;
}

ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0;
}

.container-mid {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.themePrimaryBtnClr {
  display: inline-block;
  background: #0093AD;
  color: #fff;
  padding: 7px 25px;
  border: 2px solid #0093AD;
  border-radius: 20px;
  text-transform: uppercase;
}

.themePrimaryBtnClr:hover {
  color: #fff;
  background: #071828;
  border: 2px solid #071828;
}

.themeSecondaryBtnClr {
  display: inline-block;
  background: #071828;
  color: #fff;
  padding: 7px 25px;
  border: 2px solid #071828;
  border-radius: 20px;
  text-transform: uppercase;
}

.themeSecondaryBtnClr:hover {
  color: #fff;
  background: #0093AD;
  border: 2px solid #0093AD;
}

.sectionCustomHeading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 1;
}

@media (max-width: 767px) {
  .sectionCustomHeading {
    font-size: 30px;
  }
}

.sectionCustomPara {
  text-align: center;
  max-width: 800px;
  font-size: 15px;
  margin: 0 auto 70px;
}

.siteHeader .mainMenuBar {
  background: #000;
  padding: 0 0;
}

.siteHeader .mainMenuBar .navbar-brand img {
  max-width: 120px;
}

@media screen and (max-width: 767px) {
  .siteHeader .mainMenuBar .navbar-brand img {
    top: 0;
  }
}

.siteHeader .mainMenuBar .navbar {
  padding: 0 0;
}

@media (max-width: 767px) {
  .siteHeader .mainMenuBar .navbar {
    padding: 10px 0;
  }
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  line-height: 42px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #0093AD;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  left: 0;
  border: 0;
  padding: 10px 5px;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS {
  margin: 10px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS h6 {
  background: #F7F7F7;
  margin-bottom: 0;
  padding: 5px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS:hover {
  cursor: pointer;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS:hover img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader .mainMenuBar .navbar .navbar-nav .nav-item.mega-dropdown .mega-dropdown-menu .webSS:hover h6 {
  background: #000;
  color: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler {
  background: #0093AD;
  border-radius: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 4px 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .middle-bar {
  opacity: 0;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.siteHeader .mainMenuBar .navbar .navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.siteFooter .preFooter {
  background: #fff;
  padding: 40px 0;
}

.siteFooter .preFooter .socialIcons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.siteFooter .preFooter .socialIcons li {
  display: inline-block;
  margin: 0 3px;
}

.siteFooter .preFooter .socialIcons li a {
  color: #fff;
  display: inline-block;
  border: 1px solid #828080;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  padding-top: 4px;
  text-align: center;
  border-radius: 2px;
}

.siteFooter .preFooter .socialIcons li a.facebook {
  background: #3b5999;
  border: 1px solid #3b5999;
}

.siteFooter .preFooter .socialIcons li a.google {
  background: #DD4B39;
  border: 1px solid #DD4B39;
}

.siteFooter .preFooter .socialIcons li a.twitter {
  background: #55ACEE;
  border: 1px solid #55ACEE;
}

.siteFooter .preFooter .socialIcons li a.linkedin {
  background: #0077B5;
  border: 1px solid #0077B5;
}

.siteFooter .preFooter .socialIcons li a.youtube {
  background: #CD201F;
  border: 1px solid #CD201F;
}

.siteFooter .preFooter p {
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

.siteFooter .preFooter h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.siteFooter .preFooter h3:before {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 0;
  width: 75px;
  height: 2px;
  background: #0093AD;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter h3 {
    margin-top: 20px;
  }
}

.siteFooter .preFooter .pageLinks li {
  line-height: 30px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.siteFooter .preFooter .pageLinks li a {
  display: block;
  padding: 3px 0;
  position: relative;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #0093AD;
}

@media screen and (max-width: 767px) {
  .siteFooter .preFooter .pageLinks li a {
    margin: 2px 0;
  }
}

.siteFooter .preFooter .pageLinks li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.siteFooter .copyright {
  padding: 5px 0;
  background: #000;
}

.siteFooter .copyright p {
  line-height: 36px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright p {
    font-size: 11px;
    text-align: center;
  }
}

.siteFooter .copyright .copyrightLinks {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .siteFooter .copyright .copyrightLinks {
    text-align: center;
    font-size: 11px;
  }
}

.siteFooter .copyright .copyrightLinks li {
  display: inline-block;
  margin-right: 8px;
  line-height: 36px;
}

.siteFooter .copyright .copyrightLinks li a {
  color: #fff;
}

.siteFooter .copyright .copyrightLinks li a:hover {
  color: #0093AD;
}

.siteFooter .copyright .copyrightLinks li:last-child {
  margin-right: 0;
}

.singlePageBanner {
  background: #F9F9F9;
  padding: 25px 0;
}

.singlePageBanner h2 {
  font-size: 26px;
}

.singlePageBanner .detail-list-top ul li {
  display: inline-block;
  margin-right: 10px;
}

.singlePageBanner .detail-list-top ul li i {
  color: #0093AD;
}

.single-page-middle-section {
  padding: 30px 0;
}

.single-page-middle-section .detailParaBottom {
  background: #F9F9F9;
  margin-top: 20px;
  padding: 25px 20px;
  border-left: 3px solid #0093AD;
}

.single-page-middle-section .main-detail-grid {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single-page-middle-section .main-detail-grid {
    margin-top: 30px;
  }
}

.single-page-middle-section .main-detail-grid .boxicon {
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  background: linear-gradient(80deg, #0093AD, #071828 100%);
}

.single-page-middle-section .main-detail-grid .boxicon i {
  font-size: 40px;
  padding-bottom: 5px;
  margin-top: 15px;
  display: inline-block;
}

.single-page-middle-section .main-detail-grid .boxicon p {
  margin-top: 10px;
}

.single-page-middle-section .feature-list-basic .feature-list-basic-left {
  padding: 0px;
  height: 60px;
  background-color: #f9f9f9;
  margin-bottom: 7px;
}

.single-page-middle-section .feature-list-basic .feature-list-basic-left i {
  float: left;
  width: 60px;
  height: 60px;
  background: #0093AD;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 57.5px;
  position: relative;
}

.single-page-middle-section .feature-list-basic .feature-list-basic-left i:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0093AD;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-right: -5px;
  margin-top: -5px;
}

.single-page-middle-section .feature-list-basic .feature-list-basic-left .feature-list-info-left {
  width: 78%;
  float: right;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.single-page-middle-section .feature-list-basic .feature-list-basic-left .feature-list-info-left h5 {
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 0;
}

.single-page-middle-section .vehicle-slider {
  margin-bottom: 20px;
}

.single-page-middle-section .vehicle-slider .carousel-inner .slider-bg-images {
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}

@media screen and (max-width: 767px) {
  .single-page-middle-section .vehicle-slider .carousel-inner .slider-bg-images {
    height: 300px;
  }
}

.single-page-middle-section .seo-menu-inner {
  text-align: center;
  margin: 5px 0;
}

.single-page-middle-section .seo-menu-inner a {
  background: #071828;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
}

.single-page-middle-section .seo-menu-inner a:hover {
  background: #0093AD;
}

.vehicle-features-section {
  padding: 30px 0;
  background: #f9f9f9;
}

.vehicle-features-section .nav.nav-tabs {
  border-bottom: 0px solid transparent;
}

.vehicle-features-section .nav.nav-tabs li {
  float: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  margin-bottom: 8px;
  width: 100%;
}

.vehicle-features-section .nav.nav-tabs li a {
  padding: 0px;
  color: #333;
  border-radius: 0;
  margin-right: 0;
  line-height: 40px;
  border: 0px;
  display: inline-block;
  width: 100%;
}

.vehicle-features-section .nav.nav-tabs li a i {
  float: left;
  width: 40px;
  height: 40px;
  background: #0093AD;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  position: relative;
  margin-right: 20px;
}

.vehicle-features-section .nav.nav-tabs li a i:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #0093AD;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-right: -5px;
  margin-top: -5px;
}

.vehicle-features-section .nav.nav-tabs li a.active {
  background: #071828;
  display: inline-block;
  color: #fff;
  width: 100%;
}

.vehicle-features-section .tab-content {
  padding: 20px;
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .vehicle-features-section .tab-content {
    margin-top: 20px;
  }
}

.vehicle-features-section .tab-content p {
  line-height: 26px;
}

.vehicle-features-section .tab-content h3 {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 20px;
}

.vehicle-features-section .tab-content ul {
  -webkit-columns: 2;
          columns: 2;
  list-style: circle;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .vehicle-features-section .tab-content ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

.allInventory {
  padding: 40px 0;
}

.allInventory .filterBlock {
  background: #F9F9F9;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.allInventory .filterBlock .filterBlockField {
  margin-bottom: 15px;
}

.allInventory .filterBlock .filterBlockField .rangeText {
  text-align: right;
  display: block;
  margin-top: 12px;
}

.allInventory .filterBlock .filterBlockField label {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.allInventory .filterBlock .filterBlockField select {
  width: 100%;
  height: 42px;
  background: #fff;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 1199px) {
  .allInventory .filterBlock .filterBlockField select {
    margin: 8px 0;
  }
}

.allInventory .filterBlock .filterBlockFieldButton button {
  height: 42px;
  width: 100%;
  text-align: center;
  border: 0;
  background: #0093AD;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.allInventory .vehicleInventory-grid {
  background: #F9F9F9;
  margin-bottom: 15px;
  padding: 15px 0;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content {
  margin-top: 10px;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleTitle {
  font-size: 22px;
  margin-bottom: 0;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehiclePrice {
  margin-top: 8px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #0093AD;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleDealer {
  margin-top: 8px;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content p i {
  color: #0093AD;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFill {
  background: #0093AD;
  border: 1px solid #0093AD;
  display: inline-block;
  width: 45%;
  margin-top: 15px;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 0;
}

@media screen and (max-width: 1300px) {
  .allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFill {
    margin-top: 20px;
  }
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFill:hover {
  background: #071828;
  border: 1px solid #071828;
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFillBlack {
  background: #071828;
  border: 1px solid #071828;
  display: inline-block;
  width: 45%;
  margin-top: 15px;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 0;
}

@media screen and (max-width: 1300px) {
  .allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFillBlack {
    margin-top: 20px;
  }
}

.allInventory .vehicleInventory-grid .vehicleInventory-content .vehicleActionFillBlack:hover {
  background: #0093AD;
  border: 1px solid #0093AD;
}

.allInventory .vehicleInventory-grid:last-child {
  margin-bottom: 0;
}

.mainFeaturedSection {
  background: #F7F7F7;
  padding: 50px 0;
}

.mainFeaturedSection .mainFeaturedSection-filter {
  margin-bottom: 30px;
}

.mainFeaturedSection .mainFeaturedSection-filter h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 68px;
}

@media (max-width: 767px) {
  .mainFeaturedSection .mainFeaturedSection-filter h1 {
    font-size: 30px;
    line-height: 44px;
  }
}

.mainFeaturedSection .mainFeaturedSection-filter p {
  margin-bottom: 10px;
  font-size: 15px;
}

.mainFeaturedSection .mainFeaturedSection-filter .exploreBtn {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #000;
  padding: 10px 30px;
  color: #000;
  border-radius: 3px;
}

.mainFeaturedSection .mainFeaturedSection-filter .exploreBtn:hover {
  background: #000;
  color: #fff;
}

.mainFeaturedSection .mainBannerImages .mainbannerstill {
  margin: 0 auto;
  display: block;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mainFeaturedSection .mainBannerImages .mainbannermoving {
  margin: 0 auto;
  display: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mainFeaturedSection .mainBannerImages:hover {
  cursor: pointer;
}

.mainFeaturedSection .mainBannerImages:hover .mainbannermoving {
  display: block;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mainFeaturedSection .mainBannerImages:hover .mainbannerstill {
  display: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.upcomingCars {
  padding: 50px 0 70px;
  background: #F7F7F7;
}

@media (max-width: 767px) {
  .upcomingCars .no-padding {
    padding: 0 15px;
  }
}

.upcomingCars .upcomingCarsCcontainer {
  position: relative;
}

.upcomingCars .upcomingCarsCcontainer .owl-prev {
  background: #071828;
  position: absolute;
  top: 50%;
  left: 20%;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .upcomingCarsCcontainer .owl-prev i {
  padding-top: 14px;
}

.upcomingCars .upcomingCarsCcontainer .owl-prev:hover {
  background: #0093AD;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .upcomingCarsCcontainer .owl-next {
  background: #071828;
  position: absolute;
  top: 50%;
  right: 20%;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .upcomingCarsCcontainer .owl-next i {
  padding-top: 14px;
}

.upcomingCars .upcomingCarsCcontainer .owl-next:hover {
  background: #0093AD;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .upcomingCarsCcontainer .ipadFrame {
  max-width: 740px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media (max-width: 1299px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    display: none;
  }
}

@media (min-width: 1300px) and (max-width: 1350px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 493px;
  }
}

@media (min-width: 1351px) and (max-width: 1400px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 545px;
  }
}

@media (min-width: 1401px) and (max-width: 1450px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 599px;
  }
}

@media (min-width: 1451px) and (max-width: 1500px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 645px;
  }
}

@media (min-width: 1501px) and (max-width: 1550px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 695px;
  }
}

@media (min-width: 1551px) and (max-width: 1600px) {
  .upcomingCars .upcomingCarsCcontainer .ipadFrame {
    max-width: 740px;
  }
}

.upcomingCars .owl-carousel .owl-item .item .upcomingCarsInner img {
  opacity: .4;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .owl-carousel .owl-item .item .upcomingCarsInner h5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .owl-carousel .owl-item.center .item .upcomingCarsInner img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.upcomingCars .owl-carousel .owl-item.center .item .upcomingCarsInner h5 {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.customizeWebsite {
  padding: 40px 0;
  background: #F7F7F7;
}

.customizeWebsite h3 {
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 35px;
}

@media (max-width: 767px) {
  .customizeWebsite h3 {
    font-size: 25px;
    line-height: 40px;
  }
}

.customizeWebsite p {
  margin-bottom: 10px;
}

.customizeWebsite .exploreBtn {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #333;
  padding: 10px 30px;
  color: #333;
  border-radius: 3px;
}

.customizeWebsite .exploreBtn:hover {
  background: #333;
  color: #fff;
}

#image {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-size: 141% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/display_fallback.png");
}

.mainSectionImage-content {
  position: relative;
  /* display: flex; */
  text-align: center;
  height: 550px;
}

.customizeWebsiteUpper {
  padding: 30px 0 0;
}

.customizeWebsiteUpper .sectionCustomPara {
  margin-bottom: 30px;
}

.ourProducts {
  padding: 40px 0;
}

.ourProducts .sectionCustomPara {
  margin-bottom: 30px;
}

.ourProducts .carousel {
  -webkit-perspective: 500px;
  perspective: 500px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ourProducts .carousel > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ourProducts .carousel figure {
  margin: 0;
  width: 40%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.ourProducts .carousel figure .productImg img {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px;
}

@media (max-width: 767px) {
  .ourProducts .productImg {
    padding: 0 !important;
  }
}

.ourProducts .carousel figure .productImg h5 {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .ourProducts .carousel figure .productImg h5 {
    font-size: 10px;
    margin: 0;
  }
}

.ourProducts .carousel figure .productImg:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}

.ourProducts nav button {
  background: #444;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 60px 13px;
}

@media (max-width: 767px) {
  .ourProducts nav button {
    font-size: 30px;
    padding: 20px;
  }
}

.ourProducts nav button.prev {
  left: 12%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ourProducts nav button.prev {
    left: 5%;
  }
}

@media (max-width: 767px) {
  .ourProducts nav button.prev {
    left: 0%;
  }
}

.ourProducts nav button.next {
  right: 12%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ourProducts nav button.next {
    right: 5%;
  }
}

@media (max-width: 767px) {
  .ourProducts nav button.next {
    right: 0%;
  }
}

.ourClients {
  background: #F7F7F7;
  padding: 30px 0;
}

.ourClients .ourClients-inner {
  background: #fff;
  border-radius: 3px;
}

#testimonial-area .section-heading h2 {
  font-size: 48px;
  line-height: 58px;
}

.testi-wrap {
  position: relative;
  height: 650px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info, .client-comment {
  position: relative;
  top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment, .client-single.inactive .client-info {
  display: none;
}

.client-single.inactive .client-comment, .client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}

.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.client-single.position-2 {
  left: 80px;
  top: 50px;
}

.client-single.position-3 {
  left: -40px;
  top: 250px;
}

.client-single.position-4 {
  left: 50px;
  top: 450px;
}

.client-single.position-5 {
  top: 50px;
  right: 80px;
}

.client-single.position-6 {
  top: 250px;
  right: -40px;
}

.client-single.position-7 {
  top: 450px;
  right: 50px;
}

/*Potrait Phone*/
@media only screen and (max-width: 768px) {
  .client-info {
    position: relative;
    top: -10px;
  }
  .client-info p {
    font-size: 15px !important;
    font-weight: 700;
  }
  .client-comment {
    position: relative;
    top: 0;
    padding: 0 10px;
  }
  .client-single.position-2 {
    left: -5% !important;
    top: 50px !important;
  }
  .client-single.position-3 {
    left: -15% !important;
    top: 230px !important;
  }
  .client-single.position-4 {
    left: -5% !important;
    top: 430px !important;
  }
  .client-single.position-5 {
    top: 50px !important;
    right: -5% !important;
  }
  .client-single.position-6 {
    top: 230px !important;
    right: -15% !important;
  }
  .client-single.position-7 {
    top: 430px !important;
    right: -5% !important;
  }
}

.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
}

.client-single.active .client-comment, .client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}

.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}

.client-single.active .client-img:before {
  border-radius: 100%;
  content: '';
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}

.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.client-single .client-img img:hover {
  border: 8px solid #000;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 6px solid #000;
}

.client-single.active .client-img img:hover {
  cursor: default;
}

@media only screen and (min-width: 992px) {
  .client-comment {
    width: 80%;
    margin: 0 auto;
  }
}

.client-comment h3 {
  font-size: 18px;
  line-height: 32px;
  color: black;
}

.client-comment span i {
  font-size: 60px;
  color: #000;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}

.client-info p {
  font-size: 20px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3, .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5, .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: 0;
  }
  .client-single.position-3, .client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5, .client-single.position-7, .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3, .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5, .client-single.position-7, .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3, .client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 550px;
  }
}

#testimonial-area {
  padding: 50px 0;
}

#testimonial-area .exploreBtn {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #000;
  padding: 10px 30px;
  color: #000;
  border-radius: 3px;
}

#testimonial-area .exploreBtn:hover {
  background: #000;
  color: #fff;
}
/*# sourceMappingURL=custom.css.map */