/*
@File: Ridgi Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default Area Style
** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style
** - Navbar Area Style
** - Main Slider Area Style 
** - About Area Style 
** - Find A Car Area Style 
** - What we offer Area Style 
** - Why Choose Us Area Style
** - Our vehicles Area Style
** - Which brand choose  Area Style
** - Who We Are Area Style
** - Gallery Area Style
** - Customer Area Style
** - Counter Area Style
** - News & Blog Area Style
** - Blog Details Area Style
** - service Area Style
** - service Details Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Contact Area Style
** - Log In Area Style
** - Sign Up Area Style
** - Recover Password Area Style
** - Coming Soon Area Style   
** - 404 Error Area Style
** - FAQ Area Style
*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #727695;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2e4b7b;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #3a361f;
	font-weight: bold;
}
h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control {
	height: 60px;
	color: #6e6e6e;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
	line-height: 38px;
}

.form-control::-webkit-input-placeholder {
  color: #6e6e6e;
  font-size: 13px;
}

.form-control:-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 13px;
}

.form-control::-ms-input-placeholder {
  color: #6e6e6e;
  font-size: 13px;
}

.form-control::placeholder {
  color: #6e6e6e;
  font-size: 13px;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #fdbc22;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
  
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.fun-blue-bg {
  background-color: #2e4b7b;
}

/*
Go Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  background-color: #2e4b7b;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f20930;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #f20930;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 90%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}

.page-navigation-area .page-link {
  color: #fdbc22;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px #d0d0d0;
          box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 27px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.current-menu-item a{
    color: #fdbc22 !important;

}
.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
  position: relative;
  top: 2px;
}

.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #fdbc22;
  border: 1px solid #fdbc22;
}

.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}

.page-navigation-area .page-item {
  padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #fdbc22;
  border-color: #fdbc22;
}

/*
Video wave Style
======================================================*/
.video-wrap .video-btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap .video-play {
  position: absolute;
  top: 16px;
  left: 80px;
  text-transform: uppercase;
  width: 129px;
  line-height: 1;
}

.video-wrap .video-play p {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
}

.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  color: #fdbc22;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #ffffff;
}

.video-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #0c59db;
}

.video-btn::after, .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #ffffff;
}

.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #0c59db;
}

.video-btn:hover i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@-webkit-keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes FocuSTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FocuSTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
  font-size: 16px;
  color: #ffffff !important;
  background-color: #ffef00;
  padding: 20px 35px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 0px #c5d7f6;
          box-shadow: 8px 8px 0px #c5d7f6;
  --hue: 190;
  text-transform: capitalize;
}

.default-btn i {
  font-size: 20px;
  line-height: 0;
  top: 5px;
  position: relative;
}

.default-btn:hover {
  -webkit-box-shadow: 0 0 0 1em transparent;
  box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  background-color: #201d1e;
  color: #ffffff !important;
}

.default-btn.btn-two {
  -webkit-box-shadow: 8px 8px 0px #8f3d17;
          box-shadow: 8px 8px 0px #8f3d17;
  background-color: #fdbc22;
}

.default-btn.btn-two:hover {
  -webkit-box-shadow: 0 0 0 1em transparent;
          box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  background-color: #fdbc22;
  color: #ffffff;
}

/*
Read More Area Style
======================================================*/
.read-more {
  line-height: 1;
  color: #0c59db;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  font-size: 14px;
}

.read-more i {
  position: relative;
  top: 4px;
  font-size: 18px;
  left: -18px;
}

.read-more:hover {
  color: #f20930;
}

/*
Section Title Area Style
======================================================*/
.section-title {
  max-width: 625px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-title span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #0c59db;
  margin-top: -7px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-title span.pumpkin-color {
  color: #fdbc22;
}

.section-title h2 {
  margin-bottom: 20px;
  font-size: 40px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title.align-style {
  text-align: left;
  margin-left: 0;
}

.section-title.section-title-two span {
  color: #0c59db;
}

/*
Preloader Area Style
======================================================*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.preloader .lds-ripple {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
  position: absolute;
  border: 4px solid #fdbc22;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.top-header {
  background-color: #0c59db;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .header-right-content ul {
  float: right;
}

.top-header .header-right-content ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  padding-left: 45px;
  position: relative;
  margin-right: 30px;
  top: 4px;
}

.top-header .header-right-content ul li:last-child {
  margin-right: 0;
}

.top-header .header-right-content ul li i {
  color: #ffffff;
  font-size: 35px;
  position: absolute;
  top: -2px;
  left: 0;
}

.top-header .header-right-content ul li span {
  display: block;
  font-size: 13px;
  line-height: 1;
}

.top-header .header-right-content ul li a {
  color: #ffffff;
}

/*
Ridgi Nav Area Area Style
======================================================*/
.ridgi-nav-style .navbar-area .navbar-brand {
  display: none;
}

.ridgi-nav-style .navbar-area .main-nav {
  position: unset;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 15px;
  color: #686868;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #fdc235;
}
.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a:hover i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #fdc235;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #686868;
  position: relative;
  padding: 6px 15px;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 2px;
  height: 100%;
  background-color: #fdc02f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #fdc02f;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fdc02f;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  right: -6px;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 105%;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: 20px;
  left: -11px;
  -webkit-transform: rotate(-86deg);
          transform: rotate(-86deg);
}

.ridgi-nav-style .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #1b1b1b;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

.ridgi-nav-style .dropdown-toggle::after {
  display: none;
}

.ridgi-nav-style .others-option {
  margin-left: auto;
}

.ridgi-nav-style .others-option .flag-wrap {
  display: inline-block;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top {
  position: relative;
  top: -3px;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-bar img {
  width: 25px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-bar span {
  position: relative;
  top: 2px;
  color: #686868;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom {
  position: absolute;
  bottom: -170px;
  padding: 20px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  width: 180px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  top: -8px;
  left: 20px;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
  margin-bottom: 10px;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
  margin-bottom: 0;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
  color: #686868;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
  width: 20px;
  margin-right: 5px;
  border-radius: 50%;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #f20930;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top:hover .flag-bar span {
  color: #f20930;
}

.ridgi-nav-style .others-option .flag-wrap .flag-item-top:hover .flag-item-bottom {
  visibility: visible;
  opacity: 1;
  bottom: -150px;
}

.ridgi-nav-style .others-option .cart-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

.ridgi-nav-style .others-option .cart-wrap .cart-icon {
  position: relative;
  top: 7px;
}

.ridgi-nav-style .others-option .cart-wrap .cart-icon i {
  color: #686868;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-nav-style .others-option .cart-wrap .cart-icon span {
  position: absolute;
  top: -9px;
  right: -7px;
  background-color: #f20930;
  text-align: center;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
}

.ridgi-nav-style .others-option .cart-wrap .cart-icon:hover i {
  color: #f20930;
}

.ridgi-nav-style .others-option .search-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: -3px;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item {
  display: inline-block;
  position: relative;
  color: #2e4b7b;
  cursor: pointer;
  width: 15px;
  top: 7px;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item i {
  font-size: 22px;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #f20930;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #f20930;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-btn:hover {
  color: #f20930;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .search-overlay {
  display: none;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2e4b7b;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn:hover {
  color: #f20930;
}

.ridgi-nav-style .others-option .search-wrap .other-option .search-box-item .close-btn.active {
  display: block;
}

.ridgi-nav-style .others-option .menu-wrap {
  display: inline-block;
  margin-left: 15px;
}

.ridgi-nav-style .others-option .menu-wrap .sidebar-menu {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 2px;
  padding: 0;
}

.ridgi-nav-style .others-option .menu-wrap .sidebar-menu span {
  border-bottom: 2px solid #2e4b7b;
  display: block;
  padding-bottom: 5px;
  width: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-nav-style .others-option .menu-wrap .sidebar-menu:hover span {
  border-color: #f20930;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -5px !important;
  left: 102%;
}

.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 102%;
}

/*
Ridgi Slider Area Area Style
======================================================*/
.ridgi-slider-area {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}

.ridgi-slider-area .owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-slider-area .owl-next i {
  background-color: #fdbc22 !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
}

.ridgi-slider-area .owl-next i:hover {
  background-color: #fdbc22 !important;
}

.ridgi-slider-area .owl-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ridgi-slider-area .owl-prev i {
  background-color: #fdbc22 !important;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
}

.ridgi-slider-area .owl-prev i:hover {
  background-color: #fdbc22 !important;
}

/* .ridgi-slider-area:hover .owl-prev {
  left: 0;
}

.ridgi-slider-area:hover .owl-next {
  right: 0;
} */

.ridgi-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.bnr_box_main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ridgi-slider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  z-index: 1;
  background-position-y: -8px;
}

.ridgi-slider-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.7;
}

.ridgi-slider-item .ridgi-slider-text .slider-btn .default-btn {
  margin: 0 15px;
}

.ridgi-slider-item .ridgi-slider-text span {
  color: #ffffff;
  display: block;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.ridgi-slider-item .ridgi-slider-text h1 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 50px;
}

.ridgi-slider-item .ridgi-slider-text.slider-text-center {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.ridgi-slider-item .ridgi-slider-text.slider-text-left {
  max-width: 700px;
}

.ridgi-slider-item .ridgi-slider-text.slider-text-right {
  max-width: 700px;
  text-align: right;
  margin-left: auto;
}

.ridgi-slider-area .owl-item.active .center-span {
  -webkit-animation: 2s .2s bounceInDown both;
          animation: 2s .2s bounceInDown both;
}

.ridgi-slider-area .owl-item.active .center-h1 {
  -webkit-animation: 3s .3s zoomIn both;
          animation: 3s .3s zoomIn both;
}

.ridgi-slider-area .owl-item.active .center-btn {
  -webkit-animation: 4s .4s bounceInUp both;
          animation: 4s .4s bounceInUp both;
}

.ridgi-slider-area .owl-item.active .left-span {
  -webkit-animation: 2s .2s bounceInDown both;
          animation: 2s .2s bounceInDown both;
}

.ridgi-slider-area .owl-item.active .left-h1 {
  -webkit-animation: 1s .1s fadeInLeft both;
          animation: 1s .1s fadeInLeft both;
}

.ridgi-slider-area .owl-item.active .left-btn {
  -webkit-animation: 3s .3s bounceInUp both;
          animation: 3s .3s bounceInUp both;
}

.ridgi-slider-area .owl-item.active .right-span {
  -webkit-animation: 2s .2s bounceInDown both;
          animation: 2s .2s bounceInDown both;
}

.ridgi-slider-area .owl-item.active .right-h1 {
  -webkit-animation: 1s .1s fadeInRight both;
          animation: 1s .1s fadeInRight both;
}

.ridgi-slider-area .owl-item.active .right-btn {
  -webkit-animation: 3s .3s bounceInUp both;
          animation: 3s .3s bounceInUp both;
}

/* .slider-item-bg-1 {
  background-image: url(../img/carousel-slider/1.jpg);
}

.slider-item-bg-2 {
  background-image: url(../img/carousel-slider/2.jpg);
}

.slider-item-bg-3 {
  background-image: url(../img/carousel-slider/3.jpg);
} */

/*
Find Car Area Style
======================================================*/
.find-car-area .find-car-title span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #0c59db;
  margin-top: -7px;
  font-weight: 500;
}

.find-car-area .find-car-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.datepicker .datepicker-switch {
  font-size: 13px;
  font-weight: 500;
}

.datepicker table tr td.day:hover, .datepicker .datepicker table tr td.focused {
  background: #0c59db;
  cursor: pointer;
  color: #ffffff;
}

.datepicker table tr td.day.active, .datepicker .datepicker table tr td.focused {
  background: #0c59db;
  color: #ffffff;
}

.datepicker table tr td, .datepicker table tr th {
  font-size: 13px;
}

.datepicker {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.datepicker .datepicker-switch {
  color: #0c59db;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.datepicker .datepicker-switch:hover {
  background-color: #0c59db;
  color: #ffffff;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
  color: #ffffff;
  background-color: #0c59db;
}

.car-book-from {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.car-book-from h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}

.car-book-from .form-group {
  margin-bottom: 30px;
}

.car-book-from .form-group .nice-select {
  float: unset;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}

.car-book-from .form-group .nice-select:after {
  height: 10px;
  right: 20px;
  width: 10px;
  top: 46%;
}

.car-book-from .form-group .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  height: 250px;
  overflow-y: scroll;
}

.car-book-from .form-group .nice-select .option {
  color: #727695 !important;
}

.car-book-from .form-group .nice-select .option:hover {
  background-color: #0c59db !important;
  color: #ffffff !important;
}

.car-book-from .form-group .nice-select .option.selected.focus {
  background-color: #0c59db !important;
  color: #ffffff !important;
}

.car-book-from .form-group .form-control {
  padding: 0 50px;
  width: 100%;
}

.car-book-from .form-group .form-control:focus {
  border-color: #0c59db;
}

.car-book-from .form-group .form-control::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}

.car-book-from .form-group .form-control:-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}

.car-book-from .form-group .form-control::-ms-input-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}

.car-book-from .form-group .form-control::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #848484;
}

.car-book-from .select-box {
  position: relative;
}

.car-book-from .select-box i {
  position: absolute;
  top: 14px;
  left: 20px;
  color: #848484;
  font-size: 20px;
  font-weight: 500;
}

.car-book-from .select-box .bx-calendar {
  top: 15px;
}

.car-book-from .default-btn {
  margin: auto;
  display: block;
  cursor: pointer;
}

.car-book-from .date:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/*
What We Offer Area Style
======================================================*/
.single-offer {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-offer .offer-content {
  margin-top: 30px;
}

.single-offer .offer-content h3 {
  margin-bottom: 15px;
}

.single-offer .offer-content p {
  margin-bottom: 9px;
}

.single-offer:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Why Choose Us Area Style
======================================================*/
.why-choose-wrap {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  left: -50px;
}

.why-choose-wrap .why-choose-title span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #0c59db;
  margin-top: -7px;
  font-weight: 500;
  text-transform: capitalize;
}

.why-choose-wrap .why-choose-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.why-choose-wrap .why-choose-title p {
  margin-bottom: 20px;
}

.why-choose-wrap .why-choose-item {
  position: relative;
  margin-bottom: 20px;
}

.why-choose-wrap .why-choose-item i {
  position: relative;
  top: 8px;
  font-size: 30px;
}

.why-choose-wrap .why-choose-item h3 {
  border-bottom: 1px solid #e5edf9;
  padding-bottom: 15px;
  font-size: 15px;
}

.choose-img {
  position: relative;
}

.choose-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.choose-img .video-wrap .video-btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
Vehicles Area Style
======================================================*/
.single-vehicles {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.single-vehicles .vehicles-img {
  position: relative;
}

.single-vehicles .vehicles-img img {
  -webkit-transition: all 9s;
  transition: all 9s;
}

.single-vehicles .vehicles-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(black));
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
  z-index: 1;
}

.single-vehicles .vehicles-img .vehicles-content {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.single-vehicles .vehicles-img .vehicles-content span {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 13px;
}

.single-vehicles .vehicles-img .vehicles-content h3 {
  color: #ffffff;
}

.single-vehicles .vehicles-img .vehicles-content .read-more {
  color: #ffffff;
}

.single-vehicles .vehicles-img .vehicles-content .read-more:hover {
  color: #f20930;
}

.single-vehicles:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-vehicles:hover .vehicles-img img {
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
}

/*
Brand Area Style
======================================================*/
.brand-area .section-title {
  text-align: left;
  max-width: unset;
  margin-bottom: 20px;
}

.brand-area .brand-btn {
  float: right;
  position: relative;
  top: 76px;
}

.brand-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.brand-item img {
  width: unset !important;
  margin: auto;
}

/*
Who We Are Area Style
======================================================*/
.who-we-are-area {
  height: 100%;
}

.who-we-are-title {
  margin-bottom: 30px;
  padding-left: 30px;
}

.who-we-are-title span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #0c59db;
  margin-top: -7px;
  font-weight: 500;
  text-transform: capitalize;
}

.who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.who-we-are-title p {
  margin-bottom: 0;
}

.who-we-are-content {
  padding-left: 30px;
}

.who-we-are-content ul {
  margin-bottom: 35px;
}

.who-we-are-content ul li {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2e4b7b;
}

.who-we-are-content ul li:last-child {
  margin-bottom: 0;
}

.who-we-are-content ul li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.who-we-are-content ul li:hover i {
  background-color: #fdbc22;
  color: #ffffff;
}
.who-we-are-img {
  position: relative;
}

.who-we-are-img .who-we-are-img-two {
  position: absolute;
  bottom: -37px;
  right: -30px;
}

/*
Gallery Area Style
======================================================*/
.gallery-wrap {
  text-align: center;
}

.gallery-wrap .shorting .mix {
  display: none;
}

.gallery-wrap .shorting-menu {
  margin-bottom: 40px;
}

.gallery-wrap .shorting-menu .filter {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px;
  color: #2e4b7b;
}

.gallery-wrap .shorting-menu .filter i {
  font-size: 20px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
}

.gallery-wrap .shorting-menu .filter:hover {
  color: #f20930;
}

.gallery-wrap .shorting-menu .filter.active {
  color: #f20930;
}

.single-gallery {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-gallery .gallery-image {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 380px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .single-gallery .gallery-image.bg-1 {
  background-image: url(../img/gallery/1.jpg);
}

.single-gallery .gallery-image.bg-2 {
  background-image: url(../img/gallery/2.jpg);
}

.single-gallery .gallery-image.bg-3 {
  background-image: url(../img/gallery/3.jpg);
}

.single-gallery .gallery-image.bg-4 {
  background-image: url(../img/gallery/4.jpg);
}

.single-gallery .gallery-image.bg-5 {
  background-image: url(../img/gallery/5.jpg);
} */

.single-gallery .gallery-image img {
  -webkit-transition: all 9s;
  transition: all 9s;
}

.single-gallery .gallery-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0)), to(black));
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), black);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.single-gallery .gallery-image .price-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: left;
  z-index: 1;
}

.single-gallery .gallery-image .price-wrap .price-text {
  display: block;
  color: #ffffff;
}

.single-gallery .gallery-image .price-wrap .price {
  display: block;
  color: #ffffff;
}

.single-gallery .gallery-content {
  position: absolute;
  bottom: -115px;
  left: 0;
  right: 0;
  text-align: left;
  background-color: #ffffff;
  max-width: 90%;
  margin: auto;
  padding: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.single-gallery .gallery-content span {
  color: #0c59db;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.single-gallery .gallery-content h3 a {
  color: #2e4b7b;
}

.single-gallery .gallery-content:hover h3 a {
  color: #f20930;
}

.single-gallery:hover .gallery-content {
  bottom: 17px;
}

.single-gallery:hover .gallery-image img {
  -webkit-transform: scale(2.3) rotate(4deg);
          transform: scale(2.3) rotate(4deg);
}

/*
Support Area Style
======================================================*/
.support-area {
  position: relative;
}

.support-area .col-lg-6 {
  position: relative;
}

.support-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
}

.support-area .support-content {
  text-align: center;
  margin-top: 30px;
}

.support-area .support-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-top: -6px;
  margin-bottom: 30px;
}

.support-area .support-content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.support-area .support-content span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: -5px;
}

.support-area .support-img {
  position: absolute;
  top: -99px;
}

/*
Customer Area Style
======================================================*/
.customer-feedback-slides {
  position: relative;
  max-width: 750px;
  margin: auto;
}

.customer-feedback-slides .customer-feedback {
  position: relative;
}

.customer-feedback-slides .customer-feedback .single-feedback {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 30px;
  margin: 20px;
  text-align: center;
}

.customer-feedback-slides .customer-feedback .single-feedback .quote {
  font-size: 60px;
  color: #fdbc22;
  display: block;
  margin-bottom: 6px;
  margin-top: -8px;
}

.customer-feedback-slides .customer-feedback .single-feedback ul {
  line-height: 1;
}

.customer-feedback-slides .customer-feedback .single-feedback ul li {
  display: inline-block;
}

.customer-feedback-slides .customer-feedback .single-feedback ul li i {
  font-size: 20px;
  color: #ff8a00;
}

.customer-feedback-slides .customer-feedback .prev-arrow.slick-arrow {
  position: absolute;
  left: -100px;
  top: 42%;
  background-color: transparent;
  cursor: pointer;
}

.customer-feedback-slides .customer-feedback .prev-arrow.slick-arrow i {
  font-size: 50px;
  color: #2e4b7b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.customer-feedback-slides .customer-feedback .prev-arrow.slick-arrow span {
  font-size: 16px;
  position: absolute;
  top: 14px;
  left: 45px;
  color: #2e4b7b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.customer-feedback-slides .customer-feedback .prev-arrow.slick-arrow:hover i {
  color: #f20930;
}

.customer-feedback-slides .customer-feedback .prev-arrow.slick-arrow:hover span {
  color: #f20930;
}

.customer-feedback-slides .customer-feedback .next-arrow.slick-arrow {
  position: absolute;
  right: -100px;
  top: 44%;
  background-color: transparent;
  cursor: pointer;
}

.customer-feedback-slides .customer-feedback .next-arrow.slick-arrow i {
  font-size: 50px;
  color: #2e4b7b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.customer-feedback-slides .customer-feedback .next-arrow.slick-arrow span {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 45px;
  color: #2e4b7b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.customer-feedback-slides .customer-feedback .next-arrow.slick-arrow:hover i {
  color: #f20930;
}

.customer-feedback-slides .customer-feedback .next-arrow.slick-arrow:hover span {
  color: #f20930;
}

.customer-feedback-slides .customer-thumbnails {
  position: relative;
}

.customer-feedback-slides .customer-thumbnails::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.customer-feedback-slides .customer-thumbnails::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.customer-feedback-slides .customer-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.customer-feedback-slides .customer-thumbnails .item .img-fill img {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid #727695;
  border-radius: 50%;
  padding: 3px;
  width: 85px;
}

.customer-feedback-slides .customer-thumbnails .item .img-fill .customer-name {
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.customer-feedback-slides .customer-thumbnails .item .img-fill .customer-name h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.customer-feedback-slides .customer-thumbnails .item .img-fill .customer-name span {
  color: #0c59db;
  font-size: 13px;
}

.customer-feedback-slides .customer-thumbnails .item:hover .img-fill img {
  opacity: 1;
  position: relative;
}

.customer-feedback-slides .customer-thumbnails .item.slick-center .img-fill {
  position: relative;
}

.customer-feedback-slides .customer-thumbnails .item.slick-center .img-fill::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #727695;
  border-left: 15px solid transparent;
  top: -39px;
  left: 0;
  right: 0;
  margin: auto;
}

.customer-feedback-slides .customer-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
  width: 200px;
  position: relative;
  top: -26px;
}

.customer-feedback-slides .customer-thumbnails .item.slick-center .img-fill .customer-name {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* 
Counter Area Style
======================================================*/
.counter-area {
  background-image: url(../img/counter-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.counter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.single-counter {
  margin-bottom: 10px;
  padding-left: 60px;
  position: relative;
}

.single-counter i {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  color: #f20930;
}

.single-counter h2 {
  margin-bottom: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.single-counter h2 sup {
  color: #f20930;
  font-size: 25px;
}

.single-counter h2 .k {
  font-size: 23px;
  font-weight: 500;
  font-weight: 700;
}

.single-counter p {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.single-counter:hover i {
  color: #f20930;
}

.single-counter:hover h2 {
  color: #f20930;
}

.single-counter:hover p {
  color: #f20930;
}

/* 
Our Blog Area Style
======================================================*/
.our-blog-area {
  position: relative;
}

.our-blog-area .section-title {
  position: relative;
}

.our-blog-area .section-title span {
  color: #ffffff;
}

.our-blog-area .section-title h2 {
  color: #ffffff;
}

.our-blog-area .section-title p {
  color: #ffffff;
}

.our-blog-area::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 450px;
  background-color: #102a82;
  margin: auto;
  right: 0;
}

.single-blog {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	/* margin-bottom: 30px; */
	position: relative;
	/* z-index: 9999; */
	background: #fff;
}

.single-blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f20930;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-blog .blog-content {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog .blog-content .user {
  margin-bottom: 10px;
  color: #727695;
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content .user i {
  display: inline-block;
  margin-right: 2px;
}

.single-blog .blog-content .user:hover {
  color: #f20930;
}

.single-blog .blog-content h3 a {
  color: #2e4b7b;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-blog .blog-content ul {
  margin-bottom: -6px;
}

.single-blog .blog-content ul li {
  display: inline-block;
  font-size: 13px;
}

.single-blog .blog-content ul li.date {
  float: right;
}

.single-blog:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog:hover h3 a {
  color: #f20930;
}

.single-blog:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 
Top Footer Area Style
======================================================*/
.footer-bg {
  background-color: #201d1e;
}

.top-footer-area .footer-adders .call-wrap {
  position: relative;
  padding-left: 50px;
}

.top-footer-area .footer-adders .call-wrap i {
  font-size: 30px;
  color: #0c59db;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.top-footer-area .footer-adders .call-wrap span {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.top-footer-area .footer-adders .call-wrap a {
  color: #ffffff;
  font-size: 16px;
}

.top-footer-area .footer-adders .time-wrap {
  position: relative;
  padding-left: 50px;
}

.top-footer-area .footer-adders .time-wrap i {
  font-size: 30px;
  color: #0c59db;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.top-footer-area .footer-adders .time-wrap span {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.top-footer-area .footer-adders .time-wrap p {
  color: #ffffff;
  font-size: 16px;
}

.top-footer-area .footer-adders .default-btn {
  float: right;
  cursor: pointer;
}

.top-footer-area .border-bottom {
  border-color: #272a35 !important;
}

.top-footer-area .footer-link-wrap {
  border-bottom: 1px solid #272a35;
}

.top-footer-area .single-widget {
  margin-bottom: 30px;
}

.top-footer-area .single-widget h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #272a35;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.top-footer-area .single-widget h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}

.top-footer-area .single-widget ul li {
  color: #cecece;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-footer-area .single-widget ul li:last-child {
  margin-bottom: 0;
}

.top-footer-area .single-widget ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f20930;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-footer-area .single-widget ul li a {
  color: #cecece;
}
.top-footer-area .single-widget ul li:hover {
  color: #fdbc22;
}
.top-footer-area .single-widget ul li:hover::before {
  width: 100%;
}

.top-footer-area .single-widget ul li:hover a {
  color: #fdbc22;
}

/* 
Bottom Footer Area Style
======================================================*/
.bottom-footer-area {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom-footer-area .copy-right {
  color: #ffffff;
}

.bottom-footer-area .copy-right p i {
  position: relative;
  top: 2px;
}

.bottom-footer-area .copy-right p a {
  color: #f20930;
}

.bottom-footer-area .copy-right p a:hover {
  color: #0c59db;
}

.bottom-footer-area .designed {
  float: right;
  color: #ffffff;
}

.bottom-footer-area .designed i {
	position: relative;
	top: 2px;
	-webkit-animation: heartBeat 1000ms infinite linear;
	animation: heartBeat 1000ms infinite linear;
	color: #fcf400;
}

/* 
Subscribe Area Style
======================================================*/
.modal-dialog {
  margin: auto;
  max-width: 600px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-dialog .startup-form {
  max-width: 550px;
  position: relative;
  margin: auto;
}

.modal-dialog .startup-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #f1f1f1;
  border: none;
  height: 60px;
  padding-left: 25px;
  border-radius: 0;
  padding-top: 0;
  outline: 0;
  color: #000000;
}

.modal-dialog .startup-form .input-newsletter::-webkit-input-placeholder {
  color: #2e4b7b;
}

.modal-dialog .startup-form .input-newsletter:-ms-input-placeholder {
  color: #2e4b7b;
}

.modal-dialog .startup-form .input-newsletter::-ms-input-placeholder {
  color: #2e4b7b;
}

.modal-dialog .startup-form .input-newsletter::placeholder {
  color: #2e4b7b;
}

.modal-dialog .startup-form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0c59db;
  color: #ffffff;
  border: none;
  padding: 16px 30px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.modal-dialog .startup-form button:hover {
  background-color: #f20930;
  color: #ffffff;
}

.modal-dialog .startup-form button i {
  margin-left: 5px;
}

.modal-dialog .modal-header .close {
  padding: 0;
  margin: 0;
}

.modal-dialog .modal-body {
  padding: 50px 30px;
}

.modal-dialog .modal-content {
  border-radius: 0;
}

/* 
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
  position: relative;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-modal .modal-header {
  display: inline;
  padding: 0;
  border: none;
}

.sidebar-modal .modal-header .close {
  height: 27px;
  width: 27px;
  color: #fff;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  line-height: 31px;
  background-color: #f20930;
}

.sidebar-modal .modal-header .close:hover {
  background-color: #f20930;
  color: #ffffff;
  border-color: #f20930;
}

.sidebar-modal .modal-header h2 {
  background-color: #0c59db;
  padding: 30px 25px;
}

.sidebar-modal .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
  padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
  margin-bottom: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
  margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
  font-size: 30px;
  display: block;
  font-weight: 400;
  color: #818992;
  margin-bottom: 10px;
  text-transform: initial;
  line-height: 1;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
  margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
  display: inline-block;
  padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
  width: 25px;
  height: 25px;
  border: 1px solid #0c59db;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  color: #0c59db;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
  color: #ffffff;
  background-color: #f20930;
  border-color: #f20930;
}

/*====================================================
HOME TWO STYLE
======================================================*/
/* 
Ridgi Nav Style Two Style
======================================================*/
.ridgi-nav-style-two .navbar-area .main-nav {
  position: unset;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #363637;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav {
  position: relative;
  padding: 15px 0;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  width: 1px;
  background-color: #363637;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 1px;
  background-color: #363637;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #fdbc22;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #fdbc22;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  background-color: #fdbc22;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #fdbc22;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fdbc22;
}

.ridgi-nav-style-two .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ridgi-nav-style-two .navbar-area .navbar-brand {
  display: block;
  margin-right: 0;
}

.ridgi-nav-style-two .navbar-area .navbar {
  padding: 0;
}

.ridgi-nav-style-two .others-option .flag-wrap .flag-item-top .flag-bar span {
  color: #ffffff;
}

.ridgi-nav-style-two .others-option .flag-wrap .flag-item-top .flag-bar:hover span {
  color: #fdbc22;
}

.ridgi-nav-style-two .others-option .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
  color: #fdbc22;
}

.ridgi-nav-style-two .others-option .cart-wrap .cart-icon i {
  color: #ffffff;
}

.ridgi-nav-style-two .others-option .cart-wrap .cart-icon i:hover {
  color: #fdbc22;
}

.ridgi-nav-style-two .others-option .search-wrap .other-option .search-box-item {
  color: #ffffff;
}

.ridgi-nav-style-two .others-option .search-wrap .other-option:hover .search-box-item .search-btn {
  color: #fdbc22;
}

.ridgi-nav-style-two .others-option .menu-wrap .sidebar-menu span {
  border-color: #ffffff;
}

.ridgi-nav-style-two .others-option .menu-wrap .sidebar-menu:hover span {
  border-color: #fdbc22;
}

/* 
Banner Area Style
======================================================*/
.banner-area-two {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 0;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  z-index: 1;
}

.banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/banner-two/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-animation: FocuS 1s linear 1s infinite;
          animation: FocuS 1s linear 1s infinite;
}

.banner-area-two .banner-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.banner-area-two .banner-text h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-area-two .banner-text .banner-btn {
  margin-left: -100px;
}

.banner-area-two .banner-text .banner-btn .video-btn {
  top: -14px;
  position: relative;
  margin-left: 20px;
}

.banner-area-two .banner-text .banner-btn .video-btn span {
  position: absolute;
  top: -4px;
  left: 80px;
  width: 120px;
  font-size: 18px;
  color: #ffffff;
}

.banner-area-two .banner-text .banner-btn .video-btn:hover {
  background-color: #fdbc22;
}

.banner-area-two .banner-text .banner-btn .video-btn:hover span {
  color: #fdbc22;
}

.banner-area-two .banner-text .banner-btn .default-btn {
  margin-right: 20px;
}

.banner-area-two .car-img {
  position: relative;
}

.banner-area-two .car-img .shape-1 {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.banner-area-two .car-img .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* 
Address Area Style
======================================================*/
.single-address {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fdbc22;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fdbc22;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address a {
  display: block;
  color: #727695;
  margin-bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address p {
  margin-bottom: -8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-address:hover::before {
  width: 100%;
}

.single-address:hover i {
  background-color: #ffffff;
  color: #fdbc22;
}

.single-address:hover h3 {
  color: #ffffff;
}

.single-address:hover span {
  color: #ffffff;
}

.single-address:hover a {
  color: #ffffff;
}

.single-address:hover p {
  color: #ffffff;
}

/* 
Why Choose Us Area Two  Style
======================================================*/
.why-choose-us-area-two {
  background-image: url(../img/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.why-choose-us-area-two .col-lg-6 {
  position: relative;
}

.why-choose-us-area-two .why-choose-title span {
  color: #fdbc22;
}

.why-choose-us-area-two .why-choose-wrap {
  background-color: transparent;
  left: 0;
  padding: 0;
}

.why-choose-us-area-two .why-choose-wrap .why-choose-item {
  margin-bottom: 30px;
}

.why-choose-us-area-two .why-choose-wrap p {
  margin-bottom: 20px;
}

.why-choose-us-area-two .choose-img {
  position: absolute;
  top: -332px;
  left: 0;
  right: 0;
  margin: auto;
}

.why-choose-us-area-two .choose-img::before {
  display: none;
}

.why-choose-us-area-two .choose-btn-wrap .white-btn {
  margin-left: 30px;
  background-color: #ececec;
  color: #fdbc22;
  -webkit-box-shadow: 8px 8px 0px #f7f7f7;
          box-shadow: 8px 8px 0px #f7f7f7;
  --hue: 190;
}

.why-choose-us-area-two .choose-btn-wrap .white-btn:hover {
  -webkit-box-shadow: 0 0 0 1em transparent;
          box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  background-color: #fdbc22;
  color: #ffffff;
}

/* 
What We Offer Area Two  Style
======================================================*/
.single-offers {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.single-offers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fdbc22;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-offers .offers-content {
  padding: 45px 25px;
}

.single-offers .offers-content .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fdbc22;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-offers .offers-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-offers .offers-content p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-offers .offers-content .read-more {
  margin-top: -5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-offers:hover::before {
  width: 100%;
}

.single-offers:hover .icon {
  color: #ffffff;
}

.single-offers:hover h3 {
  color: #ffffff;
}

.single-offers:hover p {
  color: #ffffff;
}

.single-offers:hover .read-more {
  color: #ffffff;
}

/* 
Find Car Area Two  Style
======================================================*/
.find-car-area-two {
  background-image: url(../img/book-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.find-car-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}

.find-car-area-two .find-car-title {
  padding-top: 150px;
  padding-bottom: 100px;
}

.find-car-area-two .find-car-title span {
  color: #fdbc22;
}

.find-car-area-two .find-car-title h2 {
  color: #ffffff;
}

.find-car-area-two .find-car-title p {
  color: #ffffff;
}

.find-car-area-two .car-book-from {
  margin-top: 0;
  padding: 0;
}

.find-car-area-two .car-book-from h3 {
  color: #ffffff;
  background-color: #fdbc22;
  margin-bottom: 0 !important;
  padding: 12px 20px;
  font-size: 25px;
  color: #ffffff;
}

.find-car-area-two .car-book-from .book-wrap {
  padding: 59px 50px 67px;
}

/* 
Counter Area Two  Style
======================================================*/
.counter-area-two {
  background-image: unset;
}

.counter-area-two::before {
  display: none;
}

.counter-area-two .single-counter i {
  color: #2e4b7b;
}

.counter-area-two .single-counter h2 {
  color: #2e4b7b;
}

.counter-area-two .single-counter h2 sup {
  color: #2e4b7b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.counter-area-two .single-counter h2 .k {
  font-size: 25px;
  font-weight: 700;
}

.counter-area-two .single-counter p {
  color: #2e4b7b;
}

.counter-area-two .single-counter:hover i {
  color: #fdbc22;
}

.counter-area-two .single-counter:hover h2 {
  color: #fdbc22;
}

.counter-area-two .single-counter:hover h2 sup {
  color: #fdbc22;
}

.counter-area-two .single-counter:hover p {
  color: #fdbc22;
}

/* 
Who We Are Area Two  Style
======================================================*/
.who-we-are-area-two {
  padding-top: 0;
  padding-bottom: 0;
}

.who-we-are-area-two .container-fluid {
  padding-left: 0;
}

.who-we-are-area-two .who-we-are-img {
  background-image: url(../img/who-we-are-img-three.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.who-we-are-area-two .who-we-are-img .video-btn-wrap {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.who-we-are-area-two .who-we-are-img .video-btn-wrap .video-btn {
  background-color: #fdbc22;
}

.who-we-are-area-two .who-we-are-img .video-btn-wrap .video-btn::before {
  background-color: #fdbc22;
}

.who-we-are-area-two .who-we-are-img .video-btn-wrap .video-btn i {
  color: #ffffff;
}

.who-we-are-area-two .who-we-are-img .video-btn-wrap .video-btn:hover {
  background-color: #fdbc22;
}

.who-we-are-area-two .who-we-are-content-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-right: 120px;
}

.who-we-are-area-two .who-we-are-content-wrap .who-we-are-title span {
  color: #fdbc22;
}

.who-we-are-area-two .who-we-are-content ul li:hover i {
  background-color: #fdbc22;
}

/* 
Customer Area Two  Style
======================================================*/
.customer-area-two .single-customer {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.3;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.customer-area-two .single-customer img {
  width: 90px;
  height: 90px;
  border: 2px solid #fdbc22;
  padding: 3px;
  border-radius: 50%;
  margin: 0 auto 25px;
}

.customer-area-two .single-customer h3 {
  margin-bottom: 18px;
}

.customer-area-two .single-customer p {
  margin-bottom: 15px;
}

.customer-area-two .single-customer span {
  display: block;
}

.customer-area-two .single-customer .colors {
  color: #fdbc22;
}

.customer-area-two .owl-item.active.center .single-customer {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.customer-area-two .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background: #b4b4b8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.customer-area-two .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fdbc22 !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.customer-area-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fdbc22 !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

/* 
Customer Area Two  Style
======================================================*/
.support-area-two {
  background-image: url(../img/support-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}

.support-area-two .support-img {
  top: -230px;
}

.support-area-two .support-img::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #fdbc22;
  z-index: -1;
}

.support-area-two .support-content {
  text-align: left;
}

.support-area-two .support-content span i {
  position: relative;
  top: 4px;
  color: #fdbc22;
}

/* 
Gallery Area Two  Style
======================================================*/
.gallery-area-two .gallery-wrap .shorting-menu .filter:hover {
  color: #fdbc22;
}

.gallery-area-two .gallery-wrap .shorting-menu .filter.active {
  color: #fdbc22;
}

.gallery-area-two .single-gallery .gallery-content:hover h3 a {
  color: #fdbc22;
}

/* 
Team Area  Style
======================================================*/
.team-area {
  background-image: url(../img/team/team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 2;
}

.single-team {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.single-team .team-img {
  position: relative;
}

.single-team .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.single-team .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
}

.single-team .team-content span {
  color: #fdbc22;
  margin-bottom: 5px;
  display: inline-block;
  top: -6px;
  position: relative;
}

.single-team .team-content span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -25px;
  width: 20px;
  height: 2px;
  background-color: #fdbc22;
}

.single-team .team-content h3 {
  margin-bottom: 0;
  margin-top: -6px;
}

.single-team .team-content ul {
  position: absolute;
  bottom: 95px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team .team-content ul li {
  display: inline-block;
}

.single-team .team-content ul li a i {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #fdbc22;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team .team-content ul li a i:hover {
  background-color: #fdbc22;
  color: #ffffff;
}

.single-team .team-content p {
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  max-width: 350px;
  margin: auto;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.single-team:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team:hover .team-content ul {
  opacity: 1;
  bottom: 125px;
}

.single-team:hover .team-content p {
  opacity: 1;
  top: 140px;
}

.single-team:hover .team-img::before {
  opacity: 0.7;
}

/* 
Blog Area Two Style
======================================================*/
.our-blog-area-two::before {
  top: 0;
  background-color: #fdbc22;
}

.our-blog-area-two .single-blog:hover .blog-content a {
  color: #fdbc22;
}

.our-blog-area-two .single-blog:hover .blog-content h3 a {
  color: #fdbc22;
}

.our-blog-area-two .single-blog:hover .blog-content .read-more {
  color: #fdbc22;
}

.our-blog-area-two .single-blog:hover::after {
  background-color: #fdbc22;
}

/* 
Top Footer Area Two Style
======================================================*/
.top-footer-area-two .single-widget h3 {
  color: #2e4b7b;
  border-color: #c9cbdd;
}

.top-footer-area-two .single-widget h3::before {
  background-color: #2e4b7b;
}

.top-footer-area-two .single-widget ul li {
  color: #2e4b7b;
}

.top-footer-area-two .single-widget ul li a {
  color: #2e4b7b;
}

.top-footer-area-two .single-widget ul li:hover {
  color: #fdbc22;
}

.top-footer-area-two .single-widget ul li:hover a {
  color: #fdbc22;
}

/* 
Information Area Style
======================================================*/
.information-area {
  background-image: url(../img/information-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.single-information {
  text-align: center;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.single-information .icon {
  font-size: 40px;
  color: #fdbc22;
  margin-bottom: 15px;
}

.single-information h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
}

.single-information p {
  margin-bottom: 10px;
  color: #ffffff;
}

.single-information .read-more {
  color: #fdbc22;
}

.single-information .read-more:hover {
  color: #fdbc22;
}

/* 
Footer Bottom Area Two Style
======================================================*/
.bottom-footer-area-two {
  border-top: 1px solid #c9cbdd;
}

.bottom-footer-area-two .copy-right {
  color: #2e4b7b;
}

.bottom-footer-area-two .copy-right p a {
  color: #fdbc22;
}

.bottom-footer-area-two .copy-right p a:hover {
  color: #f20930;
}

.bottom-footer-area-two .designed {
  color: #2e4b7b;
}

.bottom-footer-area-two .designed i {
  color: #fdbc22;
}

/*====================================================
HOME THREE STYLE
======================================================*/
/* 
Ridgi Nav Style Two Style
======================================================*/
.ridgi-nav-style-three .navbar-area .main-nav {
  border-bottom: 1px solid #3b3479;
}

.ridgi-nav-style-three .navbar-area .main-nav nav .navbar-nav::before {
  background-color: #3b3479;
}

.ridgi-nav-style-three .navbar-area .main-nav nav .navbar-nav::after {
  background-color: #3b3479;
}

/* 
Banner Area Three Style
======================================================*/
.banner-area-three {
  background-color: #2a2273;
  padding-top: 150px;
  padding-bottom: 170px;
  background-image: url(../img/banner-three/3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 92%, 0 100%, 0 0);
}

.banner-area-three .col-lg-5 {
  position: relative;
}

.banner-area-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-area-three .banner-text {
  max-width: 800px;
  margin: 0 auto 50px;
}

.banner-area-three .banner-text h1 {
  font-size: 60px;
  color: #eeeeee;
  margin-bottom: 40px;
}

.banner-area-three .banner-text .banner-btn .default-btn {
  margin-right: 20px;
}

.banner-area-three .banner-text .banner-btn .default-btn.white-btn {
  margin-left: 30px;
  background-color: #ffffff;
  color: #fdbc22;
  -webkit-box-shadow: 8px 8px 0px #9a96bc;
          box-shadow: 8px 8px 0px #9a96bc;
  --hue: 190;
}

.banner-area-three .banner-text .banner-btn .default-btn.white-btn:hover {
  -webkit-box-shadow: 0 0 0 1em transparent;
          box-shadow: 0 0 0 1em transparent;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  background-color: #fdbc22;
  color: #ffffff;
}

.banner-area-three .round h1 {
  background-color: #fdbc22;
  font-size: 225px;
  border-radius: 50%;
  width: 550px;
  height: 550px;
  line-height: 500px;
  text-align: center;
  position: relative;
  right: 0;
  top: 56px;
  text-transform: uppercase;
  color: #fdbc22;
  text-shadow: -1px 1px 0 #f3f3f3, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

.banner-area-three .round img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.banner-area-three .car-img {
  position: absolute;
  top: 400px;
  right: 0;
  max-width: 700px;
}

.banner-area-three .shape.shape-1 {
  position: absolute;
  bottom: -55px;
  left: -150px;
  z-index: -1;
}

.banner-area-three .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: absolute;
  top: 24%;
  left: -25px;
}

.banner-area-three .social-link li {
  padding: 35px 0;
}

.banner-area-three .social-link li a {
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #b2b2b2;
  font-weight: 500;
  text-transform: capitalize;
}

.banner-area-three .social-link li a:hover {
  color: #fdbc22;
}

/* 
What We Offer Area Three Style
======================================================*/
.what-we-offer-three .single-we-offer {
  background-image: url(../img/offer/8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.what-we-offer-three .single-we-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.what-we-offer-three .single-we-offer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdbc22;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.what-we-offer-three .single-we-offer .icon {
  font-size: 40px;
  margin-bottom: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  left: 23px;
  top: 23px;
}

.what-we-offer-three .single-we-offer .icon::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0)), to(#f8bb99));
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #f8bb99);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.what-we-offer-three .single-we-offer h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.what-we-offer-three .single-we-offer p {
  margin-bottom: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.what-we-offer-three .single-we-offer .read-more {
  color: #fdbc22;
}

.what-we-offer-three .single-we-offer:hover .icon {
  color: #ffffff;
}

.what-we-offer-three .single-we-offer:hover h3 {
  color: #ffffff;
}

.what-we-offer-three .single-we-offer:hover p {
  color: #ffffff;
}

.what-we-offer-three .single-we-offer:hover .read-more {
  color: #ffffff;
}

.what-we-offer-three .single-we-offer:hover::before {
  opacity: 0;
}

.what-we-offer-three .single-we-offer:hover::after {
  opacity: 0.9;
}

.what-we-offer-three .col-lg-4:nth-child(1) .single-we-offer {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.what-we-offer-three .col-lg-4:nth-child(2) .single-we-offer {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.what-we-offer-three .col-lg-4:nth-child(3) .single-we-offer {
  border-bottom: 1px solid #f1f1f1;
}

.what-we-offer-three .col-lg-4:nth-child(4) .single-we-offer {
  border-right: 1px solid #f1f1f1;
}

.what-we-offer-three .col-lg-4:nth-child(5) .single-we-offer {
  border-right: 1px solid #f1f1f1;
}

/* 
Find Car Area Three Style
======================================================*/
.find-car-area-three {
  background-image: url(../img/book-bg-two.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.find-car-area-three .find-car-title {
  padding-left: 30px;
}

/* 
Find Car Area Three Style
======================================================*/
.why-choose-us-area-three {
  background-image: unset;
}

.chooses-img {
  text-align: center;
}

/* 
Who We Are Area Three Style
======================================================*/
.who-we-are-area-three {
  background-image: url(../img/choose-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

.who-we-are-area-three .who-we-are-img {
  position: absolute;
  bottom: 0;
}

/* 
FAQ Area Style
=====================================================*/
.faq-area .faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 60px;
  color: #2e4b7b;
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: -1px;
  display: block;
  font-size: 18px;
}

.faq-area .faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #faf5f5;
  color: #fdbc22;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fdbc22;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #fdbc22;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
  background-color: #fdbc22;
  color: #fff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
  content: "\f063";
}

.faq-area .faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 30px;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  text-align: center;
}

/* 
Our Vehicles Area Style
=====================================================*/
.our-vehicles-area-three {
  background-image: url(../img/new-image/team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: relative;
}

/* 
Supportive Area Style
=====================================================*/
.supportive-area {
  background-image: url(../img/supportive-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.supportive-area .supportive-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
}

.supportive-area .supportive-content p {
  color: #ffffff;
}

.supportive-area .supportive-btn {
  float: right;
}

/* 
Customer Area Style
=====================================================*/
.customer-area-three {
  background-image: url(../img/team/team-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.customer-area-three .customer-feedback-slides .customer-thumbnails::before {
  background-color: #fafeff;
}

.customer-area-three .customer-feedback-slides .customer-thumbnails::after {
  background-color: #fafeff;
}

/* 
Top Footer Area Three Style
======================================================*/
.top-footer-area-three .single-widget h3 {
  color: #ffffff;
  border-color: #848484;
}

.top-footer-area-three .single-widget h3::before {
  background-color: #ffffff;
}

.top-footer-area-three .single-widget ul li {
  color: #ffffff;
}

.top-footer-area-three .single-widget ul li a {
  color: #ffffff;
}

.top-footer-area-three .single-widget ul li:hover {
  color: #fdbc22;
}

.top-footer-area-three .single-widget ul li:hover a {
  color: #fdbc22;
}

.top-footer-area-three .single-widget ul li:hover::before {
  background-color: #fdbc22;
}

.validation-danger {
  color: #dc3545 !important;
}

.validation-success {
  color: #28a745 !important;
}

/* 
Footer Bottom Area Two Style
======================================================*/
.bottom-footer-area-three {
  border-top: 1px solid #c9cbdd;
}

.bottom-footer-area-three .copy-right {
  color: #ffffff;
}

.bottom-footer-area-three .copy-right p a {
  color: #fdbc22;
}

.bottom-footer-area-three .copy-right p a:hover {
  color: #f20930;
}

.bottom-footer-area-three .designed {
  color: #ffffff;
}

.bottom-footer-area-three .designed i {
  color: #fdbc22;
}

/* Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  padding-top: 235px;
  padding-bottom: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/new-image/taxi-bg-inner.jpg);
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  opacity: 0.6;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
  color: #fdbc22;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 5px;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li i {
  font-size: 20px;
  margin: 0 5px;
  position: relative;
  top: 5px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fdbc22;
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
  /*
	Sidebar Widget Area Style
	================================*/
}

.blog-details-area .blog-details-desc .article-image {
  position: relative;
}

.blog-details-area .blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
  margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #fdbc22;
  margin-right: 21px;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #fdbc22;
  font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #666666;
  font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #fdbc22;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
  color: #fdbc22;
  margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #fdbc22;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
  margin-bottom: 13px;
  margin-top: 25px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #fdbc22;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #666666;
  font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
  color: #fdbc22;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #fdbc22;
  text-align: center;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: #2e4b7b;
}

.blog-details-area .blog-details-desc .post-navigation {
  margin-top: 30px;
}

.blog-details-area blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-details-area blockquote p {
  color: #2e4b7b;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 17px !important;
}

.blog-details-area blockquote cite {
  display: none;
}

.blog-details-area blockquote::before {
  color: #efefef;
  content: "\ed67";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: 'boxicons';
  font-size: 140px;
  font-weight: 900;
}

.blog-details-area blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fdbc22;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-area .post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
  margin-right: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
  margin-left: 0;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
  color: #2e4b7b;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
  color: #fdbc22;
}

.blog-details-area .comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.blog-details-area .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
}

.blog-details-area .comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #fdbc22;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .comments-area ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .comments-area .children {
  margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
  margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #2e4b7b;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #fdbc22;
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-meta {
  margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
  font-weight: 600;
  color: #2e4b7b;
  font-size: 14px;
}

.blog-details-area .comments-area .comment-author .says {
  display: none;
}

.blog-details-area .comments-area .comment-metadata {
  color: #666666;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
  color: #666666;
  font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
  color: #fdbc22;
}

.blog-details-area .comments-area .comment-content p {
  font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
  margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 15px;
  position: relative;
  font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: #fdbc22;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #2e4b7b;
  margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="week"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="month"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="password"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="search"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="tel"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond input[type="number"] {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
  border-color: #fdbc22;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #666666;
  font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
  background: #fdbc22;
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
  color: #ffffff;
  background-color: #2e4b7b;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #fdbc22;
}

.blog-details-area .widget-area .widget {
  margin-top: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.blog-details-area .widget-area .widget .post-wrap {
  padding: 20px;
}

.blog-details-area .widget-area .widget:first-child {
  margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  background-color: #2e4b7b;
  padding: 10px 20px;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.blog-details-area .widget-area .widget_search form {
  position: relative;
}

.blog-details-area .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
  display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
  border-color: #fdbc22;
}

.blog-details-area .widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border: none;
  color: #ffffff;
  background-color: #fdbc22;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
  background-color: #2e4b7b;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
  position: relative;
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog-details/2.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog-details/3.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog-details/4.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
  background-image: url(../img/blog-details/5.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
  overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
  display: block;
  color: #666666;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
  display: inline-block;
  color: #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
  color: #fdbc22;
}

.blog-details-area .widget-area .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
  background: #fdbc22;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #666666;
  margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li::before {
  background: #fdbc22;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 9px;
}

.blog-details-area .widget-area .widget_categories ul li a {
  display: block;
  color: #666666;
  font-weight: normal;
  font-size: 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
  float: right;
  font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
  color: #fdbc22;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
  float: right;
}

.blog-details-area .widget-area .widget_meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #666666;
  padding-left: 17px;
  font-size: 15px;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
  background: #fdbc22;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 7px;
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
  display: inline-block;
  color: #666666;
  font-weight: normal;
  font-size: 14px !important;
  padding: 7px 10px;
  border: 1px dashed #eeeeee;
  margin-top: 10px;
  margin-right: 10px;
}

.blog-details-area .widget-area .tagcloud a:hover {
  background-color: #fdbc22;
  color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
  background-color: #fdbc22;
  color: #ffffff;
  border-color: #fdbc22;
}

.blog-details-area .widget-area .widget_services_list ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
  background-color: #fdbc22;
  color: #ffffff;
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
  background-color: #fdbc22;
  color: #ffffff;
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
  background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 35px;
  color: #5d6576;
  z-index: 1;
  font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252920;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
  background-color: #fdbc22;
  color: #ffffff;
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
  background-color: #fdbc22;
  color: #ffffff;
  padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
  opacity: 1;
  visibility: visible;
  width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
  border-bottom: none;
}

.blog-details-area .widget-area .info time {
  font-size: 13px;
  color: #929292;
  display: block;
  margin-bottom: 4px;
}

/* Sign In & Log In  Area Style
=====================================================*/
.sign-up-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sign-up-area .contact-form-action {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 40px;
  max-width: 570px;
  margin: auto;
}

.sign-up-area .contact-form-action .form-heading {
  margin-bottom: 33px;
}

.sign-up-area .contact-form-action .form-heading .form-title {
  font-size: 38px;
  color: #233d63;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.sign-up-area .contact-form-action .form-heading .form-desc {
  font-size: 18px;
  color: #677286;
  font-weight: 500;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
  line-height: 30px;
  margin-top: 15px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
  color: #fdbc22;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
  font-size: 16px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
  font-weight: 600;
}

.sign-up-area .contact-form-action form .submit-btn {
  margin-top: 24px;
}

.sign-up-area .contact-form-action form .default-btn {
  cursor: pointer;
  margin-bottom: 30px;
  padding: 12px 20px;
}

.sign-up-area .contact-form-action form .default-btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 1px;
  font-size: 16px;
}

.sign-up-area .contact-form-action form .btn-facebook {
  background-color: #3b5998;
}

.sign-up-area .contact-form-action form .btn-twitter {
  background-color: #31a5ff;
}

.sign-up-area .contact-form-action form .reset-btn {
  margin-top: 0;
}

.sign-up-area .contact-form-action form .form-condition {
  margin-bottom: 20px;
}

.sign-up-area .contact-form-action form .form-condition .agree-label {
  font-weight: 600;
}

.sign-up-area .contact-form-action form .form-condition .agree-label a {
  color: #fdbc22;
}

.sign-up-area .contact-form-action form .form-group {
  margin-bottom: 30px;
}

.sign-up-area .contact-form-action .account-desc {
  margin-top: -8px;
  font-weight: 600;
}

.sign-up-area .contact-form-action .account-desc a {
  color: #fdbc22;
  margin-left: 10px;
  font-weight: 600;
}

.sign-up-area .contact-form-action #chb1 {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.sign-up-area .contact-form-action #chb2 {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.sign-up-area .contact-form-action .forget {
  float: right;
  color: #fdbc22;
  font-weight: 600;
}

.sign-up-area .contact-form-action .now-register {
  font-weight: 600;
  float: right;
}

.sign-up-area .contact-form-action .now-register a {
  color: #fdbc22;
}

.sign-up-area .contact-form-action .now-log-in {
  color: #fdbc22;
  font-weight: 600;
}

.sign-up-area .contact-form-action .now-log-in .font-q {
  font-weight: 600;
}

.sign-up-area::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0;
  background-image: url("../img/it/shape/3.html");
  background-position: center;
  opacity: 0.1;
}

/*
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #fdbc22;
  position: relative;
  color: #fdbc22;
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: #2e4b7b;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #2e4b7b;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: #fdbc22;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #fdbc22;
}

.checkout-area .user-actions span a:focus {
  color: #fdbc22;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #2e4b7b;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group label .required {
  color: #ff0000;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #2e4b7b;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
  color: #fdbc22 !important;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #fdbc22 !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: #fdbc22 !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #2e4b7b;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #2e4b7b;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #2e4b7b;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #2e4b7b;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #2e4b7b;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #2e4b7b;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #2e4b7b;
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 600;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px 30px 38px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #fdbc22;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fdbc22;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #2e4b7b;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fdbc22;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}

/*
 Cart Area CSS
=====================================================*/
.cart-area .cart-table table {
  margin-bottom: 0;
}

.cart-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-size: 14px;
}

.cart-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-area .cart-table table tbody tr td.product-thumbnail img {
  width: 60px;
  height: 60px;
}

.cart-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-area .cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
}

.cart-area .cart-table table tbody tr td.product-name a:hover {
  color: #2e4b7b;
}

.cart-area .cart-table table tbody tr td.product-price span {
  font-weight: 500;
  font-size: 13px;
}

.cart-area .cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #666666;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 22px;
}

.cart-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: red;
}

.cart-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 500;
  font-size: 13px;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #2e4b7b;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #fdbc22;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #2e4b7b;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #2e4b7b;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #2e4b7b;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #2e4b7b;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #2e4b7b;
}

.cart-area .cart-buttons {
  margin-top: 30px;
}

.cart-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-area .cart-totals h3 {
  margin-bottom: 25px;
}

.cart-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-area .cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 14px 15px;
  color: #323232;
  overflow: hidden;
  font-weight: 600;
}

.cart-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-area .cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

.cart-area .cart-area .nice-select {
  height: 50px;
  line-height: 49px;
  border-radius: 0;
  width: 100%;
  margin-bottom: 18px;
}

.cart-area .cart-wraps {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 40px;
}

.cart-area .coupon-wrap {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-area .coupon-wrap h3 {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.cart-area .coupon-wrap .form-group {
  margin-bottom: 30px;
}

.cart-area .coupon-wrap .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .current {
  position: relative;
  top: 4px;
  font-size: 13px;
}

.cart-area .coupon-wrap .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.cart-area .coupon-wrap .nice-select .option:hover, .cart-area .coupon-wrap .nice-select .option.focus, .cart-area .coupon-wrap .nice-select .option.selected.focus {
  background-color: #fdbc22 !important;
  color: #ffffff;
}

.cart-area .table-bordered > :not(caption) > * {
  border-top: none;
}

.cart-area .text-right {
  text-align: right;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/coming-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.9;
  z-index: 1;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  color: #f3f3f3;
  font-size: 14.5px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #fdbc22;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #fdbc22;
  background-color: #ffffff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}

/* 
Product Area Style
=====================================================*/
.our-product-area {
  overflow: hidden;
}

.single-product-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
          box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  text-align: center;
}

.single-product-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #2e4b7b;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: auto;
  right: 0;
}

.single-product-box .product-content {
  background: #ffffff;
  text-align: center;
  padding-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product-box .product-content h3 {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2e4b7b;
  font-size: 18px;
}

.single-product-box .product-content ul {
  margin-bottom: 13px;
  line-height: 1;
}

.single-product-box .product-content ul li {
  display: inline-block;
}

.single-product-box .product-content ul li i {
  color: #fdbc22;
}

.single-product-box .product-content span {
  display: block;
  color: #2e4b7b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.single-product-box .product-content span del {
  padding-left: 15px;
}

.single-product-box .product-content .default-btn {
  padding: 10px 25px;
}

.single-product-box .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.single-product-box .btn-box a {
  padding: 0 5px;
}

.single-product-box .btn-box a i {
  font-size: 20px;
  display: inline-block;
  color: #fdbc22;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.single-product-box .btn-box a i:hover {
  color: #ffffff;
  background: #fdbc22;
}

.single-product-box:hover::before {
  opacity: 0.8;
}

.single-product-box:hover .btn-box {
  opacity: 1;
  visibility: visible;
}

.single-product-box .product-offer {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  top: 17px;
  right: 18px;
  background-color: #fdbc22;
  padding: 2px 15px;
  font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
  background-color: #fdbc22;
}

.single-product-box .product-offer.hot-offer {
  background-color: red;
}

/* 
Product FAQ Area Style
=====================================================*/
.product-faq .faq-area .faq-accordion .accordion {
  padding-top: 10px;
}

.product-faq .faq-area .faq-accordion .accordion .accordion-title {
  font-size: 15px;
}

.product-faq .faq-area .faq-accordion .accordion .accordion-title span {
  top: 11px;
}

.product-faq .faq-area .faq-accordion .accordion .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*
Product Details Area Style
=====================================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
}

.product-details-desc p {
  margin-bottom: 0;
}

.product-details-desc .price {
  margin-bottom: 10px;
  color: #333333;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #333333;
  border-bottom: 1px solid #333333;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: #fdbc22;
  border-color: #fdbc22;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: #2e4b7b;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 45px;
  color: #333333;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #333333;
}

.product-details-desc .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  float: right;
}

.product-details-desc .product-add-to-cart .btn {
  height: 45px;
  top: -2px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.product-details-desc .product-add-to-cart .btn i {
  margin-right: 2px;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #2e4b7b;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #333333;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #333333;
  border-color: #333333;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn {
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .default-btn {
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #2e4b7b;
  margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
  margin-right: 5px;
}

.product-details-image {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-details-tab {
  margin-top: 50px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 48px;
  font-weight: 700;
}

.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  margin: 2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #fdbc22;
  border-color: #fdbc22;
}

.products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #fdbc22;
  border-color: #fdbc22;
}

.products-details-tab .tabs li a:focus .dot {
  border-color: #ffffff;
}

.products-details-tab .tabs li a:focus .dot::before {
  background: #ffffff;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #fdbc22;
  border-color: #fdbc22;
}

.products-details-tab .tabs li.current a .dot {
  border: 1px solid #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}

.products-details-tab .tab_content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: #333333;
  font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ffba0a;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 10px 11px;
  font-size: 11px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 4px;
  background-color: #2e4b7b;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #2e4b7b;
  top: 40px;
  text-decoration: underline;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: #fdbc22;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
  padding-top: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
  border-radius: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

/*
Our Product Area Style
=====================================================*/
.our-related-product-area .section-title {
  margin-bottom: 20px;
}

.our-related-product-area .section-title h2 {
  margin-bottom: 0;
  margin-top: -6px;
}

.our-related-product-area .single-product-box {
  margin-left: 30px !important;
  margin-right: 3px !important;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 5px 0px rgba(82, 85, 90, 0.1) !important;
          box-shadow: 0 0 5px 0px rgba(82, 85, 90, 0.1) !important;
}

.our-related-product-area .single-product-box .product-offer {
  top: 16px;
  right: 17px;
}

.our-related-product-area .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  background: #b4b4b8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.our-related-product-area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fdbc22 !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.our-related-product-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fdbc22 !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

/*
Single Product Box List Area Style 
=====================================================*/
.single-product-box-list {
  text-align: left;
}

.single-product-box-list::before {
  width: 100%;
  height: 100%;
  top: 0;
}

.single-product-box-list .product-offer {
  top: 0;
  right: 0 !important;
}

.single-product-box-list::before {
  z-index: 1;
}

.single-product-box-list .product-content {
  background-color: transparent;
  text-align: left;
  padding-left: 254px;
  padding-top: 0;
  position: relative;
}

.single-product-box-list .product-image {
  position: absolute;
  top: 50px;
  left: 30px;
  right: 0;
  max-width: 250px;
}

.single-product-box-list .product-offer {
  right: 40px;
  z-index: 1;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
  background-color: #2e4b7b;
  color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.service-sidebar-area .service-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
  border-bottom: 1px dashed #eeeeee;
  padding: 15px 20px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
  border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
  color: #2e4b7b;
  display: block;
}

.service-sidebar-area .service-list ul li i {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fdbc22;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: -3px;
}

.service-sidebar-area .service-list ul li:hover {
  background-color: #fdbc22;
  color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
  background-color: #ffffff;
  color: #fdbc22;
}

.service-sidebar-area .service-list ul li:hover a {
  color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
  font-size: 15px;
  font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
  top: 11px;
}

.service-details-wrap .mb-30 {
  margin-bottom: 30px;
}

.service-details-wrap .service-img {
  margin-bottom: 30px;
}

.service-details-wrap ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.service-details-wrap ul li {
  display: block;
  font-weight: 600;
  color: #2e4b7b;
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.service-details-wrap ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #fdbc22;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 4px;
  position: absolute;
  top: 0px;
  left: 0;
}

.service-details-wrap .car-service-list-wrap {
  margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
  margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
  margin-bottom: 15px;
  font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
  margin-bottom: 0;
}

/*
Ask Question Area Style
=====================================================*/
.ask-question {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  padding: 30px;
}

.ask-question h3 {
  margin-bottom: 20px;
}

.ask-question .form-group {
  margin-bottom: 30px;
}

.ask-question .default-btn {
  margin-top: 30px;
}

/*
Contact Area Style
=====================================================*/
.contact-area .contact-wrap {
  max-width: unset;
}

.contact-area .contact-wrap .section-title {
  text-align: center !important;
  max-width: 600px;
  margin: 0 auto 30px;
}

.contact-area .contact-wrap .section-title h2 {
  margin-bottom: 10px;
}

.contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}

.contact-area .contact-wrap .default-btn {
  margin: auto;
  display: table;
  cursor: pointer;
}

.contact-area .contact-wrap .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  padding: 40px;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
}

.text-danger {
  color: #dc3545 !important;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.text-success {
  color: #28a745 !important;
}

.map-area iframe {
  width: 100%;
  height: 400px;
  bottom: 0;
  display: block;
}

/*
FAQ Contact Area Style
=====================================================*/
.faq-contact-area .section-title {
  margin: 0 auto 40px;
}

.faq-contact-area .ask-question {
  padding: 50px;
}

.faq-contact-area .default-btn {
  margin: 30px auto 0;
  display: table;
  cursor: pointer;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  padding: 50px 0;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.error-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.error-area .error-contact-wrap {
  z-index: 1;
  position: relative;
}

.error-area .error-contact-wrap img {
  max-width: 500px;
  width: 100%;
}

.error-area .error-contact-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-contact-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
}

/*
Main SLider Area Style
=====================================================*/
.main-slider-area {
  height: 100%;
  position: relative;
}

.main-slider-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .30;
  z-index: -1;
}

.main-slider-area {
  overflow: hidden;
}

.main-slider-area ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .55;
  z-index: 1;
  visibility: visible;
}

.main-slider-area .tp-caption.NotGeneric-Title {
  font-size: 60px !important;
  font-weight: 700 !important;
  line-height: initial !important;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

.main-slider-area .tp-caption.NotGeneric-SubTitle {
  font-size: 15px !important;
  letter-spacing: 0 !important;
  line-height: 1.9 !important;
  padding: 0 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif;
}

.main-slider-area .default-btn {
  padding: 15px 30px !important;
  line-height: initial !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 20px;
  transition: all 0.5s !important;
  padding: 15px 30px !important;
  -webkit-box-shadow: 8px 8px 0px #c5d7f6 !important;
          box-shadow: 8px 8px 0px #c5d7f6 !important;
  --hue: 190;
}

.main-slider-area .default-btn:hover {
  -webkit-box-shadow: 0 0 0 1em transparent !important;
          box-shadow: 0 0 0 1em transparent !important;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  color: #ffffff;
}

.main-slider-area .btn-two {
  -webkit-box-shadow: 8px 8px 0px #8f3d17 !important;
          box-shadow: 8px 8px 0px #8f3d17 !important;
}

.main-slider-area .btn-two:hover {
  -webkit-box-shadow: 0 0 0 1em transparent !important;
          box-shadow: 0 0 0 1em transparent !important;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */


.gallery {
  /* display: flex;
  flex-wrap: wrap; */
  /* border: 10px solid #fff; */
  /* width: calc(100% - 50px);
  margin: 60px auto 0; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 24.5vw;
  grid-gap: 0.6vw;
}

.gallery a {
display: block;
text-decoration: none;
width:100%;
overflow: hidden;
outline: none;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px;
}
.gallery a img {
  height: 100%;
  transform: scale(1,1);
  transition: all 300ms ease;
}

.gallery a img:hover {
  transform: scale(1.1,1.1);
}



.bg {
  width: 100%;
  height:100%;
  background-size: cover;
  transform: scale(1,1);
  transition: all 300ms ease;
}

.bg:hover {
  transform: scale(1.1,1.1);
}



@media(max-width: 767px) {

.gallery a {
  width: 100%;
}

.bg {
  height: 300px;
}

}

.gallery_section {
	padding: 80px 0;
	/* background: #f9f9f9; */
}
.gallery_section .titile_vox {
	position: absolute;
	top: 60px;
	left: 8%;
}


/*****************************************************************************
                         Ankur css Start Here 
*******************************************************************************/

.ptb-80{
  padding: 80px 0;
}
.ridgi-nav-style .navbar-area .navbar-brand {
  display: block;
}
.ridgi-slider-area {
    margin-top: 0px;
}
.ridgi-nav-style .others-option {
margin-left: 20px;
}
.header-area {
width: 100%;
}
.ridgi-nav-style .navbar-area .main-nav {
  background: transparent;
}
.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
     color: #fff;
}
.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
  color: #211e1f;
}

  .navbar-brand img {
    width: 50%;
  }
  .navbar {
     padding: 0;
  }
  .ridgi-nav-style .others-option {
    margin-left: 20px;
    border-left: 1px solid #ececec;
    padding: 25px 0px 25px 25px;
  }

  .mean-menu {
    margin-right: -80px;
  }
  .ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom {
      right: 0;
      left: unset;
   }
   .ridgi-nav-style .others-option .flag-wrap .flag-item-top .flag-item-bottom::before {
       right: 20px;
       left: unset;
  }
  .ridgi-nav-style .navbar-area.is-sticky {
    background-color: #fff;
     }
/* hero bnr section */

.position-relative {
  position: relative !important;
}
.banner_vdo {
  height: 100vh;
  overflow-y: hidden;
  position: relative;
}
.resolutions-hero-slider video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_vdo::before {
  content: '';
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content_bnr h1 {
  font-size: 110px;
  font-weight: 800;
  color: #fff;
}
.stroke_text {
  color: transparent !important;
  font-family: "Poppins", Sans-serif;
  font-size: 95px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  stroke: #FFFFFF;
}
.content_bnr {
  position: absolute;
  top: 0;
  left: 44%;
  transform: translate(-50%, 43%);
  z-index: 1;
  width: 70%;
}
.content_bnr h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 35px;
}
.email_btn {
  padding: 10px 50px;
  border: 1px solid #BA935B;
  color: #fff;
}
.email_btn:hover{
  border: 1px solid #BA935B;
  color: #fff;
  background:#BA935B;
}
.banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-btn .slider-btn{
  margin-right:20px;
}
/* .ridgi-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 90vh;
  position: relative;
  z-index: 1;
} */
.ridgi-slider-area .owl-prev {
  position: absolute;
  top: 90%;
  right: 71px;
  left: unset;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ridgi-slider-area .owl-next {
  position: absolute;
  top: 90%;
  right: 0px;
  left: unset;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ridgi-slider-area .owl-next i {
  background-color: #fb621b !important;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
}
.ridgi-slider-area .owl-prev i {
  background-color: #fb621b !important;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 26px;
}

/* booking section */
.car-book-from {
  background-color: #ffffff;
  box-shadow: none;
  padding: 0;
  position: relative;
  margin-top: 25px;
  z-index: 1;
}
.find-car-area .find-car-title h2 {
  font-size: 40px;
  margin-bottom: 8px;
}
.find-car-area .find-car-title span {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0;
}
.find-car-title {
  width: 60%;
  margin: 0 auto 0 0;
}
.car-book-from .row .form_box {
  padding: 0;
}
.car-book-from .row .form_box .form-group {
margin-bottom: 0;
position: relative;
}
/* date picker custom css */
.datepicker table tr td, .datepicker table tr th {
   width: 43px;
  height: 35px;
}
.datepicker table tr td{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 9px;
}
.fa-location-crosshairs:before, .fa-location:before {
  content: "\f601";
  font-family: 'FontAwesome';
}
.fa-map-signs::before, .fa-signs-post::before {
content: "\f277";
font-family: FontAwesome;
}
.car-book-from .form-control {
height: 100px;
padding-top: 30px !important;
}
.car-book-from .select-box i {
position: absolute;
top: 56px;
left: 20px;
color: #848484;
font-size: 17px;
font-weight: 500;
}
.select_box__ i {
top: 53px !important;
}
.car-book-from .form-group .nice-select {
line-height: 60px;
}
.car-book-from .form-label {
margin-bottom: .5rem;
position: absolute;
left: 18px;
font-size: 12px;
top: 14px;
}
.car-book-from .form-group .nice-select .list {
 height: auto;

}
.form-group .hour_select_box .nice-select .list {
height: 250px !important;

}
.head_form {
background: #f9f9f9;
padding: 17px 15px 11px;
border-top: 4px solid #d9af50;
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
}
.border-top-none{
border-top: none !important;
}
.car-book-from .form-group .form-control:focus {
border-color: #d3bb98;
}
.car-book-from .form-group .nice-select .option.selected.focus {
background-color: #d3bb98 !important;
color: #ffffff !important;
}
.car-book-from .form-group .nice-select .option:hover {
background-color: #d3bb98 !important;
color: #ffffff !important;
}
.box_result__ img {
width: 60px;
margin-bottom: 5px;
}
.box_result__ {
text-align: center;
}
.box_result_ride {
border: 1px solid #ececec;
padding: 25px 0;
margin-top: -8px;
}
.box_result__ h1 {
font-size: 27px;
margin-top: 15px;
}
.box_result__ p {
margin-bottom: 2px;
}
.map_and_result{
margin-top: 25px;
}
.submit_btn {
text-align: end;
margin-right: 10px;
margin-top: 21px;
}
.default-btn {
font-size: 16px;
color: #000 !important;
box-shadow: 8px 8px 0px #f1ce7f5e;
background-color: #ffef00;
padding: 20px 35px;
line-height: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
z-index: 1;
overflow: hidden;
/* -webkit-box-shadow: 8px 8px 0px #c5d7f6;
box-shadow: 8px 8px 0px #f2c96d82; */
--hue: 190;
text-transform: capitalize;
}
.section-title span {
 font-size: 16px;
}
/* .single-gallery .gallery-image.bg-1 {
  background-image: url(../img/gallery/1.jpg);
} */
.gallery-content h3 ul li {
  margin-bottom: 9px;
}
.gallery-content h3 ul li:last-child{
  margin-bottom: 0 !important;
}
.gallery-content h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.single-gallery .gallery-content {
   bottom: -135px;
 }
 .single-gallery .gallery-image .price-wrap .price-text {
  font-weight: 600;
  font-size: 20px;
}
.single-gallery .gallery-image::before {
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #000000bd);
}



/* service section */
.service_sec_ .section-title {
  width: 80% !important;
  max-width: 80% !important;
}
.single-vehicles .vehicles-img img {
   height: 400px;
  object-fit: cover;
}
.our_process .section-title {
  width: 100% !important;
  max-width: 100% !important;
  text-align: inherit;
}
.our_process .content_process img {
  width: 50px;
}
.our_process .content_process h2 {
  font-size: 22px;
  margin: 20px 0 15px;
}
.our_process .content_process {
  text-align: center;
  padding: 30px 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 220px;
}
.our_process .single-blog::after {
  background-color: #f8cf71;
 }
 .step_process {
  position: absolute;
  right: 23px;
  top: 1px;
  font-size: 40px;
  font-weight: 600;
  opacity: 0.2;
}
.our_process .content_process h6 {
  font-weight: 400;
  color: #8b8989;
  margin-bottom: 7px;
  margin-top: 7px;
}
.our_process .content_process p{
  line-height: 22px;
}
.testimonial .section-title h2 {
  margin-bottom: 10px;
}
.content_logo_testi img {
  width: 150px;
}
.content_logo_testi {
  text-align: center;
  padding-top: 43px;
}
.content_logo_testi .star_icon i {
  font-size: 27px;
  margin: 15px 0 20px;
  color: #f5ba47;
}
.ti-review-header {
  display: flex;
  align-items: center;
}
.ti-profile-img {
  margin: 0 15px 0 0 !important;
}
.ti-profile-img img{
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}
.ti-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ti-name {
font-weight: bold;
font-size: 14px;
overflow: hidden;
padding-right: 25px;
white-space: nowrap;
text-overflow: ellipsis;
color: #000000;
margin-bottom: 2px;
}
.ti-date {
color: #000000;
opacity: 0.5;
font-size: 11.2px !important;
}
.ti-review-header{
position: relative;
}
.ti-review-header:after {
background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
background-size: 100% 100%;
}
.ti-review-header:after {
content: "";
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 0px;
background-repeat: no-repeat;
background-position: center center;
}
.testi_card {
padding: 15px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.testimonial_slider .owl-stage-outer{
padding: 30px ;
}
.star_icon__ i {
color: #f5ba47;
}
.default-btn.btn-two {
-webkit-box-shadow: 8px 8px 0px #8f3d17;
box-shadow: 8px 8px 0px #f1ce7f5e;
background-color: #ffef00;
color: #000;
}
.default-btn.btn-two:hover {
  background-color: #fff;
  color: #000 !important;
}
.support-area-two.contact_bnr {
background-image: url(../img/counter-bg.jpg) !important;
padding: 70px 0 !important;
border-bottom: 1px solid #3c3c3c;
}
.contact_bnr::before {
content: '';
background: #121521;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.contact_bnr{
position: relative;
}
.contact_bnr .supportive-content {
position: relative;
}
.supportive-area.contact_bnr .supportive-btn{
position: relative;
}
.our-blog-area::before {
background-color: #2e4b7b;
}
.our-blog-area .section-title span {
color: #3575e1;
}
.our-blog-area .section-title h2 {
color: #2e4b7b;
}
.our-blog-area .section-title p {
color: #080808;
}
.our-blog-area::before {
background-color: #fbfbfb;
}
.top-footer-area .single-widget ul li i {
margin-right: 10px;
}
.top-footer-area .single-widget ul li::before {
display: none;
}
.single-widget .social-list{
display: flex;
}
.single-widget .social-list li a i {
width: 25px;
height: 25px;
border: 1px solid #fcf86c;
display: inline-block;
text-align: center;
line-height: 23px;
border-radius: 50%;
color: #fcf86c;
font-size: 15px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.single-widget  .social-list li a i:hover {
color: #ffffff;
background-color: #fdbc22;
border-color: #fdbc22;
}
.top-footer-area .single-widget h3 {
border-bottom: none;
}
.ridgi-slider-area .owl-next i, .ridgi-slider-area .owl-prev i {
background-color: #ffef00 !important;
color: #000;
}
.ridgi-slider-area .owl-next i:hover, .ridgi-slider-area .owl-prev i:hover {
background-color: #fff !important;

}
/* .single-blog:hover h3 a {
color: #f2c96d;
}
.single-blog::after {
background-color: #f2c96e;
} */
.ridgi-slider-item .ridgi-slider-text h1 {
color: #ffffff;
font-size: 70px;
margin-bottom: 10px;
}
.ridgi-slider-text p {
  color: #fff !important;
  margin-bottom: 25px;
  width: 61%;
  margin: 0 auto 25px;
}
.ridgi-slider-item .ridgi-slider-text span {
 margin-bottom: 5px;
}
.ridgi-slider-item .ridgi-slider-text .slider-btn .default-btn {
margin: 0;
}
/* .ridgi-slider-item .ridgi-slider-text {
margin-top: 50px !important;
} */
.ridgi-slider-item::after {
background-color: #000000ab;
}
.ridgi-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
color: #FDB813;
}

.service__ img {
border-radius: 5px;
margin-bottom: 15px;
}
.service__ h1 {
font-size: 25px;
margin-bottom: 5px;
}
.service__ span {
margin-bottom: 5px;
display: block;
}
.service__ span {
margin-bottom: 5px;
display: block;
color: #f2c96d;
}
.service_section {
padding: 80px 0;
background: #f9f9f9;
}
.our_categories {
padding: 80px 0 70px;
}
.single-blog:hover h3 a {
color: #d9af50;
}
.single-blog::after {
background-color: #d9af50;
}
.ridgi-nav-style .others-option .flag-wrap .flag-item-top:hover .flag-item-bottom {
bottom: -111px;
}
.top-footer-area .single-widget {
margin-bottom: 30px;
}
.blog_img {
width: 280px;
margin: 0 auto;
}
.blog_img img {
border-radius: 50%;
height: 195px;
width: 200px;
object-fit: cover;
}
.top_header_blog {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.top_header_blog a {
margin-right: 15px;
margin-top: 15px;
}
.blog_content ul {
padding-bottom: 30px;
}
.blog_box {
background: #fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
padding: 35px 20px 0px;
}
/* .blog_area{
background-image: url(../img/new-image/team-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} */
.blog_content h3 a {
color: #2e4b7b;
}
.top-footer-area .single-widget p {
color: #fff;
}
.ridgi-slider-item .ridgi-slider-text.slider-text-center {
max-width: 100%;
margin: auto;
  margin-top: auto;
text-align: center;
}

.ridgi-slider-area .left-h1 span {
color: transparent !important;
font-family: "Poppins", Sans-serif;
font-size: 95px;
font-weight: 900;
-webkit-text-stroke-width: 1px;
stroke-width: 1px;
-webkit-text-stroke-color: #FFFFFF;
stroke: #FFFFFF;
display: unset !important;
}
.why-choose-item ul li {
margin-bottom: 15px;
}
.why-choose-item ul li:last-child{
margin-bottom: 0;
}
.why-choose-item ul li i {
font-size: 22px !important;
margin-right: 10px;
color: #f2c96d;
}
.why-choose-wrap .why-choose-item {
position: relative;
margin-bottom: 0;
}

/* booking form */
.select-box {
position: relative;
}
.icon {
position: absolute;
top: 12px;
right: 14px;
}
.pickup-req {
display: flex;
justify-content: space-between;
}


.actions ul {
text-align: end;
margin-top: 30px;
display: flex;
align-items: center;
justify-content: end;
}
.actions ul li {
margin: 0 !important;
padding: 0 !important;
}
.title_form{
font-size: 25px;
margin-bottom: 30px;

}
.form_box .form-label {
font-weight: 600;
display: flex;
align-items: center;
justify-content: space-between;
color: #777575;
}
.nice-select .list {

width: 100%;
height: 150px;
overflow-y: scroll;
}
.auto_hight_selcet .nice-select .list {

height: auto !important;
}
.wrapper {
text-transform: uppercase;
/* background: #ececec; */
color: #555;
cursor: help;
font-family: "Gill Sans", Impact, sans-serif;
font-size: 20px;
margin: 0;
/* padding: 15px 20px; */
position: relative;
text-align: center;
/* width: 200px; */
-webkit-transform: translateZ(0);
-webkit-font-smoothing: antialiased;
}
.wrapper .tooltip {
background: #fff;
bottom: 100%;
color: #000000;
display: block;
left: -190px !important;
margin-bottom: 15px;
opacity: 0;
padding: 20px;
pointer-events: none;
position: absolute;
width: 300px;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
border-radius: 10px;
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip::after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #fff 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 67%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
display: none;
}

.lte8 .wrapper:hover .tooltip {
display: block;
}
.wrapper i {
  font-size: 14px;
  color: #fdb918;
}
.booking-process {
  padding: 80px 0;
}
.title_section {
  font-size: 30px;
  line-height: 40px;
}



.page-title-area .page-title-content ul li {
  color: #ffc107;
}

.blog-details-area .blog-details-desc .article-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.single-address::before {
  background-color: #cba44c;
}
.single-address:hover i {
  color: #cba44c;
}
.single-address i {
   background-color: #cba44c;
}
.single-product-box:hover::before {
 display: none;
}
.product-image img {
  height: 200px;
  object-fit: contain;
}

.item_box input[type=checkbox]:not(old), .item_box input[type=radio]:not(old) {
  visibility: hidden;
  position: absolute;
}
.item_box label {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  padding: 45px;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  border: 1px solid #d9e1e6;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
  cursor: pointer;
  box-shadow: 0 2px 40px #e0e5f0;
  height: 380px;
}
.item_box label img {
  display: block;
  margin: 0 auto 15px;
}
.item_box label strong {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
.item_box input[type=checkbox]:not(old):checked+label, .item_box input[type=radio]:not(old):checked+label, .item_box input[type=checkbox]:not(old):checked+span+label, .item_box input[type=radio]:not(old):checked+span+label {
  display: block;
  border: 1px solid #d9af50;
  -webkit-box-shadow: 0 2px 40px #e0e5f0;
  -moz-box-shadow: 0 2px 40px #e0e5f0;
  box-shadow: 0 2px 40px #e0e5f0;
}

.item_box input[type=checkbox]:not(old):checked+label:before, .item_box input[type=radio]:not(old):checked+label:before, .item_box input[type=checkbox]:not(old):checked+span+label:before, .item_box input[type=radio]:not(old):checked+span+label:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #d9af50;
}

.product_choose .single-product-box {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: none;
  position: relative;
  padding: 0px;
  background-color:transparent;
  text-align: center;
}
span.price_pp {
  font-size: 20px;
  color: #d1a94e;
  font-weight: 500;
}

.detail_about_car {
  box-shadow: 0 2px 40px #e0e5f0;
  background: #fff;
}
.detail_about_car ul li {
  margin-bottom: 15px;
}
.detail_about_car ul li span{
font-weight: 600;
}
.detail_about_car h3 {
  padding: 12px 20px;
  border-bottom: 1px solid #ececec;
}
.detail_box_car{
  padding: 12px 20px;
}

.summary_detail {
  box-shadow: 0 2px 40px #e0e5f0;
  background: #fff;
  margin-top: 20px;
}
.summary_detail h3 {
  padding: 12px 20px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}
.summary_detail_box{
  /* padding: 12px 20px;  */
}
span.su_label {
  font-size: 15px;
  font-weight: 500;
}
h6.sum_title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.sum_inner_box {
  border-bottom: 1px solid #ececec;
  padding: 12px 20px;
}
.price_calculate_box {
  box-shadow: 0 2px 40px #e0e5f0;
  background: #fff;
  margin-top: 20px;
}
.price_calculate_box h3 {
  padding: 12px 20px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}
.price_calculate_box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}
.total_box{
  border-top: 1px solid #ececec;

}
.price_calculate_box ul li span:nth-child(1){
  font-weight: 600;
}
.total_price{
  font-size: 18px;
  color: #2e4b7b;
  font-weight: 600;
}

.action_btns a {
  padding: 12px 0px;
  display: block;
  width: 200px;
  text-align: center;
}
.action_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.action_btns a:nth-child(2) {
  background: #d9af50;
  color: #fff;
}
.action_btns a:nth-child(1) {
  background: #dfdede;
  color: #000;
}
.action_btns a:nth-child(2) i{
margin-left: 10px;
}
.action_btns a:nth-child(1) i{
  margin-right: 10px;
  }

  .car-book-from.booking_form .form-group .form-control {
    padding: 0 18px;
    width: 100%;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color:transparent !important;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  height: 36% !important;
  top: 47px;
  left: 11px;
}
.title_frmk {
  font-size: 16px;
  font-weight: 700;
  color: #2e4b7b;
  margin-left: 10px;
}
.head_form .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
 }
 .head_form .form-check-input:checked {
  background-color: #d9af50;
  border-color: #d9af50;
}
.book_sumary, .book_calculate_price{
  margin-right: 15px;
}

.item_box.payment_box label {
  padding: 10px;
  height: unset;
}
.form_box__{
  padding:  0 12px;
  box-shadow: 0 2px 40px #e0e5f0;
    background: #fff;
}
.item_box.payment_box label img {
  display: block;
  margin: 0;
  height: 100px;
  object-fit: contain;
}
h3.payment_title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.submit_btn a{
  color: #fff;
}
.book_btns{
  justify-content: end;
}
.book_btns a {
  margin-left: 20px;
}




/* 
.wrapper_social {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 2;
} */
.wrapper_social {
  position: fixed;
  top: 65%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 2;
}
.wrapper_social ul {
  list-style: none;
}

.wrapper_social ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #2e4b7b;
  /* margin: 10px 0; */
  cursor: pointer;
  display: flex;
  /* border-radius: 3px; */
  /* box-shadow: 0 0 10px rgba(0,0,0,0.3); */
  align-items: center;
  justify-content: center;
}

.wrapper_social ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.wrapper_social ul li.facebook{
  background: #3b5998;
}

.wrapper_social ul li.twitter{
  background: #00aced;
}

.wrapper_social ul li.instagram{
  background: #bc2a8d;
}

.wrapper_social ul li.google{
  background: #dd4b39;
}

.wrapper_social ul li.whatsapp {
  background: #4dc247;
  height: 138px;
  align-items: unset;
  padding: 57px 0;
  display: flex;
}
.wrapper_social ul li.email{
background:#d34437;
}

.wrapper_social ul li i {
  font-size: 18px;
  color: #fff;
}

.wp_box {
  display: flex;
  transform: rotate(-90deg);
  /* margin-bottom: 54px; */
  align-items: center;
}
.wp_box i {
  margin-right: 10px;
}
.wp_box span {
  color: #fff;
}
span.arrow_social {
  display: flex;
  background: #1b1b1b;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
}

.mean-container .mean-bar {
  background-color: #010203;
  padding: 0;
}
.single-vehicles .vehicles-img::before {
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #000000c4);
}
.sub_title__{

    margin-bottom: 15px;
    color: #fdb918;
    margin-top: 20px;

}

/* .radio-buttons 
{
width: 100%;
margin: 0 auto;
text-align: center;
} */

.custom-radio input 
{
display: none;
}

.radio-btn {
/* margin: 10px; */
/* width: 220px; */
/* height: 240px; */
border: 1px solid #ececec;
display: inline-block;
border-radius: 10px;
position: relative;
/* text-align: center; */
/* box-shadow: 0 0 20px #c3c3c367; */
cursor: pointer;
padding: 10px;
}
.choose_btn span {
padding: 9px 10px;
background: #ffef00;
color: #000;
border-radius: 5px;
margin-left: 20px;
}
.hobbies-icon {
display: flex;
align-items: center;
}
.radio-btn > i {
color: #ffffff;
background-color: #FFDAE9;
font-size: 20px;
position: absolute;
top: -15px;
left: 50%;
transform: translateX(-50%) scale(2);
border-radius: 50px;
padding: 3px;
transition: 0.5s;
pointer-events: none;
opacity: 0;
}

/* .radio-btn .hobbies-icon 
{
width: 150px;
height: 150px;
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
} */
.radio-btn .hobbies-icon img
{
display:block;
width:100%;
margin-bottom:20px;

}
.radio-btn .hobbies-icon i 
{
color: #FFDAE9;
line-height: 80px;
font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
color: #555;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.custom-radio input:checked + .radio-btn {
border: 1px solid #3A361F;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px;
top: 0px !important;
background: #ececec;
left: 0 !important;
padding: 29px 8px !important; 
}
.car_img_c {
text-align: center;
}
.car_img_c img {
height: 165px;
object-fit: cover;
border-radius: 5px;
width: 330px;
border: 1px solid #ECECEC;
}
.radio-buttons label {
display: block !important;
margin-right: 15px;
}
.radio_btn_gp {
display: flex;
}
.radio-buttons {
margin-left: 20px;
width: 100%;
}
.price__ h6 {
font-size: 14px;
font-weight: 500;
}
.custom-radio input:checked + .radio-btn > i 
{
opacity: 1;
transform: translateX(-50%) scale(1);
}
.box_choose_car {
display: flex;
background: #fff;
border: 1px solid #c3c3c3;
padding: 16px;
border-radius: 5px;
margin-bottom: 10px;
}
.main_img_bx {
display: flex;
align-items: center;
}
.img_box_car_ img {
  width: 200px;
  border-radius: 5px;
}
.img_detail h1 {
  font-size: 20px;
}
.img_detail h5 {
  font-weight: 500;
  font-size: 17px;
}
.img_detail {
  margin-left: 20px;
}
.detail_ride ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.detail_ride {
  margin-top: 15px;
}
.ride_title {
  font-size: 16px;
  font-weight: 600;
}
.ride_sub_title {
  font-weight: 500;
}
.detail_ride ul {
  border-bottom: 1px solid #ececec;
}
.coupan_box {
  display: flex;
  align-items: center;
}
.coupan_btn {
  padding: 17px 28px;
  background: #ffef00;
  color: #000 !important;
  border-radius: 5px;
  margin: 15px 0 0 15px;
}
/* .accordion-item {
  margin-bottom: 15px;
} */
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fede93;
}
.trip_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.detail_title {
  font-weight: 600;
  font-size: 14px;
  color: #5e5e5e;
}
.service-section {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.bg-half {
  height: 59.2%;
}
.bg-half {
  background-image: url(../img/new-image/bg-12.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 59.54%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section-heading h4 {
  font-size: 16px;
  color: #f90;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}
.section-heading h4 span {
  background-color: #f90;
  transform: skew(-20deg,0deg);
  display: inline-flex;
  width: 4px;
  height: 15px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
}
.section-heading h4 span::after, .section-heading h4 span::before {
  background-color: #f90;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 8px;
  top: 0;
  opacity: .8;
}
.section-heading h4 {
  font-size: 16px;
  color: #f90;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-heading h4 span::after {
  right: 16px;
  opacity: .5;
}
.section-heading h2.white {
  color: #fff;
}
.section-heading h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -1.5px;
  display: block;
}
.service-section .section-heading p {
  color: #ddd;
}
.swiper-outside {
  padding: 0;
  position: relative;
}
.section-heading {
  margin-bottom: 50px;
}
.our_process::before {
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our_process {
  /* background: #f7f7f7; */
  /* background-image: url(../img/new-image/17965dfdf6.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.img_book_easy  img {
  width: 45%;
}
.our_process  .section-title h2 {
  color: #fff;
}
.our_process  .section-title p {
  color: #fff;
}
.our_process .section-title span {
  color: #fdbc22;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 5);
}
.stroke_title{
  color: #DDDFE6;
-webkit-text-stroke-color: #DDDFE6;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--custom2);
font-size: 100px;
font-weight: 700;
line-height: 1em;
font-family: "Roboto",Sans-serif;
}
.titile_vox {
  position: absolute;
  top: 55px;
  left: 26%;
}
.stroke_title_para {
  margin-top: 50px;
}
.about_us .section-title {
  max-width: 100% !important;
  margin: 0;
  text-align: left;
}
.about_us .section-title .titile_vox {
  position: absolute;
  top: 62px;
  left: 0px;
}
.about_us .stroke_title_para {
  margin-top: 140px;
}
.about_us .stroke_title_para {
  margin-top: 155px;
}
.img_one_about {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.who-we-are-content {
  padding-left:0;
  margin-top: 30px;
}
.who-we-are-img .who-we-are-img-two {
  position: absolute;
  bottom: -35px;
  left: -54px;
  width: 400px;
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  right: unset;
}
.who-we-are-img .who-we-are-img-two::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  position: absolute;
  top: -4px;
  left: 20px;
  font-size: 40px;
  color: #fdbf2b;
  opacity: .5;
}
.who-we-are-img-two p {
  margin-top: 30px;
}
.section-title span.pumpkin-color {
  color: #4c85e4;
}

.our-blog-area .single-blog a img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.our-blog-area .single-blog a {
  display: block;
}
.section-title {

  position: relative;
}
.customer-area-two .titile_vox {
  position: absolute;
  top: 55px;
  left: 23%;
}
.our-blog-area  .titile_vox {
  position: absolute;
  top: 60px;
  left: 19%;
}
.service_section {
  padding: 80px 0;
  background: #fff;
}
.customer-area-two {
padding: 80px 0;
background: #fbfbfb;
}
.service_section .single-offers img {
  width: 80px;
  padding: 15px;
  margin-left: 15px;
  margin-top: 22px;
  background: #fff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.single-offers {

  height: 328px;
}
.service_section .section-title {
  max-width: 70%;
}
.service_section .titile_vox {
  position: absolute;
  top: 62px;
  left: 4%;
}
.service_section .stroke_title_para {
  margin-top: 100px;
}
.taxi-fare {
  padding: 80px 0;
  background: #f9f9f9;
}
.taxi-fare .section-title {
  max-width: 90%;
}
.taxi-fare .titile_vox {
  position: absolute;
  top: 60px;
  left: 22%;
}
.fare_box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: 435px;
}
.fare_box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fare_title {
  font-weight: 600;
  color: #4b4620;
}
.rates h5 {
  display: inline-block;
  padding: 15px 20px;
  background: #fdb918;
  border-radius: 5px;
  margin-bottom: 15px;
}
.booking_btn{
  text-align: right;
  margin-top: 20px;
}
.our-blog-area::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 450px;
  background-color: #f7f7f7;
  margin: auto;
  right: 0;
}
.page-title-area {
  padding-top: 125px;
}
.pickup-req .select-box {
position: relative;
width: 100%;
}
.easy_booking .who-we-are-title {
  margin-bottom: 0px;
  padding-left: 0px;
}
.easy_booking .who-we-are-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.easy_booking {
  background: #fafafa;
  padding: 80px 0;
}
.easy_booking .who-we-are-img .who-we-are-img-two {
  position: absolute;
  bottom: -90px;
  right: -12px;
  left: unset;
  width: unset;
  background: transparent;
  padding: 25px;
  border-radius: 5px;
  box-shadow: none;
}
.easy_booking .who-we-are-img .who-we-are-img-two img {
  border-bottom-right-radius: 50px;
}
.easy_booking  .who-we-are-img .who-we-are-img-two::before {
display: none;
}

.taxi_booking{
  padding: 80px 0;
}
.taxi_booking .who-we-are-content {
  padding-left: 0;
  margin-top: 0;
}
.taxi_booking .who-we-are-content ul {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.taxi_booking .who-we-are-content ul li {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2e4b7b;
  width: 50%;
}
.taxi-booking_img img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
.owner_box {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.owner_img_box img {
  width: 60px;
  border-radius: 50px;
  margin-right: 10px;
}
.bottom_action {
  display: flex;
}
.owner_cnt h6 {
  font-weight: 400;
}
.taxi_booking .who-we-are-title {
  margin-bottom: 0;
  padding-left: 0;
}
.bg-light-gray{
  background: #f7f7f7;
}  
.book_a_taxi {
  padding: 80px 0;
 
}
.taxi_fast_img img {
  width: 100%;
}
.taxi_professional_img img {
  width: 100%;
  /* margin-top: 30px; */
  height: 600px;
  object-fit: cover;
}
.taxi_professional_img::before {
  content: '';
  width: 3px;
  height: 200px;
  background: #d7d7d7;
  position: absolute;
  right: -10px;
  bottom: -27px;
}
.taxi_professional_img::after {
  content: '';
  width: 225px;
  height: 3.2px;
  background: #d7d7d7;
  position: absolute;
  bottom: -30px;
  right: -10px;
}

.easy_online_booking {
  background-image: url(../img/new-image/bg-easy-booking.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 90vh; */
  padding: 80px 0 40px;
  position: relative;
  /* margin-bottom: 50px; */
}
section.easy_online_booking::before {
  content: '';
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.easy_online_booking .titile_vox {
  position: unset;
}
.easy_online_booking .section-title h2 {
  margin-bottom: 20px;
  font-size: 40px;
  color: #fff;
}
.easy_online_booking .section-title p {
  margin-bottom: 0;
  color: #fff;
}
.easy_online_booking .section-title span {
  font-size: 16px;
  color: #ffc107;
}
.img_book_easy {
  position: relative;
  text-align: center;
}
.easy_online_booking  .section-title {
  position: relative;
  max-width: 70%;
}
.booking-process .titile_vox {
  position: unset;
}
.booking-process .section-title {
  position: relative;
  max-width: 70%;
}
.contact_book .taxi_professional_img img {
  width: 100%;
  /* margin-top: 30px; */
  height: 550px;
  object-fit: cover;
}
.title_sec span {
  color: #ffc107;
}
.about_us .sec_para p {
  text-align: justify;
}
.about_us .taxi_professional_img img {
  width: 100%;
  /* margin-top: 30px; */
  height: 400px;
  object-fit: cover;
}

.contact_us {
  padding: 80px 0;
}
.contact-area .contact-wrap .contact-form {
  background-color: #ffffff;
  box-shadow:none;
  padding: 0px;
}
.contact-detail ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact_icon i {
  color: #000;
  background: #ffc107;
  padding: 15px 20px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 10px;
  border-radius: 5px;
}
.form_box__{
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-detail {
  background: #e7e7e7;
  padding: 15px;
  border-radius: 5px;
}
.contact-detail h1 {
  color: #222;
  font-size: 35px;
}
.contact-detail p {
  color: #222;
}
.contact_dt__ p a {
  color: #000;
}
.contact_dt__ h6 {
  color: #000;
}
.contact-area .contact-wrap .default-btn {
  margin: 0;
  display: unset;
  cursor: pointer;
}
.social-list-contact{
  display: flex;
}
.social-list-contact li a {
  padding: 11px 12px;
  border: 1px solid #6c757d;
  color: #6c757d;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list-contact li {
  margin-bottom: 5px !important;
  margin-top: 5px;
}
.contact_us .section-title{
  max-width: 80%;
}
.contact_us .stroke_title_para{
  width: 60%;
    margin: 45px auto;
}
.social-list-contact li a:hover {
  background: #000;
  color: #fff;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
	color: #f0980e;
}
/*  */
@media (min-width:767px) and (max-width:992px){
  .ridgi-slider-item {
    background-position-y: 0;
}
  .wrapper_social {
      top: 53%;
    }
  .ridgi-slider-area {
    margin-top:0px !important;
}
.mobile-nav .logo {
  top: 8px;
  max-width: 130px !important;
}
.mean-container a.meanmenu-reveal span {
  background-color: #010100 !important;
 
}
.mean-container .mean-bar {
  background-color: #ffffff !important;
}
.ridgi-slider-area .left-h1 span {
  font-size: 30px !important;
  margin-bottom: 5px !important;
}
.ridgi-slider-item .ridgi-slider-text h1 {
  margin-bottom: 5px !important;
}
.ridgi-slider-item .ridgi-slider-text span {
  margin-bottom: 5px !important;
  margin-top: 30px !important;
}
.ridgi-slider-text p {
  color: #fff !important;
  margin-bottom: 5px !important;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 13px;
}
.ridgi-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
  display: none;
}
.ridgi-slider-item {
  height: 57vh !important;
}
.booking-process {
	padding: 60px 0;
}
.about_taxi_book .title_sec h6 {
  margin-top: 15px;
  margin-bottom: 0;
}
.multisteps-form__progress {
  background-image: url(../img/step-bg.png);
  background-repeat: repeat-x;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  margin-left: 8px;
}
.title_section {
  font-size: 24px;
  line-height: 30px;
}
.multisteps-form__progress-btn {
  font-size: 12px !important;
  position: relative;
  width: 100px;
  display: unset;
  text-align: center;
  margin-right: 10px;
}
.multisteps-form__progress-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  left: 27px;
  top: -29px;
  margin-right: 0;
  line-height: 25px;
  position: absolute;
}
.multisteps-form__progress-btn.js-active:before {
  font-size: 14px;
 }
 .multisteps-form__progress-btn:last-child {
  margin-right: 0;
}
.wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
  padding-right: 6px;
}
.title_form {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.inner{
  padding: 0 !important;
}
.pickup-req {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-req .select-box {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 5px;
}
.box_choose_car {
  display: block;

}
.radio-buttons {
  margin-left: 0px;

}
.radio_btn_gp {
  display: block;
}
.radio-btn {
  width: 100%;
}
.hobbies-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.radio-buttons h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.radio-buttons p {
  margin-bottom: 7px;
}
.radio-buttons label {
  margin-right: 0;
}
.actions {
  position: static;
  margin-top: 35px;
}
.actions li span, .actions li button {
  margin-left: 0px;
}
.actions ul {
  text-align: end;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 13px;
}
.coupan_btn {
  margin: 30px 0 0 15px;
}
span.detail_trip__ {
  font-size: 12px;
}
.detail_title {
  font-weight: 600;
  font-size: 12px;
  color: #5e5e5e;
}
li.notiz span {
  display: block;
}
li.notiz {
  display: block;
}
.stroke_title {
  font-size: 70px;
}
.titile_vox {
	position: absolute;
	top: 32px;
	left: 26%;
}
.stroke_title_para {
  margin-top: 30px;
}
.our_process .single-blog {
  margin-bottom: 15px;
}
.img_one_about {
  height: 301px;
  width: 100%;
  object-fit: cover;
}
.about_us .section-title .titile_vox {
  position: absolute;
  top: 40px;
  left: 0px;
}
.section-title h2 {
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 30px;
}
.about_us .stroke_title_para {
  margin-top: 100px;
}
.taxi-fare {
  padding: 50px 0;
  background: #f9f9f9;
}
.taxi-fare .titile_vox {
  position: absolute;
  top: 40px;
  left: 20%;
}
.taxi-fare .stroke_title_para {
  margin-top: 45px;
}
.taxi-fare .section-title {
  max-width: 100%;
}
.fare_box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: auto;
  margin-bottom: 15px;
}
.service_section {
  padding: 50px 0;
  
}
.service_section .section-title {
  max-width: 100%;
}
.service_section .titile_vox {
  position: absolute;
  top: 40px;
  left: 9%;
}
.service_section .stroke_title_para {
  margin-top: 43px;
}
.single-offers {
  height: auto;
  padding-bottom: 10px;
}
.single-offers {
  margin: 0 15px 15px;
}
.customer-area-two {
  padding: 50px 0;
  background: #fbfbfb;
}
.customer-area-two .titile_vox {
	position: absolute;
	top: 31px;
	left: 32%;
}
.customer-area-two .single-customer {
  box-shadow: none;
  margin: 0 28px;
}
.our-blog-area .titile_vox {
	position: absolute;
	top: 40px;
	left: 31%;
}
.our-blog-area .section-title p {
  color: #080808;
  margin-top: 35px;
}
.our-blog-area .section-title {
  margin-bottom: 15px;
}
.our-blog-area .single-blog {
  margin-bottom: 20px;
}
.gallery_section {
  padding: 50px 0 !important;
}
.bg {
  height: 100%;
}
.gallery_section .titile_vox {
  position: absolute;
  top: 32px;
  left: 24%;
}
.bottom-footer-area {
	padding-bottom: 35px;
}
.footer-link-wrap .single-widget img {
  width: 200px;
  margin-bottom: 10px;
}
.taxi_booking .who-we-are-content ul li {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2e4b7b;
  width: 100%;
  font-size: 14px;
}
.owner_box {
  margin-left:0px;
}
.bottom_action {
  display: flex;
  flex-direction: column-reverse;
}
.bottom_action .default-btn {
  text-align: center;
  margin-bottom: 35px;
}
.owner_cnt h5 {
  font-size: 18px;
}
.owner_box {
  margin-left: 0px;
  margin-bottom: 30px;
}
.taxi-booking_img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.book_a_taxi {
  padding: 50px 0;
}
.title_sec h1 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 35px;
}
.taxi_professional_img img {
  width: 100%;
  /* margin-top: 30px; */
  height: 300px;
  object-fit: cover;
  margin-top: 20px;
}
.taxi_professional_img::before, .taxi_professional_img::after {
 display: none;
}
.who-we-are-title h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.easy_online_booking .section-title {
  position: relative;
  max-width: 100%;
}
.easy_online_booking .section-title h2 {
  margin-bottom: 10px;
  font-size: 31px;
  color: #fff;
  line-height: 36px;
}
.booking-process .section-title {
  position: relative;
  max-width: 100%;
}
.section-title h2 {
  font-size: 23px;
  margin-bottom: 6px;
}
.booking-process .section-title {
  margin-bottom: 70px;
}
.contact_book .taxi_professional_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.about_taxi_book .title_sec h1 {
  margin: 0 0 5px 0;
}
.contact_us .section-title {
  max-width: 100%;
}
.contact_us .stroke_title_para {
  width: 100%;
  margin: 30px auto;
}
.contact-area .contact-wrap .contact-form {
  padding: 15px 0 !important;
}
.mobile-nav nav .navbar-nav {
  height: 285px !important;
}
}
/*  */
@media (max-width:768px){
  .ridgi-slider-item {
    background-position-y: 0;
}
  .ridgi-slider-area {
    margin-top:0px !important;
}
.mobile-nav .logo {
  top: 8px;
  max-width: 130px !important;
}
.mean-container a.meanmenu-reveal span {
  background-color: #010100 !important;
 
}
.mean-container .mean-bar {
  background-color: #ffffff !important;
}
.ridgi-slider-area .left-h1 span {
  font-size: 30px !important;
  margin-bottom: 5px !important;
}
.ridgi-slider-item .ridgi-slider-text h1 {
  margin-bottom: 5px !important;
}
.ridgi-slider-item .ridgi-slider-text span {
  margin-bottom: 5px !important;
  margin-top: 30px !important;
}
.ridgi-slider-text p {
  color: #fff !important;
  margin-bottom: 5px !important;
  width: 100%;
  margin: 0 auto 25px;
  font-size: 13px;
}
.ridgi-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
  display: none;
}
.ridgi-slider-item {
  height: 57vh !important;
}
.booking-process {
  padding: 50px 0;
}
.multisteps-form__progress {
  background-image: url(../img/step-bg.png);
  background-repeat: repeat-x;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  margin-left: 8px;
}
.title_section {
  font-size: 24px;
  line-height: 30px;
}
.multisteps-form__progress-btn {
  font-size: 12px !important;
  position: relative;
  width: 100px;
  display: unset;
  text-align: center;
  margin-right: 10px;
}
.multisteps-form__progress-btn::before {
  content: "";
  width: 25px;
  height: 25px;
  left: 27px;
  top: -29px;
  margin-right: 0;
  line-height: 25px;
  position: absolute;
}
.multisteps-form__progress-btn.js-active:before {
  font-size: 14px;
 }
 .multisteps-form__progress-btn:last-child {
  margin-right: 0;
}
.wrapper {
  padding: 0;
  background: transparent;
  box-shadow: none;
  padding-right: 6px;
}
.title_form {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.inner{
  padding: 0 !important;
}
.pickup-req {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pickup-req .select-box {
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 5px;
}
.box_choose_car {
  display: block;

}
.radio-buttons {
  margin-left: 0px;

}
.radio_btn_gp {
  display: block;
}
.radio-btn {
  width: 100%;
}
.hobbies-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.radio-buttons h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.radio-buttons p {
  margin-bottom: 7px;
}
.radio-buttons label {
  margin-right: 0;
}
.actions {
  position: static;
  margin-top: 35px;
}
.actions li span, .actions li button {
  margin-left: 0px;
}
.actions ul {
  text-align: end;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 13px;
}
.coupan_btn {
  margin: 30px 0 0 15px;
}
span.detail_trip__ {
  font-size: 12px;
}
.detail_title {
  font-weight: 600;
  font-size: 12px;
  color: #5e5e5e;
}
li.notiz span {
  display: block;
}
li.notiz {
  display: block;
}
.stroke_title {
  font-size: 70px;
}
.titile_vox {
  position: absolute;
  top: 40px;
  left: 9%;
}
.stroke_title_para {
  margin-top: 30px;
}
.our_process .single-blog {
  margin-bottom: 15px;
}
.img_one_about {
  height: 301px;
  width: 100%;
  object-fit: cover;
}
.about_us .section-title .titile_vox {
  position: absolute;
  top: 40px;
  left: 0px;
}
.section-title h2 {
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 30px;
}
.about_us .stroke_title_para {
  margin-top: 100px;
}
.taxi-fare {
  padding: 50px 0;
  background: #f9f9f9;
}
.taxi-fare .titile_vox {
  position: absolute;
  top: 40px;
  left: 0;
}
.taxi-fare .stroke_title_para {
  margin-top: 66px;
}
.taxi-fare .section-title {
  max-width: 100%;
}
.fare_box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  height: auto;
  margin-bottom: 15px;
}
.service_section {
  padding: 50px 0;
  
}
.service_section .section-title {
  max-width: 100%;
}
.service_section .titile_vox {
  position: absolute;
  top: 40px;
  left: 0;
}
.service_section .stroke_title_para {
  margin-top: 65px;
}
.single-offers {
  height: auto;
  padding-bottom: 10px;
}
.single-offers {
  margin: 0 15px 15px;
}
.customer-area-two {
  padding: 50px 0;
  background: #fbfbfb;
}
.customer-area-two .titile_vox {
  position: absolute;
  top: 38px;
  left: 23%;
}
.customer-area-two .single-customer {
  box-shadow: none;
  margin: 0 28px;
}
.our-blog-area  .titile_vox {
  position: absolute;
  top: 45px;
  left: 19%;
}
.our-blog-area .section-title p {
  color: #080808;
  margin-top: 35px;
}
.our-blog-area .section-title {
  margin-bottom: 15px;
}
.our-blog-area .single-blog {
  margin-bottom: 20px;
}
.gallery_section {
  padding: 50px 0 !important;
}
.bg {
  height: 100%;
}
.gallery_section .titile_vox {
  position: absolute;
  top: 40px;
  left: 8%;
}
.bottom-footer-area {
  padding-bottom: 195px;
}
.footer-link-wrap .single-widget img {
  width: 200px;
  margin-bottom: 10px;
}
.taxi_booking .who-we-are-content ul li {
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2e4b7b;
  width: 100%;
  font-size: 14px;
}
.owner_box {
  margin-left:0px;
}
.bottom_action {
  display: flex;
  flex-direction: column-reverse;
}
.bottom_action .default-btn {
  text-align: center;
  margin-bottom: 35px;
}
.owner_cnt h5 {
  font-size: 18px;
}
.owner_box {
  margin-left: 0px;
  margin-bottom: 30px;
}
.taxi-booking_img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.book_a_taxi {
  padding: 50px 0;
}
.title_sec h1 {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 35px;
}
.taxi_professional_img img {
  width: 100%;
  /* margin-top: 30px; */
  height: 300px;
  object-fit: cover;
  margin-top: 20px;
}
.taxi_professional_img::before, .taxi_professional_img::after {
 display: none;
}
.who-we-are-title h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.easy_online_booking .section-title {
  position: relative;
  max-width: 100%;
}
.easy_online_booking .section-title h2 {
  margin-bottom: 10px;
  font-size: 31px;
  color: #fff;
  line-height: 36px;
}
.booking-process .section-title {
  position: relative;
  max-width: 100%;
}
.section-title h2 {
  font-size: 23px;
  margin-bottom: 6px;
}
.booking-process .section-title {
  margin-bottom: 70px;
}
.contact_book .taxi_professional_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.about_taxi_book .title_sec h1 {
  margin: 0 0 5px 0;
}
.contact_us .section-title {
  max-width: 100%;
}
.contact_us .stroke_title_para {
  width: 100%;
  margin: 30px auto;
}
.contact-area .contact-wrap .contact-form {
  padding: 15px 0 !important;
}
.mobile-nav nav .navbar-nav {
  height: 285px !important;
}
}