body {
	margin: 0;
	padding: 0;
	font-family: 'lato', 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;
}

h1 ,h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

h3 ,h4 , h5 {
	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;
}

img {
	max-width: 100%;
}

.mobile-none {
    display: block;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*----- common body ------*/

a, button, .dropdown, input[type=submit] {
     transition: color .2s ease-in,background .3s ease-in,border-color .2s ease-in; 
}

.divider {
	border-bottom: 1px solid #eaeaea;
	height: 1px; 
	margin: 40px 0 10px;
}

.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;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.white-bg {
    background: #fff;
}

.gray-bg {
	background-color: #f7f8fa;
}

/*--------- Spans -------------*/

.span-3 {
	float: left;
	width: 25%;
}

.span-4 {
	float: left;
	width: 33.33%;
}

.span-6 {
	width: 50%;
	float: left;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

/*----------- Special Styles ---------*/

.wrapper {
	width: 1020px;
	margin: 0 auto;
}

.container, .containers {
	padding-left: 15px;
	padding-right: 15px;
}

section {
	margin-bottom: 60px;
}

.separator {
	margin: 12px 0;
    margin-bottom: 15px;
    width: 50px;
    height: 4px;
    background: #db6c0f;
}

/*------- Header Section --------*/

header {
	background: #fff
}

.top-bar {
	padding-top: 10px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 400;
	color: #656565;
	line-height: 1.7;
}

.header-logo {
	float: left;
	padding-bottom: 10px;
}

.header-logo img {
	padding-top: 12px;
}

.header-data {
	float: right;
	padding-top: 18px;
}

.header-data .hdata-span {
	position: relative;
	float: left;
	max-width: 200px;
}

.hdata-span .hdata-icon {
	position: absolute;
	width: 45px;
	left: 0;
	top: 0;
	color: #de6700;
	font-size: 29px;
}

.hdata-span-left {
	border-right: 1px solid #d6d6d6;
    padding-right: 22px;
}

.hdata-span-right {
	padding-left: 22px;
    margin-right: 42px;
}

.hdata-span .hdata-text {
	float: right;
	font-size: 13px;
}

.hdata-span .hdata-text .hdata-text-upper {
	font-size: 12px;
	color: #db6c0f;
	font-family: 'Open Sans';
}

.hdata-span .hdata-text .hdata-text-lower {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto';
	letter-spacing: 0.2px;
	color: #333;
}

.header-data .hdata-span .header-btn {
	display: inline-block;
    padding: 9px 34px 8px;
    line-height: 25px;
    background: #db6c0f;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 30px;
    cursor: pointer;
}

.header-data .hdata-span .header-btn:hover {
	background-color: #944504;
}
.header-nav {
	position: relative;
    background-color: #2f2f2f;
    height: 52px;
    /* margin-bottom: -32px; */
    margin-top: 12px;
    /* border: 3px solid #fff; */
    z-index: 5;
    margin-top: 22px;
}



.header-nav .main-nav li {
	list-style: none;
	display: inline-block;
}

.header-nav .main-nav li a {
	padding: 0 19px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'open sans';
    font-size: 15px;
    line-height: 52px;
    display: block;
    letter-spacing: 0.4px;
}

.header-nav .main-nav li a:hover {
	color: #fb8620;
}

.header-nav .main-nav li a i {
    padding-right: 5px;
    color: #6d6d6d;
}

.header-nav .main-nav li.active {
	background-color: #db6c0f;
	color: #fff;
}
#pull {
	display: none;
}

/*-------------- Body Area ---------------*/

.slider {
	background: url(../images/x3.jpg);
	height: 450px;
	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: 6%;
}

.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: 13px;
	font-family: 'Open Sans';
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.4px;
	margin-right: 25px;  
	display: inline-block;
	width: 100px;
	cursor: pointer;
}

.slider-buttons .slider-btn:hover {
	background: #111;
}

/*--------- Home Fleets --------*/
.home-fleets {
	margin-bottom: 20px;
}

.home-fleets .span-4 {
	float: left;
	padding: 15px 0;
	width: 25%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

.home-fleets .span-4 img {
	width: 73%;
    opacity: 0.75;
}

.home-fleets .home-fleet-last {
	padding-top: 35px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.7;
	border-right: 0;
	letter-spacing: 0.2px;
}

.home-fleets .home-fleet-last .btn {
	max-width: 44%;
    margin: 10px auto 0;
    padding: 10px 34px 8px;
    line-height: 24px;
    background: #c3600e;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 3px;
    cursor: pointer;
}

/*--------- Home intro --------*/

.home-intro h2 {
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #111;
    /* font-family: 'Roboto slab'; */
    text-transform: uppercase;
}

.home-intro p {
	font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

/*------ Home Bester --------*/

.home-bester .span-3 img {
	width: 45%;
}

.home-bester h3 {
	margin: 12px 0;
}

.home-bester p {
	display: none;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 0 15px;
}
/*------ Home Pricing ------*/

.pricing-sec .home-pricing {
	padding: 35px 0;
}

.home-pricing .pricing-left {
	float: left;
	width: 60%;
}

.home-pricing h2 {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	padding-bottom: 10px;
	letter-spacing: 0.4px;
}

.home-pricing p {
	max-width: 700px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    letter-spacing: 0.4px;
    line-height: 1.7;
}

.home-pricing .pricing-form {
	margin: 10px 0;
}

.pricing-form select {
    display: block;
    width: 100%;
    padding: 10px 8px;
    border: 1px solid #cecece;
    background: #f7f8fa;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.4px;
    color: #333;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select-style select {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    width: 200px;
    border: 1px solid #cecece;
    border-radius: 3px;
    overflow: hidden;
    background: #f7f8fa url(../../images/select-arrow.png) no-repeat scroll right center;
}

.home-pricing .price-btn {
	padding: 8px 20px;
    background: #c3600e;
    border-bottom: 3px solid #753907;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.4px;
    margin-right: 25px;
    display: inline-block;
    width: 100px;
    vertical-align: top;
    cursor: pointer;
}

.home-pricing .price-btn:hover {
	background-color: #af550b;
}

.home-pricing .finalprice p {
	margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    color: #c3600e;
    line-height: 1.7;
    letter-spacing: 0.2px;
}

.home-pricing .finalprice a {
    font-weight: 600;
    font-family: "Lato";
    font-size: 13px;
    color: #263fef;
    line-height: 1.7;
    letter-spacing: 0.32px;
    border: 1px solid #a7b3ef;
    padding: 3px 5px;
    border-radius: 5px;
}

/*--------- Home Contact ---------*/


.home-contact {
	margin: 30px auto;
	background-color: rgba(255, 217, 186, 0.22);
	padding: 20px 0 25px;
	letter-spacing: 0.4px;
}

.home-contact h3 {
	font-size: 18px;
    font-weight: 400;
    color: #96492e;
    margin: 10px 0;
    font-family: "Raleway";
}

.home-contact p {
	font-size: 15px;
	color: #000;
	line-height: 1.7;
	letter-spacing: 0.4px;
}

/*----------- Page Style -----------*/

.pagebar {
	background: url(../images/pagebg.jpg) no-repeat center top #f0f0f0;
    width: 100%;
    height: 90px;
    padding: 55px 0 0 0;
}

.page-bar .page-title h1 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #4c4c4c;
}

.page-bar .separator {
	margin-left: auto;
	margin-right: auto;
}

.page-content {
	padding-top: 50px;
	padding-bottom: 40px;
}

.page-content .page-sub-title h2 {
	font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}

.page-content img {
	float: left;
    padding-right: 20px;
    padding-bottom: 15px;
}

.page-content p {
	font-size: 15px;
    letter-spacing: 0.2px;
    text-align: justify;
    line-height: 1.7;
    font-weight: 400;
    color: #01122f;
    padding-bottom: 15px;
}


/*----------- Conatct Us ------------*/

.contact-form {
	width: 45%;
	padding: 0 10px;
}

.contact-form .form-group {
	margin-bottom: 25px;
}

.contact-form .form-group input,
.contact-form .form-group select {
	width: 65%;
}

.contact-form label {
	display: block;
    font-size: 13px;
    font-weight: 400;
    color: #752002;
}

.contact-form textarea {
	height: 120px;
	line-height: 1.7;
}

.contact-form .form-group .btn-submit {
	padding: 10px 20px;
    background: #052f77;
    border: 0;
    border-bottom: 3px solid #021538;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0.4px;
    margin-right: 25px;
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

/*----------- Footer Section ----------*/

footer {
}

.footer-area .footer-left {
	float: left;
	width: 305px;
	height: 200px;
	background-color: #000;
}

.footer-area .footer-right {
	float: right;
	width: 305px;
	height: 200px;
	background-color: #ddd;
}

.footer-area .footer-center {
	display: inline-block;
	width: 305px;
	height: 200px;
	background-color: #b212d3;
}

.footer-area {
	background: #1c1c1c;
    padding: 20px 0;
}

.footer-area h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    color: #fff;

}

.footer-area p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.5;
    text-align: justify;
    padding-right: 45px;
    color: #c3c3c3;
}

.footer-area .footer-area-left ul li {
	display: inline-block;
}

.footer-area .footer-area-left ul li a{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #ffc7b4;
    padding: 5px 10px;
    font-weight: 600;
}

.footer-area .footer-area-right {
	color: #f9f8f8;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'lato';
    padding-top: 2px;
}

.footer-area .footer-mid-widget {
	padding-left: 25px;
    box-sizing: border-box;
}

.footer-area .footer-last-widget {
	padding-left: 55px;
    box-sizing: border-box;
}

.footer-area .footer-area-right .footer-mobile {
	padding-right: 20px;
}

.footer-credit {
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0.4px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	line-height: 1.6;
}


.footer-credit .footer-credit-left {
	float: left;
	color: #7f7272;
}

.footer-credit .footer-credit-right {
	float: right;
	color: #7f7272;
}

.footer-credit .footer-credit-right .umk-credit {
	color: #96553e;
}