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

.header_button a {
    margin: 0 auto;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FCFCFC !important;
    background: #6349FF;
    border-radius: 30px;
	border: 1px solid #6349FF;
    height: 35px;
}
.header_button a:hover {
    color: #6349FF !important;
    background: transparent;
}
.sol-item:hover {
    cursor: pointer;
    transform: translateY(-10px) scale(1.05);
}
#header-section .elementor-nav-menu--dropdown {
    padding: 30px 0;
}
#header-section .elementor-nav-menu--dropdown li.menu-item {
    padding-bottom: 20px;
}
.header_button {
    justify-items: center;
    align-items: center;
    vertical-align: middle;
}
.yellow_menu_btn a {
    background: #EFFB7E;
    border-radius: 50px;
    padding: 0 30px !important;
    font-family: 'Figtree';
    font-weight: 700 !important;
    color: #000000 !important;
	height:40px;
}
.yellow_menu_btn {
    align-items: center;
    justify-content: center;
}
.blur_effect{
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.header_blur_effect.elementor-sticky--active {
    background-color: #0F110D39 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 30px !important;
}
.red_text{
	color:#FF0000;
}

.more-link {
	display: block;
}

.contact_form_section label {
    width: 100%;
    height: 20px;
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #0B0343;
    padding-bottom: 20px;
}
.last_field_row .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #0B0343;
}
.last_field_row .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: left;
    margin: 0;
}
.contact_form_section .wpcf7-checkbox input[type="checkbox"] {
    width: auto;
    margin-right: 15px;
}
.last_field_row span[data-name="checkbox-843"] span
 {
    display: flex;
    margin: 0;
    flex-direction: row-reverse;
    width: 100%;
	justify-content:left;
}
.input_field {
    width: 49%;
}
.contact_submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 31px;
    width: 100% !important;
    height: 62px;
    background: #6349FF !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
    border-radius: 50px !important;
    font-weight: 600;
	border:1px solid #6349FF !important;
	color:#FCFCFC;
	font-size:14px;
	margin-top:50px;
}
.contact_submit:hover{
	color:#6349FF !important;
	background: transparent !important;
}
.contact_form_section input::placeholder
 {
    color: rgba(40, 83, 107, 0.62);
    font-size: 15px;
    line-height: 28px;
    font-family: 'Figtree';
}
.field_row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.last_field_row {
    margin-bottom: -15px;
}
.contact_form_section input, .contact_form_section textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    isolation: isolate;
    width: 100%;
    height: 48px;
    min-height: 48px;
    background: #EEF9FA;
    border-radius: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    border: none;
}
.contact_form_section .input_field p {
    margin-bottom: 10px;
}
.contact_form_section textarea {
    height: auto;
}
.contact_form_section textarea {
    height: 170px !important;
}

@media only screen and (max-width: 600px) {
    .field_row{ display: block; margin-bottom: 30px; }
    .input_field {
    	width: 100%;
		margin-bottom: 30px;
	}
	.header_section .elementor-nav-menu--dropdown-mobile li a
	 {
		padding: 12px 0 !important;
		 border: none !important;
		 color:#0B0343 !important; 
	}
	.header_section ul#menu-2-2e471be {
		padding: 20px 0 !important;
	}
	.header_section .elementor-nav-menu a  {
		justify-content: start;
		padding-left: 40px !important;
	}
	.about-hero-content-section{
		background: none;
	}
	.br-mobile-hide{ display:none; }
	.copyright_nd_nav .yellow_menu_btn {
		justify-content: left;
		margin-bottom: 0px !important;
	}
	.about-hero-content-section {
		background-image: none !important;
	}
	.input_field p {
		margin-bottom: 25px;
	}
	.header_section .current-menu-item a, .header_section .menu-item a{
		background: transparent !important;
		color:#0B0343;
	}
	
	.yellow_menu_btn a {
		width: 140px !important;
		justify-content: center;
	}
	.footer_sitemenu li {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		align-content: center;
	}
	.header_button a {
		background: transparent;
	}
	.yellow_menu_btn {
		width: auto !important;
    	margin-top: 10px !important;
		align-items: center;
		justify-content: center;
		display: flex !important;
		margin-bottom: 20px !important;
	}
}
