﻿@charset "UTF-8";

/*

Theme Name: BiSerwis
Theme URI: http://www.BiSerwis.com/
Author: Markis Creative
Author URI: https://www.markis.com.tr
Version: 1.0

*/


/************************************************************

	Main Styles

*************************************************************/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-rendering: optimizeLegibility;
}

body {
	background-color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	overflow-x: hidden;
}

img {
	image-rendering: auto;
	max-width: 100%;
}

div {
	display: block;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	font-size: 13px;
	color: #777;
	line-height: 22px;
}

a,
a:hover,
a:focus {
	text-decoration: none !important;
	outline: none;
}
button {
	cursor: pointer;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #f8991d; color: #ffffff;
}
::-moz-selection {
	background: #f8991d; color: #ffffff;
}
::-webkit-selection {
	background: #f8991d; color: #ffffff;
}

input:focus {
	outline: 0;
}
label {
	margin-bottom: 0;
}
input[type=submit] {
	cursor: pointer;
}
input,
textarea,
select {
	outline: 0;
}

/************************************************************

	Tables

*************************************************************/
.bi-table-container {
	max-width: 100%;
	overflow-x: auto;
	padding: 15px 0;
}
.bi-table {
	min-width: 100%;
	border-collapse: collapse;
	cursor: default;
}
.bi-table > * {
	width: 100%;
}
.bi-table thead {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 14px;
	background-color: #f5f5f5;
	color: rgba(0,0,0,.6);
}
.bi-table td {
	border: 1px solid rgba(0,0,0,.075);
	white-space: nowrap;
}
.bi-table thead td {
	padding: 12px 12px;
}
.bi-table tbody {
	font-size: 13px;
	color: rgba(0, 0, 0, .55);
}
.bi-table tbody td {
	padding: 8px 12px;
}
.bi-table tbody td:last-child {
	width: 13%;
	text-align: center;
}
.bi-table tbody td:last-child a {
	margin: 0 auto;
}

.bi-table i.fa-check-circle {
	color: #28bb63;
	font-size: 15px;
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.bi-table a:not(.pay-btn),
.bi-table a:not(.pay-btn):focus,
.bi-table a:not(.pay-btn):hover {
	text-decoration: underline;
}

/************************************************************

    Transitions

*************************************************************/
.top-bar nav a,
footer li > a,
.breadcrumbs a,
.link,
.logged-in ul a,
header li > ul a,
.side-menu a,
.route-card .content > .img-container > a,
.route-card .content > .img-container > a:before,
.pay-btn a,
.list-box ul a,
.list-box ul a:after {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
nav > ul > li:before,
.route-card.like-radio .content > h3 i {
	-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;
}
.btn,
form .bi-box input#route-id {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.icons-boxes-b-container .icon-box,
.accordion > dt > a,
.socials a,
.scroll-down,
.route-card.like-radio {
	-webkit-transition: transform .75s ease, background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	-moz-transition: transform .75s ease, background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	-ms-transition: transform .75s ease, background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	-o-transition: transform .75s ease, background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	transition: transform .75s ease, background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
}



/************************************************************

    Animations

*************************************************************/
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.animated.infinite {
	animation-iteration-count: infinite;
}

.animated.hinge {
	animation-duration: 2s;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -4%, 0);
		transform: translate3d(0, -4%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -4%, 0);
		transform: translate3d(0, -4%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 4%, 0);
		transform: translate3d(0, 4%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 4%, 0);
		transform: translate3d(0, 4%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

/**
 *  Bob animation
 */
.bob {
    animation: bob 7s infinite cubic-bezier(.455,.03,.515,.955);
    animation-delay: .15s;
}

@keyframes bob {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}



/************************************************************

    Commons

*************************************************************/

.wrapper {
	position: relative;
}
.markis-container {
	padding-right: 10%;
	padding-left: 10%;
}
.box-shadow {
	-webkit-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
}
.section-mb {
	margin-bottom: 100px;
}
.section-mb-min {
	margin-bottom: 70px;
}
.section-mb-big {
	margin-bottom: 130px;
}
.text-center {
	text-align: center;
}

.row.minus-margins {
	margin-top: -60px;
	margin-bottom: -60px;
}

.mb-35 {
	margin-bottom: 35px;
}
.mb-5 {
	margin-bottom: 50px;
}
.mt-50 {
	margin-top: 50px;
}

.markis-v-margins > div:nth-child(n+4) {
	margin-top: 80px;
}

.hidden {
	visibility: hidden;
	opacity: 0;
}


/* BiSerwis Box
*************************************/
.bi-box {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	padding: 40px 35px;
	font-size: 13px;
	-webkit-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);

	border: 1px solid rgba(0,0,0,.035);
}
.bi-box.content img {
	margin-bottom: 15px;
}
.bi-box.content h3 {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
.bi-box.content p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 35px;
}
.bi-box.full-height {
	height: 100%;
}
.mini-p {
	padding: 20px 35px;
}
.bi-box-multiple {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	padding: 40px 35px;
	width: 100%;
	-webkit-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);

	border: 1px solid rgba(0,0,0,.035);
}
.bi-box-multiple:not(:last-of-type) {
	margin-bottom: 50px;
}
.bi-box .btn-action {
	position: absolute;
	right: 30px;
	top: -5px;
}


/* Buttons
*************************************/
.swal-button {
    color: #fff;
    background-color: #e0a800;
    border-color: #ffc107;
     display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .70rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}

.btn {
	padding: 9px 30px;
	border-radius: 25px;
	width: fit-content;
	width: -moz-fit-content;
	font-size: 12px;
	font-weight: 600;
	margin-top: 20px;
}
.btn:not(.white) {
	display: block;
	color: #fff;
	background: rgba(248,153,29,1);
	background: -moz-linear-gradient(75deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248,153,29,1)), color-stop(100%, rgba(255,198,10,1)));
	background: -webkit-linear-gradient(75deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -o-linear-gradient(75deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -ms-linear-gradient(75deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: linear-gradient(75deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8991d', endColorstr='#ffc60a', GradientType=1 );

	-webkit-box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
	-moz-box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
	box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
}
.btn.white {
	display: inline-block;
	color: #151515;
	background: #fff;

	-webkit-box-shadow: 0px 10px 13px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 10px 13px 2px rgba(0,0,0,.05);
	box-shadow: 0px 10px 13px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus {
	transform: translateY(-4px);
}
.btn.centered {
	margin: 20px auto 0;
}

.link {
	display: block;
	text-align: right;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	margin-top: 15px;
}


/************************************************************

	Topbar

*************************************************************/
.top-bar {
	background-color: #444;
	width: 100%;
	text-align: right;
}
.top-bar > * {
	display: inline-block;
}
.top-bar > *:not(:last-child) {
	margin-right: 15px;
}


/* Socials
*************************************/
.socials {
	font-size: 16px;
}
.socials li {
	display: inline-block;
}
.socials a {
	padding: 11px 5px;
	display: block;
}
.socials a {
	color: rgba(255, 255, 255, .6);
}
.socials a:hover,
.socials a:focus {
	color: rgba(255, 255, 255, 1);
	transform: translateY(-3px);
}


/* Nav
*************************************/
.top-bar nav ul {
	position: relative;
	top: -1px;
}
.top-bar nav li {
	display: inline-block;
	margin: 0;
}
.top-bar nav a {
	color: rgba(255, 255, 255, .6);
	font-size: 12px;
	font-weight: 600;
}
.top-bar nav a:hover {
	color: rgba(255, 255, 255, 1);
}
.top-bar nav li:not(:last-child):after {
	content: "/";
	margin: 0 4px 0 8px;
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
}


/************************************************************

	Header

*************************************************************/

header {
	width: 100%;
	z-index: 9;
}
header.transparent {
	position: absolute;
}
header > * {
	display: inline-block;
}

header .logo {
	padding: 20px 0;
}
header .logo img {
	max-height: 60px;
}


/* Responsive menu
*************************************/
.hamburger {
	display: none;
	width: 22px;
	height: 15px;
	position: relative;
	float: right;
	margin: 48px 0 0 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
header:not(.header-light) > .hamburger span {
	background: #333333;
}
header.header-light > .hamburger span {
	background: #fff;
}
.hamburger span:nth-child(1) {
	top: 0px;
}
.hamburger span:nth-child(2) {
	top: 6px;
}
.hamburger span:nth-child(3) {
	top: 12px;
}
.hamburger.menu-is-open span:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.hamburger.menu-is-open span:nth-child(2) {
	opacity: 0;
	left: -20px;
}
.hamburger.menu-is-open span:nth-child(3) {
	top: 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


/* Logged in misc.
*************************************/
.logged-in {
    font-size: 12px;
    position: relative;
    top: -1px;
}
.logged-in > img {
	border-radius: 50%;
	width: 18px;
	margin-right: 5px;
    margin-top: -3px;
}
.logged-in > span {
	font-size: 11px;
	font-weight: 700;
}
.logged-in i {
	font-size: 8px;
	padding: 10px 0 10px 2px;
	position: relative;
	top: -1px;
}

/*header:not(.header-light) .logged-in > span,
header:not(.header-light) .logged-in i {
	color: #151515;
}*/
.logged-in > span,
.logged-in i {
	color: #ffffff;
}


/* Submenu
*************************************/
.logged-in > .misc {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.logged-in ul,
header li > ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 15px;
	padding: 15px 18px;
	margin-top: 12px;
    z-index: 999;
	-webkit-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .07);
	-moz-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .07);
	box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .07);

	transform: translateY(3px);

	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

}
.logged-in .misc:before {
	position: absolute;
	display: block;
	bottom: -12px;
	content: "";
	height: 12px;
	left: -150%;
	width: 350%;
}
.logged-in > .misc:hover > ul,
header nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.logged-in ul a,
header li > ul a {
	white-space: nowrap;
	color: rgba(0,0,0,.7);
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.logged-in ul a {
	padding: 4px 10px 4px 10px;
}
header li > ul a {
	padding: 5px 15px 5px 0;
}
.logged-in ul a:hover,
header li > ul a:hover,
header li > ul li.current-menu-item a {
	color: rgba(0,0,0,.35);
}


header li.menu-item-has-children:after {
    content: "\f0d7";
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 13px;
	margin-right: 10px;
}
header nav > ul > li.menu-item-has-children > a {
	padding-right: 3px;
}


/* Nav
*************************************/
header > nav {
	float: right;
}
@media only screen and (min-width : 992px) {
	header > nav {
		margin-top: 35px !important;
	}
}
header > nav ul {
	display: block;
}
header > nav li {
	display: inline-block;
	position: relative;
}
header > nav a {
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	padding: 10px;
    display: inline-block;
}

li.current-menu-item > a {
	cursor: default;
}

header:not(.header-light) > nav > ul > li > a,
header:not(.header-light) li.menu-item-has-children:after {
	
    color: #fff;
}
header.header-light > nav > ul > li > a,
header.header-light li.menu-item-has-children:after {
	color: #151515;
}

/* Hover */
header > nav > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	left: 10px;
	bottom: -3px;
	height: 3px;
	opacity: 0;

	background: rgba(248,153,29,1);
	background: -moz-linear-gradient(45deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248,153,29,1)), color-stop(100%, rgba(255,198,10,1)));
	background: -webkit-linear-gradient(45deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -o-linear-gradient(45deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	background: linear-gradient(45deg, rgba(248,153,29,1) 0%, rgba(255,198,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8991d', endColorstr='#ffc60a', GradientType=1 );

	-webkit-box-shadow: 0px 5px 10px 0px rgba(255,180,0,.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(255,180,0,.4);
	box-shadow: 0px 5px 10px 0px rgba(255,180,0,.4);
}
header > nav > ul > li.current-menu-item:before,
header > nav > ul > li:hover:before,
header > nav > ul > li:focus:before {
	bottom: 3px;
	opacity: 1;
}
header > nav > ul > li.current-menu-item {
	cursor: default;
}



/************************************************************

	Homepage hero section

*************************************************************/

.home-hero {
	position: relative;
	overflow: hidden;
	/*background-image: linear-gradient(#ffffff, #eeeeee);*/
	border-bottom-left-radius: 50% 7%;
	border-bottom-right-radius: 50% 7%;
	height: 96vh;
	min-height: 500px;
	z-index: 0;
    background-color: #fcfbfd;
}

/* Clouds in background */
.home-hero.clouds-bg {
	background-image: linear-gradient(#ffffff, #eeeeee);
}
.home-hero.clouds-bg:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/assets/images/clouds.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
	z-index: 0;
}


/* City landscape
*************************************/
.city-svg {
	position: absolute;
	height: auto;
}
.city-svg.anime-js {
	right: 0;
	bottom: 50px;
    left: 0;
    right: 0;
}
.city-svg.anime-js > svg {
	width: 100%;
}
.city-svg.anime-js > svg #bg1,
.city-svg.anime-js > svg #bg2,
#from-bottom > g,
#elements-bg,
.bgs,
#ev-lambasi,
#sokak-lambasi2,
#servis,
#servis-reversed {
	opacity: 0;
}
.city-svg.anime-js.reversed-servis > svg #servis {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

/* Video */
.city-svg.video {
	right: 0;
	bottom: -50px;
	left: 0;
	width: 100%;
}
.city-svg > video {
	position: relative;
    max-width: 100%;
}


/* Content
*************************************/
.home-hero .content {
	position: absolute;
	top: 27%;
	left: 12%;
	max-width: 500px;
}
.home-hero .content > h1 {
	color: #333333;
	font-size: 28px;
}
.home-hero .content > p {
	color: #777777;
	font-size: 14px;
	line-height: 26px;
	margin-top: 15px;
}


/* Form
*************************************/
.header-form-container {
	position: absolute;
	right: 10%;
	top: 16%;
	max-width: 400px;
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 15px;
	padding: 30px 35px;
}
input,
textarea,
select {
	border-radius: 5px;
	padding: 9px 10px;
	font-size: 12px;
	color: rgba(0,0,0,.7);
	background-color: #f5f5f5;
	border: 0;
	outline: 0;
	font-weight: 600;
}
full-width-inputs input,
full-width-inputs textarea,
full-width-inputs select {
	width: 100%;
}
full-width-inputs input:not(:last-of-type) {
	margin-bottom: 20px;
}
select {
	color: rgba(0,0,0,.5);
}

bill textarea,
bill input,
bill select {
	width: 100%;
}

/* Form fields width */
.header-form-container input:not(#name):not(#nickname) {
	width: 100%;
}
.header-form-container input#name,
.header-form-container input#nickname {
	width: calc(50% - 5px);
}
.header-form-container input#name {
	margin-right: 5px;
}

/* Form placeholder color */
form input::-webkit-input-placeholder {
	color: rgba(0,0,0,.35);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form input:-moz-placeholder {
	color: rgba(0,0,0,.35);
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form input::-moz-placeholder {
	color: rgba(0,0,0,.35);
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form input:-ms-input-placeholder {
	color: rgba(0,0,0,.35);
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form input:focus::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}
form input:focus:-moz-placeholder {
	color: rgba(0,0,0,.5);
}
form input:focus::-moz-placeholder {
	color: rgba(0,0,0,.5);
}
form input:focus:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

/* Form textarea placeholder color */
form textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.35);
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form textarea:-moz-placeholder {
	color: rgba(0,0,0,.35);
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form textarea::-moz-placeholder {
	color: rgba(0,0,0,.35);
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form textarea:-ms-input-placeholder {
	color: rgba(0,0,0,.35);
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
form textarea:focus::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}
form textarea:focus:-moz-placeholder {
	color: rgba(0,0,0,.5);
}
form textarea:focus::-moz-placeholder {
	color: rgba(0,0,0,.5);
}
form textarea:focus:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}

/* Fields margin */
.header-form-container input:not(:last-of-type),
.register-form input:not(:last-of-type),
.login-form input:not(:last-of-type) {
	margin-bottom: 10px;
}

/* Register form fields width */
.register-form input,
.register-form select,
.register-form textarea,
.login-form input {
	width: 100%;
}
.register-form textarea {
	height: 100%;
}
.register-form [class^="col-"] input:first-of-type {
	margin-bottom: 10px;
}
.register-form [class^="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

/* Form title */
.header-form-container h2,
.login-page h2 {
	color: #333333;
	line-height: 30px;
	font-size: 22px;
	margin-bottom: 20px;
}

/* Form submit */
.header-form-container a {
	margin: 20px auto 17px;
}

/* Form note */
.header-form-container p {
	font-size: 11px;
	color: rgba(0,0,0,.4);
	line-height: 15px;
	font-weight: 600;
	cursor: default;
}

/* Login */
.login-form-container {
	margin-top: 100px;
	background-color: #fff;
	border-radius: 15px;
	padding: 30px 35px;
}

/* Bill form*/
form.bill .row:not(:last-child):not(:first-child) {
	margin-top: 15px;
}



/************************************************************

	Icons

*************************************************************/
.home-icons-boxes {
	margin-top: -50px;
}
.icons-boxes-container > div {
	background-color: #fff;
	border-radius: 15px;
}

.icons-boxes-container .icon-box {
	padding: 25px 35px;
	margin: 40px 0;
	cursor: default;
	text-align: center;
}
.icons-boxes-container .icon-box:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, .075);
}
.icons-boxes-container .icon-box h3 {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	margin: 15px 0;
}
.icons-boxes-container .icon-box p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
}


/* Separated */
.icons-boxes-b-container .icon-box {
	cursor: default;
}
.icons-boxes-b-container .icon-box:hover,
.icons-boxes-b-container .icon-box:focus {
	transform: translateY(-10px);
}
.icons-boxes-b-container .icon-box > div {
	padding: 50px 40px;
	background-color: #fff;
	border-radius: 15px;
	height: 100%;
}
.icons-boxes-b-container .icon-box img {
	margin-bottom: 12px;
}
.icons-boxes-b-container .icon-box h3 {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}
.icons-boxes-b-container .icon-box p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
}


/* Numbered icons
*************************************/
.numbered-icon-box {
	position: relative;
	text-align: center;
	padding: 60px 35px;
}
.numbered-icon-box svg {
	margin: 0 auto;
	max-height: 80px;
}
.numbered-icon-box .number {
    position: absolute;
    bottom: -7%;
    left: 15%;
    display: block;
    font-size: 240px;
    color: rgba(0,0,0,.05);
    font-family: Times New Roman, serif;
    font-weight: bold;
    z-index: -1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.numbered-icon-box h3 {
	font-weight: 300;
	color: #151515;
	font-size: 24px;
	margin: 12px 0;
}
.numbered-icon-box p {
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
}


/************************************************************

	Sections

*************************************************************/
section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
section > h3,
section .section-title {
	font-size: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 400;
}
section.section-inner-padding {
	padding: 100px 0;
}
.section-inline-title h3 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 15px;
	font-weight: 300;
	letter-spacing: .25px;
}
section.grey-bg {
    background-color: #f1f1f1;
}


/************************************************************

	Routes slider

*************************************************************/
.home-routes-container .swiper-container {
	padding: 10px 25px 80px;
    margin-left: -40px;
    margin-right: -40px;
}
.home-routes-container .swiper-container-horizontal>.swiper-pagination-bullets,
.home-routes-container .swiper-pagination-custom,
.home-routes-container .swiper-pagination-fraction {
	bottom: 0;
}
.swiper-pagination-bullet-active {
    opacity: 1;

	background: -moz-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,110,24,1)), color-stop(100%, rgba(255,183,10,1)));
	background: -webkit-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -o-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -ms-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);

	-webkit-box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
	-moz-box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
	box-shadow: 0px 3px 13px 1px rgba(255,180,0,.7);
}
.home-routes-container .icon-box {
	text-align: center;
}
.home-routes-container .icon-box > div {
	padding: 40px 30px 30px;
	background-color: #fff;
	border-radius: 15px;
	height: 100%;
	background-color: #f7f7f7;
	border: 1px solid #f1f1f1;
}
.home-routes-container .icon-box h3 {
	font-weight: 300;
	color: #151515;
	font-size: 22px;
	line-height: normal;
	margin: 18px 0;
	letter-spacing: .5px;
}
.home-routes-container .icon-box h3 i {
	font-size: 16px;
	margin: 0 5px;
	position: relative;
	top: -2px;
	color: #888;
}

.home-routes-container .count {
	display: block;
	font-size: 24px;
	color: #151515;
	font-weight: 300;
	letter-spacing: .25px;
}
.home-routes-container .count i {
	display: inline-block;
	font-size: 28px;
	color: #151515;
	font-weight: 300;
	margin-right: 10px;

	background: -moz-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,110,24,1)), color-stop(100%, rgba(255,183,10,1)));
	background: -webkit-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -o-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -ms-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-routes-container .icon-box .misc {
	position: relative;
	margin-top: 15px;
    text-align: left;
}
.home-routes-container .icon-box .misc .active-buses {
	color: #444444;
	font-size: 12px;
    white-space: nowrap;
    position: absolute;
    right: 20px;
    bottom: 7px;
}
.home-routes-container .icon-box .misc .active-buses svg {
	max-width: 20px;
	fill: #888;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.home-routes-container .icon-box .misc .active-buses i {
	color: #49aa47;
	font-size: 19px;
	margin-left: 7px;
	position: relative;
	top: 2px;
}



/************************************************************

    App specifications

*************************************************************/
section.app-specs-container .section-inline-title p {
	max-width: 98%;
}


/* Icons with text
*************************************/
.icon-text {
	margin-bottom: 25px;
	white-space: nowrap;
}
.icon-text > * {
	display: inline-block;
}
.icon-text img {
	margin-right: 10px;
	width: 90px;
	float: left;
	margin-left: -13px;
}
.icon-text .content {
    max-width: 73%;
}
.icon-text h5 {
	font-size: 14px;
	font-weight: 600;
}
.icon-text p {
	white-space: normal;
}


/* Mockup
*************************************/
.app-specs-container .app-mockup {
	position: relative;
}
.app-specs-container .app-mockup img {
    position: absolute;
    width: 140%;
    top: -35px;
    left: -40px;
    max-width: none;
}


/* Download
*************************************/
.app-download {
    margin-top: 15px;
}
.app-download h3 {
    font-size: 28px;
    color: #333333;
    font-weight: 300;
    letter-spacing: .25px;
    margin-right: 35px;
    position: relative;
    top: 12px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.app-download img {
    max-height: 65px;
}
.app-download .download-btns {
    white-space: nowrap;
}
.app-download a:not(:last-child) {
    margin-right: 20px;
}



/************************************************************

    Half half sections

*************************************************************/
.half-half-container img {
	width: 100%;
}
.half-half-container .content:first-child {
	padding: 20px 30px 30px 15px;
}
.half-half-container .content:last-child {
	padding: 20px 15px 30px 30px;
}
.half-half-container h3 {
	font-size: 28px;
	color: #333333;
	font-weight: 300;
	letter-spacing: .25px;
	margin-bottom: 25px;
}
.half-half-container p {
	margin-bottom: 35px;
}


/* Testimonial
*************************************/
.testimonial-section p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	font-weight: 300;
	margin-bottom: 15px;
}
.testimonial-section span {
    display: block;
}
.testimonial-section .name {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.testimonial-section .name:before {
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	background-color: #333333;
    margin-bottom: 15px;
}
.testimonial-section .position {
    font-size: 13px;
    color: #777777;
    margin-top: 3px;
}
.testimonial-section .content {
	padding: 0 15px 30px 30px !important;
}



/************************************************************

    Footer

*************************************************************/
footer {
	overflow: hidden;
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	color: #fff;
	width: 100%;
	padding-bottom: 30px;
}
footer:not(.transparent) {
	position: relative;
	background-color: #444444;
    background-image: radial-gradient( at top center, rgba(255,255,255, .15) 13%, #444444 50% );
}
footer.transparent {
	position: absolute;
	bottom: 0;
	background-color: rgba(65, 65, 65, .8);
	border-top: 1px solid rgba(0,0,0,.1);
    background-image: radial-gradient( at top center, rgba(255,255,255, .15) 13%, #444444 50% );
}
/*footer .container,
footer .row,
footer [class^="col-"] {
	height: 100%;
}
footer:not(.transparent) [class^="col-"] {
	min-height: 200px;
}
footer.transparent [class^="col-"] {
	min-height: 150px;
}
footer:not(.transparent) a.logo {
	margin-top: 50px;
}
footer.transparent a.logo {
	margin-top: 20px;
}*/

footer .row:first-child {
	margin-top: 15px;
}
footer a.logo {
	display: block;
	padding: 20px 0;
}
footer a.logo img {
	max-height: 50px;
}

footer p {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
}


/* Nav menu
*************************************/
.items-center {
	align-items: center;
	justify-content: center;
	display: inline-grid;
}
.items-middle-right {
	align-items: center;
	justify-content: flex-end;
	display: inline-grid;
}
.items-middle-left {
	align-items: center;
	justify-content: flex-start;
	display: inline-grid;
}
.footer-nav-container {
	text-align: center;
	padding-top: 50px;
}
footer li {
	display: inline-block;
}
footer li > a {
	padding: 7px 8px;
	font-size: 11px;
	color: rgba(255,255,255,.9);
	display: block;
}
footer li > a:hover,
footer li > a:focus {
	color: rgba(255,255,255,.7);
}


/* Download
*************************************/
footer .app-download {
	margin-top: 30px;
}


/* Socials
*************************************/
footer .socials li {
	display: inline-block;
}
footer .socials a {
	color: #fff;
	font-size: 22px;
	padding: 6px 10px;
}

footer.logo-middle .app-download {
	margin-top: 0;
}
footer.logo-middle .app-download img {
    max-height: 40px;
}
footer.logo-middle a.logo img {
    margin: 15px 0;
}
footer.logo-middle .footer-nav {
    margin-bottom: 30px;
}
footer.logo-middle .footer-nav a {
    letter-spacing: .25px;
}



/************************************************************

	Innerpage hero section

*************************************************************/

.inner-page-hero {
	position: relative;
	overflow: hidden;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, .1);
}
.inner-page-hero.header-transparent {
	padding-top: 95px;
}
.inner-page-hero:not(.full-screen) {
	border-bottom-left-radius: 50% 7%;
	border-bottom-right-radius: 50% 7%;
	height: 55vh;
	min-height: 400px;
	max-height: 600px;
}
.inner-page-hero.full-screen {
	min-height: calc(100vh - 38px);
}
.inner-page-hero:not(.full-screen):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;

	background: rgba(255, 255, 255, .85);
	background: -moz-linear-gradient(75deg, rgba(255, 255, 255, .95) 20%, rgba(0, 0, 0, .25) 85%);
	background: -webkit-gradient(left bottom, right top, color-stop(20%, rgba(255, 255, 255, .95)), color-stop(85%, rgba(0, 0, 0, .25)));
	background: -webkit-linear-gradient(75deg, rgba(255, 255, 255, .95) 20%, rgba(0, 0, 0, .25) 85%);
	background: -o-linear-gradient(75deg, rgba(255, 255, 255, .95) 20%, rgba(0, 0, 0, .25) 85%);
	background: -ms-linear-gradient(75deg, rgba(255, 255, 255, .95) 20%, rgba(0, 0, 0, .25) 85%);
	background: linear-gradient(75deg, rgba(255, 255, 255, .95) 20%, rgba(0, 0, 0, .25) 85%);
}
.inner-page-hero.full-screen:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;

	background: rgba(255, 255, 255, .85);
	background: -moz-linear-gradient(75deg, rgba(255, 255, 255, .95) 30%, rgba(0, 0, 0, .25) 95%);
	background: -webkit-gradient(left bottom, right top, color-stop(30%, rgba(255, 255, 255, .95)), color-stop(95%, rgba(0, 0, 0, .25)));
	background: -webkit-linear-gradient(75deg, rgba(255, 255, 255, .95) 30%, rgba(0, 0, 0, .25) 95%);
	background: -o-linear-gradient(75deg, rgba(255, 255, 255, .95) 30%, rgba(0, 0, 0, .25) 95%);
	background: -ms-linear-gradient(75deg, rgba(255, 255, 255, .95) 30%, rgba(0, 0, 0, .25) 95%);
	background: linear-gradient(75deg, rgba(255, 255, 255, .95) 30%, rgba(0, 0, 0, .25) 95%);
}


/* Content
*************************************/
.inner-page-hero:not(.full-screen) .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12%;
	max-width: 450px;
	width: 80%;
}
.inner-page-hero .content:not(.user) h1 {
	color: #151515;
	font-size: 26px;
	font-weight: 400;
}
.inner-page-hero .content:not(.user) p {
	color: #151515;
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
}


/* Breadcrumbs
*************************************/
.breadcrumbs {
	margin-top: 15px;
	font-size: 12px;
	color: #333333;
	font-weight: 600;
}
.breadcrumbs a {
	color: #333333;
}
.breadcrumbs a:hover {
	color: #777777;
}
.breadcrumbs span {
	margin: 0 10px;
}


/* Scroll down
*************************************/
.scroll-down {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid rgba(0,0,0,.5);
	background-color: transparent;
	color: rgba(0,0,0,1);
	opacity: 1;
}
.scroll-down:hover,
.scroll-down:focus {
	transform: translate(-50%, 5px);
	opacity: .7;
}
.scroll-down:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}



/************************************************************

	Page content

*************************************************************/
.content-heading {
	color: #333333;
	font-size: 22px;
	font-weight: 600;
}

.inner-page-content h1,
.inner-page-content h2,
.inner-page-content h3 {
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
}
.inner-page-content h4,
.inner-page-content h5,
.inner-page-content h6 {
	color: #333333;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

.inner-page-content p {
	color: rgba(0,0,0,.5);
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}
.inner-page-content p:not(:last-of-type) {
	margin-bottom: 10px;
}



/************************************************************

	Accordions

*************************************************************/

.accordion > dt {
	margin-bottom: 35px;
}
.accordion > dt > a {
	display: block;
	position: relative;
	color: #333333;
	padding: 14px 20px;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 13px;
	border-radius: 15px;
	border: 1px solid rgba(71, 109, 136, .05);

	background: rgba(255,255,255,1);

	-webkit-box-shadow: 0px 10px 35px 1px rgba(71, 109, 136, .15);
	-moz-box-shadow: 0px 10px 35px 1px rgba(71, 109, 136, .15);
	box-shadow: 0px 10px 35px 1px rgba(71, 109, 136, .15);
}
.accordion > dt > a:not(.active):hover {
	transform: translateY(-7px);
}
.accordion > dt > a.active {
	background: #333333;
	color: #fff;
	cursor: default;
}
.accordion > dt > a:after {
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	color: #333333;
	line-height: 15px;
	text-align: center;
	-webkit-font-smoothing: antialiased;

	-webkit-transition: all .27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all .27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all .27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all .27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all .27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.toggle > dt > a.active:after {
	content: "\f106";
	color: #fff;
}
.accordion > dt > a:hover:after {
	color: #333333;
}
.accordion > dt > a.active:hover:after {
	color: #fff;
}
.accordion > dd {
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0 20px 20px;
	font-size: 13px;
	line-height: 22px;
	color: #777;
	background: #fff;
}



/************************************************************

	Register

*************************************************************/

.register-section > .container {
	background-color: #fff;
	border-radius: 15px;
	padding: 60px 50px;
}

.section-left-content-title > img {
	margin-bottom: 15px;
}
.section-left-content-title > h3 {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
.section-left-content-text > p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 35px;
}



/************************************************************

	Login

*************************************************************/

.login-page .content {
	margin-top: 100px;
}
.login-page .content img {
	margin-bottom: 20px;
}
.login-page .content p {
	margin-right: 20px;
	max-width: 700px;
}



/************************************************************

	Contact

*************************************************************/

.contact-form {
	margin-top: 35px;
}
.contact-form input {
	width: 100%;
}
.contact-form textarea {
	width: 100%;
	margin-top: 10px;
	min-height: 100px;
}
.contact-form [class^="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.contact-form [class^="row"] {
	margin-right: -5px;
	margin-left: -5px;
}

.contact-box {
	border-radius: 15px;
	padding: 50px 35px;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
	margin-left: 35px;
}
.contact-box img {
	display: block;
	margin-bottom: 5px;
	max-width: 20px;
}
.contact-box div:not(:last-of-type) {
	margin-bottom: 17px;
}
.contact-box strong {
	font-weight: 700;
}



/************************************************************

	Payment

*************************************************************/

/*.payment-box {
	padding: 50px 40px;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	font-weight: 600;
}

.payment-box > img {
	margin-bottom: 15px;
}
.payment-box > h3 {
	font-weight: 300;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}
.payment-box > p {
	font-weight: 400;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 35px;
}*/

/* Form */
.payment-box  label {
	display: block;
	margin-bottom: 5px;
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	font-weight: 600;
}
.payment-box  .width-25 > input {
	width: calc(25% - 7px);
	text-align: center;
}
.payment-box  fieldset:not(.width-25) > input {
	width: 100%;
}
.payment-box  .width-25 input:not(:last-of-type) {
	margin-right: 5px;
}
.payment-box  fieldset:not(.ccv):not(.check-btn) {
	margin-bottom: 15px;
}
.payment-box form:not(.full-width-inputs) select {
	width: calc(50% - 5px);
}
.payment-box  select:not(:last-of-type) {
	margin-right: 5px;
}

.check-btn {
	margin-top: 15px;
}
.check-btn input {
	margin-right: 5px;
	width: auto !important;
	position: relative;
	top: 2px;
}


/* Popups
*************************************/
#bi-popup.message .content {
	text-align: center;
	width: 100%;
}
#bi-popup.message .content > * {
	display: block;
}
#bi-popup.message i {
	margin-bottom: 15px;
	font-size: 128px;
    color: #28bb63;
}
#bi-popup.message h3 {
	margin-bottom: 15px;
	font-size: 34px;
	font-weight: 300;
}
#bi-popup.message p {
	font-size: 14px;
}



/************************************************************

	Dashboard

*************************************************************/

/* User details
*************************************/
.user-details img {
	float: left;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-right: 25px;
	border: 5px solid rgba(0, 0, 0, .35);
}
.inner-page-hero .content.user h1 {
	color: #333333;
	font-size: 26px;
	font-weight: 300;
}
.inner-page-hero .content.user h1 span {
	font-weight: 600;
}
.inner-page-hero .content.user > .user-details {
	margin-bottom: 25px;
}
.inner-page-hero .content.user > .user-details h1 {
	margin-bottom: 0;
}
.inner-page-hero .content.user > .user-details p {
	color: #333333;
	font-size: 12px;
	line-height: normal;
	margin-top: 3px;
}
.inner-page-hero .content.user > p {
	color: rgba(255,255,255,.95);
	font-size: 13px;
	line-height: 22px;
	margin-top: 15px;
}


/* Side menu
*************************************/
.side-menu a {
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	font-weight: 700;
	padding: 6px 0;
	display: block;
}
.side-menu li.current-menu-item a,
.side-menu a:hover,
.side-menu a:focus {
	color: #ff9000;
}
.side-menu li.current-menu-item a {
	cursor: default;
}

/* Horizontal */
.side-menu.horizontal {
	text-align: center;
}
.side-menu.horizontal li {
	display: inline-block;
}
.side-menu.horizontal a {
	padding: 6px 15px;
}



/************************************************************

	Route card

*************************************************************/
.route-card .title {
	color: #333333;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 25px;
}


/* Image
*************************************/
.route-card .content > .img-container {
	margin-right: 25px;
	float: left;
	text-align: center;
}
.route-card .content .img-container img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
}
.route-card .content > .img-container > a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #ff9000;
	margin-top: 15px;
	opacity: 1;
}
.route-card .content > .img-container > a:hover {
	opacity: .7;
}
.route-card .content > .img-container > a:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	font-size: 18px;
}


/* Content
*************************************/
.route-card .content > h3 {
	color: rgba(0, 0, 0, .55);
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 20px;
}
.route-card .content > h3 i {
	color: #28bb63;
	font-size: 24px;
	position: relative;
	top: -1px;
	margin-left: 5px;
}
.route-card.like-radio .content > h3 i {
	opacity: 0;
	visibility: hidden;
}
.route-card.like-radio.selected .content > h3 i {
	opacity: 1;
	visibility: visible;
}
.route-card .content > p {
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
}
.route-card .content > p:not(:last-of-type) {
	margin-bottom: 10px;
}
.route-card .content > p:last-of-type {
	margin-bottom: 50px;
}
.route-card .content > p > span {
	color: rgba(0, 0, 0, .55);
	font-size: 13px;
	font-weight: 600;
	text-decoration: underline;
}
.route-card .content small.request-id {
	position: absolute;
	right: 35px;
	top: 44px;
	color: #616161;
	font-size: 12px;
}


/* Footer list
*************************************/
.route-card ul.footer {
	position: absolute;
	right: 35px;
	bottom: 40px;
}
.route-card ul.footer > li {
	display: inline-block;
	font-size: 12px;
	color: rgba(0, 0, 0, .55);
	font-weight: 600;
}
.route-card ul.footer > li:not(:last-of-type) {
	margin-right: 25px;
}
.route-card ul.footer > li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	font-size: 14px;
}


/* Badges
*************************************/
.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}
.badge-primary {
	color: #fff;
	background-color: #333333;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2a7ba5;
}
.badge-secondary {
	color: #fff;
	background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6c757d;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-success[href]:focus, .badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1e7e34;
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
.badge-info[href]:focus, .badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b;
}
.badge-warning {
	color: #fff;
	background-color: #ffc107;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #fc9d1d;
}
.badge-danger {
	color: #fff;
	background-color: #f14152;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f54051;
}
.badge-light {
	color: #111;
	background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
	color: #111;
	text-decoration: none;
	background-color: #dae0e5;
}
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124;
}
.route-card .content > h3 span {
	font-size: 11px;
	margin-left: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
	padding-right: 0.9em;
	padding-left: 0.9em;
	padding: 0.35em 0.7em;
}
.route-card .content > h3 > small {
	font-size: 12px;
}


/* Pay button
*************************************/
.pay-btn a {
	display: block;
	background-color: #f14152;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 5rem;
	color: #fff;
	opacity: 1;
}
.pay-btn:not(.disabled) a:hover,
.pay-btn:not(.disabled) a:focus {
	opacity: .7;
}
.pay-btn.disabled a:hover,
.pay-btn.disabled a:focus {
	cursor: default;
}


/* Form
*************************************/
form .bi-box input#route-id {
    position: absolute;
    right: 35px;
    top: 21px;

    opacity: 0;
	padding: 10px 30px;
	border-radius: 10px;
    max-width: 120px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #333;
    background-color: #eee;
    letter-spacing: .5px;
}
form .bi-box input#route-id.has-value {
	opacity: 1;
}

.route-card.like-radio {
	cursor: pointer;
}
.route-card.like-radio:hover {
	cursor: pointer;
}
.route-card.like-radio:hover,
.route-card.like-radio.selected {
	transform: translateY(-10px);
	background-color: rgba(0, 0, 0, 0.035);
	-webkit-box-shadow: 0px 20px 40px 3px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 20px 40px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 20px 40px 3px rgba(0, 0, 0, 0.09);
}
.route-card.like-radio.selected {
	cursor: default;
}

.from-to-select {
	margin: 0 auto;
}
.from-to-select select {
	width: 200px;
	color: #151515;
	font-weight: 400;
	letter-spacing: .35px;
	font-size: 13px;
	border-radius: 10px;
}
.from-to-select i {
	margin: 0 15px;
	position: relative;
	top: 2px;

	background: -moz-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,110,24,1)), color-stop(100%, rgba(255,183,10,1)));
	background: -webkit-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -o-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: -ms-linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);
	background: linear-gradient(75deg, rgba(226,110,24,1) 0%, rgba(255,183,10,1) 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	-webkit-text-shadow: 0 2px 7px rgba(255,180,0,.5);
	-moz-text-shadow: 0 2px 7px rgba(255,180,0,.5);
	text-shadow: 0 2px 7px rgba(255,180,0,.5);
}


/* Map popup
*************************************/
#bi-popup-map h4 {
	margin-bottom: 35px;
	text-align: center;
	display: block;
	font-size: 28px;
	font-weight: 300;
}



/************************************************************

	Lists boxes

*************************************************************/
.list-box .title {
	color: #333333;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 25px;
	display: inline-block;
}
.list-box .count {
	color: rgba(0, 0, 0, .45);
	font-size: 11px;
	font-weight: 600;
	float: right;
	margin-top: 9px;
}
.list-box ul a {
	display: block;
	color: rgba(0, 0, 0, .6);
	font-size: 13px;
	font-weight: 600;
	padding: 15px 0;
}
.list-box ul a:hover {
	color: #333333;
	opacity: .8;
}
.list-box ul a .name {
	font-weight: 700;
	margin-right: 5px;
	opacity: 1;
}
.list-box ul a span:not(.name) {
	opacity: .8;
}
.list-box ul a:after {
	content: "\f002";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	font-size: 14px;
	margin-top: 2px;
}

.list-box ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}


/* No list */
.no-list-box .title {
	text-align: center;
	color: rgba(0, 0, 0, .85);
	font-size: 24px;
	font-weight: 400;
	display: block;
	margin-bottom: 0;
}
.no-list-box span {
	display: block;
	width: 100%;
	text-align: center;
	color: rgba(0, 0, 0, .55);
	margin-top: 5px;
	font-size: 13px;
}
.no-list-box p {
	display: block;
	text-align: center;
	color: rgba(0, 0, 0, .55);
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 30px;
}


/* Create request
*************************************/
#start-address-map,
#end-address-map {
	margin-bottom: 20px;
}


/* Edit user profile
*************************************/
/* title */
.edit-profile .title {
	color: #333333;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(10, 63, 99, 0.2);
}

/* Image */
.edit-profile .content > .img-container {
	margin-right: 35px;
	float: left;
	text-align: center;
}
.edit-profile .content .img-container img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
}
.edit-profile .content > .img-container > a {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #ff9000;
	margin-top: 15px;
	opacity: 1;
}
.edit-profile .content > .img-container > a:hover {
	opacity: .7;
}

/* Content */
.edit-profile .content > h3 {
	color: rgba(0, 0, 0, .55);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}



/************************************************************

	Fancy sections :D

*************************************************************/

.fancy-section .rotate-60 {
	-webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        	transform: rotate(60deg);
}
.fancy-section .rotate-minus-25 {
	-webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg); 
        	transform: rotate(-25deg);  
}
.fancy-section .rounded-80 {
	border-radius: 80px;
}
.fancy-section .rounded-10 {
	border-radius: 10px;
}
section.fancy-section .right-side {
	margin-top: 60px;
}
section.fancy-section:not(:last-of-type):not(.last) .right-side {
	margin-bottom: -40px;
}
section.fancy-section:last-of-type .right-side {
	margin-bottom: 60px;
}
.fancy-section.last .right-side {
	margin-bottom: 60px;
}

/* Left section
*************************************/
.fancy-section .content-heading {
	color: #151515;
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 35px;
	letter-spacing: .5px;
}
.fancy-section p:not(:last-child) {
	margin-bottom: 10px;
}
.fancy-section.style1 .content {
	padding-right: 50px;
}
.fancy-section.style2 .content {
	padding-left: 50px;
}


/* Fancy section style one
*************************************/
.fancy-section.style1 .section-img-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 81%;
	width: 81%;
    margin: 51px;
	background-color: #f5f5f5;

	-webkit-box-shadow: 15px 10px 40px 2px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 15px 10px 40px 2px rgba(0, 0, 0, .1);
			box-shadow: 15px 10px 40px 2px rgba(0, 0, 0, .1);
}
.fancy-section.style1 .section-img-container img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
    max-width: none;
    width: calc(100% + 150px);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg); 
        	transform: translateX(-50%) translateY(-50%) rotate(-60deg);  
}

/* Overlay */
.fancy-section.style1 .section-img-container.rotate-60:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: rgba(255, 255, 255, .75);
	background: -moz-linear-gradient(-5deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, .75)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(-5deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(-5deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(-5deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(-5deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Mockup */
.fancy-section.style1 .mockup-container {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
}
.fancy-section.style1 .mockup-container img {
	max-width: 90%;
}


/* Fancy section style two
*************************************/
.fancy-section.style2 .section-img-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 110%;
	width: 100%;
    margin-top: 50px;
	background-color: #f5f5f5;

	-webkit-box-shadow: 0 20px 40px 2px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 0 20px 40px 2px rgba(0, 0, 0, .1);
			box-shadow: 0 20px 40px 2px rgba(0, 0, 0, .1);
}
.fancy-section.style2 .section-img-container img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
    width: calc(100%);
	-webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); 
        	transform: translate(-50%, -50%);  
}

/* Overlay */
.fancy-section.style2 .section-img-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: rgba(255, 255, 255, .75);
	background: -moz-linear-gradient(70deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, .75)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(70deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(70deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(70deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(70deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Fancy Section Register Box */

.fancy-section.register-section {
	margin-top: 200px;
}

/* Decorative squares */
.decorative-square.bg-orange {
	background-color: #ffa200;
}
.decorative-square.stroke-orange {
	border: 2px solid #ffa200;
}
.decorative-square {
	position: absolute;
	-webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        	transform: rotate(60deg);
    border-radius: 11px;
    z-index: -5;
}
.decorative-square.small {
	width: 80px;
	height: 80px;
    top: 2%;
    right: 12%;
}
.decorative-square.big {
	width: 180px;
	height: 180px;
    bottom: -3%;
    left: 3%;
}
.decorative-square.line {
    width: 100px;
    height: 100px;
    bottom: -3%;
    left: 20%;
	z-index: 2;
}


/* Floating element
*************************************/
.floating-icon {
    width: 50%;
    max-width: 450px;
    position: absolute;
    opacity: .065;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    text-align: center;
}
.floating-icon.left {
    left: 45%;
}
.floating-icon.right {
    left: 60%;
}
.floating-icon svg.fill {
    fill: #333;
}

.ucret-bilgi{
    
    padding-top: 13px;
    border-radius: 15px;
    box-shadow: 0px 20px 60px 3px rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0,0,0,0.035);
}