@import url("https://fonts.googleapis.com/css?family=Poppins:400");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.mb-30 {
  margin-bottom: 30px;
}

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

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

body {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #747474;
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
  line-height: 26px;
  margin-top: 0px;
}

p {
  margin-bottom: 0px;
}

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

.greyBg {
  background: #F5F7F9;
}

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

.themeBtnWhite {
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  min-width: 150px;
  padding: 10px 0;
}

.themeBtnWhite:hover {
  background: #328FE4;
  border-color: #328FE4;
  color: #fff;
}

.themeBtn {
  border: 2px solid #65707B;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  color: #65707B;
  font-size: 14px;
  min-width: 150px;
  padding: 10px 0;
}

.themeBtn:hover {
  background: #328FE4;
  border-color: #328FE4;
  color: #fff;
}

.siteHeader {
  width: 100%;
  z-index: 2;
  background: #fff;
}

.siteHeader .topbar {
  background: #328FE4;
  padding: 3px 0;
}

.siteHeader .topbar .contactInfo {
  text-align: right;
  line-height: 34px;
}

.siteHeader .topbar .contactInfo li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

.siteHeader .topbar .contactInfo li a {
  color: #fff;
}

.siteHeader .topbar .contactInfo li a span {
  font-weight: 500;
  text-transform: uppercase;
}

.siteHeader .topbar .contactInfo li a span i {
  margin-right: 2px;
}

.siteHeader .topbar .contactInfo li a:hover {
  color: #65707B;
}

.siteHeader .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

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

.siteHeader .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
  font-size: 13px;
  padding: 8px 12px;
  letter-spacing: 1.5px;
}

.siteHeader .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #328FE4;
}

.siteHeader .navbar .navbar-toggler {
  background: #328FE4;
  border-radius: 0;
}

.siteHeader .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 .navbar .navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

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

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

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

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

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

.mainSectionheading {
  text-align: center;
}

.mainSectionheading h2 {
  font-size: 26px;
  margin-bottom: 5px;
  color: #65707B;
}

.mainSectionheadingWhite {
  text-align: center;
}

.mainSectionheadingWhite h2 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 5px;
}

.mainSectionheadingWhite p {
  color: #fff;
}

.siteFooter .footerCTA {
  background: url("../images/blurbg.jpg");
  padding: 50px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.siteFooter .footerCTA::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
  opacity: .6;
}

.siteFooter .footerCTA img {
  margin-bottom: 20px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.siteFooter .footerCTA h3 {
  color: #fff;
  margin-bottom: 15px;
}

.siteFooter .footerCTA h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.siteFooter .footerCTA a {
  margin-right: 10px;
  min-width: 200px;
  margin-top: 20px;
}

.siteFooter .preFooter {
  border-top: 5px solid #328FE4;
  padding: 40px 0;
  background: #222222;
}

.siteFooter .preFooter p i {
  color: #328FE4;
}

.siteFooter .preFooter h3 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid #65707B;
  padding: 5px 0 5px 10px;
}

.siteFooter .preFooter .companyAddress li {
  margin-bottom: 5px;
}

.siteFooter .preFooter .companyAddress li i {
  color: #328FE4;
  margin-right: 3px;
}

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

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

.siteFooter .preFooter .pageLinks li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 18px;
  background: #328FE4;
  width: 10px;
  height: 2px;
}

.siteFooter .preFooter .pageLinks li a:hover {
  color: #65707B;
}

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

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

.siteFooter .preFooter .newsBlock li {
  margin-bottom: 5px;
}

.siteFooter .preFooter .newsBlock li:last-child {
  margin-bottom: 0;
}

.siteFooter .preFooter .newsBlock li a i {
  color: #328FE4;
}

.siteFooter .preFooter .opHours li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  padding-bottom: 3px;
}

.siteFooter .preFooter .opHours li i {
  color: #328FE4;
}

.siteFooter .preFooter .opHours li span {
  float: right;
}

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

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

@media screen and (max-width: 767px) {
  .siteFooter .socialIcons {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.siteFooter .copyright {
  padding: 10px 0;
  background: #242424;
  border-top: 1px solid #333;
}

.siteFooter .copyright p {
  font-size: 13px;
  line-height: 36px;
}

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

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

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

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

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

.mainSection {
  padding: 130px 0;
  background: url("../images/mainBg.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  background-attachment: fixed;
}

.mainSection::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}

.mainSection .mainBlockInner {
  max-width: 800px;
  margin: 0 auto;
}

.mainSection .mainBlockInner .mainBlockInner-content {
  text-align: center;
}

.mainSection .mainBlockInner .mainBlockInner-content h1 {
  color: #fff;
  line-height: 50px;
  font-size: 28px;
  margin-bottom: 0;
}

.mainSection .mainBlockInner .mainBlockInner-content p {
  color: #fff;
}

.mainSection .mainBlockInner .mainBlockInner-form {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 5px;
}

.mainSection .mainBlockInner .mainBlockInner-form input {
  width: 80%;
  float: left;
  height: 46px;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mainSection .mainBlockInner .mainBlockInner-form button {
  width: 20%;
  background: #328FE4;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 46px;
  border: 0;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mainSection .mainBlockInner .mainBlockInner-form button:hover {
  background: #65707B;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mainSection .searchDealerByBrand-inner {
  margin-top: 50px;
}

.mainSection .searchDealerByBrand-inner .item .brand-name {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
  border-radius: 5px;
}

.servicesBlock {
  padding: 50px 0;
}

.servicesBlock .servicesBlockInner {
  background: #328FE4;
  padding: 20px 0 0;
  width: 100%;
  display: table;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-img {
  margin-bottom: 15px;
  padding: 0 20px;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-img img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content {
  padding: 0 20px;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content h4 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

.servicesBlock .servicesBlockInner .servicesBlockInner-content p {
  margin-bottom: 0;
  color: #fff;
}

.otServices {
  padding: 50px 0;
  background: linear-gradient(135deg, #343e44 0%, #0d0f10 100%);
}

.otServices .otServices-inner {
  margin-top: 40px;
  text-align: center;
}

.otServices .otServices-inner .otServices-img img {
  height: 130px;
}

.otServices .otServices-inner .otServices-content {
  margin-top: 20px;
}

.otServices .otServices-inner .otServices-content h4 {
  color: #fff;
  font-size: 20px;
}

.otServices .otServices-inner .otServices-content p {
  color: #fff;
}

.otServices .otServices-inner .otServices-content a {
  min-width: 200px;
  margin-top: 20px;
}

.mostSearchedCars {
  background: url("../images/tiny_grid.png");
  padding: 50px 0;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .nav.nav-tabs {
  border-bottom: 0;
  margin-top: 30px;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .nav.nav-tabs .nav-item {
  margin-right: 8px;
  margin-bottom: 0;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .nav.nav-tabs .nav-item .nav-link {
  background: #fff;
  min-width: 150px;
  text-align: center;
  color: #333;
  border: 0;
  border-bottom: 2px solid #328FE4;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .nav.nav-tabs .nav-item .nav-link.active {
  background: #65707B;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .nav.nav-tabs .nav-item .nav-link {
    text-transform: capitalize;
    margin-top: 10px;
  }
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .tab-content .vehicleGrid {
  margin-top: 40px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .tab-content .vehicleGrid .vehicleGrid-Img {
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .tab-content .vehicleGrid .vehicleGrid-content {
  text-align: center;
  background: #fff;
  padding: 15px 0;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .tab-content .vehicleGrid .vehicleGrid-content h4 {
  font-size: 16px;
}

.mostSearchedCars .mostSearchedCarsBlock .mostSearchedCarsBlock-from .tab-content .vehicleGrid .vehicleGrid-content p {
  text-transform: uppercase;
}

.blogSection {
  padding: 50px 0;
}

.blogSection .blogBigBlock {
  margin-top: 30px;
}

.blogSection .blogBigBlock .blogBigBlockImg {
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  border-radius: 4px;
  z-index: 0;
}

.blogSection .blogBigBlock .blogBigBlockImg::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  border-radius: 4px;
  z-index: -1;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content {
  padding: 15px;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content .blogcate {
  text-transform: uppercase;
  color: #fff;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content .blogBigBlock-contentbottom {
  position: absolute;
  bottom: 10px;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content h3 {
  line-height: 32px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.blogSection .blogBigBlock .blogBigBlockImg .blogBigBlock-content a {
  color: #fff;
}

.aboutSection {
  padding: 50px 0;
}

.aboutSection .aboutsmallImg {
  margin-top: 30px;
}

.aboutSection .aboutSectionContent h2 {
  margin-bottom: 15px;
  font-size: 25px;
  color: #328FE4;
  text-transform: uppercase;
}

.aboutSection .aboutSectionContent p {
  margin-bottom: 10px;
}

.aboutSection .aboutSectionContent p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=custom.css.map */