/* ===================================================================================

* Theme Name: Beakai Child
* Theme URI: https://themeforest.net/user/theme_pure/portfolio
* Author: theme_pure
* Author URI: https://bdevs.net/wp/beakai/
* Description: Beakai - Business and Financial Institution WordPress Theme
* Version: 1.0.0
* Template: beakai
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

header .logo img {
	width: 250px !important;
}

h1.title, h1.section-title {
	font-family: "Poppins", Sans-serif !important;
	font-weight: 600 !important;
}

.breadcrumb-bg {
	padding: 100px 0 !important;
}

.wpforms-field input, .wpforms-field textarea {
	border: 1px solid #ddd !important;
	padding: 15px 20px !important;
	border-radius: 0px !important;
	height: auto !important;
}

.wpforms-field input:focus, .wpforms-field textarea:focus {
	border: 1px solid #00000040 !important;
	box-shadow: 0 0 0 1px #0000000a !important;
}

.wpforms-container .wpforms-field {
	padding: 12px 0 !important;
}

.wpforms-container-full .wpforms-field-label {
	margin-bottom: 12px !important;
}

.wpforms-submit-container {
	text-align: center !important;
}

.wpforms-submit-container .wpforms-submit {
	background-color: #083f62 !important;
	height: auto !important;
	padding: 20px 50px !important;
	border-radius: 0px !important;
}

.wpforms-submit-container .wpforms-submit:focus:after {
	display: none !important;
}

.title-left-align .section-title {
	text-align: left !important;
}

.single-couter .counter-icon figure {
	max-width: 75px !important;
}

.four-col .analysis-area .nav-item {
	margin-right: 0;
	width: 25%;
}

.four-col .analysis-area .nav-item .nav-link, .four-col .analysis-area .nav-item .nav-link:after {
	background: #083d5f !important;
}

.four-col .analysis-area .nav-item .nav-link.active, .four-col .analysis-area .nav-item .nav-link.active:after {
	background: #82ba4e !important;
}

.four-col .analysis-area .nav-item .nav-link > * {
	color: #fff !important;
}

@media (max-width: 767px) {
	.four-col .analysis-area .nav-item {
		width: 100%;
	}
}

.breadcrumb-bg {
	background: #223645 !important;
}