/**
* 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.3
*/
:root {
	  --thm-base: #313495;
	
    --thm-base-rgb: 37, 184, 93;
    --thm-gray: #797c7f;
    --thm-gray-rgb: 121, 124, 127;
}

.main-menu-style1 .container {
    max-width: 100%;
    padding: 0 0px !important;
}

.main-slider-style1 {
    background-color: #f7f1eb;
    padding: 0 0px !important;
}

@media only screen and (max-width: 767px) {
    .main-slider-style1 {
        padding: 0 p0x !important;
    }
}

@media (max-width: 767px) {
    .main-menu-style1 .container {
        max-width: 100%;
    padding: 0 0px !important;
    }
}

.breadcrumb-area {
    position: relative;
    display: block;
    background-color: #f7f1eb;
    padding: 0px !important;
    padding-top: 0;
    z-index: 11;
}
@media (max-width: 767px) {
    .logo-box-style1 {
       top: 0px!important;
  
    width: 165px!important;
    height: 155px!important;
    }
}


.handle-preloader {
 
    background-color: #303395 !important;
}