/* Zagreb Car Hire HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two / Header Style Three
5. Main Slider
6. Services Section One / Services Section Two / 
7. Single Item Carousel
8. Testimonial Carousel / Style Two / 
9. News Section / News Block / News Block Two / News Block Three
10. Map Section
11. Footer / Footer Style Two
12. Submit Form
13. Cars Block / 
14. Sponsers Carousel 
15. App Section
16. Page Title
17. Car Block 
18. Search Car Tyle Form
19. Video Box
20. Faq Section
21. Question Form Section
22. Error Section
23. MixitUp Gallery
24. Masonry Gallery
25. Blog Grid Section / Blog List Section
26. Categroies Widget
27. Search Widget
28. Contact Map
29. Contact Form

**********************************************/

@import url("https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900");
/*font-family: 'Catamaran', sans-serif;*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("jquery.mCustomScrollbar.min.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

:root {
  --darkBlue: #04244e;
  --lightBlue: #079fea;
  --red: #dd0426;
  --darkRed: #780214;
  --bodyFontSize: 16px;
  --bodyMobFontSize: 12px;
  --scrollbarBG: #eee;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #000 url("../upload/road.png");
  background-repeat: repeat-y;
}
::-webkit-scrollbar-thumb {
  background-color: var(--darkBlue);
  box-shadow: 0 -100vh 0 100vh rgba(255, 255, 255, 0.3),
    0 5px 20px 5px rgba(35, 0, 0, 0.5);
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: "Catamaran", sans-serif;
  font-size: var(--bodyFontSize);
  color: #555555;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--lightBlue);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Catamaran", sans-serif;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

h1.main-title span {
  color: var(--lightBlue);
}

input,
button,
select,
textarea {
  font-family: "Catamaran", sans-serif;
}

p {
  position: relative;
  line-height: 1.8em;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.content-container {
  padding-left: 80px;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-align: center;
}

.centered {
  text-align: center;
}

.overlay-white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
}
.overlay-white-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
}
.overlay-white::before,
.overlay-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10%;
}
.overlay-white::before {
  top: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.overlay-white::after {
  bottom: 0;
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.section-pb {
  padding-bottom: 0px !important;
}

.section-mt {
  margin-top: 160px;
}

.bg-blue {
  background: var(--darkBlue);
}

.bg-gray {
  background: #fafafa;
}
.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-center-top {
  background-position: center top;
}
.text-white {
  color: #fff !important;
}

.text-gray {
  color: #f1f1f1 !important;
}

.text-blue {
  color: var(--lightBlue);
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}

/*** 

====================================================================
	TAILWIND
====================================================================

 ***/

.aspect-square {
  aspect-ratio: 1/1;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.aspect-2x {
  aspect-ratio: 2/1;
}
.px-0 {
  padding-inline: 0 !important;
}

.px-15 {
  padding-inline: 15px;
}
.py-60 {
  padding-block: 60px;
}

.grid {
  display: grid;
}
.grid::before {
  display: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.items-stert {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.self-center {
  align-self: center;
}
.gap-15 {
  gap: 15px;
}
.gap-30 {
  gap: 30px;
}
.leading-none {
  line-height: 1;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
  flex: 0 0 49% !important;
}
.w-50-sec {
  width: calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
}
.h-100 {
  height: 100%;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-30 {
  margin-left: 30px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}

.rounded {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.hidden-tw {
  display: none;
}
.block {
  display: block;
}

/*** 

====================================================================
	Btn Style One
====================================================================

 ***/

.btn-style-one {
  position: relative;
  padding: 14px 43px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  border: 2px solid var(--red);
  font-size: var(--bodyMobFontSize);
  font-weight: 800;
  border-radius: 50px;
  background-color: var(--red);
}

.btn-style-one:hover {
  background: none;
  color: var(--red) !important;
  border-color: var(--red);
}

/*** 

====================================================================
	Btn Style Two
====================================================================

 ***/

.btn-style-two {
  position: relative;
  padding: 14px 43px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  font-size: var(--bodyMobFontSize);
  font-weight: 800;
  border-radius: 50px;
}

.btn-style-two:hover {
  color: #ffffff !important;
  border-color: var(--red);
  background-color: var(--red);
}

/*** 

====================================================================
	Btn Style Three
====================================================================

 ***/

.btn-style-three {
  position: relative;
  padding: 14px 43px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--red);
  border: 2px solid var(--red);
  font-size: var(--bodyFontSize);
  font-weight: 800;
  border-radius: 50px;
  background: none;
}

.btn-style-three:hover {
  color: #ffffff !important;
  border-color: var(--red);
  background-color: var(--red);
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: var(--lightBlue);
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f7f7f7 !important;
}

.no-bg {
  background: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 115px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: var(--lightBlue);
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: fixed;
  left: 0px;
  top: auto;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: var(--darkBlue);
}

.main-header .header-top {
  position: relative;
  background: var(--darkBlue);
  color: #ffffff;
  padding: 12px 0px;
  height: 55px;
}

.main-header.header-style-one .main-box .auto-container {
  max-width: 1280px;
}

.main-header .header-top .top-left {
  position: relative;
  float: left;
}

.main-header .header-top .top-left ul li {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding-left: 25px;
  margin-right: 40px;
  color: #ffffff;
}

.main-header .header-top .top-left ul li .icon {
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: var(--bodyFontSize);
  line-height: 24px;
}

.main-header .header-top .top-left ul li a:hover {
  color: #fff;
}

.main-header .header-top .top-left ul li a {
  position: relative;
  color: #ffffff;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-top .top-left ul li a:hover {
  color: var(--lightBlue);
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
}

.main-header .header-top .top-right ul li {
  position: relative;
  display: inline-block;
  margin-left: 50px;
}

.main-header .header-top .top-right ul li .icon {
  margin-right: 15px;
  position: relative;
  top: 1px;
}

.header-top .social-icon {
  position: relative;
}

.header-top .social-icon a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  line-height: 24px;
  font-size: 13px;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
  color: var(--red);
}

.main-header .main-box {
  position: fixed;
  bottom: 55px;
  padding: 0px 0px;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-style-one .main-box {
  height: 50px;
}

.main-header.fixed-header .main-box {
  position: fixed;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0;
  top: auto;
  margin-top: 0px !important;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
  padding: 0px 0px;
  z-index: 999;
  opacity: 1;
  height: auto;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.main-header.fixed-header .main-box .outer-container {
  padding: 0px;
}
.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 50px;
  border-radius: 50px;
  background-color: #ffffff;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  padding: 10px 0px;
  z-index: 10;
}

.fixed-header .main-box .logo-box {
  padding: 5px 0px;
}

.big-tel {
  margin-left: 30px;
  font-size: 2.3rem;
  font-weight: bold;
}
.contact-section .big-tel {
  margin-left: 0;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  height: 80px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .nav-toggler {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  display: none;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  height: 40px;
  width: 44px;
  background: var(--lightBlue);
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border: 1px solid var(--lightBlue);
  border-radius: 2px;
  font-weight: normal;
}

.main-header .nav-outer {
  position: relative;
  float: right;
}

.main-menu {
  position: relative;
  font-family: "Catamaran", sans-serif;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li,
.side-menu li {
  position: relative;
  display: inline-block;
  padding: 19px 0px;
  margin-left: 30px;
}
.side-menu li {
  margin-left: 0;
  padding: 0;
}
.side-menu li:last-child {
  margin-top: 30px;
}
.hidden-bar .social-icon a {
  color: var(--darkBlue);
  margin-right: 15px;
}
.fixed-header .main-menu .navigation > li {
  padding: 14px 0px;
}

.main-menu .navigation > li > a:not(.btn-style-two, .btn-style-one),
.side-menu li a:not(.btn-style-two, .btn-style-one) {
  position: relative;
  display: block;
  padding: 16px 0px;
  color: #777777;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  opacity: 1;
  font-size: var(--bodyMobFontSize);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-style-three .main-box .main-menu .navigation > li > a,
.header-style-three.fixed-header .main-box .main-menu .navigation > li > a {
  color: #ffffff;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li > a.current,
.main-menu .navigation > li.current-menu-item > a {
  color: var(--lightBlue);
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid var(--lightBlue);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: 400;
  font-size: var(--bodyFontSize);
  text-transform: capitalize;
  color: #272727;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #ffffff;
  background: var(--lightBlue);
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 20px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid var(--red);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 24px;
  font-weight: 400;
  font-size: var(--bodyFontSize);
  text-transform: capitalize;
  color: #272727;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffffff;
  background: var(--lightBlue);
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.header-style-two .main-box {
  top: auto;
  margin-top: 0px;
  background-color: #ffffff;
}

.header-style-two .main-box .outer-container {
  padding: 0px;
}

/*Header Style Three*/

.header-style-three {
  position: absolute;
  background: none;
}

.header-style-three .main-box {
  position: relative;
  top: auto;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
}

.header-style-three.fixed-header .main-box {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px;
}

.header-style-three .main-box .outer-container {
  padding: 0px;
  width: 100%;
  background: none;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  z-index: 999;
  background: #fff;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}

.hidden-bar .mCustomScrollBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
  right: 30px;
  bottom: 30px;
}

.hidden-bar.left-align {
  left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}

.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #272727;
  border-radius: 2px;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
  background: var(--lightBlue);
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: var(--bodyFontSize);
}

.hidden-bar .social-icons {
  text-align: center;
  margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.hidden-bar .social-icons ul li {
  display: inline-block;
  padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: var(--lightBlue);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
  background: #ffffff;
  color: var(--lightBlue);
}

.hidden-bar-wrapper {
  height: 100%;
  margin-bottom: 75px;
}
.logo {
  height: 80px;
}

.hidden-bar .logo {
  padding: 30px 0px;
  background: #fff;
}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu a.current {
  color: var(--lightBlue);
}

.hidden-bar .side-menu li.current > a {
  color: var(--lightBlue);
}

.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px 10px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: var(--bodyFontSize);
  border-radius: 0px;
  position: absolute;
  top: 6px;
  right: 20px;
  outline: none;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icons/icon-cross.png) center center no-repeat;
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  z-index: 10;
}

/*.main-slider .tp-dottedoverlay{
    background-color:rgba(0,0,0,0.70);
}*/

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .text {
  position: relative;
  font-weight: 400;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 16px;
  z-index: 9;
}

.main-slider h2 {
  position: relative;
  font-size: 44px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: 1px;
  z-index: 9;
  text-transform: uppercase;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
  border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 .bullet {
  background: none !important;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
  background: var(--red) !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
  background: none !important;
  width: 54px !important;
  overflow: hidden;
  margin-top: 0px !important;
  height: 54px !important;
}

.main-slider .tparrows.preview3::after {
  top: 0px;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 22px;
  height: 54px !important;
  line-height: 48px;
  width: 50px !important;
  border: 2px solid #ffffff;
  padding: 0px;
  border-radius: 2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
  content: "\f104";
  font-family: "FontAwesome";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.main-slider .tparrows.preview3.tp-leftarrow {
  left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
  right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
  background: var(--lightBlue);
  border-color: var(--lightBlue);
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.main-slider .tp-bannertimer {
  display: none !important;
}

/*.main-slider .overlay-color{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:99;
	background-color:rgba(0,0,0,0.70);
}*/

.main-slider .overlay-none .tp-dottedoverlay {
  background-color: inherit !important;
}

.main-slider .overlay-color .tp-dottedoverlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 30px;
}

.sec-title .inner-title-box {
  position: relative;
}

.sec-title .inner-title-box h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4em;
}

.sec-title .inner-title-box h2 span {
  color: var(--lightBlue);
}

.sec-title .rotate-title {
  position: absolute;
  left: -60px;
  top: 0px;
  line-height: 1em;
  color: #f1f1f1;
  font-size: 24px;
  padding-right: 10px;
  font-weight: 900;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-transform: uppercase;
}

.sec-title .rotate-title:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 50%;
  width: 1px;
  height: 40px;
  background-color: var(--lightBlue);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
  position: relative;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-section .content-column {
  position: relative;
  max-width: 520px;
  padding: 150px 0px 150px;
}

.about-section .content-column .inner-box {
  position: relative;
}

.about-section .content-column .inner-box .text {
  position: relative;
}

.about-section .content-column .inner-box .text p {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  margin-bottom: 30px;
}

.about-section .content-column .inner-box .book-btn {
  position: relative;
}

.why-bg {
  min-height: 400px;
}

/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
  position: relative;
  z-index: 2;
  padding: 100px 0px 60px;
  background-color: #fafafa;
}

.services-section-one.style-two {
  background-color: #ffffff;
}

.services-section-one .sec-title {
  margin-bottom: 40px;
}

.services-block {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 30px;
}

.services-block .inner-box {
  position: relative;
  text-align: center;
}

.services-block .inner-box .icon-box {
  position: relative;
  width: 116px;
  height: 116px;
  margin: 0 auto;
  color: #6d6e70;
  font-size: 40px;
  line-height: 110px;
  text-align: center;
  margin-bottom: 22px;
}
.services-block .inner-box .icon-box::before {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  border: 1px dashed #afafaf;
}

.services-block .inner-box .upper-box {
  position: relative;
  display: inline-block;
}

.services-block .inner-box .upper-box .number {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  font-size: var(--bodyFontSize);
  width: 28px;
  height: 28px;
  line-height: 29px;
  font-weight: 600;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(7, 159, 234, 0.8);
}

.services-block .inner-box .lower-box {
  position: relative;
}

.services-block .inner-box .lower-box h3 {
  position: relative;
  line-height: 1em;
  padding-bottom: 14px;
}

.services-block .inner-box .lower-box h3 a {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box h3 a:hover {
  color: var(--red);
}

.services-block .inner-box .lower-box h3:after {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  background-color: var(--lightBlue);
}

.services-block .inner-box .lower-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 24px;
}

/*** 

====================================================================
	Cars Section
====================================================================

***/

.cars-section {
  position: relative;
  padding: 120px 15px;
}

.cars-section .content-column {
  position: relative;
  padding: 0;
}

.cars-section .content-column .inner-box {
  position: relative;
  background: #fff;
}

.cars-section .content-column .inner-box .dark-text {
  position: relative;
  color: #232323;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  margin-bottom: 25px;
}

.cars-section .content-column .inner-box .text {
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 35px;
}

.cars-section .carousel-column {
  position: relative;
  padding: 200px 0px 100px;
}

.cars-section .truck:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30%;
  left: 76px;
  bottom: 70%;
  background-color: var(--red);
}

.cars-section .truck:after {
  position: absolute;
  content: "";
  left: 72px;
  bottom: 70%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--red);
}

.cars-section .carousel-column h2 {
  position: relative;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  padding-left: 98px;
  text-transform: uppercase;
}

.cars-section .carousel-column .car-item {
  position: relative;
  padding-top: 50px;
}

.cars-section .owl-controls {
  margin: 0px !important;
}

.cars-section .owl-controls .owl-dots {
  display: none !important;
}

.cars-section .owl-controls .owl-nav {
  margin: 0px !important;
  position: absolute;
  left: 0px;
  top: -32px;
}

.cars-section .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
  padding: 0px;
  color: #cccccc;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  border-radius: 0px;
  background: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cars-section .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #404040;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 110px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.testimonial-block {
  position: relative;
  max-width: 900px;
}

.testimonial-block .inner-box {
  position: relative;
  padding-left: 130px;
}

.testimonial-block .inner-box .quote-icon {
  position: absolute;
  left: 0px;
  top: 25px;
  color: #f5f5f5;
  font-size: 50px;
  line-height: 1em;
}

.testimonial-block .inner-box .text {
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.testimonial-block .inner-box .author-info {
  position: relative;
  padding-left: 85px;
  padding-top: 10px;
  margin-top: 30px;
  min-height: 68px;
}

.testimonial-block .inner-box .author-info .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.testimonial-block .inner-box .author-info .image img {
  border-radius: 50%;
}

.testimonial-block .inner-box .author-info h3 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonial-block .inner-box .author-info .designation {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
}

.testimonial-block .inner-box .carousel-number {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-block .inner-box .carousel-number span {
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
}

.testimonial-section .owl-controls {
  margin-top: 50px;
}

.testimonial-section .owl-controls .owl-nav {
  display: none !important;
}

.testimonial-section .owl-dots .owl-dot {
  position: relative;
}

.testimonial-section .owl-dots .owl-dot span {
  margin: 0px 5px;
  width: 30px;
  height: 2px;
  border-radius: 0px;
  border: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: var(--darkBlue);
}

.testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot.active span {
  border: 1px;
  background: var(--lightBlue);
  border-color: var(--lightBlue);
}

.testimonial-section .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: 5px;
  top: -4px;
  width: 20px;
  height: 2px;
  opacity: 0;
  background-color: var(--lightBlue);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot:hover::before,
.testimonial-section .owl-dots .owl-dot.active::before {
  opacity: 1;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 145px 0px 145px;
}

.news-block {
  position: relative;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image-column {
  position: relative;
}

.news-block .inner-box .image-column .image {
  position: relative;
  padding-left: 1px;
}

.news-block .inner-box .image-column img {
  position: relative;
  width: 100%;
}

.news-block .inner-box .content-column {
  position: relative;
}

.news-block .inner-box .content-column .inner {
  position: relative;
  padding: 115px 0px 100px;
}

.news-block .inner-box .content-column .inner .posted {
  position: relative;
  font-size: var(--bodyFontSize);
  color: #777777;
  margin-bottom: 4px;
}

.news-block .inner-box .content-column .inner .posted:before {
  position: absolute;
  content: "";
  right: 102%;
  top: 10px;
  width: 60px;
  height: 1px;
  background-color: var(--red);
}

.news-block .inner-box .content-column .inner h3 {
  position: relative;
  line-height: 1em;
}

.news-block .inner-box .content-column .inner h3 a {
  position: relative;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block .inner-box .content-column .inner h3 a:hover {
  color: var(--red);
}

.news-block .inner-box .content-column .inner .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-top: 30px;
}

.news-block .inner-box .content-column .inner .view-more {
  position: relative;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  float: right;
  margin-top: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block .inner-box .content-column .inner .view-more:hover {
  color: #232323;
}

.news-section .owl-controls {
  margin: 0px !important;
}

.news-section .owl-controls .owl-dots {
  display: none !important;
}

.news-section .owl-controls .owl-nav {
  margin: 0px !important;
  position: absolute;
  right: 0px;
  top: 0px;
  font-family: "Catamaran", sans-serif;
}

.news-section .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 6px;
  padding: 3px 20px;
  border: 1px solid transparent;
  color: #cccccc;
  font-size: var(--bodyFontSize);
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  background: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Catamaran", sans-serif;
}

.news-section .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #1c1c1c;
  border-color: #888888;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
}

.main-footer .footer-upper {
  position: relative;
}

.map-section {
  position: relative;
}

.main-footer .footer-upper .map-section .map-overlay {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.main-footer .footer-upper .map-title {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  padding: 120px 0px;
}

.main-footer .footer-upper .map-title h2 {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
}

.main-footer .footer-upper .map-title .icon {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 28px;
  margin-right: 10px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 35px 0px;
  background-color: var(--scrollbarBG);
  padding-bottom: 100px;
}

.main-footer .footer-bottom .copyright {
  position: relative;
  font-size: var(--bodyFontSize);
  color: #aaaaaa;
  margin-top: 5px;
  line-height: 24px;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
}

.main-footer .footer-bottom .footer-nav li {
  position: relative;
  margin-left: 28px;
  display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a {
  position: relative;
  display: block;
  font-size: var(--bodyFontSize);
  line-height: 24px;
  color: #aaaaaa;
}

.main-footer .footer-bottom .footer-nav li:last-child {
  display: none;
}

.main-footer .footer-bottom .footer-nav li a img {
  position: relative;
  top: -3px;
  display: inline-block;
}

.main-footer .footer-bottom .footer-nav li a:hover {
  color: var(--lightBlue);
}

/*Footer Style Two*/

.footer-style-two {
  position: relative;
  background-color: #232323;
}

.footer-style-two .footer-widget {
  margin-bottom: 30px;
}

.footer-style-two .footer-widget .logo-box {
  margin-top: -15px;
}

.footer-style-two .footer-widget .text {
  position: relative;
  color: #aaaaaa;
  font-size: var(--bodyFontSize);
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer-style-two .footer-upper {
  position: relative;
  padding: 80px 0px 50px;
  background: url(../images/resource/footer-botom-layer.png) right bottom
    no-repeat;
}

.list-style {
  position: relative;
}

.list-style li {
  position: relative;
  padding-left: 55px;
  min-height: 35px;
  color: #aaaaaa;
  font-size: var(--bodyFontSize);
  margin-bottom: 20px;
  padding-top: 7px;
  /*line-height: 35px;*/
}

.list-style li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  color: #e8e8e8;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border: 1px solid #777777;
}

.footer-style-two .footer-column h2 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 13px;
  color: #ffffff;
}

.footer-style-two .footer-column h2:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 38px;
  border-bottom: 1px solid var(--lightBlue);
}

.footer-style-two .posts-widget .post {
  position: relative;
  min-height: 68px;
  padding-left: 100px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.footer-style-two .posts-widget .post:last-child {
  border: none;
  padding-bottom: 0px;
}

.footer-style-two .posts-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
}

.footer-style-two .posts-widget .post .post-thumb .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(252, 114, 30, 0.7);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-style-two .posts-widget .post:hover .post-thumb .overlay-link {
  opacity: 1;
}

.footer-style-two .posts-widget .post .post-thumb .overlay-link span {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 30px;
  margin-left: -15px;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
}

.footer-style-two .posts-widget .post .post-thumb img {
  display: block;
  width: 100%;
}

.footer-style-two .posts-widget .post .desc-text {
  position: relative;
  font-size: var(--bodyFontSize);
  margin-top: -3px;
  color: #ffffff;
  line-height: 1.8em;
  margin-bottom: 0px;
}

.footer-style-two .posts-widget .post .desc-text a {
  color: #ffffff;
}

.footer-style-two .posts-widget .post .time {
  color: #9e9e9e;
  line-height: 24px;
  font-style: italic;
}

.footer-style-two .gallery-widget {
  position: relative;
}

.footer-style-two .gallery-widget .image {
  position: relative;
  float: left;
  width: 25%;
  padding: 0px 10px 8px 0px;
}

.footer-style-two .gallery-widget .image img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-style-two .gallery-widget .image img:hover {
  opacity: 0.7;
}

.booking-form {
  position: relative;
  transform: translateY(0);
  z-index: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.booking-form .booking-form-inner {
  position: relative;
  padding: 20px 20px 30px;
  background-color: #fafafa;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.background.booking-form .booking-form-inner {
  background-color: var(--darkBlue);
}
.background .default-form .form-group .group-inner .field-label,
.background .default-form .form-group .select-box label,
.background .default-form .form-group .group-inner .input-label,
.background .default-form .wf-group label {
  color: #fff;
}

/*Default Form*/

.default-form {
  position: relative;
}

.default-form .wf-group,
.default-form .form-group {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}
.default-form .wf-group.checkbox {
  margin-top: 0;
}
.default-form .wf-group.checkbox label {
  padding-left: 0;
  cursor: default;
}
.default-form .wf-group.textarea {
  flex: 0 1 100%;
}
.default-form input[type="submit"] {
  flex: 0 1 calc(16.66666% - 15px);
  flex: 0 1 -webkit-calc(16.66666% - 15px);
}

.contact-form .wf-group,
.contact-form .wf-group.textarea {
  flex: 0 1 100%;
}

.default-form .wf-group .no-margin,
.default-form .form-group.no-margin {
  margin-bottom: 0px;
}

.default-form .wf-group .group-inner,
.default-form .form-group .group-inner {
  position: relative;
}

.default-form .wf-group label,
.default-form .wf-group input,
.default-form .wf-group select,
.default-form .wf-group textarea {
  width: 100%;
}

.default-form .wf-group label,
.default-form .form-group .group-inner .field-label {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: var(--bodyFontSize);
  margin-bottom: 12px;
  text-transform: uppercase;
}

.default-form .wf-group label span {
  font-size: 1rem;
  color: var(--red);
}

.default-form .form-group .group-inner .input-label {
  position: relative;
  color: #000000;
  font-weight: 700;
  font-size: var(--bodyFontSize);
  line-height: 52px;
  display: inline-block;
}

.default-form .form-group .group-inner input,
.default-form .form-group .group-inner select,
.default-form .wf-group input,
.default-form .wf-group select {
  position: relative;
  height: 52px;
  width: 100%;
  line-height: 32px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-form .wf-group .wf-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.default-form .wf-group .wf-checkbox input,
.default-form .wf-group .wf-checkbox label {
  margin-bottom: 0;
  margin-top: 0;
  width: auto;
}

.default-form .wf-group input[type="checkbox"] {
  height: 26px;
  width: 26px;
  margin-left: 10px;
}

.default-form .wf-group .ui-selectmenu-button,
.default-form .form-group .group-inner .ui-selectmenu-button {
  position: relative;
  height: 52px;
  width: 100%;
  line-height: 32px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  background: #ffffff url(../images/icons/select-arrow.png) right top no-repeat;
}

.default-form .wf-group .ui-selectmenu-button .ui-icon,
.default-form .form-group .group-inner .ui-selectmenu-button .ui-icon {
  background-image: none !important;
}

.default-form .wf-group input:focus,
.default-form .wf-group select:focus,
.default-form .wf-group textarea:focus,
.default-form .form-group .group-inner input:focus,
.default-form .form-group .group-inner select:focus,
.default-form .form-group .group-inner textarea:focus {
  border-color: var(--red);
}

.default-form .wf-group .group-inner .number-of-people,
.default-form .form-group .group-inner .number-of-people {
  position: relative;
  width: 80px;
  height: 52px;
  float: right;
  background-color: #ffffff;
}

.default-form .wf-group select,
.default-form .form-group .group-inner select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  background: #ffffff url(../images/icons/select-arrow.png) right top no-repeat;
}

.default-form .wf-group textarea,
.default-form .form-group .group-inner textarea {
  position: relative;
  padding: 10px 20px;
  height: calc(28px + 3.4em);
  height: -webkit-calc(28px + 3.4em);
  width: 100%;
  resize: none;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-form .wf-group button,
.default-form .wf-group input[type="submit"],
.default-form .form-group .group-inner button {
  margin-top: 10px;
}

.default-form .wf-group .select-box,
.default-form .form-group .select-box {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.default-form .wf-group .select-box:last-child,
.default-form .form-group .select-box:last-child {
  margin-right: 0px;
}

.default-form .wf-group .select-box label,
.default-form .form-group .select-box label {
  position: relative;
  font-size: var(--bodyFontSize);
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0px;
  padding-left: 30px;
  line-height: 29px;
}

.default-form .wf-group .select-box input[type="radio"],
.default-form .form-group .select-box input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  visibility: hidden;
  border-radius: 50%;
  background-color: #ffffff;
}

.default-form .wf-group .select-box .default-check,
.default-form .form-group .select-box .default-check {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.default-form .wf-group .select-box .check-icon,
.default-form .form-group .select-box .check-icon {
  position: absolute;
  content: "\f00c";
  left: 0px;
  top: 4px;
  width: 22px;
  height: 22px;
  color: var(--red);
  z-index: 99;
  font-size: var(--bodyFontSize);
  line-height: 19px;
  text-align: center;
  opacity: 0;
  font-family: "FontAwesome";
}

.default-form
  .wf-group
  .select-box
  input[type="radio"]:checked
  + label
  .check-icon,
.default-form
  .form-group
  .select-box
  input[type="radio"]:checked
  + label
  .check-icon {
  opacity: 1;
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
  border-color: #ff0000 !important;
}

.default-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

.default-form .lower-form-box {
  position: relative;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

.default-form.style-two .widget-content {
  position: relative;
  padding: 30px 30px 15px;
}

/*** 

====================================================================
	Cars Select Section
====================================================================

***/

.cars-select-section {
  position: relative;
  padding: 30px 0px 140px;
}

.cars-select-section.style-two {
  position: relative;
  background-color: #fafafa;
}

.car-block {
  position: relative;
}

.car-block .inner-box {
  position: relative;
}

.car-block .inner-box h3 {
  position: relative;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.car-block .inner-box .lower-box {
  position: relative;
}

.car-block .inner-box .lower-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 30px;
  margin-top: 10px;
}

.car-block .inner-box .lower-box .arrow .icon {
  position: relative;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background-color: #232323;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .icon {
  background-color: var(--red);
}

.car-block .inner-box .lower-box .arrow .text {
  position: relative;
  color: var(--red);
  font-size: var(--bodyFontSize);
  font-weight: 400;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.car-block .inner-box .lower-box .arrow:hover .text {
  opacity: 1;
}

.cars-select-section .owl-controls {
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  top: 0;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #cfcfcf;
  font-size: 20px;
  height: 45px;
  line-height: 42px;
  padding: 0;
  position: relative;
  transition: all 500ms ease 0s;
  width: 45px;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
  background: transparent;
}

.cars-select-section .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #ffffff;
  border-color: #7f7f7f;
  color: #7f7f7f;
}

.cars-select-section .owl-dots {
  display: none !important;
}

/*** 

====================================================================
	Default Testimonials
====================================================================

***/

.default-testimonials {
  position: relative;
  padding: 140px 0px 85px;
}

.default-testimonials .client-tesimonial {
  position: relative;
  margin-bottom: 60px;
}

.default-testimonials .client-tesimonial h2 {
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.testimonial-block-two {
  position: relative;
  max-width: 900px;
}

.testimonial-block-two .inner-box {
  position: relative;
}

.testimonial-block-two .inner-box .quote-icon {
  position: absolute;
  left: 25px;
  top: 30px;
  color: #ededed;
  font-size: 36px;
  line-height: 1em;
  z-index: 1;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  line-height: 1.8em;
  background-color: #fafafa;
  padding: 30px 30px 30px 90px;
}

.testimonial-block-two .inner-box .author-info {
  position: relative;
  padding-left: 85px;
  padding-top: 10px;
  margin-top: 30px;
  min-height: 68px;
  margin-left: 25px;
}

.testimonial-block-two .inner-box .author-info .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .text:before {
  position: absolute;
  left: 45px;
  top: 68%;
  content: "";
  width: 1px;
  height: 75%;
  z-index: 1;
  background-color: var(--red);
}

.testimonial-block-two .inner-box .text:after {
  position: absolute;
  left: 41px;
  top: 140%;
  content: "";
  width: 10px;
  height: 10px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--red);
}

.testimonial-block-two .inner-box .author-info .image img {
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-info h3 {
  position: relative;
  color: #232323;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}

.testimonial-block-two .inner-box .author-info .designation {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
}

.testimonial-block-two .inner-box .carousel-number {
  position: absolute;
  right: 0px;
  bottom: 15px;
  font-size: 24px;
  color: #232323;
  font-weight: 700;
}

.testimonial-block-two .inner-box .carousel-number span {
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
}

.client-tesimonial .owl-controls {
  display: none !important;
}

/*** 

====================================================================
	News Testimonial Column
====================================================================

***/

.default-testimonials .news-testimonial-column {
  position: relative;
  margin-bottom: 60px;
}

.default-testimonials .news-testimonial-column h2 {
  position: relative;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 34px;
  text-transform: uppercase;
}

/*News Block Two*/

.news-block-two {
  position: relative;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image-column {
  position: relative;
  margin-bottom: 20px;
}

.news-block-two .inner-box .image-column img {
  position: relative;
  width: 100%;
}

.news-block-two .inner-box .content-column {
  position: relative;
}

.news-block-two .inner-box .content-column .inner {
  position: relative;
  padding: 0px 0px 0px;
}

.news-block-two .inner-box .content-column .inner .posted {
  position: relative;
  font-size: var(--bodyFontSize);
  color: #777777;
  margin-bottom: 4px;
}

.news-block-two .inner-box .content-column .inner h3 {
  position: relative;
  line-height: 1em;
}

.news-block-two .inner-box .content-column .inner h3 a {
  position: relative;
  color: #232323;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner h3 a:hover {
  color: var(--red);
}

.news-block-two .inner-box .content-column .inner .text {
  position: relative;
  color: #777777;
  font-size: 13px;
  margin-top: 15px;
}

.news-block-two .inner-box .content-column .inner .view-more {
  position: relative;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
  float: right;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner .view-more:hover {
  color: #232323;
}

.news-testimonial-column .owl-controls {
  padding: 0px 0px 0px;
  position: relative;
  text-align: center;
  top: 0;
}

.news-testimonial-column .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 6px;
  padding: 1px 20px;
  border: 1px solid transparent;
  color: #cccccc;
  font-size: var(--bodyFontSize);
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  background: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Catamaran", sans-serif;
}

.news-testimonial-column
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"]:hover {
  background: #ffffff !important;
  border-color: #7f7f7f;
  color: #7f7f7f !important;
}

.news-testimonial-column .owl-dots {
  display: none !important;
}

/*** 

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one {
  position: relative;
  padding: 85px 0px;
  background: #fafafa;
  text-align: center;
}

.sponsors-style-one .owl-controls {
  display: none !important;
}

.sponsors-style-one .sponsors-outer .slide-item .image-box img {
  display: inline-block;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  opacity: 0.8;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.sponsors-style-one .sponsors-slider img:hover {
  opacity: 1;
}

/*** 

====================================================================
	App Section
====================================================================

***/

.app-section {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fafafa;
  overflow: hidden;
  z-index: 2;
  padding: 150px 0;
}

.app-section .content-column {
  position: relative;
  padding: 40px 15px 0px;
}

.app-section .content-column .inner-box {
  position: relative;
}

.app-section .content-column .inner-box h2 {
  position: relative;
  font-weight: 800;
  color: #232323;
  font-size: 24px;
  text-transform: uppercase;
}

.app-section .content-column .inner-box .dark-text {
  position: relative;
  color: #232323;
  font-size: var(--bodyFontSize);
  margin-top: 6px;
}

.app-section .content-column .inner-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-top: 25px;
  margin-bottom: 30px;
}

.app-section .content-column .inner-box .app-btn {
  position: relative;
  padding: 15px 30px 15px 90px;
  border-radius: 50px;
  text-align: left;
  font-size: var(--bodyFontSize);
  margin-bottom: 15px;
  display: inline-block;
  border: 2px solid var(--red);
  margin-right: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.app-section .content-column .inner-box .app-btn .icon {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 42px;
  color: var(--red);
}

.app-section .content-column .inner-box .app-btn .app-name {
  position: relative;
  font-weight: 900;
  font-size: 22px;
}

.app-section .content-column .inner-box .app-btn:hover {
  background-color: var(--red);
  color: #ffffff;
}

.app-section .content-column .inner-box .app-btn:hover .icon {
  color: #ffffff;
}

.app-section .image-column {
  position: relative;
  text-align: center;
}

.app-section .image-column .image img {
  max-width: 100%;
  display: inline-block;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 140px 0px 100px;
  overflow: hidden;
}

.services-section-two .sec-title {
  margin-bottom: 45px;
}

.services-section-two .right-image {
  position: absolute;
  bottom: -50px;
  left: 100%;
}

.services-section-two .right-image img {
  max-width: none;
}

.services-section-two .services-inner-content {
  position: relative;
  max-width: 830px;
}

.services-block-two {
  position: relative;
  margin-bottom: 65px;
  z-index: 1;
}

.services-block-two .inner-box {
  position: relative;
  padding-left: 110px;
}

.services-block-two .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -46px;
  width: 92px;
  height: 92px;
  color: #6d6e70;
  font-size: 34px;
  line-height: 78px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
  background-color: #f9f9f9;
  border: 5px solid transparent;
}

.services-block-two .inner-box .icon-box .icon-inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  top: 1px;
}

.services-block-two .inner-box .icon-box .icon-inner {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 {
  position: relative;
  line-height: 1em;
}

.services-block-two .inner-box h3 a {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  margin-top: 6px;
}

.services-block-two .inner-box:hover h3 a {
  color: var(--red);
}

.services-block-two .inner-box:hover .icon-box {
  background-color: rgba(255, 130, 1, 0.3);
}

.services-block-two .inner-box:hover .icon-box .icon-inner {
  background-color: var(--red);
  color: #ffffff;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  padding: 150px 0px 90px;
}

.news-block-three {
  position: relative;
  margin-bottom: 60px;
}

.news-block-three .inner-box {
  position: relative;
  border: 1px solid #e5e5e5;
}

.news-block-three .inner-box .image-box {
  position: relative;
}

.news-block-three .inner-box .image-box img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-three .inner-box .lower-box {
  position: relative;
  padding: 25px 38px;
}

.news-block-three .inner-box .lower-box .posted {
  position: relative;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  color: #777777;
  margin-bottom: 10px;
}

.news-block-three .inner-box .lower-box .posted span {
  color: var(--red);
}

.news-block-three .inner-box .lower-box h3 {
  position: relative;
  line-height: 1.2em;
  padding-bottom: 22px;
  font-weight: 700;
  font-size: 18px;
  color: #232323;
  border-bottom: 1px solid #dddddd;
}

.news-block-three .inner-box .lower-box h3 a {
  position: relative;
  color: #232323;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box h3 a:hover {
  color: var(--red);
}

.news-block-three .inner-box .lower-box .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  line-height: 1.6em;
  margin-top: 28px;
}

.news-block-three .inner-box .lower-box .view-more {
  position: relative;
  font-size: 13px;
  color: var(--red);
  font-weight: 800;
  float: right;
  margin-top: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .lower-box .view-more:hover {
  color: #232323;
}

.news-block-three.style-two .inner-box {
  border: 0px;
}

.news-block-three.style-two .inner-box .lower-box {
  padding: 25px 0px 0px;
}

.news-block-three.style-two .inner-box .lower-box .text blockquote {
  position: relative;
  padding: 48px 70px;
  border: 0px;
  margin-top: 30px;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  color: #232323;
  line-height: 26px;
  background: #fafafa url(../images/icons/curve.jpg) right bottom no-repeat;
}

.news-block-three.style-two .inner-box .lower-box .text blockquote:before {
  content: "\f150";
  position: absolute;
  left: 28px;
  top: 50%;
  font-size: 28px;
  width: 20px;
  line-height: 24px;
  color: #ededed;
  font-family: "Flaticon";
  margin-top: -15px;
}

/*Post Share Options*/

.news-block-three .post-share-options {
  position: relative;
  margin-top: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.news-block-three .post-share-options h5 {
  font-size: var(--bodyFontSize);
  color: #232323;
  font-weight: 400;
  padding: 3px 0px;
}

.news-block-three .post-share-options .social-links {
  position: relative;
}

.news-block-three .post-share-options .social-links a {
  position: relative;
  color: #777777;
  margin: 2px 6px;
  font-size: var(--bodyFontSize);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.news-block-three .post-share-options .social-links a:hover {
  color: var(--red);
}

.news-section-two .owl-controls {
  margin: 0px !important;
}

.news-section-two .owl-controls .owl-dots {
  display: none !important;
}

.news-section-two .owl-controls .owl-nav {
  margin: 0px !important;
  position: absolute;
  right: 0px;
  top: -60px;
}

.news-section-two .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 6px;
  padding: 2px 20px;
  border: 1px solid transparent;
  color: #cccccc;
  font-size: var(--bodyFontSize);
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  background: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: "Catamaran", sans-serif;
}

.news-section-two .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #1c1c1c;
  border-color: #888888;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  padding-bottom: 35px;
  margin-top: -15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dddddd;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .group-title h2 {
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0px 0px 5px;
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1) {
  padding-top: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #222222;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  padding: 0px 0px 0px 112px;
  font-size: var(--bodyFontSize);
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
  padding-bottom: 22px;
  padding: 25px 30px 15px;
  background-color: #fafafa;
}

.sidebar-page-container .comment-inner .comment-info .comment-reply {
  position: absolute;
  right: 30px;
  color: #8e8e8e;
  font-size: var(--bodyFontSize);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comment-inner .comment-info .comment-reply:hover {
  color: var(--red);
}

.sidebar-page-container .comments-area .reply-comment {
  padding-left: 110px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 25px;
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: var(--bodyFontSize);
  font-weight: 600;
  color: #232323;
  margin-right: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 8px;
  line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  font-size: var(--bodyFontSize);
  color: var(--red);
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.comment-form .form-group .field-label {
  position: relative;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
  color: #3e5773;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  height: 48px;
  font-size: 15px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--red);
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 20px;
  color: #222222;
  border: 1px solid #dddddd;
  height: 170px;
  background: #ffffff;
  resize: none;
  font-size: var(--bodyFontSize);
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
	Tabs Box / Tabs Syle One
====================================================================

***/

.select-car-tabs {
  position: relative;
}

.select-car-tabs .tab-buttons,
.select-car-tabs .tabs-content {
  position: relative;
}

.select-car-tabs .tab-buttons {
  position: relative;
  z-index: 1;
  top: -60px;
  text-align: right;
}

.select-car-tabs .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  line-height: 18px;
  padding: 8px 14px 6px 14px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 700;
  cursor: pointer;
  font-size: var(--bodyFontSize);
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.select-car-tabs .tab-buttons .tab-btn.active-btn,
.select-car-tabs .tab-buttons .tab-btn:hover {
  color: #777777;
  border-color: #777777;
}

.select-car-tabs .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.select-car-tabs .tabs-content .tab.active-tab {
  visibility: visible;
  opacity: 1;
  position: relative;
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.quote {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.quote:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.quote .auto-container {
  position: relative;
  z-index: 1;
}

.quote h2 {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  padding-bottom: 60px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.quote h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  width: 1px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
  position: relative;
  padding-top: 130px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.page-title:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.page-title h1 {
  position: relative;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  padding-bottom: 60px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 10px;
  width: 1px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.3);
}

.page-title .bread-crumb-outer {
  position: relative;
  display: inline-block;
  padding: 13px 50px;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

.page-title .bread-crumb-outer .bread-crumb li {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #ffffff;
  font-size: var(--bodyFontSize);
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child {
  margin-right: 0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -22px;
  width: 10px;
  line-height: 20px;
  font-size: var(--bodyFontSize);
  color: #ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after {
  display: none;
}

.page-title .bread-crumb-outer .bread-crumb li a {
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
  color: var(--lightBlue);
}

.page-title .bread-crumb-outer .bread-crumb li.active {
  color: var(--red);
}

/*** 

====================================================================
	experience Section
====================================================================

***/

.experience-section {
  position: relative;
  padding: 150px 0px 150px;
}

.experience-section .content-container {
  background: url(../images/resource/car-layer.png) right bottom no-repeat;
  padding-bottom: 120px;
}

.experience-section .content-column {
  position: relative;
  padding-bottom: 50px;
}

.experience-section .content-column h3 {
  position: relative;
  line-height: 1.4em;
  margin-bottom: 30px;
}

.experience-section .content-column h3 a {
  position: relative;
  font-size: 24px;
  color: #000000;
  font-weight: 900;
}

.experience-section .content-column .text {
  position: relative;
}

.experience-section .content-column .text {
  margin-bottom: 30px;
}
.experience-section .content-column .text p {
  position: relative;
  font-size: var(--bodyFontSize);
  margin-bottom: 0px;
}

.experience-section .content-column .read-more {
  position: relative;
  color: var(--red);
  font-size: var(--bodyFontSize);
  font-weight: 800;
  text-transform: uppercase;
}

.experience-section .form-column {
  position: relative;
}

.experience-section .form-column .inner-box {
  position: relative;
  padding: 45px 30px;
  background-color: #fafafa;
}

.experience-section .default-form .form-group .group-inner .field-label {
  margin-bottom: 10px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 150px 0px 110px;
}

.sidebar-page-container .content-side {
  margin-bottom: 30px;
}

.sidebar-page-container .cars-info-section {
  position: relative;
}

.cars-info-section .items-sorting {
  position: relative;
  margin-bottom: 50px;
  padding: 10px 20px 0px;
  background-color: #f8f8f8;
}

.cars-info-section .items-sorting .results-column h4 {
  font-size: var(--bodyFontSize);
  font-weight: 600;
  color: #232323;
  line-height: 24px;
  padding: 10px 0px;
}

.cars-info-section .items-sorting .form-group {
  margin-bottom: 10px;
  max-width: 232px;
  width: 100%;
  float: right;
}

.cars-info-section .items-sorting select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 15px 9px;
  height: 44px;
  font-size: var(--bodyFontSize);
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/select-arrow.png) right center
    no-repeat;
  color: #999999;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cars-info-section .items-sorting select option {
  text-indent: 15px;
}

.cars-info-section .items-sorting select:focus {
  border-color: var(--lightBlue);
}

.cars-info-section .items-sorting .right-column .viewed-box {
  position: relative;
  float: right;
  margin-left: 5px;
  margin-bottom: 10px;
}

.cars-info-section .items-sorting .right-column .viewed-box a {
  position: relative;
  width: 45px;
  height: 42px;
  line-height: 40px;
  font-size: 18px;
  color: #cccccc;
  margin-left: 7px;
  text-align: center;
  display: inline-block;
  border: 1px solid #cccccc;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.cars-info-section .items-sorting .right-column .viewed-box a:hover,
.cars-info-section .items-sorting .right-column .viewed-box a.active {
  color: var(--red);
  border-color: var(--red);
}

.car-info-blocks {
  margin: 0;
}

.car-info-block {
  position: relative;
  margin-bottom: 40px;
}

.car-info-block .inner-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
  box-shadow: 0px 0px 8px 0px rgba(234, 234, 234, 1);
}

.car-info-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.car-info-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.car-info-block .inner-box .lower-box {
  position: relative;
  padding: 25px 30px;
  border-top: 0px;
}

.car-info-block .inner-box .lower-box .truck-title {
  position: relative;
  line-height: 1em;
  padding-bottom: 22px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.car-info-block .inner-box .lower-box h3 a {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.car-info-block .inner-box .lower-box h3 a:hover {
  color: var(--red);
}

.car-info-block .inner-box .lower-box .more-info {
  position: relative;
}

.car-info-block .inner-box .lower-box ul {
  position: relative;
}

.car-info-block .inner-box .lower-box ul li {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 8px;
}

.car-info-block .inner-box .lower-box ul li:last-child {
  margin-bottom: 0px;
}

.car-info-block .inner-box .lower-box ul li span {
  color: #232323;
}

.car-info-block .inner-box .lower-box .price-day {
  font-size: 32px;
  color: var(--darkBlue);
  font-weight: 700;
  margin-top: 15px;
}

.car-info-block .inner-box .lower-box .price-day span {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
}

.car-info-block .inner-box:hover .image img {
  -webkit-transform: rotate(4deg) scale(1.1);
  -ms-transform: rotate(4deg) scale(1.1);
  -o-transform: rotate(4deg) scale(1.1);
  -moz-transform: rotate(4deg) scale(1.1);
  transform: rotate(4deg) scale(1.1);
}

.sidebar-page-container .sidebar-form.style-two .widget-content {
  padding: 30px 30px 15px;
}

.sidebar-page-container .sidebar-form.style-two .field-label {
  font-weight: 500;
  color: #232323;
  margin-bottom: 12px;
}

.sidebar-page-container .sidebar-form.style-two .input-label {
  line-height: 1em;
  margin-bottom: 15px;
}

.sidebar-page-container .sidebar-form.style-two .select-box {
  margin-right: 0px;
}

.sidebar-page-container .sidebar-form.style-two .number-of-people {
  float: none;
}

.sidebar-page-container .sidebar-form h3 {
  position: relative;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  padding: 26px 0px;
  text-align: center;
  background-color: #f4f4f4;
  text-transform: uppercase;
}

.sidebar-page-container .sidebar-form .default-form .btn-style-one {
  display: block;
  width: 100%;
}

/* Widget */

.sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.rangeslider-widget {
  position: relative;
  margin-bottom: 35px;
}

.rangeslider-widget .field-label {
  font-weight: 700;
  color: #232323;
  font-size: var(--bodyFontSize);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.rangeslider-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 7px 5px 7px 0px;
  line-height: 24px;
  font-size: var(--bodyFontSize);
  border: 1px solid #dadada;
  padding: 8px 10px;
  width: 70px;
  text-align: center;
}

.rangeslider-widget button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #272727;
  padding: 8px 25px;
  background: #272727;
  color: #ffffff;
  border-radius: 3px;
}

.rangeslider-widget .noUi-connect {
  background: #f8ad60 !important;
  box-shadow: none;
}

.rangeslider-widget .noUi-background {
  background: #eeeeee !important;
  border-color: #eeeeee;
}

.rangeslider-widget .noUi-handle {
  background: #ff972c !important;
  border-radius: 50% !important;
  box-shadow: none;
  border: 4px solid var(--red);
  cursor: pointer;
}

/*Video Box Widget*/

.video-widget {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-widget .widget-inner {
  position: relative;
}

.video-widget .widget-inner .play-box {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  padding: 100px 0px 20px;
  background: rgba(0, 0, 0, 0);
  transition: all 700ms ease;
}

.video-widget .widget-inner .play-box:hover {
  background: rgba(0, 0, 0, 0.5);
}

.video-widget .widget-inner .play-box .icon {
  position: relative;
  width: 48px;
  height: 48px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  display: inline-block;
  border: 3px solid #ffffff;
}

.video-widget .widget-inner .play-box h4 {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
  text-transform: uppercase;
}

.sidebar-page-container .cars-info-section.list-view {
  position: relative;
}

.cars-info-section.list-view .car-info-block .car-column {
  position: relative;
  padding: 0px;
}

.cars-info-section.list-view .car-info-block .inner-box {
  box-shadow: none;
}

.cars-info-section.list-view .car-info-block .car-column .lower-box {
  border-bottom: 0px;
  padding: 33px 40px;
}

/*Search Widget*/

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 30px;
  padding: 10px 40px 10px 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #1c1c1c;
  display: block;
  font-size: 13px;
  width: 100%;
  height: 52px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: var(--red);
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 52px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: var(--red);
  font-weight: normal;
}

/*List*/

.sidebar .sidebar-widget .widget-box {
  background-color: #fafafa;
}

.sidebar .sidebar-widget .sidebar-title {
  position: relative;
  padding: 22px 30px;
  border-bottom: 1px solid #dddddd;
}

.sidebar .sidebar-widget .sidebar-title h3 {
  position: relative;
  color: #232323;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar .sidebar-widget .widget-content {
  position: relative;
  padding: 40px 30px 15px;
}

.sidebar .list {
  position: relative;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  line-height: 24px;
  padding: 8px 0px 8px 20px;
  transition: all 500ms ease;
}

.sidebar .list li:first-child a {
  padding-top: 0px;
}

.sidebar .list li:last-child {
  border-bottom: none;
}

.sidebar .list li a .count {
  display: block;
  float: right;
}

.sidebar .list li a:before {
  position: absolute;
  content: "\f105";
  font-size: 12px;
  left: 0;
  width: 20px;
  line-height: 22px;
  font-family: "FontAwesome";
}

.sidebar .list li a:hover {
  color: var(--red);
}

/*** 

====================================================================
	FAQs Section style
====================================================================

***/

.faqs-section {
  position: relative;
  padding: 100px 0px;
}

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 20px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: var(--bodyFontSize);
  margin-bottom: 0px;
  cursor: pointer;
  background: none;
  line-height: 30px;
  padding: 15px 25px 15px 80px;
  overflow: hidden;
  font-weight: 400;
  color: #232323;
  background-color: #fafafa;
  border-radius: 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  position: relative;
  color: #ffffff;
  background-color: var(--red);
}

.accordion-box .block .icon-outer {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: var(--bodyFontSize);
  color: #777777;
  background: #eeeeee;
  border-radius: 2px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: var(--bodyFontSize);
  font-weight: normal;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  opacity: 1;
  color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
  background: #e57400;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
  background: none;
  color: #fc721e;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: var(--bodyFontSize);
  padding: 25px 0px 0px 75px;
  color: #777777;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
  line-height: 1.8em;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

.faqs-section .faq-form-column {
  position: relative;
}

.faqs-section .faq-form-column .faq-form-inner {
  position: relative;
  padding: 35px 30px 10px;
  background-color: #fafafa;
}

.faqs-section .faq-form-column .faq-form-inner h3 {
  position: relative;
  font-size: 16px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.faqs-section .faq-form-column .faq-form-inner .field-label {
  font-weight: 400;
  color: #232323;
  margin-bottom: 12px;
}

.faqs-section .faq-form-column .faq-form-inner .form-group .btn-style-one {
  width: 100%;
  display: block;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 150px 0px 120px;
}

.gallery-section .filter-tabs {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.gallery-section .filter-tabs li {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 600;
  margin: 0px 15px 0px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-section .filter-tabs li:after {
  position: absolute;
  right: -18px;
  top: 0px;
  color: #777777;
  font-size: var(--bodyFontSize);
  content: "/";
}

.gallery-section .filter-tabs li:last-child::after {
  display: none;
}

.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
  color: var(--red);
}

.gallery-item {
  position: relative;
  float: left;
  display: none;
  margin-bottom: 30px;
}

.gallery-item .inner-box {
  position: relative;
  width: 100%;
  display: block;
  background: #ffffff;
  overflow: hidden;
}

.gallery-item .image {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-item .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-item:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.gallery-item .zoom-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.gallery-item .zoom-btn .icon {
  position: relative;
  display: inline-block;
  line-height: 60px;
  top: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: var(--red);
  margin-top: -31px;
}

.gallery-item .inner-box:hover .zoom-btn {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sortable-masonry .gallery-item {
  display: block;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
  position: relative;
  text-align: center;
  padding: 150px 0px 140px;
}

.error-section .error-text {
  position: relative;
  text-align: center;
  background: url(../images/icons/error-image.png) center center no-repeat;
}

.error-section .error-text h2 {
  position: relative;
  color: #777777;
  font-size: 48px;
  font-weight: 800;
  line-height: 1em;
  padding: 80px 0px;
}

.error-section .text {
  position: relative;
  color: #000000;
  font-size: 24px;
  margin: 30px 0px;
}

/*Search Website*/

.search-website {
  position: relative;
  max-width: 370px;
  margin: 0 auto 0px;
}

.search-website .form-group {
  position: relative;
  margin-bottom: 0px;
  text-align: left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 24px;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus {
  border-color: var(--red);
}

.search-website .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 50px;
  height: 52px;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--red);
  color: #ffffff;
  letter-spacing: 2px;
  border-radius: 0px 2px 2px 0px;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section {
  position: relative;
  padding: 150px 0px 140px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 7px 0px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 8px 5px;
  font-size: var(--bodyFontSize);
  text-transform: capitalize;
  min-width: 38px;
  color: #777777;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a.next {
  padding: 10px 24px 7px;
  border-radius: 50px;
  border: 1px solid #777777;
}

.styled-pagination li a:hover,
.styled-pagination li a.active,
.styled-pagination li a.next:hover {
  color: #ffffff;
  border-color: var(--red);
  background-color: var(--red);
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  padding: 150px 0px 100px;
}

.contact-section .map-column {
  position: relative;
  margin-bottom: 50px;
}

.contact-section .map-column .map-content {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 25px 30px;
  background-color: #ffffff;
}

.contact-section .map-column .map-content h3 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
}

.contact-section .map-column .map-content .text {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 8px;
}

.contact-section .map-column .map-content .map-view {
  position: relative;
  color: #0189e2;
  font-size: var(--bodyFontSize);
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}

.contact-section .column {
  position: relative;
  padding: 0px 33px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .group-title {
  position: relative;
}

.contact-form .group-title h3 {
  position: relative;
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.contact-form .group-title .text {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 35px;
}

.contact-form .form-group .field-label {
  position: relative;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
  color: #3e5773;
}

.contact-section .column .contact-form form .row {
  margin: 0px -15px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  height: 48px;
  font-size: 15px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--red);
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 20px;
  color: #222222;
  border: 1px solid #dddddd;
  height: 170px;
  background: #ffffff;
  resize: none;
  font-size: var(--bodyFontSize);
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group button {
  margin-top: 20px;
}

/*contact info*/

.contact-info {
  position: relative;
  margin-top: 25px;
}

.contact-info li {
  position: relative;
  color: #777777;
  font-size: var(--bodyFontSize);
  margin-bottom: 10px;
  margin-right: 30px;
  display: inline-block;
}

.contact-info li .icon {
  position: relative;
  font-size: 18px;
  margin-right: 12px;
  line-height: 1em;
  top: 2px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
  border-top: none;
  font-family: "Poppins", sans-serif;
}

.ui-menu .ui-menu-item {
  font-size: var(--bodyFontSize);
  border-bottom: 1px solid #f0f0f0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: var(--bodyFontSize);
  line-height: 24px;
}

/*** 

====================================================================
	Car Single
====================================================================

***/

.single-car {
  position: relative;
  padding: 130px 0px 80px;
}

.single-car .basic-details {
  position: relative;
  margin-bottom: 30px;
}

.single-car .basic-details .carousel-column,
.single-car .basic-details .info-column {
  margin-bottom: 30px;
}

.single-car .basic-details .image-column img {
  display: block;
  width: 100%;
  height: auto;
}

.single-car .basic-details .prod-image-carousel {
  position: relative;
  padding: 0px 50px;
}

.single-car .basic-details .prod-thumbs-carousel img {
  border-radius: 3px;
}

.sponsors-section .owl-theme .owl-controls,
.sponsors-section .owl-theme .owl-controls .owl-nav {
  margin: 0px;
  padding: 0px;
}

.single-car .basic-details .owl-theme .owl-controls .owl-dots {
  display: none !important;
}

.single-car .basic-details .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  padding: 0px;
  margin: 0px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #d0d0d0;
  color: #d0d0d0;
  text-align: center;
  font-size: 18px;
  background: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.single-car
  .basic-details
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-prev"] {
  left: 0px;
}

.single-car
  .basic-details
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-next"] {
  right: 0px;
}

.single-car
  .basic-details
  .owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"]:hover {
  border-color: var(--red);
  color: var(--red);
}

.single-car .sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.single-car .sidebar-title h3 {
  position: relative;
  line-height: 1.3em;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
  text-transform: capitalize;
}

.single-car .basic-details .info-column {
  position: relative;
  padding-left: 40px;
}

.single-car .basic-details .info-column .theme-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.single-car .basic-details .info-outer {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
}

.single-car .basic-details .info-outer .upper-info {
  position: relative;
  padding: 25px 30px 20px;
}

.single-car .basic-details .info-outer .list {
  position: relative;
}

.single-car .basic-details .info-outer .list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}

.single-car .basic-details .info-outer .list li .col {
  position: relative;
  float: left;
  width: 50%;
}

.single-car .basic-details .info-outer .list li .col:nth-child(2) {
  color: var(--red);
}

.single-car .basic-details .info-outer .list li:last-child {
  margin-bottom: 0px;
}

.single-car .basic-details .info-outer .list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: var(--bodyFontSize);
  font-weight: 400;
  line-height: 24px;
  padding: 0px;
}

.single-car .basic-details .info-outer .list li a:hover {
  color: var(--red);
}

.single-car .basic-details .info-outer .info {
  position: relative;
  text-align: center;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #222222;
}

.single-car .basic-details .info-outer .info li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 24px;
  padding: 8px 10px;
  border-right: 1px solid #e0e0e0;
}

.single-car .basic-details .info-outer .info .price {
  color: var(--red);
}

.single-car .basic-details .info-outer .info .price strong {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.single-car .basic-details .info-outer .info li:nth-child(2n + 2) {
  border-right: none;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
  position: relative;
}

.prod-tabs {
  position: relative;
}

.prod-tabs .tab-btns {
  position: relative;
  margin-bottom: 50px;
  font-family: "Catamaran", sans-serif;
}

.prod-tabs .tab-btns .tab-btn {
  position: relative;
  float: left;
  font-size: 15px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 50px;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
  color: var(--red);
  border-color: var(--red);
}

.prod-tabs .tabs-container {
  position: relative;
}

.prod-tabs .tabs-container .tab {
  position: relative;
  display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
  display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
  margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab p {
  font-size: var(--bodyFontSize);
}

.prod-tabs .reviews-container {
  position: relative;
}

.prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 100px;
  min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 82px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 3px;
}

.prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

.prod-tabs .reviews-container .rev-content {
  position: relative;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.prod-tabs .reviews-container .rating {
  color: #ff9c01;
  font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
  margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
  font-size: var(--bodyFontSize);
}

.prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 20px;
  font-size: var(--bodyFontSize);
}

.prod-tabs .add-review .rating {
  position: relative;
  padding-top: 8px;
}

.prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: var(--bodyFontSize);
  color: #555555;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
  color: var(--lightBlue);
}

.prod-tabs .add-review label {
  position: relative;
  display: block;
  font-size: var(--bodyFontSize);
  margin-bottom: 5px;
  font-weight: 400;
  color: #303030;
}

.prod-tabs .add-review h3 {
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 150px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
  padding: 8px 35px;
}

/*** 

====================================================================
	Default Video Box
====================================================================

***/

.default-video-box {
  position: relative;
  text-align: center;
}

.fun-facts-section .default-video-box {
  top: -70px;
}

.default-video-box .inner-box {
  position: relative;
  display: block;
}

.default-video-box .image-box {
  position: relative;
  display: block;
}

.default-video-box .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.default-video-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.2);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.default-video-box .overlay-link:hover {
  background: rgba(45, 45, 45, 0.4);
}

.default-video-box .overlay-link .icon-box {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: none;
  color: #ffffff;
  border: 8px solid rgba(255, 130, 1, 0.4);
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.default-video-box .overlay-link .icon-box .icon {
  position: relative;
  padding-left: 3px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  background: var(--red);
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.prod-tabs .two-column {
  position: relative;
}

.prod-tabs .two-column .column {
  position: relative;
  margin-bottom: 20px;
}

.prod-tabs .two-column .image img {
  position: relative;
  display: block;
  width: 100%;
}

.styled-list-one {
  position: relative;
  margin-bottom: 30px;
}

.styled-list-one li {
  position: relative;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 24px;
  font-size: var(--bodyFontSize);
  padding-left: 25px;
}

.styled-list-one li:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 24px;
  font-size: 13px;
  color: var(--red);
  font-style: normal;
  display: block;
}

.prod-tabs .default-video-box .overlay-link {
  background: rgba(0, 0, 0, 0.6);
}

/*** 

====================================================================
	Billing Section
====================================================================

***/

.billing-section {
  position: relative;
  padding: 130px 0px;
}

.billing-section .sec-title {
  position: relative;
  margin-bottom: 30px;
}

.billing-section .billing-form {
  position: relative;
  margin-bottom: 70px;
}

.billing-section .billing-details .product-column {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.billing-section .billing-details .product-column .inner-box {
  position: relative;
  padding: 35px 30px 40px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 3px;
}

.billing-section .billing-details .product-column h3 {
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.billing-section .billing-details .product-column h3 a {
  color: #222222;
}

.billing-section .billing-details .product-column h3 a:hover {
  color: var(--red);
}

.billing-section .billing-details .product-column .image-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.billing-section .billing-details .product-column .image-box img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.billing-section .billing-details .product-column.lower-content {
  position: relative;
  padding: 0px 20px;
}

.billing-section .billing-details .product-column .info {
  position: relative;
  display: inline-block;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  color: #222222;
  border-radius: 3px;
}

.billing-section .billing-details .product-column .info li {
  position: relative;
  float: left;
  line-height: 24px;
  padding: 8px 25px;
  border-right: 1px solid #d0d0d0;
}

.billing-section .billing-details .product-column .info .price {
  color: var(--red);
}

.billing-section .billing-details .product-column .info .price strong {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.billing-section .billing-details .product-column .info li:nth-child(2n + 2) {
  border-right: none;
}

.billing-section .billing-details .product-column .theme-btn {
  padding: 10px 45px;
}

.billing-section .billing-details .billing-column {
  position: relative;
  margin-bottom: 30px;
}

.billing-section .billing-details .billing-column .text {
  position: relative;
  font-size: var(--bodyFontSize);
  margin-bottom: 25px;
}

.billing-section .billing-details .billing-column .inner-box {
  position: relative;
  padding: 40px 40px;
  background: #f7f7f7;
  border-radius: 3px;
}

.billing-section .billing-details .billing-column .theme-btn {
  position: relative;
  padding: 10px 45px;
  margin-top: 10px;
}

.billing-section .billing-details .billing-column .check-box {
  position: relative;
  margin-bottom: 23px;
}

.billing-section .billing-details .billing-column .check-box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.billing-section .billing-details .billing-column .check-box label {
  position: relative;
  display: block;
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
  padding-left: 26px;
  color: #222222;
  font-size: var(--bodyFontSize);
  line-height: 24px;
  cursor: pointer;
}

.billing-section .billing-details .billing-column .check-box label img {
  position: relative;
  padding-top: 8px;
}

.billing-section
  .billing-details
  .billing-column
  .check-box
  input:checked
  + label {
  color: var(--red);
}

.billing-section .billing-details .billing-column .check-box label .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
}

.billing-section .billing-details .billing-column .check-box label .square {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #d0d0d0;
}

.billing-section .billing-details .billing-column .check-box label .fa {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--red);
  padding-right: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  opacity: 0;
}

.billing-section
  .billing-details
  .billing-column
  .check-box
  input:checked
  + label
  .fa {
  opacity: 1;
}

/*** 

====================================================================
	Default Form Styling
====================================================================

***/

.billing-section .form-group {
  position: relative;
  margin-bottom: 20px;
}

.billing-section .form-group .field-inner {
  position: relative;
}

.billing-section .form-group .field-inner .input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-size: 12px;
  color: var(--red);
}

.billing-section .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
  color: #777777;
  font-weight: 400;
  font-size: 16px;
}

.billing-section .form-group .field-label sup,
.billing-section .form-group .field-label .req {
  color: var(--red);
  font-size: 16px;
  padding-left: 3px;
}

.billing-section input[type="text"],
.billing-section input[type="email"],
.billing-section input[type="password"],
.billing-section input[type="tel"],
.billing-section input[type="url"],
.billing-section select,
.billing-section textarea {
  display: block;
  width: 100%;
  line-height: 22px;
  height: 44px;
  font-size: var(--bodyFontSize);
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #222222;
  border-radius: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.billing-section select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/select-arrow.png) right center
    no-repeat;
}

.billing-section textarea {
  height: 120px;
  resize: none;
}

.billing-section select option {
  text-indent: 20px;
}

.billing-section input:focus,
.billing-section select:focus,
.billing-section textarea:focus {
  border-color: var(--red);
}

.billing-section input.error,
.billing-section select.error,
.billing-section textarea.error {
  border-color: #ff0000 !important;
}

.billing-section label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.billing-section .billing-details .check-box {
  position: relative;
  padding: 0px 0px 0px;
}

.billing-section .billing-form .check-box {
  padding: 15px 0px 0px;
}

.billing-section .check-box input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.billing-section .check-box label {
  position: relative;
  display: block;
  font-weight: normal;
  padding-left: 26px;
  font-size: var(--bodyFontSize);
  line-height: 24px;
  cursor: pointer;
}

.billing-section .check-box input:checked + label {
  color: var(--red);
}

.billing-section .check-box label .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  display: block;
  width: 16px;
  height: 16px;
}

.billing-section .check-box label .square {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #eeeeee;
}

.billing-section .check-box label .fa {
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--red);
  padding-right: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  opacity: 0;
}

.billing-section .check-box input:checked + label .fa {
  opacity: 1;
}

/*** 

====================================================================
	Confirmation Popup
====================================================================

***/

body.popup-visible {
  height: 100%;
  overflow: hidden;
}

.backdrop-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.popup-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
  overflow: auto;
}

.popup-outer .popup-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 30px 15px;
}

.popup-outer .popup-box .popup-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.popup-outer .confirmation-popup {
  position: relative;
  max-width: 830px;
  padding: 50px 50px;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 3px;
}

.popup-outer .confirmation-popup .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.popup-outer .confirmation-popup .close-btn a {
  position: relative;
  display: block;
  color: #d0d0d0;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.popup-outer .confirmation-popup .close-btn a:hover {
  color: var(--red);
}

.confirmation-popup .image-column {
  position: relative;
  margin-bottom: 20px;
}

.confirmation-popup .image-box {
  position: relative;
  display: block;
  text-align: center;
}

.confirmation-popup .image-box img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.confirmation-popup h3 {
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.confirmation-popup h3 a {
  color: #222222;
}

.confirmation-popup h3 a:hover {
  color: var(--red);
}

.confirmation-popup .content-column {
  position: relative;
}

.confirmation-popup .content-column .text {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: var(--bodyFontSize);
}

.confirmation-popup .content-column .info {
  position: relative;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  color: #222222;
  text-align: center;
  border-radius: 3px;
}

.confirmation-popup .content-column .info li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 24px;
  padding: 8px 25px;
  border-right: 1px solid #d0d0d0;
}

.confirmation-popup .content-column .info .price {
  color: var(--red);
}

.confirmation-popup .content-column .info .price strong {
  font-family: "Catamaran", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.confirmation-popup .content-column .info li:nth-child(2n + 2) {
  border-right: none;
}

.confirmation-popup .content-column .count {
  position: relative;
  font-family: "Catamaran", sans-serif;
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 40px;
}

.confirmation-popup .content-column .count .value {
  color: var(--red);
  font-size: 16px;
}

.confirmation-popup .message-outer {
  position: relative;
  text-align: center;
}

.confirmation-popup .message {
  position: relative;
  display: inline-block;
  font-family: "Catamaran", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 40px;
  line-height: 22px;
  background: var(--red);
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
}

.confirmation-popup .message .fa {
  padding-right: 5px;
  color: #ffffff;
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

/*** 

====================================================================
	Additional CSS
====================================================================

***/
.sectors-section {
  padding: 150px 0;
}
.sector-icon {
  width: 40px;
}

.sector-icon-text {
  margin-left: 30px;
}

#contact,
#about,
#services,
#area,
#trucks,
#drivers {
  position: absolute;
  top: -91px;
}

.default-form.driver-form
  .wf-group
  + :where(input[name="birth"], input[name="ssn"], input[name="state"], input[name="zip"]) {
  width: 50%;
}
.default-form.driver-form .select-box {
  display: flex;
  flex-wrap: wrap;
}
.default-form.driver-form .wf-group-heading {
  width: 100%;
}
.default-form.driver-form .wf-radio {
  width: max-content;
  margin-right: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.default-form .wf-group label {
  display: block;
  line-height: 1.7;
  margin-bottom: 0 !important;
  width: fit-content;
  position: relative;
}
.default-form .wf-group label::after {
  content: "";
  margin-left: 0.5rem;
  font-size: 1rem;
}
.default-form .wf-group.optional label::after {
  content: "(optional)";
  color: #777777;
}
.default-form .wf-group.required label::after {
  content: "(required)";
  color: var(--red);
}
.default-form .wf-group .wf-radio label::after {
  content: none;
}
.default-form .wf-group input.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: none;
  color: var(--darkBlue);
  border: 1px solid #e0e0e0;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0;
  outline: none;
  position: relative;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  -ms-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
}
.default-form .wf-group input.option-input:hover,
.default-form .wf-group input.option-input:checked {
  border: 1px solid var(--darkBlue);
}

.default-form .wf-group input.option-input:checked::before {
  width: 40px;
  height: 40px;
  display: flex;
  content: "\f00c";
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
}
.default-form .wf-group input.option-input.radio:checked::before {
  content: "\f111";
}
.default-form .wf-group input.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: var(--lightBlue);
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
}
.default-form .wf-group input.option-input.radio {
  border-radius: 50%;
}
.default-form .wf-group input.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    top: 0;
    left: 0;
  }
  100% {
    height: 200px;
    width: 200px;
    left: -80px;
    top: -80px;
    opacity: 0;
  }
}

input :is(:active, :focus, :checked, :default) {
  outline: none !important;
}

.overflow {
  height: 200px;
}
.hero {
  height: 90vh;
  max-height: 820px;
}
.swoosh {
  width: 300px;
  height: 30px;
  background: #fff;
  -ms-animation-name: swoosh;
  -moz-animation-name: swoosh;
  -op-animation-name: swoosh;
  -webkit-animation-name: swoosh;
  animation-name: swoosh;
  -ms-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -op-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -op-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  transform: skew(-70deg, -10deg) rotate(0deg);
  -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
  -moz-transform: skew(-70deg, -10deg) rotate(0deg);
  -ms-transform: skew(-70deg, -10deg) rotate(0deg);
  -o-transform: skew(-70deg, -10deg) rotate(0deg);
  filter: blur(50px);
  -webkit-filter: blur(50px);
  right: 10%;
  top: 20%;
}

@-webkit-keyframes swoosh {
  0% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 10%;
    top: 20%;
    opacity: 0.3;
    width: 300px;
  }
  20% {
    right: 50%;
    top: 33%;
    opacity: 0.3;
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 500px;
  }
  20% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
  100% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
}

@keyframes swoosh {
  0% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 10%;
    top: 20%;
    opacity: 0.3;
    width: 300px;
  }
  20% {
    right: 50%;
    top: 33%;
    opacity: 0.3;
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 500px;
  }
  20% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
  100% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
}
.swoosh2 {
  width: 100px;
  height: 10px;
  background: #fff;
  -ms-animation-name: swoosh2;
  -moz-animation-name: swoosh2;
  -op-animation-name: swoosh2;
  -webkit-animation-name: swoosh2;
  animation-name: swoosh2;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -op-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -op-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  transform: skew(-70deg, -10deg) rotate(0deg);
  -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
  -moz-transform: skew(-70deg, -10deg) rotate(0deg);
  -ms-transform: skew(-70deg, -10deg) rotate(0deg);
  -o-transform: skew(-70deg, -10deg) rotate(0deg);
  filter: blur(50px);
  -webkit-filter: blur(50px);
  right: 0%;
  top: 0%;
}

@-webkit-keyframes swoosh2 {
  0% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 0%;
    top: 0%;
    opacity: 0.3;
    width: 100px;
  }
  20% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 0%;
    top: 0%;
    opacity: 0.3;
    width: 100px;
  }
  50% {
    right: 50%;
    top: 33%;
    opacity: 0.3;
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 300px;
  }
  50% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
  100% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
}

@keyframes swoosh2 {
  0% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 0%;
    top: 0%;
    opacity: 0.3;
    width: 100px;
  }
  20% {
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    right: 0%;
    top: 0%;
    opacity: 0.3;
    width: 100px;
  }
  50% {
    right: 50%;
    top: 33%;
    opacity: 0.3;
    transform: skew(-70deg, -10deg) rotate(0deg);
    -webkit-transform: skew(-70deg, -10deg) rotate(0deg);
    -moz-transform: skew(-70deg, -10deg) rotate(0deg);
    -ms-transform: skew(-70deg, -10deg) rotate(0deg);
    -o-transform: skew(-70deg, -10deg) rotate(0deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 300px;
  }
  50% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
  100% {
    right: 85%;
    top: 40%;
    opacity: 0.1;
    transform: skew(0deg, 0deg) rotate(-10deg);
    -webkit-transform: skew(0deg, 0deg) rotate(-10deg);
    -moz-transform: skew(0deg, 0deg) rotate(-10deg);
    -ms-transform: skew(0deg, 0deg) rotate(-10deg);
    -o-transform: skew(0deg, 0deg) rotate(-10deg);
    filter: blur(100px);
    -webkit-filter: blur(100px);
    width: 0px;
  }
}
.sectors-section {
  padding-bottom: 600px;
}
.sectors-bg {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 450px;
}
