* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../img/background-body.jpg');
    font-family: "Myriad Pro";
}









h1, h2, h3, h4, h5 {
    color: white;
}

p {
    color: #c1c1bf;
}

.color-red {
    color: #d10823;
}
.welcome p{
	text-align:justify;
	font-weight:400;
	font-size:18px;
}

/*******************************************************/
/**********************HEADER*********************************/
/*******************************************************/
.header {
    min-height: 165px;
    background: black;
}

.container {
    position: relative;
}

.logo {
    height: 108px;
    width: 262px;
    position: absolute;
    left: 15px;
    top: 30px;
}

/*****************NAVIGATION*************************/
.navbar-default {
    margin-top: 100px;
    background: none;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
}

.navbar-default .navbar-nav > .active > a {
    color: #d10823;
    background: none;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #d10823;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d10823;
}

.slider {
    margin: 0;
    padding: 0;
}

.slider-container{
    position: relative;
    overflow: hidden;
}

.info-left{
    position: absolute;
    bottom: 0;
    width: 35%;
    z-index: 99999;
}


.info-right{
    position: absolute;
    right: 0;
    width: 35%;
    bottom: 0;
    z-index: 99999;
}
.social{
    position: absolute;
    right: 3%;
    top: 30px;
    z-index: 9999;
}
.social ul li{
    display: inline;
    list-style: none;
}
.social ul li a{
    background: #333;
    height: 30px;
    text-align: center;
    line-height: 35px;
    width: 30px;
    display: inline-block;
    font-size: 18px;
    color:white;
    border-radius: 30px;
}

.contents{
    text-align: center;
    font-weight: normal!important;
    min-height: 200px;
}
.content{
    margin-bottom: 30px;
}

.content img{
    max-width: 261px;
    margin: auto;
}

.content a{
    color:white;
    font-size: 16px;
}

.content p{
    font-size: 15px;
    min-height: 150px;
    border-bottom: 1px solid #999;
}
.content-review{
    min-height: 320px;
    background: url(../img/car-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 0 -120px;
}

.face-review{
    height: 130px;
    width: 130px;
    border-radius: 200px;
    overflow: hidden;
    margin: auto;
}
.rev-text{
    padding-top: 20px;
}
.gallery-images{
    background: white;
    width: 90%;
    margin: auto;
}
.welcome{
    padding: 30px 0;
}
.welcome p{
    margin:20px 0;
}
.welcome img{
    width: 100%;
}

.service-section{
    text-align: center;
    background: url(../img/taxi.jpg) 0 -50px no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.footer{
    min-height: 60px;
    background: black;
    padding: 25px 0 0 0;
}

.footer p{
    margin: 0;
}

.blockclicktocall {
	background-color:#d1132c;
	font-size:24px;
	color:#fff;
}
.blockclicktocall  a{
	color:#fff;
	text-decoration:none;
}
.blockclicktocall  a:hover{
	color:#000;
}

@media all and (max-width: 500px) {
    .logo{
        width: 180px!important;
    }
    .logo img{
        width: 100%;
    }
}
.pages{
    min-height: 450px;
    padding: 30px 0;
}
.backwht{background: #fff;color:#000;padding:10px 10px;}
.mrgtop{margin-top:30px;}
.reser input{margin-top:15px;border-radius: 0;}
.reser textarea{margin-top:15px;border-radius: 0;margin-bottom: 30px;}
.reser submit:hover{background-color:red; color:white;}