/*---------------------------- THEME COMMON STYLE START ------------------------------*/
@font-face {
  font-family: "ferrari-regular,sans-serif";
  src: url("../fonts/FerrariRegular.woff") format("truetype");
}

@font-face {
  font-family: "ferrari-medium,sans-serif";
  src: url("../fonts/FerrariMedium.woff") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "ferrari-regular,sans-serif";
  line-height: 22px;
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ferrari-medium,sans-serif";
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  font-family: "ferrari-regular,sans-serif";
}

ul, li {
  margin: 0;
  padding: 0;
}

button {
  border: none;
  font-family: "ferrari-medium,sans-serif";
}

button:focus {
  outline: 1px dotted transparent;
  outline: 5px auto -webkit-focus-ring-color;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.list-style-none {
  padding: 0;
  list-style-type: none;
}

.shadow-box {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.colorPrimary {
  color: #e0001a;
}

.colorSecondary {
  color: #000000;
}

/*-----------------theme common style ends----------------*/
.themeHeading {
  position: relative;
  margin-bottom: 25px;
}

.themeHeading h2 {
  color: #1f1f1f;
  position: relative;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .themeHeading h2 {
    font-size: 22px;
  }
}

.themeHeading p {
  font-size: 13px;
  max-width: 650px;
  width: 100%;
  color: #8b8b8b;
}

/*--------------------------------- Theme Button CSS Start ------------------------------ */
.themeBtn {
  position: relative;
  border: 0;
  padding: 10px 30px 12px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
  background-color: #e0001a;
  text-transform: capitalize;
  display: block;
  text-align: center;
  min-width: 125px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 991px) {
  .themeBtn {
    padding: 8px 15px 12px;
  }
}

.themeBtn.active {
  border: 0;
  background-color: #000000;
}

.themeBtn.active:hover {
  background-color: #e0001a;
  border-color: #e0001a;
}

.themeBtn:hover {
  color: #fff;
  background-color: #000000;
  border: 0;
}

.themeBtn:focus {
  border: 0;
  background-color: #000000;
}

.themeBtn-2 {
  background-color: #fff;
  color: #1f1f1f;
  position: relative;
  border: 0;
  padding: 8px 30px 12px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
  text-transform: capitalize;
  min-width: 125px;
  width: 100%;
  display: block;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media (max-width: 991px) {
  .themeBtn-2 {
    padding: 8px 15px 12px;
  }
}

.themeBtn-2.active {
  border: 0;
  background-color: #000000;
}

.themeBtn-2.active:hover {
  background-color: #e0001a;
  border-color: #e0001a;
}

.themeBtn-2:hover {
  color: #fff;
  background-color: #000000;
  border: 0;
}

.themeBtn-2:focus {
  border: 0;
  background-color: #000000;
}

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev,
#recent-articles-section .slick-next,
#new-car-section .slick-prev,
#new-car-section .slick-next,
#ourVehicles .slick-prev,
#ourVehicles .slick-next {
  top: 50%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #e0001a;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
  box-shadow: 2px 5px 5px rgba(25, 41, 61, 0.26);
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev,
  #recent-articles-section .slick-next,
  #new-car-section .slick-prev,
  #new-car-section .slick-next,
  #ourVehicles .slick-prev,
  #ourVehicles .slick-next {
    top: 45%;
    height: 45px;
    width: 45px;
  }
}

#recent-articles-section .slick-prev:hover,
#recent-articles-section .slick-next:hover,
#new-car-section .slick-prev:hover,
#new-car-section .slick-next:hover,
#ourVehicles .slick-prev:hover,
#ourVehicles .slick-next:hover {
  background: #000000;
  border: 2px solid #000000;
}

#recent-articles-section .slick-prev::before,
#recent-articles-section .slick-next::before,
#new-car-section .slick-prev::before,
#new-car-section .slick-next::before,
#ourVehicles .slick-prev::before,
#ourVehicles .slick-next::before {
  font-family: "FontAwesome";
  color: #f1f1f1;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev::before,
  #recent-articles-section .slick-next::before,
  #new-car-section .slick-prev::before,
  #new-car-section .slick-next::before,
  #ourVehicles .slick-prev::before,
  #ourVehicles .slick-next::before {
    font-size: 24px;
  }
}

#recent-articles-section .slick-prev:hover::before,
#recent-articles-section .slick-next:hover::before,
#new-car-section .slick-prev:hover::before,
#new-car-section .slick-next:hover::before,
#ourVehicles .slick-prev:hover::before,
#ourVehicles .slick-next:hover::before {
  color: #f1f1f1;
}

#recent-articles-section .slick-prev,
#new-car-section .slick-prev,
#ourVehicles .slick-prev {
  left: -15px;
}

#recent-articles-section .slick-prev::before,
#new-car-section .slick-prev::before,
#ourVehicles .slick-prev::before {
  content: "\f104";
}

#recent-articles-section .slick-next,
#new-car-section .slick-next,
#ourVehicles .slick-next {
  right: -15px;
}

#recent-articles-section .slick-next::before,
#new-car-section .slick-next::before,
#ourVehicles .slick-next::before {
  content: "\f105";
}

/* ----------------------------- Select2 Design CSS Start --------------------------*/
.searchBox {
  position: relative;
  z-index: 1;
}

.searchBox .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.searchBox .select2-container .select2-selection--single {
  height: 45px;
  border: 1px solid #ccc;
  outline: none;
}

.searchBox .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  outline: none;
  padding-left: 8px;
  padding-right: 22px;
  color: #666;
  border: 0px;
  border-radius: 0px;
}

.searchBox .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1f1f1f;
}

.select2-dropdown {
  border: 0px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 8;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin: 0 10px;
  margin-top: 10px;
  width: 92%;
  margin-bottom: 10px;
}

/*--------------------------------- Header Section Start ------------------------------ */
.top-bar {
  background-color: #000000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.top-bar .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 11px;
  line-height: 32px;
}

.top-bar .d-flex p {
  border-left: 1px solid rgba(255, 255, 255, 0.33);
}

.top-bar .d-flex a {
  color: #fff;
}

.top-bar .d-flex i {
  position: relative;
  top: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .top-bar {
    display: none;
  }
}

.site-header {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.03);
          box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.03);
  z-index: 11;
  -webkit-transition: .5s;
  transition: .5s;
}

.site-header .header__subtitle {
  color: #7c7c7c;
  text-transform: uppercase;
  font-family: "ferrari-medium,sans-serif";
  font-size: 14px;
}

@media (max-width: 991px) {
  .site-header {
    padding: 5px 0;
  }
}

.site-header.site-header-active {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.07);
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
}

.site-header.site-header-active .navbar .navbar-expand-lg li a::after {
  display: none;
}

.site-header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .site-header .navbar {
    padding: 0px 15px;
  }
}

.site-header .navbar.navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg .navbar-nav {
    margin: 0px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.site-header .navbar.navbar-expand-lg li {
  display: inline-block;
}

.site-header .navbar.navbar-expand-lg li.dropdown:nth-last-child(2) .dropdown-menu, .site-header .navbar.navbar-expand-lg li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

.site-header .navbar.navbar-expand-lg li.dropdown.show a::after {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li {
    padding: 0;
  }
}

.site-header .navbar.navbar-expand-lg li a {
  position: relative;
  text-transform: capitalize;
  padding: 15px 10px;
  font-size: 13px;
  line-height: 60px;
  color: #000000;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.site-header .navbar.navbar-expand-lg li a.wishlist-icon {
  background-color: #e0001a;
  padding: 0px 10px;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li a.wishlist-icon {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar.navbar-expand-lg li a.wishlist-icon {
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .site-header .navbar.navbar-expand-lg li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li a:hover {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li a {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .site-header .navbar.navbar-expand-lg li a {
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
  }
}

.site-header .navbar.navbar-expand-lg li a.dropdown-toggle::after {
  border: none;
  position: relative;
  top: 0;
  margin-left: 6px;
  height: 7px;
  width: 7px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

@media (min-width: 992px) {
  .site-header .navbar.navbar-expand-lg li.dropdown:hover .dropdown-toggle::after {
    top: 6px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.site-header .navbar.navbar-expand-lg li .dropdown-menu {
  border: 1px solid #f1f1f1;
  border-top: none;
  border-bottom: none;
  top: 97%;
  border-radius: 0;
  padding: 0;
  min-width: 15rem;
  border-top: 1px solid #f1f1f1;
  z-index: 1;
}

.site-header .navbar.navbar-expand-lg li .dropdown-menu li {
  display: block;
}

.site-header .navbar.navbar-expand-lg li .dropdown-menu li a {
  text-align: left;
  color: #1f1f1f;
  padding: 15px;
  line-height: 1;
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
}

.site-header .navbar.navbar-expand-lg li .dropdown-menu li a:focus, .site-header .navbar.navbar-expand-lg li .dropdown-menu li a:hover, .site-header .navbar.navbar-expand-lg li .dropdown-menu li a:active {
  background-color: #e0001a;
  color: #fff;
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li .dropdown-menu li a {
    background-color: rgba(241, 241, 241, 0.44);
    text-align: center;
  }
}

.site-header .navbar-toggler {
  background: transparent;
  border-radius: 0;
  float: right;
  margin: 10px 5px;
}

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

.site-header .navbar-toggler .top-bar {
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-transform-origin: 90% 90%;
          transform-origin: 90% 90%;
}

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

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

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

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

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

.navbar-brand {
  margin: 0;
  padding: 0;
  margin-right: 15px;
}

.navbar-brand img {
  max-width: 122px;
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  .site-header .navbar-nav li {
    display: block;
  }
}

/*--------------------------------- Header Section End ------------------------------ */
@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    top: 62px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 62px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }
  .site-header .navbar-collapse.collapsing {
    height: 100vh;
    margin-right: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow-y: scroll;
  }
}

.site-footer {
  background: #111;
  position: relative;
  z-index: 1;
}

.site-footer .pre-footer {
  padding: 80px 0 50px;
}

.site-footer .pre-footer .footer-about {
  color: #fff;
  font-size: 12px;
}

.site-footer .pre-footer .footer-about p {
  max-width: 367px;
}

.site-footer .pre-footer .footer-about p a {
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-about p a:hover {
  color: #e0001a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-content {
  text-align: center;
  max-width: 1049px;
  width: 100%;
  margin: 0 auto;
}

.site-footer .pre-footer .footer-content p {
  color: #f1f1f1;
}

.site-footer .pre-footer h4 {
  color: #f1f1f1;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer .pre-footer h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
}

.site-footer .pre-footer .footer-menu {
  text-align: left;
}

@media (max-width: 991px) {
  .site-footer .pre-footer .footer-menu {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.site-footer .pre-footer .footer-menu ul {
  padding-left: 0;
}

.site-footer .pre-footer .footer-menu ul li {
  list-style: none;
  color: #f1f1f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a {
  position: relative;
  color: #f1f1f1;
  display: block;
  text-transform: capitalize;
  margin: 7px 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 10px;
}

.site-footer .pre-footer .footer-menu ul li:hover {
  color: #f1f1f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li:hover a {
  color: #e0001a;
}

@media (max-width: 767px) {
  .site-footer .pre-footer {
    padding: 50px 0 20px;
  }
}

.site-footer .copyright-footer {
  padding: 10px 0 30px;
  text-align: center;
  font-size: 9px;
}

.site-footer .copyright-footer p {
  color: #f1f1f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer p {
    line-height: 25px;
  }
}

.site-footer .copyright-footer p a {
  color: #f1f1f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .copyright-footer p:hover a {
  color: #f1f1f1;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .site-footer .copyright-footer {
    padding: 10px 0 35px;
  }
}

.social-links ul {
  text-align: left;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
}

.social-links li a i {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #f1f1f1;
  border-radius: 30px;
  margin-right: 10px;
}

.social-links li:hover a i {
  color: #e0001a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.heroSection {
  position: relative;
  z-index: 0;
}

.heroSection .carousel-inner .carousel-item {
  position: relative;
  height: 550px;
}

@media (max-width: 991px) {
  .heroSection .carousel-inner .carousel-item {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item {
    height: auto;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item .carousel-img {
    position: relative;
    height: 200px;
  }
}

@media (max-width: 575px) {
  .heroSection .carousel-inner .carousel-item .carousel-img {
    height: 150px;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.43)), color-stop(65%, transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.43) 10%, transparent 65%);
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item .carousel-img::before {
    display: none;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-caption {
  right: auto;
  bottom: auto;
  bottom: 0%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  width: 100%;
  max-width: 510px;
}

.heroSection .carousel-inner .carousel-item .carousel-caption .offer-cta {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption {
    position: relative;
    color: #1f1f1f;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    width: 100%;
    padding: 15px;
    margin-bottom: 50px;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 20px;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-caption .themeBtn, .heroSection .carousel-inner .carousel-item .carousel-caption .themeBtn-2 {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.heroSection .carousel-control-prev,
.heroSection .carousel-control-next {
  width: 10%;
  color: #e0001a;
}

@media (max-width: 767px) {
  .heroSection .carousel-control-prev,
  .heroSection .carousel-control-next {
    top: -200px;
  }
}

@media (max-width: 767px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption {
    color: #fff;
    background: #111;
    margin-bottom: 0;
    max-width: unset;
  }
}

@media (max-width: 500px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption .themeBtn-2 {
    font-size: 13px;
  }
}

/************************************************************
    service Seo Menu
  ************************************************************/
.service-seoMenu {
  background-image: url("../images/service-bg.png");
  background-color: #fbfbfb;
  padding: 180px 0 280px;
  background-size: cover;
  background-position: 120px bottom;
  background-repeat: no-repeat;
}

.service-seoMenu h5 {
  color: #e0001a;
  font-size: 19px;
}

.service-seoMenu-content {
  color: #111;
}

@media (max-width: 1199px) {
  .service-seoMenu-content {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 25px;
    border-radius: 5px;
  }
}

.service-seoMenu-content .themeBtn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.ctaSection {
  background-color: #f9f9f9;
  padding: 75px 0;
}

.cta-block-outer {
  position: relative;
  padding: 15px 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px -8px #000000;
          box-shadow: 0 4px 12px -8px #000000;
}

.cta-block-outer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .cta-block-outer {
    padding: 20px;
  }
}

.ctaBlock {
  color: #fff;
  z-index: 0;
  border-top-right-radius: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 100%;
}

.ctaBlock:hover {
  color: #fff;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.ctaBlock h2 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}

.ctaBlock h2::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 4px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.ctaBlock p {
  font-size: 13px;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .ctaBlock p {
    margin-bottom: 2em;
  }
}

.ctaBlock .themeBtn {
  display: inline-block;
  max-width: 184px;
  width: 100%;
  font-size: 12px;
  padding: 10px;
  letter-spacing: .6px;
}

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 15px 17px;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  position: relative;
  top: -52px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

@media (max-width: 767px) {
  .searchBox {
    position: unset;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px 5px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
}

.searchBox .form-input {
  width: 20%;
  margin-bottom: 8px;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .searchBox .form-input {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

@media (max-width: 575px) {
  .searchBox .form-input {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.searchBox .themeBtn {
  padding: 10px 40px 12px;
  border-radius: 3px;
  font-size: 14px;
}

.hero-cta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-cta .hero-cta-block {
  border: 1px solid rgba(241, 241, 241, 0.55);
  border-radius: 5px;
  margin: 5px;
  background-color: rgba(31, 31, 31, 0.77);
  padding: 15px;
  min-width: 180px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .hero-cta .hero-cta-block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 150px;
  }
}

.hero-cta .hero-cta-block:hover {
  background-color: #e0001a;
}

.hero-cta .hero-cta-block img {
  max-width: 45px;
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 575px) {
  .hero-cta .hero-cta-block img {
    max-width: 45px;
  }
}

.hero-cta .hero-cta-block h4 {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .hero-cta .hero-cta-block h4 {
    font-size: 15px;
  }
}

/* ------------------------------------- New Car Section CSS Start  ---------------------------------*/
.new-car-section {
  padding: 0px 0 75px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .new-car-section {
    padding-top: 70px;
  }
}

.new-car-section .new-car-wrapper {
  text-align: center;
  position: relative;
  display: block;
  outline: none;
  color: #444;
  padding: 0px;
  margin: 15px 0;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.new-car-section .new-car-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-section .new-car-wrapper .new-car-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.new-car-section .new-car-wrapper .new-car-img a {
  display: block;
}

.new-car-section .new-car-wrapper .new-car-img img {
  position: relative;
  margin: 0 auto;
}

.new-car-section .new-car-wrapper .new-car-title {
  padding: 20px;
}

.new-car-section .new-car-wrapper .new-car-title a {
  color: #1f1f1f;
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 1199px) {
  .new-car-section .new-car-wrapper .new-car-title a {
    font-size: 16px;
  }
}

.new-car-section .new-car-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.new-car-section .new-car-wrapper:hover .new-car-title a {
  color: #e0001a;
}

.new-car-section .new-car-wrapper:hover::before {
  width: 0%;
}

.new-car-section .new-car-wrapper:hover .themeBtn {
  background: #e0001a;
  color: #fff;
  border: 1px solid #e0001a;
}

.new-car-section .new-car-wrapper .new-car-content {
  padding: 20px;
}

.new-car-section .new-car-btn .themeBtn {
  display: block;
  text-align: center;
  width: 100%;
  background: transparent;
  color: #333;
  border: 1px solid #888;
  font-size: 13px;
  text-transform: capitalize;
  padding: 8px 8px 10px 8px;
  margin: 0 auto;
}

.new-car-section .themeBtn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

/* ------------------------------------- New Car Section CSS End  ---------------------------------*/
/* ------------------------------------- Our Vehicles Section CSS Start  ---------------------------------*/
.ourVehicles {
  padding: 75px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.ourVehicles .ourVehicles-slider .slider-title .slick-list {
  margin: 0 -5px;
}

.ourVehicles .ourVehicles-slider .slider-title .slick-slide > div {
  padding: 0 15px;
}

.ourVehicles .ourVehicles-slider {
  -webkit-box-shadow: 1px 2px 3px #b2b2b2;
          box-shadow: 1px 2px 3px #b2b2b2;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f6f7f8;
}

.ourVehicles .ourVehicles-slider::before {
  position: absolute;
  content: "";
  left: -225px;
  top: -225px;
  width: 65%;
  height: 200%;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
}

.ourVehicles .slider-title {
  text-align: center;
  background-color: transparent;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 1em;
}

.ourVehicles .slider-title p {
  border-bottom: 2px solid #ccc;
  text-transform: capitalize;
  cursor: pointer;
  color: #1f1f1f;
  padding: 12px 0;
  margin-bottom: 0px;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 13px;
  position: relative;
}

.ourVehicles .slider-title p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 0px;
  height: 3px;
  background-color: #e0001a;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ourVehicles .slider-title p:hover::before {
  width: 100%;
}

.ourVehicles .vehicle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box {
    display: block;
  }
}

.ourVehicles .vehicle-box .vehicle-box-content {
  max-width: 450px;
  width: 100%;
}

.ourVehicles .vehicle-box .vehicle-box-content ul {
  padding-left: 15px;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 30px 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 30px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box .vehicle-box-content {
    padding: 15px;
  }
}

.ourVehicles .vehicle-box .themeBtn {
  display: inline-block;
  max-width: 222px;
  width: 100%;
}

.ourVehicles .vehicle-box h2 {
  color: #1f1f1f;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 24px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 28px;
  }
}

.ourVehicles .vehicle-box h6 {
  font-size: 18px;
  line-height: 1;
  color: #e0001a;
}

.ourVehicles .vehicle-box p {
  line-height: 1;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  max-width: 300px;
  width: 100%;
}

.ourVehicles .vehicle-box p span {
  font-size: 22px;
  color: #e0001a;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-box p {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ourVehicles .vehicle-box p {
    font-size: 17px;
  }
}

.ourVehicles .vehicle-box li {
  font-size: 13px;
  line-height: 28px;
}

.ourVehicles .vehicle-box li span {
  font-weight: 700;
}

.ourVehicles .vehicle-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

@media (max-width: 991px) {
  .ourVehicles .vehicle-img {
    height: 250px;
  }
}

.ourVehicles .vehicle-img img {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.ourVehicles .theme-btn {
  display: inline-block;
  max-width: 175px;
  margin: 0 3px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .ourVehicles .theme-btn {
    max-width: 125px;
    margin: 0 1px;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .theme-btn {
    max-width: 140px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

#ourVehicles .slick-list {
  width: 100%;
  padding: 0 !important;
}

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p {
  color: #e0001a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #e0001a;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ourVehicles .slick-prev,
#ourVehicles .slick-next {
  top: 65%;
  z-index: 2;
}

#ourVehicles .slick-prev::before,
#ourVehicles .slick-next::before {
  height: 45px;
  width: 45px;
}

#ourVehicles .slick-prev {
  left: 0px;
}

#ourVehicles .slick-next {
  right: 0px;
}

@media (min-width: 992px) {
  #ourVehicles button.slick-arrow {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #ourVehicles .slider-title {
    display: none !important;
  }
}

/* ------------------------------------- Our Vehicles Section CSS End  ---------------------------------*/
.aboutUs {
  position: relative;
  padding: 500px 0px 0;
  color: #1f1f1f;
  background: url("../images/about.jpg");
  background-position: top;
  background-size: cover;
}

.aboutUs .container-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

@media (max-width: 1100) {
  .aboutUs .container-full {
    height: auto;
    padding: 60px 0;
    text-align: center;
  }
}

.aboutUs-inner {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #f6f7f8), to(rgba(246, 247, 248, 0)));
  background: linear-gradient(0deg, #f6f7f8 60%, rgba(246, 247, 248, 0));
  color: #181818;
  padding: 180px 40px 80px;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  width: 100%;
}

.aboutUs-inner h2 {
  line-height: 1.3;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 12px;
  font-size: 30px;
}

@media (max-width: 991px) {
  .aboutUs-inner h2 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .aboutUs-inner h2 {
    font-size: 22px;
    line-height: 1;
  }
}

.aboutUs-inner p {
  max-width: 970px;
  margin: 0 auto;
}

.aboutUs-inner .themeBtn {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}

.dealer-direction-section {
  padding: 30px 10px;
  background-color: #333;
  text-align: center;
}

.dealer-direction-section h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.27em;
}

.dealer-direction-section i {
  font-size: 19px;
  border: 2px solid #838383;
  border-radius: 30px;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-direction-section:hover i {
  border: 2px solid #e0001a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.reachUs {
  line-height: 0;
  padding: 55px 0 48px;
}

.reachUs-contact {
  max-width: 520px;
  margin: 0 auto;
  color: #555;
  background: #fcfcfc;
  padding: 30px;
  border-radius: 10px;
}

.reachUs-contact table {
  background: #fff;
}

.reachUs-contact h2 {
  margin-bottom: 25px;
  font-size: 40px;
}

.reachUs-contact ul {
  margin-bottom: 15px;
}

.reachUs-contact ul p {
  font-size: 16px;
}

.reachUs-contact ul a {
  color: #555;
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
}

.reachUs-contact table th,
.reachUs-contact td {
  padding: 19px;
  font-size: 17px;
  color: #000;
}

.reachUs-contact div a {
  color: #e0001a;
  text-decoration: underline;
  font-weight: 600;
}

/****************************************
 bottom contact Section starts
****************************************/
.bottom-contact-section {
  padding: 70px 0 40px;
  position: relative;
  overflow: hidden;
}

.dealer-timing {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.dealer-timing h4 {
  border-bottom: 2px solid #e0001a;
  color: #000000;
  padding-bottom: 10px;
  background-color: #f9f9f9;
  /* margin-bottom: 10px; */
  padding-top: 10px;
}

@media (max-width: 767px) {
  .dealer-timing h4 {
    font-size: 20px;
  }
}

.dealer-timing ul {
  padding-left: 0;
  padding: 10px 0;
}

.dealer-timing ul li {
  display: table;
  width: 100%;
  padding: 7px 0px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 14px;
}

.dealer-timing ul li a {
  color: #666;
}

.dealer-timing ul li:hover a {
  color: #000000;
}

.dealer-timing .theme-btn-inverse {
  padding: 10px 20px;
  border: 0;
}

/****************************************
bottom contact Section ends
****************************************/
.recent-articles-section {
  padding: 65px 0px 70px;
}

.recent-articles-section .themeBtn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.recent-articles-wrapper {
  padding: 5px;
  text-align: center;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 10px 23px -8px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 16%;
  height: 2px;
  background-color: #000000;
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper a {
  display: block;
}

.recent-articles-wrapper .recent-articles-bg {
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-bg .recent-articles-img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  background: rgba(0, 0, 0, 0.01);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category span {
  background-color: #e0001a;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  min-width: 94px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  border-radius: 3px 3px 0 0;
  transition: all 0.5s;
  position: absolute;
  top: 175px;
  left: 38%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content {
  padding: 15px 15px 20px;
  position: relative;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
  color: #000000;
  font-size: 16px;
  min-height: 54px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 15px;
    min-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 16px;
    min-height: 48px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
    font-size: 16px;
    min-height: 48px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-text {
  padding-top: 0px;
  line-height: 21px;
  font-size: 12px;
  min-height: 53px;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content .recent-articles-text {
    padding-top: 8px;
    font-size: 13px;
    line-height: 21px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-btn {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover {
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.18);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover::before {
  background-color: #e0001a;
  width: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.recent-articles-wrapper:hover .recent-articles-title > a {
  color: #e0001a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-btn {
  letter-spacing: 1.8px;
  color: #e0001a;
}

.recent-articles-section .slick-slide {
  margin: 0 15px;
}
/*# sourceMappingURL=main.css.map */