@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,600;1,200;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
a:focus,
button:focus,
input:focus {
  box-shadow: none !important;
}
.mh_min{
  min-height: 300px!important;
}

.border-gradient {
  color: #221e20;
  font-size: 36px;
  font-weight: 700;
  display: inline;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #dd4128 0%, rgba(221, 65, 40, 0) 100%);
  border-image-slice: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .border-gradient {
    font-size: 20px;
  }
}

/* start header ------ */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.41);
  box-shadow: 0px 1px 4px 0px rgba(134, 134, 134, 0.25);
}
.header .logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.header .ul-list li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 14.4px */
  text-transform: uppercase;
}
.header .language li a {
  color: #a0a0a0;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 14.4px */
}

.header .language li a.active {
  color: #fff;
}
@media (max-width: 991px) {
  .header .logo img {
    width: 58.5px;
    height: 58.5px;
  }
  .header .ul-list {
    text-align: center;
  }
  .header .ul-list li {
    margin: 15px 0;
  }
  .header .language {
    justify-content: center;
  }
  .header .offcanvas-slide {
    background: #221e20;
    box-shadow: 0px 1px 4px 0px rgba(134, 134, 134, 0.25);
  }
}
.show-header {
  background-color: #221e20;
}

/* end header ------ */

/* start header-carousel */
.header-carousel .item iframe {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.header-carousel .carousel-caption {
  top: 45%;
}
@media (max-width: 991px) {
  .header-carousel .item iframe {
    height: 400px;
  }
}
/* end header-carousel */

/* start section-1 ---- */
.carousel-card {
  background-image: url(../images/section-1.jpg);
  width: 100%;
  height: 674.648px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel-card .item {
  border-radius: 10px;
  position: relative;
}
.carousel-card .item h3 {
  display: table;
  color: #454545;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #373737 0%, rgba(121, 121, 121, 0) 100%);
  border-image-slice: 1;
}
.carousel-card .item span {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
}
.carousel-card .item p {
  color: #656565;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
}
.carousel-card .item a {
  color: #09814a;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.carousel-card .item .modal-btn {
  border-radius: 10px;
  border: 1px solid #dd4128;
  color: #221e20;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.carousel-card .owl-carousel {
  touch-action: manipulation;
}
.carousel-card .owl-carousel .owl-nav .owl-prev,
.carousel-card .owl-carousel .owl-nav .owl-next {
  bottom: -80px;
  position: relative;
  background: none;
}
.carousel-card .owl-carousel .slide-arrow {
  border: none;
  z-index: 10;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: none;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-radius: 50%;
  border: solid 1px #000;
}
.carousel-card .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 80px;
}
.carousel-card .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 20px;
}
.carousel-card .img-card {
  margin: auto;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 80px;
  right: -50px;
  width: 200px;
}
.carousel-card .img-card img {
  width: 200px !important;
  height: 150px;
  object-fit: contain;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  .carousel-card .img-card {
    position: static;
    width: 170px;
    height: 210px;
    margin-top: 15px;
  }
  .carousel-card .item .modal-btn {
    width: 100%;
  }
  .carousel-card .owl-carousel .owl-nav .owl-prev,
  .carousel-card .owl-carousel .owl-nav .owl-next {
    bottom: 0;
    position: relative;
    background: none;
  }
  .carousel-card .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 15px;
  }
  .carousel-card .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 15px;
  }
  .carousel-card .item h3 {
    font-size: 18px;
  }
  .carousel-card .item p {
    font-size: 16px;
  }
  #carouselslide{
    margin-top:84px;
}


}

.carousel-item img{
    width:100%;
    height:auto;
    object-fit:contain;
}

.carousel-control-next img,.carousel-control-prev img{
    filter: drop-shadow(2px 4px 6px black);
}

.carousel-card-img .owl-theme .owl-dots .owl-dot span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 30px;
  height: 5px;
  background: #ccc;
  border: none;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #727070;
}

/* end carousel-card ---- */

/* start about-us ------ */
.about-us .img-box img {
  width: 420px;
  height: 420px;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}
.about-us .border-box {
  width: 420px;
  height: 420px;
  border-radius: 10px;
  border: 1px solid #dd4128;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-us .img-box img,
  .about-us .border-box {
    width: 180px;
    height: 180px;
  }
}
.about-us {
  color: #221e20;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-us .title h2 {
  font-size: 36px;
  font-weight: 700;
  display: inline;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #dd4128 0%, rgba(221, 65, 40, 0) 100%);
  border-image-slice: 1;
  width: 100%;
}
.about-show {
  background-color: #221e20;
  color: #fff !important;
}

/* end about-us ------ */

/* start find-prices ---- */
.find-prices {
  background-image: url(../images/bg-find-prices.jpg);
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
.find-prices .title h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
.find-prices .title p {
  color: #d6d6d6;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.find-prices .form {
  padding: 50px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
@media (max-width: 991px) {
  .find-prices .form {
    padding: 37px 16px 38px 16px;
  }
  .find-prices .title h3 {
    font-size: 20px;
  }
}
.find-prices .form input {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  border: 0;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 53.65%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  background: none;
  text-align: center;
}
.find-prices .form button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #dd4128;
  display: flex;
  width: 256px;
  height: 60px;
  padding: 15px 27px;
  display: block;
  margin: auto;
}
/* end find-prices ---- */

/* start gallery -----*/
.gallery .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.more-gallery {
  display: none;
}

/* end gallery -----*/

/* satrt our-distributors ------- */
.our-distributors .box {
  border-radius: 10px;
  background: #f6f6f6;
  box-shadow: 0px 0px 10px 0px rgba(155, 155, 155, 0.25);
  padding: 48px 30px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #323232;
}
.our-distributors .box h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.our-distributors .box h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}
.our-distributors .box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.our-distributors .box:hover {
  background-color: #221e20;
  color: #fff !important;
}
.box  a{
  color: black!important;
}
.text_center{
  text-align: center;
}
.box:hover a{
  color: #fff!important;
}
.our-distributors .owl-carousel {
  touch-action: manipulation;
}
.our-distributors .box img {
  width: 24px;
  height: 24px;
}
.our-distributors .owl-carousel .owl-nav .owl-prev,
.our-distributors .owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 45%;
  display: none;
  background: none;
}
.our-distributors .owl-carousel .slide-arrow {
  border: none;
  z-index: 10;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: none;
  font-weight: bold;
  border-radius: 50%;
  border: solid 1px #000;
}
.our-distributors .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 8px;
}
.our-distributors .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 8px;
}
@media (max-width: 991px) {
  .our-distributors .box {
    padding: 34px 16px;
    width: 300px;
    height: 360px;
    margin: auto;
  }
  .our-distributors .owl-carousel .owl-nav .owl-prev,
  .our-distributors .owl-carousel .owl-nav .owl-next {
    display: block;
  }
  .our-distributors .box p {
    font-size: 16px;
  }
}
.our-distributors .nav-tabs .nav-link {
  color: #4f4f4f;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border-radius: 10px;
  background: #e8e8e8;
  padding: 8px 30px;
}
.our-distributors .nav-tabs .nav-link.active {
  border-radius: 10px;
  background: #dd4128;
  color: #fff;
  padding: 8px 30px;
}
/* end our-distributors ------*/

/* start footer -------- */
.footer {
  background: #f0f0f0;
}
.footer .desc h6 {
  color: #221e20;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer .logo img {
  width: 186.238px;
  height: 164.166px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.footer .social .box {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eea094;
  background: #fff;
}
@media (max-width: 991px) {
  .footer .logo img {
    width: 93.119px;
    height: 82.083px;
  }
}
/* end footer -------- */

/* start modal more-details ---- */
.more-details .modal-content {
  border-radius: 10px;
  background: #272727;
}
.more-details .modal-content .title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.more-details .modal-content .gasoline span {
  color: #00ff8a;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
.more-details .modal-content p {
  color: #cacaca;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.more-details .modal-content .head h5 {
  color: #dfdfdf;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  width: 100%;
  padding-bottom: 10px;
}
.more-details .icon-down .box {
  border-radius: 10px;
  background: #fff;
  padding: 6px 20px;
}
.more-details .icon-down .box p {
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* end modal more-details ---- */


/* BLOCK WEB STYLE START */
.blockFalse{
  background-color: white!important;
  z-index: 9999999;
  position: fixed;
  top:-100px;
  width: 100%;
  height: 200%;
  padding-top: 200px;
}
.text_center{
  text-align: center;
}
.div_center{
  display: table;
  margin: 0 auto;
}
.blockFalse img{
  width: 300px;
}

/* BLOCK WEB STYLE END */



/* LOADING SCREEN START  */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-icon {
  width: 202px;
  height: auto;

}

/* LOADING SCREEN END  */