body{ /*font-family: 'Titillium Web', sans-serif;*/ font-family: 'Poppins', sans-serif; overflow-x: hidden !important; }
img { max-width: 100%; }
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
div:focus, div:active{
    outline:0px !important;
    -webkit-appearance:none;
}
h2 {
  font-size:36px;
  line-height: 52px;
}
h4 {
  font-size: 22px;
  line-height:38px;
}
h5 {
  font-size: 20px;
  line-height:34px;
}
h6 {
  font-size: 20px;
  line-height:30px;
}

h1,h2,h3,h4,h5 {
  color: #000;
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}
a:hover {
  text-decoration: none;
}
::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff4e9}
::-webkit-scrollbar-thumb:hover{background:#ff8304}
::-webkit-scrollbar-thumb{background:#ff8304; }

p { color: #2e2e2e; font-size: 15px; line-height: 28px; }
.pt5 { padding-top:5px; } .pt10 { padding-top:10px; } .pt15 { padding-top:15px; } .pt20 { padding-top: 20px; } 
.pt30 { padding-top: 30px; } .pt40 { padding-top:40px; } .pt50 { padding-top:50px; } .pt60 { padding-top:60px; }
.pt70 { padding-top:70px; } .pt80 { padding-top:80px; } .pt90 { padding-top:90px; } .pt100 { padding-top:100px; }

.pb5 { padding-bottom:5px; } .pb10 { padding-bottom:10px; } .pb15 { padding-bottom:15px; } 
.pb20 { padding-bottom: 20px; } .pb30 { padding-bottom: 30px; } .pb40 { padding-bottom:40px; }  
.pb50 { padding-bottom:50px; }  .pb60 { padding-bottom:60px; } 
.pb70 { padding-bottom:70px; }  .pb80 { padding-bottom:80px; }  .pb90 { padding-bottom:90px; }  .pb100 { padding-bottom:100px; } 

.mt5 { margin-top:5px; } .mt10 { margin-top:10px; } .mt15 { margin-top:15px; } .mt20 { margin-top: 20px; } 
.mt30 { margin-top: 30px; } .mt40 { margin-top:40px; }  .mt50 { margin-top:50px; } .mt60 { margin-top:60px; }

.mb5 { margin-bottom:5px; } .mb10 { margin-bottom:10px; } .mb15 { margin-bottom:15px; } 
.mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; } .mb40 { margin-bottom:40px; }

.pl0 { padding-left: 0px; } .pr0 { padding-right: 0px; }
.mg0 { margin:0px; } .pd0 { padding:0px; }
.block-80 { width:80%; }
.sec-color { color:#ffc704; }
.green { color: green; }
.red { color: red; }

.container-fluid { width:95%; max-width: 1360px; }
.d-flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.navbar-sticky .reg-logo { display:inline-block; }

nav.theme-nav.fixed-top { position:relative; padding:0px; margin-top:5px; margin-bottom:5px; z-index: 11; }

.welcome-area { background:url("../images/banner2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  align-items: center;
  z-index: 1;   
  padding-bottom:80px;
  padding-top: 80px;
  /* height:600px; */
}
.welcome-area .container-fluid, .welcome-area .container-fluid .row-we1 { position: relative; height: 100%; }
.welcome-area .welcome-text h1 { color: #fff;
  font-size:36px;
  line-height:60px;
  font-weight:600;
}
.welcome-text p {
  font-weight: 400;
  color: #ddd;
  margin: 20px 0 35px 0;
  font-size: 18px;
  line-height: 32px;
}
.welcome-area .container-fluid { position: relative; z-index:11; }
.welcome-right { margin-top:0px; }
.welcome-area .overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.ms-auto {
  margin-left: auto !important;
}
.theme-nav.navbar-expand-lg .navbar-nav .nav-item {  padding:10px 10px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-item:last-child { padding-right:0px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-link {/* font-weight:600; */
  font-size: 16px;
  display: block;
  padding:10px 10px;
  letter-spacing: 0.05rem;
  color:#000;
  border-bottom:2px solid transparent;
  font-weight: 600;
}


.theme-nav.navbar-expand-lg .navbar-nav .nav-link:hover { color:#ffc934; border-bottom:2px solid #333; }
nav.theme-nav.navbar-sticky{ margin-top:0px;
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
  box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
}


.contact-box-main { width:460px; margin:0 0 0 auto; position: relative; }
.contact-box { display: inline-block; width:100%; box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; 
  background-color:#fff;
  padding:20px 20px 20px 20px;
  -webkit-border-radius:5px;
  border-radius:5px;
  border:2px solid #eee;  
}
.cfm-ul { margin-bottom:20px; }
.cfm-ul li { margin-right:5px; }
.cfm-ul .nav-link {   color: #333;
  border: 1px solid #333;
  border-radius: 5px;
}
.cfm-ul .nav-link.active{
  background: #333;
  color: #fff;
}

.cf-text-span { position: relative; display: block; width:100%; } 
.contact-box .form-group { margin-bottom:20px; }
.cf-text-box {
  border-radius: 0;
  height: 56px;
  position: relative;
  width: 100%;
  max-width: 100%;
  border:0px;
  border: 1px solid #ddd;
  display: block;
  padding: 5px 40px 5px 16px;
  font-weight:500;
  font-size:16px;
  color: #000;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}
textarea.cf-text-box { height:80px; padding-top: 20px; }

.btn-main { overflow: hidden;
  font-size: 16px;
  font-weight:600;
  font-family: Poppins,sans-serif;
  padding: 0 32px;
  line-height:50px;
  text-align: center;
  outline: 0;
  color: #000;
  background-color: #ffc704;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  /*-webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
  box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);*/
}
.bg-btn {
  background: #ffc704;
  background: -moz-linear-gradient(left,#ffc704 0,#ff8304 100%);
  background: -webkit-linear-gradient(left,#ffc704 0,#ff8304 100%);
  background: linear-gradient(to right,#ffc704 0,#ff8304 100%);
  -webkit-box-shadow:0 10px 15px 0 rgb(0 0 0 / 31%);
  box-shadow:0 10px 15px 0 rgb(0 0 0 / 31%);
}
span.circle {
  background: rgba(255,255,255,.2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.oc-rig { position: relative; z-index: 1; }

.mob-two-col { width: 48%; display: inline-block; }
.mtc2 { margin-left:2.6%; }

.cf-text-span .t-phold { border-radius: 100px;
  position: absolute;
  margin: 0;
  top: 16px;
  z-index: 1;
  pointer-events: none;
  color:#333;
  font-size: 16px;
  line-height: 21px;
  left: 11px;
  padding: 0 5px;
  background: #fff;

  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.required-star {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 1;
  pointer-events: none;
  width: 7px;
  max-width: 7px;
  height: 7px;
}

.cf-text-span .t-phold {
  cursor: text;
  -webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
  transition: color .2s ease-out,-webkit-transform .2s ease-out;
  transition: transform .2s ease-out,color .2s ease-out;
  transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  text-align: initial;
}
.cf-text-box:focus, .cf-text-box:hover {
  border-bottom: 1px solid #ddd;
}


.cf-text-span:hover .t-phold {
  color: #333;
}

.cf-text-span.active .t-phold {
  font-size:14px; line-height:18px; color:#333;
  -webkit-transform:translateY(-25px) scale(1);transform:translateY(-25px) scale(1)
}


	/* - Top Header */
	.top-header { position: relative; z-index: 111;
		background-color: #333;
		padding-bottom:4px;
		padding-top: 6px;
	}
	/* -- Social */
	.social li {
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.social li:first-child {
		margin-left: 0;
	}
	.social li:last-child {
		margin-right: 0;
	}
	
	/* -- Top Menu */
	.top-header .top-menu { margin-top:0px; text-align: right; }
	.top-header .top-menu>ul {
		padding-left: 0;
	}
	.top-header .top-menu>ul{
		display: inline-block;
		list-style: none;
	}
	.top-header .top-menu>ul>li {
		display: inline-block;
		padding-left:18px;
		padding-right:18px;
		position: relative;
		font-size: 13px;
	}
	.top-header .top-menu>ul>li>a {
		color: #ccc;		
		text-transform: capitalize;
		text-decoration: none;
	}
	.top-header .top-menu>ul>li>a:hover {
		color: #ffc704;
	}
	.top-header .top-menu>ul>li:first-child {
		padding-left: 0;
	}
	.top-header .top-menu>ul>li:last-child {
		padding-right: 0;
	}
	.top-header .top-menu>ul>li:before {
		content: "|";
		position: absolute;
		left: -1px;
    color: #ccc; 
	}
	.top-header .top-menu ul li:first-child:before {
		content: "";	
	}


  .wh-work{
    background:#f5f5f5;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative;
  }
  .common-heading>span {
    color:#ffc704;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight:600;
    margin: 0 0 5px 0;
    display: block;
  }
  .wwb-img { margin-bottom:50px; }
  .wwb-img img { border-radius:100px;
    width:120px;
    background: #fff;
    border: 1px solid #f7f7f7;
    padding:20px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);  
  }
  .wh-work-box h4 { margin-bottom: 15px; }
  .wwb-row { margin-top:50px; }
  .wh-work-row  { margin-top:-160px; position: relative; z-index:1; }
  .wh-work-border { width:100%; display: block; position: relative; background: url(../images/way.png) no-repeat; background-size:100%; min-height:120px;}
	

.our-service  { background:#ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.os-inner { width: 100%; }
.our-service .d-flex-1 { width: 100%; }
.os-left { margin-top:60px; }
.os-tab-ul {  display:block; }
.os-tab-ul li { display:block; margin:25px 0px; }
.os-tab-ul li a { width:70%; text-align: center; position: relative;
  display: inline-block;
  background: #eee;
  color: #000;
  padding:12px 20px;
  font-size: 20px;
  font-weight:500;
  border-radius: 100px;
  min-width: 340px;
}
.os-tab-ul li a.active {
  background:#ffc934;
  color: #000;
}

.os-con-box { position: relative; }
.os-con-b-img { width:100%; }
.os-con-b-img img { width:100%; border-radius:20px; }

.os-con-p { position: absolute; right:0px; bottom:0px; width:80%; background-color: rgba(255, 255, 255, 1); padding:30px 30px 0px 30px; border-radius:20px 0px 0px 0px; }
.os-con-p p { color:#333; font-weight:400; text-align: justify; }
.os-con-p p:first-child { margin-bottom:10px; }
.our-service .tab-content { width:100%; padding-left:8%; }

.abt-i-con {
  width: 100%;
  padding-right:0%;
}
.abt-i-con h3 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}
.abt-i-con p {
  font-weight: 400;
  color: #333;
  margin: 20px 0 15px 0;
  font-size: 16px;
  line-height: 30px;
}
.os-tab-ul {
  display: block;
}

.fleet-main { background:#f5f5f5; }

.fleet-row { margin-top: 30px; }
.fleet-content {
  box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  background: #fff;
  padding-top: 30px;
}

.tarifftb {
    border-top: 1px solid #eee;
}
.fleet-t1 td { border: 0px; }
.fleet-t1 td p:first-child { font-weight: 600; font-size: 20px; color: #000; }
.fleet-t1 { margin:0px;}
.fleet-t1 p, .fleet-pr { margin:5px 0px; }
.fleet-name { margin-top: 10px; }

.fleet-rt { color:#666; }
.fleet-pr { font-size:24px; font-weight: 500; }
.fleet-pr strong { font-weight: 500; }
.tarifftb td:first-child {
  border-right: 1px solid #eee;
  width: 50%;
}

.w-ride-row { margin-top: 50px; }  

.w-ride-box { margin-bottom: 30px; }

.w-ride-main .w-ride-b-img img { border-radius: 5px; }
.w-ride-b-con  { padding-top:10px;  }
.w-ride-b-con h4 { font-size:24px; font-weight: 500; margin-bottom:5px; }


.t-cars-main { background:#f5f5f5;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.t-cars-ul  { text-align: center; display: block; }
.t-cars-ul .nav-item { display:inline-block; }
.t-cars-ul .nav-item .nav-link img { width:100px; height: 100px; border:3px solid #fff; box-shadow: 0 0 10px rgb(0 0 0 / 7%); background:#fff; border-radius:100px; padding:15px; }

.t-cars-ul .nav-item .nav-link.active img { background:#fff;  padding:5px; border-color: #ffc942; }

.t-cars-c-img { text-align: center; }
.t-cars-c-img img { width: 90%; }
.t-cars-c-cnt { margin-top:80px; }
.t-cars-c-cnt h3  { font-size:32px; font-weight:500; margin-bottom:15px; margin-bottom:10px; }

.t-cars-c-p1 { font-weight:700; margin-bottom:10px; }


.app-main {
  background:#fff; 
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;  
}
.app-ul { list-style:none; margin-top: 20px; }
.app-ul li { display: inline-block; margin-right:5px; }
.app-ul li a img { width:160px; }


.footer { overflow: hidden; background:#2e2e2e;
  position: relative;
  width: 100%;
  align-items: center;
  z-index: 1;   
}
.footer .container-fluid, .footer .footer-row { height:100%; position: relative; }
.footer .footerlistbox h5 { margin-bottom:15px;
  color: #fff;
  font-size:22px;
  margin-right:0px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 600;
}
.footer h6 { font-size:18px; line-height: 24px; margin-bottom:10px; color:#fff; }
.footerlist { list-style: none;
  display: block;
  clear: both;
}
.footerlist li {
  padding:1px 0;
}
.footerlist li a {
  color:#ccc;
  font-size:13px;
  line-height:22px;
  font-weight:400;
}
.footerlistbox a { color:#ccc; }
.footerlist li a:hover, .footerlistbox a:hover { color:#fff; } 
.footerlistbox p { padding:6px 0;
  color:#ccc;
  font-size: 15px;
  line-height: 24px;
  font-weight:400;
}
.footer .abt-i-con { margin-bottom:70px; }
.footer .abt-i-con h1 { color: #fff; }
.footer .abt-i-con p { color: #959595; }
.map  { margin-top: 50px; display: block; border-radius:10px;
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
          filter: grayscale(100%);
}

.sm_span{ display: inline-block;
  color: #fff;
  font-size:18px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight:500;
  position: relative;
  top: -5px;
}
.footer-btm{
  position:relative;
  padding:20px 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #404040;
}
.footer-btm p  { font-weight:400; text-align: center;  width:100%;
  color:#848484;
  font-size:16px;
  line-height: 32px;
}

.fsm-icons {
  margin-bottom: 10px;
}
.fsm-icons a { text-align: center;
  display: inline-block;
  width:46px;
  height:46px;
  margin: 0px 1.5%;
  opacity:1;
  background: #404040;
  border-radius: 100px;
  padding-top:11px;  
}
.fsm-icons a:first-child { margin-left: 0px; }
.fsm-icons .fab {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.fsm-icons a:hover{ background:#ccc;}
.fsm-icons .fab.fa-facebook2 {
  background: url(../images/facebook-circular-logo.png) no-repeat; background-size: cover; 
}
.fsm-icons .fab.fa-twitter2 { 
  background: url(../images/twitter.png) no-repeat; background-size: cover; 
}
.fsm-icons .fab.fa-instagram2 { 
  background: url(../images/instagram.png) no-repeat; background-size: cover; 
}
.fsm-icons .fab.fa-linkedin2 { 
  background: url(../images/linkedin-logo.png) no-repeat; background-size: cover; 
}
.fsm-icons .fab.fa-youtube2 { 
  background: url(../images/youtube.png) no-repeat; background-size: cover; 
}

.fsm-icons a:hover .fab.fa-facebook2 {
  background: url(../images/facebook-circular-logo-h.png) no-repeat; background-size: cover; 
}
.fsm-icons a:hover .fab.fa-twitter2 {
  background: url(../images/twitter-h.png) no-repeat; background-size: cover; 
}
.fsm-icons a:hover .fab.fa-instagram2 { 
  background: url(../images/instagram-h.png) no-repeat; background-size: cover; 
}
.fsm-icons a:hover .fab.fa-linkedin2 { 
  background: url(../images/linkedin-logo-h.png) no-repeat; background-size: cover; 
}
.fsm-icons a:hover .fab.fa-youtube2 { 
  background: url(../images/youtube-h.png) no-repeat; background-size: cover; 
}
.abt-i-span {
  font-size: 16px;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.theme-nav .navbar-toggler {
  position: absolute!important;
  right: 0;
  top:18px;
  left: auto;
  border: 0;
  height:40px;
  width: 3.75rem;
  background-image: none;
  border-radius: 0;
  z-index: 1;
}
.theme-nav .navbar-toggler-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #333;
  width: 45%;
  display: inline-block;
  background-image: none!important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.theme-nav .navbar-toggler-icon::before, .theme-nav .navbar-toggler-icon::after {
  content: "";
  background: #333;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.theme-nav .navbar-toggler.collapsed .navbar-toggler-icon::before {
  top: -0.525rem;
}
.theme-nav .navbar-toggler.collapsed .navbar-toggler-icon::after {
  top: .525rem;
}
.theme-nav.navbar-sticky .navbar-toggler-icon::after {
    background: #333;
}

.theme-nav .navbar-toggler.collapsed .navbar-toggler-icon::after { display: inherit; }
.theme-nav .navbar-toggler .navbar-toggler-icon::after { display:none; }
.theme-nav .navbar-toggler .navbar-toggler-icon {
  transform: rotate(45deg); /* W3C */
  -webkit-transform: rotate(45deg); /* Safari & Chrome */
  -moz-transform: rotate(45deg); /* Firefox */
  -ms-transform: rotate(45deg); /* Internet Explorer */
  -o-transform: rotate(45deg); /* Opera */
}
.theme-nav .navbar-toggler.collapsed .navbar-toggler-icon {
  transform: rotate(0deg); /* W3C */
  -webkit-transform: rotate(0deg); /* Safari & Chrome */
  -moz-transform: rotate(0deg); /* Firefox */
  -ms-transform: rotate(0deg); /* Internet Explorer */
  -o-transform: rotate(0deg); /* Opera */
}
.theme-nav .navbar-toggler.collapsed .navbar-toggler-icon::before {
  transform: rotate(0deg); /* W3C */
  -webkit-transform: rotate(0deg); /* Safari & Chrome */
  -moz-transform: rotate(0deg); /* Firefox */
  -ms-transform: rotate(0deg); /* Internet Explorer */
  -o-transform: rotate(0deg); /* Opera */
}
.theme-nav .navbar-toggler .navbar-toggler-icon::before {
  transform: rotate(90deg); /* W3C */
  -webkit-transform: rotate(90deg); /* Safari & Chrome */
  -moz-transform: rotate(90deg); /* Firefox */
  -ms-transform: rotate(90deg); /* Internet Explorer */
  -o-transform: rotate(90deg); /* Opera */
}
.theme-nav .navbar-toggler .navbar-toggler-icon::before {
  top: 0rem;
}


.tj-inner-banner { padding:60px 0 60px;
  background: url(../images/inner-banner.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.tj-inner-banner h2 {
    font-size:40px;
    font-weight: 600;
    color: #fff;
    
    text-transform: capitalize;
    margin: 0;
    position: relative;

}
.tj-inner-banner .breadcrumb  { background:none; text-align:center; margin:0px;  padding:0px; }
.nav-b {  margin: 0 auto; display: inline-block; }
.tj-inner-banner .breadcrumb-item a{ color: #ccc; }

.tj-inner-banner .breadcrumb-item.active {
  color: #ffc704;
}
.tj-inner-banner:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0;
  left: 0; background:rgb(32 31 31 / 60%); }
.tj-inner-banner .container-fluid { position: relative; z-index:1; }
.tj-inner-banner .breadcrumb-item+.breadcrumb-item::before { color: #ccc; }

.abt-pg-con  { background: #f5f5f5; }
.abt-pg-con .abt-img  { padding:5px; background: #fff; border: 1px solid #eee; border-radius: 10px; display: inline-block; }
.abt-pg-con .abt-img img  { border-radius: 10px; }
.abt-d-main { padding: 20px 0px; background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 7%); }
.abt-d h4 { font-size:26px; margin:10px 0px 0px 0px; }
.abt-d { border-right:1px solid #eee; }
.no-border { border: 0px; }

.wwd h3 { font-size:22px; margin:0px 0px 10px 0px; }
.wwd {
  display: inline-block;
  position: relative;
  padding-left: 115px;
  min-height: 91px;
  width: 100%;
  margin:30px 0px;
}
.wwd i {
  border: 2px solid #f8c12c;
  border-radius: 50%;
  position: absolute;
  color: #252525;
  font-size: 35px;
  width: 91px;
  height: 91px;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  text-align: center;
  align-items: center;
  display: flex;
}
.wwd i > img {
  margin: 0 auto;
}
.abt-pg-btm { background: #fff; }

.wcu-box { background: #fff; margin-bottom: 30px; border-radius: 5px; border-radius: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 7%); }
.wcu-img img { border-radius: 5px 5px 0px 0px; }
.wcu-box p { padding:15px 5px; text-align: center; font-size: 18px; font-weight:600; }
.tariff-table table{ padding: 20px 20px; background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 7%); }
 
.tariff-table .table td, .tariff-table .table th { vertical-align:middle; padding: 20px 10px; }
.tariff-table .table td p { font-size: 18px; font-weight: 600;  }
.f-22, .tariff-table .table td p.f-22 { font-size:22px; }

.tariff-table .table thead { background: #ffc704; }
.bgy1 { background: #fffbed; }
.bgy2 { background: #fff7dc; }
.abt-pg-con h3 { display: block; margin-bottom:20px; }
.abt-pg-con ul { padding: 0px 0px 0px 20px; margin: 0px; display: block; }
.abt-pg-con ul li { padding: 0px; margin: 0px 0px 10px 0px; font-size:15px; color:#2e2e2e; }
.tm-contact-block { border-radius: 5px;
  min-height: 280px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 40px 30px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}
.tm-contact-block h5 {
  font-weight: 600;
  margin:20px 0 10px 0; 
} 

.career_form .web_btn{padding:8px 25px 6px 25px;font-size:16px}

.tm-contact-block{ background: #fff; min-height:280px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);
  padding:40px 30px;overflow:hidden;border-radius:3px;-webkit-transition:all .4s ease-in-out 0s;
  -o-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}
 /* 
.tm-contact-block:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);
  -webkit-box-shadow:0 10px 25px rgba(0,0,0,.15);box-shadow:0 10px 25px rgba(0,0,0,.15)} */

.tm-padding-section-top{padding-top:0}

.tm-contact-formwrapper{background:#fff;padding:40px 40px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
  box-shadow:0 0 10px rgba(0,0,0,.1)}

.con_emain{ padding:50px 0;background:#fff; }

.tm-contact-formwrapper h5{position:relative;color:#2e2e2e;font-size:24px;font-weight:600;margin-top:0;
  margin-bottom:20px;padding-bottom:10px}

.tm-contact-formwrapper h5:after{content:"";position:absolute; left:0;bottom:0;width:40px;height:2px;
  background:#ffc934; }
    
.tm-form-field{ margin-top:19px; width:100% ; position: relative;}

.tbox{height:50px;padding:5px 45px 5px 15px;width:100%;font-size:16px; font-weight: 600; vertical-align:middle;background:0 0;
  border:1px solid #e5e5e5;-webkit-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;
  transition:all .4s ease-out 0s;color:#2e2e2e;border-radius:3px}

.tm-button{ padding: 12px 20px; border: 0px;
  font-size:18px;
  font-weight: 500; 
  border-radius: 100px; 
  text-align: center;
  position: relative;
  display: inline-block;
  background: #ffc934;
  color: #000;}

.tm-contact-map{height:510px; }

.car-t-h .form-group { margin-bottom: 0px; position: relative; }
.cf-b-img-box { position: relative; }
.car-t-h h2 { color: #fff; font-size:30px; margin-bottom:15px; }

.cf-box { margin-bottom: 30px; position: relative; 
  box-shadow: 0 0 10px rgb(0 0 0 / 7%);
  background: #fff;
}
.cf-b-img { position: relative; }
.cf-b-img img { max-width:250px; }

.cf-b-con { padding:5px 15px 25px 15px; }
.cf-b-con2 h3 { font-size:18px; margin: 15px 0px; text-align: center; }
.cf-b-con h3 { font-size:18px; margin: 15px 0px; text-align: center; }
.cf-b-rs {  text-align: center;
  position: relative;
  bottom: 0px;
  right: 0px;
  font-size:30px;
  background: #ffc704;
  padding: 5px 10px;
  font-weight: 600;
  color: #000;
}
.cf-b-con p { text-align: center; border-top:1px solid #eee; padding:8px 0px; color: #666; }

.bg-btn2 { background:#f91026 !important; color: #fff; }

.tm-form-field .form-check { display: inline-block; margin-top: 10px; }


.checkcontainer {
  display:inline-block; margin-right: 10px;
  position: relative;
  padding-left:30px;
  margin-top: 12px;
  cursor: pointer;
  font-size:16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}
.checkcontainer input:checked ~ .radiobtn {
  background-color: #ffc704;
}
.checkcontainer input:checked ~ .radiobtn:after {
  display: block;
}
.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer .radiobtn:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.log-reg-con {  background: url(../images/login-bg.jpg) no-repeat; background-position: bottom; background-size: cover; }
.log-reg-box { background: #fff; margin: 0 auto; width:500px; -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%); min-height:300px; border-radius:5px; }
.ps-checkbox {
	position: relative;
	display: block
}

.ps-checkbox>input {
	position: absolute;
	visibility: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ps-checkbox label { font-size: 16px;
	margin-bottom: 0;
	position: relative;
	padding-left: 30px;
	color:#2e2e2e;
	cursor: pointer
}

.ps-checkbox label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	z-index: 10;
	border: 1px solid #000;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.ps-checkbox label:after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	z-index: 10;
	opacity: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.ps-checkbox input[type=checkbox]:checked~label:before {
	background-color: #222;
	border-color: #222
}

.ps-checkbox input[type=checkbox]:checked~label:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1
}

.ps-checkbox--inline {
	display: inline-block;
	margin-bottom: 1rem
}

.ps-checkbox--color {
	margin-right: 1rem
}

.ps-checkbox--color>label {
	margin-bottom: 0;
	width: 20px;
	height: 20px;
	padding-left: 0;
	background-color: transparent;
	border-radius: 50%;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.ps-checkbox--color>label:before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 50%
}

.ps-checkbox--color>label:after {
	display: none!important
}

.ps-checkbox--color input[type=radio]:checked~label {
	background-color: transparent
}

.ps-checkbox--color input[type=radio]:checked~label:before {
	background-color: transparent;
	border: 1px solid #ccc
}

.ps-checkbox--color.color-1 label:before {
	background-color: #000
}

.ps-checkbox--color.color-1 input[type=checkbox]:checked~label:before {
	background-color: #000;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-2 label:before {
	background-color: #709abf
}

.ps-checkbox--color.color-2 input[type=checkbox]:checked~label:before {
	background-color: #709abf;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-3 label:before {
	background-color: #ad8111
}

.ps-checkbox--color.color-3 input[type=checkbox]:checked~label:before {
	background-color: #ad8111;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-4 label:before {
	background-color: #57d6db
}

.ps-checkbox--color.color-4 input[type=checkbox]:checked~label:before {
	background-color: #57d6db;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-5 label:before {
	background-color: #e5ac10
}

.ps-checkbox--color.color-5 input[type=checkbox]:checked~label:before {
	background-color: #e5ac10;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-6 label:before {
	background-color: #8ce84a
}

.ps-checkbox--color.color-6 input[type=checkbox]:checked~label:before {
	background-color: #8ce84a;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-7 label:before {
	background-color: #c9c9c9
}

.ps-checkbox--color.color-7 input[type=checkbox]:checked~label:before {
	background-color: #c9c9c9;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox--color.color-8 label:before {
	background-color: #e664ef
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
	background-color: #e664ef
}

.ps-checkbox--color.color-8 label:before {
	background-color: #9d58e2
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
	background-color: #9d58e2
}

.ps-checkbox--color.color-8 label:before {
	background-color: #fff
}

.ps-checkbox--color.color-8 input[type=checkbox]:checked~label:before {
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, .2)
}

.ps-checkbox.color-sidebar>label:before {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd
}

.ps-checkbox--size {
	margin-right: 1rem
}

.ps-checkbox--size>label {
	margin-bottom: 0;
	padding: 8px 20px;
	border: none;
	color: #222;
	background-color: #f6f6f6;
	border-radius: 0;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}

.ps-checkbox--size>label:after,
.ps-checkbox--size>label:before {
	display: none
}

.ps-checkbox--size input[type=checkbox]:checked~label {
	color: #fff;
	background-color: #a7a7a7
}

.tbox::placeholder { font-weight: 500; }
.tbox:-ms-input-placeholder { font-weight: 500; }
.tbox::-ms-input-placeholder { font-weight: 500; }

.fleft { display: inline-block; }
.form-footer .lost-link { display: inline-block; color: #666; font-size: 14px; text-decoration: underline; float: right; }

.frm-or  { text-align: center; }
.frm-or-span { margin-top: -30px; }
.frm-or-span span { background: #fff; padding: 0px 10px; font-size: 14px; }
.reg-lin { color: #666; }
.reg-lin a { color: #000; font-weight: 600; text-decoration: underline; }

.log-h1 { font-size:32px; color: #000; }
.log-reg-box h5 { font-size: 20px; }

.my-a-main { background: #f5f5f5; }
.frm-icon { position: absolute; top: 14px; right: 15px; }
.my-a-left { list-style: none; margin: 0px; padding: 0px; }
.my-a-left li { display: block; padding:0px 0px; border-bottom:1px solid #eee; }
.my-a-left li:last-child { border-bottom: 0px; }
.my-a-left li a { display: block; color: #2e2e2e; padding:15px 10px; }
.my-a-left li.active a, .my-a-left li:hover a { background: #ffc704; color: #000; } 
.my-a-main .tm-contact-block { padding:30px 20px; }
.my-a-ight.tm-contact-block h5 { margin-top: 0px; }
.my-a-ight .tm-form-inner { margin-top: 30px; }
.my-a-ight .tm-form-inner .form-group { margin-bottom: 30px; }
.my-a-main .tm-contact-block.my-a-ight  { min-height: 600px; }
.my-a-table { margin-top: 25px; }
.my-a-table td { font-size: 14px; }
.my-a-table thead { background: #fff4ed; }
.my-a-table.table-bordered thead td, .my-a-table.table-bordered thead th  { border-bottom-width: 1px; }

.b-process .card { border: 0px;
  z-index: 0;
  padding-bottom: 20px;
  margin-bottom:50px;
  border-radius: 10px
}

.b-process .top {
  padding-top:20px;
}
.b-process #progressbar {
  margin-bottom: 10px;
  overflow: hidden;
  color: #2e2e2e;
  padding-left: 0px;
  margin-top: 30px;
  min-height: 40px;
}

.b-process #progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

.b-process #progressbar .step0:before {
  font-family: FontAwesome;
  content: "";
  color: #fff
}

.b-process #progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  background: #ccc;
  border-radius: 50%;
  margin: auto;
  padding: 0px
}

.b-process #progressbar li:after {
  content: '';
  width: 100%;
  height: 12px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1
}

.b-process #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%
}

.b-process #progressbar li:nth-child(2):after,
.b-process #progressbar li:nth-child(3):after,
.b-process #progressbar li:nth-child(4):after {
  left: -50%
}

.b-process #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%
}

.b-process #progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.b-process #progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.b-process #progressbar li.active:before,
.b-process #progressbar li.active:after {
  background: #4caf50;
}

.b-process #progressbar li.active:before {
  font-family: FontAwesome;
  content: ""
}

.b-process .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px
}

.b-process .icon-content { margin: 0 auto;
  padding-bottom: 20px
}
.b-process #progressbar li .tik {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -28px;
  text-align: center;
}
.b-process #progressbar li .tik::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 8px;
  height: 15px;
  border: 3px solid #ffffff;
  border-top: none;
  border-left: none;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.b-process #progressbar li .round {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: -28px;
  text-align: center;
}
.b-process #progressbar li .round::before {
  content: '';
  display: inline-block;
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.taxi-app-img {
  top: 30px;
  position: relative;
}
.app-main .abt-i-con h3 {
  font-size:30px;
  line-height:35px;
}
.app-main .abt-i-con { padding-right: 0%; }

.success-bo  { margin: 0 auto; max-width:800px; }

.sb-img img{
    margin: 0px 0px 30px 0px;
}
.success-bo h3{ line-height: 40px;
    color: #4caf50;
    margin-bottom: 15px;
}
.success-bo h3 span{
    color: #000;
}
.success-bo h3 span .orng-color { color: #ff8304; }
.success-bo p{
    margin: 15px 0px;
}
.tm-contact-block2 { background: #fff;
    min-height: 280px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 40px 30px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s; }

.out-two-abt h2 { font-size:30px; line-height:35px; margin-bottom:15px; }
.out-two-abt h3 { font-size:22px; line-height:28px; margin-bottom:15px; }
.out-two-abt h4 { font-size:22px; line-height:28px; margin-bottom:15px; }
.out-two-abt ul{ margin:0px; padding:0px 0px 0px 20px; list-style: square; margin-bottom:10px; }
.out-two-abt li {
  color: #2e2e2e;
  font-size: 15px;
  line-height: 28px;
}
  .out-two-abt .abt-img img { border-radius: 10px; }
  
.btn-show { padding: 2px 10px; background: #333; font-size: 13px; }
.btn-show.collapsed:before { content:"+ Show More Cities" }
.btn-show:before { content:"- Show Less Cities" }
.ft-tab li { display: inline-block; margin-right: 10px; } 
.ft-tab li a { font-size: 14px; display: block; padding:4px 8px; color: #fff; border: 1px solid #ccc; border-radius: 5px; }
.ft-tab li a.active { background: #fff; color: #000; }
.ft-tab-content { width:100%; }

.states_view_main { background: #f5f5f5; min-height: 600px; }  
.state-bx { border-radius:5px; border:1px solid #ccc; margin-bottom:15px; background: #fff; min-height:180px; 
  -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}
.state-bx a { padding:10px; display: block; }
.state-bx.state-bx2 { min-height:160px;  }
.sb-con { display: table; text-align: center; width: 100%; }
.sb-con p  { font-size:16px; height:60px; font-weight: 600; text-transform: capitalize; color:#2e2e2e; word-break: break-word; line-height: 24px; display: table-cell; vertical-align: middle; }
.sbox-img img { width: 100%; }
.sbox-img2 img { width:70px; }
.state-bx:hover { background:#ffd54f; box-shadow: 0px 0px 20px rgb(0 0 0 / 12%) }
.state-bx:hover .sb-con p  { color:#000; }
.state-bx:hover .sb-img img { }

.inner-bgns { background:#ddd; }
.inner-bgns .breadcrumb { margin:0px; background:none; padding:4px 0px; }
.inner-bgns .breadcrumb .breadcrumb-item { font-size:14px; color:#2e2e2e; }
.inner-bgns .breadcrumb .breadcrumb-item a { color:#000; }
.inner-bgns h3 { color:#2e2e2e; padding: 0px; font-size:24px;  text-transform: capitalize; }

.top_dropdown {
  position: relative;
  display: inline-block;
}
.top_dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;   
  left: -10px;
}
.top_dropdown .dropdown-content li { list-style: none; padding: 0px; margin: 0px; }

.top_dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.top_dropdown .dropdown-content a:hover {background-color: #f1f1f1}

.top_dropdown:hover .dropdown-content {
  display: block;
}
#contact-form-mail-botton label.form_errors, #user_login_form label.form_errors, #user_register_form label.form_errors, #two-way-form label.form_errors, #one-way-form label.form_errors, #booking-frm label.form_errors { font-size:13px; color: red; margin: 0px; }

@media all and (min-width:1101px) and (max-width:1360px){ 
.contact-box-main { width: 100%; }
.container-fluid { width:99%; } 
}

@media all and (min-width:992px) and (max-width:1100px){ 
.welcome-area { padding-bottom:40px; padding-top:40px; }
.contact-box-main { width: 100%; }
.container-fluid { width:99% }
}
@media all and (min-width:768px) and (max-width:991px){ 
.welcome-area { padding-bottom:40px; padding-top:40px; }
.contact-box-main { width: 100%; }
.container-fluid { width:99% }
}

@media screen and (min-width: 992px) {
    .five-col .col-md-3 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
}

@media screen and (max-width: 992px) {
.b-process .icon-content {
      width: 50%
  }

}

.pp-box { background: #fff;  padding: 20px; margin-bottom: 30px;  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 5%);  border-radius: 5px; }
.ride-fi-b-con{ margin-top:60px; box-shadow: 0 0 10px rgb(0 0 0 / 7%); background: #fff; padding:40px 10%; min-height: 340px; }
.ride-fi-img img { border: 10px solid #ffc704; display: block; border-radius:10px; }
.tj-inner-banner .cfm-ul .nav-link { color: #fff; }
@media (min-width:768px){ 
.tj-inner-banner #two-way .col-md-3 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }

}
@media all and (min-width:577px) and (max-width:767px){ 
.container-fluid { width: 100%; }    
.top-header .social, .m-dis-none { display:none; }
nav.theme-nav.fixed-top { margin-bottom: 0px; padding:3px 0px; margin-top: 0px; -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%); box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%); }
nav.theme-nav.fixed-top .navbar-collapse{ position: absolute; width: 100%; top: 100%; background: #ffc603; left: 0px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-item { border-bottom:1px solid #e2af01; padding:0px 10px; }
.reg-logo {  margin-left:10px; width:70px; }
.welcome-text { text-align: center; }
.welcome-area {padding-bottom:15px; padding-top:15px; height: auto; }
.welcome-area .welcome-text h1 { font-size:20px; line-height:30px; margin-bottom: 10px;  }
h2, .abt-i-con h3, .abt-i-con h3{ font-size:24px; line-height:30px; margin-bottom: 15px; }
.contact-box-main { width:100%; max-width: 400px; margin: 0 auto;}
.welcome-area .welcome-text h1 br, .wwb-row { display: none; }
.wh-work-row { margin:0px -15px; }
.welcome-text p {  margin-top:15px; margin-bottom:15px; font-size: 15px; line-height: 25px;  }
.welcome-right { margin-top:0px; }
.wwb-img { margin-bottom: 10px; }
.wh-work-box { margin-bottom:20px; }
.pt60, .pt80  { padding-top:30px; }
.pb60, .pb80  { padding-bottom:30px; }
.cf-text-box { height:46px; }
.cf-text-span .t-phold { top:18px; }
.contact-box .form-group { margin-bottom:20px; }
.cfm-ul .nav-link { padding: .3rem 1rem; font-size: 14px; }
.os-left { margin-top:0px; }
.abt-i-con { padding-right:0%;}
.os-con-p  { position: relative; width: 100%; padding:5px 0px 0px 0px; }
.w-ride-row { margin-top: 0px; }
.w-ride-main .w-ride-b-img img { width: 100%; }
.t-cars-ul .nav-item .nav-link { padding: 0px 2px; }
.t-cars-ul .nav-item .nav-link img { width:60px; height:60px; padding: 5px; }
.t-cars-c-cnt { margin-top: 20px; }
.app-ul { margin-bottom: 20px; text-align: center; }
.app-ul li a img { width:120px; }
.footer .abt-i-con { margin-bottom: 10px; }
.footerlistbox { margin-top:0px; }
.sm_span { display: block; }
.os-tab-ul li { display: inline-block; width: 49%; margin: 0px 0px 15px 0px; }
.os-tab-ul li a { min-width: 100%; padding: 8px 10px;  font-size:15px; }
.our-service .tab-content { padding:0px; }
p { font-size:13px; line-height:22px; }
.taxi-app-img { top: 0px; width:140px;  }
.wwb-img img { width:70px; padding: 10px; }
.fleet-row { margin-top: 0px; }
.tariff-table .table td p { font-size: 14px; }
.footer .mb30 { margin-bottom: 10px; }
.footer .col-6 { padding: 0px 5px;  }
.footerlist li a { font-size: 12px; line-height: 20px; }
.tj-inner-banner h2 { font-size:24px; color:#fff; text-align: center; margin-bottom: 10px; }
.tj-inner-banner.tj-in-ba h2 { color:#2e2e2e; font-size:24px; }
.tj-inner-banner { padding:20px 20px; }
.car-t-h .form-group { margin-bottom:15px; }
.tj-inner-banner .tab-content { padding: 0px 15px; } 
.car-t-h { background: #fff; padding:15px 0px; }
.tj-inner-banner .cfm-ul .nav-link { color:#2e2e2e; }
.tj-inner-banner .cfm-ul .nav-link.active { color: #fff; }
.sb-con p { font-size: 14px; line-height: 20px; }
.sbox-img2 img { width: 60px; }
.top-header { padding-bottom:4px; padding-top: 4px;}
.btn-main { line-height:46px; }
.frm-icon { top: 10px; right: 10px; }
.top-header .top-menu { margin-top: 0px; }
.cf-text-span.active .t-phold { font-size: 13px; }
h4 { line-height:26px; }
.fleet-co-img img { width:100px; }
.wh-work-box h4 { margin-bottom:8px; font-size:16px; line-height:24px; }
.wh-work-box p { font-size: 13px; line-height: 22px; }	
.wh-work-row .col-6 { padding: 0px 6px; } 
.os-con-b-img { text-align: center; }
.os-con-b-img img { width: 70%; max-width: 300px; }
.fleet-main .col-6 { padding: 0px 5px; }
.fleet-t1 td p:first-child { font-size:14px; min-height: 45px; }
.table td, .table th { padding: .25rem; }
.w-ride-box .col-4 { padding-right: 0px; padding-left: 5px; }
.w-ride-box .col-8 { padding-right: 5px; padding-left:15px; }
.w-ride-b-con { padding-top: 0px; }
.w-ride-b-con h4 { font-size:16px; margin-bottom: 2px; }
.w-ride-b-con p, .footerlistbox p, .out-two-abt li { font-size:13px; line-height: 22px; }
.w-ride-box { margin-bottom:15px; }
.h3, h3, .t-cars-c-cnt h3, .out-two-abt h2{ font-size:24px; line-height: 30px; }
.t-cars-c-img img { width:70%; }
.app-main .abt-i-con h3, .out-two-abt h4, .out-two-abt h3 { font-size:16px; line-height: 26px; margin-bottom: 5px; }
.app-main .abt-i-con p { font-size:13px; line-height:23px; margin:0px 0 10px 0; min-height:70px; }
.abt-i-con p, .common-heading>span, .tj-inner-banner .breadcrumb-item a, .tj-inner-banner .breadcrumb-item  { font-size: 13px; line-height: 22px; }
.footer .footerlistbox h5 { margin-bottom: 10px; font-size: 18px; }
.footer h6 { margin-bottom:5px; margin-top: 10px; font-size:16px; }
.fsm-icons a { width: 40px; height: 40px;}
.fsm-icons .fab { width: 20px; height: 20px; }
.fsm-icons { margin-top:5px !important; } 
.out-two-abt .abt-img img { width:220px; margin-top: 10px; }
.frm-icon img  { width: 20px; }
.pl-5 { padding-left: 5px !important; }
.pr-5 { padding-right: 5px !important; }
.cfbc-1, .cfbc-2, .cfbc-3 {  display: inline-block; margin-right: -4px; }
.cf-b-img { width:40%;  display: inline-block; vertical-align: top;}
.cf-b-con2 { width:58%; display: inline-block; vertical-align: top; text-align: center; }
.cf-b-img img { max-width: 120px; }
.cfbc-1 { width: 22%; }
.cfbc-2 { width: 35%; }
.cfbc-3 { width: 42%; }
.cf-b-con { padding: 5px 5px 10px 5px; }
.cf-b-rs { padding:2px 5px; font-size: 28px; min-width: 150px; border-radius: 10px; margin-top: 15px; display: inline-block; border: 1px solid #ffc704; background:#fff6d4; }
.cf-b-con2 h3, .cf-b-con h3 { font-size: 16px; margin: 5px 0px; line-height: 20px; }
.cf-box .pb40  { padding-bottom: 20px; }
.block-80 { width: 180px; }
.top-header .top-menu { text-align: center; }
.top-header .top-menu>ul>li { padding-left:10px; padding-right:10px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-link:hover { color: #000; }
.mt60 { margin-top:20px; }
.tariff-table .table td, .tariff-table .table th { vertical-align:middle; padding:10px 5px; }
}

@media (max-width:576px){ 
.container-fluid { width: 100%; }    
.top-header .social, .m-dis-none { display:none; }
nav.theme-nav.fixed-top { margin-bottom: 0px; padding:3px 0px; margin-top: 0px; -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%); box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%); }
nav.theme-nav.fixed-top .navbar-collapse{ position: absolute; width: 100%; top: 100%; background: #ffc603; left: 0px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-item { border-bottom:1px solid #e2af01; padding:0px 10px; }
.reg-logo {  margin-left:10px; width:70px; }
.welcome-text { text-align: center; }
.welcome-area {padding-bottom:15px; padding-top:15px; height: auto; }
.welcome-area .welcome-text h1 { font-size:20px; line-height:30px; margin-bottom: 10px;  }
h2, .abt-i-con h3, .abt-i-con h3{ font-size:24px; line-height:30px; margin-bottom: 15px; }
.contact-box-main { width:100%; max-width: 400px; margin: 0 auto;}
.welcome-area .welcome-text h1 br, .wwb-row { display: none; }
.wh-work-row { margin:0px -15px; }
.welcome-text p {  margin-top:15px; margin-bottom:15px; font-size: 15px; line-height: 25px;  }
.welcome-right { margin-top:0px; }
.wwb-img { margin-bottom: 10px; }
.wh-work-box { margin-bottom:20px; }
.pt60, .pt80  { padding-top:30px; }
.pb60, .pb80  { padding-bottom:30px; }
.cf-text-box { height:46px; }
.cf-text-span .t-phold { top:18px; }
.contact-box .form-group { margin-bottom:20px; }
.cfm-ul .nav-link { padding: .3rem 1rem; font-size: 14px; }
.os-left { margin-top:0px; }
.abt-i-con { padding-right:0%;}
.os-con-p  { position: relative; width: 100%; padding:5px 0px 0px 0px; }
.w-ride-row { margin-top: 0px; }
.w-ride-main .w-ride-b-img img { width: 100%; }
.t-cars-ul .nav-item .nav-link { padding: 0px 2px; }
.t-cars-ul .nav-item .nav-link img { width:60px; height:60px; padding: 5px; }
.t-cars-c-cnt { margin-top: 20px; }
.app-ul { margin-bottom: 20px; text-align: center; }
.app-ul li a img { width:120px; }
.footer .abt-i-con { margin-bottom: 10px; }
.footerlistbox { margin-top:0px; }
.sm_span { display: block; }
.os-tab-ul li { display: inline-block; width: 49%; margin: 0px 0px 15px 0px; }
.os-tab-ul li a { min-width: 100%; padding: 8px 10px;  font-size:15px; }
.our-service .tab-content { padding:0px; }
p { font-size:13px; line-height:22px; }
.taxi-app-img { top: 0px; width:140px;  }
.wwb-img img { width:70px; padding: 10px; }
.fleet-row { margin-top: 0px; }
.tariff-table .table td p { font-size: 14px; }
.footer .mb30 { margin-bottom: 10px; }
.footer .col-6 { padding: 0px 5px;  }
.footerlist li a { font-size: 12px; line-height: 20px; }
.tj-inner-banner h2 { font-size:24px; color:#fff; text-align: center; margin-bottom: 10px; }
.tj-inner-banner.tj-in-ba h2 { color:#2e2e2e; font-size:24px; }
.tj-inner-banner { padding:20px 20px; }
.car-t-h .form-group { margin-bottom:15px; }
.tj-inner-banner .tab-content { padding: 0px 15px; } 
.car-t-h { background: #fff; padding:15px 0px; }
.tj-inner-banner .cfm-ul .nav-link { color:#2e2e2e; }
.tj-inner-banner .cfm-ul .nav-link.active { color: #fff; }
.sb-con p { font-size: 14px; line-height: 20px; }
.sbox-img2 img { width: 60px; }
.top-header { padding-bottom:4px; padding-top: 4px;}
.btn-main { line-height:46px; }
.frm-icon { top: 10px; right: 10px; }
.top-header .top-menu { margin-top: 0px; }
.cf-text-span.active .t-phold { font-size: 13px; }
h4 { line-height:26px; }
.fleet-co-img img { width:100px; }
.wh-work-box h4 { margin-bottom:8px; font-size:16px; line-height:24px; }
.wh-work-box p { font-size: 13px; line-height: 22px; }	
.wh-work-row .col-6 { padding: 0px 6px; } 
.os-con-b-img { text-align: center; }
.os-con-b-img img { width: 70%; max-width: 300px; }
.fleet-main .col-6 { padding: 0px 5px; }
.fleet-t1 td p:first-child { font-size:14px; min-height: 45px; }
.table td, .table th { padding: .25rem; }
.w-ride-box .col-4 { padding-right: 0px; padding-left: 5px; }
.w-ride-box .col-8 { padding-right: 5px; padding-left:15px; }
.w-ride-b-con { padding-top: 0px; }
.w-ride-b-con h4 { font-size:16px; margin-bottom: 2px; }
.w-ride-b-con p, .footerlistbox p, .out-two-abt li { font-size:13px; line-height: 22px; }
.w-ride-box { margin-bottom:15px; }
.h3, h3, .t-cars-c-cnt h3, .out-two-abt h2{ font-size:24px; line-height: 30px; }
.t-cars-c-img img { width:70%; }
.app-main .abt-i-con h3, .out-two-abt h4, .out-two-abt h3 { font-size:16px; line-height: 26px; margin-bottom: 5px; }
.app-main .abt-i-con p { font-size:13px; line-height:23px; margin:0px 0 10px 0; min-height:70px; }
.abt-i-con p, .common-heading>span, .tj-inner-banner .breadcrumb-item a, .tj-inner-banner .breadcrumb-item  { font-size: 13px; line-height: 22px; }
.footer .footerlistbox h5 { margin-bottom: 10px; font-size: 18px; }
.footer h6 { margin-bottom:5px; margin-top: 10px; font-size:16px; }
.fsm-icons a { width: 40px; height: 40px;}
.fsm-icons .fab { width: 20px; height: 20px; }
.fsm-icons { margin-top:5px !important; } 
.out-two-abt .abt-img img { width:220px; margin-top: 10px; }
.frm-icon img  { width: 20px; }
.pl-5 { padding-left: 5px !important; }
.pr-5 { padding-right: 5px !important; }
.cfbc-1, .cfbc-2, .cfbc-3 {  display: inline-block; margin-right: -4px; }
.cf-b-img { width:40%;  display: inline-block; vertical-align: top;}
.cf-b-con2 { width:58%; display: inline-block; vertical-align: top; text-align: center; }
.cf-b-img img { max-width: 120px; }
.cfbc-1 { width: 22%; }
.cfbc-2 { width: 35%; }
.cfbc-3 { width: 42%; }
.cf-b-con { padding: 5px 5px 10px 5px; }
.cf-b-rs { padding:2px 5px; font-size: 28px; min-width: 150px; border-radius: 10px; margin-top: 15px; display: inline-block; border: 1px solid #ffc704; background:#fff6d4; }
.cf-b-con2 h3, .cf-b-con h3 { font-size: 16px; margin: 5px 0px; line-height: 20px; }
.cf-box .pb40  { padding-bottom: 20px; }
.block-80 { width: 180px; }
.top-header .top-menu { text-align: center; }
.top-header .top-menu>ul>li { padding-left:10px; padding-right:10px; }
.theme-nav.navbar-expand-lg .navbar-nav .nav-link:hover { color: #000; }
.mt60 { margin-top:20px; }
.tariff-table .table td, .tariff-table .table th { vertical-align:middle; padding:10px 5px; }
}

.cta-info{
	overflow:hidden;
}
.cta-info strong{
	margin-bottom:15px;
	display:block;
	font-size:20px;
	line-height: 25px;
	font-family:'Montserrat',sans-serif;
	font-weight:500;
	color:#444444;
}
.cta-info p{
	line-height:24px;
	font-size:15px;
	font-weight:400;
	color:#777777;
}
.notification.error.closeable p {
    text-align: center;
    color: red;
}
.notification.success.closeable p {
    text-align: center;
    color: green;
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span,.bootstrap-datetimepicker-widget .picker-switch td i{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.25rem;padding:.5em}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#dee2e6}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#f8f9fa;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#dee2e6}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#dee2e6;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span,.bootstrap-datetimepicker-widget table td i{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:.25rem}.bootstrap-datetimepicker-widget table td span:hover,.bootstrap-datetimepicker-widget table td i:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td span.active,.bootstrap-datetimepicker-widget table td i.active{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old,.bootstrap-datetimepicker-widget table td i.old{color:#dee2e6}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td i.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover,.bootstrap-datetimepicker-widget table td i.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

/* FontAwesome */
@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}
  
  
  
  