@charset "UTF-8";
@font-face {
  font-family: 'Univers45,sans-serif';
  font-display: swap;
  src: url("../fonts/Univers45.ttf");
}

@font-face {
  font-family: 'Univers47,sans-serif';
  font-display: swap;
  src: url("../fonts/Univers47.ttf");
}

@font-face {
  font-family: 'Univers57,sans-serif';
  font-display: swap;
  src: url("../fonts/Univers57.ttf");
}

body {
  font-family: 'Univers45,sans-serif';
  line-height: 28px;
  font-size: 14px;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 1px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Univers47,sans-serif';
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #000;
}

a,
a:hover,
a:active,
a:focus {
  color: #414141;
  -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: none;
  -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: 30px;
}

.main-heading h2 {
  font-size: 42px;
  letter-spacing: -.02em;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.main-heading h2 span {
  color: #0c2340;
  font-weight: 100;
}

@media (max-width: 767px) {
  .main-heading h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
}

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

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

.main-heading p {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 23px;
  padding: 2px 0 6px;
}

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

@media (min-width: 768px) and (max-width: 1199px) {
  .main-heading p {
    font-size: 14px;
    line-height: 22px;
  }
}

.main-heading .heading-sep {
  position: relative;
  display: inline-block;
  top: -10px;
}

.main-heading .heading-sep .separator-1 {
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #414141;
  position: relative;
}

.main-heading .heading-sep .separator-1::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 30px;
  right: 0;
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #414141;
}

.theme-btn {
  color: #fff;
  display: block;
  padding: 0px;
  border-radius: 4px;
  border: 0;
  min-width: 110px;
  width: 100%;
  height: 45px;
  line-height: 44px;
  font-size: 15px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translate3d(0, 0, 0) translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover::before {
  height: 440%;
}

.theme-btn.blue-btn {
  background: #0c2340;
}

.theme-btn.blue-btn::before {
  background: #414141;
}

.theme-btn.black-btn {
  background: #414141;
}

.theme-btn.black-btn::before {
  background: #0c2340;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  color: #fff;
}

/* ----------------------------- 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 {
  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: #0c2340;
}

.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: 39%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #0c2340;
  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);
}

@media (max-width: 767px) {
  #recent-articles-section .slick-prev, #recent-articles-section .slick-next,
  #new-car-section .slick-prev,
  #new-car-section .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 {
  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;
}

@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 {
    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 {
  color: #0c2340;
}

#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;
  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: 5px 0;
    background: #fff;
  }
}

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

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

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

.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 .dealer-address {
  text-align: right;
}

.site-header .header-top .dealer-address p a {
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.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: 150px;
}

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

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

@media (max-width: 400px) {
  .site-header .navbar .navbar-brand h6 {
    display: none;
  }
}

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

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

@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-size: 13px;
  line-height: 42px;
  color: #414141;
  letter-spacing: .02em;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-header .navbar .navbar-nav li a:hover, .site-header .navbar .navbar-nav li a:active, .site-header .navbar .navbar-nav li a:focus {
  background: transparent;
  color: #0c2340;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a {
    color: #414141;
    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:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.site-header .navbar .navbar-nav li a.wishlist-icon {
  background-color: #0c2340;
  color: #fff;
  line-height: 21px;
  padding: 5px 10px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .site-header .navbar .navbar-nav li a.wishlist-icon {
    background-color: #fff;
    color: #414141;
    padding: 10px;
    margin-top: 0;
  }
}

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

.site-header .navbar .navbar-nav li ul li a {
  padding: 8px;
  background: #414141;
  color: #fff;
  border-bottom: 1px dotted #fff;
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header .navbar .navbar-nav li ul li a:hover {
  color: #0c2340;
  background: #fff;
  -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 #fff;
}

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

.site-header .navbar .navbar-nav .dropdown .dropdown-toggle::after {
  vertical-align: 3px;
}

.site-header .navbar .navbar-nav .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  top: 72px;
  width: 210px;
  margin: 0;
}

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

.site-header .navbar .navbar-nav .dropdown .dropdown-menu a.dropdown-item {
  letter-spacing: 2px;
}

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

.site-header .navbar .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #0c2340;
  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: 500px) {
  .site-header .navbar-collapse {
    top: 69px !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse {
    position: fixed;
    top: 75px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 75px);
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: calc(100vh - 75px);
    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 {
  background-color: #333333;
  position: relative;
  z-index: 1;
}

.site-footer .pre-footer {
  padding: 40px 0 35px;
}

.site-footer .pre-footer .footer-logo {
  text-align: center;
}

.site-footer .pre-footer .footer-logo .navbar-brand {
  margin: 0;
  padding: 0;
}

.site-footer .pre-footer .footer-logo .navbar-brand img {
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
}

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

@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 h4::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #0c2340;
  display: block !important;
}

.site-footer .pre-footer h4::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  display: block !important;
}

@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: #fff;
}

.site-footer .pre-footer .footer-menu ul li a {
  position: relative;
  color: #fff;
  display: block;
  text-transform: capitalize;
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-footer .pre-footer .footer-menu ul li a:hover {
  opacity: 0.75;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

.site-footer .copyright-footer p:hover a {
  color: #414141;
  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;
    margin-top: 10px;
  }
}

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

.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 {
  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: 100%;
  height: 3px;
  background-color: #414141;
  display: block;
  -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 {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-category span {
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 7px;
  font-size: 12px;
  line-height: 20px;
  width: 115px;
  background-color: #fff;
  color: #0c2340;
  text-transform: capitalize;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
          clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%, 20% 0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date {
  position: absolute;
  max-width: 105px;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  padding: 3px 0px;
  text-transform: capitalize;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  background: #414141;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.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: #414141;
  font-size: 18px;
  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: 10px;
  line-height: 21px;
  font-size: 14px;
  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: #414141;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 5px;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #0c2340;
  display: block;
  -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: #0c2340;
  width: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper:hover .recent-articles-category span {
  background-color: #0c2340;
  color: #fff;
}

.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-date {
  bottom: -35px;
  opacity: 0;
}

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

.recent-articles-wrapper:hover .recent-articles-btn {
  letter-spacing: 2px;
  color: #0c2340;
}

.recent-articles-wrapper:hover .recent-articles-btn::after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

.home-banner-section .home-banner-section-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.6));
  display: block;
  z-index: -2;
}

.home-banner-section .main-heading {
  text-align: center;
  margin-bottom: 0px;
}

.home-banner-section .main-heading h1 {
  font-family: 'Univers57,sans-serif';
  font-weight: 600;
  font-size: 44px;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  .home-banner-section .main-heading h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section .main-heading h1 {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section .main-heading h1 {
    font-size: 32px;
  }
}

.home-banner-section .main-heading p {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  text-transform: capitalize;
  padding-top: 0;
}

@media (max-width: 767px) {
  .home-banner-section .main-heading p {
    font-size: 15px;
    line-height: 23px;
    padding-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-banner-section .main-heading p {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner-section .main-heading p {
    font-size: 17px;
  }
}

/* ------------------------------------- Home Banner CSS End  ---------------------------------*/
/* ------------------------------------- Car Inventory Form CSS Start  ---------------------------------*/
.findCarSearch {
  max-width: 1049px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin: 20px auto 30px;
  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;
}

/* ------------------------------------- Car Inventory Form CSS End  ---------------------------------*/
/* ------------------------------------- Theme CTA CSS Start  ---------------------------------*/
.theme-cta-section {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.theme-cta-section .theme-cta-wrapper {
  border-bottom: 2px solid #fff;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  margin: 5px 0;
  padding: 10px 15px 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 100%;
  display: block;
  background: #0c2340;
  opacity: 0.5;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper:hover::after {
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-cta-section .theme-cta-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-cta-section .theme-cta-wrapper .theme-cta-img {
  max-width: 50px;
  margin-right: 15px;
}

.theme-cta-section .theme-cta-wrapper h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

/* ------------------------------------- Theme CTA CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  padding: 40px 0 75px;
  position: relative;
  z-index: 1;
}

.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: 45px;
  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 Info and Dealer Map Section Start  ---------------------------------*/
.dealer-map-section {
  position: relative;
}

.dealer-direction-section {
  padding-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .dealer-direction-section {
    padding: 30px 0 45px;
  }
}

.dealer-direction-section .dealer-direction-section-inner {
  padding: 20px;
  background-color: #0c2340;
  margin-top: -110px;
  position: relative;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-section-inner {
    margin: 0;
    padding: 15px;
  }
}

.dealer-direction-section .dealer-direction-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content {
    display: block;
  }
}

.dealer-direction-section .dealer-direction-content h5 {
  color: #fff;
  font-size: 20px;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.dealer-direction-section .dealer-direction-content form {
  -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);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.dealer-direction-section .dealer-direction-content form .input-group {
  min-width: 375px;
}

@media (max-width: 767px) {
  .dealer-direction-section .dealer-direction-content form .input-group {
    min-width: 260px;
  }
}

.dealer-direction-section .dealer-direction-content form input {
  border: 1px solid #dfe1e5;
  background-color: #fff;
  color: #555;
  padding: 0;
  padding-left: 10px;
  font-size: 13px;
  height: 40px;
}

.dealer-direction-section .dealer-direction-content form .dealerAddressBtn {
  background-color: #414141;
  color: #fff;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section {
  position: relative;
  padding: 50px 0;
}

.dealer-info-section .dealer-info-wrapper {
  min-height: 230px;
  margin: 15px 0;
  text-align: center;
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px 10px 20px;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.dealer-info-section .dealer-info-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background: #0c2340;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-icon {
  background-color: #0c2340;
  max-width: 70px;
  width: 100%;
  height: 70px;
  margin: 10px auto 15px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-icon img {
  padding-top: 15px;
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
}

.dealer-info-section .dealer-info-wrapper h6 {
  color: #414141;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
  position: relative;
}

.dealer-info-section .dealer-info-wrapper p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dealer-info-section .dealer-info-wrapper p {
    letter-spacing: 0px;
    font-size: 13px;
  }
}

.dealer-info-section .dealer-info-wrapper .dealer-info-link {
  color: #414141;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-radius: 50%;
  height: 2px;
  width: 50px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #0c2340;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper:hover::after {
  width: 0%;
}

.dealer-info-section .dealer-info-wrapper:hover .dealer-info-icon {
  background-color: #414141;
}

.dealer-info-section .dealer-info-wrapper:hover .dealer-info-link {
  color: #0c2340;
}

.dealer-info-section .dealer-info-wrapper:hover .dealer-info-link::after {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ------------------------------------- Dealer Info and Dealer Map Section End  ---------------------------------*/
/* ------------------------------------- Dealer Sign Up Section CSS Start  ---------------------------------*/
.dealer-signup-section {
  position: relative;
  padding-top: 60px;
}

.dealer-signup-section .dealer-signup-content {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.dealer-signup-section .dealer-signup-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/maserati-signup.png");
  background-position: center;
  background-size: cover;
  display: block;
  z-index: -1;
}

.dealer-signup-section .dealer-signup-content img {
  max-width: 250px;
  width: 100%;
}

@media (max-width: 767px) {
  .dealer-signup-section .dealer-signup-content img {
    display: none;
  }
}

.dealer-signup-section .dealer-signup-content .main-heading {
  margin: 0;
  padding-left: 20px;
}

.dealer-signup-section .dealer-signup-content .theme-btn {
  max-width: 200px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

/* ------------------------------------- Dealer Sign Up Section CSS End  ---------------------------------*/
/* ------------------------------------- Welcome Section CSS Start  ---------------------------------*/
.welcome-section {
  text-align: center;
  background-color: #ededed;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}

.welcome-section .main-heading {
  margin-bottom: 0;
}

.welcome-section .main-heading p {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
}

.welcome-section .main-heading h5 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  background: #0c2340;
  color: #fff;
  display: inline-block;
  padding: 8px 10px 10px;
  border-radius: 5px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .welcome-section .main-heading h5 {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
  }
}

.welcome-section .welcome-section-btn .theme-btn {
  display: inline-block;
  max-width: 175px;
  margin: 0 3px;
  margin-top: 20px;
}

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

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

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

.ourVehicles::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/find-recent-offers.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  opacity: .3;
  z-index: -1;
}

.ourVehicles .slider-title {
  text-align: center;
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.ourVehicles .slider-title p {
  border-bottom: 3px solid #eee;
  text-transform: uppercase;
  cursor: pointer;
  color: #0c2340;
  padding: 5px 0 15px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  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: #0c2340;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.ourVehicles .vehicle-box {
  color: #414141;
}

.ourVehicles .vehicle-box h2 {
  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 {
  line-height: 1;
}

.ourVehicles .vehicle-box h6 span {
  color: #0c2340;
  font-size: 24px;
}

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

.ourVehicles .vehicle-options h6 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-options h6 {
    font-size: 16px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ourVehicles .vehicle-options h6 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ourVehicles .vehicle-options h6 {
    font-size: 18px;
  }
}

.ourVehicles .vehicle-options p {
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

@media (max-width: 767px) {
  .ourVehicles .vehicle-options p {
    margin-bottom: 10px;
  }
}

.ourVehicles .vehicle-img {
  height: 350px;
  overflow: hidden;
  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;
}

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

.ourVehicles .vehicle-img img {
  max-width: 550px;
  width: 100%;
}

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

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

@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: #0c2340;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#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: #0c2340;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

#ourVehicles .slick-prev::before, #ourVehicles .slick-next::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 24px;
  opacity: 1;
  background-color: #0c2340;
  border-radius: 50%;
  padding: 4px;
}

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

#ourVehicles .slick-prev::before {
  content: "";
}

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

#ourVehicles .slick-next::before {
  content: "";
}

@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  ---------------------------------*/
/* ------------------------------------- Our Service Section CSS Start  ---------------------------------*/
.our-service-section {
  position: relative;
  overflow: hidden;
}

.our-service-section .our-service-wrapper {
  border: 2px solid #fff;
  display: block;
  position: relative;
  margin: 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.our-service-section .our-service-wrapper .our-service-images {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

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

.our-service-section .our-service-wrapper h6 {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-top: 1px solid #fff;
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  padding: 5px 0 10px;
}

@media (max-width: 767px) {
  .our-service-section .our-service-wrapper h6 {
    font-size: 16px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-service-section .our-service-wrapper h6 {
    font-size: 17px;
    text-transform: capitalize;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .our-service-section .our-service-wrapper h6 {
    font-size: 18px;
    text-transform: capitalize;
  }
}

.our-service-section .our-service-wrapper h6::after {
  position: absolute;
  content: '\f178';
  font-family: FontAwesome;
  right: 0px;
  top: 5px;
}

.our-service-section .our-service-wrapper .our-service-content {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  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;
  height: 90%;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0.75);
          transform: translate3d(0, 0, 0) scale(0.75);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .3s .3s;
  transition: opacity .2s ease-in-out,-webkit-transform .3s .3s;
  transition: opacity .2s ease-in-out,transform .3s .3s;
  transition: opacity .2s ease-in-out,transform .3s .3s,-webkit-transform .3s .3s;
}

@media (max-width: 767px) {
  .our-service-section .our-service-wrapper .our-service-content {
    bottom: -135px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .our-service-section .our-service-wrapper .our-service-content {
    bottom: -135px;
  }
}

.our-service-section .our-service-wrapper .our-service-content h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

@media (max-width: 767px) {
  .our-service-section .our-service-wrapper .our-service-content h5 {
    font-size: 16px;
    text-transform: capitalize;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .our-service-section .our-service-wrapper .our-service-content h5 {
    font-size: 17px;
    text-transform: capitalize;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .our-service-section .our-service-wrapper .our-service-content h5 {
    font-size: 18px;
    text-transform: capitalize;
  }
}

.our-service-section .our-service-wrapper .our-service-content p {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  padding: 5px 0 12px;
}

.our-service-section .our-service-wrapper .our-service-content .theme-btn {
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
}

.our-service-section .our-service-wrapper:hover .our-service-images {
  -webkit-transform: translate3d(0, 0, 0) scale(1.01);
          transform: translate3d(0, 0, 0) scale(1.01);
}

.our-service-section .our-service-wrapper:hover h6 {
  bottom: -60px;
}

.our-service-section .our-service-wrapper:hover .our-service-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: opacity .2s ease-out,-webkit-transform .3s ease-out;
  transition: opacity .2s ease-out,-webkit-transform .3s ease-out;
  transition: opacity .2s ease-out,transform .3s ease-out;
  transition: opacity .2s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out;
}

/* ------------------------------------- Our Service Section CSS End  ---------------------------------*/
/*# sourceMappingURL=style.css.map */