@font-face {
  font-family: "ProximaNovaLight,fordngbs-antenna-re,arial,helvetica,sans-serif";
  src: url("../fonts/ProximaNova-Light-webfont.woff");
}

@font-face {
  font-family: "ProximaNovaBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  src: url("../fonts/ProximaNova-Bold-webfont.woff");
}

@font-face {
  font-family: "ProximaNovaRgRegular,arial,helvetica,sans-serif";
  src: url("../fonts/ProximaNova-Reg-webfont.woff");
}

@font-face {
  font-family: "ProximaNovaSBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  src: url("../fonts/ProximaNova-Sbold-webfont.woff");
}

@font-face {
  font-family: "lincolnmillerbblack,Times New Roman,Times,serif";
  src: url("../fonts/LincolnMillerBWGL-Black.woff");
}

body {
  font-family: "ProximaNovaRgRegular,arial,helvetica,sans-serif";
  line-height: 24px;
  font-size: 16px;
  overflow-x: hidden;
  color: #000;
  letter-spacing: .3px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  color: #324047;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  outline: none;
  border: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

button {
  border: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

button:focus {
  outline: none;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.main-heading {
  position: relative;
  margin-bottom: 35px;
}

.main-heading h2 {
  font-family: "ProximaNovaLight,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading h2 {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-heading h2 {
    font-size: 24px;
  }
}

.main-heading h5 {
  font-family: "lincolnmillerbblack,Times New Roman,Times,serif";
  font-size: 50px;
  line-height: 60px;
  text-transform: capitalize;
  letter-spacing: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .main-heading h5 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-heading h5 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-heading h5 {
    font-size: 45px;
    line-height: 55px;
  }
}

.theme-btn {
  background: #efefef;
  color: #324047;
  display: block;
  padding: 15px 20px;
  border-radius: 0px;
  border: 0;
  min-width: 125px;
  width: 100%;
  font-family: "ProximaNovaSBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.theme-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f26147;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  color: #324047;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover::after, .theme-btn:focus::after, .theme-btn:active::after {
  height: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

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

.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;
}

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev, #recent-articles-section .slick-next,
#new-car-section .slick-prev,
#new-car-section .slick-next {
  top: 47%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #f26147;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  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);
}

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

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

#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 {
  color: #f26147;
}

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

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

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

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

.site-header {
  background: #fff;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header.site-header-active {
  position: fixed;
  top: 0;
  width: 100%;
  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;
}

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

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

@media (max-width: 991px) {
  .site-header {
    padding: 10px 0;
    background: #fff;
  }
}

.site-header .header-top {
  padding: 7px 0;
  background-color: #3e4e55;
}

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

.site-header .header-top .dealer-contact {
  text-align: right;
}

.site-header .header-top ul li {
  display: inline-block;
  margin: 0 3px;
}

.site-header .header-top ul li span {
  text-transform: capitalize;
}

.site-header .header-top ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  padding-right: 12px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .header-top ul li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
  display: block;
}

.site-header .header-top ul li:last-child a:after {
  display: none;
}

.site-header .header-top ul li:hover a {
  color: #f26147;
}

.site-header.site-header-active .header-top {
  display: none;
}

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

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

.site-header .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header .navbar .navbar-brand img {
  max-width: 140px;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-brand img {
    max-width: 130px;
  }
}

.site-header .navbar .navbar-brand h6 {
  max-width: 170px;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  white-space: break-spaces;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-brand h6 {
    max-width: 110px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
  }
}

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

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

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

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

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

.site-header .navbar .navbar-nav li a {
  text-transform: uppercase;
  padding: 15px 12px;
  font-family: "ProximaNovaSBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 13px;
  line-height: 42px;
  color: #6b767b;
  letter-spacing: 3px;
  border-top: 2px solid transparent;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .navbar .navbar-nav li a {
    letter-spacing: 2px;
    padding: 15px 10px;
  }
}

.site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
  outline: 0;
  background: transparent;
  color: #000;
  border-top: 2px solid #f26147;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #000;
    font-size: 16px;
    line-height: 26px !important;
    border-top: 1px solid #eee;
    border-radius: 0px;
  }
  .site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
    color: #000;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #eee;
  }
}

.site-header .navbar .navbar-nav li ul li {
  display: block;
}

.site-header .navbar .navbar-nav li ul li a {
  padding: 15px;
  background: #fff;
  color: #636363;
  border-top: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: capitalize;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .navbar .navbar-nav li ul li a:hover {
  border-top: 0;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li ul li a {
    text-align: center;
  }
}

.site-header .navbar .navbar-nav li ul li:last-child a {
  border-bottom: 0px dotted #000;
}

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

.site-header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
  border: none;
  position: relative;
  top: 1px;
  margin-left: 8px;
  height: 7px;
  width: 7px;
  border-right: 2px solid #6b767b;
  border-bottom: 2px solid #6b767b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.site-header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  top: 74px;
  min-width: 12rem;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav .dropdown .dropdown-menu {
    width: 100% !important;
    text-align: center;
  }
}

.site-header .navbar .navbar-toggler {
  background: transparent;
  border-radius: 0;
  outline: none;
  padding: .25rem;
}

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

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

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

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

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

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

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

.site-header .navbar-collapse {
  position: relative;
}

@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    top: 64px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 64px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 64px);
    margin-right: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

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

.site-footer .pre-footer {
  background: #3e4e55;
  padding: 40px 0 45px;
}

@media (max-width: 991px) {
  .site-footer .pre-footer .footer-menu {
    margin: 15px 0;
  }
}

.site-footer .pre-footer .footer-menu h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .site-footer .pre-footer .footer-menu h4 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 7px;
  }
}

.site-footer .pre-footer .footer-menu li {
  padding: 3px 0;
}

.site-footer .pre-footer .footer-menu li a {
  font-family: "ProximaNovaLight,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.site-footer .pre-footer .footer-menu li a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 90%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.site-footer .pre-footer .footer-menu li a:hover::before {
  width: 90%;
  background-color: #f26147;
}

.site-footer .copyright-footer {
  background-color: #324047;
  padding: 15px 0;
}

.site-footer .copyright-footer p {
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

.dealer-social {
  text-align: right;
}

@media (max-width: 767px) {
  .dealer-social {
    text-align: center;
    padding-top: 10px;
  }
}

.dealer-social li {
  display: inline-block;
  padding: 0 3px;
}

.dealer-social li a {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a:hover {
  border-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-social li a.twitter {
  background-color: #00ACEE;
}

.dealer-social li a.facebook {
  background-color: #3B5998;
}

.dealer-social li a.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.dealer-social li a.pinterest {
  background-color: #E60023;
}

.recent-articles-wrapper {
  border-radius: 5px;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.recent-articles-wrapper .recent-articles-bg .articles-category {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 7px 15px 7px;
  text-transform: capitalize;
  border-radius: 10px;
  z-index: 2;
  line-height: 1;
  background-color: #f26147;
  color: #fff;
}

.recent-articles-wrapper .recent-articles-content {
  text-align: center;
  padding: 25px 15px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content {
    padding: 15px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content {
    padding: 15px 10px;
  }
}

.recent-articles-wrapper .recent-articles-content h3 > a {
  color: #324047;
  display: block;
  font-size: 20px;
  min-height: 60px;
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content h3 > a {
    font-size: 17px;
    min-height: 51px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-content-inner {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content p {
  margin-top: 0;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

@media (max-width: 767px) {
  .recent-articles-wrapper .recent-articles-content p {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .recent-articles-wrapper .recent-articles-content p {
    font-size: 15px;
    line-height: 22px;
  }
}

.recent-articles-wrapper .recent-articles-content .recent-articles-btn {
  font-family: "ProximaNovaBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #f26147;
}

.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);
}

.recent-articles-wrapper:hover .recent-articles-btn {
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover h3 > a {
  color: #f26147;
}

.recent-articles-wrapper:hover .articles-category {
  background: #324047 !important;
}

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

/* ------------------------------------- Home Banner CSS Start  ---------------------------------*/
.home-banner-section {
  padding-top: 100px;
  height: 700px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .home-banner-section {
    padding-top: 50px;
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section {
    padding-top: 50px;
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section {
    padding-top: 75px;
    height: 600px;
  }
}

.home-banner-section .home-banner-section-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-title {
  text-align: center;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.home-banner-title h1 {
  font-family: "lincolnmillerbblack,Times New Roman,Times,serif";
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

.home-banner-title h5 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
}

@media (max-width: 767px) {
  .home-banner-title h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-title h5 {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-title h5 {
    font-size: 17px;
  }
}

.home-banner-btn {
  text-align: center;
  margin-top: 20px;
}

.home-banner-btn .theme-btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  border-radius: 0px;
  margin: 5px 3px;
}

.home-banner-btn .theme-btn.orange-btn {
  background-color: #f26147;
  color: #fff;
}

.home-banner-btn .theme-btn.orange-btn::after {
  background-color: #fff;
}

.home-banner-btn .theme-btn.orange-btn:hover, .home-banner-btn .theme-btn.orange-btn:focus, .home-banner-btn .theme-btn.orange-btn:active {
  background: #efefef;
  color: #324047;
}

.home-banner-btn .theme-btn.orange-btn:hover::after, .home-banner-btn .theme-btn.orange-btn:focus::after, .home-banner-btn .theme-btn.orange-btn:active::after {
  background-color: #f26147;
}

.home-banner-btn .theme-btn.white-btn {
  background: #efefef;
  color: #324047;
}

.home-banner-btn .theme-btn.white-btn::after {
  background-color: #f26147;
}

.home-banner-btn .theme-btn.white-btn:hover, .home-banner-btn .theme-btn.white-btn:focus, .home-banner-btn .theme-btn.white-btn:active {
  background-color: #f26147;
  color: #fff;
}

.home-banner-btn .theme-btn.white-btn:hover::after, .home-banner-btn .theme-btn.white-btn:focus::after, .home-banner-btn .theme-btn.white-btn:active::after {
  background-color: #fff;
}

/* ------------------------------------- Home Banner CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Form CSS Start  ---------------------------------*/
.car-inventory-form-section {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}

.car-inventory-form-section .car-inventory-form-section-inner {
  margin-top: -25px;
  position: relative;
}

.findCarSearch {
  border-radius: 5px;
  background: #fff;
  padding: 10px 25px;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.findCarSearch .padding-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
  max-width: 20%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .findCarSearch .col-12.col-sm-12.col-md-12.padding-7 {
    max-width: 100%;
  }
}

.findCarSearch .filter-field {
  margin: 5px 0;
}

.findCarSearch .theme-btn {
  padding: 12px 20px;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  padding: 75px 0;
  position: relative;
}

.recent-articles-section .slick-slide {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .recent-articles-section .slick-slide {
    margin: 0 8px;
  }
}

.recent-articles-section .recent-articles-wrapper-btn {
  margin-top: 40px;
  position: relative;
}

.recent-articles-section .recent-articles-wrapper-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

/* ------------------------------------- Recent Article Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Map Section CSS Start  ---------------------------------*/
.dealer-map-section {
  position: relative;
}

.dealer-map-section .dealer-map {
  position: relative;
  overflow: hidden;
}

.dealer-map-section .dealer-map iframe {
  max-width: 1920px;
  width: 100%;
}

/* ------------------------------------- Dealer Map Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Contact Banner Section CSS Start  ---------------------------------*/
.dealer-contact-banner-section {
  padding: 100px 0 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.dealer-contact-banner-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.dealer-contact-banner-section .main-heading {
  margin-bottom: 10px;
  max-width: 440px;
  width: 100%;
}

.dealer-contact-banner-section .main-heading h5 {
  color: #fff;
}

.dealer-contact-banner-section .main-heading p {
  color: #fff;
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .dealer-contact-banner-section .main-heading p {
    font-size: 16px;
    line-height: 24px;
  }
}

.dealer-contact-banner-section .dealer-contact-btn .theme-btn {
  background: #efefef;
  color: #000;
  display: inline-block;
  max-width: 235px;
  width: 100%;
}

/* ------------------------------------- Dealer Contact Banner Section CSS End  ---------------------------------*/
/* ------------------------------------- Dealer Working Hours Section CSS Start  ---------------------------------*/
.dealer-working-hours-section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.dealer-working-hours-section .dealer-working-hours-section-inner {
  position: relative;
  margin-top: -100px;
}

.dealer-working-hours-wrapper {
  margin: 15px 0;
  background-color: #e3f3f5;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.dealer-working-hours-wrapper .dealer-department {
  background-color: #324047;
  padding: 10px;
  text-align: center;
}

.dealer-working-hours-wrapper .dealer-department h4 {
  background-color: #f26147;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 30px;
}

.dealer-working-hours-wrapper .dealer-timing {
  background-color: #fff;
}

.dealer-working-hours-wrapper .dealer-timing li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 7px 15px;
  text-transform: capitalize;
  font-size: 13px;
}

.dealer-working-hours-wrapper .dealer-timing li:nth-of-type(2n) {
  background-color: #f9f9f9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-wrapper .dealer-timing li:nth-of-type(2n):hover {
  background-color: #f4f4f4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-wrapper .dealer-timing li span.day {
  display: table-cell;
  width: 110px;
}

.dealer-working-hours-wrapper .dealer-timing li span.time {
  display: table-cell;
  text-align: right;
}

.dealer-working-hours-wrapper .dealer-timing li span.time.closed-dept {
  color: #f26147;
}

.dealer-working-hours-wrapper .dealer-contact-number {
  padding: 15px 10px;
  text-align: center;
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .dealer-working-hours-wrapper .dealer-contact-number {
    padding: 10px 5px;
  }
}

.dealer-working-hours-wrapper .dealer-contact-number h6 {
  line-height: 1.25;
  color: #324047;
}

@media (max-width: 767px) {
  .dealer-working-hours-wrapper .dealer-contact-number h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.dealer-working-hours-wrapper .dealer-contact-number p {
  line-height: 21px;
}

.dealer-working-hours-wrapper .dealer-contact-number p a {
  color: #f26147;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-working-hours-wrapper .dealer-contact-number:hover a {
  color: #324047;
}

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

.new-car-section .new-car-wrapper-btn {
  margin-top: 45px;
  position: relative;
}

.new-car-section .new-car-wrapper-btn .theme-btn {
  display: inline-block;
  max-width: 225px;
  width: 100%;
}

.new-car-wrapper {
  padding: 0 20px 20px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .new-car-wrapper {
    padding: 0 10px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .new-car-wrapper {
    padding: 0 10px 20px;
  }
}

.new-car-wrapper a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-img {
  padding-top: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-car-wrapper .new-car-title-content {
  text-align: left;
}

.new-car-wrapper .new-car-title-content h5 {
  font-family: "ProximaNovaBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 18px;
  color: #324047;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7e7c7d;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .new-car-wrapper .new-car-title-content h5 {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .new-car-wrapper .new-car-title-content h5 {
    font-size: 15px;
  }
}

.new-car-wrapper .new-car-title-content p {
  color: #324047;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .new-car-wrapper .new-car-title-content p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .new-car-wrapper .new-car-title-content p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

.new-car-wrapper .new-car-title-content .new-car-btn {
  font-family: "ProximaNovaBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #f26147;
  display: inline-block;
  margin-top: 7px;
}

.new-car-wrapper:hover {
  background: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.09);
}

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

/* ------------------------------------- New Car Section CSS End  ---------------------------------*/
/* ------------------------------------- Theme CTA Section CSS Start  ---------------------------------*/
.theme-cta-section {
  padding: 75px 0;
  position: relative;
  z-index: 1;
}

.theme-cta-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lincoln-new-car.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.25;
  z-index: -1;
}

.theme-cta-section .theme-cta-wrapper {
  background: #fff;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 20px 40px;
  margin: 10px 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-image {
  position: relative;
  display: inline-block;
  border-right: 5px dashed #324047;
  border-bottom: 5px solid #324047;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-image .theme-cta-image-inner {
  display: inline-block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 83px;
  background: #324047;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-image .theme-cta-image-inner img {
  max-width: 45px;
  width: 100%;
  margin: 0 auto;
}

.theme-cta-section .theme-cta-wrapper h4 {
  color: #324047;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.theme-cta-section .theme-cta-wrapper h4::after {
  content: '';
  position: absolute;
  height: 2px;
  background: #324047;
  width: 45px;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .theme-cta-section .theme-cta-wrapper h4 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .theme-cta-section .theme-cta-wrapper h4 {
    font-size: 18px;
  }
}

.theme-cta-section .theme-cta-wrapper .theme-cta-wrapper-btn a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #324047;
  color: #fff;
  padding-left: 12px;
  padding-top: 3px;
  font-size: 22px;
  border-top-left-radius: 65px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper:hover h4 {
  color: #f26147;
}

.theme-cta-section .theme-cta-wrapper:hover h4::after {
  background-color: #f26147;
}

.theme-cta-section .theme-cta-wrapper:hover .theme-cta-image {
  border-right: 5px dashed #f26147;
  border-bottom: 5px solid #f26147;
}

.theme-cta-section .theme-cta-wrapper:hover .theme-cta-image .theme-cta-image-inner {
  background: #f26147;
}

.theme-cta-section .theme-cta-wrapper:hover .theme-cta-wrapper-btn a {
  background: #f26147;
}

/* ------------------------------------- Theme CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Find More Section CSS Start  ---------------------------------*/
.find-more-section {
  padding-top: 100px;
  height: 625px;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .find-more-section {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .find-more-section {
    padding-top: 75px;
  }
}

.find-more-section::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.find-more-section .main-heading {
  margin-bottom: 0px;
}

.find-more-section .main-heading h5 {
  color: #fff;
}

.find-more-section .main-heading p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  max-width: 766px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0px;
  padding: 20px 0 30px;
}

@media (max-width: 767px) {
  .find-more-section .main-heading p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .find-more-section .main-heading p {
    font-size: 18px;
    line-height: 27px;
  }
}

.find-more-section .find-more-btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

/* ------------------------------------- Find More Section CSS End  ---------------------------------*/
/* ------------------------------------- Search Dealer Section CSS Start  ---------------------------------*/
.search-dealer-section {
  padding: 50px 0;
  background-color: #324047;
  position: relative;
  z-index: 1;
}

.search-dealer-section .main-heading {
  margin-bottom: 0px;
}

.search-dealer-section .main-heading h2 {
  color: #fff;
}

.search-dealer-section .main-heading p {
  color: #fff;
  max-width: 766px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 30px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .search-dealer-section .main-heading p {
    font-size: 16px;
    line-height: 24px;
  }
}

.search-dealer-section .search-dealer-direction-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.search-dealer-section .search-dealer-direction-form .search-bar {
  border: 1px solid #dfe1e5;
  background-color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 5px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.search-dealer-section .search-dealer-direction-form .search-bar .search-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .75;
  line-height: 45px;
  text-align: center;
  color: #f26147;
  font-size: 18px;
}

.search-dealer-section .search-dealer-direction-form .search-bar input {
  border: none;
  width: 100%;
  height: 35px;
  font-size: 16px;
  padding: 0 15px 0 0;
  color: #222;
  border-radius: 30px;
}

.search-dealer-section .search-dealer-direction-form .search-bar input:active, .search-dealer-section .search-dealer-direction-form .search-bar input:focus, .search-dealer-section .search-dealer-direction-form .search-bar input:visited {
  outline: 0;
}

/* ------------------------------------- Search Dealer Section CSS End  ---------------------------------*/
/* ------------------------------------- More Benefits Section CSS Start  ---------------------------------*/
.more-benefits-section {
  padding: 75px 0;
  position: relative;
}

.more-benefits-section .more-benefits-wrapper {
  margin: 10px 0 10px;
  position: relative;
  text-align: center;
}

.more-benefits-section .more-benefits-wrapper .more-benefits-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more-benefits-section .more-benefits-wrapper .more-benefits-bg .more-benefits-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more-benefits-section .more-benefits-wrapper .more-benefits-content {
  padding: 25px 20px 30px;
  background: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .more-benefits-section .more-benefits-wrapper .more-benefits-content {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .more-benefits-section .more-benefits-wrapper .more-benefits-content {
    padding: 20px 15px;
  }
}

.more-benefits-section .more-benefits-wrapper h3 {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .more-benefits-section .more-benefits-wrapper h3 {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .more-benefits-section .more-benefits-wrapper h3 {
    font-size: 20px;
  }
}

.more-benefits-section .more-benefits-wrapper p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 20px;
}

.more-benefits-section .more-benefits-wrapper a {
  font-family: "ProximaNovaBold,fordngbs-antenna-re,arial,helvetica,sans-serif";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #f26147;
  padding-bottom: 2px;
}

.more-benefits-section .more-benefits-wrapper:hover .more-benefits-image {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.more-benefits-section .more-benefits-wrapper:hover .more-benefits-content {
  background: #f9f9f9;
}

.more-benefits-section .more-benefits-wrapper:hover a {
  letter-spacing: 2px;
}

/* ------------------------------------- More Benefits Section CSS End  ---------------------------------*/
/*# sourceMappingURL=style.css.map */