/*---------------------------- THEME COMMON STYLE START ------------------------------*/
@font-face {
  font-family: "BentleyLight,arial,helvetica,sans-serif";
  src: url("../fonts/bentley-light.woff");
}

@font-face {
  font-family: "BentleyRegular,arial,helvetica,sans-serif";
  src: url("../fonts/bentley-regular.woff");
}

@font-face {
  font-family: "BentleySemiBold,arial,helvetica,sans-serif";
  src: url("../fonts/bentley-semibold.woff");
}

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

body {
  font-family: "BentleyRegular,arial,helvetica,sans-serif";
  line-height: 26px;
  font-size: 15px;
  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: "BentleySemiBold,arial,helvetica,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;
  border: none;
}

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

button {
  border: none;
}

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: #335b4c;
}

.colorSecondary {
  color: #003220;
}

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

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

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

.themeHeading p {
  font-size: 15px;
  color: #8b8b8b;
}

/*--------------------------------- Theme Button CSS Start ------------------------------ */
.themeBtn {
  position: relative;
  border: 0;
  padding: 10px 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #335b4c;
  border: 1px solid #335b4c;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.themeBtn.active {
  border: 1px solid #003220;
  background-color: #003220;
}

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

.themeBtn:hover {
  color: #fff;
  background-color: #003220;
  border: 1px solid #003220;
}

.themeBtn:focus {
  border: 1px solid #003220;
  background-color: #003220;
}

/*--------------------------------- Header Section Start ------------------------------ */
.headerTop-inner {
  padding: 15px 0;
  background-color: #fff;
  color: #1f1f1f;
}

.headerTop-inner .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .headerTop-inner .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.dealer-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.dealer-info ul li {
  padding: 0 15px;
  line-height: 1;
}

.dealer-info ul li:not(:last-child) {
  border-right: 1px solid #1f1f1f;
}

@media (max-width: 767px) {
  .dealer-info ul li {
    font-weight: 600;
  }
  .dealer-info ul li:not(:last-child) {
    border: none;
  }
}

.navbar-brand {
  margin: 0;
  padding: 0;
  padding-right: 25px;
  margin-right: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

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

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

#header.active {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
  z-index: 11;
}

#header.active .navbar .navbar-expand-lg li a::after {
  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;
}

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

.site-header.active {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-animation: smoothScroll 1s forwards;
          animation: smoothScroll 1s forwards;
}

.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: uppercase;
  padding: 15px;
  font-size: 14px;
  line-height: 40px;
  color: #335b4c;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  cursor: pointer;
}

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

.site-header .navbar.navbar-expand-lg li a:hover {
  color: #003220;
}

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

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

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

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li a.dropdown-toggle::after {
    border-right: 1px solid #335b4c;
    border-bottom: 1px solid #335b4c;
  }
}

@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 #335b4c;
  border-top: none;
  border-bottom: none;
  top: 97%;
  border-radius: 0;
  padding: 0;
  min-width: 15rem;
  z-index: 1;
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li .dropdown-menu {
    border: none;
  }
}

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

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

.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: #003220;
  color: #fff;
}

@media (max-width: 991px) {
  .site-header .navbar.navbar-expand-lg li .dropdown-menu li a {
    border: none;
    text-align: center;
  }
}

.site-header .navbar-toggler {
  background: transparent;
  border-radius: 0;
  margin: 14px 0;
  padding: 0 5px;
  border: none;
  outline: none;
}

.site-header .navbar-toggler .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #335b4c;
  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);
}

@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: absolute;
    top: 57px;
    left: -100%;
    padding: 0;
    width: 100%;
    text-align: center;
    height: calc(100vh - 57px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: scroll;
  }
  .site-header .navbar-collapse.collapsing {
    height: 100vh;
    margin-right: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .site-header .navbar-collapse.show {
    left: 0;
    background: #fff;
  }
}

/*--------------------------------- Footer Section Start ------------------------------ */
.siteFooter {
  position: relative;
  background-color: #f1f1f1;
}

.siteFooter h5 {
  color: #1f1f1f;
}

.footer_list-item li a {
  position: relative;
  color: #335b4c;
  padding: 5px 0;
  border-radius: 2px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer_list-item li a::before, .footer_list-item li .heroSection .carousel-inner .carousel-item a.carousel-img::after, .heroSection .carousel-inner .carousel-item .footer_list-item li a.carousel-img::after, .footer_list-item li a.cta-section::after {
  position: absolute;
  content: '';
  bottom: 3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #335b4c;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer_list-item li a:hover::before, .footer_list-item li .heroSection .carousel-inner .carousel-item a.carousel-img:hover::after, .heroSection .carousel-inner .carousel-item .footer_list-item li a.carousel-img:hover::after, .footer_list-item li a.cta-section:hover::after {
  width: 100%;
}

.footer_secondary {
  font-size: 13px;
  color: #003220;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}

.footer_secondary .footer_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .footer_secondary {
    font-size: 13px;
    line-height: 1;
  }
  .footer_secondary .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

.social-links li a i {
  display: inline-block;
  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: #f1f1f1;
  color: #1f1f1f;
  border-radius: 5px;
  margin-right: 10px;
}

.social-links li a.facebook i {
  color: #fff;
  background-color: #4267B2;
}

.social-links li a.twitter i {
  color: #fff;
  background-color: #1DA1F2;
}

.social-links li a.youtube i {
  color: #fff;
  background-color: #ff0000;
}

.social-links li a.linkedin i {
  color: #fff;
  background-color: #0077b5;
}

.welcome {
  overflow: hidden;
}

.welcome h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .welcome h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .welcome h1 {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .welcome h1 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .welcome .themeBtn {
    width: 100%;
  }
}

/* ------------------------------------- Hero Section Carousel CSS Start  ---------------------------------*/
.heroSection {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

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

@media (max-width: 991px) {
  .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: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.heroSection .carousel-inner .carousel-item .carousel-img::before, .heroSection .carousel-inner .carousel-item .carousel-img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.67);
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

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

.heroSection .carousel-inner .carousel-item .carousel-img::after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.heroSection .carousel-inner .carousel-item.active .carousel-img::before, .heroSection .carousel-inner .carousel-item.active .carousel-img::after {
  width: 50%;
}

.heroSection .carousel-inner .carousel-item.active .carousel-img::after {
  width: 40%;
}

.heroSection .carousel-inner .carousel-item.active .carousel-caption {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

@media (max-width: 991px) {
  .heroSection .carousel-inner .carousel-item.active .carousel-caption {
    -webkit-transform: translateY(0%) scale(1);
            transform: translateY(0%) scale(1);
  }
}

.heroSection .carousel-inner .carousel-item .carousel-caption {
  right: auto;
  bottom: auto;
  top: 48%;
  left: 10%;
  color: #1f1f1f;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  text-align: left;
  max-width: 450px;
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

@media (max-width: 991px) {
  .heroSection .carousel-inner .carousel-item .carousel-caption {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-bottom: 50px;
  }
}

.heroSection .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  line-height: 1;
}

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

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

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

.carousel-utilities {
  position: absolute;
  bottom: 20px;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .carousel-utilities {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding: 0 15px;
  }
}

.carousel-utilities .carousel-control-prev, .carousel-utilities .carousel-control-next {
  position: unset;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 14px;
  height: 14px;
  border-right: 2px solid #003220;
  border-bottom: 2px solid #003220;
  color: #335b4c;
  opacity: 1;
}

.carousel-utilities .carousel-control-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.carousel-utilities .carousel-indicators {
  position: unset;
  margin: 0;
}

.carousel-utilities .carousel-indicators li {
  display: inline-block;
  height: 8px;
  width: 8px;
  border: none;
  border-radius: 50%;
  margin: 10px;
  background-color: #335b4c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
}

.carousel-utilities .carousel-indicators li.active {
  background-color: #fff;
  border: 2px solid #335b4c;
}

/* ------------------------------------- Hero Section Carousel CSS End  ---------------------------------*/
/* ------------------------------------- Hero CTA Section CSS Start  ---------------------------------*/
.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: .3s ease-in-out;
  transition: .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: #335b4c;
}

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

/* ------------------------------------- Hero CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Search Inventory Section CSS Start  ---------------------------------*/
.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: 20px 15px 10px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .searchBox {
    -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: 8px 20px 10px;
  border-radius: 3px;
  font-size: 17px;
}

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

.form-input .select2-container .select2-selection--single {
  height: 45px;
  border-radius: 0px;
  border: 0px;
  outline: none;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 3px;
}

.form-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(31, 31, 31, 0.66);
}

.form-input .select2-search--dropdown {
  padding: 12px;
}

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

.select2-dropdown {
  border: 1px solid #ccc;
  border-radius: 5px;
}

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

/* ------------------------------------- Search Inventory Section CSS End  ---------------------------------*/
/* ------------------------------------- CTA Section CSS Start  ---------------------------------*/
.cta-section {
  position: relative;
  background-color: #003220;
  overflow: hidden;
}

.cta-section::before, .heroSection .carousel-inner .carousel-item .cta-section.carousel-img::after, .cta-section::after {
  position: absolute;
  content: '';
  top: 0;
  left: -100px;
  width: 20%;
  height: 100%;
  background-color: #335b4c;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

@media (max-width: 991px) {
  .cta-section::before, .heroSection .carousel-inner .carousel-item .cta-section.carousel-img::after, .cta-section::after {
    display: none;
  }
}

.cta-section::after {
  left: auto;
  right: -100px;
}

.cta-section .col-xl-2:last-child .ctaBlock::before, .cta-section .col-xl-2:last-child .heroSection .carousel-inner .carousel-item .ctaBlock.carousel-img::after, .heroSection .carousel-inner .carousel-item .cta-section .col-xl-2:last-child .ctaBlock.carousel-img::after, .cta-section .col-xl-2:last-child .ctaBlock.cta-section::after {
  display: none;
}

.ctaBlock {
  position: relative;
  display: block;
  color: #fff;
}

.ctaBlock::before, .heroSection .carousel-inner .carousel-item .ctaBlock.carousel-img::after, .ctaBlock.cta-section::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 50px;
  width: 2px;
  border-radius: 4px;
  background-color: #f1f1f1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .ctaBlock::before, .heroSection .carousel-inner .carousel-item .ctaBlock.carousel-img::after, .ctaBlock.cta-section::after {
    display: none;
  }
}

.ctaBlock .ctaBlock-img {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  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;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px dashed #335b4c;
  z-index: 0;
}

.ctaBlock .ctaBlock-img::before, .ctaBlock .heroSection .carousel-inner .carousel-item .ctaBlock-img.carousel-img::after, .heroSection .carousel-inner .carousel-item .ctaBlock .ctaBlock-img.carousel-img::after, .ctaBlock .ctaBlock-img.cta-section::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background-color: #335b4c;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: -1;
}

.ctaBlock .ctaBlock-img img {
  max-width: 50px;
}

.ctaBlock:hover {
  color: #fff;
}

.ctaBlock:hover .ctaBlock-img::before, .ctaBlock:hover .heroSection .carousel-inner .carousel-item .ctaBlock-img.carousel-img::after, .heroSection .carousel-inner .carousel-item .ctaBlock:hover .ctaBlock-img.carousel-img::after, .ctaBlock:hover .ctaBlock-img.cta-section::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ------------------------------------- CTA Section CSS End  ---------------------------------*/
/* ------------------------------------- Our Vehicles Section CSS Start  ---------------------------------*/
.slick-arrow {
  top: 38%;
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #335b4c;
  border-top: 2px solid #335b4c;
  border-left: 2px solid #335b4c;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 2;
}

@media (max-width: 991px) {
  .slick-arrow {
    height: 20px;
    width: 20px;
  }
}

.slick-arrow::before, .heroSection .carousel-inner .carousel-item .slick-arrow.carousel-img::after, .slick-arrow.cta-section::after {
  content: '';
}

.slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-arrow.slick-next {
  right: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ourVehicles {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.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 #f1f1f1;
  text-transform: uppercase;
  cursor: pointer;
  color: #1f1f1f;
  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, .ourVehicles .slider-title .heroSection .carousel-inner .carousel-item p.carousel-img::after, .heroSection .carousel-inner .carousel-item .ourVehicles .slider-title p.carousel-img::after, .ourVehicles .slider-title p.cta-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 0px;
  height: 3px;
  background-color: #335b4c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ourVehicles .slider-title p:hover::before, .ourVehicles .slider-title .heroSection .carousel-inner .carousel-item p.carousel-img:hover::after, .heroSection .carousel-inner .carousel-item .ourVehicles .slider-title p.carousel-img:hover::after, .ourVehicles .slider-title p.cta-section:hover::after {
  width: 100%;
}

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

.ourVehicles .vehicle-box h2 {
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .ourVehicles .vehicle-box h2 {
    font-size: 18px;
  }
}

.ourVehicles .vehicle-box h6 {
  line-height: 1;
}

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

@media (max-width: 575px) {
  .ourVehicles .vehicle-box h6 span {
    font-size: 18px;
  }
}

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

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

.ourVehicles .vehicle-options ul {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.ourVehicles .vehicle-options ul li {
  padding: 10px 0;
  font-size: 13px;
  line-height: 18px;
  position: relative;
  color: #1f1f1f;
  border-right: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ourVehicles .vehicle-options ul li span {
  display: inline-block;
  width: 100%;
  color: #335b4c;
  font-size: 14px;
  text-transform: uppercase;
}

.ourVehicles .vehicle-options ul li:last-child {
  border-right: 0;
}

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

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

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

.ourVehicles .vehicle-img img {
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

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

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p {
  color: #335b4c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#ourVehicles .slick-list .slick-slide.slick-current.slick-center p::before, #ourVehicles .slick-list .slick-slide.slick-current.slick-center .heroSection .carousel-inner .carousel-item p.carousel-img::after, .heroSection .carousel-inner .carousel-item #ourVehicles .slick-list .slick-slide.slick-current.slick-center p.carousel-img::after, #ourVehicles .slick-list .slick-slide.slick-current.slick-center p.cta-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #335b4c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@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  ---------------------------------*/
/* ------------------------------------- Vehicles Offer Section CSS Start   ---------------------------------*/
.vehicleOffer-section {
  text-align: center;
  padding-top: 75px;
  height: 575px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

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

.vehicleOffer-section .themeHeading h2 {
  text-transform: uppercase;
  color: #f1f1f1;
  font-size: 62px;
  text-shadow: 2px 2px 2px #000000;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .vehicleOffer-section .themeHeading h2 {
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .vehicleOffer-section .themeHeading h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vehicleOffer-section .themeHeading h2 {
    font-size: 44px;
  }
}

.vehicleOffer-section .themeBtn {
  background-color: #fff;
  border-color: #fff;
  color: #335b4c;
  margin-top: 70px;
}

.vehicleOffer-section .themeBtn:hover {
  color: #fff;
  border-color: #335b4c;
  background-color: #335b4c;
}

/* -------------------------------------  Vehicles Section CSS End  ---------------------------------*/
/* -------------------------------------  Dealer Map Section CSS Start  ---------------------------------*/
.dealer-map-section {
  position: relative;
  z-index: 1;
}

.dealer-map-section .dealer-map-section-inner {
  background-color: #fff;
  position: relative;
}

.dealer-map-section .dealer-map {
  height: 400px;
}

.dealer-map-section .dealer-direction-position {
  width: 100%;
  padding: 20px 50px;
  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;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-direction-position {
    display: block;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 40px;
  }
}

.dealer-map-section .dealer-direction-position .dealer-direction-detail {
  min-width: 350px;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-direction-position .dealer-direction-detail {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.dealer-map-section .dealer-direction-position .dealer-direction-detail img {
  float: left;
  margin-right: 10px;
  padding-top: 4px;
}

.dealer-map-section .dealer-direction-position .dealer-direction-detail h5 {
  font-size: 18px;
}

.dealer-map-section .dealer-direction-position .dealer-direction-btn .themeBtn {
  display: block;
}

@media (max-width: 767px) {
  .dealer-map-section .dealer-direction-position .dealer-direction-btn .themeBtn {
    padding: 10px 20px;
  }
}

/* -------------------------------------  Dealer Map Section CSS End  ---------------------------------*/
/* -------------------------------------  Dealer Info Section CSS Start  ---------------------------------*/
.dealer-info-section {
  position: relative;
  overflow: hidden;
}

.dealer-info-section .col-12.col-sm-12.col-md-6.col-lg-3 {
  border-right: 1px solid rgba(31, 31, 31, 0.2);
}

@media (max-width: 767px) {
  .dealer-info-section .col-12.col-sm-12.col-md-6.col-lg-3 {
    border-bottom: 1px solid rgba(31, 31, 31, 0.2);
  }
}

.dealer-info-section .col-12.col-sm-12.col-md-6.col-lg-3:last-child {
  border: none;
}

.dealer-info-section .col-12.col-sm-12.col-md-6.col-lg-3:hover {
  background: #f1f1f1;
}

.dealer-info-section .dealer-info-wrapper {
  min-height: 195px;
  text-align: center;
  border-radius: 5px;
  padding: 20px 10px 30px;
  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: 0%;
  background: #003220;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-icon {
  max-width: 60px;
  width: 100%;
  margin: 10px auto 15px;
}

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

.dealer-info-section .dealer-info-wrapper h6 {
  color: #003220;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dealer-info-section .dealer-info-wrapper p {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 22px;
  min-height: 40px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.dealer-info-section .dealer-info-wrapper .dealer-info-link {
  color: #335b4c;
  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;
  background: #335b4c;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

/* -------------------------------------  Dealer Info Section CSS End  ---------------------------------*/
/* ------------------------------------- Recent Article Section CSS Start  ---------------------------------*/
.recent-articles-section {
  padding: 50px 0 75px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.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;
  text-align: center;
}

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

/* ------------------------------------- Recent Article 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.5);
  display: block;
  z-index: -1;
}

.our-service-section .our-service-wrapper .our-service-content {
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

.our-service-section .our-service-wrapper .our-service-content .themeBtn {
  padding: 10px 18px;
  font-size: 15px;
}

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

.our-service-section .our-service-wrapper:hover .our-service-content {
  bottom: 0;
}

/* ------------------------------------- Our Service Section CSS End  ---------------------------------*/
.aboutUs .themeHeading {
  -webkit-box-shadow: 0 0 10px #f1f1f1;
          box-shadow: 0 0 10px #f1f1f1;
}

.recent-articles-wrapper {
  position: relative;
  padding: 10px 10px 0;
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.recent-articles-wrapper .recent-articles-bg {
  border-radius: 5px;
  display: block;
  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;
}

.recent-articles-wrapper .recent-articles-category {
  position: relative;
}

.recent-articles-wrapper .recent-articles-category span {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  padding: 6px;
  width: 200px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: transparent;
  background-image: url("../images/blog-tab.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date::before, .recent-articles-wrapper .heroSection .carousel-inner .carousel-item .recent-articles-date.carousel-img::after, .heroSection .carousel-inner .carousel-item .recent-articles-wrapper .recent-articles-date.carousel-img::after, .recent-articles-wrapper .recent-articles-date.cta-section::after, .recent-articles-wrapper .recent-articles-date::after {
  position: absolute;
  content: '';
  background-color: #335b4c;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-date::before, .recent-articles-wrapper .heroSection .carousel-inner .carousel-item .recent-articles-date.carousel-img::after, .heroSection .carousel-inner .carousel-item .recent-articles-wrapper .recent-articles-date.carousel-img::after, .recent-articles-wrapper .recent-articles-date.cta-section::after {
  left: 7px;
  top: 0px;
}

.recent-articles-wrapper .recent-articles-date::after {
  right: 0px;
  bottom: 7px;
}

.recent-articles-wrapper .recent-articles-date span {
  position: absolute;
  top: 10px;
  right: -30px;
  padding: 7px;
  font-size: 12px;
  line-height: 20px;
  width: 115px;
  color: #f1f1f1;
  background-color: #335b4c;
  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-transition: all 0.5s;
  transition: all 0.5s;
}

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

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a {
  color: #335b4c;
  font-size: 20px;
  min-height: 60px;
  line-height: 1.25;
  padding-bottom: 5px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a::after, .recent-articles-wrapper .recent-articles-content .recent-articles-title > a::before, .recent-articles-wrapper .recent-articles-content .heroSection .carousel-inner .carousel-item .recent-articles-title > a.carousel-img::after, .heroSection .carousel-inner .carousel-item .recent-articles-wrapper .recent-articles-content .recent-articles-title > a.carousel-img::after, .recent-articles-wrapper .recent-articles-content .recent-articles-title > a.cta-section::after {
  content: '';
  position: absolute;
  left: 0;
  display: block !important;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a::after {
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 5px;
  background: #335b4c;
}

.recent-articles-wrapper .recent-articles-content .recent-articles-title > a::before, .recent-articles-wrapper .recent-articles-content .heroSection .carousel-inner .carousel-item .recent-articles-title > a.carousel-img::after, .heroSection .carousel-inner .carousel-item .recent-articles-wrapper .recent-articles-content .recent-articles-title > a.carousel-img::after, .recent-articles-wrapper .recent-articles-content .recent-articles-title > a.cta-section::after {
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
}

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

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

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

.recent-articles-wrapper .recent-articles-content .articles-text {
  line-height: 23px;
  margin-bottom: 0;
}

.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-category > span {
  top: 0;
}

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

.recent-articles-wrapper:hover .recent-articles-title > a::after {
  width: 125px;
  background: #003220;
}

.recent-articles-wrapper:hover .recent-articles-date::after, .recent-articles-wrapper:hover .recent-articles-date::before, .recent-articles-wrapper:hover .heroSection .carousel-inner .carousel-item .recent-articles-date.carousel-img::after, .heroSection .carousel-inner .carousel-item .recent-articles-wrapper:hover .recent-articles-date.carousel-img::after, .recent-articles-wrapper:hover .recent-articles-date.cta-section::after {
  background: #003220;
}

.recent-articles-wrapper:hover .recent-articles-date span {
  background: #003220;
}

/* ----------------------------- Slider Arrows CSS Start --------------------------*/
#recent-articles-section .slick-prev,
#recent-articles-section .slick-next {
  top: 50%;
  height: 60px;
  width: 60px;
  padding-bottom: 2px;
  background: #335b4c;
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  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 {
    top: 45%;
    height: 45px;
    width: 45px;
  }
}

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

#recent-articles-section .slick-prev::before, #recent-articles-section .heroSection .carousel-inner .carousel-item .slick-prev.carousel-img::after, .heroSection .carousel-inner .carousel-item #recent-articles-section .slick-prev.carousel-img::after, #recent-articles-section .slick-prev.cta-section::after,
#recent-articles-section .slick-next::before,
#recent-articles-section .heroSection .carousel-inner .carousel-item .slick-next.carousel-img::after,
.heroSection .carousel-inner .carousel-item #recent-articles-section .slick-next.carousel-img::after,
#recent-articles-section .slick-next.cta-section::after {
  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 .heroSection .carousel-inner .carousel-item .slick-prev.carousel-img::after, .heroSection .carousel-inner .carousel-item #recent-articles-section .slick-prev.carousel-img::after, #recent-articles-section .slick-prev.cta-section::after,
  #recent-articles-section .slick-next::before,
  #recent-articles-section .heroSection .carousel-inner .carousel-item .slick-next.carousel-img::after,
  .heroSection .carousel-inner .carousel-item #recent-articles-section .slick-next.carousel-img::after,
  #recent-articles-section .slick-next.cta-section::after {
    font-size: 24px;
  }
}

#recent-articles-section .slick-prev:hover::before, #recent-articles-section .heroSection .carousel-inner .carousel-item .slick-prev.carousel-img:hover::after, .heroSection .carousel-inner .carousel-item #recent-articles-section .slick-prev.carousel-img:hover::after, #recent-articles-section .slick-prev.cta-section:hover::after,
#recent-articles-section .slick-next:hover::before,
#recent-articles-section .heroSection .carousel-inner .carousel-item .slick-next.carousel-img:hover::after,
.heroSection .carousel-inner .carousel-item #recent-articles-section .slick-next.carousel-img:hover::after,
#recent-articles-section .slick-next.cta-section:hover::after {
  color: #f1f1f1;
}

#recent-articles-section .slick-prev {
  left: -15px;
}

#recent-articles-section .slick-prev::before, #recent-articles-section .heroSection .carousel-inner .carousel-item .slick-prev.carousel-img::after, .heroSection .carousel-inner .carousel-item #recent-articles-section .slick-prev.carousel-img::after, #recent-articles-section .slick-prev.cta-section::after {
  content: "\f104";
}

#recent-articles-section .slick-next {
  right: -15px;
}


#recent-articles-section .slick-next::before,
#recent-articles-section .heroSection .carousel-inner .carousel-item .slick-next.carousel-img::after,
.heroSection .carousel-inner .carousel-item #recent-articles-section .slick-next.carousel-img::after,
#recent-articles-section .slick-next.cta-section::after {
  content: "\f105";
}
/*# sourceMappingURL=main.css.map */