/*===============================================
Template Name: Carcity - Car Wish & Repiar HTML5 Template
Author:  https://www.templatemonster.com/authors/drtheme/
Description: Description
Text Domain: Carcity
Version: 0.1
Tags: auto, auto center, auto mechanic, auto repair, auto service, auto shop, automotive, car, car design, car repair, car service, mechanic, repair, service, workshop.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Carcity top Menu Area Css
02. Carcity Menu Area Css
03. Carcity Hero Section Css
04. Carcity Section Title Css
05. Carcity Feature Section Css
06. Carcity Service Section Css
07. Carcity Service section Style Two Css
08. Carcity Pricing Section Css
09. Carcity Engine Section Css
10. Carcity Why choose us Css
11. Carcity Technician Css
12. Carcity Counter Section Css
13. Carcity Call do Section Css
14. Carcity Testimonial area Css
15. Carcity Contact Adress Css
16. Carcity Comparision area Css
17. Carcity Products section css
18. Carcity Brand section css
19. Carcity Blog section css
20. Carcity Subscribe section css
21. Carcity footer section css
22. Carcity Scrollup section Css
23. Carcity animation dance
24. Carcity Breadcumb area Css
25. Carcity service details Css
26. Carcity Producs css
27. Carcity Producs Details css
28. Carcity appoinment area css
29. Carcity Blog Grid List css
30. Carcity Blog details section css
31. Carcity Contact section Css
32. Carcity Search Popup Css
31. Carcity Error Area Css
=======================*/

/*=======================================
 <--Start Carcity top Menu Area Css-->
=========================================*/

.header_top_menu {
  background: #0D0E14;
  padding: 16px 0;
}

/*menu text*/
.header_top_menu_text p {
  color: #fff;
  margin-bottom: 0;
}

.header_top_menu_text p i {
  font-size: 18px;
  color: #ED1C24;
  margin-right: 4px;
  display: inline-block;
}

/*menu title*/
.menu-title {
  margin-right: 12px;
  display: inline-block;
}

.menu-title h6 {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
}

.menu-title h6:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 8px;
  height: 2px;
  width: 30px;
  background: #FF3B00;
}

.header_top_menu_icon_inner {
  display: inline-block;
}

.header_top_menu_icon_inner ul li {
  display: inline-block;
  list-style: none;
}

.header_top_menu_icon_inner ul li a {
  color: #1773ea;
  font-size: 14px;
  font-weight: 400;
  margin: 0 3px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 29px;
  border-radius: 50%;
  background: #ffff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.header_top_menu_icon_inner ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ED1C24;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 50%;
  z-index: -1;
}

li.menu-icon a {
  color: #E8347A !important;
  display: inline-block;
}

.header_top_menu_icon_inner ul li a:hover:before {
  transform: scale(1);
}

.header_top_menu_icon_inner ul li a:hover {
  color: #fff;
}

li.menu-icon a:hover {
  color: #fff !important;
}

/**=======================================
<-- Start Carcity Hero Section Css -->
=========================================**/

.hero-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 950px;
}

.hero-icon-thumb {
  padding: 0 0 35px;
}

.hero-title h1 {
  font-size: 85px;
  color: #fff;
  line-height: 90px;
  margin-top: 0;
}

.hero-button {
  display: inline-block;
  padding-right: 18px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.hero-button:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 41px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.hero-button:after {
  position: absolute;
  content: "";
  top: 32px;
  right: 58px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.hero-button a {
  font-size: 18px;
  padding: 20px 65px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-button a:before,
.hero-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}

.hero-button a:before {
  transform: translateY(-100%);
}

.hero-button a:after {
  transform: translateY(100%);
}

/*button hover*/
.hero-button a:hover {
  color: #ED1C24;
}

.hero-button:hover:before {
  background: #ED1C24;
}

.hero-button:hover:after {
  background: #ED1C24;
}

.hero-button a:hover:before {
  transform: translateY(-50%);
}

.hero-button a:hover:after {
  transform: translateY(50%);
}

/*button style two*/

.style-two.hero-button:before {
  background: #ED1C24;
}

.style-two.hero-button:after {
  background: #ED1C24;
}

.style-two.hero-button a {
  background: #ffff;
  color: #ED1C24;
  overflow: hidden;
}

.style-two.hero-button a:before,
.style-two.hero-button a:after {
  background: #ED1C24;
}

/*button hover*/
.style-two.hero-button a:hover {
  color: #fff;
}

.style-two.hero-button:hover:before {
  background: #fff;
}

.style-two.hero-button:hover:after {
  background: #fff;
}

/*<!-- Start style two hero Section -->*/
.hero2 {
  background: url('assets/images/slider/hero2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

/*hero title*/
.hero2 .hero-title h1 {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  font-weight: 700;
  margin-top: 0;
}

.hero2 .hero-title span {
  color: #ED1C24;
}

/*hero desctiption*/
.hero2 .hero-description p {
  font-size: 22px;
  color: #fff;
  padding: 35px 0 0 60px;
  position: relative;
  z-index: 1;
}

.hero2 .hero-description p:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  width: 50px;
  height: 2px;
  background: #ED1C24;
}

/*hero button */
.hero2 .hero-button {
  margin-top: 35px;
}

.hero2 .hero-button a {
  padding: 20px 60px;
}

.hero2 .hero-button:before {
  left: 36px;
}

.hero2 .hero-button:after {
  right: 54px;
}

/*--==============================================->
<!-- Start Carcity Section Title Css -->
==================================================-*/

.carcity-section-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ED1C24;
  line-height: 26px;
  text-transform: uppercase;
  padding-bottom: 11px;
  position: relative;
  top: 20px;
}

.carcity-section-title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  text-transform: capitalize;
}

h1.section-text {
  margin-top: 0;
}

.carcity-section-title p {
  padding: 24px 0 0;
  line-height: 28px;
  font-size: 16px;
}

/*--==============================================->
<!-- Start Carcity Feature Section Css-->
==================================================-*/

.feature-section {
  padding: 0 0 85px;
}

.row.feature-bg {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}

/*feature title*/
.carcity-single-feature-box {
  height: 345px;
  padding: 40px 20px 22px;
  background: #fff;
  text-align: center;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-top: 3px solid #ED1C24;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: 0.5s;
}

.carcity-single-feature-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #ED1C24;
  transition: 0.5s;
  border-radius: 0 0 4px 4px;
}

/*icon thumb*/
.feature-icon-thumb img {
  transition: 0.5s;
}

img.feature-image-2 {
  position: absolute;
  content: "";
  top: 54px;
  left: 137px;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}

/*feature title*/
.feature-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 20px 0 15px;
  transition: 0.5s;
}

.feature-text p {
  transition: 0.5s;
  font-size: 15px;
  line-height: 24px;
}

/*feature all hover*/
.carcity-single-feature-box:hover {
  border-color: #ED1C24;
}

.carcity-single-feature-box:hover:before {
  top: 0;
  height: 100%;
}

.carcity-single-feature-box:hover img.feature-image-2 {
  opacity: 0.2;
  left: 60px;
  -webkit-animation: dance 7s alternate infinite;

}

.carcity-single-feature-box:hover .feature-icon-thumb img {
  filter: brightness(0) invert(1);
}

.carcity-single-feature-box:hover .feature-title h4,
.carcity-single-feature-box:hover .feature-text p {
  color: #fff;
}

/*--==============================================->
<!-- Start Carcity About Section Css-->
==================================================-*/

.about-section {
  padding: 10px 0 90px;
  position: relative;
}

.carcity-bold-title {
  margin: -55px 0 55px;
  background-repeat: no-repeat;
  background-position: center;
}

.carcity-bold-title h1 {
  font-size: 120px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4em;
  color: rgba(13, 14, 20, 0.05);
}

/*about thumb*/

.about-section .col-lg-6.col-md-6.pr-0.pl-4 {
  padding: 0 320px 0 0;
}

/*about single box*/
.single-about-box {
  padding: 0 0 30px;
}

/*about icon thumb*/
.about-icon-thumb {
  float: left;
  position: relative;
  z-index: 1;
  margin: 9px 32px 0 0;
}

.about-icon-thumb:before {
  position: absolute;
  content: "";
  right: -13px;
  bottom: -20px;
  width: 52px;
  height: 52px;
  background: rgba(13, 14, 20, 0.05);
  border-radius: 50%;
}

.about-title h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 10px;
  margin-top: 0;
}

.about-desc {
  overflow: hidden;
}

.about-desc p {
  font-size: 15px;
  line-height: 24px;
}

.about-single-counter {
  padding: 0 0 0 82px;
  position: relative;
  z-index: 1;
}

.counter-number {
  width: 87px;
  height: 76px;
  line-height: 87px;
  text-align: center;
  background: #ED1C24;
  border-radius: 4px;
  float: left;
  margin-right: 20px;
}

.counter-number h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
  color: #fff;
}

.about-counter-title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 13px;
}

/*about shape*/
.about-box-shape {
  position: absolute;
  left: -10px;
  top: 5px;
}

/*about text menu*/

.about-list ul li {
  list-style: none;
  display: inline-block;
}

.about-list ul li p {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #0D0E14;
  opacity: .9854;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding: 0 0 0 24px;
}

.about-list ul li p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 30px;
  border: 3px solid #ED1C24;
}

/*style two about section*/
.style-two.about-section {
  padding: 0 0 5px;
}

.style-two.about-section .col-lg-6.col-md-6.pr-0.pl-4 {
  padding: 0;
}

.style-two .carcity-section-title p {
  padding: 24px 5px 3px;
}

.border-bottom1 {
  border-bottom: 1px solid #0D0E14;
  margin-top: -13px;
  width: 98%;
  opacity: 0.1;
}

/*carcity button*/
.style-two.about-section .carcity-button {
  margin-top: 35px;
}

.style-two.about-section .carcity-button a {
  padding: 20px 60px;
  background: #ED1C24;
}

.style-two.about-section .carcity-button a:before,
.style-two.about-section .carcity-button a:after {
  background-color: #0D0E14;
}

.style-two.about-section .carcity-button:before {
  top: 31px;
  left: 35px;
}

.style-two.about-section .carcity-button:after {
  top: 32px;
  right: 36px;
}
/*seo information*/
.about-ceo-information {
  display: inline-flex;
  position: relative;
  top: -20px;
  left: 20px;
}

.about-seo-content {
  padding: 0 0 0 5px;
}

.about-seo-title h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.about-seo-text p {
  font-size: 15px;
  padding: 5px 0 0;
}

/*about single counter box*/
.about-single-counter-box {
  padding: 31px 40px 44px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  width: 379px;
  position: relative;
  z-index: 1;
  top: -98px;
  left: -45px;
}

.about-counter-number {
  float: left;
  padding-right: 22px;
}

.about-counter-number h2 {
  font-size: 95px;
  font-weight: 700;
  line-height: 80px;
  color: #ED1C24;
  position: relative;
  z-index: 1;
}

.about-counter-number h2:before {
  position: absolute;
  content: "+";
  right: 1px;
  top: -2px;
  font-size: 20px;
  font-family: 'Jost';
  font-weight: 500;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ED1C24;
}

.about-thumb img {
  width: 100%;
}

.about-right-sidegape {
  padding-left: 45px;
}

/*counter title*/
.about-counter-title h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  padding: 8px 0 0;
}

.car-thumb {
  position: relative;
  z-index: 1;
  right: -254px;
  top: 17px;
  animation-name: run;
  animation-timing-function: linear;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  transition: all 5s;
  -webkit-transition: all 5s;
  transition-delay: 1s;
}

.car-road {
  width: 306px;
  border: 2px solid #ED1C24;
  position: relative;
  right: -76px;
  top: 15px;
}

/*style two all hover*/
.style-two.about-section .carcity-button a:hover {
  color: #fff;
}

.style-two.about-section .carcity-button:hover:before {
  background: #fff;
}

.style-two.about-section .carcity-button:hover:after {
  background: #fff;
}

/*about shape*/
.about-shape {
  position: relative;
}

.shape-thumb-1 {
  position: absolute;
  right: -300px;
  bottom: 500px;
  animation: 1s fadeInRight;
}
.about-section.style-two.upper {
  padding: 104px 0 5px;
}

.style-two.upper .about-thumb {
  position: relative;
  padding-right: 81px;
  left: -120px;
}

.style-two.upper .about-single-counter-box {
  top: -98px;
  left: -167px;
}

.style-two.upper .car-road {
  right: 87px;
}

.style-two.upper .car-thumb {
  right: -92px;
}

/*--==============================================->
<!--Start Carcity Service Section Css-->
==================================================-*/

.service-section {
  padding: 90px 0 95px;
  background: #0D0E14;
}
.bi-arrow-left::before {
    content: "\f12f";
}
.bi-arrow-right::before {
    content: "\f138";
}
.row.service-bg {
  position: relative;
}

/*single service box*/
.carcity-single-service-box {
  display: inline-flex;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.carcity-single-service-box:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 62px;
  width: 29%;
  height: 100%;
  background: url('../images/service-shape1.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  z-index: -1;
  -webkit-animation: dance3 7s alternate infinite;
}

.carcity-service-thumb2 img {
  max-width: none;
  width: initial;
  height: initial;
  border-radius: 0 5px 5px 0;
}

.carcity-service-content {
  padding: 60px 0 0 50px;
}

.service-title h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  padding: 10px 0 20px;
}

.service-desc p {
  width: 90%;
}

.service-check-list ul {
  display: block;
  padding: 12px 0 0;
}

.service-check-list ul li {
  list-style: none;
  display: block;
  color: #0D0E14;
  padding: 0 0 9px;
}

.service-check-list ul li i {
  font-size: 22px;
  color: #ED1C24;
  padding-right: 5px;
  display: inline-block;
}

.service-button {
  position: relative;
  z-index: 1;
  margin-top: 35px;
  display: inline-block;
}

.service-button:before {
  position: absolute;
  content: "";
  top: 32px;
  left: 36px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.service-button:after {
  position: absolute;
  content: "";
  top: 32px;
  right: 35px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.service-button a {
  font-size: 18px;
  padding: 18px 60px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-button a:before,
.service-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0D0E14;
  transition: 0.5s;
  z-index: -1;
}

.service-button a:before {
  transform: translateY(-100%);
}

.service-button a:after {
  transform: translateY(100%);
}

/*service all hover*/
.service-button a:hover:before {
  transform: translateY(-50%);
}

.service-button a:hover:after {
  transform: translateY(50%);
}

.service-time-button {
  position: absolute;
  top: 20px;
  left: 31%;
}

.service-time-button span {
  padding: 4px 16px;
  line-height: 26px;
  font-family: 'Jost';
  background: #0D0E14;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.service-time-button span i {
  display: inline-block;
  color: #ED1C24;
  padding-right: 2px;
}

/*Start owl nav*/
.owl-nav {
  position: relative;
  z-index: 1;
}

.owl-prev {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: -72px;
  top: -315px;
  margin: auto;
  transition: 0.5s;
}

.owl-next {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  top: -315px;
  right: -72px;
  margin: auto;
  transition: 0.5s;
}

.owl-prev i,
.owl-next i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.owl-prev:hover,
.owl-next:hover {
  background: #ED1C24;
  border: 2px solid #ED1C24;
}

.owl-dots {
  text-align: center;
  padding: 30px 0 0;
}

.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 2px solid #ED1C24;
  display: inline-block;
  margin-right: 10px;
}

.owl-dot.active {
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background-color: #ED1C24;
  display: inline-block;
}

.shape-thumb {
  position: absolute;
  top: 0;
  left: -288px;
  animation: 1.1s fadeInLeft;
}


/*--=================================================->
<!-- Start Carcity Service section Style Two Css -->
====================================================-*/

.service-section.style-two {
  background: #F5F5F5;
}

.service-section.style-two.page {
  padding: 86px 0 73px;
}

.carcity-single-service-box2 {
  margin-right: 30px;
  transition: 0.5s;
}

.service-section.style-two.page .carcity-single-service-box2 {
  margin-right: 0;
  margin-bottom: 30px;
}

.carcity-service-thumb {
  overflow: hidden;
}

.carcity-service-thumb img {
  width: 100%;
  transition: 0.5s;
}

.style-two.service-section .carcity-service-content {
  padding: 0 115px 0 30px;
  background: #0D0E14;
  position: relative;
  z-index: 1;
  display: inline-flex;
  transition: 0.5s;
}

.style-two.service-section .service-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}

.style-two.service-section .service-icon-thumb {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 104px;
  width: 104px;
  line-height: 103px;
  text-align: center;
  background: #ED1C24;
  transition: 0.5s;
}

.service-button2 a {
  font-size: 18px;
  padding: 25px 30px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 0 0 4px 4px;
  color: #0D0E14;
  background: #fff;
  display: inherit;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-button2 a i {
  font-size: 18px;
  color: #ED1C24;
  position: relative;
  top: 1px;
  left: 3px;
}

/*service all hover*/

.carcity-single-service-box2:hover .carcity-service-content {
  background: #ED1C24;
}

.carcity-single-service-box2:hover .service-icon-thumb {
  background: #0D0E14;
}

.carcity-single-service-box2:hover .carcity-service-thumb img {
  transform: scale(1.1);
}

/*owl carousel*/
.style-two.service-section .owl-carousel .owl-item img {
  display: inline-block;
}

/*--==============================================->
<!-- Start Carcity video section Css -->
==================================================-*/

.video-section {
  background: url('assets/images/resource/video-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -176px;
  padding: 185px 0 260px;
}

/*video title*/
.video-title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  text-align: center;
}

h1.video-text {
  margin-top: 0;
}

.video-icon {
  padding: 0 0 36px;
}

.video-icon a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation: hassan 1s linear infinite;
  animation: hassan 1.5s linear infinite;
  -webkit-transition: 0.5s;
  font-size: 50px;
  z-index: 1;
}
@-webkit-keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
  }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
  }
}
@keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
  }
}

/*video icon two*/
.video-icon2 {
  padding: 0 0 36px;
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  left: 0;
}

.video-icon2 a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  text-align: center;
  font-size: 30px;
}

.upper.video-section {
  margin-top: 0;
  padding: 105px 0 260px;
}

/*--==============================================->
<!-- Start Carcity Pricing Section Css -->
==================================================-*/

.pricing-section {
  padding: 120px 0 45px;
}

.pricing-single-items {
  text-align: center;
}

.pricing-head {
  background: #F5F5F5;
  padding: 35px 0 60px;
  position: relative;
  z-index: 1;
}

.pricing-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 20px;
}

span.tk {
  font-size: 66px;
  font-weight: 600;
  font-family: 'Jost';
  line-height: 60px;
  color: #0D0E14;
}

span.currency {
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
  font-family: 'Jost';
  color: #0D0E14;
  position: relative;
  z-index: 1;
  top: -23px;
}

span.month {
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
  font-family: 'Jost';
  color: #0D0E14;
  position: relative;
  z-index: 1;
  top: -23px;
}

.pricing-body {
  position: relative;
  z-index: 1;
  left: 35px;
  bottom: 30px;
  width: 83%;
  background: #FFFFFF;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  padding: 45px 60px 37px;
  text-align: left;
}

.pricing-time {
  text-align: center;
}

.pricing-time span {
  padding: 4px 20px;
  line-height: 26px;
  font-family: 'Jost';
  display: inline-block;
  background: #FFFFFF;
  color: #0D0E14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
}

.pricing-time span i {
  display: inline-block;
  color: #ED1C24;
  padding-right: 2px;
}

.pricing-feature-list ul li {
  display: block;
  list-style: none;
  padding-bottom: 10px;
  color: #0D0E14;
}

.pricing-feature-list ul li i {
  font-size: 22px;
  display: inline-block;
  color: #ED1C24;
  margin-right: 7px;
}

li.list-style {
  color: #868789 !important;
}

li.list-style i {
  color: #868789 !important;
  font-size: 26px !important;
  margin-right: 4px !important;
  position: relative;
  top: 5px;
}

.pricing-button {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: inline-block;
}

.pricing-button:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 29px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.pricing-button:after {
  position: absolute;
  content: "";
  top: 27px;
  right: 30px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.pricing-button a {
  font-size: 18px;
  padding: 15px 55px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-button a:before,
.pricing-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0D0E14;
  transition: 0.5s;
  z-index: -1;
}

.pricing-button a:before {
  transform: translateY(-100%);
}

.pricing-button a:after {
  transform: translateY(100%);
}

/*service all hover*/
.pricing-button a:hover:before {
  transform: translateY(-50%);
}

.pricing-button a:hover:after {
  transform: translateY(50%);
}

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.pricing-section .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.active {
  z-index: 1;
  display: flex;
  visibility: visible;
}

.tabs li {
  float: left;
  list-style: none;
  line-height: 38px;
  margin: 0 0 30px;
  position: relative;
}

.pricing-section .tabs li {
  width: 23%;
  float: none;
}

.pricing-section li.current:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 30px;
  bottom: -10px;
  height: 20px;
  margin: auto;
  width: 19px;
  background: #ED1C24;
  transform: rotate(45deg);
  box-shadow: 5px 3px 2px 0 rgb(0 0 0 / 3%);
}

.tabs li a {
  width: 100%;
  background-color: #fff;
  color: #0D0E14;
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-right: 0;
  outline: none;
  padding: 29px;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 3px;
}

.pricing-section .tabs li img {
  margin: auto;
}

/*tab thumb*/
img.tab-thumb {
  display: block;
}

.active li.current a img.tab-thumb {
  filter: brightness(0) invert(1);
}

.tabs_item {
  display: none;
  padding: 30px 0;

}

.tabs_item:first-child {
  display: block;
}

li.current a {
  background: #ED1C24 !important;
  color: #fff !important;
}

ul.tabs-inner-list {
  margin-top: 15px;
}

ul.tabs-inner-list li {
  display: inline-block;
  margin: 3px 0;
}

ul.tabs-inner-list li i {
  display: inline-block;
  margin-right: 12px;
  color: #ED1C24;
  font-size: 15px;
}

span.tab-thumb {
  display: block;
}

.upper.pricing-section {
  padding: 88px 0 72px;
}

/*--==============================================->
<!-- Start Carcity Engine Section Css -->
==================================================-*/

.engine-section {
  background: #F5F5F5;
  padding: 86px 0 75px;
}

/*tabs style */
.engine-section .tabs li a {
  padding: 20px 50px;
  background-color: #fff;
  color: #0D0E14;
  font-family: 'Jost';
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  outline: none;
  margin-right: 30px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(13, 14, 20, 0.1);
}

.engine-section li.current:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 30px;
  bottom: -10px;
  height: 20px;
  margin: auto;
  width: 19px;
  background: #ED1C24;
  transform: rotate(45deg);
  box-shadow: 5px 3px 2px 0 rgb(0 0 0 / 3%);
}

img.tabs-img {
  padding-right: 10px;
  margin-top: -5px;
}

.active li.current img.tabs-img {
  filter: brightness(0) invert(1);
}

.carcity-single-engine-items {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 60px 76px 70px;
  border-radius: 4px;
}

.engine-title h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.engine-items-desc p {
  width: 86%;
  padding: 30px 0 37px;
}

h4.service-list-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  padding: 0 0 25px;
}

.engine-service-list ul li {
  display: block;
  list-style: none;
  padding: 0 0 15px;
}

.engine-service-list ul li i {
  font-size: 22px;
  display: inline-block;
  color: #ED1C24;
  padding-right: 3px;
}

.engine-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 35px 0 0;
}

.engine-button:before,
.engine-button:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.engine-button:before {
  top: 29px;
  left: 35px;
}

.engine-button:after {
  top: 29px;
  right: 35px;
}

.engine-button a {
  font-size: 18px;
  padding: 18px 60px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: #0D0E14;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.engine-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ED1C24;
  transform: scale(0);
  border-radius: 4px;
  transition: 0.5s;
}

.carcity-engine-thumb img {
  transition: 0.5s;
}

/*hover*/
.engine-button a:hover:before {
  transform: scale(1);
}

.carcity-engine-thumb img:hover {
  transform: scale(1.1);
}

/*--==============================================->
<!--Start Carcity Why choose us Css-->
==================================================-*/

.why-choose-us-section {
  padding: 10px 304px 105px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.row.choose-us-bg {
  padding: 104px 0 70px 295px;
  background: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 10px 50px rgb(231 231 231 / 50%);
  margin-top: -166px;
  position: relative;
}

.why-choose-us-thumb {
  position: relative;
  left: -174px;
}

.why-choose-us-items-box {
  display: inline-flex;
  padding: 3px 0 10px;
}

.why-choose-us-content {
  padding: 0 0 0 26px;
}

.why-choose-us-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 0 10px;
  margin-top: 0;
}

.why-choose-us-desc p {
  padding: 0 55px 0 0;
}

.choose-us-shape {
  position: absolute;
  bottom: 0;
  right: -12px;
  text-align: right;
}

.choose-us-shape2 {
  position: absolute;
  right: -77px;
  bottom: -74px;
  z-index: -1;
  text-align: right;

}

.upper.why-choose-us-section-2 {
  padding: 10px 0 100px 303px;
}

.upper .row.choose-us-bg {
  padding: 100px 280px 100px 68px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  box-shadow: 0 10px 50px rgb(231 231 231 / 50%);
  margin-top: -166px;
  position: relative;
}

.upper .why-choose-us-thumb {
  left: -5px;
}

.upper .choose-us-shape {
  right: -42px;
  text-align: left;
}

.upper .choose-us-shape2 {
  left: -77px;
  right: inherit;
}

/*--==============================================->
<!--Start Carcity Technician Css-->
==================================================-*/

.technician-area {
  padding: 90px 0 195px;
  background: #0D0E14;
}

.technician-area.team {
  background: #fff;
  padding: 100px 0 90px;
}

.technician-area.style-two {
  padding-bottom: 75px;
}

.technician-single-box {
  padding: 20px;
  background: #1E1F24;
  display: inline-flex;
  align-items: center;
  width: 631px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.technician-thumb img {
  border-radius: 4px;
}

.technician-info-content {
  padding: 0 0 0 30px;
}

.technician-title h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin-top: 0;
}

.technician-text p {
  padding: 8px 0 5px;
  color: #ED1C24;
}

h4.social-info-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  padding: 0 0 15px;
  position: relative;
  z-index: 1;
}

h4.social-info-title:before {
  position: absolute;
  content: "";
  left: 99px;
  top: 12px;
  width: 35px;
  height: 2px;
  background: #616266;
}

.technician-social-info a {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #34353A;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
}

.technician-social-info a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
  background: #ED1C24;
  transform: scale(0);
  transition: 0.5s;
  border-radius: 3px;
}

.technician-social-info a:hover:before {
  transform: scale(1);
}

/*--==============================================->
<!--Start Carcity Counter Section Css-->
==================================================-*/

.counter-section {
  padding: 0 0 0 303px;
}

.row.counter-bg {
  background: url('assets/images/resource/counter-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 252px 45px 30px;
  position: relative;
  margin-top: -120px;
  border-radius: 5px 5px 0 0;
}

.counter-single-box {
  display: inline-flex;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.counter-single-box:before {
  position: absolute;
  content: "";
  right: -55px;
  top: 5px;
  height: 80px;
  width: 2px;
  background: #fff;
  opacity: .4;
}

.counter-title {
  padding: 0 0 0 25px;
}

.counter-title h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  display: inline-block;
  margin-top: 0
}

.counter-title h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.upper.counter-single-box:before {
  position: inherit;
  background: inherit;
}

/*--==============================================->
<!--Start Carcity Call do Section Css-->
==================================================-*/

.call-do-action {
  background: url('assets/images/resource/call-do.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 105px;
  position: relative;
}

.call-do-title h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
}

.call-do-title span {
  color: #ED1C24;
}

.right-btn .carcity-button {
  margin-right: 35px;
}

.carcity-button {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.carcity-button:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 29px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.carcity-button:after {
  position: absolute;
  content: "";
  top: 27px;
  right: 30px;
  height: 2px;
  width: 15px;
  background: #fff;
  transition: 0.5s;
  z-index: 11;
}

.carcity-button a {
  font-size: 18px;
  padding: 15px 55px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  border-radius: 4px;
  color: #fff;
  background: #0D0E14;
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  transition: 0.5s;
}

.carcity-button a:before,
.carcity-button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}

.carcity-button a:before {
  transform: translateY(-100%);
}

.carcity-button a:after {
  transform: translateY(100%);
}

/*service all hover*/
.carcity-button a:hover:before {
  transform: translateY(-50%);
}

.carcity-button a:hover:after {
  transform: translateY(50%);
}

.carcity-button a:hover {
  color: #ED1C24;
}

.carcity-button:hover:before,
.carcity-button:hover:after {
  background-color: #ED1C24;
}

.style-two.carcity-button {
  margin-top: 25px;
}

.style-two.carcity-button a {
  padding: 20px 65px;
  background: #ED1C24;
}

.style-two.carcity-button:before {
  top: 32px;
  left: 40px;
}

.style-two.carcity-button:after {
  top: 32px;
  right: 40px;
}

.shape-thumb-3 {
  position: absolute;
  right: 0;
  top: 42px;
  animation: 1.4s fadeInRight;
}

/*--==============================================->
<!--Start Carcity Testimonial area Css-->
==================================================-*/

.testimonial-area {
  background: url('assets/images/resource/testi-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0 192px;
}

.testimonial-single-box {
  padding: 20px 0 0;
  margin: 2px 9px;
}

.testimonial-content {
  height: 365px;
  padding: 0 8px 50px 30px;
  background: #fff;
  box-shadow: 0 0 4px #0003;
  border-radius: 4px;
}

.testi-thumb-items {
  float: left;
  padding-right: 30px;
  margin-top: -30px;
}

.testi-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0 5px;
}

.testi-desc p {
  font-size: 15px;
  line-height: 26px;
  color: #ED1C24;
}

.testimonial-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 40px 0 10px;
}

/*<!--Start testimonial style two Css-->*/
.testimonial-area.style-two {
  background: url('assets/images/resource/testi-bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 224px 0 70px;
  margin-top: -120px;
}

.testimonial-thumb {
  margin-right: 80px;
  position: relative;
  left: -140px;
}

.owl-style .owl-dots {
  text-align: left;
  padding: 35px 0 0;
}

.upper.testimonial-area {
  padding: 86px 0 92px;
}

.upper2.testimonial-area.style-two {
  background: #F5F5F5;
  padding: 103px 0 94px;
  margin-top: 0;
}

.upper2.testimonial-area.style-two .testimonial-content {
  box-shadow: inherit;
}

/*--==============================================->
<!--Start Carcity Contact Adress Css-->
==================================================-*/

.contact-section {
  padding: 0 0 100px;
}

.row.contact-bg {
  background: url('assets/images/resource/contact-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 83px 80px 80px;
  border-radius: 5px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.single-contact-box {
  padding: 25px 30px 8px;
  background: #fff;
  margin-bottom: 30px;
  margin-right: 6px;
  border-radius: 5px;
  box-shadow: 0 10px 50px rgba(231, 231, 231, 0.5);
  position: relative;
  z-index: 1;
}

.single-contact-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #0D0E14;
  transition: 0.5s;
  border-radius: 5px;
}

.contact-icon {
  float: left;
  padding-right: 15px;
}

.contact-icon i {
  font-size: 30px;
  display: inline-block;
  color: #ED1C24;
  transition: 0.5s;
}

.contact-content {
  overflow: hidden;
}

.contact-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 0 10px;
  margin-top: 0;
  transition: 0.5s;
}

.contact-desc p {
  font-size: 15px;
  line-height: 26px;
  transition: 0.5s;
}

.row.contact-form-bg {
  padding: 30px 30px 40px;
  background: #ED1C24;
  border-radius: 5px;
}

.contact-form-title h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 44px;
  padding-bottom: 27px;
  text-align: center;
}

.single-contact-box:hover:before {
  width: 100%;
  left: 0;
}

.single-contact-box:hover .contact-title h3,
.single-contact-box:hover .contact-desc,
.single-contact-box:hover .contact-icon i {
  color: #fff;
}

.form_box {
  position: relative;
}

.form_box input {
  width: 100%;
  height: 56px;
  padding-left: 25px;
  background: #fff;
  border-radius: 3px;
  color: #0D0E14;
  outline: 0;
  border: 0;
  transition: 0.5s;
}

.from-box textarea {
  height: 190px;
  width: 100%;
  outline: 0;
  padding: 15px 22px 0;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  color: #0D0E14;
  transition: 0.5s;
}
.form_box textarea {
  width: 100%;
  background: #fff;
  padding-left: 25px;
  padding-top: 20px;
  height: 120px;
  border: 0;
  border-radius: 3px;
  color: #0D0E14;
  transition: 0.5s;
  outline: 0;
}
.form_box input::placeholder {
  color: #0D0E14;
  opacity: .8;
}

.form_box select::placeholder {
  color: #0D0E14;
  opacity: .8;
}

.form_box i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 17px;
}

.quote_form button {
  padding: 17px 35px;
  background: #0D0E14;
  border: 0;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.quote_form button i {
  margin-right: 5px;
  display: inline-block;
}

.quote_form button:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  border-radius: 4px;
}

.quote_form button:hover:before {
  width: 100%;
  left: 0;
}

.quote_form button:hover {
  color: #0D0E14;
}

.row.contact-form-bg .quote_form button:hover {
  color: #ED1C24;
}

.contact-shape {
  position: absolute;
  right: -9px;
  bottom: -42px;
  text-align: right;
  z-index: -1;
  animation: 1s fadeInRight;
}

/*contact section style two*/

.row.appoinment-top {
  margin-top: -40px;
}

.appoinment-single-box {
  background: url('assets/images/resource/appoinment-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 50px 75px;
  border-radius: 5px 0 0 5px;
}

.appoinment-title h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
  padding: 0 0 20px;
  color: #fff;
}

.appoinment-text p {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.appoinment-text p:before {
  position: absolute;
  content: "";
  left: 107px;
  top: 13px;
  height: 2px;
  width: 40px;
  background: #fff;
}

.appoinment-icon {
  display: inline-block;
  padding: 15px 12px 0 0;
}

.appoinment-icon i {
  font-size: 25px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  color: #ED1C24;
}

.appoinment-icon-title {
  display: inline-block;
}

.appoinment-icon-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}

.style-two .row.contact-form-bg {
  padding: 50px 39px 38px;
  background: url('assets/images/resource/contact-bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 5px 5px 0;
}

.style-two .form_box input {
  height: 54px;
  border-radius: 4px;
  border: 1px solid rgba(13, 14, 20, 0.1);
}

.form_box select {
  width: 100%;
  height: 56px;
  padding-left: 25px;
  background: #fff;
  border-radius: 3px;
  color: #232323;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;

}

.style-two .quote_form button {
  padding: 13px 38px;
  background: #ED1C24;
  border: 0;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  margin-top: 2px;
  position: relative;
  z-index: 1;
  width: auto;
}

.quote_form button:before {
  background: #0D0E14;
}

/*********************************************
<-- Start Carcity Comparision area Css-->
**********************************************/

.comparision-area {
  padding: 105px 0;
  background: #0D0E14;
}

.comparision-area .wrapper {
  height: 480px;
  width: 630px;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.comparision-area .wrapper .images {
  height: 100%;
  width: 100%;
  display: flex;
}

.comparision-area .wrapper .image-1 {
  background: url('assets/images/resource/comperision1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.comparision-area .wrapper .image-2 {
  background: url('assets/images/resource/comperision2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 100%;
  position: absolute;
  border-radius: 5px 0 0 5px;
}

.comparision-area .wrapper .slider {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.wrapper .slider input {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  background: none;
}

.wrapper .slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 580px;
  width: 3px;
  background: none;
  cursor: col-resize;
}

.comparision-area .wrapper .drag-line {
  width: 3px;
  height: 520px;
  position: absolute;
  left: 49.85%;
  background: none;
  pointer-events: none;
}

.comparision-area .wrapper .drag-line:before,
.drag-line:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 240px;
  background: #fff;
}

.comparision-area .wrapper .drag-line:after {
  bottom: 0;
}

.comparision-area .wrapper .drag-line:before {
  top: 0;
}

.comparision-area .wrapper .drag-line span {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.comparision-area .wrapper .drag-line span:before,
.drag-line span:after {
  position: absolute;
  content: "";
  top: 50%;
  border: 10px solid;
  border-top-color: transparent;
  border-right-width: 0;
  border-left-color: transparent;
  border-bottom-width: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.comparision-area .wrapper .drag-line span:before {
  left: 40%;
  border-left-color: #0D0E14;
}

.comparision-area .wrapper .drag-line span:after {
  left: 60%;
  border-top-color: #0D0E14;
}

.comparision-area .wrapper p.text-cler {
  color: #cccccc;
}

p.section-desc {
  color: #A1A1A1;
}

/*******************************************
<-- Start Carcity Products section css -->
********************************************/

.product-area {
  padding: 104px 0;
}

.products-section {
  background: #0D0E14;
  padding: 90px 0 73px;
}

.products-section .carcity-button {
  margin-top: 0;
}

.carcity-single-products-box {
  text-align: center;
  margin-bottom: 30px;
  margin-right: 5px;
}

.carcity-prosucts-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.carcity-prosucts-thumb img {
  width: 100%;
  transition: 0.5s;
}

.product-sale {
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-sale span {
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: 'Jost';
  background: #ED1C24;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
}

.product-content {
  padding: 28px 20px 30px;
  background: #25262B;
  border-radius: 0 0 5px 5px;
}

.product-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #FF8D06;
  letter-spacing: 0.4em;
}

.product-title h2 {
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
}

.product-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #ED1C24;
  padding: 15px 0;
}

.product-text span {
  color: #A2A2A2;
  margin-right: 10px;
  text-decoration: line-through;
}

.product-button a {
  padding: 8px 25px;
  font-family: 'Jost';
  color: #F9F9F9;
  display: inline-block;
  border: 1px solid #5F5F5F;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.product-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ED1C24;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.product-button a i {
  margin-left: 5px;
  transition: 0.5s;
}

/*product all hover*/
.carcity-single-products-box:hover .product-button a:before {
  transform: scale(1);
}

.carcity-single-products-box:hover .product-button a {
  border: 1px solid #ED1C24;
}

.carcity-single-products-box:hover .carcity-prosucts-thumb img {
  transform: scale(1.2);
}

.product-area p.form-text {
  display: inline-block;
  font-size: 15px;
  padding-right: 12px;
}

.product-area .form_box select {
  width: 28%;
  height: 40px;
  font-family: 'Jost';
  padding-left: 15px;
  background: #fff;
  border-radius: 4px;
  color: #232323;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
}

/*******************************************
<-- Start Carcity Brand section css -->
********************************************/
.brand-section {
  padding: 10px 0;
  background: #F5F5F5;
}

/*******************************************
<-- Start Carcity Blog section css -->
********************************************/

.blog-section {
  padding: 120px 0 73px;
}

.blog-section.home-two {
  padding: 90px 0 74px;
}

.blog-section.style-two {
  padding: 105px 0 104px;
}

.blog-section.style-two.grid {
  padding: 105px 0 75px;
}

.carcity-single-blog-box {
  padding: 0 10px 0 0;
  background: #fff;
  box-shadow: 0 5px 50px rgba(234, 234, 234, 0.7);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.carcity-single-blog-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0D0E14;
  transform: scale(0.0, 1);
  transition: 0.5s;
  border-radius: 4px
}

.carcity-blog-thumb {
  margin-right: 50px;
}
.carcity-blog-thumb img {
  max-width: none;
}

.post-categories span {
  font-weight: 400;
  font-family: 'Jost';
  color: #616161;
  display: inline-block;
  transition: 0.5s;
}

.post-categories span i {
  font-size: 16px;
  color: #ED1C24;
  margin-right: 6px;
  display: inline-block;
  transition: 0.5s;
}

.blog-title h2 a {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Jost';
  line-height: 34px;
  color: #0D0E14;
  display: block;
  padding: 3px 0 0;
  transition: 0.5s;
}

.blog-description p {
  margin: 15px 0 0;
  transition: 0.5s;
}

.blog-button a {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Jost';
  color: #ED1C24;
  margin-top: 25px;
  display: inline-block;
  transition: 0.5s;
}

.blog-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 3px;
}

.style-two.carcity-single-blog-box {
  padding: 0 0 0 50px;
}

.style-two .carcity-blog-thumb {
  margin-right: 0;
}

.style-three.carcity-single-blog-box {
  padding: 0;
  display: inline-block;
  margin-left: 5px;
}

.style-three .carcity-blog-thumb {
  margin-right: 0;
}

.style-three .carcity-blog-thumb img {
  width: 100%;
}

.style-three .carcity-blog-content {
  padding: 29px 45px 29px 30px;
}

.style-three .blog-button a {
  margin-top: 23px;
}

/*blog all hover*/
.carcity-single-blog-box:hover:before {
  transform: scale(1);
}

.carcity-single-blog-box:hover .post-categories span,
.carcity-single-blog-box:hover .post-categories span i,
.carcity-single-blog-box:hover .blog-title h2 a,
.carcity-single-blog-box:hover .blog-description p,
.carcity-single-blog-box:hover .blog-button a {
  color: #fff;
}

/*******************************************
<-- Start Carcity Subscribe section css -->
********************************************/

.subscribe-section {
  padding: 68px 0 62px;
  background: url('assets/images/resource/subscribe-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subscribe-thumb {
  float: left;
  margin-right: 25px;
}

.subscribe-title h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  color: #ED1C24;
}

.subscribe-title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  padding: 11px 0 0;
}

.subscribe-from {
  position: relative;
  z-index: 1;
}
.subscribe-from .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 170px;
    top: calc(50% - 6px);
}
.subscribe-from input {
  height: 62px;
  background-color: #fff;
  border: 0;
  padding: 6px 20px;
  display: block;
  width: 330px;
  color: #0D0E14;
  border-radius: 5px 0 0 5px;
  margin: 0 0 0 36px;
}

.subscribe-from button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  padding: 18px 36px;
  font-family: 'Jost';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  border: 0;
  background: #ED1C24;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

/*--==============================================->
<!--Start Carcity animation dance>
==================================================-*/
/**/

.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.dance3 {
  -webkit-animation: dance3 9s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}


/*--==============================================->
<!--Start rotateme animation-->
==================================================-*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************************
<-- Start Carcity Breadcumb area Css -->
********************************************/

.breatcam-area {
  background: linear-gradient(rgba(13, 14, 20, 0.8),rgba(0,0,0,0.6)), url('assets/images/resource/breadcumb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 366px;
  position: relative;
  z-index: 1;
}

.breatcam-title h1 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  text-transform: capitalize;
}

.breatcam-menu {
  width: 547px;
  background: #ED1C24;
  display: inline-block;
  padding: 21px 30px;
  border-radius: 4px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.breatcam-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 18px 0 0;
  font-size: 17px;
  color: #fff;
  font-family: 'Jost';
}

.breatcam-menu ul li a {
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.breatcam-menu ul li i {
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
}

.breatcam-menu ul li a:before {
  position: absolute;
  content: "";
  right: -12px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #fff;
}

.breatcam-menu ul li a:hover {
  color: #0D0E14;
}

/*******************************************
<-- Start Carcity service details Css -->
********************************************/

.service-detials-area {
  padding: 104px 0 74px;
}

.service-page-title h1 {
  line-height: 42px;
}

.service-page-title h1 a {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Jost';
  color: #0D0E14;
  padding: 20px 0;
  display: inline-block;
}

.serivce-details-desc p span {
  color: #ED1C24;
}

.service-details-box {
  background: #F5F5F5;
  padding: 20px 30px 13px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 5px;
}

.service-details-icon {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}

.service-details-icon img {
  border-radius: 4px;
}

.service-details-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 12px;
}

.services-detials-desc p {
  font-size: 15px;
  line-height: 26px;
}

.service-page-title2 h1 {
  line-height: 38px;
  margin: 0;
}

.service-page-title2 h1 a {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Jost';
  color: #0D0E14;
  padding: 10px 0 16px;
  display: inline-block;
}

.service-details-thumb {
  position: relative;
}

.widget-service-details-icon p {
  margin-bottom: 12px;
}

.widget-service-details-icon i {
  font-size: 25px;
  color: #ED1C24;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

.service-work-process-box {
  padding: 40px 30px 20px;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

.service-work-process-number {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.service-work-process-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #ED1C24;
  border-radius: 50%;
  opacity: .3;
}

.service-work-process-number span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ED1C24;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.service-work-process-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0 10px;
}

.service-work-process-desc p {
  font-size: 15px;
  line-height: 26px;
}

/*widget search*/
.widget_search {
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #F5F5F5;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0D0E14;
  transition: 0.5s;
  border: 0;
  outline: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #ED1C24;
  border-radius: 0 4px 4px 0;
}

.upper.widget_search {
  padding: 0;
  margin-bottom: 30px;
  background: inherit;
  text-align: right;
}

.upper.widget_search input {
  height: 56px;
  width: 73%;
  color: #0D0E14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px 0 0 4px;
}

.upper button.icons {
  height: 56px;
  width: 56px;
}

.widget-categories-box {
  background: #F5F5F5;
  padding: 42px 40px 25px;
  border-radius: 5px;
}

.categories-title h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 2px solid #E9E9EA;
  padding: 0 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: #ED1C24;
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: #fff;
  height: 60px;
  padding: 16px 20px 0;
  border-radius: 4px;
}

.widget-categories-menu ul li a {
  display: block;
  color: #0D0E14;
  transition: 0.5s;
  text-transform: capitalize;
}

.widget-categories-menu ul li a:hover {
  color: #ED1C24;
}

/*widget categories thumb*/

.widget-categories-thumb {
  background: url('assets/images/resource/img-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  margin-top: 30px;
  border-radius: 5px;
}

.widget-title2 h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #ffff;
  padding: 31px 0 40px;
}

.widget-button a {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Jost';
  background: #ED1C24;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.widget-button a i {
  margin-right: 5px;
}

/*******************************************
<-- Start Carcity Producs css -->
********************************************/

.widget-check-box {
  padding: 40px 35px 18px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

.widget-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  color: #0D0E14;
}

label.widget-check p {
  display: inline;
  float: right;
}

.widget-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 2px;
  border: 1px solid rgba(13, 14, 20, 0.1);
  background-color: #fff;
}

.widget-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.widget-check input:checked ~ .checkmark {
  background-color: #ED1C24;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.widget-check input:checked ~ .checkmark:after {
  display: block;
}

.widget-check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
}

ul.product-rating li {
  display: inline-block;
  letter-spacing: 0.4em;
  color: #FF8717;
}

li.product-text {
  color: #25262C !important;
  float: right;
  letter-spacing: 0 !important;
  font-size: 15px;
}

.service-detials-area p.form-text {
  display: inline-block;
  font-size: 15px;
  padding-right: 12px;
}

.service-detials-area .form_box select {
  width: 28%;
  height: 40px;
  font-family: 'Jost';
  padding-left: 15px;
  background: #fff;
  border-radius: 4px;
  color: #232323;
  border: 1px solid rgba(13, 14, 20, 0.1);
  transition: 0.5s;
}

.product-categories-box {
  padding: 30px 30px 4px;
  background: #fff;
  box-shadow: 0 10px 50px rgba(231, 231, 231, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}

.products-collection {
  padding: 0 0 18px;
}

.product-thumb {
  float: left;
  padding-right: 17px;
}

.products-title h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 5px;
}

.product-price span {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #0D0E14;
}

.carcity-prosucts-thumb2 {
  position: relative;
  z-index: 1;
}

.carcity-prosucts-thumb2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #0D0E14;
  opacity: .8;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.carcity-prosucts-thumb2 img {
  width: 100%;
  transition: 0.5s;
  border-radius: 4px 4px 0 0;
}

.product-thumb-icon {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
}

.product-thumb-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 51px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0D0E14;
  transition: 0.7s;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-thumb-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  height: 100%;
  width: 0;
  border-radius: 50%;
  background: #ED1C24;
  transition: 0.6s;
}

.product-thumb-icon a:nth-child(1) {
  position: absolute;
  left: 0;
  opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
  position: absolute;
  right: 0;
  opacity: 0;
}

.service-detials-area .product-content {
  padding: 28px 45px 1px 30px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(231, 231, 231, 0.45);
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.service-detials-area .product-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #0D0E14;
}

.service-detials-area .product-text p {
  font-size: 17px;
  padding: 14px 0 15px;
}

.service-detials-area .product-icon-list ul li {
  ;
  font-size: 14px;
}

/*all hover */
.carcity-single-products-box:hover .carcity-prosucts-thumb2:before {
  height: 100%;
  top: 0;
}

.carcity-single-products-box:hover .product-thumb-icon a:nth-child(1) {
  opacity: 1;
  left: 95px;
}

.carcity-single-products-box:hover .product-thumb-icon a:nth-child(2) {
  opacity: 1;
  right: 86px;
}

.product-thumb-icon a:hover:before {
  width: 100%;
  left: 0;
}

.product-thumb-icon a:hover {
  color: #fff;
}

.pagination-menu ul {
  display: inline-block;
}

.pagination-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}

.pagination-menu ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #F5F5F5;
  display: inline-block;
  color: #0D0E14;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.pagination-menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ED1C24;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

.pagination-menu ul li a:hover:before {
  transform: scale(1);
}

.pagination-menu ul li a:hover {
  color: #fff;
}

/*******************************************
<-- Start Carcity Producs Details css -->
********************************************/

.product-detials-area {
  padding: 105px 0 75px;
}

.product-detials-area .tab {
  padding: 20px 0 0 53px;
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #fff;
  box-shadow: 0 5px 50px rgba(225, 225, 225, 0.4);
  border-radius: 5px;
  margin-bottom: 30px;
}

.product-detials-area .tabs_item {
  position: relative;
}

.product-detials-area .tabs_item img {
  border-radius: 4px;
}

.product-detials-area .tabs li a {
  background-color: #fff;
  display: inline-block;
  outline: none;
  padding: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  margin-right: 20px;
}

.product-detials-area li.current a {
  background: #fff !important;
  border: 1px solid #ED1C24;
  border-radius: 4px;
}

.product-detials-area .tab-icon {
  position: absolute;
  top: 60px;
  right: 126px;
}

.product-detials-area .tab-icon a {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 61px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #0D0E14;
  transition: 0.7s;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.product-detials-area .tab-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background: #ED1C24;
  transform: scale(0);
  transition: 0.5s;
}

.product-detials-area .tab-icon a:hover:before {
  transform: scale(1);
}

.tab-icon a:hover {
  color: #fff;
}

/*category title*/
.category-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 26px;
}

.category-icon-list {
  padding: 20px 0 5px;
}

.category-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #FF8717;
  letter-spacing: 0.4em;
  font-size: 15px;
}

li.category-text {
  letter-spacing: 0 !important;
  font-size: 16px !important;
  color: #67686C !important;
  padding-left: 6px;
}

.category-price h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.category-price span {
  color: #A1A1A1;
  padding-left: 7px;
  text-decoration: line-through;
}

.category-description p {
  padding: 19px 0 2px;
}

.category-color p {
  font-family: 'Jost';
  color: #0D0E14;
  line-height: 26px;
  font-weight: 500;
}

.category-color span {
  color: #67686C;
  padding-left: 20px;
  position: relative;
}

.category-color span:before {
  position: absolute;
  content: ":";
  left: 4px;
  top: -1px;
}

.product-count a {
  text-decoration: none;
  font-weight: 700;
  color: black;
}

.button-count {
  display: block;
  color: #56565B;
  font-size: 17px;
  border: none;
  outline: none;
  background: none;
  position: relative;
  right: -141px;
  top: -30px;
}

button.button-count1 {
  position: relative;
  top: -9px;
  left: 141px;
  border: none;
  outline: none;
  background: inherit;
  font-size: 17px;
  color: #56565B;
}

.number-product {
  display: inline-block;
  width: 150px;
  height: 56px;
  padding: 0 25px;
  font-size: 17px;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  font-family: 'Jost';
}

button.button-count1:focus {
  box-shadow: none;
}

.button-count:focus {
  box-shadow: none;
}

.category-count-button {
  display: inline-flex;
  padding: 15px 0 0;
}

.product-count {
  padding-right: 20px;
  margin-left: -25px;
}

.category-button a {
  padding: 14px 25px;
  font-size: 17px;
  font-weight: 500;
  background: #ED1C24;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.category-button a i {
  padding-left: 6px;
}

.category-button a:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #0D0E14;
  border-radius: 4px;
  transition: 0.5s;
}

.category-button a:hover:before {
  left: 0;
  width: 100%;
}

table.category-table tr td {
  padding-right: 25px;
  padding-bottom: 12px;
}

table.category-table td.table-title {
  font-size: 16px;
  font-family: 'Jost';
  color: #0D0E14;
  font-weight: 500;
}

table.category-table td.table-text {
  color: #67686C;
  font-family: 'Jost';
  position: relative;
  z-index: 1;
}

table.category-table td.table-text:before {
  position: absolute;
  content: ":";
  left: -15px;
  top: 0;
  font-size: 20px;
  color: #0D0E14;
}

/*product detials post comment box*/
.product-details-respond {
  padding: 30px 0 0;
}

.post-comment-thumb {
  float: left;
  margin-right: 20px;
}

.comment-icon-list ul li {
  list-style: none;
  display: inline-block;
  color: #FF8717;
  letter-spacing: 0.4em;
  font-size: 15px;
}

.post-title h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  padding: 2px 0 9px;
}

.post-title span {
  padding-left: 31px;
  font-size: 15px;
  color: #616161;
  font-family: 'Ubuntu';
  font-weight: 400;
  position: relative;
}

.post-title span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #0D0E14;
}

.posts-reply p {
  font-size: 15px;
}

span.rights-reply {
  float: right;
  font-family: 'Jost';
  font-weight: 500;
  color: #0D0E14;
  position: relative;
  top: -78px;
  cursor: pointer;
  left: -425px;
}

.posts-reply span i {
  display: inline-block;
  margin-right: 5px;
}

.sidebar-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.sidebar-description p {
  font-size: 15px;
  margin: 10px 0 27px;
}

p.sidebar-text {
  font-family: 'Jost';
  color: #0D0E14;
  display: inline-block;
}

.sidebar-rating-list ul {
  display: inline-block;
  padding-left: 30px;
}

.sidebar-rating-list ul li {
  list-style: none;
  display: inline-block;
  color: #FF8717;
  letter-spacing: 0.4em;
  font-size: 15px;
}

p.form_text {
  font-family: 'Jost';
  color: #0D0E14;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

.from-box input {
  height: 60px;
  background-color: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  transition: 0.5s;
  padding: 6px 20px;
  display: block;
  width: 100%;
  color: #0D0E14;
  margin-bottom: 20px;
}

.from-box input::placeholder {
  color: #0D0E14;
  opacity: .6;
}

.from-box textarea {
  height: 190px;
  width: 100%;
  padding: 15px 22px 0;
  background: #fff;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
  color: #0D0E14;
}

.from-box textarea::placeholder {
  color: #0D0E14;
  opacity: .6;
}

.contact-form button {
  padding: 17px 40px;
  font-size: 17px;
  font-family: 'Jost';
  font-weight: 500;
  color: #fff;
  background: #ED1C24;
  border-radius: 4px;
  border: 0;
  margin-top: 33px;
  position: relative;
  z-index: 1;
}

.contact-form button:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0D0E14;
  border-radius: 4px;
  transform: scale(0);
  transition: 0.5s;
}

.contact-form button:hover:before {
  transform: scale(1);
}

.product-item-title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  padding: 90px 0 40px;
}

.product-detials-area .product-content {
  padding: 28px 45px 1px 30px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(231, 231, 231, 0.45);
  border-radius: 0 0 4px 4px;
  text-align: left;
}

.product-detials-area .product-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #0D0E14;
}

/**/
/*******************************************
<-- Start Carcity appoinment area css -->
********************************************/

.appoinment-area {
  padding: 100px 0;
}

.appoinment-area.page {
  padding: 105px 0 103px;
}

.appoinment-thumb {
  position: relative;
  left: -135px;
}

.appoinment-form {
  position: relative;
}

.appoinment-title h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ED1C24;
  line-height: 26px;
}

.appoinment-title h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 54px;
  color: #0D0E14;
  padding: 10px 0 40px;
}

.appoin-thumb {
  position: absolute;
  z-index: -1;
  top: 446px;
  right: 242px;
}

.row.appoinment-form-bg .form_box input {
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
}

.upper.form_box textarea {
  height: 160px;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px;
}

.row.appoinment-form-bg .quote_form button {
  background: #ED1C24;
  width: 69%;
}

.row.appoinment-form-bg .quote_form button:hover {
  color: #fff;
}

.appoinment-tab {
  padding: 75px 0 0;
  margin: 0 0 0 -55px;
}

.appoinment-tab .tab {
  box-shadow: none;
}

.appoinment-tab .tabs_item {
  padding: 5px 0 0;
}

.appoinment-tab .tabs li a {
  font-weight: 500;
  font-family: 'Jost';
  font-size: 16px;
  outline: none;
  padding: 9px 34px;
  border-radius: 4px;
  color: #0D0E14;
}

.appoinment-tab li.current a {
  background: #ED1C24 !important;
}

table.tab-items-table {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
  background: #fff;
  height: 66px;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  padding: 20px 0 0 30px;
}

tr.tabs-bg {
  background: #F5F5F5 !important;
}

table.tab-items-table tr td {
  padding-right: 100px;
}

table.tab-items-table td.table-title {
  font-size: 16px;
  font-family: 'Jost';
  color: #0D0E14;
  font-weight: 500;
}

table.tab-items-table td.table-text {
  color: #0D0E14;
  font-family: 'Jost';
}

/**/
/*******************************************
<-- Start Carcity Blog Grid List css -->
********************************************/

.blog-content {
  padding: 28px 0 45px;
}

.blog-meta span {
  padding: 0 0 0 17px;
  color: #0D0E14;
  position: relative;
  z-index: 1;
}

.blog-meta a {
  font-size: 15px;
  color: #ED1C24;
}

.blog-meta span:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 1px;
  height: 15px;
  width: 1px;
  background: #0D0E14;
  opacity: 0.6;
}

.meta-blog-title h2 a {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  padding: 3px 0 4px;
  color: #0D0E14;
  display: inline-block;
}

/*blogs button*/

.blogs-button a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  margin-top: 24px;
  color: #0D0E14;
}

.blogs-button i {
  font-size: 20px;
  color: #0D0E14;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px;
  transition: 0.5s;
}

.blogs-button a:hover {
  color: #ED1C24;
}

.blogs-button a:hover i {
  color: #ED1C24;
  padding-left: 10px;
}

/* blog right*/
.blog-section .widget-check-box {
  padding: 40px 40px 15px;
  background: #F5F5F5;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 30px;
}

.blog-section .widget-items {
  padding: 40px 40px 15px;
  background: #F5F5F5;
  box-shadow: none;
  border-radius: 4px;
  margin-bottom: 30px;
}

/*widget recent post*/
.widget-recent-post {
  margin-bottom: 29px;
}

.rpost-title {
  padding-left: 25px;
}

.rpost-title h4 {
  margin-top: 0;
}

.rpost-content h4 a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 26px;
  color: #0D0E14;
  display: inline-block;
}

.rpost-title span {
  font-size: 14px;
}

.blog-section .up.widget-items {
  padding: 40px 40px 25px;
}

.tag-item a {
  background: #fff;
  padding: 9px 22px;
  display: inline-block;
  margin: 0 12px 15px 0;
  font-size: 16px;
  color: #0D0E14;
  transition: 0.5s;
  border-radius: 3px;
}
.tag-item a:hover {
  color: #fff;
  background: #ED1C24;
}

.blog-section .up2.widget-items {
  padding: 40px;
}

.style-two.form_box input {
  height: 60px;
  border: 0;
  background: #fff;
}

.style-two.contact-form button {
  margin-top: 20px;
  width: -webkit-fill-available;
}

/**/
/*******************************************
<-- Start Carcity Blog details section css -->
********************************************/

.up.blog-content {
  padding: 28px 0 24px;
}

.blog-description p span {
  color: #ED1C24;
}

.blogs-special-desc {
  padding: 30px;
  background: #F5F5F5;
  display: inline-block;
  border-radius: 4px;
  margin: 40px 0 50px;
}

.blogs-icon {
  float: left;
  padding-right: 25px;
}

.special-desc p {
  color: #24252B;
}

.meta-blogs-title h3 a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  padding: 0 0 24px;
  display: inline-block;
  color: #0D0E14;
}

.blogs-thumb img {
  border-radius: 4px;
}

.widget-blog-details-icon i {
  font-size: 25px;
  color: #ED1C24;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

.widget-blog-details-icon span {
  color: #0D0E14;
}

.single-blog-social-icon {
  border-top: 1px solid rgba(13, 14, 20, 0.1);
  border-bottom: 1px solid rgba(13, 14, 20, 0.1);
  margin: 38px 0 40px;
}

li.social-text {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Jost';
  color: #0D0E14;
  padding-right: 10px;
}

.single-blog-social-icon ul {
  margin: 30px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 14px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 3px;
  display: inline-block;
  color: #6E6E72;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #ED1C24;
}

.letest-blog-title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  padding: 55px 0 40px;
}

.style-three.up .carcity-blog-content {
  padding: 29px 33px 29px 30px;
}

.up .blog-title h2 a {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Jost';
  line-height: 28px;
  color: #0D0E14;
  display: block;
  padding: 4px 0 30px;
  border-bottom: 1px solid #f3f3f3;
  transition: 0.5s;
}

.meta-blogs {
  display: inline-block;
  padding: 17px 17px 0 0;
}

.meta-blogs a {
  color: #3D3E43;
  transition: 0.5s;
}

.meta-blogs a i {
  color: #ED1C24;
  padding-right: 5px;
  font-size: 18px;
  display: inline-block;
}

.style-three.carcity-single-blog-box:hover .meta-blogs a {
  color: #fff;
}

.style-three.carcity-single-blog-box:hover a.meta-br:before {
  background: #fff;
}

a.meta-br {
  position: relative;
  z-index: 1;
}

a.meta-br:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 1px;
  width: 1px;
  height: 15px;
  background: #0D0E14;
  opacity: .3;
}

.blog-button {
  display: inline-block;
}

.up.blog-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 76px;
}

.post-comment2 {
  border-top: 1px solid rgba(13, 14, 20, 0.1);
  margin-left: 90px;
  padding: 30px 0 0;
}

.post-comment-content {
  overflow: hidden;
}

.widget-comments-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  padding: 55px 0 41px;
}

.blog-details-comments-box span.rights-reply {
  top: -90px;
  left: -18px;
}

.blog-details-comments-box .posts-reply p {
  margin-bottom: 0;
}

.sidebar-title h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  padding: 25px 0 32px;
}

/**/
/*******************************************
<-- Start Carcity Contact section css -->
********************************************/

.contacts-section {
  padding: 140px 0 45px;
}

.conatact-single-box {
  padding: 1px 45px 10px;
  background: #F5F5F5;
  text-align: center;
  margin-bottom: 60px;
}

.contacts-icon {
  position: relative;
  top: -35px;
}

.contact-title h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 10px;
  margin-top: 0;
}

.contact-description p {
  font-size: 15px;
  line-height: 24px;
}

.from-box {
  position: relative;
}

.from-box i {
  position: absolute;
  right: 15px;
  top: 65px;
  font-size: 17px;
}

.contacts-us-section {
  padding: 92px 0 104px;
  background: #F5F5F5;
}

.sidebar-title2 h1 {
  font-size: 56px;
  line-height: 66px;
  padding: 13px 0 60px;
}

.sidebar-title2 h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ED1C24;
}

.contacts-us-section .form_box input {
  border: 1px solid rgba(13, 14, 20, 0.1);
  height: 64px;
}

.contacts-us-section .form_box select {
  height: 64px;
}

.contacts-us-section .from-box textarea {
  height: 200px;
}

/*price range*/
.range-wrapper-box {
  padding: 40px 35px 18px;
  background: #fff;
  box-shadow: 0 10px 50px rgb(231 231 231 / 50%);
  border-radius: 4px;
  margin-bottom: 30px;
}

.slider-labels {
  margin-top: 10px;
}

.text-right.caption {
  padding: 0 0 0 5px;
  display: inline-block;
}

.caption {
  display: inline-block;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
 its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer.
*/
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
*/
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #ED1C24;
}

/* Styling;
*/
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #ED1C24;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
*/
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid rgba(237, 28, 37, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.map-section {
  position: relative;
  margin-bottom: -8px;
}

.map-section iframe {
  width: 100%;
}

/*=====================================
<-- Carcity Error Area Css -->
=======================================*/

.error-area {
  padding: 100px 0;
}

.error-thumb {
  text-align: center;
}

.error-content {
  text-align: center;
}

.error-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.error-content h2 span {
  color: #ED1C24;
}

.error-content p {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.error-search {
  text-align: center;
}

.error-button {
  text-align: center;
  margin-top: 40px;
}

.error-search input {
  width: 50%;
  height: 58px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  padding-left: 30px;
  outline: 0;
}

.error-search input:focus {
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
  outline: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-left: -55px;
  color: #686868;
}

.error-search ::placeholder {
  color: #686868;
}

.error-button a {
  padding: 14px 40px;
  font-weight: 500;
  color: #fff;
  background: #ED1C24;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #ED1C24;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-button a i {
  margin-right: 5px;
}

.error-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #0D0E14;
  border-radius: 30px;
  transition: 0.5s;
}

.error-button a:hover {
  border-color: #0D0E14;
}

.error-button a:hover:before {
  width: 100%;
  left: 0;
}


/*===========================
<-- hendre Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 9999;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #ED1C24;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/
Here comes the Magic/*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/
When page loaded/*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

@keyframes run {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-216px);
    transform: translateX(-216px);
  }
}