/**
* Theme Name: Finbank Child
* Description: This is a child theme of Finbank, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: finbank
* Version: 1.7
*/
@media (max-width: 767px) {
	.logo-box-style1 {
		position: absolute;
		top: 30px;
		left: 0;
		width: 250px;
		height: 140px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0b2f51;
	}
}
@media (min-width: 767px) {
	.logo-box-style1 {
/* 		position: absolute;
		top: 30px;
		left: 0;
		width: 250px;
		height: 140px; */
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0b2f51;
	}
}
.main-slider-style1 {
	padding: 0px !important;
}