@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@500;600;700&family=Poppins:ital,wght@0,400;0,500;0,600;1,400&display=swap");

body {
  font-family: "Poppins", sans-serif;
  line-height: 32px;
}

h3 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 4rem !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
}

h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 24px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
}

p {
  font-size: 16px;
  margin: 20px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 100px 0;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar ul {
  float: right;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.topbar a {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #186f65;
  text-decoration: none;
  transition: all 0.4s ease;
}

.topbar ul li {
  display: inline-block;
  list-style-type: none;
}

.topbar ul li {
  float: right;
}

.topbar ul li:first-child {
  float: left;
}

.bg-light {
  background-color: #ecfffd;
}

.bg-secondary {
  background-color: #f86f03;
}

.font-color-secondry {
  color: #f86f03;
}

.font-color-primary {
  color: #186f65;
}

.bg-primary {
  background-color: #186f65 !important;
}

.socialIcon {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 25px;
  padding: 15px;
  border-radius: 50%;
}

.navbar-brand {
  margin: auto;
}

.navbar-brand img {
  width: 200px;
}

.navbar-nav li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #186f65 !important;
}

.navbar-nav {
  padding: 20px 0px;
}

.navbar-default {
  background-color: #fff;
  font-family: "Libre Franklin", sans-serif;
  margin: 0px !important;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.topbar li:nth-child(2),
.topbar li:nth-child(3) {
  padding-left: 30px;
  padding-top: 10px;
}

.topbar li:nth-child(2) i,
.topbar li:nth-child(3) i {
  color: #186f65 !important;
  margin-right: 10px !important;
}

.navbar-nav li.active a {
  background-color: transparent !important;
  color: #f86f03 !important;
}

.navbar-nav li a:hover {
  color: #f86f03 !important;
}

.iconSeperaer {
  height: 20px;
}

.iconSeperaer i {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px !important;
  padding-top: 55px;
  color: #fff;
  position: relative;
  right: 0;
  float: right;
  transform: translateY(-50%);
}

.payment-image {
  padding: 50px;
}

.payment-image img {
  width: 40%;
}

@media only screen and (max-width: 479px) {
  .payment-image img {
    width: 100%;
  }
}

.about img {
  max-width: 100%;
  width: 100%;
}

section {
  padding: 20px 0px;
}

.btn-main {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-main i {
  margin-right: 10px;
}

.btn-warning {
  background-color: #186f65;
}

.btn-warning:hover {
  background-color: #f86f03;
}

.serviceBoxImg {
  width: 100%;
  height: 300px;

  object-fit: cover;
}

.serviceBoxImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service-box {
  min-height: 310px;
  background-color: rgba(0, 0, 0, 0.5);
}

.service-box:hover {
  background-color: #2d2d2d;
  box-shadow: 0 0 30px #2d2d2d;
  transition: all 0.5s ease;
}

.serviceContent {
  text-align: left;
  padding: 30px 30px 50px 30px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.service-box:hover {
  transition: all 0.5s ease;
}

.service-box:hover .btnQuote {
  background-color: rgba(0, 0, 0, 0.5);
}

.serviceContent * {
  color: #fff;
}

.btn-classic {
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 24px;
}

.services {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  padding: 100px 0px;
}

.shapetop {
  display: block;
  height: 200px;
  width: 200%;
  left: -50%;
  position: absolute;
  top: 50px;
  z-index: 1;
  background-color: #186f65;
  transform: rotate(-4deg);
}

.services-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}

.shapebottom {
  display: block;
  height: 200px;
  width: 200%;
  left: -50%;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  background-color: #186f65;
  transform: rotate(-4deg);
}

.features {
  margin-top: -100px;
  padding: 150px 0px 100px 0px;
}

.bg-grey {
  background-color: #efefef;
}

.features h3 {
  font-size: 35px !important;
}

ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

section ul li,
footer ul li {
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 0px;
}

ul li i {
  margin-right: 15px;
  font-size: 23px !important;
  position: relative;
  top: 2px;
}

.style-inline li {
  display: inline;
  padding-right: 15px;
}

.spacer100 {
  height: 100px;
}

footer {
  padding: 80px 0px;
}

.layer {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
}

footer h3 {
  font-size: 25px !important;
  color: #fff;
}

footer ul li a {
  color: #ffffffb8;
}

footer ul li a:hover {
  color: #ffffff;
}

footer p {
  color: #ffffffb8;
  margin-bottom: 15px;
}

footer ul li a i {
  color: #fff !important;
}

.dropdown-menu li a {
  font-size: 16px;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  color: #fff !important;
}

.dropdown-menu,
.dropdown-menu li {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.dropdown-menu > li > a:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}

.banner img {
  width: 100%;
}

.center-text {
  text-align: center;
}

.services-header {
  margin-top: -50px;
  padding-bottom: 30px;
}

.contentBox {
  margin: 20px 0px;
}

.contentBoxcontent {
  padding: 15px;
}

.contentBox img {
  width: 100%;
}

.font-color-black {
  color: #000;
}

.cenerCol {
  max-width: 600px;
}

ul .font-color-black {
  color: #333 !important;
}

.img-responsive {
  width: 100%;
}

.contact-form {
  padding: 50px;
}

.contact-form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #202020;
  background-color: #fff;
  border: 1px solid #186f65;
}

.contact-form label {
  font-weight: 100;
  color: #fff;
}

.contact-form a {
  color: #fff;
}

.mapBox {
  margin-bottom: 50px;
}

.carImg {
  height: 250px;
  background-color: #efefef;

  margin-top: 40px;
  text-align: center;
}

.carImg img {
  height: 200px;
  width: auto;
  margin-top: 20px;
}

.hide {
  display: none;
}

.banner {
  position: relative;
}

.banner .container {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  margin: 0px auto;
  left: 0;
  right: 0;
  display: inline;
  cursor: pointer;
}

.banner .layer {
  padding: 30px 15px;
  text-align: center;
}

.banner h1 {
  color: #fff;
  margin: 0px 0px 30px;
  text-align: left;
  font-size: 60px !important;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -2px;
}

.btnQuote {
  font-size: 24px;
  padding: 17px 30px;
  background-color: #186f65;
  color: #fff !important;
}

.btnQuote:hover {
  background-color: #f86f03 !important;
  cursor: pointer;
}

.modal-header h5 {
  color: #fff;
}

button {
  border: 0;
  outline: none;
}

.phoneBannerBottom {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-color: #f86f03;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 10px;
  font-weight: bold;
}

.phoneBannerBottom a {
  color: #fff !important;
}

.vehicle_manufacturers_sec li {
  display: inline-block;
  padding: 15px 0px;
}

.vehicle_manufacturers_sec {
  text-align: center;
}

.vehicle_manufacturers_sec .thumbnail {
  border: 0;
  box-shadow: none;
  margin-top: 30px;
}

.mt0 {
  margin-top: 0px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav > li > a {
    padding: 10px;
  }

  .navbar-nav {
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .banner {
    object-fit: cover;
  }

  .navbar-default {
    padding: 10px;
  }

  .banner img {
    height: 350px;
    object-fit: cover;
  }

  footer {
    padding: 10px;
  }

  .banner h1 {
    font-size: 30px !important;
  }

  .layer {
    padding: 15px;
  }

  footer ul li a {
    font-size: 14px;
  }

  footer ul li i {
    margin-right: 5px;
    font-size: 15px !important;
  }

  .navbar-brand img {
    width: 100px;
  }

  .btnQuote {
    width: 230px;
    font-size: 19px;
    padding: 15px;
    margin: 0px auto;
    left: 0;
    right: 0;
    margin-bottom: 10px;
  }

  .topbar {
    display: none;
  }

  .iconSeperaer i {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    padding-top: 19px;
    color: #fff;
    position: relative;
    right: 0;
    float: left;
    transform: translateY(-50%);
  }

  section {
    padding: 50px 0px;
  }

  .service-box {
    margin-bottom: 15px;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #f86f03 !important;
  }

  footer {
    padding: 80px 0px 100px 0px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-default .navbar-toggle {
    border-color: #f86f03;
    background: #f86f03;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

@media (min-width: 32em) {
  .cc-window.cc-banner {
    padding: 1.5em 1.8em;
  }

  .cc-message {
    font-size: 0.9em;
    line-height: 1.4;
  }

  .cc-compliance {
    padding-left: 4em;
  }
}

#step .item {
  display: flex;
}

#step .item_title {
  font-size: 31px;
  font-weight: bolder;
  line-height: 100px;
  color: #f86f03;
  padding: 0 important;
}

#step .item_description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

#step .item_description div {
  font-size: 15px;
  font-weight: bolder;
  color: #186f65;
}

.padding {
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .padding {
    padding: 10px;
  }
}

.bg-secondary i {
  font-size: 30px;
  color: white;
}

.bg-secondary span {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 15px;
}

.bg-secondary {
  padding: 15px;
}

.banner h1 {
  font-size: 40px;
  margin: 0px 0px 20px 0px;
}

.item img {
  width: 120px !important;
  height: 100px;
}

.flex-container {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 150px;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
  opacity: 1;
}

.flex-item li {
  font-size: 15px;
}

.fade.in {
  opacity: 1;
}

.logoBox {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 0px) and (max-width: 724px) {
  .bg-secondary span {
    font-size: 10px;
    padding: 5px 0px;
  }
}

@media only screen and (min-width: 724px) and (max-width: 816px) {
  .bg-secondary span {
    font-size: 15px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 700px) {
  .center-align {
    text-align: center;
    line-height: 53px;
  }
  .st-footer {
    display: block;
    background: #186f65;
    width: 100vw;
    max-height: 53px;
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    z-index: 100;
  }
  .st-footer a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #f2f2f2;
  }
}

.flex-item li {
  list-style: none;
}

.flex-item li a {
  font-size: 13px;
}

@media screen and (max-width: 700px) {
  .carousel-control-prev {
    left: 0px !important;
    width: 5% !important;
  }
  .carousel-control-next {
    right: 0px !important;
    width: 5% !important;
  }
}

@media screen and (min-width: 700px) {
  .carousel-control-prev {
    left: -50px !important;
    width: 5% !important;
  }
  .carousel-control-next {
    right: -50px !important;
    width: 5% !important;
  }
}
.carousel-control-prev i {
  font-size: 20px;
}
.carousel-control-next {
  font-size: 20px;
}

.carousel-indicators [data-bs-target] {
  background-color: #186f65 !important;
}

.carousel-indicators {
  bottom: -30px;
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

a:hover {
  text-decoration: none !important;
}
.modal-body form {
  width: 100%;
}
.modal-header {
  padding: 15px !important;
}
.modal-header h5 {
  text-align: left;
}
.btn-main {
  background-color: #186f65 !important;
  color: white !important;
}
.modal-dialog form p {
  padding-top: 10px;
  padding-bottom: 10px;
}
#demo {
  margin-bottom: 100px;
}
.carousel-indicators li {
  background-color: #186f65 !important;
}
.carousel-indicators {
  bottom: -20px !important;
}

/* PACKAGES SECTION */

.packages {
  position: relative;
  z-index: 1;
}

.packages::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.35;
  z-index: -1;
}

.bg--cover {
  background-position: 50% 50% !important;
  background-size: cover !important;
}

.packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.package-info-box {
  margin-bottom: 30px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  overflow: hidden;
}

.package-price {
  position: absolute;
  right: 25px;
  top: 0;
  background: #186f65;
  display: flex;
  height: 80px;
  width: 80px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.package-details {
  display: block;
  margin-bottom: 16px;
  width: 80%;
}

.package-description {
  line-height: 16px;
  justify-content: space-between;
  display: list-item;
  list-style: disc;
  margin-left: 45px;
}

.package-description span {
  color: #186f65;
}

/* CTA SECTION */
.cta-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/background-image.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 100px 0;
}

.cta-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.9;
  z-index: -1;
}

.cta-area h2 {
  color: #f86f03;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

.cta-area p {
  color: #fff;
}

/* OUR FACTS */
.our-facts {
  margin-bottom: 16px;
}

.our-facts-content {
  text-align: center;
  border: 2px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  background: #fbfbfb;
  transition: all 0.5s ease;
}

.our-facts-content:hover {
  border-color: #186f65;
  transition: all 0.5s ease;
}

.our-facts-content img {
  width: 80%;
}

@media only screen and (min-width: 0px) and (max-width: 724px) {
  .our-facts-content {
    margin-bottom: 20px;
  }
  .img-responsive {
    margin-bottom: 50px;
  }
}

/* BLOG SECTION */

.blog-area .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.blog-area .single-blog {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(148, 146, 245, 0.15);
  overflow: hidden;
}

.blog-area .blog-img {
  position: relative;
  overflow: hidden;
}

.blog-area .single-blog img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.blog-area .single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(3deg) scale(1.1, 1.1);
  -ms-transform: rotate(3deg) scale(1.1, 1.1);
  transform: rotate(3deg) scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
  padding: 30px 25px;
}

.single-blog .blog-content .blog-text p {
  color: #555;
}

.blog-area .single-blog .blog-content h3 a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
  color: #186f65;
  text-decoration: underline !important;
}

.blog-area .card {
  background: #ffffff;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  box-shadow: 0px 5px 30px 0px rgb(148 146 245 / 15%);
  border: unset;
}

.blog-area .card-body {
  padding: 15px 30px;
}

.blog-bottom-text-link {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.blog-bottom-text-link span {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 500;
}

.single-blog .blog-content .blog-bottom-text-link a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #186f65;
  display: block;
  padding: 0px 10px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
  color: #186f65;
  text-decoration: underline !important;
}

.blog-area .button {
  font-size: 16px;
  text-transform: uppercase;
}

.blog-area .button:hover {
  color: #f86f03;
  letter-spacing: 1px;
}

.blog-more-btn {
  margin-top: 30px;
}

.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.card-title a {
  color: #000;
}

.card-title a:hover {
  color: #007770;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.blog-btn {
  background-color: #007770;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  margin-top: 20px;
}

.blog-btn:hover {
  background-color: #007770;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}

/* PAGE TITLE SECTION */

.page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../images/new-one-mechanic-holding-tire-repair.jpg);
  z-index: 1;
  text-align: center;
  position: relative;
  padding: 150px 0 100px;
}

.page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.9;
  z-index: -1;
}

.page-title h2 {
  color: #186f65;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: -5px;
}

.page-title h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: -5px;
}

.page-title h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

.cta-btn {
  background-color: #186f65;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
  margin-top: 20px;
}
.cta-btn:hover {
  background-color: #186f65;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}

/* POST SECTION */

.post .container {
  width: 70%;
  padding: 50px;
  border-radius: 5px;
  box-shadow: rgba(28, 28, 28, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

@media only screen and (min-width: 0px) and (max-width: 724px) {
  .post .container {
    width: 95%;
  }
}

.post img {
  margin-bottom: 20px;
}

.post h2 {
  width: 100%;
  color: #1b1b1b;
  font-size: 42px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.post h3 {
  width: 100%;
  color: #1b1b1b;
  font-size: 32px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.post p {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.post p b {
  color: #1b1b1b;
  font-weight: 700;
  text-transform: uppercase;
}

.post p a {
  color: #000;
}

.post p a:hover {
  color: #007770;
}

.post ul li {
  color: #929292;
  font-size: 17px;
  line-height: 1.5rem;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

.post ul li strong {
  color: #2d2d2d;
  margin-bottom: 10px;
}

.post .button {
  background-color: #171717;
  width: 25%;
  margin: 30px auto 0;
}
