/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.menu-header-en ul li {
    margin: 0 20px !important;
}
.cta .elementor-image-box-title{
    margin-bottom: 5px !important;
}
.news-home .elementor-post__read-more{
    background-color: rgb(162, 25, 24);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 6px 0px;
    border-radius: 50px;
    padding: 6px 30px;
}
.news-home .elementor-post__read-more:hover{
    background: #000000;
}
.news-home .elementor-posts .elementor-post__excerpt {
    margin-bottom: 20px !important;
    min-height: 72px;
}
.news-home .elementor-post__text{
    padding-bottom: 30px;
}
.mb0 p{
    margin-bottom: 0 !important;
}
.sub-title img{
    margin: auto;
    display: block;
}
.bank .elementor-image-box-title{
    margin-bottom: 0 !important;
} 
.menu-footer a{
    padding: 0 !important;
}
.tabs-header.basic-color-background {
    background-color: #A21918 !important;
}
@media screen and (max-width: 980px) {
    .cta br{
        display: none;
    }    
}
@media screen and (max-width: 767px) {
    .sub-title .elementor-image-box-img{
        width: 20% !important;
        float: left;
    }
    .sub-title .elementor-image-box-img img{
        width: 100%;
    }
    .sub-title .elementor-image-box-content {
        width: 80% !important;
        text-align: left;
        display: inline-block !important;
        line-height: 50px;
    }
    .sub-title  .elementor-image-box-wrapper{
        width: 70%;
        display: block;
        margin: auto;
    }
    .Brmobile{
        display: block;
        clear: both;
    }
}