@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  /* background: #f7f9f8; */
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #E12F2F;
}

h1{
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Aero';
}

h2 {
  font-size:74px;
  color:#000;
  font-weight: 600;
}
@font-face {
  font-family: 'Aero';
  src: url('../fonts/aero2/Aero.woff');
}
.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  font-family: "Montserrat", sans-serif;
  margin: auto;
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
  background-color: #ffffff;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #c4002e;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;

}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #5172c0;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 0px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: -29px;
  bottom: 9px;
  z-index: 0;
  width: 100%;
  transform: rotate(2deg);
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #ccc !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 74px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 70px;
  font-style: italic;
  margin-bottom: 0;
}

.custom-slider img {
  /* width: 100%; */
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  width: 84%;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  margin-top: 135px;
  position: relative;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 0px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
  padding-left: 40px;
  font-size: 16px;
} 

.main-navigate nav img {
  /* width: 100%; */
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  z-index: 1;
  position: relative;
  font-size: 17px;
  padding: 13px 32px;
  color: #fff;
  outline: none;
  border: none;
  background: var(--primary-color);
  border-radius: 0px 0px 6px 0px;
  /* transition: all .5s; */
  font-weight: 500;
}

.btn:hover{
 background-color: #000;
 color: #fff;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
  left: 30px;
}

.banner-btn{
  margin-top: 50px;
}
.text-holder h2 {
  color: #fff;
  font-weight: 200;
  font-size: 70px;
}
.form {
  display: flex;
}

.form .form-group {
  display: flex;
  align-items: center;
  margin-left: 108px;
}

.form .form-control {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  color: #000;
  width: 240px;
}

.form i {
  color: #00a0ff;
}
.form .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}

.form .form-control::placeholder {
  color: #fff;
}
.btn_search {
  background: transparent;
  border: transparent;
  padding: 0px;
}
.social_text {
  position: absolute;
  bottom: 171px;
  left: 15rem;
  display: flex;
  gap: 28px;
}

.social_text a {
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 17px;
}

.social_text a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease-out;
}
/* header/slider-css */




/* About Css */
.Section_01{
  /* background: url('../images/banner_1.png'); */
  /* background-position: right; */
  background-repeat: no-repeat;
  background-position: right ,bottom;
  margin-top: 6rem;
}
.AboutContent p {
  line-height: 35px;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  width: 67%;
  margin-top: 1px;
}

.AboutContent h5 {
  font-size: 46px;
  color: var(--primary-color);
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.AboutContent h4 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* About Css */

.Sec2_content {
  text-align: center;
  padding-bottom: 4rem;
}

.Sec2_content h5 {
  font-size: 36px;
  margin-bottom: 0px;
}

.Sec2_content h6 {
  font-size: 65px;
  margin-bottom: 15px;
}

.Section_02 {
  padding-top: 4rem;
}

.Sec2_content p {
  font-size: 16px;
  width: 60%;
  margin: auto;
  color: #616161;
  font-weight: 500;
  line-height: 26px;
}

.ContentBox {
  position: relative;
  margin-bottom: 46px;
}

.ContentBox h6 {
  font-style: italic;
  line-height: 48px;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  left: 121px;
  z-index: 8;
  font-size: 43px;
  color: #fff;
}

.ContentBox h6 span {
  display: block;
}

.shape img {
  position: absolute;
  z-index: 9;
  right: 37%;
  top: 548px;
  width: 26%;
  /* opacity: 0; */
}

.shape {
  position: relative;
}

.shape h6 {
  text-align: center;
  position: absolute;
  z-index: 20;
  right: 40%;
  font-size: 53px;
  margin-bottom: 0px;
  top: 625px;
  line-height: 58px;
}

.shape h6 span {
  display: block;
  font-size: 75px;
  color: var(--primary-color);
}

.ContentBox figure {
  position: relative;
  z-index: 7;
}
/* .ContentBox figure:after {
  bottom: 167px;
  position: absolute;
  content: "";
  background: url('../images/shape.png');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  z-index: -5;
} */
img.aftshape {
  position: absolute;
  z-index: 8;
  width: 100%;
  bottom: 0px;
}
.ContentBox figure img {
  position: relative;
}
.Section_02 .button{
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 4rem;
}

.Section_03{
  margin-top: 57px;
  background-position: center;
  overflow: hidden;
  z-index: 2;
  position: relative;
  background: url('../images/Banner-3.png');
  /* padding-bottom: 12rem; */
  /* padding-top: 5rem; */
  display: flex;
  align-items: baseline;
  background-repeat: no-repeat;
  background-size: cover;
  height: 660px;
  padding-top: 8rem;
}

.Section_03:before {
  position: absolute;
  content: "";
  background: #000c;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
}

.slidertext h6 {
  text-transform: uppercase;
  color: #fff;
  font-size: 44px;
}

.sliderarea {
  text-align: center;
}

.sliderarea p {
  font-size: 17px;
  color: #fff;
  width: 73%;
  font-weight: 400;
  line-height: 23px;
  margin: auto;
}


.Section_03 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}

.Section_03  .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  transition: all 0.5s ease;
}

.Section_03 .owl-theme .owl-dots {
  display: flex;
  justify-content: center;
}

.Section_03 .owl-theme .owl-dots .owl-dot span {
  transition: all 0.2s ease;
  margin: 0px 3px;
}
.invertory {
  margin-bottom: 120px;
  margin-top: -230px;
  position: relative;
  z-index: 2;
}

.item_box {
  position: relative;
}

.item_box h6 {
  margin: 0;
  font-style: italic;
  line-height: 31px;
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 18px;
  z-index: 8;
  font-size: 24px;
  color: #fff;
}

.item_box h6 span {
  display: block;
}


.Section_featured .swiperBox {
  margin-bottom: 21px;
  position: relative;
  padding-right: 27px;
}

.Featured_slider {
  padding-left: 100px;
  padding-bottom: 7rem;
  padding-right: 30px;
}

.Section_featured .swiperBox figure {
  height: 364px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.Section_featured .swiperBox a {
  transition: all 0.6s ease;
  position: absolute;
  right: 175px;
  top: 140px;
  transform: translate(31px, -20px);
  opacity: 0;
}

.Section_featured .swiperBox:hover a {
  opacity: 1;
  transform: translate(31px, 42px);
}

.Section_featured .swiperBox h5 {
  text-transform: uppercase;
  font-size: 41px;
  text-align: center;
}
.Section_featured .swiper-scrollbar-drag {
  background: var(--primary-color);
  width: 200px !important;
  border-radius: 0px;
}

.Featuredheading {
  text-align: center;
  margin-bottom: 62px;
}
.Section_featured .button {
  display: flex;
  justify-content: center;
}

.Featuredheading h6 {
  text-transform: uppercase;
  font-size: 56px;
  font-style: italic;
}
/* ContactSec css */
.ContactSec{
  background: url('../images/bannercontact.png');
  height: 729px;
  display: flex;
  align-items: center;
  text-align: center;
}
.Contact_text h5 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

.Contact_text h6 {
  font-size: 53px;
  color: #fff;
}

.flexc {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 26px;
  padding-top: 20px;
}

a.Spannmb {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.partbox h6 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  padding-top: 26px;
}

.partbox p {
  color: #fff;
  margin-top: 0px;
  font-size: 17px;
  font-weight: 200;
}

.phone {
  border-radius: 31px;
  font-size: 18px;
  height: 35px;
  width: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
}

.flexc figure {
  display: flex;
  gap: 12px;
}





/*USE CSS for Slider*/

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.banner-slider .slider.slider-for {
  max-width: 80%;
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  max-width: 20%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: right;
}
.banner-slider .slider.slider-nav {
  height: 600px;
  overflow: hidden;
  display: flex;
  margin-right: -271px;
  align-items: center;
}
.slider-banner-image {
  height: 610px;
}
.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg{
  max-width: 223px;
  height: 125px;
  margin: 5px 0px;
  border: 0px solid #EBEBEB;
  cursor: pointer;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  margin-left: auto;
  height: 100%;
  width: 90%;
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
  color: #196DB6;
}
.slider-nav .slick-slide {
  text-align: center;
  display: flex;
  justify-content: end;
}
.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.slick-arrow {
  display: none !important;
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.slick-prev {
 top: 25px;
 display: none;
}
.slick-next {
 bottom: 0;
 background-color: #fff;
}
.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
  opacity: 0;
  background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
}
.banner-slider .slider.slider-for {
  padding-right: 0;
}
.banner-slider .slider.slider-nav {
  height: auto;
}
.slider-banner-image {
    height: 500px;
} 
.slider.slider-nav.thumb-image {
      padding: 10px 30px 0;
}
.slider-nav .slick-slide span {
  padding: 5px 0;
}
.slick-arrow {
  padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.slick-prev {
    left: 0;
    right: unset;
}
.slick-next {
    left: unset;
    right: 0;
     background-color: transparent;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
}
.bid-tag {
    padding: 10px 0 15px;
}
.slider.slider-nav.thumb-image {
   white-space: nowrap;
}
.thumbnail-image.slick-slide {
  padding: 0px 5px;
  min-width: 75px;
  display: inline-block;
  float: none;
}
}

@media screen and (max-width : 767px) {
.slider-banner-image {
    height: 400px;
}
.slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 140px;
  height: 80px;
}
.slick-prev.slick-arrow {
    background-position: center 10px;
}
.slick-next.slick-arrow {
    background-position: center 10px, center;
}
.slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
}
}

@media screen and (max-width: 580px) {
.slider-banner-image {
    height:340px;
}
}

@media screen and (max-width : 480px) {
.slider-banner-image {
    height:280px;
}
}


.thumbnail-image {
  position: relative;
}

.thumbnail-image a {
  color: #fff;
  position: absolute;
  top: 37px;
  font-size: 37px;
  left: 248px;
}

.thumbImg img {
  width: 100% !important;
  margin: 0px;
}

.Video_slider {
  padding: 4rem 0;
}

.customtext h5 {
  text-align: center;
  font-size: 59px;
  text-transform: uppercase;
  margin-bottom: 51px;
}

.slider-banner-image {
  position: relative;
}

.slider-banner-image a {
  position: absolute;
  top: 300px;
  z-index: 3;
  font-size: 30px;
  left: 900px;
  z-index: 4;
  font-size: 72px;
  color: #fff;
}

.top ul {
  gap: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.top ul li i {
  font-size: 12px;
  color: #000;
}

.top ul li p {
  font-size: 15px;
  font-weight: 600;
}

p.Para {
  line-height: 31px;
  width: 97%;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}

.figure_flex {
  display: flex;
  align-items: center;
  gap: 0px;
}

.imagarea img {
  width: 78%;
}

.textfl p {
  margin: 0px;
  font-size: 18px;
  color: #000;
}

.textfl span {
  font-size: 17px;
  color: #4d4d4d;
}

.heading h5 {
  text-align: center;
  font-size: 59px;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.Testimonial img {
  width: unset !important;
}

.figure_flex img {
  width: 80%!important;
}

.blog_box {
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 6px 2px #b9b9b9;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
}

.blog_box figure img {
  width: 100%;
}

.content_blog h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0px;
}

.content_blog {
  padding-top: 16px;
}

.content_blog span {
  color: #88001B;
  font-size: 20px;
  display: block;
  margin-bottom: 13px;
}

.content_blog p {
  margin-top: 8px;
  font-size: 16px;
  width: 90%;
  color: #3e3e3e;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
}

.blog_footer {
  position: relative;
  display: flex;
  justify-content: end;
  padding-right: 8px;
}

.blog_footer:before {
  z-index: -1;
  position: absolute;
  content: "";
  background: var(--primary-color);
  height: 106px;
  width: 89px;
  right: -10px;
  bottom: -17px;
}

section.BlogSec {
  padding-bottom: 40px;
}

.blog_footer:after {
  right: -25px;
  z-index: -1;
  position: absolute;
  content: "";
  background: #fff;
  height: 69px;
  width: 186px;
  transform: rotate(-49deg);
  bottom: 15px;
}

.blog_footer a {
  color: #ffff;
  font-size: 19px;
  padding: 0;
}
section.BlogSection {
  margin-top: 9rem;
  margin-bottom: 10rem;
}

.footersec{
  position: relative;
  background: url('../images/footer.png');
  /* height: 705px; */
  display: flex;
  align-items: center;
  padding-top: 7rem;
}

.footer-logo h3 {
  color: #ffff;
  font-size: 35px;
  margin: 0px;
}

.footer-logo h4 {
  font-size: 84px;
  color: #fff;
}

.footer-rental {
  margin-top: 114px;
  margin-bottom: 7rem;
}

.footer-rental h3 {
  color: var(--primary-color);
  font-size: 44px;
  margin-bottom: 0px;
}

.footer-rental h5 {
  color: #fff;
  padding-left: 66px;
  font-size: 44px;
}

.footernav ul {
  display: flex;
  gap: 26px;
}

.footernav ul a {
  color: #fff;
  font-size: 16px;
}

.footersocial ul {
  gap: 29px;
  display: flex;
  justify-content: center;
  top: 0px;
}

.footersocial ul a {
  border: 1px solid #fff;
  padding: 0px 0px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 31px;
}

.footersocial {margin-top: 404px;}

.copysec p {
  padding-bottom: 0px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 45px;
}

a.calicon {}

.mainfoter {
  /* flex-direction: column; */
  display: flex;
  gap: 31px;
  text-align: center;
  position: absolute;
  top: 244px;
}

.Fotercall span {
  color: #fff;
  display: block;
  font-family: 'Aero';
  font-size: 18px;
}

a.calicon {
  border: transparent;
  background: #fff;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 74px;
  font-size: 23px;
  color: var(--primary-color) !important;
}

.Fotercall a {
  color: #fff;
}

.bottom {
  position: absolute;
  top: 0px;
  right: 0;
}

.group {
  /* margin-top: 69px; */
  position: relative;
  top: 74px;
}

.group input#exampleFormControlInput1 {
  background: transparent;
  border: transparent;
  border-bottom: 1px solid #fff;
  width: 80%;
  border-radius: 0px;
}

.group img {
  position: absolute;
  right: 152px;
  top: 22px;
}
.button {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.group label {
  margin: 0;
  color: #fff;
  font-size: 17px;
  position: relative;
  top: 18px;
}

.group .form-group {
  margin: 0;
}

section.Sec-2 {
  padding-top: 85px;
  padding-bottom: 90px;
}

section.Sec-2 p {
  width: 100%;
}

p.Topspacing {
  position: absolute;
  top: 214px;
}

.Sec_inven {}

.Sec_inven .invertory {
    margin-top: 0px;
}

section.custom-slider.AboutBanner {
    margin-bottom: 50px;
}
p.customPara {
  margin: auto;
  text-align: center;
  line-height: 27px;
  width: 71%;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 40px;
}

.contact_box {
  padding: 59px 0px;
  background: var(--primary-color);
  text-align: center;
  width: 68%;
  margin: auto;
  border-bottom-right-radius: 35px;
}

.contact_box figure {
  height: 190px;
}

.contact_box figure img {
}

.contact_box h6 {
  color: #fff;
  font-size: 16px;
  margin-top: 38px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 0px;
}

.contact_box a {
  color: #fff;
  font-size: 16px;
}

.Contact_sec {
  padding-bottom: 100px;
  padding-top: 50px;
}

.CustomForm .form-control {
  border-radius: 90px;
  padding-left: 50px;
  height: 50px;
  border: 1px solid #dbdbdb;
  position: relative;
  z-index: 2;
  background: transparent;
}


.CustomForm  label {
  color: #929292;
  position: absolute;
  z-index: 1;
  font-weight: 300;
  /* top: 18px; */
  margin-top: 13px;
  margin-left: 32px;
  margin-bottom: 0px;
}

.CustomForm textarea#exampleFormControlTextarea1 {
  height: unset;
  border-radius: 10px;
  resize: none;
}

.CustomForm label i {
  margin-right: 15px;
  color: #cecece;
  font-weight: 300;
}

section.Contact_form .button {
  margin-top: 20px;
  justify-content: start;
}

.customheading {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.service_content .customheading{
  text-align: start;
  line-height: 57px;
  margin-bottom: 30px;
}
.service_content .customheading span{
  display: block;
}
.service_content{
  margin-top: 50px;
}
.service_content p {
    font-weight: 500;
    width: 90%;
    line-height: 34px;
    font-size: 16px;
    color: #616161;
}
.extramt{
  margin-top: 140px;
}
.mt-7{
  margin-top: 90px;
}

.Service_Sec {
  padding-bottom: 140px;
}

.myClass{
  opacity: 0.2;
}
.sliderItem span {
  color: #E12F2F;
}
.AboutContent {
  padding-left: 4rem;
  padding-top: 4rem;
}
.in h4 {
  color: #fff;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0px;
}

.in a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.in {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.Sec-90 {
  background: #E12F2F;
  margin: 0;
  padding: 40px 0px;
  margin-top: 46px;
}

.in img {
  width: 72%;
}
.footer-rental img {
    width: 266px;
    background: #fff;
}
.pra p {
  color: #fff;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0px;
  width: 79%;
}
section.Section_03.mar {
  margin-top: 0px;
}
a.navbar-brand h1 {
  font-size: 47px;
  color: #fff;
}

.main-navigate img {
    width: 255px;
}

section.Section_featured {
    padding-top: 10rem;
}


/* InnerPage css */
.navbar-nav li:last-child {
  margin-left: 45px;
}
.spacing {
  height: 150px;
}
.spcingarea {
  padding-top: 4rem;
}
section.InnerServi.Service_Sec {
  padding-top: 4rem;
}

/* Loader css start */

/* Preloader */

.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

.preloader {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-color:var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: var(--yellow-color);
}

.shape-overlays__path:nth-of-type(2) {
  fill: var(--primary-color);
}

.shape-overlays__path:nth-of-type(3) {
  fill: var(--black);
}

/* !@Preloader */

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -25px;
  margin-top: -25px;
  width: 30px;
  border-radius: 50px;
  height: 30px;
  z-index: 10000001;
  
background-color: var(--primary-color);
 
  
}




/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

.marg-lx{
    margin-left:10rem;
    margin-bottom:3rem;
}

.inx-set {
    padding-top: 4rem !important;
}


/*single product*/
/* Basic styling for the tab container */
.tabs {
    max-width: 600px;
    margin: 0 auto;
}

/* Style for the tab links */
.tab-links {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 1200px;
}

.tab-links a {
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
        
}

.tab-links a:hover {
    background-color: #ddd;
}

/* Style for the tab content */
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Show the targeted tab content */
.tab-content:target {
    display: block;
}

.Fotercall .email-call {
    margin-left: 65px;
}


