/* table of content - start
==================================================================================================== */
/* 
Project Name 	:  Motodeal - Ultimate WordPress Theme
File 			:  CSS Base
Version 		:  1.0.0
Last change 	:  01 July 2020
Author 			:  DroitThemes (https://themeforest.net/user/droitthemes)
Developer:		:  Rakibul Islam Dewan
*/
/* table of content - end
==================================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* global area - start
==================================================================================================== */
body {
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  background-color: #0f1114;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

main {
  overflow: hidden;
  position: relative;
}

::selection {
  color: #ffffff;
  background: #ff2a39;
}

::-moz-selection {
  color: #ffffff;
  background: #ff2a39;
}

.container {
  max-width: 1140px;
}

.w_1560 {
  max-width: 1560px;
}

.layer {
  position: relative !important;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fix_bg {
  background-size: auto;
  background-attachment: fixed;
  background-position: center top;
}

.sec_overlay {
  background-color: rgba(255, 255, 255, 0.02);
  background-color: rgba(44, 40, 40, 0.4);
}

a,
button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
}
a:hover,
button:hover {
  text-decoration: none;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}
button:focus {
  outline: none;
}

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

.image-container {
  overflow: hidden;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
}

strong, span, small, label, i {
  font-family: "Barlow", sans-serif;
}

/* list style settings - start 
================================================== */
.ul_li > ul {
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul_li > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li_block > ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: table;
}
.ul_li_block > ul > li {
  width: 100%;
  display: table;
  list-style: none;
}

.ul_li_right > ul {
  margin: 0px;
  padding: 0px;
  float: right;
  display: table;
}
.ul_li_right > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

.ul_li_center > ul {
  padding: 0px;
  margin: 0 auto;
  display: table;
}
.ul_li_center > ul > li {
  float: left;
  list-style: none;
  display: inline-block;
}

/* list style settings - end
================================================== */
/* padding - margin setting - start 
================================================== */
.sec_ptb_100 {
  padding: 100px 0px;
}

.sec_ptb_130 {
  padding: 130px 0px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_60 {
  margin-bottom: 60px;
}

/* padding - margin setting - end
================================================== */
/* button style - start
================================================== */
.custom_btn {
  z-index: 1;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  text-align: center;
  padding: 22px 30px;
  position: relative;
  text-transform: uppercase;
  background-color: #ff2a39;
}
.custom_btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #da000f;
  transition: width 0.3s linear;
}
.custom_btn:hover {
  color: #ffffff;
}
.custom_btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.custom_btn.btn_border {
  padding: 20px 30px;
  color: #ff2a39;
  background-color: transparent;
  border: 2px solid #ff2a39;
}
.custom_btn.btn_border:before {
  background-color: #ff2a39;
}
.custom_btn.btn_border:hover {
  color: #ffffff;
}

/* button style - end
================================================== */
/* title text - start
================================================== */
.section_title .title_text {
  font-size: 44px;
  font-weight: 700;
}
.section_title .title_text span {
  font-weight: 700;
  position: relative;
  color: #ff2a39;
  padding-bottom: 15px;
  display: inline-block;
}
.section_title .title_text span:before {
  left: 0px;
  width: 50px;
  height: 2px;
  bottom: 0px;
  content: "";
  position: absolute;
  background-color: #ff2a39;
}
.section_title .title_text span.pb-0:before {
  display: none;
}

.big_title_left,
.big_title_right,
.big_title_center {
  top: 240px;
  margin: 0px;
  z-index: -1;
  line-height: 1;
  font-weight: 700;
  font-size: 200px;
  position: absolute;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.02);
}

.big_title_right {
  right: 140px;
  writing-mode: vertical-rl;
}

.big_title_left {
  left: 140px;
  writing-mode: vertical-lr;
}

.big_title_center {
  left: 0px;
  right: 0px;
  top: 130px;
  display: block;
  padding: 0px 30px;
  text-align: center;
}

/* title text - end
================================================== */
/* back to top - start
================================================== */
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

#backtotop {
  right: 15px;
  width: 42px;
  height: 42px;
  z-index: 999;
  bottom: 40px;
  display: none;
  position: fixed;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.3);
}
#backtotop #scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #ff2a39;
}

/* back to top - end
================================================== */
/* preloader - start
================================================== */
#preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #ffffff url("../images/preloader.gif") no-repeat center center;
}

/* preloader - end
================================================== */
/* custom colors - start
================================================== */
.bg_default_red {
  background-color: #ff2a39;
}

/* custom colors - end
================================================== */
/* section decoration wrapper - start
================================================== */
.deco_wrap {
  z-index: 1;
  position: relative;
}
.deco_wrap .deco_image {
  z-index: -1;
  position: absolute;
}

/* section decoration wrapper - end
================================================== */
/* css animation - start
================================================== */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* css animation - start
================================================== */
/* transition - start
================================================== */
a,
button {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* transition - end
================================================== */
/* global area - end
==================================================================================================== */
/* header - start
==================================================================================================== */
/* header section - start
================================================== */
.header_section.sticky_header {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  min-height: 100px;
  padding: 20px 0px;
  position: absolute;
}
.header_section .brand_logo {
  width: 190px;
  height: 140px;
  margin-top: -20px;
  margin-bottom: -60px;
}
.header_section .brand_logo > a {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}
.header_section .brand_logo > a > img {
  height: auto;
  margin: auto;
  max-width: 112px;
}
.header_section .main_menu > ul > li {
  margin-right: 40px;
}
.header_section .main_menu > ul > li:last-child {
  margin-right: 0px;
}
.header_section .main_menu > ul > li > a:not(.custom_btn) {
  padding: 0px;
  color: #ffffff;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.header_section .main_menu > ul > li > a:not(.custom_btn):before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #ff2a39;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.header_section .main_menu > ul > li > a:not(.custom_btn):hover, .header_section .main_menu > ul > li > a:not(.custom_btn).active {
  color: #ff2a39;
}
.header_section .main_menu > ul > li > a:not(.custom_btn):hover:before, .header_section .main_menu > ul > li > a:not(.custom_btn).active:before {
  left: 0px;
  width: 100%;
  right: auto;
}

/* header section - end
================================================== */
/* sticky header - start
================================================== */
.sticky_header.stuck {
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky_header.stuck .main_menu > ul > li > a:not(.custom_btn) {
  color: #030d26;
}
.sticky_header.stuck .main_menu > ul > li > a:not(.custom_btn):before {
  background: #ff2a39;
}
.sticky_header.stuck .main_menu > ul > li > a:not(.custom_btn):hover, .sticky_header.stuck .main_menu > ul > li > a:not(.custom_btn).active {
  color: #ff2a39;
}

/* sticky header - end
================================================== */
/* header - end
==================================================================================================== */
/* footer section - start
==================================================================================================== */
.footer_section {
  overflow: hidden;
}
.footer_section.bg_dark {
  background-image: linear-gradient(-50deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.footer_section .car_image {
  bottom: 0px;
  right: 30px;
  max-width: 575px;
}
.footer_section .shape_1 {
  top: 89px;
  left: -36px;
  max-width: 69px;
}
.footer_section .shape_2 {
  left: 0px;
  bottom: -254px;
  max-width: 83px;
}
.footer_section .shape_3 {
  left: 338px;
  bottom: 87px;
  max-width: 94px;
}
.footer_section .shape_4 {
  top: 105px;
  right: 173px;
  max-width: 127px;
}
.footer_section .site_name {
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 45px;
}
.footer_section p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

/* footer section - end
==================================================================================================== */
/* home page - start
==================================================================================================== */
/* banner section - start
================================================== */
.banner_section {
  min-height: 1000px;
}
.banner_section .shape_1 {
  top: 50%;
  left: 0px;
  max-width: 83px;
  transform: translateY(-50%);
}
.banner_section .shape_2 {
  top: 200px;
  left: 240px;
  max-width: 90px;
}
.banner_section .shape_3 {
  left: 255px;
  bottom: 110px;
  max-width: 69px;
}
.banner_section .shape_4 {
  left: 55%;
  bottom: 57px;
  max-width: 127px;
}
.banner_section .shape_5 {
  top: 55px;
  right: -48px;
  max-width: 116px;
}
.banner_section .banner_content {
  z-index: 2;
  position: relative;
}
.banner_section h1 {
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.banner_section h2 {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner_section h2 span {
  position: relative;
  color: #ff2a39;
  padding-bottom: 55px;
  display: inline-block;
}
.banner_section h2 span:before {
  left: 50%;
  bottom: 0px;
  content: "";
  width: 180px;
  height: 40px;
  position: absolute;
  transform: translateX(-50%);
  background: transparent url("../images/shapes/shape_01.png") no-repeat center center;
  background-size: 100%;
}
.banner_section .counter_items {
  margin-top: 100px;
}
.banner_section .counter_items > ul > li {
  position: relative;
  margin-right: 45px;
  padding-right: 45px;
}
.banner_section .counter_items > ul > li:after {
  top: 50%;
  right: 0px;
  width: 1px;
  content: "";
  height: 40px;
  line-height: 1;
  position: absolute;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.banner_section .counter_items > ul > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.banner_section .counter_items > ul > li:last-child:after {
  display: none;
}
.banner_section .counter_items strong {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.banner_section .counter_items strong small {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  margin-right: 1px;
  display: inline-block;
}
.banner_section .counter_items strong sup {
  top: -3px;
  font-size: 36px;
  font-weight: 600;
}
.banner_section .counter_items span {
  display: block;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner_section .car_image {
  top: 50%;
  z-index: -1;
  right: -690px;
  max-width: 1460px;
  position: absolute;
  transform: translateY(-50%);
}

/* banner section - end
================================================== */
/* demo section - start
================================================== */
.demo_section {
  background-size: auto;
  background-position: center top;
}
.demo_section .shape_1,
.demo_section .shape_2 {
  max-width: 740px;
}
.demo_section .shape_1 {
  top: 30%;
  left: -250px;
}
.demo_section .shape_2 {
  right: -225px;
  bottom: 310px;
}

.demo_grid {
  margin-top: 90px;
  padding-top: 25px;
  position: relative;
}
.demo_grid .item_badge {
  top: 0px;
  z-index: 2;
  left: -30px;
  width: 90px;
  height: 90px;
  display: flex;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.5);
}
.demo_grid .item_badge.bg_red {
  background-color: rgba(254, 42, 57, 0.85);
}
.demo_grid .item_badge.bg_orange {
  background-color: rgba(255, 79, 32, 0.85);
}
.demo_grid .item_badge.bg_blue {
  background-color: rgba(0, 34, 97, 0.85);
}
.demo_grid .item_badge.bg_pink {
  background-color: rgba(255, 67, 75, 0.85);
}
.demo_grid .item_badge.bg_green {
  background-color: rgba(11, 196, 51, 0.85);
}
.demo_grid .item_badge.bg_past {
  background-color: rgba(65, 255, 239, 0.85);
}
.demo_grid .item_badge svg {
  margin: auto;
  fill: #ffffff;
}
.demo_grid .image_wrap {
  display: block;
  max-width: 515px;
  overflow: hidden;
  position: relative;
  margin: 0px auto 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(-45deg, #ff2a39, #030d26);
}
.demo_grid .image_wrap:before {
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  font-size: 26px;
  font-weight: 600;
  position: absolute;
  letter-spacing: 2px;
  content: "view demo";
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.demo_grid .image_wrap > img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.demo_grid:hover .image_wrap {
  transform: translateY(-15px);
}
.demo_grid:hover .image_wrap:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.demo_grid:hover .image_wrap img {
  opacity: 0.2;
}
.demo_grid .item_title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.demo_grid.comingsoon_item .image_wrap {
  background: transparent;
}
.demo_grid.comingsoon_item .image_wrap:before {
  opacity: 1;
  color: #ff2a39;
  content: "coming soon";
  transform: translate(-50%, -50%);
}
.demo_grid.comingsoon_item .image_wrap > img {
  opacity: 1;
  filter: blur(10px);
}
.demo_grid.comingsoon_item:hover .image_wrap {
  transform: translateY(0px);
}

/* demo section - end
================================================== */
/* elementor section - start
================================================== */
.elementor_section .big_title_left {
  top: 35px;
}
.elementor_section .elementor_process {
  position: relative;
}
.elementor_section .elementor_process .shape_1 {
  top: 50%;
  left: 50%;
  max-width: 665px;
  transform: translate(-50%, -50%);
}
.elementor_section .elementor_process .shape_1 img {
  animation: spin 10s infinite linear;
}
.elementor_section .shape_2 {
  top: 90px;
  left: -34px;
  max-width: 65px;
  position: absolute;
}
.elementor_section .shape_3 {
  top: 25%;
  left: 90px;
  max-width: 94px;
}
.elementor_section .shape_4 {
  top: 22%;
  right: 250px;
  max-width: 94px;
}
.elementor_section .shape_5 {
  top: 55px;
  right: -64px;
  max-width: 116px;
}

.elementor_process > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.elementor_process > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.process_item {
  padding: 40px;
  max-width: 200px;
  text-align: center;
  border-radius: 3px;
  margin: 30px auto 0px;
  background-color: #212428;
}
.process_item .item_icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  margin: 0px auto 20px;
}
.process_item .item_icon svg {
  margin: auto;
  height: auto;
}
.process_item p {
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.502);
}

.elementor_image {
  max-width: 923px;
  position: relative;
  margin: 100px auto 0px;
}
.elementor_image .small_image {
  z-index: 1;
  top: 162px;
  left: -116px;
  max-width: 361px;
  position: absolute;
}
.elementor_image .medium_image {
  top: 104px;
  z-index: 1;
  right: -157px;
  max-width: 267px;
  position: absolute;
}

/* elementor section - end
================================================== */
/* inner page section - start
================================================== */
.innerpage_section {
  background-size: auto;
  background-position: center top;
}
.innerpage_section .shape_1,
.innerpage_section .shape_2 {
  max-width: 740px;
}
.innerpage_section .shape_1 {
  top: -30px;
  left: -250px;
}
.innerpage_section .shape_2 {
  bottom: -50px;
  right: -225px;
}

.innerpage_grid {
  margin-top: 60px;
  position: relative;
}
.innerpage_grid .image_wrap {
  display: block;
  max-width: 515px;
  overflow: hidden;
  position: relative;
  margin: 0px auto 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.5);
  background: linear-gradient(-45deg, #ff2a39, #030d26);
}
.innerpage_grid .image_wrap:before {
  top: 50%;
  left: 50%;
  z-index: 3;
  opacity: 0;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  letter-spacing: 2px;
  content: "view demo";
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.innerpage_grid .image_wrap > img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.innerpage_grid:hover .image_wrap {
  transform: translateY(-15px);
}
.innerpage_grid:hover .image_wrap:before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.innerpage_grid:hover .image_wrap img {
  opacity: 0.2;
}
.innerpage_grid .item_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.innerpage_grid.comingsoon_item .image_wrap {
  background: transparent;
}
.innerpage_grid.comingsoon_item .image_wrap:before {
  opacity: 1;
  color: #ff2a39;
  content: "coming soon";
  transform: translate(-50%, -50%);
}
.innerpage_grid.comingsoon_item .image_wrap > img {
  opacity: 1;
  filter: blur(6px);
}
.innerpage_grid.comingsoon_item:hover .image_wrap {
  transform: translateY(0px);
}

.updown_style_wrap .updown_style:nth-child(even) {
  padding-top: 80px;
}

/* inner page section - end
================================================== */
/* blog section - start
================================================== */
.blog_section.bg_dark {
  background-color: #0f1114;
}

.blog_images {
  float: left;
  width: 800px;
  height: 610px;
  overflow: hidden;
  margin-left: 30px;
  margin-bottom: -100px;
}
.blog_images > ul {
  width: auto;
  display: block;
}
.blog_images > ul > li {
  width: 33.333%;
}
.blog_images > ul > li .image_wrap {
  float: left;
  position: relative;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
}
.blog_images > ul > li:nth-child(1) .image_wrap {
  z-index: 0;
  width: 380px;
}
.blog_images > ul > li:nth-child(2) .image_wrap {
  z-index: 1;
  width: 345px;
  margin-top: 90px;
  margin-left: -45px;
}
.blog_images > ul > li:nth-child(3) .image_wrap {
  z-index: 2;
  width: 375px;
  margin-top: 170px;
  margin-left: -125px;
}

.blog_types > ul > li {
  margin-top: 35px;
  margin-right: 50px;
  text-align: center;
}
.blog_types > ul > li:last-child {
  margin-right: 0px;
}
.blog_types > ul > li .item_icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  margin: 0px auto 25px;
  background-color: #ff2a39;
}
.blog_types > ul > li .item_icon svg {
  margin: auto;
}
.blog_types > ul > li .item_title {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* blog section - end
================================================== */
/* compare section - start
================================================== */
.compare_section {
  overflow: hidden;
}
.compare_section .shape_1 {
  left: -250px;
  bottom: -160px;
  max-width: 740px;
}

.compare_image {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.compare_image > a {
  display: block;
}

.compare_arrow {
  margin: auto;
  max-width: 160px;
}

/* compare section - end
================================================== */
/* responsive section - start
================================================== */
.responsive_section {
  z-index: 1;
  overflow: hidden;
  min-height: 800px;
  position: relative;
}
.responsive_section .shape_1 {
  bottom: -50px;
  right: -225px;
  max-width: 740px;
}
.responsive_section .responsive_devices {
  top: 50%;
  left: -11%;
  z-index: -1;
  max-width: 1265px;
  position: absolute;
  transform: translateY(-50%);
}

/* responsive section - end
================================================== */
/* testimonial section - start
================================================== */
.testimonial_section .shape_1 {
  bottom: 0px;
  right: -225px;
  max-width: 740px;
}
.testimonial_section .testimonial_image {
  width: 629px;
  float: right;
  position: relative;
  padding-top: 128px;
  padding-right: 76px;
  margin-top: -19px;
  margin-right: 49px;
  margin-bottom: -29px;
}
.testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
  z-index: 1;
  max-width: 339px;
  position: absolute;
}
.testimonial_section .testimonial_image .top_image {
  top: 0px;
  right: 0px;
}
.testimonial_section .testimonial_image .bottom_image {
  left: -127px;
  bottom: -20px;
}

/* testimonial section - end
================================================== */
/* block section - start
================================================== */
.block_section .grid {
  margin: -15px;
}
.block_section .grid .grid-item,
.block_section .grid .grid-sizer {
  float: left;
  width: 33.333%;
  display: inline-block;
}
.block_section .grid .grid-item {
  padding: 15px;
}

/* block section - end
================================================== */
/* woocommerce section - start
================================================== */
.woocommerce_section .woocommerce_image {
  position: relative;
}
.woocommerce_section .woocommerce_image .woo_image {
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 286px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.woocommerce_section .ninja_image {
  left: -10%;
  z-index: 1;
  bottom: 0px;
  max-width: 232px;
  position: absolute;
}

/* woocommerce section - end
================================================== */
/* review section - start
================================================== */
.review_section .review_image .shape_1 {
  top: 50%;
  left: 50%;
  width: 665px;
  transform: translateY(-50%);
}
.review_section .review_image .shape_1 img {
  animation: spin 10s infinite linear;
}
.review_section .review_image {
  float: left;
  width: 693px;
  position: relative;
  margin-top: -19px;
  margin-right: -17px;
  margin-bottom: -49px;
  padding-top: 76px;
  padding-bottom: 100px;
}
.review_section .review_image .car_image {
  top: 0px;
  z-index: 1;
  right: -110px;
  max-width: 337px;
  position: absolute;
}
.review_section .review_image .form_image {
  z-index: 1;
  left: 95px;
  bottom: 0px;
  max-width: 291px;
  position: absolute;
}
.review_section .review_image .star_image {
  top: 39px;
  z-index: 1;
  left: 143px;
  max-width: 255px;
  position: absolute;
}

/* review section - end
================================================== */
/* widget section - start
================================================== */
.widget_section .widget_item {
  margin-top: 30px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.5);
}
.widget_section .widget_item > img {
  width: 100%;
  display: block;
}
.widget_section .dropdown_image {
  text-align: center;
  position: relative;
  padding-bottom: 97px;
  margin-bottom: -7px;
}
.widget_section .dropdown_image .medium_image {
  left: 0px;
  z-index: 1;
  bottom: 7px;
  max-width: 635px;
  position: absolute;
}
.widget_section .dropdown_image .small_image {
  z-index: 2;
  bottom: 0px;
  right: -34px;
  max-width: 397px;
  position: absolute;
}
.widget_section.footer_widget .big_title_right {
  top: 55px;
}

/* widget section - end
================================================== */
/* trade section - start
================================================== */
.trade_section .trade_image .shape_1 {
  top: 50%;
  left: -50%;
  width: 665px;
  transform: translateY(-50%);
}
.trade_section .trade_image .shape_1 img {
  animation: spin 10s infinite linear;
}
.trade_section .trade_image {
  float: right;
  width: 722px;
  height: 573px;
  position: relative;
  margin-right: -6px;
  margin-top: -19px;
  margin-bottom: -49px;
}
.trade_section .trade_image .image_1 {
  top: 0px;
  left: 0px;
  max-width: 448px;
  position: absolute;
}
.trade_section .trade_image .image_2 {
  z-index: 1;
  bottom: 0px;
  right: 111px;
  max-width: 487px;
  position: absolute;
}
.trade_section .trade_image .image_3 {
  top: 101px;
  right: 0px;
  z-index: 2;
  max-width: 527px;
  position: absolute;
}

/* trade section - end
================================================== */
/* feature section - start
================================================== */
.feature_section .shape_1 {
  top: 89px;
  left: -36px;
  max-width: 69px;
}
.feature_section .shape_2 {
  top: 86px;
  left: 173px;
  max-width: 243px;
}
.feature_section .shape_3 {
  top: 30%;
  left: 30px;
  max-width: 94px;
}
.feature_section .shape_4 {
  top: 15%;
  right: 252px;
  max-width: 127px;
}
.feature_section .shape_5 {
  top: 100px;
  right: -48px;
  max-width: 116px;
}
.feature_section .shape_6 {
  bottom: 10%;
  right: -5px;
  max-width: 243px;
}

.feature_fullimage {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.feature_primary {
  margin-top: 60px;
  padding: 0px 30px;
}
.feature_primary .item_icon {
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  margin: 0px auto 30px;
  background-color: #292e34;
}
.feature_primary .item_icon > svg {
  margin: auto;
}
.feature_primary .item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* feature section - end
================================================== */
/* home page - end
==================================================================================================== */
/* ================================================== 
*	Project Name 	:  Motodeal - Ultimate WordPress Theme
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  01 July 2020
*	Author 			:  DroitThemes (https://themeforest.net/user/droitthemes)
*	Developer:		:  Rakibul Islam Dewan

*	css code for responsive layout To make Responsive
================================================== */
/*  ====================================================================================================
1 - media screen and (max-width: 1460px) - start
==================================================================================================== */
@media screen and (max-width: 1460px) {
  .banner_section {
    min-height: 100vh;
  }

  .banner_section .car_image {
    right: -550px;
    max-width: 1150px;
  }

  .banner_section h1 {
    font-size: 78px;
    margin-bottom: 40px;
  }

  .banner_section h2 {
    font-size: 54px;
    margin-bottom: 20px;
  }

  .banner_section .counter_items {
    margin-top: 60px;
  }

  .banner_section .shape_1 {
    max-width: 40px;
  }

  .banner_section .shape_2 {
    top: 200px;
    left: 135px;
    max-width: 60px;
  }

  .banner_section .shape_4 {
    left: 50%;
    max-width: 80px;
  }

  .banner_section .shape_3 {
    left: 215px;
    bottom: 90px;
    max-width: 50px;
  }

  .banner_section .shape_5 {
    top: 100px;
    right: -35px;
    max-width: 75px;
  }

  .header_section .brand_logo {
    width: 190px;
    height: 120px;
    margin-top: -20px;
    margin-bottom: -40px;
  }

  .header_section .brand_logo > a > img {
    max-width: 100px;
  }

  .custom_btn {
    font-size: 16px;
    min-width: 180px;
    padding: 17px 25px;
  }

  .big_title_left,
.big_title_right,
.big_title_center {
    top: 240px;
    font-size: 130px;
  }

  .big_title_right {
    right: 20px;
  }

  .big_title_left {
    left: 20px;
  }

  .big_title_center {
    top: 130px;
    padding: 0px 15px;
  }

  .demo_section .shape_1,
.demo_section .shape_2 {
    max-width: 500px;
  }

  .demo_section .shape_1 {
    left: -175px;
  }

  .demo_section .shape_2 {
    right: -175px;
    bottom: 300px;
  }

  .elementor_section .shape_2 {
    left: -30px;
    max-width: 60px;
  }

  .elementor_section .shape_3 {
    left: 80px;
    max-width: 60px;
  }

  .elementor_section .shape_4 {
    right: 110px;
    max-width: 80px;
  }

  .elementor_section .shape_5 {
    right: -40px;
    max-width: 85px;
  }

  .innerpage_section .shape_1,
.innerpage_section .shape_2 {
    max-width: 530px;
  }

  .innerpage_section .shape_1 {
    top: 35px;
    left: -200px;
  }

  .innerpage_section .shape_2 {
    right: -200px;
  }

  .blog_images > ul > li:nth-child(1) .image_wrap {
    z-index: 0;
    width: 320px;
  }

  .blog_images > ul > li:nth-child(2) .image_wrap {
    width: 280px;
    margin-top: 70px;
    margin-left: -80px;
  }

  .blog_images > ul > li:nth-child(3) .image_wrap {
    width: 265px;
    margin-top: 130px;
    margin-left: -190px;
  }

  .blog_images {
    height: 585px;
    margin-left: 0px;
  }

  .compare_section .shape_1 {
    left: -200px;
    bottom: -90px;
    max-width: 550px;
  }

  .responsive_section .responsive_devices {
    max-width: 950px;
  }

  .responsive_section {
    min-height: 600px;
  }

  .updown_style_wrap .updown_style:nth-child(2n) {
    padding-top: 40px;
  }

  .testimonial_section .shape_1 {
    right: -200px;
    max-width: 550px;
  }

  .testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
    max-width: 300px;
  }

  .testimonial_section .testimonial_image {
    margin-right: 39px;
    padding-top: 95px;
    padding-right: 65px;
  }

  .review_section .review_image .car_image {
    right: -60px;
    max-width: 265px;
  }

  .review_section .review_image .form_image {
    left: 80px;
    max-width: 260px;
  }

  .review_section .review_image {
    padding-bottom: 80px;
  }

  .review_section .review_image .shape_1 {
    left: 40%;
    width: 570px;
  }

  .trade_section .trade_image .image_1 {
    max-width: 390px;
  }

  .trade_section .trade_image .image_2 {
    right: 75px;
    max-width: 460px;
  }

  .trade_section .trade_image .image_3 {
    top: 75px;
    max-width: 480px;
  }

  .trade_section .trade_image {
    width: 695px;
    height: 535px;
  }

  .trade_section .trade_image .shape_1 {
    left: 0%;
    width: 600px;
  }

  .feature_section .shape_1 {
    top: 90px;
    left: -30px;
    max-width: 55px;
  }

  .feature_section .shape_2 {
    top: 70px;
    left: 173px;
    max-width: 200px;
  }

  .feature_section .shape_3 {
    max-width: 60px;
  }

  .feature_section .shape_4 {
    top: 12%;
    right: 200px;
    max-width: 70px;
  }

  .feature_section .shape_5 {
    top: 30px;
    right: -20px;
    max-width: 80px;
  }

  .feature_section .shape_6 {
    bottom: 5%;
    max-width: 180px;
  }

  .footer_section .shape_1 {
    left: -35px;
    max-width: 55px;
  }

  .footer_section .shape_2 {
    bottom: -200px;
    max-width: 55px;
  }

  .footer_section .shape_3 {
    left: 230px;
    bottom: 80px;
    max-width: 65px;
  }

  .footer_section .shape_4 {
    top: 85px;
    right: 170px;
    max-width: 90px;
  }

  .footer_section .car_image {
    max-width: 480px;
  }
}
/* ====================================================================================================
1 - media screen and (max-width: 1460px) - end
==================================================================================================== */
/*  ====================================================================================================
2 - media screen and (max-width: 1280px) - start
==================================================================================================== */
@media screen and (max-width: 1280px) {
  .banner_section .car_image {
    right: -500px;
    max-width: 1060px;
  }

  .banner_section h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }

  .banner_section h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .banner_section h2 span {
    padding-bottom: 40px;
  }

  .banner_section h2 span::before {
    width: 140px;
    height: 35px;
  }

  .demo_grid {
    max-width: 390px;
    padding-top: 25px;
    margin: 90px auto 0px;
  }

  .demo_grid .image_wrap::before {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .demo_section .shape_1,
.demo_section .shape_2 {
    max-width: 400px;
  }

  .innerpage_grid .image_wrap::before {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .innerpage_section .shape_1,
.innerpage_section .shape_2 {
    max-width: 450px;
  }

  .responsive_section .responsive_devices {
    max-width: 825px;
  }

  .responsive_section {
    min-height: 500px;
  }

  .responsive_section .shape_1 {
    right: -200px;
    max-width: 450px;
  }

  .compare_image {
    max-width: 360px;
    margin: 60px auto 0px;
  }

  .compare_arrow {
    max-width: 140px;
  }

  .compare_section .shape_1 {
    max-width: 450px;
  }

  .testimonial_section .testimonial_image {
    width: 100%;
    float: none;
    margin-right: 0px;
    padding-right: 30px;
  }

  .testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
    max-width: 270px;
  }

  .testimonial_section .shape_1 {
    max-width: 450px;
  }

  .woocommerce_section .woocommerce_image .woo_image {
    top: 60%;
    max-width: 220px;
    transform: translate(-50%, -60%);
  }

  .woocommerce_section .ninja_image {
    left: -7%;
    max-width: 190px;
  }

  .review_section .review_image {
    float: none;
    width: 100%;
    margin-right: 0px;
  }

  .review_section .review_image .car_image {
    right: -45px;
    max-width: 220px;
  }

  .review_section .review_image .form_image {
    left: 60px;
    max-width: 190px;
  }

  .review_section .review_image .star_image {
    top: 55px;
    left: 100px;
    max-width: 230px;
  }

  .trade_section .trade_image {
    float: none;
    width: 100%;
    height: 420px;
    margin-right: 0px;
  }

  .trade_section .trade_image .image_1 {
    max-width: 300px;
  }

  .trade_section .trade_image .image_2 {
    right: 70px;
    max-width: 400px;
  }

  .trade_section .trade_image .image_3 {
    top: 50px;
    max-width: 410px;
  }

  .trade_section .trade_image .shape_1 {
    left: 0%;
    width: 520px;
  }

  .widget_section .dropdown_image {
    padding-bottom: 50px;
  }

  .widget_section .dropdown_image .medium_image {
    max-width: 530px;
  }

  .widget_section .dropdown_image .small_image {
    right: 0px;
    max-width: 360px;
  }

  #backtotop {
    width: 40px;
    height: 40px;
  }

  #backtotop #scroll {
    font-size: 16px;
    line-height: 42px;
  }
}
/* ====================================================================================================
2 - media screen and (max-width: 1280px) - end
==================================================================================================== */
/*  ====================================================================================================
3 - media screen and (max-width: 1199px) - start
==================================================================================================== */
@media screen and (max-width: 1080px) {
  .header_section.sticky_header {
    padding: 0px;
    min-height: 90px;
  }

  .header_section .brand_logo {
    margin: 0px;
    width: 160px;
    height: 90px;
    margin-left: -15px;
  }

  .header_section .brand_logo > a > img {
    max-width: 75px;
  }

  .blog_types > ul > li {
    margin-right: 35px;
  }

  .responsive_section .responsive_devices {
    max-width: 680px;
  }

  .responsive_section {
    min-height: auto;
  }

  .big_title_left,
.big_title_right,
.big_title_center {
    font-size: 100px;
  }

  .big_title_center {
    top: 155px;
  }

  .woocommerce_section .woocommerce_image {
    max-width: 80%;
    margin: 0px auto;
  }

  .woocommerce_section .woocommerce_image .woo_image {
    max-width: 160px;
  }

  .woocommerce_section .ninja_image {
    left: 1%;
    max-width: 180px;
  }

  .footer_section p {
    font-size: 18px;
  }

  .footer_section .car_image {
    max-width: 400px;
  }

  .footer_section .site_name {
    font-size: 84px;
    margin-bottom: 40px;
  }

  .footer_section .content_wrap {
    margin: auto;
    max-width: 670px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_section .car_image {
    max-width: 950px;
  }

  .process_item {
    padding: 40px 30px;
  }

  .elementor_image {
    max-width: 80%;
  }

  .elementor_image .medium_image {
    top: 20%;
    right: -100px;
    max-width: 210px;
  }

  .elementor_image .small_image {
    top: 40%;
    left: -65px;
    max-width: 280px;
  }

  .review_section .review_image .shape_1 {
    left: 50%;
    width: 470px;
    transform: translate(-50%, -50%);
  }
}
/* ====================================================================================================
3 - media screen and (max-width: 1199px) - end
==================================================================================================== */
/* ====================================================================================================
4 - media screen and (max-width: 991px) - start
==================================================================================================== */
@media screen and (max-width: 991px) {
  .header_section .main_menu {
    display: none;
  }

  .header_section .brand_logo {
    display: table;
    margin: 0px auto;
  }

  .sticky_header.stuck {
    position: absolute;
    background: transparent;
  }

  .banner_section .banner_content {
    text-align: center;
  }

  .banner_section .counter_items > ul {
    display: inline-block;
  }

  .banner_section .shape_1 {
    max-width: 60px;
  }

  .banner_section .shape_2 {
    left: 20%;
    top: 150px;
    max-width: 55px;
  }

  .banner_section .shape_3 {
    left: 130px;
    bottom: 12%;
    max-width: 50px;
  }

  .banner_section .shape_4 {
    left: 45%;
    max-width: 65px;
  }

  .banner_section .car_image {
    top: unset;
    bottom: -20%;
    right: -350px;
    max-width: 800px;
  }

  .demo_grid .item_badge {
    width: 70px;
    height: 70px;
  }

  .demo_grid .item_badge svg {
    height: 30px;
    width: auto;
  }

  .innerpage_grid {
    max-width: 350px;
    margin: 60px auto 0px;
  }

  .blog_section .section_title {
    text-align: center;
    margin-bottom: 70px;
  }

  .blog_section .section_title .blog_types > ul {
    display: inline-block;
  }

  .blog_images {
    width: 100%;
  }

  .blog_images > ul > li:nth-child(2) .image_wrap,
.blog_images > ul > li:nth-child(3) .image_wrap {
    width: auto;
  }

  .responsive_section .responsive_devices {
    max-width: 590px;
  }

  .responsive_section {
    padding: 100px 0px;
  }

  .updown_style_wrap .updown_style:nth-child(2n) {
    padding-top: 0px;
  }

  .order-last {
    order: 0;
  }

  .trade_section .section_title,
.review_section .section_title,
.testimonial_section .section_title {
    margin-top: 70px;
    text-align: center;
  }

  .widget_section .dropdown_image .medium_image {
    max-width: 470px;
  }

  .widget_section .dropdown_image .small_image {
    max-width: 320px;
  }

  .feature_primary {
    max-width: 350px;
    margin: 60px auto 0px;
  }

  .feature_primary .item_title {
    font-size: 18px;
  }

  .footer_section .shape_3 {
    left: 150px;
    bottom: 70px;
    max-width: 50px;
  }

  .footer_section .shape_4 {
    top: 50px;
    right: 70px;
    max-width: 70px;
  }

  .footer_section .site_name {
    font-size: 72px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 880px) {
  .process_item {
    padding: 30px 30px;
  }

  .block_section .grid .grid-item,
.block_section .grid .grid-sizer {
    width: 50%;
  }

  .woocommerce_section .ninja_image {
    left: 3%;
    max-width: 120px;
  }

  .woocommerce_section .woocommerce_image .woo_image {
    max-width: 130px;
  }
}
/* ====================================================================================================
4 - media screen and (max-width: 991px) - end
==================================================================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  .banner_section .car_image {
    bottom: -18%;
    right: -285px;
    max-width: 660px;
  }

  .banner_section .shape_1 {
    max-width: 40px;
  }

  .banner_section .shape_2 {
    left: 15%;
    max-width: 45px;
  }

  .banner_section .shape_3 {
    left: 50px;
    max-width: 40px;
  }

  .banner_section .shape_4 {
    left: 35%;
    max-width: 50px;
  }

  .banner_section .shape_5 {
    right: -8px;
    max-width: 60px;
  }

  .banner_section .counter_items > ul > li {
    margin-right: 35px;
    padding-right: 35px;
  }

  .banner_section .counter_items strong small {
    font-size: 30px;
  }

  .banner_section .counter_items strong sup {
    top: -2px;
    font-size: 24px;
  }

  .banner_section .counter_items span {
    font-size: 12px;
  }

  .sec_ptb_130 {
    padding: 100px 0px;
  }

  .section_title .title_text {
    font-size: 36px;
  }

  .demo_grid {
    margin: 60px auto 0px;
  }

  .elementor_process > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .blog_images > ul > li:nth-child(2) .image_wrap {
    margin-left: -25px;
  }

  .blog_images > ul > li:nth-child(3) .image_wrap {
    margin-left: -120px;
  }

  .compare_arrow {
    margin-top: 60px;
  }
  .compare_arrow > img {
    transform: rotate(90deg);
  }

  .responsive_section .section_title {
    padding: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .responsive_section .responsive_devices {
    max-width: 500px;
  }

  .responsive_section {
    padding: 80px 0px;
  }

  .testimonial_section .testimonial_image {
    padding-top: 65px;
    padding-right: 0px;
  }

  .testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
    max-width: 250px;
  }

  .testimonial_section .testimonial_image .top_image {
    right: -20px;
  }

  .testimonial_section .testimonial_image .bottom_image {
    left: -20px;
  }

  .big_title_left,
.big_title_right,
.big_title_center {
    font-size: 78px;
  }

  .widget_section .dropdown_image {
    max-width: 90%;
    margin: 0px auto;
  }

  .widget_section .dropdown_image .medium_image {
    max-width: 320px;
  }

  .widget_section .dropdown_image .small_image {
    max-width: 260px;
  }
}
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */
/* ====================================================================================================
6 - media screen and (max-width: 680px) - start
==================================================================================================== */
@media screen and (max-width: 680px) {
  .elementor_process > ul > li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .elementor_image .medium_image {
    right: -60px;
    max-width: 135px;
  }

  .elementor_image .small_image {
    max-width: 200px;
  }

  .trade_section .trade_image {
    height: 380px;
  }

  .trade_section .trade_image .image_1 {
    max-width: 265px;
  }

  .trade_section .trade_image .image_2 {
    right: 50px;
    max-width: 365px;
  }

  .trade_section .trade_image .image_3 {
    top: 40px;
    max-width: 365px;
  }

  .trade_section .trade_image .shape_1 {
    width: 460px;
  }

  .footer_section .site_name {
    font-size: 54px;
    margin-bottom: 30px;
  }

  .footer_section p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .footer_section .content_wrap {
    margin: auto;
    max-width: 520px;
  }

  .footer_section .car_image {
    max-width: 300px;
  }
}
/* ====================================================================================================
6 - media screen and (max-width: 680px) - end
==================================================================================================== */
/* ====================================================================================================
7 - media screen and (max-width: 580px) - start
==================================================================================================== */
@media screen and (max-width: 580px) {
  .banner_section .car_image {
    bottom: -15%;
    right: -255px;
    max-width: 560px;
  }

  .banner_section h1 {
    font-size: 60px;
  }

  .banner_section h2 {
    font-size: 36px;
  }

  .banner_section h2 span::before {
    width: 110px;
    height: 30px;
  }

  .banner_section h2 span {
    padding-bottom: 30px;
  }

  .custom_btn {
    font-size: 14px;
    min-width: auto;
    padding: 15px 30px;
  }

  .header_section .brand_logo > a > img {
    max-width: 55px;
  }

  .header_section .brand_logo {
    width: 115px;
    height: 80px;
  }

  .header_section.sticky_header {
    min-height: auto;
  }

  .blog_types > ul > li .item_icon {
    width: 45px;
    height: 45px;
    margin: 0px auto 15px;
  }

  .blog_types > ul > li .item_icon svg {
    margin: auto;
    width: auto;
    height: 20px;
  }

  .blog_types > ul > li .item_title {
    font-size: 14px;
  }

  .blog_images {
    float: none;
    width: 100%;
    height: 430px;
  }

  .blog_images > ul > li:nth-child(1) .image_wrap {
    width: 210px;
  }

  .blog_images > ul > li:nth-child(2) .image_wrap {
    width: 230px;
  }

  .blog_images > ul > li:nth-child(3) .image_wrap {
    width: 200px;
    margin-left: -50px;
  }

  .testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
    max-width: 190px;
  }

  .block_section .grid {
    margin: -15px 0px;
  }

  .block_section .grid .grid-item,
.block_section .grid .grid-sizer {
    width: 100%;
  }

  .woocommerce_section .ninja_image {
    left: 4%;
    max-width: 80px;
  }

  .woocommerce_section .woocommerce_image .woo_image {
    max-width: 100px;
  }

  .review_section .review_image .form_image {
    left: 30px;
    max-width: 120px;
  }

  .review_section .review_image .star_image {
    top: 5px;
    left: 80px;
    max-width: 170px;
  }

  .review_section .review_image .car_image {
    right: -15px;
    max-width: 140px;
  }

  .review_section .review_image {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review_section .review_image .shape_1 {
    width: 350px;
  }

  .trade_section .trade_image {
    height: 315px;
  }

  .trade_section .trade_image .image_1 {
    max-width: 220px;
  }

  .trade_section .trade_image .image_2 {
    right: 50px;
    max-width: 300px;
  }

  .trade_section .trade_image .image_3 {
    top: 30px;
    max-width: 290px;
  }

  .trade_section .trade_image .shape_1 {
    width: 400px;
  }

  .widget_section .dropdown_image .medium_image {
    max-width: 240px;
  }

  .widget_section .dropdown_image .small_image {
    max-width: 200px;
  }
}
/* ====================================================================================================
7 - media screen and (max-width: 580px) - end
==================================================================================================== */
/* ====================================================================================================
8 - media screen and (max-width: 480px) - start
==================================================================================================== */
@media screen and (max-width: 480px) {
  .banner_section .car_image {
    bottom: -13%;
    right: -240px;
    max-width: 500px;
  }

  .banner_section h1 {
    font-size: 48px;
  }

  .banner_section h2 {
    font-size: 30px;
  }

  .banner_section h2 span::before {
    width: 90px;
  }

  .banner_section .counter_items strong small {
    font-size: 20px;
  }

  .banner_section .counter_items strong sup {
    top: -1px;
    font-size: 18px;
  }

  .banner_section .counter_items span {
    font-size: 10px;
  }

  .banner_section .counter_items > ul > li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .custom_btn {
    font-size: 12px;
  }

  .demo_grid {
    max-width: 330px;
  }

  .elementor_process > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .process_item {
    padding: 30px 25px;
  }

  .innerpage_grid {
    max-width: 330px;
  }

  .compare_image {
    max-width: 330px;
  }

  .feature_fullimage {
    max-width: 330px;
    margin: 30px auto auto;
  }

  .footer_section p {
    font-size: 14px;
  }

  .footer_section .site_name {
    font-size: 48px;
  }

  .footer_section .car_image {
    max-width: 250px;
  }

  .section_title .title_text {
    font-size: 30px;
  }

  .woocommerce_section .woocommerce_image .woo_image {
    max-width: 60px;
  }

  .woocommerce_section .ninja_image {
    left: 6%;
    max-width: 45px;
  }
}
/* ====================================================================================================
8 - media screen and (max-width: 480px) - end
==================================================================================================== */
/* ====================================================================================================
9 - media screen and (max-width: 320px) - start
==================================================================================================== */
@media screen and (max-width: 350px) {
  .banner_section .counter_items > ul > li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .banner_section .counter_items span {
    font-size: 9px;
  }

  .elementor_process > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .elementor_image .medium_image {
    top: 35%;
    right: -30px;
    max-width: 70px;
  }

  .elementor_image .small_image {
    top: 15%;
    left: -30px;
    max-width: 100px;
  }

  .testimonial_section .testimonial_image .top_image,
.testimonial_section .testimonial_image .bottom_image {
    max-width: 150px;
  }

  .review_section .review_image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .review_section .review_image .star_image {
    top: 10px;
    left: 60px;
    max-width: 100px;
  }

  .review_section .review_image .form_image {
    left: 30px;
    max-width: 90px;
  }

  .review_section .review_image .car_image {
    right: -15px;
    max-width: 100px;
  }

  .review_section .review_image .shape_1 {
    width: 260px;
  }

  .trade_section .trade_image {
    height: 250px;
  }

  .trade_section .trade_image .image_1 {
    max-width: 160px;
  }

  .trade_section .trade_image .image_2 {
    right: 45px;
    max-width: 240px;
  }

  .trade_section .trade_image .image_3 {
    top: 20px;
    max-width: 240px;
  }

  .trade_section .trade_image .shape_1 {
    width: 330px;
  }
}
/* ====================================================================================================
9 - media screen and (max-width: 320px) - end
==================================================================================================== */