/*
@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&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: #2e4b7b;
  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: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

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

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

textarea.form-control {
  height: auto;
  height: 250px;
}

.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: 98%;
  -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: #fb621b;
  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: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

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

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

.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: #fb621b;
  border-color: #fb621b;
}

/*
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: #fb621b;
  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;
  background-color: #0c59db;
  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: #f20930;
  color: #ffffff;
}

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

.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: #fb621b;
  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: #fb621b;
}

.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 .Loading {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 25%;
  margin-left: 50%;   
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.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 #fb621b;
  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: #f20930;
}

.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: #f20930;
}

.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: #f20930;
  -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: #f20930;
}

.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: #f20930;
}

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

.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: 35px;
  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 .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: 250px;
  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 Slider Area Area Style
======================================================*/
.ridgi-slider-area {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}

.ridgi-slider-area .owl-next {
  position: absolute;
  top: 40%;
  right: -50px;
  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: 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: #fb621b !important;
}

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

.ridgi-slider-area .owl-prev i {
  background-color: #fb621b !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: #fb621b !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;
}

.ridgi-slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.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 {
  background-color: #f8f9fb;
  background-image: url(../img/shape/1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
}

.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: #f20930;
  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::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: 23px;
}

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

.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: -221px;
}

/*
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: #fb621b;
  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: 1200px;
  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;
}

.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: #121521;
}

.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: #f20930;
}

.top-footer-area .single-widget ul li:hover::before {
  width: 100%;
}

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

/* 
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: #f20930;
}

/* 
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: relative;
  top: 15px;
  left: -15px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 23px;
}

.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: #fb621b;
}

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

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

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

.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: #fb621b;
}

.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: #fb621b;
}

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

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

/* 
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: #fb621b;
}

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

.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: #fb621b;
  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: #fb621b;
  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: #fb621b;
}

.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 .why-choose-title span {
  color: #fb621b;
}

.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: -216px;
  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: #fb621b;
  -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: #fb621b;
  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: #fb621b;
  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: #fb621b;
  -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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

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

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

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

/* 
Who We Are Area Two  Style
======================================================*/
.who-we-are-area-two {
  padding-top: 0;
  padding-bottom: 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: #fb621b;
}

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

.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: #fb621b;
}

.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: #fb621b;
}

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

/* 
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 #fb621b;
  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: #fb621b;
}

.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: #fb621b !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.customer-area-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fb621b !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::before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #fb621b;
  z-index: -1;
}

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

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

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

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

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

/* 
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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-team .team-content ul li a i:hover {
  background-color: #fb621b;
  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: #fb621b;
}

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

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

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

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

/* 
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: #fb621b;
}

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

/* 
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;
}

.single-information .icon {
  font-size: 40px;
  color: #fb621b;
  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: #fb621b;
}

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

/* 
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: #fb621b;
}

.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: #fb621b;
}

/*====================================================
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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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: #fb621b;
  -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: #fb621b;
  color: #ffffff;
}

.banner-area-three .round h1 {
  background-color: #fb621b;
  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: #fb621b;
  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: 0;
}

.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: #fb621b;
}

/* 
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: #fb621b;
  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: #fb621b;
}

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

/* 
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: #fb621b;
  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: #fb621b;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

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

.faq-area .faq-accordion .accordion .accordion-title.active i {
  background-color: #fb621b;
  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;
}

/* 
Our Vehicles Area Style
=====================================================*/
.our-vehicles-area-three {
  background-image: url(../img/team/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: #fb621b;
}

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

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

.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: #fb621b;
}

.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: #fb621b;
}

/* 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/page-bg.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: #fb621b;
}

.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: #fb621b;
}

/*====================================================
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: #fb621b;
  margin-right: 21px;
  font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #fb621b;
  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: #fb621b;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
  color: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
  border-color: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
  -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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
  color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
  background-color: #fb621b;
  color: #ffffff;
  border-color: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
  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: #fb621b;
  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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
}

.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: #fb621b;
  margin-left: 10px;
  font-weight: 600;
}

.sign-up-area .contact-form-action #chb1 {
  position: relative;
  top: 1px;
}

.sign-up-area .contact-form-action #chb2 {
  position: relative;
  top: 1px;
}

.sign-up-area .contact-form-action .forget {
  float: right;
  color: #fb621b;
  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: #fb621b;
}

.sign-up-area .contact-form-action .now-log-in {
  color: #fb621b;
  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.png");
  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 #fb621b;
  position: relative;
  color: #fb621b;
}

.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: #fb621b;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #fb621b;
}

.checkout-area .user-actions span a:focus {
  color: #fb621b;
}

.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: #fb621b !important;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #fb621b !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: #fb621b !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: #fb621b;
  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: #fb621b;
  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: #fb621b;
  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: #fb621b;
}

.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: #fb621b !important;
  color: #ffffff;
}

/* 
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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  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: #fb621b;
}

.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: #fb621b;
  padding: 2px 15px;
  font-size: 12px;
}

.single-product-box .product-offer.offer-10 {
  background-color: #fb621b;
}

.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: #fb621b;
  border-color: #fb621b;
}

.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: #fb621b;
  border-color: #fb621b;
}

.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: #fb621b;
  border-color: #fb621b;
}

.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: #fb621b;
  border-color: #fb621b;
}

.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: #fb621b;
}

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

.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: #fb621b !important;
  width: 20px;
  border-radius: 0;
  height: 5px;
}

.our-related-product-area .owl-theme .owl-dots .owl-dot.active span {
  background-color: #fb621b !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: #fb621b;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
  background-color: #fb621b;
  color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
  background-color: #ffffff;
  color: #fb621b;
}

.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: inline-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: #fb621b;
  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 {
  height: 500px;
}

/*
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 */