@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700&amp;display=swap);
@font-face {
  font-family: gilroy-regular;
  src: url(../fonts/gilroy-regular-webfont.woff2) format("woff2"), url(../fonts/gilroy-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: gilroy-medium;
  src: url(../fonts/gilroy-medium-webfont.woff2) format("woff2"), url(../fonts/gilroy-medium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: gilroy-bold;
  src: url(../fonts/gilroy-bold-webfont.woff2) format("woff2"), url(../fonts/gilroy-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --main-color-one: #d82b2a;
  --menu-font: 'Poppins', sans-serif;
  --heading-font: 'Montserrat', sans-serif;
  --body-font: 'Montserrat', sans-serif;
  --slider-heading-regular-font: 'gilroy-regular';
  --slider-heading-medium-font: 'gilroy-medium';
  --slider-heading-bold-font: 'gilroy-bold';
  --paragraph-color: #181818
}
.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0
}
@media all and (min-width:1650px) {
  .container {
    max-width: 1640px
  }
}
@media only screen and (min-width:1441px) and (max-width:1650px) {
  .container {
    max-width: 1400px
  }
}
@media only screen and (min-width:1201px) and (max-width:1440px) {
  .container {
    max-width: 1200px
  }
}
@media only screen and (min-width:1135px) and (max-width:1200px) {
  .container {
    max-width: 1100px
  }
}
@media only screen and (min-width:990px) and (max-width:1024px) {
  .container {
    max-width: 950px
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font)
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}
body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font)
}
h1 {
  font-size: 48px;
  line-height: 1.0833333333333333
}
h2 {
  font-size: 36px;
  line-height: 1.4444444444444444
}
h1, h2, h5, h6 {
  color: var(--heading-color);
  font-family: var(--heading-font)
}
p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px
}
a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color)
}
a, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: inherit
}
a i {
  padding: 0 2px
}
img {
  max-width: 100%
}
input[type=email]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none
}
button:focus {
  outline: 0
}
.padding-top-10 {
  padding-top: 10px
}
.padding-top-25 {
  padding-top: 25px
}
.padding-top-30 {
  padding-top: 30px
}
.padding-top-40 {
  padding-top: 40px
}
.padding-bottom-15 {
  padding-bottom: 15px
}
.padding-bottom-20 {
  padding-bottom: 20px
}
.padding-bottom-40 {
  padding-bottom: 40px
}
.padding-bottom-70 {
  padding-bottom: 70px
}
.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px
}
.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px
}
iframe {
  max-width: 100%
}
ul {
  padding-left: 15px
}
@media screen and (min-width:768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0
  }
}
wp-block-video video {
  max-width: 636px
}
.wp-block-image img {
  display: block
}
.wp-block-image.alignleft, .wp-block-image.alignright {
  width: 100%
}
.wp-block-image.alignfull img {
  width: 100vw
}
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto
}
.wp-block-cover-text p {
  padding: 1.5em 14px
}
ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px
}
.wp-block-table {
  display: block;
  overflow-x: auto
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}
.wp-block-table td, .wp-block-table th {
  padding: .5em
}
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}
.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.wp-block-quote.is-large {
  margin: 0 auto 16px
}
.wp-block-pullquote > p:first-child {
  margin-top: 0
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em
}
.wp-block-separator {
  margin: 3em auto;
  padding: 0
}
@media screen and (min-width:768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0
  }
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d
}
.has-strong-blue-color {
  color: #0073aa
}
.has-strong-blue-background-color {
  background-color: #0073aa
}
.has-lighter-blue-color {
  color: #229fd8
}
.has-lighter-blue-background-color {
  background-color: #229fd8
}
.has-very-light-gray-color {
  color: #eee
}
.has-very-light-gray-background-color {
  background-color: #eee
}
.has-very-dark-gray-color {
  color: #444
}
.has-very-dark-gray-background-color {
  background-color: #444
}
.breadcrumb-area {
  padding: 150px 0 152px 0;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center
}
.breadcrumb-area.bg-white {
  padding: 120px 0 75px 0
}
.breadcrumb-area.bg-white:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #fff;
  z-index: -1
}
.breadcrumb-area.bg-white .page-title {
  color: #181818
}
.breadcrumb-area.bg-white p {
  color: #181818
}
.breadcrumb-area.bg-white .page-list li {
  color: #181818
}
.breadcrumb-area.bg-white .page-list li a:hover {
  color: #181818
}
.breadcrumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(24, 24, 24, .2);
  z-index: -1
}
.breadcrumb-area.extra {
  padding-bottom: 138px
}
.breadcrumb-area.style-02 {
  padding: 0
}
.breadcrumb-area.style-02 .breadcrumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.breadcrumb-area.style-02 .breadcrumb-inner .breadcrumb-left {
  width: 30%
}
.breadcrumb-area.style-02 .breadcrumb-inner .breadcrumb-right {
  width: 70%
}
.breadcrumb-area.style-02 .page-title {
  color: #181818
}
.breadcrumb-area.style-02 p {
  color: #181818
}
.breadcrumb-area.style-02 .page-list li {
  color: #181818
}
.breadcrumb-area.style-02 .page-list li:first-child a {
  color: var(--main-color-one)
}
.breadcrumb-area.style-02 .page-list li:first-child:after {
  display: none
}
.breadcrumb-area.style-02 .page-list li a {
  color: #181818
}
.breadcrumb-area.style-02 .page-list li a:hover {
  color: #181818
}
.breadcrumb-area.style-02 .breadcrumb-inner-wrap {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%
}
.breadcrumb-area.style-02 .breadcrumb-border {
  background-color: #fff;
  padding: 40px 80px 45px 80px;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  z-index: 1;
  border-left: 2px solid #cad1dc;
  position: relative;
  width: 30vw
}
.breadcrumb-area.style-02 .breadcrumb-border::before {
  top: 0
}
.breadcrumb-area.style-02 .breadcrumb-border::after {
  bottom: 0
}
.breadcrumb-area.style-02 .breadcrumb-border::after, .breadcrumb-area.style-02 .breadcrumb-border::before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 50%;
  height: 2px;
  background-color: #cad1dc
}
.breadcrumb-area.style-02 .breadcrumb-thumb {
  background-size: cover;
  background-position: center;
  padding: 180px 0;
  width: 65vw
}
.breadcrumb-area.style-02:before {
  background-color: #fff
}
.breadcrumb-area.style-03 .breadcrumb-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #fff;
  padding: 30px 40px 0 40px
}
.breadcrumb-area.style-03 .breadcrumb-content .page-title {
  color: #181818
}
.breadcrumb-area.style-03 .breadcrumb-content .page-list li {
  color: #181818
}
.breadcrumb-area.style-03 .breadcrumb-content .page-list li a:hover {
  color: #181818
}
.breadcrumb-area .page-title {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px
}
.breadcrumb-area p {
  font-size: 16px;
  line-height: 26px;
  max-width: 600px;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 20px
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0
}
.breadcrumb-area .page-list li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, .7)
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0
}
.breadcrumb-area .page-list li:first-child a {
  color: var(--main-color-one)
}
.breadcrumb-area .page-list li:first-child:after {
  display: none
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 10px;
  top: 0;
  content: "-";
  font-family: fontawesome
}
.breadcrumb-area .page-list li a {
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.breadcrumb-area .page-list li a:hover {
  color: #fff
}
.comment-content a {
  word-wrap: break-word
}
.bypostauthor {
  display: block
}
.comments-area {
  margin-top: 30px
}
.comments-area .comments-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px
}
.comments-area .comment-list .comment-respond {
  margin-bottom: 30px
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 20px
}
.comments-area .comment-list li {
  margin-bottom: 30px
}
.comments-area .comment-list li:last-child {
  margin-bottom: 0
}
.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none
}
.comments-area .comment-list li ul {
  list-style: none
}
.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none
}
.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start
}
.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time, .comments-area .comment-list li .single-comment-wrap .date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px
}
.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative
}
.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--heading-font)
}
.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px
}
.comments-area .comment-list li .single-comment-wrap .content p {
  font-size: 16px;
  line-height: 26px;
  word-break: break-word
}
.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0
}
.comments-area .comment-list li .single-comment-wrap .content .reply {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--paragraph-color);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one)
}
.comments-area .comment-reply-title, .comments-area .reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px
}
.comments-area .form-submit {
  margin-bottom: 0
}
.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px
}
.comment-form .form-group.textarea .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  background-color: var(--main-color-one);
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  color: #fff
}
.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: #fff
}
.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px
}
.comments-area .comment-list li ul.children {
  margin-top: 30px
}
.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px
}
.widget {
  background-color: #f4f7fc;
  margin-bottom: 30px;
  padding: 25px 30px 30px 30px
}
.widget .widget-title {
  color: #181818
}
.widget .widget-title.border-bottom {
  border-bottom: 0 !important
}
.widget .widget-title.border-bottom::after {
  content: '';
  display: block;
  border-bottom: 1px solid #181818;
  width: 60%;
  margin-top: 10px
}
.widget.style-01 .recent_post_item li.single-recent-post-item:not(:last-child) {
  border-bottom: 1px solid #cad1dc;
  padding-bottom: 20px
}
.widget.style-01 .recent_post_item li.single-recent-post-item .thumb {
  width: 130px;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.widget.style-01 .recent_post_item li.single-recent-post-item .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center
}
.widget.style-01 .recent_post_item li.single-recent-post-item .content .title {
  color: #181818;
  font-size: 18px;
  line-height: 30px
}
.widget.style-01 .recent_post_item li.single-recent-post-item .content .time {
  color: #181818
}
.widget.style-01 .gallery-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.widget.style-01 .gallery-items li {
  margin: 0;
  padding: 10px
}
.widget.style-01 .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.widget.style-01 .tagcloud a {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 5px 15px;
  display: table;
  border: 1px solid #181818;
  border-radius: 20px;
  margin: 5px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.widget.style-01 .tagcloud a:hover {
  color: #fff;
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one)
}
.widget.blog-bg {
  background-color: #f2f6fa
}
.widget.radio-button ul a {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  font-weight: 400
}
.widget.radio-button ul a:hover::before {
  background-color: var(--main-color-one)
}
.widget.radio-button ul a:hover::after {
  border: 1px solid var(--main-color-one)
}
.widget.radio-button ul a::after, .widget.radio-button ul a::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.widget.radio-button ul a::before {
  width: 8px;
  height: 8px;
  background-color: #181818;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}
.widget.radio-button ul a::after {
  width: 12px;
  height: 12px;
  border: 1px solid #181818;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.widget.bg-none {
  background-color: transparent
}
.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px
}
.widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 10px;
  position: relative
}
.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px
}
.widget:last-child {
  margin-bottom: 0
}
.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none
}
.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #515457;
  color: #fff
}
.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .6)
}
.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, .6)
}
.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, .6)
}
.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, .6)
}
.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one)
}
.widget.footer-widget {
  background-color: transparent !important;
  text-align: center;
  padding: 0;
  margin-bottom: 30px
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.widget ul li ul {
  margin-left: 20px
}
.widget ul li {
  display: block;
  margin: 8px 0;
  -ms-word-wrap: break-word;
  word-break: break-word
}
.widget ul li:first-child {
  margin-top: 0
}
.widget ul li:last-child {
  margin-bottom: 0
}
.widget ul li a {
  color: inherit;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.widget ul li a:hover {
  color: var(--main-color-one)
}
.widget_search .search-form {
  position: relative
}
.widget_search .search-form .form-group {
  margin-bottom: 0
}
.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 0 70px 0 15px
}
.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color-one);
  color: #fff;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  border: none;
  cursor: pointer
}
.widget_search .search-form .submit-btn:hover {
  background-color: rgba(251, 9, 55, .8);
  color: #fff
}
.widget_author_meta {
  text-align: center
}
.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px
}
.widget_author_meta .thumb img {
  border-radius: 50%
}
.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700
}
.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px
}
.widget_author_meta .content ul {
  margin-top: 25px
}
.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px
}
.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 5px;
  color: inherit;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border-radius: 5px;
  font-size: 16px !important
}
.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: #fff
}
.widget ul li ul.sub-menu {
  position: initial
}
.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px
}
.widget ul li ul.sub-menu li a {
  padding: 0 0 0 10px
}
.widget ul li ul.sub-menu li a:hover {
  background-color: transparent
}
.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.widget.widget_nav_menu ul li {
  margin: 15px 0
}
.widget.widget_nav_menu ul li:first-child {
  margin-top: 0
}
.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0
}
.widget.widget_nav_menu ul li a {
  border: none
}
.widget.widget_nav_menu ul li > ul {
  margin-left: 15px
}
.widget.footer-widget.widget_calendar table {
  margin-bottom: 0
}
.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0
}
.widget.footer-widget .widget-title {
  color: rgba(255, 255, 255, .9)
}
.footer-widget.widget_tag_cloud .tagcloud a, .widget.footer-widget p, .widget.footer-widget.widget_calendar caption, .widget.footer-widget.widget_calendar td, .widget.footer-widget.widget_calendar th {
  color: #fff
}
.widget.footer-widget ul li, .widget.footer-widget ul li a {
  color: #fff
}
.widget.footer-widget ul li a:hover {
  color: var(--main-color-one)
}
.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.widget .social_share li {
  width: calc(100% / 3);
  margin: 0;
  display: block;
  padding: 20px 0 12px 0;
  text-align: center;
  border-radius: 5px;
  color: #fff
}
.widget .social_share li i {
  display: block;
  margin-bottom: 10px;
  font-size: 20px
}
.widget .social_share li.facebook {
  background-color: #4285f4
}
.widget .social_share li.twitter {
  background-color: #55acee
}
.widget .social_share li.instagram {
  background-color: #e4405f
}
.widget .social_share li a:hover {
  color: #fff
}
.widget .social_share li + li {
  margin-left: 10px
}
.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none
}
.widget .recent_post_item li {
  display: block
}
.widget .recent_post_item li + li {
  margin-top: 20px
}
.widget .recent_post_item li.single-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start
}
.widget .recent_post_item li.single-recent-post-item .thumb {
  width: 60px;
  height: 60px;
  margin-right: 15px
}
.widget .recent_post_item li.single-recent-post-item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.widget .recent_post_item li.single-recent-post-item .content .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600
}
.widget .recent_post_item li.single-recent-post-item .content .time {
  font-size: 14px;
  font-weight: 500
}
.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none
}
.contact_info_list li {
  display: block
}
.contact_info_list li.single-info-item {
  position: relative;
  margin-bottom: 20px
}
.contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--main-color-one)
}
.contact_info_list li.single-info-item .details {
  padding-left: 30px
}
.about_us_widget .footer-logo {
  margin-bottom: 30px;
  display: block
}
.copyright-area {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, .7)
}
.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px
}
.widget-testimonial p {
  color: rgba(255, 255, 255, .8);
  line-height: 1.6
}
.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 24px
}
.widget-testimonial .author-meta .thumb {
  margin-right: 20px
}
.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%
}
.widget-testimonial .author-meta .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px
}
.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}
.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, .8);
  font-size: 14px
}
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
#offcanvas-menu {
  display: none !important
}
.navbar-area {
  padding: 0;
  z-index: 99
}
.navbar-area.style-05 {
  padding-left: 40px
}
.navbar-area.style-05 .nav-container .navbar-collapse .navbar-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.navbar-area.style-02 .nav-container .navbar-collapse .navbar-nav > li {
  color: #fff
}
.navbar-area .nav-container {
  display: block
}
.nav-right-content {
  text-align: right
}
.displayinlineblock {
  display: inline-block !important
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li::after {
  content: "";
  clear: both;
  display: block;
  background: var(--main-color-one);
  height: 3px;
  width: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: -2px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li:hover::after {
  width: 100%
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  line-height: 65px;
  font-family: var(--menu-font);
  font-weight: 400;
  color: #fff
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover::before {
  color: var(--main-color-one)
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover {
  color: var(--main-color-one)
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item::after {
  width: 100%
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: var(--main-color-one)
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  padding-right: 20px
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: 19px;
  top: 50%;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 103%;
  -webkit-box-shadow: 0 0 15px 0 rgba(24, 24, 24, .05);
  box-shadow: 0 0 15px 0 rgba(24, 24, 24, .05);
  background-color: rgba(24, 24, 24, .85);
  z-index: 9999;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 25px;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--menu-font);
  padding: 0
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid rgba(255, 255, 255, .2);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover + li {
  border-color: var(--main-color-one)
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 30px;
  white-space: nowrap;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: var(--main-color-one);
  padding-left: 40px
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.nav-right-content .contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--menu-font);
  font-weight: 400;
  min-width: 200px
}
.nav-right-content .contact-number .icon {
  color: var(--main-color-one);
  padding-right: 10px
}
.nav-right-content.black ul li {
  color: #fff
}
.nav-right-content.black ul li a {
  color: #fff
}
.nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.nav-right-content ul li {
  display: inline-block;
  margin: 0 28px;
  color: #fff
}
.nav-right-content ul li:last-child {
  margin-right: 0
}
.nav-right-content ul li a {
  color: #fff;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.nav-right-content ul li a:hover {
  color: #fff
}
.nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.nav-right-content ul li.search:hover {
  color: #fff
}
.nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one)
}
.nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color)
}
.nav-right-content ul li .notification {
  position: relative
}
.nav-right-content ul li .notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 3px 6px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  color: #fff;
  font-weight: 400
}
.humberger-menu {
  display: block;
  width: 50px;
  cursor: pointer
}
.humberger-menu.black span {
  background-color: #fff
}
.humberger-menu.black:hover span {
  width: 30px;
  background-color: var(--main-color-one)
}
.humberger-menu span {
  height: 3px;
  background-color: #fff;
  margin: 4px;
  display: block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.humberger-menu span.one {
  width: 30px
}
.humberger-menu span.two {
  width: 15px
}
.humberger-menu span.three {
  width: 25px
}
.humberger-menu:hover span {
  width: 30px;
  background-color: var(--main-color-one)
}
@media only screen and (max-width:991px) {
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px
  }
  .navbar-area .nav-container .navbar-brand {
    display: block
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 0
  }
  .navbar-area .nav-container .navbar-collapse {
    z-index: 9
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16)
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li::after {
    content: '';
    display: none
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 0
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    border-bottom: none
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    padding: 10px 0 10px 30px;
    height: auto
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
    border-bottom: 0 !important
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107"
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 0
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    color: #181818
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .sub-menu {
    padding: 0;
    height: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}
header::after {
  content: "";
  display: table;
  clear: both
}
header.position-inherit {
  position: inherit
}
header.border-none {
  border-bottom: none
}
header.border-none .topbar-area .container::after, header.border-none .topbar-area .container::before {
  background-color: transparent
}
header.style-04 .h4-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-top: 45px;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header.style-04 .humberger-menu-area {
  width: 20%
}
header.style-04 .logo-area-wrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
header.style-04 .nav-right-content {
  width: 20%
}
header.style-04 .nav-right-content ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
header .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .topbar-area {
  background-color: rgba(24, 24, 24, .7)
}
header .topbar-area.style-02 {
  background-color: #13215f
}
header .topbar-area .container {
  position: relative
}
header .topbar-area .container::after, header .topbar-area .container::before {
  position: absolute;
  top: 40px;
  z-index: 1;
  content: "";
  width: 1px;
  min-height: calc(100vh - 40px);
  background-color: rgba(255, 255, 255, .2)
}
header .topbar-area .container::before {
  left: 0
}
header .topbar-area .container::after {
  right: 0
}
header .topbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}
header .header-bottom-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 130px
}
header .left-content {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--menu-font)
}
header .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .logo-area {
  width: 10%;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
header .navbar-area {
  width: 90%
}
header .navbar-toggler {
  height: 70px
}
.full-width-slider {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
.overlay-bg {
  position: relative;
  z-index: 0
}
.overlay-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  background-color: rgba(24, 24, 24, .2);
  z-index: -1;
  width: 100%;
  height: 100%
}
.home-slider-area {
  width: 100%;
  position: relative
}
.home-slider-area .container-fluid {
  overflow-x: hidden
}
.home-slider-area .container-fluid .row {
  position: relative
}
.home-slider-area .home-slider-four, .home-slider-area .home-slider-one, .home-slider-area .home-slider-three, .home-slider-area .home-slider-two {
  width: 100%;
  height: 100%
}
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .slider-title, .home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .slider-title, .home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .slider-title, .home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .slider-title {
  -webkit-animation: fadeInLeft 2s 0s both;
  animation: fadeInLeft 2s 0s both
}
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .slider-paragraph, .home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .slider-paragraph, .home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .slider-paragraph, .home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .slider-paragraph {
  -webkit-animation: fadeInRight 2s 0s both;
  animation: fadeInRight 2s 0s both
}
.home-slider-area .home-slider-four .slick-slide.slick-active .slider-content .main-btn-wrap, .home-slider-area .home-slider-one .slick-slide.slick-active .slider-content .main-btn-wrap, .home-slider-area .home-slider-three .slick-slide.slick-active .slider-content .main-btn-wrap, .home-slider-area .home-slider-two .slick-slide.slick-active .slider-content .main-btn-wrap {
  -webkit-animation: fadeInUp 2s 0s both;
  animation: fadeInUp 2s 0s both
}
.home-slider-area.style-02 .home-slider-area__bottom-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
  height: 175px
}
.home-slider-area.style-02 .home-slider-area__bottom-area::before {
  content: "";
  background-color: rgba(24, 24, 24, .7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%
}
.home-slider-area.style-02 .home-slider-area__bottom-area .container {
  height: 100%
}
.home-slider-area.style-02 .slider-items .slider-items-wrap {
  padding-top: 100px
}
.home-slider-area.style-02 .slider-items .slider-inner {
  height: 60%
}
.home-slider-area.style-02 .slider-items .slider-content-bottom {
  height: 15%
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-left: -30px;
  display: flex
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items {
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__icon {
  color: var(--main-color-one);
  margin-right: 20px;
  font-size: 40px
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__content .heading-05 {
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items__content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--body-font)
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items:not(:last-child) {
  border-right: 3px solid rgba(254, 254, 254, .6)
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items::after {
  content: '';
  width: 1px;
  height: 60%;
  background-color: #181818;
  display: block;
  position: absolute;
  top: 20%;
  left: -2px
}
.home-slider-area.style-02 .slider-items .slider-content-bottom .car-model .items:first-child::after {
  display: none
}
.slider-content-bottom {
  margin: 40px 0
}
.slider-paragraph p {
  color: #fff !important
}
.home-slider-area.style-02 .slider-items .slider-content {
  color: #fff
}
.home-slider-area.style-02 .slider-items .slider-content .slider-paragraph {
  color: #fff
}
.home-slider-area.style-02 .slider-items .slider-img {
  width: 60%
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots {
  padding-right: 10px
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-next::after, .home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-prev::before {
  background-color: transparent;
  border: 1px solid var(--main-color-one);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  display: none
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-prev::before {
  left: -3px
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-next::after {
  left: 5px
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-arrow {
  color: #181818
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots {
  counter-reset: section
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li {
  position: relative;
  color: var(--main-color-one);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  border: none;
  padding: 0;
  margin: 29px 0
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li::before {
  counter-increment: section;
  content: "0"counter(section) "";
  color: #fff;
  position: absolute;
  font-size: 10px;
  border-radius: 50%;
  background-color: #181818;
  opacity: .3;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  top: 0;
  right: 0;
  border: 2px solid transparent;
  width: 25px;
  height: 25px;
  line-height: 22px
}
.home-slider-area.style-02 .carousel-dots-area .carousel-dots .slick-dots li.slick-active::before {
  opacity: 1;
  background-color: var(--main-color-one);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}
.home-slider-area .slider-items {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 0;
  position: relative
}
.home-slider-area .slider-items .container {
  padding: 0;
  height: 100%
}
.home-slider-area .slider-items .slider-items-wrap {
  width: 97%;
  height: 100%
}
.home-slider-area .slider-items .slider-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home-slider-area .slider-items .slider-content-bottom {
  width: 100%
}
.home-slider-area .slider-items .slider-content {
  width: 40%;
  color: #fff
}
.home-slider-area .slider-items .slider-content .auto-typing-header {
  margin: 0 auto 15px
}
.home-slider-area .slider-items .slider-content .auto-typing-header .typewrite {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--slider-heading-medium-font);
  font-weight: 700;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
  display: inline;
  color: transparent;
  position: relative
}
.home-slider-area .slider-items .slider-content .auto-typing-header .typewrite::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
  border-right: 2px solid var(--main-color-one);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: type 10s infinite;
  animation: type 10s infinite
}
.home-slider-area .slider-items .slider-content .slider-title .heading-01 {
  font-size: 50px;
  line-height: 70px;
  font-family: var(--slider-heading-regular-font);
  margin-bottom: 0
}
.home-slider-area .slider-items .slider-content .slider-title .heading-01 .bold {
  font-family: var(--slider-heading-bold-font)
}
.home-slider-area .slider-items .slider-content .slider-title-bold .heading-01 {
  font-size: 65px;
  line-height: 70px;
  font-family: var(--slider-heading-bold-font)
}
.home-slider-area .slider-items .slider-content .slider-paragraph {
  font-size: 14px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  width: 75%
}
.home-slider-area .slider-items .slider-content .main-btn-wrap .main-btn {
  text-transform: uppercase
}
.home-slider-area__bottom-area {
  background-color: #181818;
  width: 100%
}
.home-slider-area__bottom-area .container {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2)
}
.home-slider-area__bottom-area .slider-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.home-slider-area__bottom-area__itmes {
  width: 33.33%;
  color: #fff;
  background-color: #f5f5f5;
  margin: 0 30px;
  z-index: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.home-slider-area__bottom-area__itmes:hover .items-left-content::before {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6)
}
.home-slider-area__bottom-area__itmes:hover .items-left-content .left-content-wrap .border-design {
  background-color: var(--main-color-one)
}
.home-slider-area__bottom-area__itmes .items-left-content {
  width: 30%;
  position: relative
}
.home-slider-area__bottom-area__itmes .items-left-content::before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: var(--main-color-one);
  top: -12%;
  left: -15%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap {
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 9
}
.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .border-design {
  width: 80px;
  height: 80px;
  border: 1px solid #ccd3dc;
  background-color: #f5f5f5;
  -webkit-transition: all .8s ease-in;
  -moz-transition: all .8s ease-in;
  -o-transition: all .8s ease-in;
  transition: all .8s ease-in
}
.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .icon-area {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #ccd3dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px
}
.home-slider-area__bottom-area__itmes .items-left-content .left-content-wrap .icon-area .icon {
  width: 55px;
  height: 50px;
  color: #181818;
  font-size: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home-slider-area__bottom-area__itmes .items-right-content {
  width: 70%;
  padding: 20px 20px 20px 0
}
.home-slider-area__bottom-area__itmes .items-right-content .heading-05 {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.home-slider-area__bottom-area__itmes .items-right-content .paragraph p {
  color: #181818;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  margin: 0
}
.home-slider-area .carousel-dots-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0
}
.home-slider-area .carousel-dots-area .carousel-dots {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-next {
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-next::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 10px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-next:hover::after {
  visibility: visible;
  opacity: 1;
  display: block
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-prev {
  position: relative
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-prev::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 10px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  top: -1px;
  z-index: -1;
  left: 9px;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-prev:hover::before {
  visibility: visible;
  opacity: 1;
  display: block
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-arrow {
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 20px
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-dots {
  padding: 0;
  margin: 0
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li {
  border: 1px solid #fff;
  color: transparent;
  width: 18px;
  height: 18px;
  line-height: 15px;
  border-radius: 50%;
  list-style-position: inside;
  text-align: center;
  padding: 0 5px;
  margin: 30px 10px;
  cursor: pointer;
  position: relative
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li button {
  display: none
}
.home-slider-area .carousel-dots-area .carousel-dots .slick-dots li.slick-active {
  color: var(--main-color-one)
}
.slider-social-icon-wrap {
  position: absolute;
  top: 30%;
  right: 7.2%;
  width: 30px
}
.slider-social-icon-wrap .slider-social-icon ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}
.slider-social-icon-wrap .slider-social-icon .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #181818;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 20px 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.slider-social-icon-wrap .slider-social-icon .icon:hover {
  color: #fff;
  background-color: var(--main-color-one)
}
.slider-social-icon-wrap .follow-us-area .follow-us {
  color: #fff;
  font-size: 10px;
  font-family: var(--body-font);
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 50px;
  width: 130px;
  height: 25px;
  margin-left: -47px
}
.slider-social-icon-wrap .follow-us-area .follow-us::after {
  position: absolute;
  left: 0;
  top: 25%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--main-color-one);
  display: block
}
@-webkit-keyframes type {
  0% {
    width: 0
  }
  50% {
    width: 100%
  }
  100% {
    width: 0
  }
}
@keyframes type {
  0% {
    width: 0
  }
  50% {
    width: 100%
  }
  100% {
    width: 0
  }
}
.home-slider-four p, .home-slider-two p {
  color: #fff
}
.section-border-image.margin-left {
  margin-left: 40px
}
.section-border-image.margin-left .we-are-img {
  margin: 40px 40px 40px -40px
}
.section-border-image.margin-right {
  margin-right: 40px
}
.section-border-image.margin-right .we-are-img {
  margin: 30px -30px 30px 30px
}
.section-border-image .border-design {
  border: 1px solid #cad1dc;
  width: 100%;
  position: relative;
  z-index: 0
}
.section-border-image .border-design .border-bg {
  position: absolute;
  background-color: var(--main-color-one);
  z-index: -1;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s
}
.section-border-image .border-design .border-bg.bottom {
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 60%
}
.section-border-image .border-design .border-bg.top {
  left: -1px;
  right: -1px;
  bottom: 60%;
  top: -1px
}
.section-border-image .border-design .border-bg.full-bg {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px
}
.section-border-image .border-design .we-are-img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  max-height: 500px
}
.section-border-image .border-design .we-are-img::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
  background-color: rgba(251, 9, 55, .1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s
}
.section-border-image .border-design .we-are-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(251, 9, 55, .1);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s
}
.section-border-image .border-design .we-are-img:hover:after, .section-border-image .border-design .we-are-img:hover:before {
  width: 100%;
  height: 100%
}
.section-border-image.white-gray .border-design .border-bg {
  background-color: #e0e5e9;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s
}
.section-border-image.white-gray .border-design .we-are-img::before {
  background-color: rgba(224, 229, 233, .1)
}
.section-border-image.white-gray .border-design .we-are-img::after {
  background-color: rgba(224, 229, 233, .1)
}
.common-section-content {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%
}
.common-section-content.style-02 .paragraph p {
  color: #fff
}
.common-section-content .paragraph p {
  color: #181818;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400
}
.common-section-content .read-more-wrap .read-more {
  text-transform: uppercase
}
.how-we-are {
  position: relative
}
.how-we-are.bg-black {
  background-color: #181818
}
.pricing-plan-inner {
  width: 70%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.pricing-plan-inner-columns {
  width: 100%;
  padding: 40px;
  margin: 0 10px;
  position: relative;
  background-color: #fff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.pricing-plan-inner-columns:hover .table-list {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}
.pricing-plan-inner-columns:hover .main-btn-wrap .main-btn {
  background-color: var(--main-color-one);
  color: #fff;
  border: none !important;
  -webkit-box-shadow: 0 6px 20px -8px rgba(0, 150, 255, .9);
  box-shadow: 0 6px 20px -8px rgba(0, 150, 255, .9)
}
.pricing-plan-inner-columns:hover .main-btn-wrap .main-btn:hover {
  -webkit-box-shadow: 0 10px 20px -8px var(--main-color-one);
  box-shadow: 0 10px 20px -8px var(--main-color-one)
}
.pricing-plan-inner-columns .table-list {
  padding: 0;
  list-style: none
}
.pricing-plan-inner-columns .table-list .list-items {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  padding-top: 8px
}
.pricing-plan-inner-columns .table-list .list-items .icon {
  color: #181818;
  padding-right: 8px;
  font-size: 10px;
  font-weight: 800
}
.pricing-plan-inner-columns .table-list .list-items:after {
  content: '';
  display: block;
  height: 1px;
  margin-top: 8px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(53%, #cad1dc), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff 0, #cad1dc 53%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff 0, #cad1dc 53%, #fff 100%);
  background-image: linear-gradient(90deg, #fff 0, #cad1dc 53%, #fff 100%)
}
.home-02_tab-section .tab-wrapper {
  width: 85%;
  margin: auto
}
.home-02_tab-section .tab-wrapper .nav-tabs {
  border: none;
  margin-top: -61px;
  z-index: 9;
  position: relative
}
.home-02_tab-section .tab-wrapper .nav-tabs .nav-item {
  text-align: center;
  background-color: #fff
}
.home-02_tab-section .tab-wrapper .nav-tabs .nav-item:first-child {
  border-radius: 4px 0 0 0;
  overflow: hidden
}
.home-02_tab-section .tab-wrapper .nav-tabs .nav-item:last-child {
  border-radius: 0 4px 0 0;
  overflow: hidden
}
.home-02_tab-section .tab-wrapper .nav-tabs .nav-link {
  border: none;
  padding: 15px 0;
  min-width: 200px;
  border-radius: 0;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}
.home-02_tab-section .tab-wrapper .nav-tabs .nav-link.active {
  background-color: var(--main-color-one);
  color: #fff
}
.home-02_tab-section .tab-wrapper .select-box-wrap {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.home-02_tab-section .tab-wrapper .select-box-wrap .items {
  width: 20%;
  display: inline-block
}
.home-02_tab-section .tab-wrapper .select-box-wrap .items:not(:last-child) {
  padding: 0 5px
}
.home-02_tab-section .tab-wrapper .select-box-wrap .items .main-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.home-02_tab-section .tab-wrapper .select-box-wrap .custom-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home-02_tab-section .tab-wrapper .select-box-wrap .custom-select-box .nice-select {
  border-radius: none;
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #181818;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home-02_tab-section .tab-wrapper .select-box-wrap .custom-select-box .nice-select::after {
  width: 8px;
  height: 8px
}
.home-02_tab-section .tab-wrapper .select-box-wrap .custom-select-box .nice-select .list {
  width: 100%;
  margin-top: 1px
}
.home-02_tab-section .tab-wrapper .select-box-wrap .custom-select-box .nice-select .option.selected {
  color: #181818;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 600;
  line-height: 40px
}
.featured-vehicles-section {
  position: relative
}
.featured-vehicles-section .slick-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(white));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .1) 0, #fff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .1) 0, #fff 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .1) 0, #fff 100%);
  position: relative
}
.featured-vehicles-section .slick-next::after {
  right: 33%
}
.featured-vehicles-section .slick-next:hover::after {
  visibility: visible;
  opacity: 1
}
.featured-vehicles-section .slick-prev {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .1)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .9) 10%, rgba(255, 255, 255, .1) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .9) 10%, rgba(255, 255, 255, .1) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, .9) 10%, rgba(255, 255, 255, .1) 100%);
  position: relative
}
.featured-vehicles-section .slick-prev::before {
  left: 33%
}
.featured-vehicles-section .slick-prev:hover::before {
  visibility: visible;
  opacity: 1
}
.featured-vehicles-section .slick-next::after, .featured-vehicles-section .slick-prev::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.featured-vehicles-section .slick-next, .featured-vehicles-section .slick-prev {
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  height: 100%;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}
.featured-vehicles-section .vehicle-slider-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items::after {
  height: 140%;
  top: -20%;
  bottom: -20%;
  background-color: #181818
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .items-head {
  -webkit-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  transform: translateY(-28%)
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .main-btn-wrap {
  visibility: visible;
  opacity: 1
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .items-body {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%)
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .items-body .heading-05 {
  color: #fff
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .items-body .list-items-wrap {
  list-style: none
}
.featured-vehicles-section .vehicle-slider-active .slick-slide.slick-current.slick-active.slick-center .h2-vehicle-slider-items .items-body .list-items-wrap .list-items {
  color: #fff;
  opacity: .7
}
.h2-vehicle-slider-items {
  background-color: #e0e5e9;
  position: relative;
  text-align: center;
  margin: 60px 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  z-index: 0;
  padding: 20px 20px 0 20px
}
.h2-vehicle-slider-items::after {
  position: absolute;
  content: '';
  top: 0;
  left: 15%;
  height: 100%;
  width: 70%;
  z-index: -1;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.h2-vehicle-slider-items:hover::after {
  height: 140%;
  top: -20%;
  bottom: -20%;
  background-color: #181818
}
.h2-vehicle-slider-items:hover .items-head {
  -webkit-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  transform: translateY(-28%)
}
.h2-vehicle-slider-items:hover .main-btn-wrap {
  visibility: visible;
  opacity: 1
}
.h2-vehicle-slider-items:hover .items-body {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%)
}
.h2-vehicle-slider-items:hover .items-body .heading-05 {
  color: #fff
}
.h2-vehicle-slider-items:hover .items-body .list-items-wrap {
  list-style: none
}
.h2-vehicle-slider-items:hover .items-body .list-items-wrap .list-items {
  color: #fff;
  opacity: .7
}
.h2-vehicle-slider-items .items-head {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.h2-vehicle-slider-items .items-body {
  padding: 0 60px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.h2-vehicle-slider-items .items-body .heading-05 {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.h2-vehicle-slider-items .items-body .list-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0
}
.h2-vehicle-slider-items .items-body .list-items-wrap .list-items {
  color: #63656d;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  padding-left: 5px;
  list-style: none
}
.h2-vehicle-slider-items .items-body .list-items-wrap .list-items .title {
  font-weight: 300;
  padding-left: 2px
}
.h2-vehicle-slider-items .main-btn-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.h2-service-section .items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
  margin: 0
}
.home-02-our-service-items {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px
}
.dir-rtl {
  direction: rtl;
  padding: 0
}
.text-align-right {
  text-align: right
}
.text-center2 {
  text-align: center
}
.home-02-our-service-items .border-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#366bba), to(#5e95e8));
  background-image: -webkit-linear-gradient(top, #366bba 0, #5e95e8 100%);
  background-image: -o-linear-gradient(top, #366bba 0, #5e95e8 100%);
  background-image: linear-gradient(180deg, #366bba 0, #5e95e8 100%)
}
.home-02-our-service-items .item-left {
  width: 70px
}
.home-02-our-service-items .item-left .item-border {
  border: 1px solid #cad1dc;
  width: 70px;
  height: 75px;
  position: relative;
  z-index: 0;
  direction: ltr
}
.home-02-our-service-items .item-left .item-border .border-bg {
  position: absolute;
  z-index: -1;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 60%;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.home-02-our-service-items .item-left .item-border .icon {
  width: 105%;
  height: 90%;
  background-color: #363d82;
  color: #fff;
  margin: 5% 0 0 -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.home-02-our-service-items .item-right {
  width: 300px;
  margin: 0 20px
}
.home-02-our-service-items .item-right .title {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.home-02-our-service-items .item-right p {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}
.home-02-our-service-items:hover .item-left .item-border .border-bg {
  top: 0
}
.home-02-our-service-items:hover .item-left .item-border .icon {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}
.h2-car-booking-section .view-top-counterup {
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 8px 12px 0 rgba(24, 24, 24, .2);
  box-shadow: 0 8px 12px 0 rgba(24, 24, 24, .2);
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden
}
.h2-car-booking-section .view-top-counterup .single-couterup .content .title {
  color: #181818
}
.h2-car-booking-section .view-top-counterup .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10%
}
.h2-car-booking-section .view-top-counterup .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5%
}
.h2-car-booking-section .view-top-counterup .three {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20%
}
.h2-car-booking-section .view-top-counterup .four {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10%
}
.h2-car-booking-section .view-top-counterup .counterup-wrap {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.h2-car-booking-section .view-top-counterup .counterup-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 450px;
  height: 450px;
  line-height: 450px;
  border: 3px solid rgba(24, 24, 24, .1);
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  -webkit-animation: pauseanimate 2s linear infinite;
  animation: pauseanimate 2s linear infinite
}
.h2-car-booking-section .view-top-counterup .counterup-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  margin: auto;
  width: 650px;
  height: 650px;
  line-height: 650px;
  border: 3px solid rgba(24, 24, 24, .1);
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  -webkit-animation: pauseanimate 2s 1s linear infinite;
  animation: pauseanimate 2s 1s linear infinite
}
.h2-car-booking-section .view-top-counterup::after {
  content: '';
  position: absolute;
  left: -2.5%;
  right: 0;
  top: -2%;
  bottom: -35%;
  margin: auto;
  width: 1000px;
  height: 1000px;
  line-height: 1000px;
  border: 3px solid rgba(24, 24, 24, .1);
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  -webkit-animation: pauseanimate 2s 2s linear infinite;
  animation: pauseanimate 2s 2s linear infinite
}
.car-adds-section {
  margin: 60px 0 100px 0
}
.home-2-car-adds-items .items-head .border-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  line-height: 150px;
  margin: auto;
  border-radius: 50%;
  position: relative
}
.home-2-car-adds-items .items-head .border-one::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border-top: 1px solid #cad1dc;
  border-right: 1px solid #cad1dc;
  border-bottom: 1px solid #cad1dc
}
.home-2-car-adds-items .items-head .border-one .border-two-wrap {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px dashed #cad1dc;
  margin: auto
}
.home-2-car-adds-items .items-head .border-one .border-two {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: auto;
  position: relative
}
.home-2-car-adds-items .items-head .border-one .border-two::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  border: 1px solid #f7b440
}
.home-2-car-adds-items .items-head .border-one .border-two::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  border: 1px solid #2fa1f9
}
.home-2-car-adds-items .items-head .border-one .icon {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f5f5f5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%
}
.home-2-car-adds-items .items-head.one .border-one::after {
  border-left: 1px solid #fb0937
}
.home-2-car-adds-items .items-head.one .border-one .icon {
  color: var(--main-color-one)
}
.home-2-car-adds-items .items-head.two .border-one::after {
  border-left: 1px solid #4cabff
}
.home-2-car-adds-items .items-head.two .border-one .icon {
  color: #4cabff
}
.home-2-car-adds-items .items-head.three .border-one::after {
  border-left: 1px solid #35ce9f
}
.home-2-car-adds-items .items-head.three .border-one .icon {
  color: #35ce9f
}
.home-2-car-adds-items .items-body .title {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0
}
.home-2-car-adds-items .items-body .padding-around {
  padding: 16px 40px 25px 40px
}
.home-2-car-adds-items .items-body p {
  color: #181818;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0
}
.home-2-car-adds-items .items-body .main-btn-wrap .main-btn {
  color: #181818;
  text-transform: uppercase
}
.home-2-car-adds-items .items-body .main-btn-wrap .main-btn:hover {
  color: #fff;
  background-color: var(--main-color-one)
}
@-webkit-keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes round {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes round-reverse {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
@keyframes round-reverse {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }
}
.our-team-section .team-slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 32px
}
.our-team-section .team-slider-arrow .slick-next, .our-team-section .team-slider-arrow .slick-prev {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  margin: 0 10px
}
.our-team-section .team-slider-arrow .slick-next:hover::before, .our-team-section .team-slider-arrow .slick-prev:hover::before {
  display: block
}
.our-team-section .team-slider-arrow .slick-next::before, .our-team-section .team-slider-arrow .slick-prev::before {
  content: '';
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #fb0937;
  display: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.our-team-section .team-slider-arrow .slick-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.our-team-section .team-slider-arrow .slick-next::before {
  left: 8px
}
.our-team-section .team-slider-arrow .slick-prev::before {
  left: -8px
}
.h2-our-team-slider-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0
}
.home-2-our-team-items .items-inner {
  position: relative;
  margin-right: 15px
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb .social-icon li {
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%)
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb .social-icon li:nth-child(1) {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb .social-icon li:nth-child(2) {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb .social-icon li:nth-child(3) {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s
}
.home-2-our-team-items .items-inner:hover .team-thumb-area .thumb .social-icon li:nth-child(4) {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s
}
.home-2-our-team-items .items-inner .team-thumb-area {
  border: 1px solid #cad1dc;
  border-right: 0;
  overflow: hidden;
  margin-top: 15px
}
.home-2-our-team-items .items-inner .team-thumb-area .thumb {
  background: -webkit-radial-gradient(50% 50%, #fcfeff 0, #d8e1e8 100%);
  background: -o-radial-gradient(50% 50%, #fcfeff 0, #d8e1e8 100%);
  background: radial-gradient(50% 50%, #fcfeff 0, #d8e1e8 100%);
  margin: -1px -1px 80px -1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.home-2-our-team-items .items-inner .team-thumb-area .thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(251, 9, 55, .6);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.home-2-our-team-items .items-inner .team-thumb-area .thumb .social-icon {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  z-index: 9;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.home-2-our-team-items .items-inner .team-thumb-area .thumb .social-icon .icon {
  color: #fff;
  padding: 0 15px;
  display: inline-block
}
.home-2-our-team-items .items-inner .team-thumb-area .thumb .social-icon li {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%)
}
.home-2-our-team-items .items-inner .team-thumb-area .number {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #cad1dc
}
.home-2-our-team-items .items-inner .team-thumb-area .number .icon {
  color: var(--main-color-one)
}
.home-2-our-team-items .items-inner .team-content-area {
  border: 1px solid #cad1dc;
  height: 330px;
  position: absolute;
  top: 0;
  margin-left: 15px;
  width: 100%;
  z-index: -1;
  margin-top: -15px;
  width: 100%;
  z-index: -1
}
.home-2-our-team-items .items-inner .team-content-area .content-bg {
  position: absolute;
  top: 65%;
  left: -1px;
  right: -1px;
  bottom: 0;
  background-color: #181818;
  padding: 45px 0 0 20px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.home-2-our-team-items .items-inner .team-content-area .name {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  margin: 0
}
.home-2-our-team-items .items-inner .team-content-area .designation {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  display: block
}
.banner-bottom-section {
  width: 100%;
  background-color: #181818
}
.h5-banner-bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%
}
.h5-banner-bottom-items:hover .items-left {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}
.h5-banner-bottom-items .items-left {
  width: 80px;
  text-align: center;
  margin-right: 30px;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s
}
.h5-banner-bottom-items .items-right {
  width: 80%
}
.h5-banner-bottom-items .items-right .title {
  color: var(--main-color-one);
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.h5-banner-bottom-items .items-right p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0
}
.h5-banner-bottom-items.custom-border {
  border-left: 1px solid rgba(24, 24, 24, .3);
  border-right: 1px solid rgba(24, 24, 24, .3);
  padding-left: 30px;
  padding-right: 30px;
  position: relative
}
.h5-banner-bottom-items.custom-border::after, .h5-banner-bottom-items.custom-border::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 3px;
  height: 150px;
  background-color: #fff
}
.h5-banner-bottom-items.custom-border::before {
  left: -2px
}
.h5-banner-bottom-items.custom-border::after {
  right: -2px
}
.most-popular-cars {
  background-color: #f5f5f5;
  position: relative
}
.most-popular-cars .nav-tabs {
  border-bottom: none
}
.most-popular-cars .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.most-popular-cars .nav-tabs .nav-link.active {
  color: var(--main-color-one);
  background-color: transparent
}
.most-popular-cars .tab-slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.most-popular-cars .tab-slider-left {
  width: 30%
}
.most-popular-cars .tab-slider-right {
  width: 70%;
  padding-left: 20px
}
.most-popular-cars .h5-tab-slider-left-active .slick-slide.slick-current.slick-active .h5-tab-slider-left-items, .most-popular-cars .h5-tab-slider-left-active2 .slick-slide.slick-current.slick-active .h5-tab-slider-left-items {
  -webkit-box-shadow: 0 0 15px 2px rgba(251, 9, 55, .2);
  box-shadow: 0 0 15px 2px rgba(251, 9, 55, .2)
}
.most-popular-cars .h5-tab-slider-left-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  width: 96% !important
}
.most-popular-cars .h5-tab-slider-left-items .thubm-area {
  width: 50%;
  padding: 0 30px
}
.most-popular-cars .h5-tab-slider-left-items .content-area {
  width: 50%
}
.most-popular-cars .h5-tab-slider-left-items .content-area .title {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 800;
  margin-bottom: 0
}
.most-popular-cars .h5-tab-slider-left-items .content-area .rating {
  color: var(--main-color-one)
}
.most-popular-cars .h5-tab-slider-left-items .content-area .rating .checked {
  fill: var(--main-color-one)
}
.most-popular-cars .h5-tab-slider-left-items .content-area .price {
  padding-top: 10px;
  color: #181818;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400
}
.most-popular-cars .h5-tab-slider-left-active {
  height: 100%
}
.most-popular-cars .h5-tab-slider-right-items .thumb {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.most-popular-cars .h5-tab-slider-right-items .content .title {
  padding-top: 20px;
  color: #181818;
  font-size: 30px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 0
}
.most-popular-cars .h5-tab-slider-right-items .content .list-item-wrap {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0
}
.most-popular-cars .h5-tab-slider-right-items .content .list-item-wrap .list-items {
  padding: 0 20px
}
.most-popular-cars .h5-tab-slider-right-items .content .list-item-wrap .list-items .icon {
  padding-left: 10px
}
.most-popular-cars .h5-tab-slider-right-items .content .main-btn-wrap {
  padding-bottom: 20px
}
.most-popular-tab-content {
  position: relative;
  z-index: 0
}
.most-popular-tab-content .slider-preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 48, 71, .8);
  content: '';
  z-index: 1;
  display: none
}
.most-popular-tab-content .slider-preloader .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 100%
}
.grid-list-column-item {
  width: 31.5%;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #cad1dc;
  position: relative;
  z-index: 0;
  padding: 30px 0;
  position: relative;
  z-index: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.grid-list-column-item:hover {
  -webkit-box-shadow: 0 6px 12px rgba(251, 9, 55, .26);
  box-shadow: 0 6px 12px rgba(251, 9, 55, .26)
}
.grid-list-column-item:hover::after {
  top: 0;
  border-radius: 0;
  background-color: #fff
}
.grid-list-column-item:hover .main-btn-wrap .main-btn {
  border: none;
  background-color: var(--main-color-one);
  color: #f5f5f5;
  -webkit-box-shadow: 0 6px 20px -8px rgba(0, 150, 255, .9);
  box-shadow: 0 6px 20px -8px rgba(0, 150, 255, .9)
}
.grid-list-column-item:hover .main-btn-wrap .main-btn:hover {
  background-color: var(--main-color-one);
  -webkit-box-shadow: 0 10px 20px -8px var(--main-color-one);
  box-shadow: 0 10px 20px -8px var(--main-color-one)
}
.grid-list-column-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 30%;
  background-color: #f5f5f5;
  display: block;
  z-index: -1;
  border-radius: 30px 30px 0 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.grid-list-column-item .price-drop-tag {
  position: absolute;
  left: 20px;
  background-color: var(--main-color-one);
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  font-family: var(--body-font);
  font-weight: 400
}
.grid-list-column-item .price-drop-tag::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid red;
  border-bottom: 8px solid transparent
}
.grid-list-column-item .title {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--main-color-one);
  font-weight: 600
}
.grid-list-column-item.style-02 {
  padding: 30px 15px 28px;
  position: relative;
  z-index: 0
}
.grid-list-column-item.style-02:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 9
}
.grid-list-column-item.style-02:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.grid-list-column-item.style-02:hover .car-functional-wrap {
  -webkit-transform: translateY(82%);
  -ms-transform: translateY(82%);
  transform: translateY(82%);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9
}
.grid-list-column-item.style-02 .sub-title {
  color: #181818;
  font-size: 16px;
  line-height: 26px
}
.grid-list-column-item.style-02 .thumb img {
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.grid-list-column-item.style-02 .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.grid-list-column-item.style-02 .price-wrap .price {
  width: 50%
}
.grid-list-column-item.style-02 .price-wrap .price .common-price-style {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  padding-top: 0;
  text-align: left
}
.grid-list-column-item.style-02 .price-wrap .price .common-rating-style {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.grid-list-column-item.style-02 .price-wrap .cart {
  width: 50%
}
.grid-list-column-item.style-02 .price-wrap .cart .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 7px rgba(24, 24, 24, .26);
  box-shadow: 0 4px 7px rgba(24, 24, 24, .26);
  display: block;
  float: right
}
.grid-list-column-item.style-02 .car-functional-wrap {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #cad1dc;
  border-bottom: 1px solid #cad1dc;
  border-left: 1px solid #cad1dc;
  background-color: #fff;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  bottom: 1px;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.grid-list-column-item.style-02 .car-functional-wrap__item .power {
  color: #181818;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500
}
.grid-list-column-item.style-02 .car-functional-wrap__item .icon {
  color: #181818;
  font-size: 16px
}
.grid-list-column-item.style-02 .car-functional-wrap__item .force {
  color: #181818;
  font-size: 12px;
  line-height: 22px
}
.grid-list-column-item.list-view {
  width: 48%
}
.grid-list-column-item.list-view.style-02 .thumb {
  width: 35%;
  padding-right: 10px
}
.grid-list-column-item.list-view.style-02 .grid-list-column-item__content {
  width: 65%
}
.grid-list-column-item.list-view.style-02:hover .car-functional-wrap {
  -webkit-transform: translateY(95%);
  -ms-transform: translateY(95%);
  transform: translateY(95%)
}
.grid-list-column-item.list-view:hover::after {
  left: 0;
  border-radius: 0;
  background-color: #fff
}
.grid-list-column-item.list-view .thumb {
  width: 30%
}
.grid-list-column-item.list-view::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  display: block;
  z-index: -1;
  border-radius: 30px 0 0 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.grid-list-column-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px
}
.grid-list-column-item__content {
  width: 70%;
  text-align: left
}
.grid-list-column-item__content .common-rating-style {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.banner__body__404__content {
  text-align: center;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100vh;
  min-height: 600px
}
.banner__body__404__content p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  padding-top: 160px
}
.banner__body__404__content .title-404 {
  color: #fff;
  font-size: 16vw;
  line-height: 120px;
  font-weight: 800;
  letter-spacing: 10px
}
.footer-area {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  margin-top: -10px;
  background-color: rgba(24, 24, 24, .99)
}
.footer-area .banner__header__follow_us ul li .icon {
  color: #181818 !important;
  font-size: 12px;
  color: #fff
}
.footer-area.style-02 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}
.footer-area.style-02 .footer-top .container {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2)
}
.footer-area.style-02 .footer-subscribe-area {
  background-color: #fff;
  width: 50%;
  padding: 0 120px 100px 120px;
  margin: -50px auto;
  z-index: 1
}
.footer-area.style-02 .footer-subscribe-area .title {
  padding-bottom: 40px;
  color: #181818;
  font-size: 29px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--body-font);
  text-align: center
}
.footer-area.style-02 .footer-subscribe-area .input-group {
  background-color: #f5f5f5;
  padding: 15px 15px
}
.footer-area.style-02 .footer-subscribe-area .input-group .form-control {
  background-color: transparent
}
.footer-area.style-02 .footer-subscribe-area .input-group .form-control::-webkit-input-placeholder {
  color: #181818;
  font-size: 16px;
  line-height: 35px
}
.footer-area.style-02 .footer-subscribe-area .input-group .form-control:-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
  line-height: 35px
}
.footer-area.style-02 .footer-subscribe-area .input-group .form-control::-ms-input-placeholder {
  color: #181818;
  font-size: 16px;
  line-height: 35px
}
.footer-area.style-02 .footer-subscribe-area .input-group .form-control::placeholder {
  color: #181818;
  font-size: 16px;
  line-height: 35px
}
.footer-area.style-02 .footer-subscribe-area .input-group-text input[type=submit] {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.footer-area.style-02 .copyright-area {
  padding: 0
}
.footer-area.style-02 .copyright-area .container {
  border-left: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2)
}
.footer-area.style-02 .copyright-area .copyright-area-inner {
  padding: 20px 0
}
.footer-top .contact-area .icon {
  padding-right: 10px;
  float: left
}
.footer-top .widget.footer-widget p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400
}
.footer-top .widget .widget-title {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 20px
}
.footer-top .widget.widget_nav_menu ul li {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--body-font)
}
.footer-top .widget-top {
  color: #fff
}
.footer-top .widget-top .contact-info-name {
  font-size: 14px;
  line-height: 24px;
  font-weight: 200
}
.footer-top .widget-top .contact-info {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}
.footer-top .input-group .form-control {
  border-radius: 0;
  height: 50px;
  border: none
}
.footer-top .input-group .form-control::-webkit-input-placeholder {
  color: #ccd3dc;
  font-size: 12px;
  line-height: 40px;
  font-family: var(--body-font);
  font-weight: 400
}
.footer-top .input-group .form-control:-ms-input-placeholder {
  color: #ccd3dc;
  font-size: 12px;
  line-height: 40px;
  font-family: var(--body-font);
  font-weight: 400
}
.footer-top .input-group .form-control::-ms-input-placeholder {
  color: #ccd3dc;
  font-size: 12px;
  line-height: 40px;
  font-family: var(--body-font);
  font-weight: 400
}
.footer-top .input-group .form-control::placeholder {
  color: #ccd3dc;
  font-size: 12px;
  line-height: 40px;
  font-family: var(--body-font);
  font-weight: 400
}
.footer-top .input-group-text {
  background-color: var(--main-color-one);
  border: none;
  border-radius: 0;
  font-size: 23px;
  cursor: pointer
}
.footer-top .input-group-text button {
  background-color: transparent;
  border: none;
  color: #fff
}
.copyright-area {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-family: var(--menu-font);
  font-weight: 400
}
.copyright-area .coypright-icon {
  color: var(--main-color-one);
  font-size: 15px;
  margin: 0 10px
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  line-height: 50px;
  z-index: 9;
  cursor: pointer;
  display: none
}
.back-to-top::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 25%;
  left: -10%;
  -webkit-animation: pauseanimate 2s linear infinite;
  animation: pauseanimate 2s linear infinite
}
.back-to-top::after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 18%;
  left: -25%;
  -webkit-animation: pauseanimate 2s 1s linear infinite;
  animation: pauseanimate 2s 1s linear infinite
}
.back-to-top .back-top::before {
  content: "\f114";
  font-family: Flaticon;
  display: block;
  color: #fff;
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(2, 48, 71, .8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color-one);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: #fff
}
.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color-one);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0)
  }
  50% {
    -webkit-transform: scale(1)
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}
.main-btn-wrap .main-btn {
  min-width: 120px;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  font-family: var(--body-font);
  font-weight: 500;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.form-control::-webkit-input-placeholder {
  color: #5b5b5b
}
.form-control::-ms-input-placeholder {
  color: #5b5b5b
}
.form-control::placeholder {
  color: #5b5b5b
}
.main-btn-wrap .main-btn:hover {
  background-color: red
}
.main-btn-wrap .main-btn.small {
  min-width: 150px;
  padding: 8px 0
}
.main-btn-wrap .main-btn.ls {
  min-width: 130px;
  padding: 8px 8px
}
.main-btn-wrap .main-btn.uppercase {
  background-color: #d82b2a;
  text-transform: uppercase;
  color: #fff
}
.main-btn-wrap .main-btn.border {
  border: 1px solid #fb0937;
  background-color: transparent;
  color: var(--main-color-one);
  -webkit-box-shadow: none;
  box-shadow: none
}
.main-btn-wrap .main-btn.black {
  background-color: #181818;
  -webkit-box-shadow: 0 6px 20px -8px rgba(24, 24, 24, .9);
  box-shadow: 0 6px 20px -8px rgba(24, 24, 24, .9);
  border: none
}
.main-btn-wrap .main-btn.black:hover {
  -webkit-box-shadow: 0 10px 20px -8px #181818;
  box-shadow: 0 10px 20px -8px #181818;
  background-color: #181818
}
.main-btn-wrap .main-btn.white {
  background-color: #fff;
  color: #181818;
  -webkit-box-shadow: 0 6px 20px -8px rgba(255, 255, 255, .9);
  box-shadow: 0 6px 20px -8px rgba(255, 255, 255, .9)
}
.main-btn-wrap .main-btn.white:hover {
  -webkit-box-shadow: 0 10px 20px -8px #fff;
  box-shadow: 0 10px 20px -8px #fff
}
.main-btn-wrap .main-btn.black-border {
  border: 1px solid #181818;
  background-color: transparent;
  color: #181818;
  -webkit-box-shadow: none;
  box-shadow: none
}
.main-btn-wrap .main-btn.black-border:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.main-btn-wrap .main-btn.gray-border {
  border: 1px solid #868686;
  background-color: transparent;
  color: #868686;
  -webkit-box-shadow: none;
  box-shadow: none
}
.main-btn-wrap .main-btn.gray-border:hover {
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}
.main-btn-wrap .main-btn.gray {
  background-color: #d1d1d1;
  color: #181818;
  -webkit-box-shadow: 0 6px 20px -8px rgba(209, 209, 209, .9);
  box-shadow: 0 6px 20px -8px rgba(209, 209, 209, .9)
}
.main-btn-wrap .main-btn.gray:hover {
  -webkit-box-shadow: 0 10px 20px -8px #d1d1d1;
  box-shadow: 0 10px 20px -8px #d1d1d1
}
.main-btn-wrap .main-btn.md {
  padding: 13px 15px
}
.main-btn-wrap .main-btn.lg {
  padding: 15px 20px
}
.read-more-wrap .read-more {
  color: var(--main-color-one);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 500;
  position: relative
}
.read-more-wrap .read-more.gray {
  color: #181818
}
.read-more-wrap .read-more.uppercase {
  text-transform: uppercase
}
.play-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9
}
.play-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: var(--main-color-one);
  position: relative
}
.play-btn.style-02 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 20px
}
.play-btn.style-02::after, .play-btn.style-02::before {
  border: 2px solid var(--main-color-one)
}
.play-btn.style-03 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 30px
}
.play-btn.style-03::before {
  border: 5px solid rgba(255, 255, 255, .5)
}
.play-btn.style-03::after {
  border: 3px solid rgba(255, 255, 255, .5)
}
.play-btn::after, .play-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 50%
}
.play-btn::before {
  -webkit-animation: pauseanimate 2s linear infinite;
  animation: pauseanimate 2s linear infinite
}
.play-btn::after {
  -webkit-animation: pauseanimate 2s 1s linear infinite;
  animation: pauseanimate 2s 1s linear infinite
}
@-webkit-keyframes pauseanimate {
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}
@keyframes pauseanimate {
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
}
.button-large, .button-medium, .button-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.section-title .title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--menu-font);
  color: var(--main-color-one);
  letter-spacing: 4px;
  position: relative;
  z-index: 0;
  padding-left: 30px;
  text-transform: capitalize;
  margin: 0
}
.section-title .title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  z-index: 1;
  width: 20px;
  height: 1px;
  background-color: var(--main-color-one)
}
.section-title .title.both-line {
  padding-left: 30px;
  padding-right: 30px
}
.section-title .title.both-line.white::after, .section-title .title.both-line.white::before {
  background-color: #fff
}
.section-title .title.both-line::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  z-index: 1;
  width: 20px;
  height: 1px;
  background-color: var(--main-color-one)
}
.section-title .title.both-line::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 1;
  width: 20px;
  height: 1px;
  background-color: var(--main-color-one)
}
.section-title .title.white {
  color: #fff
}
.section-title .title.white::before {
  background-color: #fff
}
.section-title .title.gray {
  color: #181818
}
.section-title .title.gray::before {
  background-color: #181818
}
.section-title .title.gray::after {
  background-color: #181818
}
.section-title .title.black {
  color: #363839
}
.section-title .title.black1 {
  color: #181818
}
.section-title .title.black1::before {
  background-color: #181818
}
.section-title .title.uppercase {
  text-transform: uppercase
}
.section-title .heading-02 {
  font-size: 45px;
  font-family: var(--body-font);
  line-height: 60px;
  font-weight: 700;
  margin: 0;
  color: #181818
}
.section-title .heading-02.white {
  color: #fff
}
.section-title .heading-04 {
  font-size: 30px;
  font-family: var(--body-font);
  line-height: 40px;
  font-weight: 700;
  margin: 0;
  color: #fff
}
.section-title p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400
}
.custom-select-box.w-100 .nice-select {
  width: 100%
}
.custom-select-box.w-100 .nice-select.open .list {
  width: 100%
}
.custom-select-box select {
  display: none
}
.nice-text {
  background-color: #fff;
  border-radius: 5px !important;
  border: solid 1px #c5c5c5 !important
}
.custom-select-box .nice-select {
  background-color: #fff;
  border: solid 1px #c5c5c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}
.custom-select-box .nice-select:hover {
  border-color: #dbdbdb
}
.custom-select-box .nice-select.open, .custom-select-box .nice-select:active, .custom-select-box .nice-select:focus {
  border-color: #999
}
.custom-select-box .nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}
.custom-select-box .nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.custom-select-box .nice-select.open .list {
  z-index: 999;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}
.custom-select-box .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}
.custom-select-box .nice-select.disabled:after {
  border-color: #ccc
}
.custom-select-box .nice-select.wide {
  width: 100%
}
.custom-select-box .nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}
.custom-select-box .nice-select.right {
  float: right
}
.custom-select-box .nice-select.right .list {
  left: auto;
  right: 0
}
.custom-select-box .nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}
.custom-select-box .nice-select.small:after {
  height: 4px;
  width: 4px
}
.custom-select-box .nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}
.custom-select-box .nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-21px);
  -ms-transform: scale(.75) translateY(-21px);
  transform: scale(.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}
.custom-select-box .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}
.custom-select-box .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  height: 30px;
  outline: 0;
  padding-left: 18px;
  padding-right: 18px;
  text-align: left;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.custom-select-box .nice-select .option.focus, .custom-select-box .nice-select .option.selected.focus, .custom-select-box .nice-select .option:hover {
  background-color: #f6f6f6
}
.custom-select-box .nice-select .option.selected {
  font-weight: 700
}
.custom-select-box.style-02 {
  min-width: 70px
}
.custom-select-box.style-02 .nice-select {
  background-color: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase
}
.custom-select-box.style-02 .nice-select .list {
  background-color: rgba(24, 24, 24, .9);
  border-radius: 0
}
.custom-select-box.style-02 .nice-select .option.focus, .custom-select-box.style-02 .nice-select .option.selected.focus, .custom-select-box.style-02 .nice-select .option:hover {
  background-color: #181818
}
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1
}
.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999
}
.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px
}
.search-popup .search-form .submit-btn {
  width: 120px;
  height: 55px;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 150, 255, .9);
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 0;
  text-align: center;
  border: none;
  color: #fff
}
.search-popup .search-form .submit-btn:hover {
  background-color: var(--main-color-one)
}
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, .54);
  z-index: 9999;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}
.body-overlay.active {
  visibility: visible;
  opacity: .8
}
.calendar .form-control {
  font-size: 11px;
  color: #181818;
  font-style: italic;
  padding: 19px 30px !important
}
label {
  display: block;
  margin-bottom: 0
}
input:focus {
  outline: 0
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
  }
  40% {
    opacity: 1
  }
  80% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
@-webkit-keyframes move {
  25% {
    opacity: 1
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale3d(.5, .5, .5);
    transform: translateY(30px) scale3d(.5, .5, .5)
  }
}
@keyframes move {
  25% {
    opacity: 1
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px) scale3d(.5, .5, .5);
    transform: translateY(30px) scale3d(.5, .5, .5)
  }
}
@-webkit-keyframes pulse {
  to {
    opacity: 1
  }
}
@keyframes pulse {
  to {
    opacity: 1
  }
}
.closebtn {
  color: var(--main-color-one);
  font-size: 40px;
  width: 50px;
  text-align: center;
  height: 50px;
  cursor: pointer
}
.sidebar-class {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(1200px) rotateY(90deg);
  transform: perspective(1200px) rotateY(90deg);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 9999
}
.sidebar-class.right {
  width: 400px;
  text-align: left;
  right: 0;
  left: inherit;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  padding: 0 20px;
  -webkit-transform: perspective(1200px) rotateY(-90deg);
  transform: perspective(1200px) rotateY(-90deg);
  display: -ms-grid;
  display: grid
}
.sidebar-class.right::after {
  right: 0;
  left: inherit
}
.sidebar-class.right .toggle-btn {
  text-align: right
}
.sidebar-class.active {
  -webkit-transform: perspective(1200px);
  transform: perspective(1200px)
}
.sidebar-class .sider-social-icon-wrap {
  position: inherit !important
}
.sidebar-class ul {
  padding: 0;
  margin: 0
}
.sidebar-class ul li {
  font-size: 16px;
  line-height: 55px;
  font-family: var(--menu-font);
  font-weight: 400;
  color: #fff;
  list-style: none;
  color: #fff;
  width: 100%;
  display: inline-block
}
.sidebar-class .banner__header__follow_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.sidebar-logo-area .logo-area {
  margin: auto;
  text-align: center;
  margin-top: -50px
}
.back2 {
  background-image: url(../img/back2.jpg)
}
.sidebar-logo-area p {
  text-align: left;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300;
  margin-bottom: 0
}
.sidebar-contact-area .date, .sidebar-working-area .date {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 300
}
.sidebar-contact-area .time, .sidebar-working-area .time {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.contact-form .form-group label {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.contact-form .form-control {
  border: 1px solid #181818;
  border-radius: 0
}
.contact-form input[type=email]:focus, .contact-form input[type=tel]:focus, .contact-form input[type=text]:focus {
  border: 1px solid #181818
}
.quick-find-us .find-us-inner {
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 16px rgba(251, 9, 55, .4);
  box-shadow: 0 3px 16px rgba(251, 9, 55, .4);
  max-width: 350px;
  padding: 30px 0;
  margin-bottom: -50%;
  z-index: 1;
  position: relative
}
.quick-find-us .find-us-inner .title {
  position: relative;
  color: #181818;
  font-size: 32px;
  line-height: 42px;
  font-family: var(--body-font);
  font-weight: 600;
  margin: 0
}
.quick-find-us .find-us-inner .title::after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(49%, #cad1dc), to(#fff));
  background-image: -webkit-linear-gradient(right, #fff 0, #cad1dc 49%, #fff 100%);
  background-image: -o-linear-gradient(right, #fff 0, #cad1dc 49%, #fff 100%);
  background-image: linear-gradient(270deg, #fff 0, #cad1dc 49%, #fff 100%);
  display: block;
  margin-top: 30px
}
.contact-items.white .heading {
  color: #fff
}
.contact-items.white .contact .contact-info {
  color: #fff
}
.contact-items .icon {
  color: #fb0937;
  font-size: 30px
}
.contact-items .heading {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.contact-items .contact .contact-info {
  display: block;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.google-map-section #google-map {
  width: 100%;
  min-height: 600px;
  height: 100%
}
.sign-register-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
  padding: 100px 0
}
.sign-register-area-inner {
  max-width: 300px;
  text-align: center;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  padding: 50px 40px
}
.sign-register-area-inner::after {
  content: '';
  position: absolute;
  display: block;
  background-color: rgba(24, 24, 24, .4);
  width: 100%;
  height: 100%;
  z-index: -1
}
.sign-register-area-inner .title {
  font-size: 32px;
  line-height: 42px;
  font-family: var(--body-font);
  font-weight: 600
}
.sign-register-area-inner p {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  padding: 10px 0
}
.sign-in-area .btn-login-with {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  display: inline-block;
  width: 48%
}
.sign-in-area .btn-login-with.google {
  background-color: #ee314a;
  margin-right: 3%
}
.sign-in-area .btn-login-with.facebook {
  background-color: #4285f4
}
.sign-in-area .btn-login-with .icon {
  border-right: 1px solid #fff;
  padding: 16px 16px;
  display: inline-block;
  font-size: 12px
}
.sign-in-area .btn-login-with .text {
  padding: 10px;
  display: inline-block
}
.sign-in-area .hr-border {
  position: relative;
  text-align: center;
  color: #63656d;
  font-size: 10px;
  line-height: 24px;
  font-family: var(--menu-font);
  font-weight: 400;
  margin-top: 40px
}
.sign-in-area .hr-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: rgba(24, 24, 24, .3)
}
.sign-in-area .hr-border::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: rgba(24, 24, 24, .3)
}
.sign-in-area label {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  padding-bottom: 5px
}
.sign-in-area .form-control {
  border: none;
  background-color: #f5f5f5;
  border-left: 1px solid #181818
}
.sign-in-area .form-control::-webkit-input-placeholder {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.sign-in-area .form-control:-ms-input-placeholder {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.sign-in-area .form-control::-ms-input-placeholder {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.sign-in-area .form-control::placeholder {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.sign-in-area .input-group-text {
  background-color: #f5f5f5;
  border: none
}
.sign-in-area .input-group-text .icon, .sign-in-area .input-group-text .show-hide-icon {
  color: #181818
}
.sign-in-area-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-right: 10px
}
.sign-in-area-switch input {
  opacity: 0;
  width: 0;
  height: 0
}
.sign-in-area-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.sign-in-area-switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.sign-in-area-switch input:checked + .slider {
  background-color: #35ce9f
}
.sign-in-area-switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #35ce9f;
  box-shadow: 0 0 1px #35ce9f
}
.sign-in-area-switch input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px)
}
.sign-in-area-switch .slider.round {
  border-radius: 34px
}
.sign-in-area-switch .slider.round:before {
  border-radius: 50%
}
.sign-in-area .form-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.sign-in-area .form-bottom-area .forgot-password, .sign-in-area .form-bottom-area .remember-me {
  width: 50%
}
.sign-in-area .form-bottom-area .remember-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.sign-in-area .form-bottom-area .forgot-password {
  text-align: right;
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.side-form-icons {
  float: right;
  position: -webkit-sticky;
  position: sticky;
  top: 6vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: -2px 0 8px 0 rgba(24, 24, 24, .16);
  box-shadow: -2px 0 8px 0 rgba(24, 24, 24, .16);
  padding: 6px 0;
  z-index: 999;
  right: 50px;
  width: 42px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.side-form-icons .icon {
  color: #181818;
  padding: 4px 7px;
  display: block;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}
.side-form-icons .icon:hover {
  color: var(--main-color-one)
}
#open-contact-popup.active, #open-location-popup.active, #open-message-popup.active {
  color: var(--main-color-one)
}
.contact-popup, .location-popup, .message-popup {
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(24, 24, 24, .9);
  position: fixed;
  opacity: 0;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress
}
.contact-popup.active, .location-popup.active, .message-popup.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99
}
.contact-popup-content, .location-popup-content, .message-popup-content {
  margin: auto;
  width: 50%;
  position: fixed;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none
}
.contact-popup-content.active, .location-popup-content.active, .message-popup-content.active {
  display: block
}
.contact-popup-content_close, .location-popup-content_close, .message-popup-content_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: var(--main-color-one);
  display: inline-block;
  border-radius: 30px;
  border: none;
  color: #fff;
  opacity: 1;
  z-index: 1
}
.contact-popup-content_close:hover, .location-popup-content_close:hover, .message-popup-content_close:hover {
  cursor: pointer;
  background: rgba(251, 9, 55, .8)
}
.contact-popup__wrapper, .location-popup__wrapper, .message-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
.location-popup__map {
  width: 60%;
  height: 430px
}
.location-popup__text {
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: #fff;
  width: 40%;
  height: 430px
}
.location-popup__text .heading {
  color: #181818;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.message-popup__thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  height: 430px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
  position: relative;
  z-index: 0
}
.message-popup__thumb::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(24, 24, 24, .6);
  z-index: -1
}
.message-popup__text .heading {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 600
}
.message-popup__text .contact-info {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400
}
.message-popup__form {
  width: 100%;
  padding: 40px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #fff
}
.contact-popup__thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60%;
  height: 430px
}
.contact-popup__info__wrap {
  width: 40%;
  height: 430px;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center
}
.modal-box-item {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 60px 30px;
  max-width: 340px;
  position: relative
}
.modal-box-item__icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px
}
.modal-box-item__icon.green {
  background-color: #35ce9f
}
.modal-box-item__icon.red {
  background-color: var(--main-color-one)
}
.modal-box-item__content .heading-05 {
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--menu-font);
  font-weight: 600;
  padding-bottom: 20px
}
.modal-box-item__content p {
  color: #181818;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--menu-font);
  font-weight: 300;
  margin: 0;
  padding-bottom: 40px
}
.modal-box-item__button .main-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.grid-modal-box__item {
  position: relative;
  -webkit-box-shadow: 0 0 22px rgba(24, 24, 24, .22);
  box-shadow: 0 0 22px rgba(24, 24, 24, .22)
}
.grid-modal-box .contact-popup-content_close, .grid-modal-box .location-popup-content_close, .grid-modal-box .message-popup-content_close {
  position: absolute;
  top: -12px;
  right: 12x
}
.black-bg {
  background-color: #181818
}
.banner {
  position: relative
}
.banner__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 9
}
.banner__header__follow_us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.banner__header__follow_us .text {
  padding-left: 50px;
  padding-right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  position: relative
}
.banner__header__follow_us .text::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 40px;
  height: 1px;
  display: inline-block;
  background-color: #fff
}
.banner__header__icon ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0
}
.banner__header__icon ul li {
  padding: 0 6px
}
.banner__header__icon ul .icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #181818;
  background-color: #fff;
  display: block;
  text-align: center;
  font-size: 10px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.banner__header__icon ul .icon:hover {
  background-color: var(--main-color-one)
}
.banner__body {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: relative
}
.banner__body::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(24, 24, 24, .2);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0
}
.banner__body__wrap {
  height: 100vh;
  min-height: 600px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 55px
}
.banner__body__title {
  font-size: 130px;
  line-height: 120px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--body-font);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap
}
.heading .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400
}
.heading .heading-01 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  padding: 5px 0 12px 0
}
.heading .heading-02 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  padding: 6px 0 14px 0
}
.heading .heading-03 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding: 7px 0 16px 0
}
.heading .heading-04 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  padding: 8px 0 17px 0
}
.heading .heading-05 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding: 10px 0 20px 0
}
.heading .heading-06 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0 0 0
}
.inline-element p {
  color: #181818;
  font-size: 14px;
  line-height: 24px
}
.inline-element p mark {
  background-color: var(--main-color-one);
  border-radius: 4px;
  color: #181818
}
.icons_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.icons_wrap.bg-black {
  background-color: #181818
}
.icons_wrap.bg-black .icons_wrap_item {
  color: #fff
}
.icons_wrap_item {
  width: 120px;
  font-size: 40px;
  padding: 10px;
  color: #181818;
  text-align: center
}
.carousel-dots_arrow-icon {
  font-size: 22px;
  position: relative;
  z-index: 0
}
.carousel-dots_arrow-icon::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  z-index: -1
}
.carousel-dots_arrow-icon.left::before {
  left: -6px
}
.carousel-dots_arrow-icon.right::before {
  left: 6px
}
.carousel-dots_inner {
  padding: 0;
  margin: 0;
  list-style-type: none
}
.carousel-dots_items {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background-color: #8b8b8b;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.carousel-dots_items.active, .carousel-dots_items:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-color: var(--main-color-one)
}
.carousel-dot_arrow-icon {
  position: relative;
  z-index: 0;
  font-size: 22px
}
.carousel-dot_arrow-icon::before {
  position: absolute;
  left: 1px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: var(--main-color-one);
  border-radius: 50%;
  z-index: -1
}
.carousel-dot_arrow-icon.left::before {
  top: 0
}
.carousel-dot_arrow-icon.right::before {
  bottom: 3px
}
.carousel-dot_inner {
  list-style-type: none;
  padding: 0;
  margin: 0
}
.carousel-dot_items {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  border: 1px solid #181818;
  margin: 10px 0;
  position: relative;
  cursor: pointer
}
.carousel-dot_items::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 6px;
  height: 6px;
  line-height: 6px;
  background-color: #181818;
  border-radius: 50%;
  display: block
}
.animation1 {
  position: absolute;
  top: 25%;
  right: 20%;
  z-index: 1
}
.terms {
  height: auto;
  padding: 30px !important;
  background-color: #eee;
  border: 1px solid #eee
}
.terms ul {
  margin-left: 50px
}
.terms ul ul {
  margin-left: 50px
}
.terms::-webkit-scrollbar {
  width: 10px;
  background-color: #eee
}
.terms::-webkit-scrollbar-track {
  border-radius: 0
}
.terms::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 0
}
.terms::-webkit-scrollbar-thumb:hover {
  background: #b30000
}
html {
  scroll-behavior: smooth
}
.home-02_tab-section {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 8px
}
.ml40 {
  margin-left: 40px
}
.footer1 {
  margin: 50px auto 0 auto;
  width: 100%;
  text-align: center;
  display: block
}
.footer2 {
  display: block;
  margin: 30px auto 0 auto
}
.footer-widget i {
  font-size: 30px;
  color: #d82b2a
}
.button1 {
  width: 160px !important;
  background-color: #d92c2a;
  border: none;
  padding: 7px 20px;
  color: #fff
}
.jotform-form {
  width: 100%
}
.message-popup__form h1 {
  font-size: 17px;
  margin-bottom: 40px;
  width: 100%;
  display: block
}
.slider-content-inner {
  margin-top: -200px
}
.humberger-menu.black span {
  background-color: #d82c2b;
}
.row.padding-top-40.padding-bottom-40.align-items-top {
  vertical-align: top;
  align-items: baseline;
}
.home-2-car-adds-items .items-head .border-one::after {
  -webkit-animation: circle 10s infinite linear;
}
.home-2-car-adds-items .items-head .border-one .border-two {
  -webkit-animation: reverseCircle 10s infinite linear;
}
@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg)
  }
  to {
    -webkit-transform: rotateZ(360deg)
  }
}
@-webkit-keyframes reverseCircle {
  from {
    -webkit-transform: rotateZ(360deg)
  }
  to {
    -webkit-transform: rotateZ(0deg)
  }
}
.section-title .title.uppercase {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.section-title .title.gray::before {
  left: 35px;
}
.section-title .title.gray::after {
  right: 15px;
}
.btn-primary {
  color: #fff;
  background-color: #ed1c30;
  border-color: #ed1c30;
}
.cta {
  right: 28px;
  top: 15px;
  text-align: right;
}
.custom-select-box .nice-select {
  border-radius: 5px;
}
.section-title .heading-02 {
  font-size: 1.8em;
}
div#modelRail {
    margin-bottom: 3em;
}
@media only screen and (min-width: 769px) {
  .large .cta {
    right: 45px;
    bottom: 30px;
    text-align: right;
  }
  .section-title .title.gray::before {
    left: 15px;
  }
  .section-title .title.gray::after {
    right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .home-2-car-adds-items .items-body .title {
    font-size: 1em;
    line-height: 30px;
  }
  .section-title .heading-02 {
    font-size: 1.5em;
    line-height: 45px;
    padding-bottom: 30px;
  }
  .section-title .title {
    letter-spacing: 1px;
  }
  .pricing-plan-inner-columns {
    padding: 0;
    width: 100%
  }
  li.list-items ul {
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
header .topbar-area .container::after, header .topbar-area .container::before {
  display: none;
}
@media only screen and (min-width: 1450px) and (max-width: 1600px) {
  .h2-vehicle-slider-items .items-body {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
  .pricing-plan-inner {
    width: 100%;
  }
  .slider-content-inner {
    width: 70vw;
    margin-top: -150px;
  }
  .h2-vehicle-slider-items .items-body {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .navbar-area.style-05 {
    padding-left: 0;
  }
  .message-popup-content {
    width: 70%;
  }
}
/* Medium Layout: 1200px. */
@media only screen and (min-width: 992px) and (max-width: 1201px) {
  .nav-right-content ul {
    margin-left: 0;
  }
  .nav-right-content ul li {
    margin: 0 15px;
  }
  .section-border-image.margin-right {
    margin-right: 60px;
  }
  .slider-content-inner {
    width: 60vw;
  }
  .home-02_tab-section .tab-wrapper {
    width: 70%;
  }
  .h2-vehicle-slider-items::after {
    width: 80%;
    left: 10%;
  }
  .h2-vehicle-slider-items {
    padding: 20px 0 0 0;
  }
  .home-2-car-adds-items .items-body .padding-around {
    padding: 20px 0px;
  }
  .home-2-car-adds-items {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 992px) {
  .button1 {
    width: 100px !important;
    background-color: #d92c2a;
    border: none;
    font-size: 10px;
    padding: 7px 0px;
    color: #fff;
  }
}
@media only screen and (max-height: 620px) {
  /* .home-slider-area.style-02 .slider-items .slider-items-wrap {
        padding-top: 8%;
    } */
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .h2-vehicle-slider-items:hover .items-body {
    transform: translateY(-20%);
  }
  .home-slider-area .carousel-dots-area .carousel-dots {
    top: 30%;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__header__icon ul .icon {
    margin-left: 0;
  }
}
/* Tablet Layout: 991px. */
@media only screen and (max-width: 991px) {
  .navbar-area.style-05 .nav-right-content {
    justify-content: center;
    margin-right: 12%;
  }
  .navbar-area.style-05 {
    padding-left: 0;
  }
  .pricing-plan-inner {
    width: 100%;
  }
  .home-slider-area .carousel-dots-area .carousel-dots {
    top: 30%;
  }
  .slider-content-inner {
    width: 75vw;
    position: relative;
    z-index: 9;
  }
  .home-02_tab-section .tab-wrapper {
    width: 100%;
  }
  .message-popup-content {
    width: 80%;
  }
  .section-border-image.margin-right {
    margin-bottom: 55px;
  }
  .home-2-car-adds-items {
    padding: 0;
  }
  .home-2-car-adds-items .items-body .padding-around {
    padding: 20px 0px;
  }
  .humberger-menu.toggle-btn {
    display: none;
  }
  .humberger-menu {
    position: absolute;
    top: 0;
    right: 6px;
    z-index: 99;
    height: 70px;
    display: grid;
    align-content: center;
  }
  .nav-right-content {
    position: absolute;
    right: -15px;
    top: 0;
    height: 70px;
    display: grid;
    align-content: center;
  }
  .humberger-menu span {
    margin: 2px 4px;
  }
}

div#block-sitebranding img {
    width: 200px;
}

.sub_menu.company_list li:nth-child(6), .sub_menu.company_list li:nth-child(7), .links li {
    display: none;
}
.sidebar-class.right .toggle-btn {
    text-align: right;
    position: relative;
    height: 100px;
}
.closebtn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
i.fab span {
    font-size: 0 !important;
}
h2.formTitle {
    margin: 0;
    font-size: 24px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
.modal-backdrop.show {
    z-index: 0;
}
.modal-body iframe {
    width: 800px;
    height: 500px;
    max-height: 100%;
    max-width: 100%;
}@media only screen and (min-width: 800px) {
.modal-dialog {
    max-width: 800px;
}
}



/* Tablet Layout wide: 768px. */
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .h2-vehicle-slider-items {
    padding: 20px 0 0 0;
  }
  .h2-vehicle-slider-items::after {
    width: 80%;
    left: 10%;
  }
  .h2-vehicle-slider-items .items-body {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .home-slider-area .carousel-dots-area .carousel-dots {
    top: 35%;
  }
  .section-border-image.margin-right {
    margin-right: 40px;
  }
  .h2-vehicle-slider-items:hover .items-body {
    transform: translateY(-20%);
  }
  .pricing-plan-inner {
    flex-wrap: wrap;
  }
  .pricing-plan-inner-columns {
    width: 400px;
    margin: auto;
  }

}
@media only screen and (max-width: 767px) {
  .form-control {
    margin-bottom: 3px;
  }
  .main-btn-wrap .main-btn {
    min-width: 100%;
    color: #fff;
    margin-right: 0px;
    margin-left: 0px;
  }
  .button1 {
    width: 100% !important;
    background-color: #d92c2a;
    border: none;
    font-size: 20px;
    padding: 10px 0px;
    color: #fff;
  }
  .home-slider-area .slider-items .slider-content .auto-typing-header .typewrite {
    letter-spacing: 5px;
  }
  .car-adds-section {
    margin-top: 0px;
  }
  .home-2-car-adds-items {
    padding-top: 30px;
  }
  .home-02_tab-section .tab-wrapper .select-box-wrap {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .home-02_tab-section .tab-wrapper .select-box-wrap .items {
    width: 100%;
  }
  .home-02_tab-section .tab-wrapper .select-box-wrap .items:not(:last-child) {
    border-right: 0;
  }
  .home-slider-area .slider-items .slider-content .slider-title .heading-01 {
    font-size: 36px;
    line-height: 60px;
  }
  .section-title .heading-02 {
    font-size: 45px;
    line-height: 55px;
  }
  .slider-content-inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 601px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .message-popup__form {
    width: 100%;
  }
  .message-popup__form {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 575px) {
  header .header-bottom-area {
    padding: 0 15px;
  }
  .home-slider-area .slider-items .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .home-slider-area .slider-items .container {
    padding: 0 15px;
  }
  header .header-bottom-area {
    padding: 0 10px;
  }
  .home-slider-area .carousel-dots-area .carousel-dots {
    display: none !important;
  }
  .navbar-area.style-05 .nav-right-content {
    justify-content: flex-end;
  }
  .slider-content-inner {
    width: 85vw;
  }
}
@media only screen and (max-width: 450px) {
  .home-slider-area .slider-items .slider-content .auto-typing-header .typewrite {
    letter-spacing: 3px;
    font-size: 14px;
  }
  .slider-content-inner {
    width: 82vw;
  }
  .navbar-area.style-05 .nav-right-content {
    padding-right: 10px;
  }
  header .navbar-area {
    width: 90%;
  }
  .h2-vehicle-slider-items {
    padding: 20px 0 0 0;
  }
  .h2-vehicle-slider-items::after {
    width: 100%;
    left: 0;
  }
  .h2-vehicle-slider-items .items-body {
    padding: 0 10px;
  }
  .nav-right-content ul li {
    margin: 0 15px;
  }
  .home-slider-area .slider-items .slider-content .slider-title .heading-01 {
    font-size: 36px;
    line-height: 50px;
  }
  .section-title .heading-02 {
    font-size: 34px;
    line-height: 45px;
  }
  .home-2-car-adds-items .items-body .title {
    font-size: 25px;
    line-height: 35px;
  }
  .banner__header__icon ul .icon {
    margin-left: 0;
    margin-top: 10px;
  }
  .banner__header__follow_us {
    flex-wrap: wrap;
  }
  .footer-area .banner__header__icon ul .icon {
    margin-top: 0;
  }
  .nav-right-content ul li:last-child {
    margin-right: 5px;
  }
  .section-border-image.margin-right .we-are-img {
    margin: 20px -20px 20px 20px;
  }
  .section-border-image.margin-right {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 401px) {
  .home-slider-area .slider-items .slider-content .auto-typing-header .typewrite {
    letter-spacing: 2px;
    font-size: 12px;
  }
}
/* mobile tablet layout 385px */
@media only screen and (max-width: 385px) {
  .home-slider-area .slider-items .slider-content .slider-title .heading-01 .bold {
    display: inline;
  }
  .home-slider-area .slider-items .slider-content .auto-typing-header {
    margin: 10px auto 10px;
  }
  .slider-content-inner {
    width: 83vw;
  }
  .section-title .title {
    letter-spacing: 2px;
  }
}
/* mobile tablet layout 320px */