.loc{
  background: blue;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;

}

.loc i{
  color: white;
  font-size: 16px;
}
.adres-sec{
  display: flex;
  justify-content: center;
  
  margin-top: 6px;
}
.adres-sec a{
  text-decoration: none;
  color: black;
}
.nav-bar.nav-sticky {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
    position: relative;
}
.nav-item{
  margin: 0 10px;
}
.header{
  /* height: 526px; */
  overflow: hidden;
  position: relative;

}
@keyframes bounce {
  from {
      transform: translateY(0px);
  }
  to {
      transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  from {
      transform: translateY(0px);
  }
  to {
      transform: translateY(-10px);
  }
}

.bounce1 {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

.bounce2 {
  animation: bounce 1.3s infinite alternate;
  -webkit-animation: bounce 1.3s infinite alternate;
}

.bounce3 {
  animation: bounce 1.6s infinite alternate;
  -webkit-animation: bounce 1.6s infinite alternate;
}
/* .bounce4 {
  animation: bounce 1.9s infinite alternate;
  -webkit-animation: bounce 1.9s infinite alternate;
} */

/* .icon1:hover{
  height: 30px;
  width: 30px;
  display: flex;
  background: white;
  margin-left: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;

} */
.icon1 i{
  color: white;
  font-size: 20px;
}
.social-icons-head{
  display: flex;
  
    width: 150px;
    justify-content: space-around;

}
section{
  margin-top: 25px;
  margin-bottom: 25px;
}
.nav-bar{
   background: #000;
   
}
.nav-item a,.navbar-nav .nav-link.active{
    color: white;
}
.navbar-brand img,.footer-logo img{
    width: 200px;
   
}

.top-bar{
    height: 100px;
}
.carousel-caption h1{
  font-weight: 800;
  font-style: italic;
  z-index: 1;
  position: absolute;
  font-size: 42px;
  left: 151px;
  top: 49px;

} 
.crs .carousel-item {
    position: relative;
   
}
.black_shadow{
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    opacity: .3;
    z-index: 0;
}

/* .crs .carousel-item::before {
   
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
.crs .carousel-caption{
  position: absolute;
  top: 25%;
  right: 10%;
  left: 0px !important;
  text-align: center;
   
   
}


/* about us */
.about-img img{
    width: 100%;
   
}
.sec-abt{
  width: 100%;
  overflow-x: hidden;
}
.col1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-img{
    padding: 10px;
}
.sec-abt span{
    color: #367cf5;
    font-weight: 600;
    word-spacing: 8px;
    letter-spacing: 2px;
}
.sec-abt h3{
    color: #021268;
    font-weight: 700;
}
.sec-abt p{
    text-align: justify;
    line-height: 28px;
}
.sec-abt b img{
    width: 6%;
}
.sec-abt .points{
    display: flex;
    flex-direction: column;
}
.sec-abt .points b{
    margin-bottom: 10px;
}
.lg-hide h1{
  position: absolute;
  color: white;
  text-align: center;
  top: 82px;
  font-size: 30px;
  font-weight: 700;
  line-height: 55px;
  z-index: 1;

}
.lg-hide .bk-btn{
    position: absolute; 
    top: 470px;
    left: 116px;
    z-index: 1;
}
.lg-hide .bk-btn a{
    width: 130px;
}
@media screen and (max-width:768px) {

   .about-img img{
    width: 100%;
    height: auto !important;
    
} 
.black_shadow{
   height: 700px;
}
.black_shadow{
    display: none;
}
.sm-hide{
    display: none;
}
 .si{
  justify-content: left !important;
  margin: 20px;
 }
 .social-icons{
  justify-content: left !important;
 }
 .lg{
  align-items: baseline !important;
  margin-bottom: 20px;
 }
.card{
 
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-body{
  width: 330px;
}
/* .car img,.bus img{
  width: 100% !important;
} */
.social-icons-head{
  position: absolute;
  top: 20px;
  right: 0;
 }
 .header {
  height: 526px;
 }
 .carousel-control-next-icon, .carousel-control-prev-icon{
  display: none !important;
}
 

}
@media screen and (min-width:768px) {
    
   .lg-hide{
    display: none !important;
   } 
   .card-head{
    padding: 50px !important;
   }
  
  
}

 @-webkit-keyframes tilt-in-right-1 {
    0% {
      -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
              transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
              transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  @keyframes tilt-in-right-1 {
    0% {
      -webkit-transform: rotateX(-30deg) translateX(300px) skewX(30deg);
              transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
              transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  
 
    .points.animated{
	
    -webkit-animation: tilt-in-right-1 2.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: tilt-in-right-1 .6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .points .butn{
        background: #3f8efd;
    width: 110px;
    border-radius: 10px;
    }
    .points .butn a{
        color: white;
    }
 
    /* .sec-service img{
        width: 100%;
    
    }
    .pac-img{
        border-radius: 15px;
        overflow: hidden;
        height: 240px;
    }
   
@keyframes tilt-in-left-1 {
    0% {
      transform: rotateX(-30deg) translateX(-300px) skewX(-30deg);
      opacity: 0;
    }
    100% {
      transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  
  .left.animated{
	animation: tilt-in-left-1 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

  .sec-service h3,.sec-taxi h3{
    color: #02145e;
    word-spacing: 18px;
    letter-spacing: 5px;
  }
  .sec-service p{
    text-align: justify;
  }
  
  
@keyframes tilt-in-right-1 {
    0% {
      transform: rotateX(-30deg) translateX(300px) skewX(30deg);
      opacity: 0;
    }
    100% {
      transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  .right.animated {
	animation: tilt-in-right-1 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-bottom-2 {
  0% {
    -webkit-transform: rotateY(-30deg) translateY(300px) skewY(30deg);
            transform: rotateY(-30deg) translateY(300px) skewY(30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
.bottom.animated {
	-webkit-animation: tilt-in-bottom-2 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tilt-in-bottom-2 1.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.cols{
  padding: 3px 0px;
}
  .pac-img img:hover{
    transform:scale(1.5);
  }
  .pac-img img{
    transition: 7.5s;
  }
  .sec-service h6{
    position: absolute;
    bottom: 30px;
    left: 36px;
    color: white;
    font-weight: 700;
    font-size: 20px;
  }
    position: relative;
  } */
/* package */
.package_head img{
  width: 100%;
  transition: 7.5s;
}
.package_head img:hover{
  transform:scale(1.5);
}
.package{
  background: beige;
}
.package_col{
  background: white;
 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 400px;
    margin: 20px 0;
}
.package_btn{
  border: 1px solid #30ba30;
  border-radius: 5px;
 
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 8px;
  right: 8px;
  transition: .6s;
  
}
.package_btn a,.package_btn a:hover{
  color: #30ba30;
  font-weight: 600;
}
.package_btn:hover,.package_btn a:hover{
  background: #30ba30;
  color: white;
}
.package_body{
  padding: 10px;
}
.package_body small{
  color: #357beb;
    font-weight: 700;
}
.package_body span{
  color: #30ba30;
  display: none;
}
.package_body p{
  font-weight: 500;
  color: #30ba30;
}
.package_head{
  max-height: 197px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
  /* taxi service */
  .card{
    border: none !important;
    margin-top: 60px;
    
   
  }
  
 
  .card-head img{
    width:100%;
  }
  .sec-taxi{
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 100px;
  }
  .sec-taxi h2{
    font-weight: 700;
    color: #357beb;
  }
  .card-head{
    height: 203px;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
  }
  .card-bt{
    background: #357beb;
    width: 128px;
    color: white;
    border-radius: 20px;
    text-align: center;
   
    position: absolute;
    bottom: 15px;
    transition: 1s;
  }
  .card-bt a{
    color: white;
  }
  .card-viewmore{
    text-align: right;
  
    height: 50px;
   padding: 10px;
   transition: 3s;

   
  }
  .card-viewmore a:hover{
    color:#357beb ;
  }

  .card-bt:hover,.card-bt a:hover{
    background: white;
    color: #080874;
    }
  .card-viewmore a{
    text-decoration: none;
    color: #080874;
    font-weight: 700;
    margin-right: 12px;
   
  }
  .card p{
    margin-left: 18px;
    font-weight: 500;
  }
 .sec-taxi h4{
  text-align: center;
  margin-top: 10px;
 }
 .slider {
  width: 100%;
 
}
.slick-dots li button{
  display: none !important;
}
.card-body{
  background: #080874;
    margin: 0 10px;
    height: 230px;
    position: relative;
}
.card-body span{
  font-size: 24px;
}
.card-body p{
  color: white;
}

  /* footer */
footer{
   background: black; 
}
.social-icons{
    display: flex;
    width: 100%;
    justify-content: center;
}
.icon{
    height: 40px;
    width: 40px;
    display: flex;
    background: white;
    margin-left: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}
.footer-logo{
  height: 190px;
  width: 188px;
}
.menu h4{
    color: white;

}
.menu i{
    margin-right: 10px;
}
.menu a{
    text-decoration: none;
    color: white;
    transition: 1.5s;
}
.menu a:hover{
  color: #307af5;
  letter-spacing: 2px; 
}
.lg{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon i{
  color: #011366;

}
.si{
 
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu{
  width: 100%;
}
.ft-adres{
  color: white;
}
footer{
  width: 100%;
  overflow: hidden;
}
#scrollToTopBtn{
  background: #387de1;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 20px;
    
}
#scrollToTopBtn a{
  color: white;
}