

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.pb-70 {
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}

.header {
  color: #444444;
  transition: all 0.5s;
  z-index: 997;
  background-color: #fff;
  transition: 0.3s all;
}

.header .topbar {
  background-color: #4175aa;
  height: 40px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
}

.header .topbar .contact-info i,
.header .topbar .contact-info a {
  font-style: normal;
  color: #ffffff;
}

.header .topbar .contact-info a {
  display: flex;
  align-items: center;
}

.header .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.header .topbar .contact-info i {
  margin-right: 10px;
}

.header .topbar .contact-info i a,
.header .topbar .contact-info i span {
  color: #ffffff;
  font-weight: 400;
}

.header .topbar .social-links a {
  color: color-mix(in srgb, #ffffff, transparent 40%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #2c4964;
}

.header .branding {
  min-height: 60px;
  padding: 10px 0;
  border-bottom: 2px solid #4175aa;
}

.header .logo {
  max-width: 80px;
  transition: 0.3s all;
}

.header .logo img {
  width: 100%;
}

.scrolled .header .logo {
  width: 80px;
  transition: 0.3s all;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

@media (min-width: 1024px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu > ul > li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu > ul > li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #2c4964;
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #1977cc;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover > a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #1977cc;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(#1977cc);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

.header .cta-btn,
.header .cta-btn:focus {
  color: #fff;
  background: #1977cc;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 50px;
  transition: 0.3s;
}

.scrolled .header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px;
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*
 Hero  Area Style
======================================================*/
.hero-area2 {
  padding-top: 250px;
  padding-bottom: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
}

.hero-area2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-slider .item {
  max-width: 720px;
}
.hero-slider .item ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 15px;
}
.hero-slider .item ul li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: #f68427;
  display: inline-block;
  position: relative;
  margin-right: -6px;
}
.hero-slider .item ul li:last-child {
  margin-right: 0px;
  position: relative;
  left: 15px;
  top: -1px;
}
.hero-slider .item h1 {
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-slider .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #eeeeee;
  margin-bottom: 20px;
}

.bg1 {
  /* background-image: url(../images/hero-1.jpg); */
  background-image: url(../images/hero-new1.jpg);
}

.bg2 {
  background-image: url(../images/hero-new2.jpg);
}

.hero-slider .owl-nav {
  transform: translateY(30px);
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 55px !important;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 55px !important;
}
.hero-slider .owl-nav [class*="owl-"] {
  background: rgba(255, 255, 255, 0.15) !important;
}
.hero-slider .owl-nav [class*="owl-"]:hover {
  background: #f68427 !important;
}
.hero-slider .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 25px;
  transition: all 0.5s;
}

.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px !important;
}

.hero-slider .owl-nav {
  transform: translateY(30px);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.hero-slider .owl-nav [class*="owl-"] {
  height: 60px;
  width: 60px;
  border-radius: 50px !important;
  line-height: 68px !important;
}

.hero-slider .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 19px;
  transition: all 0.5s;
}

.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 10px !important;
}

.deafult-btn1,
.subscription .book_btn {
  background-color: transparent;
  border: solid 1px #f68427;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  transition: 0.8s;
  border: none;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.deafult-btn1:hover {
  color: #f68427;
}
.deafult-btn1:hover::before,
.subscription .book_btn:hover:before {
  background-color: transparent;
  transition: 0.8s;
  width: 100%;
  border: solid 1px #f68427;
}
.deafult-btn1:hover::after,
.subscription .book_btn:hover:after {
  background-color: transparent;
  transition: 0.8s;
  width: 100%;
  border: solid 1px #f68427;
}
.deafult-btn1::before,
.subscription .book_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 55%;
  border-radius: 5px;
  background-color: #f68427;
  border: solid 1px #f68427;
  z-index: -1;
  transition: 0.8s;
}
.deafult-btn1::after,
.subscription .book_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  border-radius: 5px;
  width: 50%;
  background-color: #f68427;
  border: solid 1px #f68427;
  z-index: -1;
  transition: 0.8s;
}

/*

/* Feature CSS Start */

.section-title2 {
  margin-bottom: 35px !important;
  text-align: center;
}
.section-title2 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.section-title2 ul li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: #f68427;
  display: inline-block;
  position: relative;
  margin-right: -6px;
}
.section-title2 ul li i {
  font-size: 20px;
}
.section-title2 ul .content {
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  top: -1px;
}
.section-title2 h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 50px;
  color: #19191b;
  margin-bottom: 0;
  max-width: 700px;
  margin: auto;
}

.single-section2 .title2 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.single-section2 .title2 li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: #f68427;
  display: inline-block;
  position: relative;
  margin-right: -9px;
  padding-left: 0;
  margin-bottom: 0;
}
.single-section2 .title2 li:last-child {
  margin-right: 0px;
  position: relative;
  left: 15px;
  top: -3px;
}
.single-section2 .title2 li i {
  font-size: 16px;
  color: #f68427;
}
.single-section2 h3 {
  font-weight: 900;
  font-size: 44px;
  line-height: 50px;
  color: #19191b;
  margin-bottom: 15px;
}
.single-section2.d-flex {
  justify-content: space-between;
  align-items: center;
}
.single-section2.d-flex h3 {
  color: #ffffff;
}

.features-card {
  padding-left: 58px;
  padding-right: 58px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-right: solid 1px #eeeeee;
  text-align: center;
}
.features-card:hover .fc-icon:before {
  height: 100%;
  transition: 0.5s;
  opacity: 1;
}
.features-card .fc-icon {
  height: 120px;
  background-color: #f6f6f6;
  width: 120px;
  border-radius: 68px;
  line-height: 120px;
  margin: auto;
  margin-bottom: 22px !important;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.features-card .fc-icon::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #f8c4c9;
  border-radius: 68px;
  z-index: -1;
  opacity: 0;
}
.features-card .fc-icon span {
  height: 80px;
  background-color: #f68427;
  width: 80px;
  line-height: 80px;
  display: inline-block;
  border-radius: 50px;
  z-index: 2;
}
.features-card h5 {
  font-weight: 800;
  font-size: 22px;
  color: #19191b;
  margin-bottom: 18px;
}
.features-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 0;
}

.col-lg-4:last-child .features-card {
  border-right: transparent;
}

.features-card2 {
  text-align: start;
  margin-bottom: 30px;
  position: relative;
  border: solid 1px #dddddd;
  margin-top: 60px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.5s;
}
.features-card2:hover {
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.05);
  border: solid 1px transparent;
}
.features-card2 .fc-icon2 {
  position: relative;
  text-align: center;
  top: -110px;
  right: 90px;
  margin-bottom: -85px !important;
  border-radius: 5px;
}
.features-card2 .fc-icon2 span {
  border-radius: 5px;
}
.features-card2 .fc-icon2::before {
  border-radius: 5px;
}

.col-lg-4:last-child .features-card2 {
  border-right: solid 1px #eeeeee;
}

.features-area {
  position: relative;
}

.features-area .customer {
  position: absolute;
  top: 78px;
  left: 27%;
  z-index: -1;
}

/* Feature CSS End */

/*
 About  Area Style
======================================================*/
.about-area {
  position: relative;
}

.about-inner {
  margin-bottom: 45px;
}

.about-image {
  position: relative;
  margin-right: 35px;
}

.about-inner .about-image {
  margin-right: 0px;
}

.about-inner .about-image .about-shape1 {
  position: absolute;
  top: 20%;
  left: -70px;
}

/*.about-inner .about-image .about-image2 {*/
/*  margin-left: 100px;*/
/*}*/

.about-content {
  margin-left: 35px;
}
.about-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}
.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
.about-content ul li {
  position: relative;
  padding-left: 30px;
  font-family: "Kumbh Sans";
  font-weight: 600;
  font-size: 16px;
  color: #19191b;
  margin-bottom: 15px;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content ul li img {
  position: absolute;
  left: 0;
  top: 4px;
}
.about-content .about-booking {
  justify-content: flex-start;
  align-items: center;
}
.about-content .about-booking h5 {
  margin-left: 25px;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
}
.about-content .about-booking h5 a {
  color: #f68427;
}

.about-content .about-list .list2-3 {
  padding-left: 0;
  margin-right: 95px;
}

.about-content .about-list .list2-3:last-child {
  margin-right: 0px;
}

.about-content .about-list .list2-3 li i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #f68427;
}

/* Service CSS Start */

.service-home {
  background-color: #eef3f7;
  padding-top: 80px;
  padding-bottom: 190px;
  position: relative;
  z-index: 9;
}

.service-home .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
  mix-blend-mode: luminosity;
}

.section-title__tagline {
  display: inline-flex;
  color: #4175aa;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  line-height: 1;
}

.section-title__tagline::after {
  content: "";
  background-color: #4175aa;
  width: 56px;
  height: 2px;
  margin-left: 10px;
  margin-top: 3px;
}

.section-title__title {
  margin: 0;
  font-weight: 700;
  color: #072040;
  margin-bottom: -9px;
  font-size: 44px;
}

.service_row {
  padding-top: 60px;
}

.service-card {
  position: relative;
  padding: 0 20px;
  border: 1px solid #e2e9f0;
  background-color: #fff;
}

.service-card__image {
  position: relative;
  overflow: hidden;
  top: -20px;
}

.service-card__image > img {
  position: relative;
  width: 100%;
  transition: transform 500ms ease;
  transform: scale(1);
}

.service-card__image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  background-color: rgba(7, 32, 64, 0.9);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.service-card__image > a i {
  color: #fff;
  transition: all 500ms ease;
}

.service-card:hover .service-card__image > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.service-card:hover .service-card__image > img {
  transform: scale(1.05);
}

.service-card__content {
  text-align: center;
  position: relative;
}

.service-card__icon {
  width: 103px;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 62px;
  color: #f68427;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  top: -71.5px;
  margin-bottom: -71.5px;
  position: relative;
  transition: all 500ms ease;
}

.service-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 5px;
  margin-bottom: 15px;
}

.service-card__title a {
  color: inherit;
  transition: all 500ms ease;
}

.service-card__title a:hover {
  color: #f68427;
}

.service-card__more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #4175aa;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  transition: all 500ms ease;
  position: absolute;
  bottom: -31.5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.service-card:hover .service-card__icon {
  background-color: #f68427;
  color: #fff;
}

.service-card__text {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .service-home {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

/* Service CSS End */

/* Price CSS Start */

.pricing-one {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4175aa;
}

.pricing-one .section-title2 ul li {
  color: #fff;
}

.pricing-one__tab-title {
  margin-bottom: 50px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  border: 0;
}

.pricing-one__tab-title-item a.nav-link.active {
  border: 0;
  background-color: #fff;
  color: #3fbfef;
  border-radius: 0;
}

.pricing-one__tab-title-item a {
  padding: 0;
}

.pricing-one__tab-title-item {
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  position: relative;
}

.pricing-one__tab-title-item a.nav-link {
  display: block;
  padding: 20px 0;
  background-color: #b96827;
  color: #fff;
  border-radius: 0;
}

.pricing-one__tab-title-item a.nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 10px;
  background-image: url(../images/price-tab-arrow.png);
  filter: brightness(0) saturate(100%) invert(45%) sepia(16%) saturate(2096%)
    hue-rotate(344deg) brightness(96%) contrast(90%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.pricing-one__tab-title-item:hover,
.pricing-one__tab-title-item .active {
  background-color: #3fbfef;
  border-color: #3fbfef;
}

.pricing-one__tab-title-item a.nav-link:hover::before,
.pricing-one__tab-title-item a.nav-link.active::before {
  opacity: 1;
  visibility: visible;
}

.pricing-one__tab-title-item a.nav-link.active::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(321deg) brightness(103%) contrast(103%);
}

.pricing-one__tab-title-item:hover p,
.pricing-one__tab-title-item:hover i,
.pricing-one__tab-title-item.active-item p,
.pricing-one__tab-title-item.active-item i,
.pricing-one__tab-title-item a.nav-link:hover {
  color: #fff;
  border-color: transparent;
}

.pricing-one__tab-title-item a.nav-link.active:hover {
  color: #3fbfef;
}

.pricing-one__tab-title-item i {
  font-size: 34px;
  color: #fff;
  transition: all 500ms ease;
  display: block;
  margin-bottom: 6px;
}

.pricing-one__tab-title-item a.nav-link.active i {
  color: #3fbfef;
}

.pricing-one__tab-title-item p {
  margin: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  color: #4175aa;
  margin-top: -5px;
  transition: all 500ms ease;
}

.pricingTable {
  padding: 25px 10px 70px;
  margin: 0 15px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.pricingTable:before {
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.pricingTable .title {
  padding: 15px 0;
  margin: 0 -25px 30px;
  background: #b96827;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.pricingTable .title:after,
.pricingTable .title:before {
  border-top: 15px solid #6e3c15;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -28px;
  content: "";
}

.pricingTable .title:before {
  border-left: 15px solid transparent;
  left: 0;
}

.pricingTable .title:after {
  border-right: 15px solid transparent;
  right: 0;
}

.pricingTable h4 {
  text-transform: uppercase;
  font-size: 21px;
  min-height: 25px;
}

.pricingTable .price-value {
  margin-bottom: 25px;
  color: #b96827;
}

.pricingTable .currency {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  margin-top: 8px;
}

.pricingTable .price-value .amount {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
}

.pricingTable .price-value .month {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  text-transform: uppercase;
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}

.pricingTable .pricing-content li {
  font-size: 17px;
  color: #8f8f8f;
  line-height: 55px;
}

.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 10px 30px;
  background: #1daa72;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.7s ease 0s;
}

.pricingTable .pricingTable-signup:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 0.6s ease-in-out 0s;
}

.pricingTable .pricingTable-signup:hover:before {
  opacity: 1;
  transform: translate(0, -100%);
}

.pricing-one .section-title2 h3 {
  color: #fff;
}

.pricingTable.pink .pricingTable-signup,
.pricingTable.pink .title,
.pricingTable.pink:after {
  background: #000;
}

.pricingTable.pink .price-value {
  color: #000;
}

.pricingTable.blue .price-value {
  color: #49b0ca;
}

.pricingTable.blue .pricingTable-signup,
.pricingTable.blue .title,
.pricingTable.blue:after {
  background: #49b0ca;
}

.pricingTable.pink .title:after,
.pricingTable.pink .title:before {
  border-top: 15px solid #564151;
}

.pricingTable.blue .title:after,
.pricingTable.blue .title:before {
  border-top: 15px solid #314246;
}

/* Price CSS End */

/* Our Brand CSS Start */

.our_brand {
  padding: 60px 0;
}

.brand_carousel .swiper-wrapper .swiper-slide {
  border: 1px solid #ccc;
  padding: 10px;
}
.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.client-logo-swiper .swiper-slide {
  width: 16.66%;
}

.client-logo {
  text-align: center;
}
.client-logo img {
  width: auto !important;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -o-object-fit: contain;
  object-fit: contain;
}

.client-logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
}



@media (max-width: 991px) {
  .client-logo-swiper .swiper-slide {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .client-logo-swiper .swiper-slide {
    width: 25%;
  }
}

.our_partner .owl-prev {
  background-color: #000 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  position: absolute;
  left: -50px;
  top: 18%;
  display: block !important;
}

.our_partner .owl-next {
  background-color: #000 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  position: absolute;
  right: -50px;
  top: 18%;
  display: block !important;
}

.our_partner .owl-prev span,
.our_partner .owl-next span {
  font-size: 30px;
  line-height: 30px;
}

/* Our Brand CSS End */

/* ------------------------
    Faq
------------------------*/

.faq_section {
  padding: 60px 0;
}

.accordion-item {
  border-radius: 5px !important;
  border: none;
  margin-bottom: 20px;
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}
.accordion-header {
  line-height: inherit;
}
.accordion .accordion-button {
  background-color: inherit;
  font-weight: 500;
  font-size: 15px;
  color: #23244a;
  text-transform: capitalize;
}
.accordion-button:not(.collapsed) {
  color: #f9a305;
  box-shadow: none;
  border-bottom: 1px solid #efefef;
}
.accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.faq_section .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  font-weight: 900;
}

.faq_section .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

.dark-bg .accordion .accordion-item {
  background: rgba(0, 0, 0, 0.2);
}
.dark-bg .accordion .accordion-body {
  color: rgba(255, 255, 255, 0.5);
}
.dark-bg .accordion .accordion-button:not(.collapsed) {
  border-bottom: none;
}
.dark-bg .accordion .accordion-button {
  color: #ffffff;
}
.dark-bg .accordion .accordion-button:not(.collapsed),
.dark-bg .accordion .accordion-button:not(.collapsed):hover {
  color: #6e3c15;
}

.accordion.style-2 .accordion-item {
  box-shadow: none;
  border: 1px solid #ededed !important;
}
.accordion.style-2 .accordion-button:not(.collapsed) {
  border-bottom: 1px dashed #dddddd;
}

/* Testimonial CSS Start */

.testimonial_slider {
  padding: 70px 0;
}

.testimonial-pic {
  background: #fff;
  position: relative;
  display: inline-block;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-4 {
  display: flex;
}
.testimonial-4 .testimonial-pic {
  border: 0px;
  margin-right: 35px;
  height: auto;
  width: auto;
  padding: 20px 20px 0 0;
}
.testimonial-4 .testimonial-pic img {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-4 .testimonial-pic:after {
  content: "\f10e";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 45px;
  line-height: 45px;
  color: #b96827;
}
.testimonial-4 .testimonial-text {
  margin-bottom: 15px;
  margin-top: 10px;
}
.testimonial-4 .testimonial-text p {
  font-size: 20px;
  font-style: italic;
}
.testimonial-4 .testimonial-name {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial-4 .testimonial-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-4 {
    display: block;
  }
}

.swiper-container .testimonial-4 {
  max-width: 850px;
  margin: 0 auto;
  padding-right: 50px;
}
@media only screen and (max-width: 575px) {
  .swiper-container .testimonial-4 {
    padding-right: 0;
  }
}

.slider-btn-1 .swiper-button {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 180px;
  margin: 30px auto 0;
}

.slider-btn-1 .swiper-button .swiper-pagination {
  position: unset;
  font-size: 20px;
  font-weight: 500;
}

.slider-btn-1 .swiper-button .button-prev,
.slider-btn-1 .swiper-button .button-next {
  position: unset;
  display: block;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  color: #000;
  margin: 0 20px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

/* Testimonial CSS End */

/* CTA CSS Start */

.cta_section {
  padding: 70px 0;
}

/* .bg-greyBlue {
  background-color: #4175aa;
} */

.cta_left,
.cta_left strong a {
  color: #000;
}

.cta_left,
.cta_right {
  padding: 48px;
}

.cta_left h4 {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.cta_left h4:after {
  content: "";
  background: #82a0be;
  width: 70px;
  height: 3px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}

.cta_left p {
  margin-bottom: 20px;
}

.cta_right {
  background-color: rgb(69 182 254 / 0.1);
}

.headingIV {
  font-size: 32px;
  line-height: 35px;
  margin-bottom: 45px;
}

.requestForm {
  /* background-color: #fff; */
  padding: 0;
}

.requestForm label {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  color: #555;
}

.requestForm .form-group {
  margin-bottom: 13px;
}

.requestForm .custom-select,
.requestForm .form-control {
  padding: 10px 15px;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  color: #333;
}

.requestForm .custom-select:focus,
.requestForm .form-control:focus {
  outline: 0;
}

.requestForm .deafult-btn1 {
  background-color: transparent;
}

.requestForm .deafult-btn1:hover {
  color: #00aeef;
}

.requestForm .deafult-btn1:before {
  background-color: #00aeef;
  border: solid 1px #00aeef;
}

.requestForm .deafult-btn1::after {
  background-color: #00aeef;
  border: solid 1px #00aeef;
}

.requestForm .deafult-btn1:hover::before {
  border: solid 1px #00aeef;
  background-color: transparent;
}

.requestForm .deafult-btn1:hover::after {
  border: solid 1px #00aeef;
  background-color: transparent;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QTRDOTUwRDA2MDIxMUVBQTU1Q0ZBMDA3OERCOEIxMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QTRDOTUwRTA2MDIxMUVBQTU1Q0ZBMDA3OERCOEIxMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZBNEM5NTBCMDYwMjExRUFBNTVDRkEwMDc4REI4QjEwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZBNEM5NTBDMDYwMjExRUFBNTVDRkEwMDc4REI4QjEwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+d5JC5AAAAKBJREFUeNpiev/+vf2CBQu+3r9/v+z///8M2PCGDRseHz9+fBsTAxD8+PGDdePGjR0PHjwoY0ADQPHHN27ckAFzQDpBps+YMePXhAkT/iHbADKxo6PjP8hUEJ8RRIDAhw8f7FeuXLkbaAuLu7v7hJs3b4aCTLS3t99uYWHhBVIDV4ysAUizgvjICuHOQMYwJ8GsRsZYff/9+3dFbOIAAQYALgOz2nCAkW8AAAAASUVORK5CYII=")
    no-repeat right 0.75rem center/8px 10px;
  background-size: 11px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 992px) {
  .requestForm .custom-select,
  .requestForm .form-control {
    height: 50px;
  }
}

/* CTA CSS End */

/* Subscription Start */

.subscription {
  background-color: #4175aa;
  padding: 60px 0;
  color: #fff;
}

.subscription .col_inner {
  max-width: 670px;
  margin: auto;
}

.subscription h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

.subscription p {
  margin-bottom: 32px;
}

.subscription .book_btn,
.subscription .subscription_btn {
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  border: 0;
}

.subscription .book_btn {
  background-color: transparent;
  color: #45b6fe;
}

.subscription .book_btn:before,
.subscription .book_btn:after {
  background-color: #fff;
  border: solid 1px #fff;
}

.subscription .book_btn:hover:before,
.subscription .book_btn:hover:after {
  border: solid 1px #45b6fe;
}

.subscription .book_btn:hover {
  color: #fff;
}

.subscription .book_btn {
  margin-right: 10px;
}

/* Subscription End */

/* Footer CSS Start */

.site-footer.style-1 .footer-top .footer-logo {
  max-width: 150px;
}

.site-footer.style-1 .footer-top .footer-logo img {
  height: 60px;
}

.site-footer.style-1 .footer-top .col-lg-3.col-md-6:nth-child(2) {
  padding-left: 75px;
}

/* ---- particles.js container ---- */

.site-footer.style-1 {
  color: #9d9aaa;
  background-color: #1e1d23;
  background-position: center;
  background-size: cover;
}
.site-footer.style-1 ul {
  padding-left: 20px;
}
.site-footer.style-1 .footer-top {
  padding: 60px 0;
}
.site-footer.style-1 .footer-top .text {
  margin: 0 50px 45px;
}

.site-footer.style-1 .footer-top .widget_about {
  margin-top: -55px;
}

.site-footer.style-1 .footer-top .footer-logo {
  margin-bottom: 25px;
  margin-top: 55px;
}
.site-footer.style-1 .footer-top .footer-logo img {
  height: 100px;
}
.site-footer.style-1 .widget-title {
  margin-bottom: 25px;
}

.site-footer.style-1 .widget-title .title {
  color: #fff;
}
.site-footer.style-1 .footer-bottom {
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  padding: 0;
}
.site-footer.style-1 .footer-bottom .fb-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer.style-1 .footer-bottom ul li {
  display: inline-block;
}
.site-footer.style-1 .footer-bottom ul li a {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.site-footer.style-1 .footer-bottom ul li a:hover {
  color: var(--primary);
}
.site-footer.style-1 .footer-bottom ul li:before {
  color: var(--primary);
}
.site-footer.style-1 .footer-bottom ul li:last-child {
  padding-right: 0;
}
.site-footer.style-1 .footer-title {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.site-footer.style-1 .widget_categories ul li a {
  color: #9d9aaa;
  text-transform: capitalize;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.dz-separator.style-1 {
  height: 8px;
  display: block;
  width: 82px;
  position: relative;
  margin: 0;
}
.dz-separator.style-1:before,
.dz-separator.style-1:after {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  background: #b96827;
  left: 0;
}
.dz-separator.style-1:after {
  width: 80%;
  bottom: 0;
}
.dz-separator.style-1:before {
  width: 100%;
  top: 0;
}

.site-footer.style-1 .widget_categories ul li a:hover {
  color: #b96827;
}

.site-footer.style-1 .widget_categories ul li a:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  left: -1.5rem;
  top: 0.063rem;
  font-size: 12px;
  font-weight: 900;
  color: #b96827;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.site-footer.style-1 .widget_categories ul li a:hover:before {
  transform: rotate(45deg);
}

.social-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.social-list li {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}
.social-list li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-radius: 0;
}
.social-list li a i {
  font-size: 16px;
}
.social-list li a:after {
  left: -55%;
}
.social-list li a:hover {
  color: #fff;
}
.social-list li a:hover:after {
  left: 120%;
}
.social-list.style-1 li a {
  background-color: rgba(255, 255, 255, 0.2);
}
.social-list.style-1 li a:hover {
  background-color: #fff;
  color: var(--primary);
}

.site-footer.style-1 .facebook {
  background-color: #3b5999;
}

.site-footer.style-1 .instagram {
  background-color: #ff1d7d;
}

.site-footer.style-1 .twitter {
  background-color: #55acef;
}

.widget.widget_getintuch ul {
  padding-left: 0;
}

.widget_getintuch ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 52px;
  min-height: 45px;
}
.widget_getintuch ul li h5,
.widget_getintuch ul li .h5 {
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .widget_getintuch ul li h5,
  .widget_getintuch ul li .h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.widget_getintuch ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: #b96827;
  display: block;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}

span.copyright-text a {
  color: #b96827 !important;
  font-weight: 700;
}

button.application_form_btn.deafult-btn1 {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 1400px) {
  .site-footer.style-1 .footer-top {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer.style-1 .footer-top {
    padding: 70px 0 30px;
  }
  .site-footer.style-1 .footer-bottom .text-end {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0 10px;
  }
  .site-footer.style-1 .footer-top .text {
    margin: 0 0px 30px;
  }
  .site-footer.style-1 .footer-top .footer-logo {
    margin-bottom: 30px;
  }
}

/* Footer End */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  
}

/* Franchise CSS Start */

.breadcrumb {
  color: var(--white-color);
  background-image: url(../images/breadcrumb-scaled.jpg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 130px 0;
  margin: 0;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
  color: #fff;
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pq-breadcrumb .pq-breadcrumb-container {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item {
  list-style: none;
  margin-right: 15px;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item a {
  color: #fff;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item.active {
  color: #b96827;
  font-weight: 600;
}

.pq-breadcrumb .pq-breadcrumb-container .pq-breadcrumb-item.active::before {
  content: "\f054";
  font-size: 12px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #fff;
  float: none;
}

.our_franchise {
  padding: 60px 0;
}

.our_franchise_right {
  padding-left: 50px;
}

.our_franchise_right h6 {
  font-size: 14px;
  line-height: 23px;
  color: #62636b;
  font-weight: 500;
}

.our_franchise_right h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.our_franchise_right h2 span {
  color: #b96827;
}

.our_franchise_left,
.our_franchise_left img {
  height: 100%;
}

.our_franchise_left img {
  object-fit: cover;
}

.timeline {
  position: relative;
  margin-left: 15px;
  padding-left: 30px;
  margin-top: 30px;
  border-left: 3px dashed #ccc;
}

.timeline-step {
  position: relative;
  min-height: 100%; /* Make each step fill the viewport */
  /* display: flex;
  align-items: flex-start; */
  margin-bottom: 20px;
}

.our_franchise_right .circle {
  position: absolute;
  left: -55px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #4175aa;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  border: 4px solid white;
  box-shadow: 0 0 0 4px #d8d8d8;
}

.our_franchise_right .content {
  position: sticky;
  top: 100px; /* Adjust this to control where it sticks */
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  margin-bottom: 20px;
}

.our_franchise_right .content h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  color: #2d2d2d;
}

.our_franchise_right .content p {
  margin: 8px 0 0;
  font-size: 15px;
  color: #555;
}

.our_franchise_right .content a {
  color: #4175aa;
  text-decoration: none;
}

#franchiseModal .modal-dialog {
  max-width: 800px;
}

#franchiseModal .deafult-btn1 {
  padding-top: 7px;
  padding-bottom: 7px;
}

#franchiseModal .modal-footer {
  border-top: 0;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .timeline {
    margin-left: 20px;
    padding-left: 20px;
  }

  .our_franchise_right .circle {
    left: -35px;
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .our_franchise_right .content {
    max-width: 100%;
    padding: 15px;
  }
}

/*  Franchise CSS End */

/* About CSS Start */

.about-area {
  padding: 70px 0;
}

.about-image {
  margin-right: 35px;
}

.about-image img{
  border-radius: 25px;
}

.about-content ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #19191b;
  margin-bottom: 15px;
}

.service-area {
  padding: 70px 0;
}

.service-card {
  padding: 25px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
.service-card:hover .service-image img {
  transform: scale(1.1);
}
.service-card:hover .service-content h5 a {
  color: #f68427 !important;
}
.service-card:hover .read {
  letter-spacing: 0.1em;
}
.service-card .service-image {
  margin-bottom: 35px;
  overflow: hidden;
  border-radius: 15px;
}
.service-card .service-image img {
  transition: all ease 0.5s;
  border-radius: 15px;
}
.service-card .service-content h5 {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.service-card .service-content h5 a {
  color: #19191b;
  transition: all ease 0.5s;
}
.service-card .service-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 15px;
}
.service-card .read {
  font-weight: 500;
  font-size: 16px;
  color: #f68427;
  transition: 0.8s;
}

.service-slider .owl-nav [class*="owl-"],
.testimonial-slider .owl-nav [class*="owl-"] {
  height: 42px;
  width: 42px;
  border-radius: 50px !important;
  line-height: 48px !important;
  background: #f68427 !important;
  transition: all 0.5s;
}

.service-slider .owl-nav,
.testimonial-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50px);
  right: 0;
}

.service-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  left: -46px;
}

.service-slider .owl-nav .owl-next,
.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  right: -45px;
}

.service-slider .owl-nav .owl-prev i,
.service-slider .owl-nav .owl-next i,
.testimonial-slider .owl-nav .owl-prev i,
.testimonial-slider .owl-nav .owl-next i {
  color: #fff;
}

.service-slider .owl-dots,
.testimonial-slider .owl-dots {
  margin-bottom: -10px;
  margin-top: 30px;
  text-align: center;
}

.service-slider .owl-dots .owl-dot span,
.testimonial-slider .owl-dots .owl-dot span {
  margin: 5px 5px;
  width: 14px;
  height: 14px;
  background: #d6d6d6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.service-slider .owl-dots .owl-dot.active span,
.service-slider .owl-dots .owl-dot:hover span,
.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
  background-color: #f68427;
}

/*
Video  Area Style
======================================================*/
.video-area {
  position: relative;
  bottom: -350px;
  margin-top: -350px;
  padding-top: 70px;
  z-index: 1;
}
.video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 67%;
  width: 100%;
  background-color: #f6f6f6;
  z-index: -1;
}

.video-inner {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.video-inner .video-icon {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translateY(-23px);
  right: 0;
}
@keyframes ripple {
  0% {
    transform: scale();
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.video-inner .video-icon a {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: #f68427;
  align-items: center;
  justify-content: center;
  display: -ms-flexbox;
  z-index: 1;
  display: flex;
}
.video-inner .video-icon a::before {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #f68427;
  animation: ripple 4s linear infinite;
  z-index: -1;
}
.video-inner .video-icon a::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.4);
  animation: ripple 3s linear infinite;
  z-index: -1;
}
.video-inner i {
  color: #ffffff;
  font-size: 25px;
  position: relative;
  top: 2px;
  left: 2px;
}

/* About Testimonial CSS */

.testimonials-area {
  background-image: url(../images/testimonial_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  overflow: hidden;
}

.testimonials-area4 {
  padding-top: 350px;
  padding-bottom: 100px;
}

.testimonials-area .section-title h3 {
  color: #ffffff;
}
.testimonials-area .owl-nav {
  top: 27%;
  transform: translateY(-50%);
}
.testimonials-area .owl-theme .owl-dots .owl-dot span {
  margin: 5px 5px;
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 20%;
  transition: 0.25s ease;
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span,
.testimonials-area .owl-theme .owl-dots .owl-dot:hover span {
  background: #f68427;
  opacity: 1;
}

.testimonial-card {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 45px;
  padding-top: 45px;
  align-items: center;
}
.testimonial-card:hover .test-content .testimonials-self i {
  color: #f68427;
}
.testimonial-card .test-content {
  margin-left: 30px;
}
.testimonial-card .test-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 5px;
}
.testimonial-card .test-content .testimonials-self {
  justify-content: space-between;
  align-items: center;
}
.testimonial-card .test-content .testimonials-self .self-content h6 {
  font-weight: 900;
  font-size: 22px;
  text-transform: capitalize;
  color: #19191b;
  margin-bottom: 5px;
}
.testimonial-card .test-content .testimonials-self .self-content span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #888888;
}
.testimonial-card .test-content .testimonials-self i {
  font-size: 55px;
  color: #d1d0d0;
  transition: 0.5s;
}

.testimonial-card:hover .test-content .testimonials-self i {
  color: #f68427;
}

@media (max-width: 1399px) {
  .single-section h3,
  .single-section2 h3 {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 10px;
  }
}

/* About CSS End */

/* Contact CSS Start */

.contact-form-area {
  padding: 70px 0;
}

.contact_form_row {
  padding-top: 45px;
}

.contact_info {
  background-color: #4175aa;
  padding: 52px 30px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.contact_info::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-shap1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact_info span {
  color: #ffc221;
  display: block;
  margin-bottom: 5px;
}

.contact_info h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}

.contact_info p {
  color: #ffffff;
  margin-bottom: 20px;
}

.contact_info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact_info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}

.contact_info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  font-size: 20px;
  color: #0071dc;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.contact_info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  display: block;
}

.contact_info ul li .content a {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}

.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}

.contact-form .form-group label span {
  color: #f00;
}

.contact-form .form-group .form-control {
  height: 44px;
  color: #252525;
  border: 1px solid #0071dc;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #252525;
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: 150px;
  resize: none;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #0071dc;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 400px;
}

/* Contact CSS End */

/* Service CSS Start */

.workshop-area {
  padding: 70px 0;
}

.work-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.work-list ul li {
  position: relative;
  padding-left: 104px;
  margin-bottom: 30px;
}

.work-list ul li .work-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  text-align: center;
  background: #ffffff;
}

.work-list ul li .work-icon i {
  font-size: 35px;
  color: #f68427;
}

.work-list ul li h5 {
  font-weight: 800;
  font-size: 22px;
  text-transform: capitalize;
  color: #19191b;
  margin-bottom: 8px;
}

.work-list ul li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
  margin-bottom: 0;
}

/* Service CSS End */

/* Checkout CSS Start */

#car_brand,
#bike_brand,
#car_order_table,
#bike_order_table {
  display: none;
}

#bike_order_table,
#car_order_table {
  padding-bottom: 25px;
}

.brand_info {
  padding: 50px 0 30px;
  max-width: 500px;
}

.brand_info label {
  display: block;
  margin-bottom: 6px;
}

.checkout-form {
  padding: 70px 0;
}

.checkout-form h1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.checkout-form .form-group label {
  font-size: 16px;
  color: #b2b2b2;
  margin-bottom: 9px;
}

.checkout-form .form-group .form-control {
  background-color: #f5f5f5;
  height: 46px;
  border-radius: 4px;
}

.checkout-form .form-group {
  padding-top: 30px;
}

.checkout-form .form-group .customCheckbox label {
  color: #000;
  font-size: 16px;
}

.customCheckbox input[type="checkbox"],
.customRadio input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  display: none;
}

.customCheckbox input[type="checkbox"] + label {
  position: relative;
  padding: 3px 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 18px;
}

.customCheckbox input[type="checkbox"] + label:before {
  content: "";
  background: transparent;
  border: 1px solid #d0d0d0;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.customCheckbox input[type="checkbox"] + label:after {
  content: "";
  border-style: solid;
  border-width: 0 0 3px 3px;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  -webkit-transition: transform 0.3s linear, opacity 0.3s linear;
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customCheckbox input[type="checkbox"]:checked + label:before {
  background: #f68427;
}

.customCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
  color: #fff;
}

.checkout-form-right {
  padding-left: 130px;
}

.order_table {
  width: 100%;
}

.order_table td {
  padding-bottom: 15px;
}

.order_table td:last-child {
  text-align: right;
}

.order_table td img {
  padding-right: 10px;
  width: 60px;
  height: 40px;
  object-fit: cover;
}

.order_table tr:last-child td {
  padding-bottom: 0;
}

.cart-order-detail span {
  padding: 15px 0;
}

.cart-order-detail .cart-discount input.form-control {
  width: 50%;
  margin-right: 20px;
}

.cart-order-detail .cart-discount .place-order-btn {
  margin-top: 25px;
}

.cart-order-detail .cart-discount .deafult-btn1 {
  padding: 12px 40px;
}

.custome-radio .form-check-input {
  display: none;
}

.custome-radio .form-check-label::before {
  content: "";
  border: 1px solid #000;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 15px;
}

.custome-radio input[type="radio"]:checked + .form-check-label::before {
  border-color: #000;
}

.custome-radio .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-radio input[type="radio"] + .form-check-label::after {
  content: "";
  background-color: #000;
  height: 13px;
  width: 14px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}

.payment_option {
  padding-top: 20px;
}

.payment-icons {
  justify-content: flex-end;
}

.payment-icons img {
  max-width: 44px;
  max-height: 24px;
  margin-right: 5px;
}

.payment-icons img:last-child {
  margin-right: 0;
}

.cart-order-detail .cart-discount {
  padding-top: 25px;
}

.cart-order-detail .cart-discount .place-order-btn {
  margin-top: 25px;
}

/* Checkout CSS End */

/* Responsive Start */

@media (max-width: 1199px) {
  .single-section2 h3 {
    font-size: 33px;
    line-height: 44px;
  }
  .hero-area2 {
    padding-top: 150px;
    padding-bottom: 110px;
  }

  .hero-slider .item h1 {
    font-size: 56px;
    line-height: 65px;
  }

  .hero-slider .item {
    padding-left: 45px;
  }

  .about-content .about-list .list2-3 {
    margin-right: 56px;
  }

  .pricingTable h4 {
    font-size: 18px;
  }

  .site-footer.style-1 .footer-top .col-lg-3.col-md-6:nth-child(2) {
    padding-left: 33px;
  }

  .about-area,
  .service-area {
    padding: 50px 0;
  }

  .service-slider .owl-nav [class*="owl-"],
  .testimonial-slider .owl-nav [class*="owl-"] {
    height: 36px;
    width: 36px;
    line-height: 42px !important;
  }

  .service-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-prev {
    left: -36px;
  }
}

@media (max-width: 1099px) {
  .work-list ul li {
    padding-left: 85px;
  }
  .breadcrumb {
    padding: 90px 0;
  }
}

@media (max-width: 992px) {
  .features-card2 .fc-icon2 {
    top: -108px;
    right: 80px;
  }

  .features-card .fc-icon span {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .features-card .fc-icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }

  .features-card {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 70px;
  }

  .features-card h5 {
    font-size: 20px;
  }

  .about-content {
    margin-left: 0;
    padding-top: 40px;
  }

  .single-section2 h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .deafult-btn1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-card__image > img {
    display: block;
    margin: auto;
  }

  .service-card {
    margin-bottom: 15px;
  }

  .workshop-area {
    padding: 40px 0;
  }

  .service-home {
    padding-bottom: 110px;
  }

  .pricingTable {
    margin-bottom: 30px;
  }

  .pricing-one {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section-title2 h3 {
    font-size: 34px;
    line-height: 40px;
  }

  .site-footer.style-1 .footer-top .col-lg-3.col-md-6 {
    padding-bottom: 40px;
  }

  .service-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-prev {
    left: auto;
    top: -140px;
    right: 70px;
  }

  .service-slider .owl-nav .owl-next,
  .testimonial-slider .owl-nav .owl-next {
    left: auto;
    top: -140px;
    right: 10px;
  }

  .service-slider .owl-nav,
  .testimonial-slider .owl-nav {
    top: 25%;
  }

  .testimonials-area .section-title2,
  .service-area .section-title2 {
    margin-bottom: 60px !important;
  }

  .work-image {
    text-align: center;
    padding-bottom: 30px;
  }
}

/* Mobile Navigation */

@media (max-width: 1023px) {
  .mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #2c4964;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #1977cc, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #1977cc;
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #1977cc;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #1977cc;
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }

  .cta_left {
    padding-right: 40px;
  }
  
  .about-inner .about-image .about-shape1{
    left: -30px;
  }
  
}

@media (max-width: 767px) {
  .scrolled .header .logo {
    width: 56px;
  }

  .navmenu {
    position: relative;
    top: 6px;
  }

  .features-area .customer {
    position: absolute;
    top: 78px;
    left: 0%;
    z-index: -1;
    display: none;
  }

  .hero-slider .item {
    padding-left: 0;
  }

  .hero-slider .item h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-area2 {
    padding-top: 75px;
    padding-bottom: 60px;
  }

  .hero-slider .owl-nav [class*="owl-"] {
    display: none;
  }

  .about-inner .about-image .about-image2 {
    margin-left: 0;
  }

  .about-content {
    padding-top: 50px;
  }
  
  .about-image {
    margin-right: 0;
}

  .about-list {
    flex-direction: column;
  }

  .about-inner {
    margin-bottom: 0;
  }

  .about-content .about-list .list2-3 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .section-title2 ul li {
    margin-right: -9px;
  }

  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .section-title2 h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .service_row {
    padding-top: 30px;
  }
  .service-home {
    padding-bottom: 50px;
  }
  .pricing-one__tab-title {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .requestForm {
    padding: 15px 0;
  } */
  .faq_section {
    padding: 60px 0 30px;
  }
  .testimonial_slider {
    padding: 0px 0 20px;
  }
  .site-footer.style-1 .footer-top .col-lg-3.col-md-6:nth-child(2) {
    padding-left: 12px;
  }
  .testimonial-4 .testimonial-pic {
    text-align: center;
    margin: auto;
    display: block;
  }
  .testimonial-4 .testimonial-pic:after {
    top: 25px;
    right: 30%;
    transform: translateY(-50%);
  }
  .testimonial-info {
    text-align: center;
  }

  .features-card {
    padding-bottom: 30px;
  }

  .features-card .fc-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .features-card .fc-icon span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .features-card2 {
    margin-bottom: 0;
  }

  .our_brand {
    padding: 60px 0 40px;
  }

  .cta_left,
  .cta_right {
    padding: 15px;
  }

  .our_partner .owl-nav {
    display: none;
  }

  .headingIV {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .subscription .book_btn {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .subscription h2 {
    font-size: 25px;
  }

  .service-area {
    padding: 30px 0;
  }

  .pq-breadcrumb .pq-breadcrumb-title h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .breadcrumb {
    padding: 70px 0;
  }

  .service-card {
    margin-bottom: 5px;
  }

  .service_row .service-card {
    margin-bottom: 30px;
  }

  .testimonials-area4 {
    padding-top: 310px;
    padding-bottom: 50px;
  }

  .cta_section {
    padding: 30px 0 50px;
  }

  .video-inner .video-icon a::before,
  .video-inner .video-icon a::after {
    width: 50px;
    height: 50px;
  }

  .testimonial-card {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 0;
  }

  .testimonial-card .test-content {
    margin-left: 15px;
  }

  .testimonial-card .test-content p {
    font-size: 16px;
    line-height: 25px;
  }
  .testimonial-slider .owl-nav {
    top: 27%;
  }
  .testimonial-slider .owl-dots {
    margin-top: 5px;
  }
  .subscription {
    padding: 30px 0;
  }
  .subscription .book_btn,
  .subscription .subscription_btn {
    padding: 8px 32px;
  }
  .site-footer.style-1 .footer-top .col-lg-3.col-md-6 {
    padding-bottom: 15px;
  }
  .work-list ul li .work-icon {
    width: 40px;
    height: 40px;
  }
  .work-list ul li {
    padding-left: 60px;
  }
  .work-image {
    padding-bottom: 30px;
  }
  .workshop-area {
    padding: 30px 0;
  }

  .service-card {
    padding: 20px 15px;
  }

  .service-card .service-content h5 {
    margin-bottom: 10px;
  }
  .our_franchise {
    padding: 60px 0 0;
  }
  .our_franchise_right {
    padding-left: 0;
    padding-top: 30px;
  }
  .our_franchise_right h2 {
    font-size: 24px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact_info {
    padding: 40px 20px 20px;
  }
  .map-area iframe {
    height: 300px;
  }

  .checkout-form-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .cart-order-detail .cart-discount .deafult-btn1 {
    padding: 9px 27px;
  }
  
  .subscription .col_inner{
      max-width: 100%;
  }
    .about-area, .service-area {
        padding: 30px 0;
    }
    .service-area{
        padding-top: 0;
    }
    
.about-inner .about-image .about-shape1{
    top: 36%;
    max-height: 200px;
    left: 0;
}

.navmenu ul{
    height: 32%;
}

.video-area{
    padding-top: 40px;
}
  
}

/* Responsive End */
