/*---------------------------------------------

Template Name: slova  
Template URL:  
Description: by cenpha
Author: cenpha.com
Author URL: http://www.cenpha.com 
Version: 1.0 

===================   
CSS INDEX
===================

1. Typography
2. Bootstrap Overwrite
		2.1 Grid
		2.2 Media Object
3. Vendor Custom Style 
		3.1 Nivo Slider
		3.2 Owl Carousel Nav Style
4. Template Layout Style
		4.1 Content
		4.2 Footer
		4.3 Global
		4.4 Header Menu
		4.5 Section Heading
		4.6 Pagination
		4.7 Widget
5. Template Page Style
		5.1 About
		5.2 Banner
		5.3 Blog
		5.4 Brand
		5.5 Call To Action
		5.6 Contact
		5.7 Case Study
		5.8 Error Page
		5.9 Pricing Table
		5.10 Service
		5.11 Team
		5.12 Testimonial
		5.13 Why Choose Us
6. Helper Classes
		6.1 Background
		6.2 Border
		6.3 Misc
		6.4 Padding
		6.5 Position 
		6.6 Text 

/*=======================================================================
1. Typography 
=========================================================================*/
html {
	height: 100%;}
/* Base */
body {
	font-family: 'Bahnschrift' !important;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #777;
	font-size: 14px;
	overflow-x: hidden;
	display: block;
	font-variant: tabular-nums;
	line-height: 1.5715;
	background: #F1F1F1;
	-webkit-font-feature-settings: "tnum";
	font-feature-settings: "tnum","tnum";
}

.mt-1 {margin-top: 10px;}
.mt-2 {margin-top: 20px;}
.mt-3 {margin-top: 30px;}
.mt-4 {margin-top: 40px;}
.mt-5 {margin-top: 50px;}
.mt-6 {margin-top: 60px;}
.mt-8 {margin-top: 80px;}
.mt-10 {margin-top: 100px;}
.mb-1 {margin-top: 10px;}
.mb-2 {margin-top: 20px;}
.mb-3 {margin-top: 30px;}
.mb-4 {margin-top: 40px;}
.mb-5 {margin-top: 50px;}
.mb-6 {margin-top: 60px;}
.mb-8 {margin-top: 80px;}
.mb-10 {margin-top: 100px;}

.btn_style1 {
	padding: 10px 40px;
	color: #fff;
	background: #007bff;
	border-radius: 10px;
	text-transform: uppercase;
}

a.sub-title {
	text-decoration: none;
	color: #777;
	font-size: 24px;
	padding: 10px;
	border: 2px solid #777;
	background: #fff;
	border-radius: 7px;
}
.sub-title.active {
	background: #007bff;
	color: #fff;
	border-radius: 7px;
	border: 2px solid #007bff;
}

/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/
/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1260px) {
	.container {
		max-width: 1230px;
	}
}
@media only screen and (min-width: 960px) {
	.min-h600 {
		min-height: 600px;
	}
}
/*UPLOAD FILE*/
.upload_box {
	overflow: hidden;
	position: relative;
}
.upload_box>input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
.btn_upload_file {
	width: 100%;
}
.btn_upload_file .icon-file {
	float: right;
	margin-right: 10px;
}

/*/UPLOAD FILE*/
/*------------------- 4.4 Header Menu -------------------*/
header.header {
	position: relative;
	z-index: 10;
}
.content-page {
	background: #fff;
	border-radius: 5px;
	padding-top: 15px;
	min-height: 100vh;
}
.sidebar {
	background: #fff;
	border-radius: 5px;
	min-height: 350px;
	padding: 15px;
}


.header-menu {
	z-index: 99999;
	width: 100%;
	background: #fff;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
.header-menu li{list-style: none;}
.header-menu li a{text-decoration: none;}
.logo-area {
	width: 185px;
	float: left;
	padding: 10px 0px;
}

.logo-area a {
	display: block;
}

.header-nav {
	width: auto;
	float: left;
	min-width: 0px;
	padding: 0;
	text-align: center;
	margin-left: 15%;
}

.header-acount {
	width: auto;
	min-width: 150px;
	float: right;
	padding:0px;  
}
.header-navbar li {
	float: left;
}
.header-nav-link {
		padding: 24px 15px;
}

.header-nav-link {
	text-transform: uppercase;
	font-weight: 700;
	color: #777;
}
.header-nav-link {
	line-height: 80px;
	padding: 0px 10px;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.header-nav-link .icond {
	padding-right: 5px;
} 
.header-nav-link.logout{
	font-size: 12px;
	border: 1px solid #6c757d;
	padding: 5px 15px;
	border-radius: 5px;
}
.header-navbar li:hover a:after {
	width: 100%;
	opacity: 1;
}
.header-navbar li>a:after {
	content: '';
	width: 0%;
	height: 4px;
	background: #FF7F26;
	border-radius: 17px 17px 0px 0px;
	position: absolute;
	bottom: -30px;
	left: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-nav-link:hover {
		color: #FF7F26;
}



/*------------------- 4.2 Home -------------------*/
.home_slider {
	background-image: url('../images/img-banner2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 130px 0px 130px 0px;
}
.home_slider .h2-title {
		font-size: 24px;
		line-height: 28px;
		color: #2f80ed;
		text-align: left;
		margin-bottom: 41px;

}

.home_slider a.btn {
		width: 218px;
		height: 56px;
		line-height: 56px;
		background: #ffffff;
		border-radius: 5px;
		font-size: 24px;
		color: #7092bf;
		padding: 0px;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
}



/*------------------- 4.3 Footer -------------------*/
#footer-site {
	padding: 2em 0;
	background: #ddd; 
}
@media (min-width: 768px) {
	#footer-site {
		padding: 2em 0; 
	} 
}
#footer-site .border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.1) !important; 
}
#footer-site p {color: #737373; }
#footer-site h2, #footer-site h3, #footer-site h4, #footer-site h5 {color: #fff; }
#footer-site a {color: #999999; }
#footer-site a:hover {color: white; }
#footer-site ul li {margin-bottom: 10px; }
#footer-site .footer-heading {font-size: 16px;color: #fff; }


.form-auth .box-container {
		padding: 20px;
		margin: 0 auto;
		width: 400px;
		box-shadow: beige;
		border: 1px solid #ccc;
		border-radius: 5px;
		background: #fff;
}
.form-auth .heading {
		text-align: center;
		font-weight: 300;
		color: #444;
		margin: 0 auto 45px;
		font-size: 35px;
		line-height: 38px;
		text-transform: none;
		letter-spacing: 0;
}
.form-auth .form-fields, .form-auth .form-fields button {
		width: 100%;
		margin: 5px 0;
		line-height: 28px;
		border-radius: 5px;
}
.form-auth .form-fields input {
		width: 100%;
		line-height: 40px;
		border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #f1f1f1;
		background: #fff;
		padding: 0 5px;
		font-size: 14px;
}
.form-auth .signIn {
		padding: 10px 32px;
		color: white;
		font-size: 16px;
		font-weight: 400;
		background: #15CD72;
		text-align: center;
		cursor: pointer;
		height: auto;
		-webkit-appearance: none;
}
.form-auth .createaccount {
		padding: 15px;
		background-color: #0069ff;
		border: none;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		height: 48px;
		line-height: 48px;
		padding: 0 32px;
		text-align: center;
		border-radius: 5px;
}
.form-auth .center {
		text-align: center
}
.form-auth .login-choice span {
		color: #5b6987;
		display: -ms-grid;
		display: grid;
		font-size: 16px;
		width: 100%;
		line-height: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		-ms-grid-columns: minmax(20px,1fr) auto minmax(20px,1fr);
		grid-template-columns: minmax(20px,1fr) auto minmax(20px,1fr);
		grid-gap: 19px;
}
.form-auth .login-choice span:after, .form-auth .login-choice span:before {
		content: "";
		border-top: 1px solid #e5e8ed;
}
.form-auth .signup-buttons {
		margin-top: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
}
.form-auth .facebook-signup, .form-auth .google-signup {
		color: #031b4e;
		background: #f2f8ff;
		border: 1px solid rgba(0,105,255,.2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 3px;
		display: inline-block;
		margin-top: 0;
		width: 47.5%;
		padding: 15px;
		text-align: center;
		position: inherit;
}
.form-auth .signup-buttons a {
		vertical-align: middle;
		text-decoration: none;
}
.form-auth .signup-buttons svg {
		left: 16px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.footer-auth, .footer-auth a {
		text-align: center;
		color: #007bff;
		padding: 10px;
}


/*==========================Responsive===========================*/
@media only screen and (max-width: 960px) {
	.header-menu {
			height: 60px;
	}
	.header-menu .logo-area {
		width: 105px;
		float: left;
		padding:0px;
		line-height: 60px;
	}
	.header-menu .header-nav {
		margin-left: 5px;
	}
	.header-menu .header-nav-link {
		line-height: 60px;
		padding: 0px 10px;
		font-size: 15px;
	}
	.header-menu .header-nav-link .textd {
		display: none;
	}
	.header-acount {
		min-width: 70px;
	}
	
}