/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Times New Rom...;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-color: #1a1a1a;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 01;
}

.logo {
    width: 150px;
    float: left;
    text-align: center;
}

.menu_text {
    float: right;
    width: auto;
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
}

.menu_text li {
    float: left;
    padding-right: 75px;
    font-size: 18px;
    color: #ffffff;
    padding-top: 12px;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover {
    color: #f8ca11;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: -3px;
    position: relative;
    left: 15px;
}

.banner_section{
     width: 100%;
     float: left;
     background-color: #1a1a1a;
     height: auto;
     /* padding-top: 90px; */
}

.book_now {
    /* width: 70%; */
    float: right;
    background-color: #f8ca11;
    height: auto;
    padding: 10px;
    border-radius: 10px 100px / 120px;
}

.book_text{
     width: 100%;
     float: left;
     font-size: 40px;
     color: #fbfaf6;
     text-align: center;
}
.call_text{
     width: 100%;
     float: left;
     font-size: 40px;
     color: #1a1a1a;
     text-align: center;
}

.image_1 {
    width: 80%;
    float: right;
    margin-top: 50px;
}

.booking_text{
     width: 100%;
     float: left;
     font-size: 26px;
     color: #fbfaf6;
     text-align: center;
}

.contact_bg {
    width: 50%;
    /* float: left; */
    padding-top: 0;
    padding-bottom: 30px;
    /* background-color: #fefefe; */
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000;
    border-bottom: 0px solid#49bcfe;
    padding-top: 20PX;
    text-align: center;
}

.email-bt {
    background: #e1e1e1;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #000;!important;
    width: 95%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}


.send_bt a{
    width: 25%;
    float: right;
    background-color: #353433;
    color: #fefefe;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 30px;
}

.send_bt a{ color: #fefefe; }
.send_bt a:hover {
    color: #000;
    background: #f8ca11  ;
}

.taxis_section {
    width: 100%;
    float: left;
    background-color: #161c1e;
    height: auto;
    /* margin-top: 90px; */
    padding-bottom: 50px;
}

.our_text{
     width: 100%;
     float: left;
     text-align: center;
     font-size: 50px;
     color: #fefefe;
     font-weight: bold;
}

.taxis_section_2 {
    width: 100%;
    float: left;
}

.taxi_main{
     width: 100%;
     float: left;
     height: auto;
    margin-top: 70px;
    text-align: center;
    background-color: white;
}
.bets {
    background: url("../images/tjbd_background.png") !important;
    background-repeat: repeat;
    background-size: 20%;
    /* filter: brightness(10.75); */
}
.bet-main {
    background-color: transparent !important;
    filter: brightness(0) !important;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.round_1 {
    width: 21%;
    margin: 0 auto;
    font-size: 24px;
    color: #fefefe;
    height: 70px;
    background: #f8ca11;
    display: block;
    text-align: center;
    border-radius: 60px;
    padding-top: 12px;
    position: relative;
    top: -35px;
}

.carol_text{
     width: 100%;
     float: left;
     text-align: center;
     color: #2b3436;
     font-size: 24px;
}

.reader_text{
     width: 100%;
     float: left;
     text-align: center;
     color: #2b3436;
     font-size: 20px;
     margin-left: 0px;
     -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.email-bt::placeholder {
    color: #000;
}

.images_2{
     width: 100%;
     float: left;
     text-align: center;
}

.ride_section{
     width: 100%;
     float: left;   
}

.ride_text{
     width: 100%;
     margin: 0 auto;
     text-align: center;
     color: #2b3436;
     font-size: 50px;
     margin-left: 0px;
     border-bottom: 1px solid #000;
}

.ride_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.ride_section_2{
     width: 100%;
     float: left;
}

.image_3{
     width: 100%;
     float: left;
}

.cabe_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2b3436;
    margin-top: 20px;
}

.long_text{
     width: 100%;
     float: left;
     font-size: 16px;
     color: #2b3436;
     margin-left: 0px;
}

.book_bt a{
    width: 20%;
    float: left;
    font-size: 18px;
    color: #fefefe;
    background-color: #f8ca11;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

.book_bt a{ color:#fefefe; }
.book_bt a:hover{     
    color: #fff;
    background: #000;

}

.secure_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #2b3436;
    margin-top: 20px;
    text-align: right;
}

.long_text_2{
     width: 100%;
     float: left;
     font-size: 16px;
     color: #2b3436;
     margin-left: 0px;
     text-align: right;
}

.book_bt_2 a{
    width: 20%;
    float: right;
    font-size: 18px;
    color: #fefefe;
    background-color: #f8ca11;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

.book_bt_2 a{ color:#fefefe; }
.book_bt_2 a:hover {
    color: #fff;
    background: #000;
}

.location_sectin {
    width: 100%;
    float: left;
    background-image: url(../images/img-61.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.location_main{
     width: 100%;
     float: left;
}

.download_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #24292b !important;
    padding-left: 53px;
    height: auto;
}

.image_7 {
    width: 90%;
    float: left;
}

.account_text {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}

.image-icon {
    width: 100%;
    float: left;
}

.fb_text {
    font-size: 12pt;
    color: #ebebeb;
    padding-left: 16px;
}

.fb_text a{ color: #fffcf4; }
.fb_text a:hover{ color: #fecf3d; }


.adderess_text {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}

.footer_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.section_footer {
    width: 100%;
    float: left;
    background-color: #292828;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 90px;
}

.ipsum_text{
    font-size: 12pt;
    color: #ebebeb;
    margin-left: 0px;
}

.email_text{
     width: 100%;
     float: left;
    font-size: 12pt;
    color: #eceaea;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}

.subscribr_bt {
    width: 60%;
    float: left;
    font-size: 16pt;
    color: #eceaea;
    background-color: #fecf3d;
    padding: 5px 0px;
    border: 0px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 5px;
}

.copyright_section{
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #000;
    text-align: center;
    margin-left: 0;
}

.copyright a{ color: #000; }
.copyright a:hover{ color: #fecf3d; }


#main_slider a.carousel-control-prev {
    position: absolute;
    left: 50px;
    top: 40%;
    background-color: #f8ca12;}
}

#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #091e30;
    border-radius: 100%;
}


#main_slider a.carousel-control-next {
    position: absolute;
    left: 50px;
    top: 55%;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #f8ca12;
    color: #fff;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #f8ca12;
    color: #fff;
}

.tableResultats {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tableResultats caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.tableResultats tr {
    /* background-color: #f8f8f8; */
    background-color: transparent;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
.tableResultats th,
.tableResultats td {
    padding: .625em;
    text-align: center;
    font-weight: bold !important;
  }
  
.tableResultats th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    .tableResultats {
      border: 0;
    }
  
    .tableResultats caption {
      font-size: 1.3em;
    }
    
    .tableResultats thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    .tableResultats tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    .tableResultats td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    .tableResultats td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    .tableResultats td:last-child {
      border-bottom: 0;
    }
  }

  .cross{
  
    width: 100px;
    height: 100px;
    margin: 50px auto;
    border-radius: 50% 50%;
    
    position: relative;
    transform: scale(1.3);
    &::before{
        background: #888;
        position: absolute;
        display:block;
        content:'';
        width: 70%;
        height: 6%;
        top: 47%;
        left: 15%;
        transform: rotate(45deg);
    } 
    /*
    &::after{
        background: #888;
        position: absolute;
        display:block;
        content:'';
        width: 6%;
        height: 70%;
        left: 47%;
        top: 15%;
        transform: rotate(45deg);
    } 
    */
    /*
    &:hover {
        background: lighten(#c22, 15);
        box-shadow: inset 0 0 5px 1px #444;
          -webkit-transition: background .3s;
          -moz-transition: background .9s;
  
        &::before{
            background: #fff;
            box-shadow: 0px 0px 8px -1px #555;
          }
      &::after{
            background: #fff;
            box-shadow: 0px 0px 8px -1px #555;
          }
      }
      */    
  }

  .isAuthentify {
    width: 100%;
    text-align: center;
    vertical-align: center;
  }


  /* Tooltip login user */
  
/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400'); */

.login_tooltip {
  position: relative;
  background: #78C55F;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #FFF;
  width: 300px;
  height: 200px;
  z-index: 9;
}

.login_tooltip:before,
.login_tooltip:after {
  position: absolute;
  content: '';
  opacity: 0;
  transition: all 0.4s ease;
  white-space: pre-line;
}

.login_tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #78C55F transparent transparent transparent;
  top: -15px;
   transform: translateY(20px);
}

.login_tooltip:after {
  content: attr(data-tooltip);
  background: #78C55F;
  width: 300px;
  height: 140px;
  font-size: 13px;
  font-weight: 300;
  top: 50px;
  left: -200px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: translateY(20px);
}

.login_tooltip:hover::before,
.login_tooltip:hover::after {
  opacity: 1;
  transform: translateY(-2px);
}

@keyframes shake {
  0% { 
    transform: rotate(2deg);
  }
  50% {
   transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}