/* 
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
*/

h1.site-title.show a {
    font-size: 50px;
}
.site-footer{
 background-color: #223a66;
}
/*.footer-logo img{
 filter: brightness(0) invert(1);
}*/

.site-footer .copyright p{
    color: #fff;
}
.heading h2.elementor-heading-title {
    position: relative;
    padding-top: 25px;
}

.heading h2.elementor-heading-title:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #c36;
    left: 0;
    top: 0;
}
.site-header{border-bottom: solid 1px rgb(34 58 102 / 11%);}   

.main-menu-border{
    border: 1px solid #c36;
    border-radius: 100px;
    padding: 0 19px;
    background-color:#c36;
        margin-left: 112px;
}
.site-navigation ul.menu li a {
    text-transform: uppercase;
}
.site-navigation ul.menu li a:hover {
    text-decoration:underline;

}
.site-navigation ul.menu li.main-menu-border a:hover {
     text-decoration:none;
}

.main-menu-border:hover{ 
 color:#c36;
 background-color:#fff;
}
.main-menu-border a{ 
  color:#fff;
}
.main-menu-border:hover a{ 
 color:#c36;

}
.wpcf7 span {
    margin-top: 10px !IMPORTANT;
    display: block;
}
.wpcf7 span input{
    border-radius: 50px; 
}
.wpcf7 span textarea{
    border-radius: 20px; 
    max-height: 116px;
}
.wpcf7 p label, .wpcf7 p{
    color: #000 !important;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit { 
    border-radius: 50px;
    padding: 7px 30px;
}
.newsletter {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.newsletter-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.newsletter-btn input[type="submit"] {
    background-color: #c36;
    border-radius: 20px 0 0 20px;
    color: #fff;
}

.newsletter-field input[type="email"] {
    border-radius: 20px;
    padding-right: 90px;
}

.list-dot-remove li b{
    color: #c36; 
}
.list-dot-remove li{
    list-style: none;
}  
.wpcf7 input:focus, .wpcf7 input:focus-visible, .wpcf7 textarea:focus-visible {  
    border: 2px solid #c36;
     outline: 0px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    border: 1px solid #c36;
    font-size: 18px;
    margin-top: -10px;
    background-color: #c36;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c36;
    color: #000;
}
.Mobile-show{
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7-response-output {      
    color: #000; 
}
input.wpcf7-form-control.wpcf7-captchar.wpcf7-not-valid, input.wpcf7-form-control.wpcf7-captchar {
    position: absolute;
    left: 30%;
    width: 100px;
    height: 32px;
    top: -40px !IMPORTANT; 
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 { 
    margin-top: 12px;
    position: relative;
}
.wpcf7-spinner{
    position: absolute; 
}
.site-header {
    background: #9FDEE7;
}

    .menu-main-menu-container li a {
        color:#000;
 } 

 li#menu-item-25 a {
    color: #fff;
}
 li#menu-item-25:hover a{ 
color:#c36;
}
.wpcf7 span input, .wpcf7 span textarea {
    background-color: #f6f6f6;  
}


@media all and (max-width: 991px) {
    .main-menu-border {
    border: 0;
    border-radius: 0px;
    padding: 0 0;
    
} 

.site-navigation-toggle-holder .site-navigation-toggle {   
    background-color: #c36;
    color: #fff;
}
.main-menu-border { 
    margin-left: 0;
}
.Mobile-show{
    display: block;
}
.mobile-hide{
    display: none;
}
}
@media all and (max-width:767px){
	li#menu-item-25 a{
		color: #55595c;
	}
}
