*
{
  margin: 0;
  font-family: PoppinsMedium;
  scroll-behavior: smooth !important;
}
html,body
{
  overflow-x: hidden;
}
body
{
  padding-top: 80px;
}
#main_menu
{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
}
.navbar:before
{
  display: table;
  content: " ";
}
@font-face
{
  font-family: PoppinsBold;
  src: url(../font/PoppinsBold.ttf);
}
@font-face
{
  font-family: PoppinsMedium;
  src: url(../font/PoppinsMedium.ttf);
}
@font-face
{
  font-family:PoppinsRegular;
  src: url(../font/PoppinsRegular.ttf);
}
@font-face
{
  font-family: PoppinsSemiBold;
  src: url(../font/PoppinsSemiBold.ttf);
}
@font-face
{
  font-family: PoppinsSemiBoldIt;
  src: url(../font/PoppinsSemiBoldItalic.ttf);
}
@font-face
{
  font-family: PTSansBold;
  src: url(../font/PTSansBold.ttf);
}
@font-face
{
  font-family: PTSansItalic;
  src: url(../font/PTSansItalic.ttf);
}
@font-face
{
  font-family: PTSansRegular;
  src: url(../font/PTSansRegular.ttf);
}
.section_pedding
{
  padding: 80px 0px;
}
.show_nav .navbar-brand img
{
  width: 70%;
}
.navbar.show_nav .collapse.navbar-collapse .navbar-nav li
{
  padding: 0px 10px;
}
/* Slider */
.main_slider .carousel-item {
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main_slider .main_slider
{
  margin-top: 5%;
}
.about_us
{
  background-image: url(../img/about_bg.jpg);
  background-position: top -10px right;
}
.about_us img.about_img
{
  width: 100%;
}
.about_us h4,
.section_heading h4
{
  color: #dd0707;
  font-family:PoppinsRegular;
  font-size: 40px;
  margin-bottom: 0px;
}
.section_heading h4
{
  font-size: 36px;
}
.heading_for_black h4
{
  color: #dd0707;
  font-family:PoppinsRegular;
  font-size: 36px;
  margin-bottom: 0px;
}
.about_us h2,
.section_heading h2
{
  font-size: 58px;
  font-family: PoppinsBold;
  margin-bottom: 20px;
  color: #000;
}
.section_heading h2
{
  color: #fff;
  font-family: PoppinsSemiBold;
}
.heading_for_black h2
{
  font-family: PoppinsSemiBold;
  font-size: 58px;
  margin-bottom: 0px;
  color: #000;
}
.section_heading
{
  width: 100%;
  text-align: center;
}
.about_us p
{
  color: #3b3b3b;
  font-size: 22px;
  font-family: PTSansRegular;
}
.deal_bikes,
.testimonial
{
  background-color: #000;
}


.showroom_gallry .portfolio-menu{
  text-align:center;
}
.showroom_gallry .portfolio-menu ul li{
  display:inline-block;
  margin:0;
  list-style:none;
  padding:10px 15px;
  cursor:pointer;
  -webkit-transition:all 05s ease;
  -moz-transition:all 05s ease;
  -ms-transition:all 05s ease;
  -o-transition:all 05s ease;
  transition:all .5s ease;
}

.showroom_gallry .portfolio-item{
  /*width:100%;*/
}
.showroom_gallry .portfolio-item .item{
  /*width:303px;*/
  float:left;
  margin-bottom:10px;
}

.showroom_gallry .portfolio-menu{
  text-align:center;
}
.showroom_gallry .portfolio-menu ul li{
  display:inline-block;
  margin:0;
  list-style:none;
  padding:10px 15px;
  cursor:pointer;
  -webkit-transition:all 05s ease;
  -moz-transition:all 05s ease;
  -ms-transition:all 05s ease;
  -o-transition:all 05s ease;
  transition:all .5s ease;
  font-size: 18px;
    color: #000;
    border-width: 1.5px;
}
.showroom_gallry .btn-outline-dark
{
  padding: 10px 20px !important ;
}
.showroom_gallry .portfolio-menu ul li
{
  margin: 0px 5px 10px;
}
.showroom_gallry .btn-outline-dark:hover
{
  background-color: #dd0707;
  color: #fff;
  border-color: #dd0707;
}

.showroom_gallry .portfolio-item{
  /*width:100%;*/
}
.showroom_gallry .portfolio-item .item{
  /*width:303px;*/
  float:left;
  margin-bottom:30px;
}
.showroom_gallry .btn-outline-dark:not(:disabled):not(.disabled).active, 
.showroom_gallry .btn-outline-dark:not(:disabled):not(.disabled):active, 
.showroom_gallry .show>.btn-outline-dark.dropdown-toggle
{
  background-color: #dd0707;
  border-color: #dd0707; 
}
.showroom_gallry .portfolio-item img
{
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.our_customer
{
  background-color: #eeeeee;
}
.our_customer .heading_for_black
{
  text-align: center;
}
.customer_slider .item
{
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.customer_slider .item img
{
  height: 350px;
  object-position: top;
  object-fit: cover;
}
.overlay_image
{
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.download_btn
{
  top: 20%;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  left: 20%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.customer_slider .item:hover .overlay_image
{
  opacity: 1;
}
.customer_slider .item:hover .download_btn
{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.customer_image
{
  background: #dd0707;
  color: #fff;
  font-size: 18px;
  padding: 10px 21px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
/*ssssssssssssssssssssssssssssssssssssssssssssss*/
.team .team-area{
    padding-top: 5%;
}
.team .single-team{
    background-color: #000;
    margin-bottom: 10px;
}
.team .single-team:hover .social{
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.team .img-area{
    overflow: hidden;
    position: relative;
}
.team .img-area img{
    width: 100%;
}
.team .img-area:hover img{
    transform: scale(1.2)
}
.team .img-area img{
    transition: all 0.4s ease 0s;
}
@media (max-width: 768px){
    .team .img-area img{
        display: inline-block;
    }
}
.team .img-area .social{
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.team .img-area .social ul{
    text-align: center;
    position: relative;
    top: 175px;
}
.team .img-area .social ul li a{
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.team .img-area .social ul li a:hover{
    background-color: #dd0707;
    color: #fff;
    border: 1px solid transparent;
}
.team .img-text{
    padding: 15px 0px;
    color: #fff;
    text-align: center;
}
.team .img-text h4{
    margin: 0 0 5px;
    font-size: 26px;
}
.team .img-text h5{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.team .link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.team .link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}
.team ul.list-inline li
{
  display: inline-block;
}
.testimonial .heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.testimonial .white-heading{
    color: #ffffff;
}
.testimonial .heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial .white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial .heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.testimonial .white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial .testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    position: relative;
    background: url(../img/test_bg.png);
    background-position: center;
    background-size: cover;
}
.testimonial #testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonial #testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.testimonial #testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial .testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial .testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial .testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial .testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial .testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial .testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial .testimonial4_control_button .carousel-control.left:hover,
.testimonial .testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial .testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial .testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial .testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  position: relative;
  text-align: center;
}
.testimonial .testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial .testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial .testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0px;
}
.testimonial .testimonial .carousel-control-next-icon, 
.testimonial .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
.contact
{
  background: url(../img/contact_bg.png);
  background-position: center;
  background-size: cover;
}
.location iframe
{
  display: block;
}
.contact .form-control,
.contact .comment_cont
{
  background-color: transparent;
  padding: 0 20px;
  border-radius: 30px;
  line-height: 50px;
  height: auto;
  border: 2px solid #cccccc;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-family:PoppinsRegular;
  width: 100%;
}

.contact .form-control:focus
{
  box-shadow: none;
}
.contact .form-control::placeholder,
.contact .comment_cont::placeholder 
{
  color: #fff;
  font-family:PoppinsRegular;
}
.contact .comment_cont
{
  outline: none;
}
.contact .btn.Submit_btn
{
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 15px 70px;
  border-radius: 50px;
}
.address
{
  color: #fff;
  padding-left: 5px;
}
.address h4
{
  font-size: 36px;
  margin-bottom: 5px;
}
.address p
{
  font-size: 18px;
  font-family:PoppinsRegular;
}
.address p i
{
  padding-right: 10px;
  font-size: 20px;
}
.copyright
{
  background-color: #000;
  text-align: center;
  padding: 15px 0px;
}
.copyright p
{
  margin-bottom: 0px;
  color: #fff;
  font-family:PoppinsRegular;
}
.about_img_box
{
  border: 3px solid #dd0707;
  padding: 10px;
}
.customer_slider button.owl-dot:focus,
.customer_slider button.owl-dot:focus-visible
{
  outline: none !important;
}
.welcome_banner .modal-body img
{
  width: 100%;
}
.welcome_banner .modal .modal-dialog#well_offer 
{
  max-width: 50% !important;
}
.welcome_banner .modal .modal-body
{
  padding: 0px;
}
.welcome_banner .modal-header
{
  background-color: #dd0707;
  color: #fff;
  border: none;
}
.welcome_banner .modal-header .close
{
  background-color: #fff;
  color: #dd0707;
  opacity: 1;
  margin: -4px 0px;
  border-radius: 49px;
  padding: 5px 9px;
}
.wachat
{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index:100;
}
.chat
{
  position: fixed;
  bottom: 120px;
  right: 34px;
  z-index: 100;;
}
.chat img
{
  width: 85%;
}
.my-wachat
{
  margin-top:16px;
}
.offer_slide .modal-body
{
  padding: 0px !important;
}
.model_name
{
  background-color: #dd0707;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 8px 0px;
}
.model_name p
{
  margin-bottom: 0px;
}
#target {
  display:none;
}
.Hide
{
  display:none;
}
.team_how button
{
  background-color: #dd0707;
  color: #fff;
  font-size: 20px;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 10px;
  cursor: pointer;
}
.team_how button:focus
{
  outline: none;
}
.team_how
{
  text-align: center;
}
.mfp-content img.mfp-img
{
  height: 650px !important;
}


/*meadi ################# start*/
@media screen and (max-width: 991px)
{
  body
  {
    padding-top: 70px;
  }
  .about_us h2, .section_heading h2,
  .heading_for_black h2
  {
    font-size: 34px;
    font-family: PoppinsSemiBold;
    margin-bottom: 10px;
  }
  .welcome_banner .modal .modal-dialog#well_offer
  {
    max-width: 100% !important;
  }
  .chat
  {
    right: 10px;
  }
  .wachat
  {
    right: 20px;
  }
  .about_img_box
  {
    margin-bottom: 20px;
  }
  .about_us h4, .section_heading h4,
  .heading_for_black h4
  {
    font-size: 26px;
  }
  .about_us p
  {
    font-size: 18px;
  }
  .section_pedding
  {
    padding: 35px 0px;
  }
  .showroom_gallry .portfolio-menu ul li
  {
    font-size: 16px;
    padding: 10px 15px !important;
  }
  .showroom_gallry .portfolio-item .item
  {
    margin-bottom: 20px;
  }
  .showroom_gallry.pt-4,
  .our_customer .customer_slider.pt-5
  {
    padding-top: 0rem !important;
  }
  .gallery .heading_for_black
  {
    margin-bottom: 20px;
  }
  .our_customer .heading_for_black
  {
    margin-bottom: 30px;
  }
  .team .single-team
  {
    margin-bottom: 20px;
  }
  .testimonial .testimonial4_slide p
  {
    font-size: 16px;
  }
  .address
  {
    padding-top: 20px;
  }
  .contact .btn.Submit_btn
  {
    width: 100%;
  }
  .show_nav .navbar-brand img
  {
    width: 55%;
  }
  .address h4
  {
    font-size: 32px;
  }
  .address p
  {
    font-size: 16px;
  }
}
/*navstart ################################## navbar*/
