@font-face {
	font-family: "Sahel-Light";
	src: url(../fonts/Sahel-Light.eot) format("eot"), url(../fonts/Sahel-Light.ttf) format("truetype"), url(../fonts/Sahel-Light.woff) format("woff")
}

@font-face {
	font-family: "Sahel-Bold";
	src: url(../fonts/Sahel-Bold.eot) format("eot"), url(../fonts/Sahel-Bold.ttf) format("truetype"), url(../fonts/Sahel-Bold.woff) format("woff")
}

body {
	direction: rtl;
	font-family: "Sahel-Light", "Myriad Pro";
	font-size: 15px;
	line-height: 30px;
	color: #696969
}

img {
	max-width: 100%
}

ol, ul {
	margin: 0;
	padding: 0
}

b, strong {
	font-family: "Sahel-Bold", "Myriad Pro"
}

:focus {
	outline: 0
}

input, textarea, select, button {
	font-family: "Sahel-Light", "Myriad Pro"
}

a {
	color: #f26d70
}

a, a:hover, a:focus {
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 30px;
	font-weight: 400
}

::selection {
	background: #2c3e50;
	color: #fff
}

::-moz-selection {
	background: #2c3e50;
	color: #fff
}

li {
	list-style-type: none
}
.tooltip-inner{
	padding: 5px 20px;
	line-height: 30px;
	font-size: 15px;
	font-family: "Sahel-Bold";
}
.taxi-title {
	width: 100%;
	margin: 0 0 50px;
	position: relative
}

.taxi-title h2 {
	padding: 0 0 15px;
	position: relative;
	font-size: 30px;
	color: #555
}

.taxi-title h4 {
	margin: 20px 0 0
}

.taxi-title i {
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	font-size: 100px;
	color: #eaeaea;
	opacity: .4
}

.taxi-white {
	margin: 0 0 20px
}

.taxi-white h2 {
	color: #fff
}

.taxi-white i {
	opacity: .1
}

.taxi-title .taxi-heading-line {
	margin: 0 0 10px;
	position: relative;
}

.taxi-title .taxi-heading-line .taxi-short-line {
	width: 4px;
	height: 3px;
	display: inline-block;
	background: #ff696e;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.taxi-title .taxi-heading-line .taxi-long-line {
	width: 30px;
	height: 3px;
	display: inline-block;
	background: #ff696e;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.taxi-title:hover .taxi-long-line {
	width: 34px;
	-webkit-animation: move .7s infinite linear;
	-moz-animation: move .7s infinite linear;
	-ms-animation: move .7s infinite linear;
	-o-animation: move .7s infinite linear;
	animation: move .7s infinite linear;
}

.taxi-title:hover .taxi-short-line {
	width: 0;
	-webkit-animation: move-short .7s infinite linear;
	-moz-animation: move-short .7s infinite linear;
	-ms-animation: move-short .7s infinite linear;
	-o-animation: move-short .7s infinite linear;
	animation: move-short .7s infinite linear;
}

@keyframes move-short {
	100% {
		width: 44px;
		margin-right: 0;
	}
}

@keyframes move {
	100% {
		width: 0;
	}
}

.no-padding {
	padding: 0
}

.no-rpadding {
	padding: 0 0 0 15px
}

.margin-50 {
	margin: 50px 0 0;
}

.margin-100 {
	margin: 100px auto
}

.margin-150 {
	margin: 150px 0 0
}

.margin-bottom {
	margin-bottom: 0
}

.shadow-around {
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}

.pr-header .pr-menu {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease
}

.pr-header .pr-menu .pr-logo {
	float: left;
	padding: 30px 0
}

.pr-nav {
	float: right
}

.pr-header .pr-menu ul {
	position: relative
}

.pr-header .pr-menu ul>li {
	display: inline-block;
	position: relative
}

.pr-header .pr-menu ul li a {
	display: block;
	padding: 50px 15px;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 25px;
	color: #fff;
	opacity: 1;
	text-align: center
}

.pr-header .pr-menu ul li a:before {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	background: rgba(255, 255, 255, .5);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.pr-header .pr-menu ul li a:hover:before {
	content: "";
	height: 100%;
	background: rgba(255, 255, 255, .1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.pr-header .pr-sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background: #2c3e50;
	border-bottom: 1px solid #34495E;
	z-index: 1000
}

.pr-phone {
	float: left;
	padding: 50px 0;
	position: relative;
	font-family: "Sahel-Bold", "Myriad Pro";
	line-height: 25px;
	color: #fff;
	opacity: 1;
	text-align: center
}

.pr-header .pr-sticky .pr-phone {
	padding: 30px 0 0
}

.pr-phone div {
	float: left
}

.pr-phone a {
	display: inline-block;
	padding: 2px 10px;
	background: #77de51;
	color: #fff;
	border-radius: 300px
}

.pr-phone div:hover a {
	background: #fff;
	color: #77de51
}

.pr-header .pr-menu .pr-logo {
	padding: 15px 0 0
}

.pr-header .pr-sticky ul li a {
	padding: 30px 15px
}

.pr-header-content {
	padding: 180px 0 0;
	position: relative;
	background: #2C3E50
}

.pr-header-content:before {
	content: '';
	width: 100%;
	height: 175px;
	position: absolute;
	bottom: -174px;
	left: 0;
	background: url(../images/header-taxi.png);
	background-position: center center
}

.pr-header-content h1, .pr-header-content h2 {
	width: 100%;
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 50px;
	color: #fff
}

.pr-header-content .text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
	position: relative;
	font-size: 22px;
	color: #fff
}

.pr-content-btn {
	display: table;
	margin: 0 auto
}

.pr-header-content .pr-content-btn .btns {
	max-width: 270px;
	display: inline-block;
	margin: 0 5px;
	font-size: 15px;
	padding: 10px 40px;
	background: none;
	position: relative;
	font-family: 'Sahel-Bold';
	cursor: pointer;
	color: #fff;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 2px solid #fff;
	border-radius: 300px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: border-color .3s, color .3s;
	-moz-transition: border-color .3s, color .3s;
	-o-transition: border-color .3s, color .3s;
	transition: border-color .3s, color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.pr-header-content .pr-content-btn .btns span {
	margin: 2px 0 0 5px;
	position: relative;
	top: 1px
}

.pr-header-content .pr-content-btn .btns:before {
	content: '';
	width: 150%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, .1);
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
	-moz-transition: transform .3s, opacity .3s, background-color .3s;
	-o-transition: transform .3s, opacity .3s, background-color .3s;
	transition: transform .3s, opacity .3s, background-color .3s
}

.pr-header-content .pr-content-btn .btns:hover:before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-o-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.pr-taxi-section .col-md-8{
	float: none;
	display: table;
	margin: 60px auto 0;
}
.pr-taxi-section img{
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
}
.pr-taxi-section-content {
	width: 100%;
	float: right;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	text-align: justify;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}

.pr-taxi-section-content ul li{
	width: 20%;
	float: right;
	margin: 0;
	padding: 0 15px;
}
.pr-taxi-section-content ul li img{
	border-radius: 50%;
}

.pr-taxi-section-content .btns {
	min-width: 170px;
	display: inline-block;
	margin: 20px 0 0;
	font-size: 15px;
	padding: 10px 40px;
	position: relative;
	background: #ff73b3;
	color: #fff;
	z-index: 1;
	border-radius: 300px;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}

.pr-taxi-section-content .btns-purple {
	min-width: 170px;
	display: inline-block;
	margin: 20px 0 0;
	font-family: "Sahel-Bold", "Myriad Pro";
	font-size: 15px;
	padding: 10px 40px;
	position: relative;
	background: #8675da;
	color: #fff;
	z-index: 1;
	border-radius: 300px;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07)
}

.pr-taxi-section-content a:hover {
	opacity: .9
}

.pr-user-section {
	width: 100%;
	float: right;
	padding: 100px 0 0;
	position: relative
}

.pr-user-section p {
	font-family: 'Sahel-Bold';
	text-align: justify;
}

.pr-user-section li {
	padding: 0 20px 0 0;
	position: relative;
	list-style: none;
}

.pr-user-section li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff696e;
	position: absolute;
	top: 9px;
	right: 0;
	border-radius: 50%;
}

.pr-driver-section {
	width: 100%;
	float: right;
	padding: 50px 0;
	position: relative
}

.pr-driver-section p {
	font-family: 'Sahel-Bold';
	text-align: justify;
}

.pr-driver-section li {
	padding: 0 20px 0 0;
	position: relative;
	list-style: none;
}

.pr-driver-section li:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ff696e;
	position: absolute;
	top: 9px;
	right: 0;
	border-radius: 50%;
}

.pr-admin-section h4 {
	margin: 0 0 60px;
	font-family: 'Sahel-Bold';
	font-size: 17px;
	line-height: 35px;
	text-align: justify;
}

.pr-admin-section h5 {
	margin: 15px 0 10px;
	font-size: 15px;
}

.pr-admin-section .col-md-4 i, .pr-admin-section .col-md-6 i {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
	line-height: 70px;
	font-size: 20px;
	background: #2c3e50;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 43px -1px rgba(0, 0, 0, 0.07);
}

.pr-footer-section {
	margin: 200px 0 0;
	padding: 0 0 30px;
	position: relative;
	background: #2C3E50;
	color: #fff;
}

.pr-footer-section .taxi-title i {
	top: -35px;
	color: #5b748d;
}

.pr-footer-section:before {
	content: '';
	width: 100%;
	height: 174px;
	position: absolute;
	top: -100px;
	left: 0;
	background: url(../images/footer-taxi.png);
	background-position: center center;
	background-size: cover;
}

.pr-footer-section .pr-contact-form div {
	position: relative
}

.pr-footer-section .pr-contact-form div i {
	position: absolute;
	top: 25px;
	right: 50px;
	font-size: 20px;
	line-height: 15px;
	color: #b5b5b5;
	z-index: 10
}

.pr-footer-section .pr-contact-info {
	clear: both;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 20px
}

.pr-footer-section .pr-contact-info ul li {
	width: 100%;
	display: block;
	padding: 5px 0;
	position: relative;
	list-style: none
}

.pr-footer-section .pr-contact-info ul li span {
	float: left
}

.pr-footer-section .pr-contact-info ul li.pr-address i {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 80px;
	color: #5b748d;
	z-index: 0
}

.pr-footer-section .pr-contact-info ul li.pr-address p {
	display: table;
	margin: 10px auto 0;
	position: relative;
	font-size: 20px;
	z-index: 1
}

.pr-footer-section .pr-contact-info ul li.pr-telegram a {
	float: left;
	padding: 0 10px;
	background: #2e8fd2;
	color: #fff;
	border-radius: 300px
}

.pr-footer-section .pr-contact-info ul li.pr-telegram:hover a {
	opacity: .8
}

@media screen and (min-width: 990px) and (max-width: 1140px) {
	.pr-header .pr-menu ul li a {
		width: 85px
	}
}

@media screen and (min-width: 767px) and (max-width: 990px) {
	.pr-header .pr-menu ul li a {
		padding: 30px 0
	}
	.pr-phone {
		float: none;
		display: table;
		margin: 0 auto;
		padding: 0
	}
}

@media screen and (max-width: 767px) {
	.pr-nav {
		padding: 20px 0 0
	}
	.pr-header .pr-menu {
		position: relative !important;
		background: #2c3e50;
		border-bottom: 1px solid #34495E;
	}
	.pr-header .pr-menu ul {
		text-align: center
	}
	.pr-header .pr-menu ul>li{
		width: 100%;
	}
	.pr-header .pr-menu ul li a {
		padding: 10px 0
	}
	.pr-header .pr-menu .pr-logo {
		float: none;
		text-align: center
	}
	.pr-header .pr-phone, .pr-header .pr-sticky .pr-phone {
		float: none;
		display: table;
		margin: 0 auto;
		padding: 30px 0
	}
	.pr-header-content {
		padding: 50px 0
	}
	.pr-header-content .text {
		padding: 0 30px
	}
	.pr-taxi-section-content {
		text-align: right
	}
	.pr-taxi-section-content h1 {
		line-height: 40px
	}
	.pr-taxi-section-content ul {
		float: none;
		display: table;
		text-align: center;
	}
	.pr-taxi-section-content ul li {
		width: 25%;
		float: none;
		display: inline-block;
		padding: 5px;
		text-align: center
	}
	.pr-taxi-section-content a {
		width: 100%
	}
	.pr-user-section .col-md-6,
	.pr-driver-section .col-md-6 {
		padding: 0 15px !important
	}
	.pr-footer-section .pr-contact-form div i, .pr-service-section .pr-about-path {
		display: none
	}
	.pr-footer-section .pr-contact-form input, .pr-footer-section .pr-contact-form textarea {
		padding: 15px 30px
	}
	.pr-footer-section .pr-contact-info {
		padding: 0 15px
	}
}