body {
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;	font-weight: 300;
	font-size: 14px;
	background-color: #fff;
}

a,
a:hover,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
}


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

.lato {
	font-family: 'lato', sans-serif;
	letter-spacing: 0.2px;
}

.rale {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.4px;
}


/*----- 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;
}

.white-bg {
    background: #fff;
}

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

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

/*-------- Header Styles -----*/

header {
	background-color: #1d1d1d;
}

.top-header {
	background-color: #303030;
    line-height: 2;
    font-weight: 300;
    color: #a7a7a7;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.top-header .top-bar-list ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.top-bar-book {
	background-color: #258ad0;
	color: #fff;
}

.header {
	padding: 6px 0;
}

.navbar-brand {
	height: auto !important;
}

.navbar {
	height: auto !important;
	margin-bottom: 0;
}

.navbar-right { 
	padding-top: 12px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    color: #dcdcdc;
    line-height: 36px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #1d1d1d;
    color: #20a4ff;
}

.navbar-toggle {
	margin-top: 17px;
	border:1px solid #444 !important;
}

.navbar-toggle .icon-bar {
	height: 3px;
	background-color: #efefef;
}

/*---------- Main Home Page ---*/

section {
	padding-top: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.slider {
	height: 460px;
	background:url('../images/bg5s.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.slider h1 {
	font-family: 'Roboto slab',sans-serif;
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	letter-spacing: 0.4px;
	padding-top: 75px;
}

.slider h2 {
	font-family: 'Roboto slab',sans-serif;
	font-size: 46px;
	line-height: 75px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: 0.4px;
}

.home-intro {
	padding-top: 0;
}

.pricing-sec .price-dark {
    background-color: #269fe6;
    padding: 45px 20px 45px;
    box-sizing: border-box;
}


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

.intro-para .intro-text h4,
.pricing-sec .pricing-para h4 {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	text-transform: uppercase;
}

.intro-para .intro-text p,
.pricing-sec .pricing-para p {
	padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #737272;
    line-height: 1.8;
    text-align: justify;
}

.pricing-sec {
	background-color: #f5f5f5;
	padding-top: 60px;
	margin-top: 30px;
	padding-bottom: 60px;
}

.pricing-sec .price-box {
	border: 1px solid #cccccc;
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    max-width: 123px;
    margin-left: 3px;
    margin-right: 3px;
}

.pricing-sec .row {
	margin-bottom: 15px;
}

.pricing-sec .price-box .price-title {
	    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #002640;
}

.pricing-sec .price-box .price-dollar {
	    font-size: 30px;
    font-weight: 600;
    color: #209ff7;
}

.pricing-sec .pricing-para .pricing-call {
	border:1px solid #209ff7;
	color: #209ff7;
	font-size: 15px;
	margin-left: 10px;
	background-color: #f5f5f5;
}

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

.home-bester {
	padding-top: 20px;
	padding-bottom: 35px;
}

.home-bester .bester-box {
	width: 26%;
	border: 1px solid #ccc;
	padding: 10px 15px;
	color: #333;
	margin-right: 25px;
}

.home-bester .bester-box .bester-icon {
	background-color: #5f300a;
	padding: 8px;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}

.home-bester .bester-box .bester-text h5 {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.4px;
}


.home-bester .bester-box .bester-text p {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.3px;
}


.home-bester h3 {
	font-size: 21px;
	font-weight: 600;
	color: #3e3e3e;
	padding-bottom: 10px;
	letter-spacing: 0.4px;
	margin-bottom: 20px;
}

.home-bester .best-box {
	width: 305px;
	padding: 10px 15px;
	color: #333;
	margin-right: 25px;
	font-family: "Lato";
}

.home-bester .best-box h5 {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 15px;
	letter-spacing: 0.4px;
}

.home-bester .best-box p {
	font-size: 14px;
	font-weight: 300;
	color: #565656;
	letter-spacing: 0.3px;
	line-height: 1.7;
}

.home-bester .best-box .best-box-icon {
	margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #d6d6d6;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 5px;
}

.home-bester .best-box .best-box-icon i {
	font-size: 38px;
	color: #077cce;
}

.home-contact {
	margin: 0 auto;
	background-color: #f7f8fa;
	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 Design ---------*/

.page-bar {
	padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-top: 15px;
}

.page-bar h1 {
	font-size: 18px;
}

.page-bar .text-right {
	font-size: 18px;
	font-weight: 400;
}

/*----------- Conatct Us ------------*/
.page-content .page-sub-title h2 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.contact-form {
	width: 45%;
	margin-top: 25px;
}

.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 {
	height: 200px;
	background-color: #000;
}

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

.footer-area .footer-center {
	height: 200px;
	background-color: #b212d3;
}

.footer-area {
	background: #151515;
    padding: 40px 0;
}

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

.footer-area p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.7;
    padding-right: 45px;
    color: #d0d0d0;
}

.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: #639cbd;
}