.bg-half,
.round-text:before {
  background-repeat: no-repeat;
}
.service-details-list,
.service-features {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
}
.accordion-button,
.testi-item p,
h3,
h4 {
  letter-spacing: -0.5px;
}
body,
p {
  line-height: 27px;
}
.scroll-to-top,
.scroll-to-top:hover,
a,
a:focus,
a:hover,
ul.social-icons a {
  text-decoration: none;
}
.about-section .section-heading h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.about-img {
  position: relative;
  margin-top: -80px;
  z-index: 1;
}
.about-img:before {
  background-color: #003d6e;
  border-radius: 2px;
  transform: skew(-20deg, 0deg);
  content: "";
  width: 200px;
  height: calc(100% + 70px);
  position: absolute;
  right: 200px;
  bottom: -80px;
  z-index: -1;
}
.about-img img {
  border-radius: 3px;
}
.about-img .about-img1 {
  max-width: 300px;
  transform: translate(20px, 40px);
}
.round-text:before,
.video-box .play-btn {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.about-img .about-img2 {
  max-width: 200px;
  position: absolute;
  right: 80px;
  bottom: 0;
}
.round-text {
  position: absolute;
  right: 100px;
  top: 60px;
}
.round-text img {
  animation-name: spin;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.round-text:before {
  background-image: url(../img/made\ in\ europe.png);
  background-position: center center;
  background-size: 60%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.about-info {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
}
.about-info li {
  display: flex;
  column-gap: 15px;
}
.owner-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.signature {
  width: 140px;
}
.about-info li h2 a {
  color: #003d6e;
  font-weight: 700;
  margin: 0;
}
.about-info li h2 span,
.owner h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 5px;
}
.owner h4 {
  margin: 0;
}
.video-box-inner {
  position: relative;
  text-align: right;
}
.pricing-car,
.pricing-head,
.process-item .process-img {
  text-align: center;
}
.video-box-inner > img {
  width: 400px;
  border-radius: 5px;
}
.video-box {
  width: 250px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: -30px;
}
.driver-details img,
.video-box > img {
  width: 100%;
  border-radius: 5px;
}
.video-box .play-btn {
  background-color: #003d6e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
  box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video-box .play-btn svg {
  fill: #fff;
  width: 40px;
  margin-left: 5px;
}
.video-box .play-btn .ripple,
.video-box .play-btn .ripple:after,
.video-box .play-btn .ripple:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: 3s infinite rippleanim;
  -moz-animation: 3s infinite rippleanim;
  -ms-animation: rippleanim 3s infinite;
  -o-animation: 3s infinite rippleanim;
  animation: 3s infinite rippleanim;
}
.app-screen,
.service-item {
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  overflow: hidden;
}
.video-box .play-btn .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.video-box .play-btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes rippleanim {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleanim {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.contact-section,
.cta-section-2,
.pricing-head-wrap,
.service-section {
  position: relative;
  z-index: 1;
}
.service-carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.bg-half,
.bg-half:before {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-half {
  background-image: url(../img/bg-1.jpg);
  background-position: top center;
  background-size: cover;
  height: 59.54%;
  z-index: -1;
}
.booking-form-2:before,
.booking-section {
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
}
.bg-half:before {
  background-color: rgba(2, 2, 2, 0.8);
  content: "";
  height: 100%;
}
.service-shape:after,
.service-shape:before {
  background-color: #22222283;
  opacity: 0.95;
  content: "";
}
.download-section-2 .section-heading p,
.page-header.blog-details .page-header-info .post-meta li,
.service-section .section-heading P {
  color: #ddd;
}
.service-item {
  border-radius: 2px;
}
.booking-form .form-field,
.branches-section,
.driver-details,
.pos-relative,
.pricing-tab-menu li,
.service-thumb,
.taxi-booking-form .form-field,
.taxi-details-img,
.team-content,
.testimonial-section {
  position: relative;
}
.service-shape-wrap {
  transform: skew(-20deg, 0deg);
  width: 200px;
  height: 200px;
  position: absolute;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}
.service-shape,
.service-shape:before {
  width: 80px;
  transition: 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
  position: absolute;
  border-radius: 2px;
  bottom: 0;
}
.service-shape {
  background-color: #003d6e80;
  height: 180px;
  left: 80px;
  transition-delay: 0.1s;
}
.service-shape:before {
  height: 140px;
  right: 60px;
  transition-delay: 0.2s;
}
.service-car,
.service-content .read-more:before,
.service-shape:after {
  transition: 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}
.service-shape:after {
  border-radius: 2px;
  width: 40px;
  height: 120px;
  position: absolute;
  right: -20px;
  bottom: 0;
  transition-delay: 0.3s;
}
.service-item:hover .service-shape {
  height: 200px;
}
.service-item:hover .service-shape:before {
  height: 160px;
}
.service-item:hover .service-shape:after {
  height: 140px;
}
.service-car {
  position: absolute;
  right: -30px;
  bottom: -30px;
  max-width: 230px;
}
.service-item:hover .service-car {
  bottom: -35px;
  right: 0;
}
.service-content {
  background-color: #fff;
  padding: 30px;
}
.service-content h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
#popup-search-box .box-inner-wrap button:hover,
.cta-content h2 span,
.footer-links li a:hover,
.header-info li .header-info-text h3 a:hover,
.header-social-share li a:hover,
.page-header-info h2 span,
.section-heading h2 span,
.service-content h3 a:hover,
.sticky-header .menu-right-item .search-icon:hover,
.sticky-header .menu-right-item .sidebox-icon:hover,
.top-header-nav li a:hover {
  color: #003d6e;
}
.contact-title,
.mb-20,
.service-content p {
  margin-bottom: 20px;
}
.service-content .read-more {
  background-color: #003d6e;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  height: 35px;
  padding: 0 23px 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.service-content .read-more:before {
  background-color: #222;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.default-btn:focus:after,
.default-btn:focus:before,
.default-btn:hover:after,
.default-btn:hover:before,
.service-content .read-more:hover:before,
.team-thumb img {
  width: 100%;
}
@media (min-width: 1400px) {
  .bg-half {
    height: 59.2%;
  }
}
.swiper-outside {
  padding: 0;
  position: relative;
}
.swiper-container {
  overflow: hidden;
}
.swiper-outside .swiper-nav {
  color: #222;
  font-size: 35px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: -45px;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.booking-section:before,
.swiper-outside .swiper-nav:before {
  background-color: #003d6e;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.swiper-outside .swiper-nav:before {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.swiper-outside .swiper-nav.swiper-prev {
  justify-content: flex-end;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.swiper-outside .swiper-nav.swiper-next {
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  left: auto;
  right: -45px;
}
.swiper-outside:hover .swiper-nav {
  visibility: visible;
  opacity: 1;
  left: -50px;
}
.swiper-outside:hover .swiper-nav.swiper-next {
  left: auto;
  right: -50px;
}
.service-carousel .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.swiper-pagination span {
  background-color: #222;
  border-radius: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #003d6e;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.5);
}
.service-details-info img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 5px;
  margin-bottom: 30px;
}
.service-features {
  grid-gap: 20px;
  margin: 30px 0;
}
.service-features li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.service-features li i {
  font-size: 50px;
  color: #003d6e;
}
.section-heading p,
.service-features li h3,
.service-features li p {
  margin-bottom: 0;
}
.service-details-list {
  column-gap: 20px;
  margin-top: 30px;
}
.service-details-list img {
  height: 220px;
  margin: 0;
}
.service-icon-list li i,
.service-sidebar ul li i {
  font-size: 20px;
  color: #003d6e;
}
.service-icon-list li {
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.cta-section-2 .check-list li:not(:last-of-type),
.footer-links li:not(:last-of-type),
.mb-10,
.pricing-list li:not(:last-of-type),
.service-icon-list li:not(:last-of-type),
.service-sidebar ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-sidebar ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f5f8;
  padding: 8px 15px;
  border: 1px solid #eee;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.service-sidebar ul li:hover {
  background-color: #003d6e;
}
.service-sidebar ul li a {
  font-size: 17px;
  font-weight: 500;
}
.cta-section-2 .cta-content .default-btn:hover,
.page-header.gradiant .page-header-info h2,
.pricing-head h3 a:hover,
.pricing-tab-menu li .nav-link.active,
.pricing-tab-menu li .nav-link:hover,
.service-sidebar ul li a:hover,
.taxi-booking-form .nice-select .option:hover,
.team-content h3 a:hover,
a {
  color: #222;
}
.cta-section-2 .check-list li,
.default-btn:hover,
.download-section-2 .section-heading h2,
.engineer-item:hover .engineer-bottom h3,
.engineer-item:hover .engineer-bottom span,
.footer-item .widget-title h3,
.quality-content .section-title h2,
.section-heading h2.white,
.section-heading h4.white,
.service-sidebar ul li:hover i {
  color: #fff;
}
.booking-section {
  background-color: #222;
  position: relative;
  z-index: 1;
}
.booking-section:before {
  width: 300px;
  position: absolute;
  z-index: -2;
}
.booking-section:after {
  background-color: #f4f5f8;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 25% 100%);
  content: "";
  width: 400px;
  height: 80px;
  position: absolute;
  right: 0;
  top: -1px;
}
.booking-car {
  background-image: url(../img/car-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 85%;
  width: 780px;
  height: 439px;
  position: absolute;
  left: -280px;
  top: 50px;
  z-index: -1;
}
.booking-wrap .section-heading h2 {
  font-size: 40px;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 1;
}
.contact-form-group,
.taxi-booking-form,
.taxi-features {
  grid-template-columns: 1fr 1fr;
}
.booking-form .form-field input,
.booking-form .niceSelect .current {
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 50px;
  padding: 0 35px 0 20px;
  font-size: 17px;
  line-height: 50px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #333;
}
.booking-form .form-field input:focus,
.contact-form-group .form-field .form-control:focus,
.taxi-booking-form .form-control:focus {
  border: 1px solid #003d6e;
}
.booking-form .form-field i,
.taxi-booking-form .form-field i {
  color: #003d6e;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.booking-form .form-field button {
  width: 100%;
  height: 50px;
}
.booking-form .niceSelect {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  font-size: 17px;
  color: #fff;
}
.booking-form .niceSelect .current {
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 20px;
}
.booking-form .niceSelect .list {
  background-color: #333;
  width: 100%;
  border-radius: 0;
  margin-top: -2px;
  border: none;
}
.car-detail.wheel,
.testi-author .author-thumb img {
  border-radius: 50%;
}
.booking-form .niceSelect .list li {
  font-size: 14px;
}
.booking-form .niceSelect .list li:not(:last-of-type) {
  border-bottom: 1px solid #444;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #003d6e;
  font-weight: 400;
}
#subscribe-result,
.mobile-menu-icon,
.nav-menu-wrapper .site-logo,
.nice-select:after,
.popup-sidebox,
.sticky-header {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #003d6e;
  box-shadow: #003d6e 0 1px 3px 0 inset;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #222 !important;
  color: #fff;
}
.booking-form-2 {
  position: relative;
  margin-top: -100px;
  margin-bottom: 80px;
  z-index: 1;
}
.booking-form-2:before {
  background-color: #222;
  clip-path: polygon(0 0, 90% 0%, 100% 20%, 100% 100%, 0 99%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.booking-car-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 2px);
  overflow: hidden;
}
.booking-car-wrap:before {
  background-color: #003d6e;
  background-image: repeating-linear-gradient(
    45deg,
    #003d6e 0,
    #003d6e 2px,
    transparent 0,
    transparent 50%
  );
  background-size: 10px 10px;
  content: "";
  width: 330px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.booking-form-2 .booking-car {
  background-size: 70%;
  left: -130px;
  top: 10px;
  z-index: 0;
}
.booking-form-2 .col-lg-8 {
  padding: 60px;
}
.pricing-head-wrap:after,
.pricing-head-wrap:before {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 40%);
  height: 280px;
  top: 0;
  z-index: -1;
  width: 100%;
  left: 0;
  content: "";
}
.pricing-item {
  background-color: #fff;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing-head-wrap:before {
  background-image: url(../img/pricing-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.pricing-head-wrap:after {
  background-color: rgba(34, 34, 34, 0.5);
  position: absolute;
}
.pricing-car .price,
.taxi-details-img .price {
  clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0);
  position: absolute;
}
.pricing-head h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin: 0;
}
.pricing-head .location {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-car {
  padding: 60px 25px 20px;
  position: relative;
  z-index: 1;
}
.pricing-car .price {
  background-color: #003d6e;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  padding: 10px 15px 10px 25px;
  right: 40px;
  top: 55px;
  z-index: -1;
}
.pricing-list {
  padding: 20px 40px 30px;
}
.pricing-list li,
.taxi-features li,
.top-left,
.top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-list li a.default-btn {
  width: 100%;
  margin-top: 20px;
}
.pricing-tab-menu {
  justify-content: center;
  margin-bottom: 30px;
}
.taxi-details-img .price,
.taxi-features li span {
  align-items: center;
  display: flex;
  font-weight: 500;
}
.pricing-tab-menu li .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #999;
  padding: 0;
}
.pricing-tab-menu li:not(:last-of-type) {
  padding-right: 80px;
}
.pricing-tab-menu li:not(:last-of-type):before {
  background-color: #ccc;
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.tab-pane.active.show .row > div {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fade-in-bottom;
  animation-name: fade-in-bottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  transition: 0.8s ease-in-out;
  animation-delay: 0.1s;
}
.tab-pane.active.show .row > div:nth-child(2) {
  animation-delay: 0.2s;
}
.tab-pane.active.show .row > div:nth-child(3) {
  animation-delay: 0.3s;
}
.taxi-details-img:before {
  background-color: #003d6e;
  background-image: repeating-linear-gradient(
    45deg,
    #003d6e 0,
    #003d6e 2px,
    transparent 0,
    transparent 50%
  );
  background-size: 10px 10px;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.taxi-details-img img {
  margin-left: -50px;
  margin-top: 100px;
}
.taxi-details-img .price {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  width: auto;
  padding: 15px 25px;
  right: 120px;
  top: 110px;
  color: #fff;
  font-size: 18px;
  z-index: -1;
}
.taxi-holder,
.taxi-holder .charecter,
.taxi-holder .mockup,
.taxi-holder .taxi {
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.taxi-details-img .price i {
  font-size: 25px;
  color: #003d6e;
  margin-right: 5px;
}
.taxi-features {
  display: grid;
  grid-column-gap: 40px;
  row-gap: 15px;
  margin-top: 30px;
}
.taxi-features li span {
  color: #222;
}
.taxi-features li span i {
  color: #003d6e;
  font-size: 25px;
  margin-right: 5px;
}
.download-section,
.process-area {
  position: relative;
  overflow: hidden;
}
.app-feature,
.mt-20,
.page-header .post-meta {
  margin-top: 20px;
}
.app-feature li {
  display: inline-block;
  align-items: center;
}
.app-feature li:not(:last-of-type) {
  margin-right: 20px;
}
.app-feature li .feature-icon {
  width: 40px;
  margin-bottom: 10px;
}
.app-feature li h3 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}
.download-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.quote-icon,
.testi-author {
  align-items: center;
  display: flex;
}
.download-btn a {
  width: 170px;
}
.download-btn a:hover {
  transform: translateY(-3px);
}
.taxi-holder {
  background-image: url(../img/taxi-background.png);
  width: 100%;
  min-height: 550px;
  position: absolute;
  right: 40px;
  top: 100px;
  z-index: -1;
}
.taxi-holder .taxi {
  background-image: url(../img/taxi.png);
  width: 650px;
  height: 100%;
  position: absolute;
  right: 75px;
  top: 80px;
}
.taxi-holder .mockup {
  background-image: url(../img/mockup.png);
  width: 350px;
  height: 100%;
  position: absolute;
  right: 330px;
  top: -120px;
  z-index: -1;
}
.taxi-holder .charecter {
  background-image: url(../img/charecter.png);
  width: 180px;
  height: 100%;
  position: absolute;
  right: 130px;
  top: 80px;
}
.location-marker {
  position: absolute;
  right: 17%;
  top: 20px;
  animation: 2s infinite bounce;
  -webkit-animation: 2s infinite bounce;
  -moz-animation: 2s infinite bounce;
  -o-animation: 2s infinite bounce;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@media (min-width: 993px) and (max-width: 1300px) {
  .taxi-holder .taxi {
    width: 390px;
    right: 75px;
    top: 80px;
  }
  .taxi-holder .mockup {
    width: 230px;
    right: 190px;
    top: -55px;
  }
  .taxi-holder .charecter {
    width: 125px;
    right: 130px;
    top: 45px;
  }
  .location-marker {
    right: 15%;
    top: 50px;
  }
}
.download-section-2 {
  background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.download-mockup,
.testimonial-section:before {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
.download-mockup {
  background-image: url(../img/mockup-2.png);
  background-position: center center;
  width: 380px;
  position: absolute;
  right: 250px;
  bottom: -20px;
}
.app-screen {
  width: 220px;
  position: absolute;
  right: 150px;
  bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.team-content h4,
.testi-item {
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
@media (max-width: 1200px) {
  .download-mockup {
    right: 130px;
    bottom: -60px;
  }
  .app-screen {
    right: 60px;
  }
}
@media (min-width: 1600px) {
  .download-mockup {
    right: 320px;
  }
  .app-screen {
    right: 290px;
  }
}
.testimonial-section:before {
  background-image: url(../img/map.png);
  background-position: top center;
  width: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
}
.testimonial-carousel {
  overflow: hidden;
  padding: 25px 5px 5px;
}
.testimonial-carousel-2.swiper-container {
  padding: 25px 0;
}
.testi-pagination {
  margin-left: -5px;
}
.testi-pagination .swiper-pagination {
  left: 5px;
  bottom: -50px;
  text-align: left;
}
.testi-item {
  background-color: #fff;
  border-radius: 2px;
  padding: 40px;
  position: relative;
}
.cta-section-2:before,
.feature-wrap,
.quote-icon,
.team-content h3 a {
  background-color: #003d6e;
}
.testi-item p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
}
.quote-icon {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  font-size: 30px;
  color: #222;
  width: 60px;
  height: 50px;
  position: absolute;
  right: 100px;
  top: -25px;
  justify-content: center;
}
.testi-author {
  gap: 20px;
  margin-top: 20px;
}
.testi-author .author-info h3 {
  font-size: 22px;
  margin: 0;
  display: block;
  line-height: 1;
}
.testi-author .author-info h3 span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
.testimonial-carousel .swiper-pagination {
  text-align: left;
}
.feature-wrap {
  padding: 110px 40px;
  background-image: repeating-linear-gradient(
    45deg,
    #003d6e 0,
    #003d6e 2px,
    transparent 0,
    transparent 50%
  );
  background-size: 10px 10px;
  margin-left: 40px;
}
.cta-section,
.team-content h4 {
  background-image: url(../img/texture.png);
  background-repeat: repeat;
}
.footer-top .footer-call,
.ridek-features li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mb-30,
.process-item,
.ridek-features li:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-icon {
  font-size: 60px;
  color: #fff;
}
.feature-content h3 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}
.feature-content p {
  margin: 0;
  color: #fafafa;
}
.cta-section {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 80% 100%, 0 100%);
  background-size: cover;
  background-color: #222;
  position: relative;
  z-index: 1;
}
.contact-section .map,
.cta-men,
.cta-section-2:before,
.footer-mid-wrap:before,
.team-content:before {
  background-repeat: no-repeat;
}
.contact-section .map,
.cta-men,
.cta-section-2:before {
  z-index: -1;
  position: absolute;
}
.cta-men {
  background-image: url(../img/kifah.png);
  background-position: bottom right;
  background-size: contain;
  width: 100%;
  height: 100%;
  right: 130px;
  bottom: -30px;
}
.experience-box,
.team-content h3 a {
  background-image: repeating-linear-gradient(
    45deg,
    #003d6e 0,
    #003d6e 2px,
    transparent 0,
    transparent 50%
  );
}
.cta-content .cta-call {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.team-content h3 a,
.team-content h4 {
  align-items: center;
  border-radius: 2px;
  display: flex;
}
#b-form-messages.alert-danger,
#b-form-messages.alert-success,
#form-messages.alert-danger,
#form-messages.alert-success,
.cta-content .cta-call p span {
  display: block;
}
.cta-content .cta-call p a {
  color: #003d6e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.cta-content .cta-call i {
  background-color: rgba(255, 153, 0, 0.1);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  color: #003d6e;
  border-radius: 2px;
}
.cta-content h2 {
  font-size: 46px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 20px;
}
.cta-content P {
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  margin: 0;
}
.cta-section-2:before {
  background-image: url(../img/cta-map.png);
  background-position: center center;
  background-size: cover;
  width: 90%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
}
.cta-section-2 .cta-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.cta-section-2 .cta-content h2 {
  margin: 0;
  font-size: 36px;
  line-height: 42px;
}
.cta-section-2 .cta-content .default-btn {
  background-color: #222;
  margin-top: 20px;
}
.bg-white,
.cta-section-2 .cta-content .default-btn:after,
.cta-section-2 .cta-content .default-btn:before,
.section-heading h4.white span,
.section-heading h4.white span:after,
.section-heading h4.white span:before {
  background-color: #fff;
}
.cta-section-2 .check-list i {
  background-color: #222;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  font-size: 12px;
  color: #003d6e;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.cta-section-2 .cta-men {
  background-size: 95%;
  right: 90px;
  bottom: 0;
  width: 500px;
  height: 420px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .cta-men {
    width: 450px;
    right: 70px;
    bottom: -5px;
  }
}
.team-thumb {
  clip-path: polygon(0 0, 90% 0%, 100% 10%, 100% 100%, 0 100%);
}
.team-content:before {
  background-image: url(../img/car%20steering.svg);
  background-position: top center;
  background-size: 50%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
}
.team-content h3 a {
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
  background-size: 8px 8px;
  width: 90%;
  height: 70px;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: -30px auto 0;
  padding-bottom: 10px;
}
.team-content h4 {
  background-color: #222;
  background-size: cover;
  clip-path: polygon(100% 0, 100% 100%, 10% 100%, 0% 70%, 0 0);
  color: #fff;
  width: 60%;
  height: 40px;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-left: auto;
  position: absolute;
  right: 59px;
  top: 50px;
}
.branches-list h3,
.contact-title h2 {
  font-weight: 600;
  display: inline-block;
}
.experience-box {
  background-color: #003d6e;
  background-size: 10px 10px;
  padding: 30px;
  position: absolute;
  left: -20px;
  top: 50px;
  border-radius: 2px;
}
.experience-box h3 span {
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  display: block;
  color: #fff;
}
.experience-box h3 {
  font-size: 16px;
  margin: 0;
}
.taxi-booking-form {
  display: grid;
  grid-gap: 20px;
}
.taxi-booking-form .form-control {
  height: 50px;
  border-radius: 2px;
  border: 1px solid #ccc;
  font-size: 17px;
  outline: 0;
  box-shadow: none;
}
.taxi-booking-form .niceSelect {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}
.taxi-booking-form .nice-select .list {
  border-radius: 2px;
  margin-top: 0;
}
.taxi-booking-form .nice-select .option,
.top-header-nav li a {
  font-size: 15px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline: 0;
  box-shadow: none;
}
.accordion-button {
  background-color: #fff;
  color: #222;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #eee;
  padding: 20px 15px;
}
.accordion-button:focus {
  border-color: #eee;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #003d6e;
}
.accordion-button:not(.collapsed):after {
  background-image: inherit;
  content: "\f068";
  color: #fff;
  transform: inherit;
}
.contact-section .contact-details li i,
.copyright-wrap,
.footer-mid-wrap,
.footer-top .brand:after,
.footer-top .brand:before {
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
}
.accordion-button:after {
  background-image: inherit;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #222;
  font-weight: 600;
  transform: translateY(-50%) !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section .map {
  background-image: url(../img/cta-map.png);
  background-position: left center;
  background-size: 80%;
  width: 100%;
  height: 100%;
  left: -20%;
  top: 0;
}
.contact-details-wrap {
  padding-right: 60px;
}
.contact-title h2 {
  font-size: 28px;
  line-height: 38px;
}
.contact-section .contact-details li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact-section .contact-details li i {
  background-color: #222;
  color: #003d6e;
  font-size: 15px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
}
.contact-form-group {
  display: grid;
  grid-gap: 15px;
}
.contact-form-group .form-field .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.contact-form-group .form-field.message {
  grid-column-end: span 2;
}
.contact-form-group .form-field.message .form-control {
  height: auto;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #999 !important;
}
.contact-form .form-group .form-control:-moz-placeholder {
  color: #999 !important;
}
.contact-form .form-group .form-control::-moz-placeholder {
  color: #999 !important;
}
.contact-form .form-group .form-control.message {
  height: 120px;
}
#b-form-messages,
#form-messages {
  display: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.branches-list h3 {
  font-size: 14px;
  letter-spacing: 0;
  background-color: #003d6e;
  color: #fff;
  padding: 3px 15px;
  margin-bottom: 20px;
}
.branches-list ul li {
  margin-bottom: 5px;
}
.branches-list ul li a {
  color: #777;
}
.branches-list ul li a:hover {
  text-decoration: underline;
  color: #003d6e;
}
.footer-top-wrap {
  background-color: #f4f5f8;
  overflow: hidden;
}
.copyright-wrap,
.footer-mid-wrap,
.not-found-404 .footer-top-wrap {
  background-color: #222;
}
.footer-top .brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 30px 70px 30px 0;
  z-index: 2;
}
.footer-top .brand p {
  position: relative;
  padding-left: 20px;
}
.cmn-btn a,
.quality-content .cmn-btn a {
  padding: 12px 20px;
}
.footer-top .brand p:before {
  background-color: #444;
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
}
.footer-top .brand:after,
.footer-top .brand:before {
  background-color: #222;
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  right: 150px;
  bottom: -1px;
  z-index: -1;
}
.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}
.footer-top .footer-call {
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
.footer-top .footer-call:before {
  background-color: #003d6e;
  background-image: repeating-linear-gradient(
    45deg,
    #003d6e 0,
    #003d6e 2px,
    transparent 0,
    transparent 50%
  );
  background-size: 10px 10px;
  content: "";
  width: 5000px;
  height: 100%;
  position: absolute;
  left: -85px;
  bottom: 0;
  z-index: -1;
}
.footer-call i {
  font-size: 45px;
  color: #fff;
}
.footer-call p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  margin-bottom: 5px;
}
.footer-call p a {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.copyright-wrap p,
.footer-top .brand p,
.footer-top .footer-call p {
  color: #ccc;
  margin: 0;
}
.footer-contact li:not(:last-of-type),
.mb-15,
p {
  margin-bottom: 15px;
}
.footer-mid-wrap {
  padding: 80px 0 140px;
  position: relative;
  z-index: 1;
}
.footer-mid-wrap:before {
  background-image: url(../img/garages.png);
  background-size: 100%;
  background-position: bottom center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.running-taxi .taxi,
.running-taxi .taxi-2 {
  width: 180px;
  height: 150px;
  background-image: url(../img/nkd-truckk.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
}
.running-taxi {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.running-taxi .taxi {
  right: 0;
  animation: 20s linear infinite running-anim;
}
.running-taxi .taxi-2 {
  right: 30%;
  animation: 30s linear infinite running-anim;
}
.running-taxi .taxi-3 {
  background-image: url(../img/renau.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 210px;
  height: 180px;
  right: 70%;
  bottom: 0;

  animation: 40s linear infinite running-anim;
}
.footer-contact li,
.footer-links li a {
  color: #000000;
  font-weight: 600;
}
.footer-contact li span {
  display: block;
  color: #003d6e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.cmn-btn a,
.cmn-btn a i,
.social-icons a {
  display: inline-block;
}
.subscribe-form .form-control {
  background-color: #fff;
  clip-path: polygon(0% 0%, 90% 0, 100% 30%, 100% 100%, 0 100%);
  border-radius: 0;
  width: 100%;
  height: 50px;
  border: none;
  outline: 0;
  box-shadow: none;
}
.subscribe-form .submit {
  background-color: #003d6e;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0 100%);
  padding: 0 35px 0 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #222;
  line-height: 45px;
  text-align: center;
}
.subscribe-form .submit:hover {
  background-color: #ffab2e;
}
#subscribe-result.subs-result {
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #ccc;
  padding: 10px;
  margin-top: 15px;
}
.bd-bottom,
.top-header {
  border-bottom: 1px solid #eee;
}
.subscription-error {
  color: red;
}
@-moz-keyframes running-anim {
  0% {
    right: -30%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes running-anim {
  0% {
    right: -30%;
  }
  100% {
    right: 100%;
  }
}
@keyframes running-anim {
  0% {
    right: -30%;
  }
  100% {
    right: 100%;
  }
}
@-moz-keyframes running-anim-left {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes running-anim-left {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
@keyframes running-anim-left {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
.copyright-wrap {
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.section-title .sub-title,
.section-title .sub-title2 {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 7px;
  margin-bottom: 20px;
}
.process-item .process-one,
.process-item .process-two {
  margin-bottom: 100px;
}
.section-title .sub-title2:before,
.section-title .sub-title:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #003d6e;
  z-index: -1;
  -webkit-transform: skewX(-28deg);
  transform: skewX(-28deg);
  margin-left: auto;
  margin-right: auto;
}
.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: 10px auto 0;
}
.engineer-item .engineer-bottom,
.process-area .process-shape,
.subscribe-area form,
footer .footer-img {
  margin-left: auto;
  margin-right: auto;
}
.process-area .process-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 165px;
  max-width: 1035px;
}
.process-item .process-inner {
  text-align: right;
  position: relative;
  padding-right: 80px;
}
.process-item .process-three,
.process-item .process-two {
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
}
.process-item .process-inner i {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 50px;
  z-index: 1;
  color: #000;
}
.process-item .process-inner i:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 50px;
  top: 0;
  right: -12px;
  background-color: #003d6e;
  z-index: -1;
}
.process-item .process-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.process-item .process-inner p {
  margin-bottom: 0;
  font-size: 14px;
}
.process-item .process-img img {
  -webkit-animation: 25s linear infinite process-type;
  animation: 25s linear infinite process-type;
  position: relative;
  top: -12px;
}
.process-item .process-three i,
.process-item .process-two i {
  left: 12px;
  right: unset;
}
.process-item .process-three i:after,
.process-item .process-two i:after {
  left: -12px;
}
@-webkit-keyframes process-type {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes process-type {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.quality-area,
footer {
  background-color: #000;
  position: relative;
}
.quality-area .quality-img img {
  position: absolute;
}
.quality-area .quality-img img:first-child {
  left: 0;
  top: 0;
  height: 100%;
}
.quality-area .quality-img img:nth-child(2) {
  left: -111px;
  top: 0;
  height: 100%;
}
.quality-area .quality-img img:nth-child(3) {
  bottom: -65px;
  left: 0;
  max-width: 780px;
  z-index: 1;
  -webkit-animation: 8s linear infinite quality-ani;
  animation: 8s linear infinite quality-ani;
}
@-webkit-keyframes quality-ani {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
@keyframes quality-ani {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
}
.quality-content {
  max-width: 500px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.quality-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}
.quality-content .section-title p {
  margin-left: 0;
  margin-top: 18px;
  color: #fff;
}
.quality-content img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
  -webkit-animation: 10s linear infinite quality-tyre;
  animation: 10s linear infinite quality-tyre;
}
@-webkit-keyframes quality-tyre {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}
@keyframes quality-tyre {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
}
.engineer-area .owl-theme .owl-dots .owl-dot span {
  background: #333;
}
.engineer-area .owl-theme .owl-dots .owl-dot.active span {
  background: #c7693a;
}
.engineer-item {
  text-align: center;
  margin-bottom: 30px;
}
.engineer-item:hover .engineer-bottom {
  background-color: #c7693a;
  max-width: 100%;
}
.engineer-item .engineer-bottom {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #dddddd59;
  box-shadow: 0 0 20px 0 #dddddd59;
  padding: 16px 15px 20px;
  max-width: 230px;
  margin-top: -35px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.engineer-item .engineer-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.engineer-item .engineer-bottom span {
  display: block;
  font-size: 14px;
  color: #808291;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subscribe-area {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 65px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd7a;
  box-shadow: 0 0 20px 0 #dddddd7a;
  position: relative;
  top: -100px;
}
.subscribe-area .subscribe-shape img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.subscribe-area .validation-danger {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}
.subscribe-area .validation-success {
  color: #28a745;
  font-size: 14px;
  margin-top: 10px;
}
.subscribe-area h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 25px;
}
.subscribe-area form {
  max-width: 500px;
  position: relative;
}
.subscribe-area form .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #c7693a;
  padding-left: 25px;
}
.subscribe-area form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c7693a;
}
.subscribe-area form ::-webkit-input-placeholder {
  color: #333;
}
.subscribe-area form :-ms-input-placeholder {
  color: #333;
}
.subscribe-area form ::-ms-input-placeholder {
  color: #333;
}
.subscribe-area form ::placeholder {
  color: #333;
}
.subscribe-area form .subscribe-btn {
  color: #fff;
  background-color: #c7693a;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  border-radius: 0;
  padding: 9px 18px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.subscribe-area form .subscribe-btn:hover {
  color: #fff;
  background-color: #333;
}
footer .footer-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  opacity: 0.2;
  max-width: 680px;
}
.cmn-btn a {
  font-weight: 500;
  color: #fff;
  background-color: #c7693a;
  z-index: 1;
}
.cmn-btn a i {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.cmn-btn .banner-btn-left {
  margin-right: 20px;
  position: relative;
}
.cmn-btn .banner-btn-left:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #333;
  border-radius: 50% 50% 0 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.cmn-btn .banner-btn-left:hover:before {
  opacity: 1;
  height: 100%;
  border-radius: 0;
}
.social-icons {
  order: 0;
  position: absolute;
  width: 100%;
  text-align: left;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.main-header,
body,
ul.social-icons {
  position: relative;
}
.social-icons li {
  margin-right: 2%;
}
.social-icons a {
  margin: 0 2%;
}
ul.social-icons {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 16px;
  }
}
ul.social-icons a {
  padding: 0;
  color: #fff;
  opacity: 1;
  transition: 0.5s linear;
}
ul.social-icons a:hover {
  opacity: 0.5;
  transition: 0.5s linear;
}
/* ===================================================
    Table of Contents
=====================================================
    1.0 Top Header
    2.0 Mid Header
    3.0 Navigation Menu
    4.0 Menu Button
    5.0 Mobile Menu Button
    6.0 Desktop Menu Style
		6.1 Mobile Menu Style
	7.0 Popup Search Box
	8.0 Sidebox
=====================================================
    Header CSS
==================================================== */

.main-header {
  position: relative;
  z-index: 2;
}

.sticky-header {
  display: none;
}

/*=== 1.0 Top Header ===*/
.top-header {
  background-color: #f4f5f8;
  border-bottom: 1px solid #eee;
}

.top-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
}

.top-left p {
  font-size: 15px;
  margin: 0;
  line-height: 1;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-right ul li {
  display: inline-flex;
  align-items: center;
}

.top-header-nav li a {
  font-size: 15px;
}

.header-social-share li:not(:first-of-type),
.top-header-nav li:not(:first-of-type) {
  margin-left: 15px;
}

.header-social-share li a {
  font-size: 15px;
  color: #666;
}

.top-header-nav li a:hover,
.header-social-share li a:hover {
  color: #003d6e;
}

.top-header-nav {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

/*=== 2.0 Mid Header ===*/
.mid-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 25px 0;
}

.mid-header-wrap .site-logo {
  max-width: 200px;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}

.header-info li {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
}

.header-info li .header-info-icon {
  font-size: 40px;
  color: #003d6e;
  margin-right: 5px;
}

.header-info li .header-info-text h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
}

.header-info li .header-info-text h3 a:hover {
  color: #003d6e;
}

.header-info li .header-info-text h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 8px;
}

/*=== 3.0 Navigation Menu ===*/
.nav-menu-wrapper .site-logo {
  display: none;
}

.menu-right-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu-right-item > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-right-item .sidebox-icon,
.menu-right-item .search-icon {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon {
  color: #222;
}

.sticky-header .menu-right-item .sidebox-icon:hover,
.sticky-header .menu-right-item .search-icon:hover {
  color: #003d6e;
}

.sticky-header .menu-right-item .sidebox-icon,
.sticky-header .menu-right-item .search-icon {
  border-left: 1px solid rgba(17, 17, 17, 0.06);
}

.menu-right-item .sidebox-icon {
  margin-right: 15px;
  margin-left: 15px;
}

/*=== 4.0 Menu Button ===*/
.menu-right-item .menu-btn {
  background-color: #222;
  color: #fff;
  height: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.menu-right-item .menu-btn:hover {
  background-color: #333;
}

/*=== 5.0 Mobile Menu Button ===*/
.mobile-menu-icon {
  display: none;
}

.burger-menu {
  width: 20px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.line-menu {
  background-color: #666;
  border-radius: 0;
  width: 100%;
  height: 2px;
}

.line-menu.line-half {
  width: 50%;
}

.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px);
}

/*=== 6.0 Desktop Menu Style ===*/
@media (min-width: 993px) {
  .nav-menu-wrapper {
    margin-bottom: -30px;
  }

  .sticky-header .nav-menu-wrapper {
    margin: 0;
  }

  .sticky-header .header-menu-wrap ul {
    padding-left: 0;
  }

  .nav-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80%;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .nav-menu-inner:before {
    background-color: #003d6e;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
  }

  .header-menu-wrap ul li {
    display: inline-block;
    position: relative;
    padding: 20px 0;
    margin: 0 15px;
  }

  .header-menu-wrap ul li > a {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 1;
  }

  .header-menu-wrap ul li > a:before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    -o-transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
    transition: 0.3s cubic-bezier(0.45, 0.1, 0, 0.95);
  }
  .sticky-header .header-menu-wrap ul li > a:before {
    background-color: #222;
  }
  .header-menu-wrap ul li.active > a:before,
  .header-menu-wrap ul li:hover > a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  .header-menu-wrap li ul {
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 2px;
    border: 1px solid #eee;
    width: 220px;
    padding: 0;
    display: block;
    position: absolute;
    left: -35px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .header-menu-wrap li:hover > ul {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
    opacity: 1;
    visibility: visible;
    top: 58px;
    z-index: 99;
  }

  .header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
  }

  .header-menu-wrap li li:last-child {
    margin: 0;
    border-bottom: 0;
  }

  .header-menu-wrap li li > a {
    font-family: "Space Grotesk", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #666;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: -0.2px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }

  .header-menu-wrap li li > a:before {
    display: none;
  }

  .header-menu-wrap li li > a:hover {
    color: #003d6e;
  }

  .header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
  }

  .header-menu-wrap li ul {
    display: block !important;
  }

  /* Sticky Header */
  .sticky-header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    transform: translateY(-100%);
    z-index: 99;
  }

  .sticky-header .nav-menu-wrapper .site-logo {
    display: block;
    max-width: 150px;
  }

  .sticky-header .nav-menu-inner {
    max-width: 100%;
    height: 80px;
    margin: 0;
  }

  .sticky-header .nav-menu-inner:before {
    display: none;
  }

  .sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
  }

  .sticky-header.sticky-fixed-top {
    transform: translateY(0);
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap .nav-menu > li {
    padding: 32px 0;
  }

  .sticky-header.sticky-fixed-top .header-menu-wrap li:hover > ul {
    top: 79px;
  }

  .sticky-fixed-top .header-menu-wrap ul li > a {
    color: #222;
  }

  .sticky-fixed-top .header-menu-wrap ul li li > a:hover {
    color: #003d6e;
  }

  .sticky-fixed-top .menu-right-item .menu-btn {
    height: auto;
    padding: 10px 30px;
  }
}

@media (max-width: 1200px) {
  .nav-menu-inner {
    max-width: 90%;
  }
}

/*=== 6.1 Mobile Menu Style ===*/
@media (max-width: 992px) {
  .nav-menu-wrapper {
    position: relative;
  }

  .nav-menu-wrapper .site-logo {
    display: block;
    max-width: 140px;
  }

  .mid-header,
  .top-header-nav {
    display: none;
  }

  .dropdown-plus {
    width: 49px;
    height: 49px;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 1;
  }

  .dropdown-plus:before,
  .dropdown-plus:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 10px;
    width: 10px;
    height: 2px;
    background-color: #666;
  }

  .dropdown-plus:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .dropdown-plus.dropdown-open:after {
    display: none;
  }

  .mobile-menu-icon {
    display: block;
  }

  .header-menu-wrap {
    background-color: #fff;
    display: none;
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
  }

  .nav-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
  }

  .header-menu-wrap ul {
    padding-left: 0;
    border: 1px solid #eee;
  }

  .header-menu-wrap ul li {
    position: relative;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 0;
  }

  .header-menu-wrap ul li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
  }

  .header-menu-wrap ul li > a {
    display: block;
    padding: 10px 15px;
    height: inherit;
    line-height: inherit;
  }

  .header-menu-wrap li li:hover > a {
    background-color: transparent;
  }

  .header-menu-wrap ul li ul li ul,
  .header-menu-wrap ul li ul {
    background-color: transparent;
    width: 100%;
    opacity: 1;
    padding: 0;
    visibility: visible;
    position: inherit;
    display: none;
    top: inherit;
    left: inherit;
    box-shadow: none;
  }

  .header-menu-wrap li li {
    padding: 0 20px;
  }

  .header-menu-wrap li li {
    padding-left: 10px;
  }

  .header-menu-wrap li li:last-child {
    border-bottom: none;
  }

  .header-menu-wrap ul li > a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
  }

  .header-menu-wrap li li > a {
    color: #666;
    font-size: 14px;
  }

  .header-menu-wrap li li:hover > a {
    color: #003d6e;
  }

  .header-menu-wrap ul li > a:before {
    display: none;
  }

  .sticky-fixed-top .line-menu {
    background-color: #ddd;
  }

  .menu-right-item {
    display: none;
  }
}

/*=== 7.0 Popup Search Box ===*/
#popup-search-box {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

.open-search-box #popup-search-box {
  opacity: 1;
  visibility: visible;
}

#searchbox-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0s ease-in-out;
  width: 100%;
  z-index: -1;
}

.open-search-box #searchbox-overlay {
  opacity: 1;
  z-index: 1002;
  cursor: none;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
}

#popup-search-box .box-inner-wrap {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding: 80px 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
  box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
}

.open-search-box #popup-search-box .box-inner-wrap {
  transform: translateY(0);
}

#popup-search-box .box-inner-wrap form {
  position: relative;
  margin: 0 auto;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  /* Edge */
  color: #666;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

#popup-search-box .box-inner-wrap input::placeholder {
  color: #666;
  font-size: 18px;
}

#popup-search-box .box-inner-wrap input {
  background: #fff;
  font-family: "Space Grotesk", sans-serif;
  width: 600px;
  padding: 15px 30px;
  padding-right: 80px;
  border: 1px solid #eee;
  font-size: 18px;
  color: #666;
  border-radius: 50px;
}

#popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  /* Firefox 18- */
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:-ms-input-placeholder {
  color: #666 !important;
}

#popup-search-box .box-inner-wrap input:focus {
  outline: none;
  border: 1px solid #003d6e;
}

#popup-search-box .box-inner-wrap button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #666;
  font-size: 30px;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#popup-search-box .box-inner-wrap button:hover {
  color: #003d6e;
}

#popup-search-box .box-inner-wrap button:focus {
  outline: none;
}

.search-close {
  font-size: 30px;
  color: #666;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.165, 0.85, 0.45, 1);
}

.search-close:hover {
  color: #003d6e;
  transform: scale(1.1);
}

/*=== 8.0 Sidebox ===*/
.popup-sidebox {
  display: none;
}

@media (min-width: 992px) {
  .popup-sidebox {
    background-color: #222;
    padding: 80px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 500px;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .open-sidebox .popup-sidebox {
    right: 0;
    visibility: visible;
  }

  #sidebox-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all 0s ease-in-out;
    width: calc(100% - 400px);
    z-index: -1;
  }

  .open-sidebox #sidebox-overlay {
    opacity: 1;
    z-index: 1002;
    cursor: none;
    transition: all 0.6s ease-in-out;
    transition-delay: 0.3s;
  }

  .sidebox-content .site-logo {
    margin-bottom: 25px;
    max-width: 200px;
  }

  .sidebox-content p {
    font-size: 18px;
    font-weight: 400;
    color: #999;
    margin-bottom: 30px;
  }

  .sidebox-content .sidebox-list li span {
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
  }

  .sidebox-content .sidebox-list li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }

  .sidebox-content .sidebox-list li.call {
    color: #003d6e;
    font-size: 28px;
    font-weight: 700;
  }

  .sidebox-content .sidebox-list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top-header {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #popup-search-box .box-inner-wrap form {
    width: 90%;
  }

  #popup-search-box .box-inner-wrap input,
  #popup-search-box .box-inner-wrap button {
    font-size: 3em;
  }
}
@media screen and (min-width: 2560px) {
  #catalogue {
    margin-left: 21%;
  }
}

@media (max-width: 768px) {
  .JustifiedMob {
    text-align: justify !important;
  }

  .titleSmaller {
    font-size: 18px !important;
  }
  .padtop {
    padding-top: 100px !important;
  }
  .smallEu {
    width: 80px;
    height: auto;
  }
  .paddingTop {
    padding-top: 50px !important;
  }
  .paddingSides {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .negativeSides {
    padding-left: -20px !important;
    padding-right: -20px !important;
  }
}
