
body {
  font-size: 20px;
  color: #000;
  font-family: Poppins, sans-serif;
}

p {
  line-height: 1.5;
  margin: 10px 0;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
h3{
  color: #ff8900;

}
a {
  color: #000;
  transition: all 0.2s;
}

a:focus, a:hover {
  color: #0085A1;
}
img{
  max-width: 100%;
}
blockquote {
  font-style: italic;
  color: #868e96;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

::-moz-selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #0085A1;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  position: absolute;
  border-bottom: 1px solid #e9ecef;
  background-color: white;
}

#mainNav .navbar-brand {
  font-weight: 800;
  color: #343a40;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  font-weight: 800;
  padding: 13px;
  text-transform: uppercase;
  color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
  #mainNav {
    border-bottom: 1px solid transparent;
    background: #fff;
  }
  #mainNav .navbar-brand {
    padding: 5px 20px;
    color: #ff3c00;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #mainNav .navbar-nav > li.nav-item > a {
    padding: 10px 20px;
    color: #000;
  }
  #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: #ff9800;
  }
}

@media only screen and (min-width: 992px) {
  #mainNav {
    transition: background-color 0.2s;
    /* Force Hardware Acceleration in WebKit */
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #mainNav.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -67px;
    transition: transform 0.2s;
    border-bottom: 1px solid white;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.is-fixed .navbar-brand {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
    color: #0085A1;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a {
    color: #212529;
  }
  #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #0085A1;
  }
  #mainNav.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    transform: translate3d(0, 100%, 0);
  }
}
.navbar-toggler {
  background: #ed8c1b!important;
  padding: 10px 15px !important;
  font-size: 18px !important;
  border: none !important;
}
.navbar-toggler .fas.fa-bars
{
  color: #fff;
}
header.masthead {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
  height: 600px;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 200px 0 150px;
  color: white;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
 
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}


/*** Carousel ****/

.carousel-item {
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fix-im {
    position: relative;
    bottom:11rem;
}
@media screen and (max-width:768px){
.flex-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.fix-im {bottom: 0rem;}
}
.ugali {
    background: black;
    padding: 6px;
}
.bg-dark {
    background-color: #fff!important;
}


.red_btn {
    background: #e00606;
    color: #fff !important;
}
.sign_up
{
	font-weight:normal;
}
.carousel-indicators li{
    width: 3px!important;
    height: 30px!important; 
    display: block;
	    margin: 15px 0;
}
.carousel-indicators {
    display: block;
}
.carousel-indicators {
    padding-left: 0;
    margin-right: 0;
    margin-left: 2%;
    list-style: none;
	    width: 10px;
}
.carousel-indicators .active {
    background-color: #fe5f15;    border: 1px solid #fe5f15;
}
.carousel-caption {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	padding: 0 20px;
}



/*** Video Background ***/
header.video_section {
    position: relative;
    background-color: black;
    height: 93vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header.video_section video {
    position: absolute;
    top: 5%;
    left: 10%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-10%) translateY(-10%);
    -moz-transform: translateX(-10%) translateY(-10%);
    -webkit-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%);
}
header.video_section .container {
    position: relative;
    z-index: 2;
}
.h-100 {
    height: 100%!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}
.text-white {
    color: #fff!important;
}
.display-3 {
font-size: 2.2rem;
    line-height: 1.2;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #fbdd11;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
}
.video_section .d-flex p
{
	color:#fff;    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 20px;
}
.display-4 {
  font-weight: 600;
}

/*============== footer_area css =================*/
.footer_area {
  background: #020e27;
}

.f_widget .f_title {
  margin: 10px 0 !important;
  color: #fff;
  font-weight: 600;
}

.f_widget.about_widget p {
  font-size: 14px;
  line-height: 35px;  
  color: #6e778b;
}

.f_widget.about_widget p a {
  color: #ffbb03;
}

.f_widget.about_widget .f_social_icon {
  padding: 15px 0px 0px;
}

.f_widget.link_widget ul {
  margin-bottom: 0px;
  padding-top: 0px;
}
.f_widget.link_widget ul.address li{
  list-style-type: none;
  display: flex; 
}
.f_widget.link_widget ul.address li p{
margin: 0;
color: #fff;
}
.f_widget.link_widget ul.address li i {
  color: orange;    margin: 5px 5px 0 0;
}
.f_widget.link_widget ul li a {
  font-size: 14px;
  color: #a8b2c6;
  text-decoration: none;
}

.f_widget.link_widget ul li a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #ffbb03;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
  display: inline-block;
}

.f_widget.link_widget ul li a:hover {
  color: #ffbb03;position: relative;
}

.f_widget.link_widget ul li a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.f_widget.link_widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.f_social_icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #818593;
  display: inline-block;
  border: 1px solid #4d576d;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.facebook {
  background: #3b5998;
  color: #fff !important;
  border: none !important;
}
.twitter {
  background: #1DA1F2;
  color: #fff !important;
  border: none !important;
}
.youtube {
  background: #FF0000;
  color: #fff !important;
  border: none !important;
}
.instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff !important;
  border: none !important;
}

.f_social_icon a:hover {
  background: #ffbb03;
  color: #fff;
  border-color: #ffbb03;
}
form .form-group:first-child .floating-label-form-group {
  border-top: 1px solid #dee2e6;
}

footer {
  padding: 40px 0 25px;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

footer .copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 25px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 0;
 
}

.btn-primary {
  background-color: #0085A1;
  border-color: #0085A1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00657b !important;
  border-color: #00657b !important;
}

.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.bg-btn2, .btn {
  background: #ff9800;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5722), to(#ff9800));
  background: linear-gradient(to right, #ff5722 0, #ff9800 100%);
  -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
  box-shadow: 0 10px 15px 0 rgb(175 0 202 / 20%);
  border-radius: 25px;
  color: #fff !important;
}
.small_banner {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.text-warning{
  color: #ff8900 !important;
}
.modal .form-control {
    color: black !important;
    background-color: #ffd79b !important;
    border: 1px solid #ff9800 !important;
}
.modal-body {
 background-color: #ff9800;
}
canvas {
    background-color: #fff6cc;
}
.modal canvas {
    background-color: #ffbf60;
}
.modal .bg-btn2, .modal .btn {
 background: linear-gradient(to right, #ff5722 0, #ff0000 100%) !important;
}
.badge_style .badge
{
	    white-space: pre-wrap;
}
.modal-header{
    
}
.contact_msg_2{
      font-size: 17px;
    padding-top: 10px; 
}
.app_image .image_first img{
        max-width: 518px;
}
@media(max-width:991px)
{
    .choosing__information{
            margin-left: -29px !important;
    }
.great_dispatch .intro_img, 
.fare_calc  .intro_img, 
.area_map .intro_img ,
.two_blocks .intro_img
{
order:2;
}
.app_image {
   display: flex!important;
}
.app_image .image_first, .app_image .image_two {
    position: relative!important;
}
.easy_access.pt-7.pb-2
{
    padding-top: 2em !important;
}	
.f_widget.about_widget .f_social_icon {
    padding: 0px 0px 40px;
}
.pricin_new .tab-pane .col-lg-4.col-sm-6
{
margin-bottom:15px;	
}
} 



@media(max-width:767px)
{
.easy_access .intro_img
{
order:2;
}
.breakout-hero .d-flex.three-ticket-section{
display: block!important;	
}
.support_expert .list-alternate-item-second{
text-align: center;	
}
.support_expert .content-section {
    padding: 0 1em !important;    
}
}
.draw-animation li img {
    height: 80px!important;
}



.navbar-light .navbar-nav .nav-link {
    color: #000;
}
@media(max-width:991px)
{
	.sw_services img {
    height: auto;
	}
}
@media(max-width:767px)
{
.display-4 {
    font-size: 46px;
	}	
}
@media(max-width:700px)
{
	.draw-animation li {
    float: none!important;
    width: 100%!important;
	}
	span.line-move {
    display: none;
	}
	.display-4 {
    font-size: 38px;
	}
	.display-3 {
    font-size: 15px;
	}
}
 
.our_process ul li h4 {
    padding: 0 15px;
}

.pricing_optn_dtls h5, .pricing_optn_dtls li{
	font-size:16px !important;
}
.list_d_flex{
	display:flex;    justify-content: center;    font-size: 13px;margin-bottom: 0;
}
.list_d_flex li{padding:0 15px}
.list_d_flex li a{color:#fff;    font-size: 11px !important;}
.contact-form {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    background-color: #ff9800;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
}
.f-12
{
	font-size:12px;
}
.btn-danger {
    color: #fff;
    background: #e60a1f;
    border-color: #dc3545;
}
.contact_area_two .contact-form .form-group textarea {
    height: 145px !important;
}
.pricing_table .bg-lighter {
    background-color: #fe8d00!important;
    color: #fff!important;
}

.carousel-caption {
   
    z-index: 10 !important;;
       width: 80%;
        margin: 0 auto;
}
.carousel-item img{
    max-width: unset;
    position: absolute;
    bottom: -267px;
    
}
.carousel-caption  .display-4{
    text-shadow: 5px 1px #000000;
}
#contact_form_2 .btn {
        margin-top: 15px !important;
}


  #country_code
    {
              font-size: 14px !important;
    width: 134px;
    /* padding: 5px 10px; */
    margin: 1px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #0051b5;
    color: #0051b7;
    margin-left: 9px;
    height: 32px;
    margin-top: 7px;
    padding: 0px 11px;
    
}
.country {
   
    padding-bottom: 20px;
}
    
    @media (min-width: 768px) { 
        .country{
                display: inline-flex;
        }    
        
        }






.service-box1 .service-box .service-icon{position: unset;}
.sub_features.more_features .service-box1 .service-icon {
    max-width: 43px;
    padding-bottom: 14px;
}
.sub_features.more_features .service-box1 .service-icon img{
        background-color: #d6faff00;    border-radius: 0px;   padding: 0px;
        
        
}
.sub_features.more_features .service-box1 .service-box{
        display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;margin-bottom:15px;
    background-color:#fff6ede3;    padding: 10px 10px;    border-radius: 10px;
         box-shadow: 2px 2px 15px #1e1b1b;
             width: 100%;min-height: unset !important;
}

.sub_features.more_features .service-box1 .service-box p{   
    text-align: center !important;
   }
   .sub_features.more_features .rede{
    position: absolute;
    background-color: unset !important;
    width: 500px !important;
    bottom: -56px;
}


.sub_features.more_features .rede1{
    position: absolute;
    background-color: unset !important;
    width: 100%;
    bottom: -56px;
}
.g-bg-teal-opacity-0_1 svg {
    color: #fd0017!important;
}
.service-box1 .col{
    display:flex;
}

.hover_img {
    position: absolute;
    top: 45%;
    left: 45%;
    max-width: 60px;
    z-index: 9;
}
.service-box1 {
    align-items: stretch!important;
}

.sw_services .service-contents:hover .content-title a, .sw_services .service-contents:hover .content-text   {
        color: #ffffff !important;
}

.service-box {
    position: relative;
    margin-top: 15px;
    padding: 0 0 0 64px;
    display: inline-block;
    width: 100%;
}
.service-box h3 {
    font-size: 18px;
    margin: 5px 0;
    color: #ff8900;
    font-weight: 700;
}

.service-boxs .service-icon img {
    width: 100%;
    max-width: 55px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background-color: #fff;
}

.service-icon-sec:after {
    height: 100px;
}
.service-icon-sec:after {
    content: "";
    position: absolute;
    top: -20px;
    width: 0;
    right: 47%;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    height: 150px;
    z-index: 999;
    border-style: dashed;
    border-width: 1px;
    border-color: rgba(11,22,63,.12);
    background-color: rgba(0,0,0,0);
}

.service-box .service-icon {
    position: absolute;
    text-align: center;
    font-size: 48px;
    top: -5px;
    left: -17px;
    line-height: 1;
        left: 0;
    font-size: 40px;
}
.service-boxs .service-icon img {
    width: 100%;
    max-width: 55px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background-color: #fff;
}
.dropdown-item{
   font-size: 12px;
   font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; 
}
@media only screen and (max-width: 1100px) {
    #carouselExampleIndicators1 .carousel-caption .display-4{
            font-size: 26px;
    }
      .display-13{
       font-size: 17px !important; 
    }

    
}
@media only screen and (max-width: 700px) {
    
    .carousel-caption {
    z-index: 10 !important;
    width: 68% !important; 
    margin: unset;
    background-color:#ffffffde;
    height: auto;
    padding: 16px 10px;
    left: 50% !important; 
    right: 50%;
    top: 50% !important; 
    bottom: 50%;
        transform:translate(-50%, -50%); 

    display: block!important;
}
}


@media only screen and (max-width: 1000px) {
    .service-box h3{
        color: #000000 !important;
}

}
@media only screen and (max-width: 500px) {
      #carouselExampleIndicators1 .carousel-caption {
    z-index: 10 !important;
    width: 61%;
    margin: unset;
    background-color: #ffffffbd;
    height: auto;
    padding: 4px 10px;
    left: 54px;
    right: 0;
    top: 35%;
    bottom: 50%;
    display: block !important;
}

}
.services-section-1 {
    background-color: #000000;
    padding: 60px 0px;
}
.choosing__information {
    background: #040021;
    padding: 10px 14px;
    margin-left: -115px;
    position: relative;
    z-index: 5;
        box-shadow: 6px 1px 20px 9px #a3a3a359;
}
.choosing__information ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.choosing__number {
    margin-right: 28px;
}
.choosing__number span {
   font-size: 20px;
   border: 1px solid #fe5f15;
   background-color: #fe5f15;
    color: #ffffff;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.choosing__text h5 {
   color: #fe5f15;
   
}
.choosing__text p {
    color: #c4c4c4;
}
.choosing__number span:before {
    position: absolute;
    content: "";
    width: 76px;
    height: 76px;
    border:1px solid #fe5f15;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services-section-1{
        background-color: #000000;
        padding:60px 0px;
}
 @media only screen and (min-width: 992px) and (max-width: 1150px)  {

    .why-infinite-cab-cnt2{
    grid-gap: 0px !important;
}
    

}
 .features-pixobooking-1{
         margin: 0 auto;
    text-align: center;
 }
 @media (min-width: 576px) and (max-width: 767px){
     .carousel-multiple .carousel-inner .carousel-item.active + .carousel-item + .carousel-item{
         right:0% !important;
     }
     }
     
 }
 }