body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 14px;
	background-color: #fff;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img, div, p {
	border: none;
	margin: 0;
}

img {
	max-width: 100%;
}

h1 ,h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

label.error {
    color: #fb3939;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    margin-top: 0;
    padding-top: 0;
    height: 0px;
    line-height: 2em;
}

/*----- common body ------*/

a, button, .dropdown, input[type=submit] {
     transition: color .2s ease-in,background .3s ease-in,border-color .2s ease-in; 
}

.noborder {
    border-bottom: none;
}

.sha-box {
	box-shadow: 0px 8px 10px rgba(50, 50, 50, 0.17)
}

.pad-zero {
	padding-left: 0;
	padding-right: 0;
}

.pad-right-zero {
	padding-right: 0;
}

.pad-left-zero {
	padding-left: 0;
}

.wrapper {
	/*width: 1160px;*/
	margin: 0 auto;
}

/*---- Header Section ----*/

.top-bar {
	padding-top: 7px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 7px;
	/* margin-bottom: 15px; */
	font-weight: 400;
	color: #656565;
	line-height: 1.7;
}
.head-bar {
	padding-top: 16px;
	background: #ffffff;
	/* border-top: 3px solid #000; */
}

.head-logo {
	padding-bottom: 14px;
}

.navbar {
    min-height: 54px;
    /* background: rgb(232, 231, 231); */
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    /* border-top: 1px solid #e8e8e8; */
    /* border-bottom: 3px solid #2e618e; */
    background: #002663;
}

.phone-area {
	padding-top: 8px;
}

.phone-area .call-title {
	color: #ea7919;
	padding-top: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.phone-logo {
	float: left;
	padding-right: 10px;
	padding-top: 2px;
}

.phone-area .call-text {
    color: #000000;
    font-size: 27px;
    font-weight: 400;
    font-weight:  600;
    letter-spacing: 0.4px;
}

/*----- Navigation Bar -----*/

.navbar-nav>li>a {
	line-height: 24px;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	    color: #f3ce67;
	    font-weight: 500;
	    /* font-family: 'Play'; */
	    font-size: 17px;
	    /* text-transform: uppercase; */
	    /* font-family: 'Roboto Slab', serif; */
	    letter-spacing: 0.4px;
	    padding: 15px 25px 14px;
}

.navbar-default .navbar-right>li>a {
	color: #1a2ec1;
}

.navbar-default .navbar-nav .red-li {
	background: #000000;
}

.navbar-default .navbar-nav .red-li a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    background: #1e68de;
}

.navbar-default .navbar-nav .red-li a:hover{
	color: #eaeaea;
	background: #000000;
}

.header-mobile {
	text-align: right;
}

.phone-area {
	display: inline-block;
}

.header-right {
	display: inline-block;
    padding-left: 35px;
    margin-top: 5px;
}

.header-right .head-btn {
	display: inline-block;
    background: #ccc;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 500; 
    font-family: 'Muli', sans-serif;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.header-right .head-btn small {
	font-size: 10px;
}

.header-right .head-btn {
	background: #508CE8;
    border-bottom: 3px solid #2455A0;
}

.header-right .head-btn {
	background: #2663c3;
	border-bottom: 3px solid #072b67;
	padding: 9px 20px 8px;
}

.header-right .head-btn:hover,
.header-right .head-btn:active {
	background: #0f3e86;
	border-bottom: 3px solid #021127;
	transition:0.4s;
}
/*---- Banner --------*/



.slider {
	background: url(../images/bg/bg1x.jpg);
	height: 465px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	/* border-top: 2px solid #db6c0f; */
}

.slider-text {
	font-family: 'Roboto Slab';
	color: #fff;
	margin: 0 auto;
	padding-top: 8%;
}

.slider-text h1 {
	font-size: 52px;
	padding: 20px 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.slider-text p {
	font-size: 15px;
	line-height: 1.8;
	font-weight: 300;
	letter-spacing: 0.4px;
}

.slider-buttons {
	margin-top: 45px;
}

.slider-buttons .slider-btn {
	padding: 8px 20px;
	border: 2px solid #fff;
	font-size: 15px;
	/* font-family: 'Open Sans'; */
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.7px;
	margin-right: 25px;
	display: inline-block;
	/* width: 100px; */
	cursor: pointer;
}

.slider-buttons .slider-btn:hover {
	background: #111;
}

/*--------- Intro Bar ---------*/

.intro-para {
	background: #fff;
	height: 700px;
}

.info-bar {
	background: #060606;
	padding-top: 20px;
	padding-bottom: 23px;
	font-size: 30px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.6px;
	text-align: center;
	/* line-height: 0; */
}

.info-bar a {
	font-weight: 600;
    background: #e06d0c;
    padding: 5px 15px 8px;
    border-radius: 5px;
    font-size: 28px;
}

/*--------- Hoem Intro ---------*/

section {
	padding-top: 60px;
}

.divider {
	height: 4px;
	width: 50px;
	background-color: #e81111;
	margin-top: 15px;
	margin-bottom: 20px;
}

.divider:after {
	content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

.home-intro {
	padding-bottom: 60px;
}

.home-intro .intro-img {
	padding: 15px;
}

.home-intro .intro-img img {
	max-width: 100%;
}

.home-intro .intro-text {
	padding-left: 25px;
}

.home-intro .intro-text h3 {
	margin-top: 12px;
    font-size: 21px;
    letter-spacing: 0.4px;
    font-weight: 600;
    line-height: 1.5;
}

.home-intro .intro-text p {
	font-size: 16px;
	font-weight: 400;
	padding-bottom:  15px;
	color: #656565;
	letter-spacing: 0.2px;
	line-height: 1.6;
}

.home-intro .intro-text .intro-btn,
.home-price-sec .pricer-text .price-btn,
.custom-btn {
	background-color: #003892;
	border: 2px solid #3e88fd;
	padding: 10px 15px;
	color: #fff;
	margin-top: 5px;
	display:  inline-block;
	font-weight:  400;
	text-transform:  uppercase;
	border-radius: 5px;
}

/*--------- Home-bester ---------*/

.home-bester-area {
	padding-top: 70px;
	padding-bottom: 80px;
}

.home-bester .col-sm-3 img {
	width: 100px;
}

.home-bester .col-sm-3 h3 {
	font-size: 19px;
	font-weight:  600;
	text-transform:  uppercase;
	letter-spacing: 0.4px;
	color: #041a6d;
}

.home-bester .col-sm-3 p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #656565;
	line-height: 1.6;
}

.call-bar {
    padding: 0;
    margin: 0;
    background: #002663;
    padding-top: 30px;
    padding-bottom: 29px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/*--------- Airport Pickup Sec ---------*/

.airport-pickup {
	background: #542c0a;
    color: #fff;
    letter-spacing: 0.4px;
}

.airport-pickup .intro-text p {
	color: #fff !important;
}

/*--------- Home Pricer Section ---------*/


.home-price-sec {
	padding-top: 60px;
	padding-bottom: 70px;
	background-color: #dfebff;
}

.home-price-sec .pricer-text {
	font-size: 14px;
	padding-top: 30px;
}

.home-price-sec .pricer-text h3 {
	font-size: 20px;
	text-transform:  uppercase;
	font-weight: 600;
	color: #333;
	margin-top: 0;
}

.home-price-sec .pricer-text p {
	text-align: justify;
	font-size: 16px;
	font-weight:  400;
	letter-spacing:  0.2px;
	color: #484747;
	line-height:  1.7;
	padding-bottom: 15px;
}

.pricer-box {
	font-size: 14px;
}

.price-box {
	/* padding: 5px; */
	text-align: center;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 10px;
	border: 3px solid #003892;
}

.price-box .title {
	font-size: 17px;
	font-weight:  600;
	text-transform:  uppercase;
	letter-spacing:  0.4px;
	color: #02114a;
}


.price-box p {
	font-size: 14px;
	width: 80%;
	margin:  0 auto;
	color: #565656;
	font-weight:  400;
	margin-top:  10px;
	margin-bottom: 10px;
}

.price-box .price-form {
	margin-top: 5px;
}

.price-box .price-form label {
	color: #c71515;
	display:  block;
	font-size:  16px;
}

.price-box .price-form input[type="text"] {
	height: 45px;
	display:  block;
	width: 70%;
	margin:  0 auto;
	margin-bottom: 15px;
	margin-top: 10px;
	background: #e8eaef;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
	font-size: 18px;
	padding-left: 5px;
    font-weight: 600;
}

.price-box .price-form .pricebtn {
	/* padding: 15px; */
	background-color: #b75400;
	height:  40px;
	width: 120px;
	border: 0;
	color: #fff;
	font-weight:  400;
	letter-spacing: 0.4px;
}

.price-box .price-form .priceprint {
	color: #690606;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 20px;
    padding-bottom: 8px;
}

.home-price-sec .city-box .hcity {
	/* float: left; */
	width: 71%;
	font-weight: 600;
	letter-spacing: 0.2px;
	font-size: 16px;
	display: inline-block;
}

.home-price-sec .city-box .hprice {
	/* float: left; */
	padding-left: 2px;
	font-weight: 600;
	width: 25%;
	font-size: 16px;
	color: #b50000;
	display: inline-block;
}

.home-price-sec .row {
	margin-bottom: 15px;
	font-weight: 500;
}

.price-list ul li {
	line-height: 1.7;
	font-size:  18px;
	font-weight:  600;
	letter-spacing:  0.5px;
	color: #000;
}

.price-list ul li span {
	color: #cc3d06;
	font-size: 20px;
	font-weight: 700;
}

.price-box h2 {
	line-height: 1.7;
    font-size: 41px;
    font-weight: 700;
    color: #d20c0c;
}

/*--------- Single Page ---------*/

.page-head-sec {
    /* margin-bottom: 54px; */
    background: #0a0f23;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    background: url(../images/bg/page-header.jpg);
    text-align: center;
}

.page-head-sec .page-head {

}

.page-head-sec .page-head h4 {
    margin: 0;
    color: #fff;
    letter-spacing: 0.4px;
    font-weight: 600;
    font-size: 41px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-head-sec .page-head p {
       color: #b3b3b3;
    line-height: 1.7;
    font-size: 16px;
    padding-top: 5px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.page-head-sec .page-head h4 .slash {
	padding-left: 5px;
}

.page-head-sec .page-head h4 .endfile {
	padding-left: 5px;
}

.single-page {
	/* padding-top: 50px; */
	padding-bottom: 70px;
}

.single-page .content {

}

.single-page .content .title {
	margin-top: 0;
	font-size: 25px;
	margin-bottom:  15px;
}

.single-page .content .entry {
	margin-top: 5px;
	/* font-size:  15px; */
	text-align:  justify;
}

.single-page .content .entry p {
	font-size: 16px;
	font-weight:  400;
	letter-spacing:  0.4px;
	line-height: 1.7;
	color: #504d4d;
	padding-bottom:  20px;
}

.contacts-line p {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: justify;
	color: #2f2f2f;
	letter-spacing: 0.4px;
	line-height: 2;
}

.contacts-line p strong {
	padding-right: 10px;
	color: #c71515;
	font-weight: 400;
}

/*--------- Footer ---------*/

footer {
	background: #e7ebfd;
}

.footer-area {
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-widget {
	font-size: 16px;
	color: #000;
}

.footer-widget .widget-title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #002663;
}

.footer-widget .divider {
	background-color: #2e77ec;
	height: 4px;
	margin-top: 10px;
	margin-bottom: 12px;
	width: 45px;
}

.footer-widget p {
	color: #ddd;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.4px;
}

.footer-credit {
	background-color: #000;
	color: #a7a7a7;
	font-weight:  400;
	font-size:  12px;
}

.footer-credit .col-sm-6 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer-list ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
    color: #002663;
}

.contact-widget .card-img {
	padding-top: 15px;
	padding-bottom: 25px;
}

.form-wrapper .form-group #lastpname {
	display: none !important;
}

.footer-service-area .container {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-service-area ul.area-list li {
	float: none;
	display: inline-block;
	font-weight: 400;
	line-height: 1.8;
	font-size: 13px;
}

.footer-service-area ul.area-list li:after {
    content: "|";
    display: inline;
    margin: 0px 2px 0px 4px;
}

.footer-service-area h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #5a2d07;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #060606;
}

/*--------- Reseponsive Styles ---------*/

/*--------- Below Tablets--------*/

@media only screen and (max-width: 1170px) {
	.info-bar a {
		display: inline-block;
    	margin-top: 15px;
	}
}

/*--------- Below Tablets--------*/

@media only screen and (max-width: 767px) {
	.mobile-none,
	.phone-logo,
	.slider-text {
		display: none !important;
	}

	header,
	.mobile-center {
		text-align: center !important;
	}

	.phone-area {
		padding-left: 0
	}

	.banner {
		height: auto;
	}

	section {
		padding-top: 35px;
	}

	.pricer-box {
	    margin-top: 30px;
	}

	.page-head-sec {
		background: #020617;
	}

	.home-bester .col-sm-3 {
		margin-bottom: 15px;
	}

	.header-mobile {
		text-align: center;
	}

	.header-right .head-btn {
		margin-left: 0 !important;
		margin-bottom: 10px;
	}

	.header-right {
		padding-left: 0;
	}

	.home-intro .intro-text p {
		text-align: justify;
	}

}

/*--------Ipad landscape----------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1184px) and (orientation : landscape) {
	.phone-area {
		padding-left: 0;
	}

	.banner .slider-text h2 {
    	font-size: 53px;
    }

    .banner {
    	height: 405px;
    }

    .city-box {
	    font-size: 12px;
	}
}


/*--------Ipad Portrait----------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.header-mobile {
		width: 45%;
	}

	.ipadp-none {
		display: none;
	}

	.banner .slider-text h2 {
    	font-size: 45px;
    }

    .banner {
    	height: 430px;
    }

    .home-price-sec .pricer-text,
    .pricer-box {
    	width: 100%;
    	margin-bottom: 15px;
    }

    .navbar-right {
    	display: none !important;
    }
}

.city-box ul {
	margin: 0;
	padding: 0;
}

.city-box ul li {
	list-style: none;
	display: block;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c1d9ff;
}

.city-box ul li:after {
	clear: both;
}