/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.site-footer{background-color: #333333;}
.site-footer .site-title a, .site-footer .menu-item a, .copyright p{color: #fff !important;}
.site-footer .site-navigation{margin:20px 10px;}
.site-footer {
    padding-block-start: 3rem !important;
    padding-block-end: 3rem !important;
}
.site-header .site-title a{font-size: 25px !important;}
.df-flipbook{border: 1px solid #dcdcdc;}

.inner_banner_section {
	position:relative;
    min-height: 450px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: #aaaaaa;
    text-align: center;
}
.inner_banner_section::before{content:"";position:absolute;width:100%;height:100%;background: url(../../../wp-content/uploads/2024/01/top-banner.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
    opacity: 0.1;
    top: 0px;
    right: 0px;}

.inner_banner_section h1 {
    color: #000;
    font-family: "Times New Roman", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    text-transform: uppercase;
    display: table;
    margin: 40px auto 0px;
    position: relative;
}

.inner_banner_section h1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 90%;
    height: 5px;
    background: #752599;
    right: 0px;
    margin: 0 auto;
}
.testing_form form p{display:flex;}
[type=button], [type=submit], button{background-color:#FE5000 !important;color:#fff !important;border-color:#fff !important;}
.testing_form .wpcf7-form-control{    border: 0px;
    border-bottom: 1px solid #999;
    border-radius: 0px;
    background-color: transparent;}

@media (min-width:1920px)
{
	.elementor-element .e-con-inner,
	header .header-inner{max-width:1640px !important;}
}

@media (min-width:992px){
	.menu_btn a{background-color: #FE5000;color: #fff !important;border-radius: 3px;}
	.img_position{position: absolute;}
}
@media (min-width:768px)
{
	header .current-menu-item a, header a{color:#031521 !important;}
}