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

ul.pin li::before{
  content: "📍";
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233C64AE' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233C64AE' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.car-thumbnails li a img {
  object-fit: cover;
}

.car-info-table {
  max-width: 400px;
}

.logo img {
  height: 100px;
  width: auto;
}

@media (max-width: 1199px) {
  .logo img {
    height: 70px;
    width: auto;
  }
}

.car-description p {
  font-size: 17px;
  line-height: 3rem;
}

@keyframes updown {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

#down-svg {
  animation: updown 2s ease infinite;
}

html {
  scroll-behavior: smooth;
}

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


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}


/*-- header area --*/


/*-- sidebar  navigation--*/

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #070101;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #0f98f8;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: none;
  margin-left: 16px;
}


/*--      end sidebar  navigation--*/

.logo {
  justify-content: space-between;
}

ul.conat_info li {
  display: inline-block;
  padding: 0 26px;
}

ul.conat_info li a {
  color: #fff;
  display: inline-block;
  font-size: 30px;
}

ul.conat_info li a:hover {
  color: #fff;
}

.right_bottun {
  float: right;
  display: flex;
  flex-wrap: wrap;
}

.header {
  width: 100%;
  padding: 30px 30px;
  background: transparent;
  position: absolute;
  z-index: 999;
}


/** banner section **/

.background-logo-img {
  position: absolute;
  top: 15px;
  right: 0;
}

@media (min-width: 1500px) {
  .background-logo-img {
    height: 90vh;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 1500px) {
  .background-logo-img {
    height: 80vh;
  }
}

@media (max-width: 1300px) {
  .background-logo-img {
    height: 70vh;
  }
}

@media (max-width: 1000px) {
  .background-logo-img {
    display: none;
  }
}

.banner_main {
  /* background: url(../images/banner-with-logo.png); */
  padding: 300px 0px 0px 0px;
  background-size: auto 78%;
  background-repeat: no-repeat;
  min-height: 1150px;
  background-position: right top;
}

.text-bg {
  margin-top: 70px;
  text-align: right;
  float: right;
  max-width: 430px;
  width: 100%;
}

.main-title {
  color: #0f98f8;
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: bold;
}

.text-bg span {
  color: #222222;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
}

.ban_track {
  margin-top: 55px;
}

.ban_track figure {
  margin: 0;
}

.transfot {
  text-align: left;
}

.transfot span {
  color: #fff;
  font-size: 17px;
}

.transfot h3 {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 16px;
}

.transfot_form {
  padding: 0 15px;
  height: 40px;
  margin-bottom: 15px;
  border: #fff solid 1px;
  font-size: 16px;
}

.get_now {
  max-width: 150px;
  width: 100%;
  padding: 6px 0;
  background: #222b3c;
  color: #fff;
  font-size: 17px;
}

.get_now:hover {
  background-color: #000;
}

#banner1 .carousel-caption {
  position: inherit;
  padding: 0;
}

#banner1 .carousel-indicators {
  display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
  width: 45px;
  height: 45px;
  background: transparent;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 40px;
  border: #fff solid 2px;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
  background: #000;
  color: #fff;
}

#banner1 a.carousel-control-prev {
  position: absolute;
  left: inherit;
  top: 35%;
  right: 16px;
}

#banner1 a.carousel-control-next {
  position: absolute;
  right: 16px;
  bottom: 10px;
  top: 50%;
}


/** end banner section **/

.titlepage h2 {
  font-size: 50px;
  color: #0f98f8;
  line-height: 45px;
  font-weight: bold;
  padding: 0;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.read_more {
  font-size: 20px;
  background-color: transparent;
  color: #262626 !important;
  padding: 13px 0px;
  width: 100%;
  max-width: 198px;
  font-weight: 500;
  position: relative;
  display: block;
  line-height: 1px;
}

.read_more::before {
  position: absolute;
  content: "";
  border-right: #262626 solid 80px;
  width: 200px;
  height: 1px;
  line-height: 1px;
}


/** about section **/

.about {
  background-color: #ffffff;
  /* margin-top: -160px; */
}

.about .about_img figure {
  margin: 0;
}

.about .about_img figure img {
  width: 100%;
}

/** end about section **/


/** service section **/

.service {
  background-color: #f7f7f9;
  margin-top: 80px;
  padding: 90px 0;
}

.service .titlepage {
  text-align: center;
  padding-bottom: 30px;
}

.service .titlepage p {
  color: #0c0202;
  font-size: 17px;
  line-height: 30px;
  padding-top: 20px;
}

.service_main {
  display: flex;
  flex-wrap: wrap;
}

.service_box {
  text-align: center;
  width: 16.3%;
  margin-top: 30px !important;
}

.service_box i {
  width: 181px;
  display: block;
  height: 181px;
  border-radius: 200px;
}

.service_box i img {
  text-align: center;
  padding-top: 33%;
}

.service_box h4 {
  color: #494949;
  font-size: 17px;
  margin-top: 25px;
  padding: 0;
  font-weight: 500;
}

.service_box h4:hover {
  color: #0f98f8;
}

.blu_colo i {
  background-color: #0f98f8
}

.yell_colo i {
  background-color: #fed806
}

.yelldark_colo {
  margin: 0 50px;
}

.yelldark_colo i {
  background-color: #fe7506
}

.service .read_more {
  margin: 0 auto;
  padding-top: 70px;
}


/** end service section **/


/** vehicles section **/

.vehicles {
  background-color: #fff;
  padding: 70px 0 155px 0;
}

.vehicles .titlepage {
  text-align: center;
  padding-bottom: 60px;
}

.vehicles .titlepage p {
  color: #0d0202;
  padding-top: 15px;
  text-align: center;
  margin: 0 50px;
  font-size: 17px;
  font-weight: 400;
}

.vehicles_truck {
  background-color: #efedf0;
}

.vehicles_truck:hover {
  background-color: #fff;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px rgba(22, 22, 23, 15%)
}

.vehicles_truck figure {
  margin: 0;
}

.vehicles .read_more {
  margin-top: 0px;
  margin: 0 auto;
}

#veh .carousel-caption {
  position: inherit;
  padding: 0;
}

#veh .carousel-indicators {
  display: none;
}

#veh .carousel-control-prev,
#veh .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #efedf0;
  opacity: 1;
  font-size: 30px;
  color: #000;
  border-radius: 5px;
  top: 111%;
  z-index: 9999;
}

#veh .carousel-control-prev:hover,
#veh .carousel-control-next:hover,
#veh .carousel-control-prev:focus,
#veh .carousel-control-next:focus {
  background: #0f98f8;
  color: #fff;
}

#veh a.carousel-control-prev {
  position: absolute;
  left: 46%;
}

#veh a.carousel-control-next {
  position: absolute;
  right: 46%;
  bottom: 10px;
}

.vehicles .read_more {
  margin: 0 auto;
  padding-top: 150px;
}


/** end vehicles section **/



/** end contact section **/


/** footer **/

.footer {
  background: #f7f7f9;
  text-align: center;
}



.copyright {
  background-color: #0f98f8;
  padding: 20px 0;
}

.copyright p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 0px;
  font-weight: normal;
  padding-right: 0 !important;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #000;
}


/** end footer **/





