/* 
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 */
div#hostinger-preview-banner {
    display: none !important;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading {
    margin-top: 0 !important;
}

div#frm_field_16_container {
    margin-top: 10px !important;
    margin-bottom: 15px;
}

h3.frm_pos_top {}

div#frm_field_16_container h3.frm_pos_top {
    display: block !important;
    font-size: 24px;
    color: #000;
}

div#frm_desc_field_99e3c {
    margin-bottom: 0 !important;
    font-size: 18px;
    color: #000;
    margin-top: 10px !important;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    border-color: #9F9F9F;
}

body .frm_repeat_sec .custom-address label.frm_primary_label {
    display: block !important;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px !important;
}

body .frm_repeat_sec .custom-address label.frm_primary_label::after {
    content: "" counter(section) "";
      counter-increment: section;

}
.with_frm_style .frm_repeat_buttons {
    margin-top: 20px;
}

div#frm_field_20_container {
    counter-reset: section;
}

.form-field.box-msg {
    padding: 25px;
    background: #F4F3F0;
    margin-bottom: 20px !important;
}

.form-field.box-msg h3.frm_pos_top {
    display: block !important;
    color: #000 !important;
    font-size: 24px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 21px !important;
}

.form-field.box-msg div#frm_desc_field_5mpni {
    font-size: 18px;
    color: #000;
    margin: 0 !important;
}

.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading.box-msg {
    margin-top: 20px !important;
}

.frm_repeat_buttons a.frm_remove_form_row, .frm_repeat_buttons a.frm_add_form_row {
    background: #0000;
    border-color: #111f42;
    border-radius: 60px;
    font-size: 16px;
    padding: 11px 26px;
    color: #111f42;
    font-weight: 600;
}

.custom-address.form-field {
    margin-bottom: 10px !important;
}

.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon {
    fill: #000;
}

.with_frm_style .frm_remove_form_row.frm_button:hover, .with_frm_style .frm_add_form_row.frm_button:hover {
    background: #111f42;
}

/* Common CSs Start */
.frm_message p {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.frm_message {
    position: fixed;
    z-index: 999;
    background: #00000045 !important;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    border: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.frm_message strong {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}

.frm_message  p {
    font-size: 22px;
    line-height: 31px;
    color: #000 !important;
    margin-bottom: 12px !important;
    margin: 0 !important;
}

.frm_message p:last-child {
    max-width: 50%;
    /* margin-top: 10px; */
    margin-bottom: 0 !important;
}


button.frm-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background: none !important;
    color: #000;
    font-size: 29px;
}

.frm_message .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 17px;
    background: #fff;
    padding: 25px;
    width: 590px;
    height: 480px;
    border-radius: 10px;
    position: relative;
}

body{

	    font-family: 'Metropolis';
	
}

.site-navigation ul.menu li a {
    color: #111F43;
    font-weight: 500;
}

a {
    color: #000000;
}

.btn-sign a {
    background: #111F43;
    color: #fff !important;
    border-radius: 40px;
    font-weight: 500;
    padding: 12px 26px !important;
}

.site-navigation ul.menu {
    align-items: center;
    gap: 25px;
}

.site-header .header-inner {
    max-width: 1280px !important;
}

.site-header {
    padding-top: 20px;
    padding-bottom: 20px;
}


.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1280px !important;
    padding-left: 10px;
    padding-right: 10px;
}



h1.elementor-heading-title.elementor-size-default {
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
}



.elementor-widget-button .elementor-button {
    border-radius: 50px;
    font-weight: 600;
    padding: 20px 39px;
    font-size: 18px;
}

body {
    font-size: 18px;
    line-height: 28px;
}

.py-constant {
    padding-top: 60px;
    padding-bottom: 60px;
}




@media (min-width: 1024px) and (max-width: 1440px) {

.image-area {
    width: calc(1280px / 2);
    position: absolute;
    right: 0;
}

.content-area {
    width: 50%;
}
    
}



@media(max-width:1024px){
	
	.site-navigation-toggle-holder .site-navigation-toggle {
    border-radius: 0;
    background: #0000;
    padding: 0 !important;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon:after, .site-navigation-toggle-holder .site-navigation-toggle-icon:before {height: 2px;margin-bottom: 9px;}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
    width: 29px;
}

.site-navigation-dropdown {
    width: 61%;
    right: 0;
    left: auto;
}

.site-navigation-dropdown ul.menu li a {}

li.btn-sign a {
    background: #111F43 !important;
    width: fit-content;
    margin: 11px auto;
}

.site-navigation-dropdown ul.menu {
    border: 1px solid #0000001f;
}
	
	
	
}

@media(max-width:767px){
	
	.site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #111f43;
}
	
	.elementor-widget-text-editor {
    font-size: 18px !important;
    line-height: 27px !important;
}
	h2.elementor-heading-title.elementor-size-default {
    font-size: 36px;
    line-height: 45px;
}

.elementor-widget-heading .elementor-heading-title br {
    display: none;
}
	.elementor-85 .elementor-element.elementor-element-f525e0c .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}
	h1.elementor-heading-title.elementor-size-default {
    font-size: 36px;
    line-height: 40px;
}

.elementor-85 .elementor-element.elementor-element-85ab063 img {
    height: auto;
}

.py-constant {
    padding-top: 30px;
    padding-bottom: 30px;
}
	
	.elementor-72 .elementor-element.elementor-element-4422baa .elementor-image-box-wrapper .elementor-image-box-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
	
}