* {
  margin: 0%;

  padding: 0;

}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Metrophobic&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
}

p {
  font-family: "Metrophobic", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #828599;
}

span {
  display: block;
  font-family: "Archivo Black", sans-serif;
}

ul {
  padding-left: 0;
}

li {
  list-style: none !important;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  font-family: "Inter", sans-serif;
}

img {
  width: 100%;

  transition: ease-in-out 0.3s;
}

.img img:hover {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}



.logo img {
  width: 100px;
}

.head-all {
  display: flex;
  /* background-color: #fff; */
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 10px 0;
}


.nab-navbar .navigation {
  display: flex;
  align-items: center;
}

.nab-navbar {
  display: flex;

  align-items: center;
}

nav {
  position: relative;
  width: 100%;
  z-index: 999;

}


.header {
  position: relative;
}


.nab-navbar ul li {
  padding: 15px 14px;
  position: relative;
  z-index: 9;
}

.logo {
  position: relative;
  z-index: 9;
}

.nab-navbar ul {
  padding-left: 0;

  margin-bottom: 0;
}

.nab-navbar ul li a {
  color: #000;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 600;
}
.nab-navbar .droupdown li{
  padding: 0;
}
.nab-navbar .droupdown a{
  color: #000;
  padding: 13px 15px;
  display: block;
}
.pdf a {
    color: #fff;
    background: #ebaa27;
    padding: 8px 13px;
    border-radius: 5px;
}

.nab-navbar ul li a:hover {
  color: #fbfba3;
}

.nab-navbar .droupdown a:hover{
  background-color: #f9b425;
  color: #000;
}

.nav-btn {
  margin-left: 20px;
}

.header.slick-slide.slick-current.slick-active .header_text .main_small {
  animation: stickySlideDown 1s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text .main_head {
  animation: stickySlideDown 1.5s ease-in-out;
}

.header.slick-slide.slick-current.slick-active .header_text p {
  animation: stickySlideDown 2s ease-in-out;
}

.header.slick-slide.slick-current.slick-active img {
  animation: zoomInImage 2.5s ease-in-out;
}
.header.slick-slide.slick-current.slick-active::after{
  animation: stickySlideDown 2s ease-in-out;
}

@keyframes zoomInImage {
  from {
    transform: translateX(100%);
    /* transform: scale3d(1.5, 1.5, 1.5); */
  }

  to {
    transform: translateX(0);
    /* transform: scale3d(1, 1, 1); */
  }
}

@keyframes stickySlideDownx {
  from {
    transform: scale(1.1);
  }
}

@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-200px);

    transform: translateY(-200px);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);

    transform: translateY(0);

    position: 1;
  }
}

#myHeader.sticky {
  position: fixed;

  background-color: #000000;

  width: 100%;

  top: 0;

  z-index: 9999;

  animation: slideDown 1s ease-out;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .top {
  display: none;
}

.main_small {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}


.header_text .main_head {
  font-size: 68px;
  font-weight: 800;
  color: #f9b425;
  font-family: "Inter", sans-serif;
  line-height: 1.1em;
}

.head-pera p {
  font-size: 19px;
  line-height: 30px;
}

.head-pera {
  margin-top: 30px;
}

.clk_btn {
  position: absolute;
  color: #fff;
  cursor: pointer;
  right: 0;
  top: 14px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 24px;
  z-index: 99;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 24px;
  background: transparent;
  padding: 7px 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}


.head_img img {
  width: 100%;
  margin: auto;
}
.banner_text{
 padding-left: 10%;
}

.head_img {
  position: relative;
  z-index: 9;
}


.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header_text {
  padding: 3% 0 5%;
}

.header_text .row {
  align-items: center;
}




.top_mail a {
  color: #fff;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
  gap: 15px;
}
.taxi_box .phone_text span {
    color: #fff;
}
.taxi_box .phone_icon {
    background-color: #fff;
}
.taxi_box .phone_icon i{
    color:#000;
}

.phone_icon {
  background-color: #000;
  border-radius: 50%;
  padding: 5px 9px;
}
.phone_icon i{
    color:#fff;
}

.phone_text span {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.phone_text a {
  color: #f9b425;
  font-weight: 600;
  font-size: 20px;
}

.socal_media {
  display: flex;
  gap: 10px;
  justify-content: right;
}

.socal_media a {
  color: #fff;
  border-radius: 50%;
  padding: 5px 9px;
}
.foot_location .socal_media a {
  color: #000;
}

.search i {
  background-color: #982519;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}


.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-sky-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 10px 0 10px;
  background-color: transparent;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 60px;
  width: 250px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.top {
  position: relative;
  z-index: 9;
  padding: 10px 0;
  background-color: #ebaa27;
  border-bottom: 1px solid #ffffff33;
}

.all_nav {
  background-color: #fff;
}

.header{
  position: relative;
}
.header::after{
  content: "";
  width: 300px;
  height: 100%;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: #f9b225ea;
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0% 100%);
}

.text_name{
  background-color: #f9b425;
  padding: 15px 0;
}

.name_item span{
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

button.slick-prev.slick-arrow{
  display: none !important;
}

button.slick-next.slick-arrow{
  display: none !important;
}

.tru_img{
  position: relative;
}

.tru_img .img2{
  position: absolute;
  bottom: 0;
}
.tru_img .img1 img{
  height: 600px;
}

.tr_text{
  padding: 10% 0px 30px 12%;
}

.small_head{
  font-size: 20px;
  font-weight: 600;
  color: #f9b425;
}
.big_head{
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
}

.ser_pera p{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.in_row{
  align-items: center;
  margin-top: 35px;
}

.tru_btn{
  margin-top: 30px;
}
.all_btn{
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 83px 17px 55px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000000;
  background-color: #f9b425;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  transition: all 300ms ease;
  z-index: 3;
  display: inline-block;
}
.all_btn::before{
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 7px;
  height: 100%;
  -webkit-transform: skewX(-21deg);
  -moz-transform: skewX(-21deg);
  -ms-transform: skewX(-21deg);
  transform: skewX(-21deg);
  background-color: #fff;
  transition: all 300ms ease;
  z-index: 2;
}
.all_btn span{
  position: relative;
  z-index: 9;
}
.all_btn::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color:#000;
  transition: all 300ms ease;
  z-index: 1;
}
.all_btn:hover{
  color: #fff;
}
.all_btn:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}



.why_choose{
  background-color: #000;
  padding: 60px 0;
}
.why_img {
  position: relative;
}
.why_img::after{
  content: "";
  width: 200px;
  height: 250px;
  position: absolute;
  right: -2%;
  top: 0;
  background-color: #f9b225ea;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 42% 100%);
}

.why_img img{
  background-image: url("../../image/img/Mask2.png");
  -webkit-mask-image: url(../../image/img/Mask2.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.why_text .big_head{
  color: #fff;
}


.inner-box {
  position: relative;
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.inner-box .features-count {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  font-size: 70px;
  line-height: 1;
  border-radius: 50%;
  padding-left: 65px;
  margin-right: 35px;
  transition: all 300ms ease;
}
.inner-box .features-count:before {
  background-color: #f9b425;
  border: 1px solid #000;
  content: "";
  width: 20px;
  height: 38px;
  left: 0;
  position: absolute;
  top: calc(50% - 6px);
  transform: skewX(-22deg) translateY(-50%);
  transition: all 300ms ease;
  z-index: 1;
}

.inner-box .features-count:after {
  background-color: #fff;
  content: "";
  width: 26px;
  height: 47px;
  left: 9px;
  position: absolute;
  top: calc(50% - 6px);
  transform: skewX(-22deg) translateY(-50%);
  transition: all 300ms ease;
}

.inner-box .features-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.inner-box p{
  font-size: 15px;
}

.margin{
  margin: 60px 0;
}


.ab_img{
  position: sticky;
  top: 100px;
  padding-right: 20%;
  padding-bottom: 5%;
  padding-top: 5%;
}
.ab_img .img_2{
  position: absolute;
  top: 18%;
  right: 0;
  width: 300px;
  border: 8px solid #fff;
}
.ab_img::after{
  content: "";
  width: 550px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f9b225ea;
  clip-path: polygon(70% 0, 100% 0%, 30% 100%, 0% 100%);
  z-index: -1;
}


.service{
  position: relative;
  padding-top: 60px;
}
.service::after{
  content: "";
  width: 100%;
  height: 470px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9b425;
  z-index: -1;
}
.service .small_head{
  color: #fff;
}

.ser_item{
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ser_con{
  padding: 20px;
}
.ser_con p{
  text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ser_btn .all_btn{
  padding: 11px 52px 10px 15px;
  font-size: 15px;
}

.ser_item{
  margin: 10px;
}

.ser_con span a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.contact{
  background-color: #8598a7;
  padding: 80px 0;
  position: relative;
}
.contact::after{
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9b425;
}
.contact::before{
  content: "";
  width: 30%;
  height: 80px;
  position: absolute;
  right: 0;
  top: -1px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
}

.contact .big_head{
  color: #fff;
}



.form_btn .all_btn{
  border: none;
}

.contact input,textarea,select{
  width: 100%;
  padding: 13px 10px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #000;
}
.contact form{
  padding-right: 13%;
}
.contact .input{
  border-radius: 1px 1px 1px 1px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin: 5px 0;
}
.contact .input select option{
  color: #000;
}
.contact .input i{
  color: #f9b425;
}

.form_img{
  position: absolute;
  z-index: 9;
  left: -20%;
}



.testmonial{
  padding: 60px 0;
}
.test_item{
  padding: 30px 30px;
  margin: 10px;
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  position: relative;
  z-index: 99;
  min-height: 323px;
}
.test_item::after{
  content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    background-color: #f9b225ea;
    clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0% 100%);
        z-index: -1;
}
.test_img{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.test_img img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.test_img .name{
  font-size: 20px;
  font-weight: 600;
  color: #f9b425;
}
.test_item p{
  position: relative;
  z-index: 9;
  color: #000;
  font-size: 17px;
}
.count_box{
  position: relative;
}
.co_box{
  position: absolute;
  top: 5%;
  right: 0;
  width: 68%;
}

.counter{
  padding-top: 60px;
}
.num_box{
  background-color: #000;
  padding: 25px;
  margin: 10px 0;
  padding-left: 48%;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.num_name{
  color: #f9b425;
  font-weight: 600;
  font-size: 18px;
}
.num{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
.count_box img{
  position: relative;
  z-index: 9;
  width: 55%;
}

.taxi{
  background-color: #000;
  padding: 70px 0;
}
.taxi .big_head{
  color: #fff;
  font-size:32px;
}
.taxi .row{
  align-items: center;
}

.taxi_box{
  padding-left: 13%;
}
footer{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
  overflow-x: hidden;
}
.foot_logo img{
  width: 130px;
  margin-bottom: 10px;
}
.foot_logo p{
  color: #fff;
}
.foot_logo{
  position: relative;
  z-index: 9;
}
.foot_head{
  color: #f9b425;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.foot_nav ul li a{
  color: #000;
  font-size: 18px;
  display: block;
  padding: 8px 0;
}
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f9b425; 
  border-radius: 10px;
}

.foot_nav ul{
    height: 250px;
    overflow: auto;
}
.foot_location{
  position: relative;
  z-index: 9;
}
.foot_nav {
  position: relative;
  z-index: 9;
}
.foot_location ul li{
  color: #000;
  margin: 15px 0;
}
.foot_location ul i{
  margin-right: 8px;
}
.foot_location ul li a{
  color: #000;
}
.foot_location .socal_media {
  justify-content: left;
  margin-top: 15px;
}
.truck_1{
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}
.truck_2{
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
  animation: running-anim 30s linear infinite;
}
.truck_3{
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 60px;
  right: 70%;
  bottom: 0;
  animation: running-anim-left 35s linear infinite;
  /* object-fit: cover; */
}

@keyframes running-anim {
  0% {
      right: -30%
  }

  100% {
      right: 100%
  }
}


@keyframes running-anim-left {
  0% {
      left: -30%
  }

  100% {
      left: 100%
  }
}

.foot_road {
  position: absolute;
  bottom: 0;
  background-position: bottom;
  width: 100%;
  height: 100%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .6;
}
.copyright{
  text-align: center;
  background-color: #000;
}
.copyright p{
  margin-bottom: 0;
  padding: 15px 0;
  color: #fff;
}
.copyright p a{
  text-decoration: underline !important;
  color: #fff;
}





















.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.call .btn-whatsapp-pulse{
    bottom: 100px;
}
.call .what-app i {
    font-size: 34px;
}
.call .btn-whatsapp-pulse-border::before{
        border: 5px solid #e9a825;
}
.font {
    font-size: 28px !important;
}
.call .btn-whatsapp-pulse {
    background: #e9a827;
}

.what-app i {
  font-size: 45px;
  color: #fff;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
  padding-left: 0;
}

.social-share button {
  border: none;
  background-color: #f9b425;
  color: #fff;
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.main_img {
  position: sticky;
  top: 130px;
}
.marcket-plase{
  margin: 60px 0;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.inner_header {
  position: relative;
}

.inner_header img {
  height: 350px;
  object-fit: cover;
}

.inner_header::after {
  content: "";
  background: linear-gradient(0deg, #00000094 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_hrad {
  font-size: 50px;
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: #fff;
}

.brade_crom span {
  color: #fff;
}

.inner_header .inner_text {
  position: absolute;
  top: 55%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}






.tabs__btn.active {
    color: #fff;
    border-bottom: none;
    background: transparent;
}

.tabs__body {
    display: none;
    font-size: 18px;
}

.tabs__body.active {
    display: block;

}
.tabs__btn {
    background: #fab526;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #e7a624;
    font-weight: 600;
}
.tabs__navigation {
    display: flex;
    flex-wrap: wrap;
}

.banner_text input{
    width: 100%;
    padding: 10px 10px;
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
}

.banner_text .tabs__body.active {
    animation-name: rightToLeft;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.tab_head{
     margin: 21px 0 15px;
    color: #ffffff;
    font-weight: 700;
}
.banner_text .input{
    border-radius: 1px 1px 1px 1px;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin: 0px 0 18px;
}
.banner_text .input i {
    color: #f9b425;
}
.tabs {
    background: #8598a7;
    padding:30px;
}
.banner_text label{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}
.banner_btn {
    background: #e8a724;
    color: #000;
    border: none;
    font-size: 18px;
    padding: 8px 28px;
    font-weight: 600;
}

@keyframes rightToLeft {
  from {
     transform: scale(.8);
  }
   

  to {
      transform: scale(1);
  }
}


.ser_2_item {
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:10px;
}
.ser_2_item img{
    object-fit: cover;
}
.ser_2_item .ser_con p{
    font-size: 17px;
    color: #fab426;
    margin:5px 0;
}
.ser_2_item .ser_con span a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom:8px;
}
.ser_con ul li{
    font-size:15px;
    margin:8px 0;
}



@media only screen and (max-width: 991px) {
  .head_btn{
    display: none;
  }
  .why_text{
    margin-top: 30px;
  }
  .form_img{

    display: none;
  }
}




@media only screen and (max-width: 900px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .nab-navbar {
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nab-navbar .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000;
    z-index: 9999;
    display: none;
  }


  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
  }

  .navigation li a {
    color: #000;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    text-align: center;
    display: block;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }


  .nab-navbar ul li {
    position: relative;
  }

  .nab-navbar ul li:hover .service_hover {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99;
  }

  .tab-content ul {
    display: block;
    position: revert;
  }

  .nab-navbar ul li {
    padding: 15px 16px;
}

}




@media only screen and (max-width: 767px) {
  .tr_text {
    padding: 3% 0px 30px 0%;
}
.contact::after{
  display: none;
}
.big_head {
  font-size: 26px;
}
.header::after{
  display: none;
}
.inner_hrad{
  font-size: 30px;
}
.inner_header img{
  height: 250px;
}
.ab_text{
  margin-top: 20px;
}
footer{
  padding-top: 40px;
}
}

@media only screen and (max-width: 650px) {
  .banner_text {
    padding-left: 0%;
}
.header_text .main_head {
  font-size: 35px;
}
.name_item span{
  font-size: 18px;
}
.in_row img{
  display: none;
}
.co_box{
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
.num_box{
  padding-left: 0;
  text-align: center;
}
.taxi_box{
  padding-left: 0;
}
.tru_img .img1 img {
  height: auto;
}
.ab_img .img_2{
  width: 150px;
}
.margin {
  margin: 35px 0;
}
.contact form{
  padding-right: 0;
}
.counter {
  padding-top: 7px;
}
.logo img {
  width: 76px;
}
}
@media only screen and (max-width: 600px) {
.tabs__btn {
    padding: 10px 6px;
    font-size: 12px;
}
.tabs {
    padding: 28px 15px;
}
}
.trusted{
  overflow-x: hidden;
}


