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


.page .page-header {
    display: none;
}
.hfeed.site {
	overflow: hidden;
}

.header-menu1 {
	transition: all 0.3s ease;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #2c3e50 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header-menu-list .menu-item ul.sub-menu li a {
    color: #2c3e50 !important;
    font-size: 15px !important;
    padding: 15px 10px 15px 15px !important;
    transition: all 0.3s ease;
}
.header-menu-list .menu-item ul.sub-menu li a:hover {
    background: #2c3e50 !important;
    color: #fff !important;
}

p:empty {
	display: none;
}
.contact-form-one .form-group input[type=text],
.contact-form-one .form-group input[type=email],
.contact-form-one .form-group input[type=tel],
.contact-form-one .form-group textarea {
    font-size: 14px;
    line-height: 20px;
    color: #6C757D;
    font-weight: 400;
	border: 1px solid #A5A5A5;
    border-radius: 5px;
}
.contact-form-one .form-group input[type=submit] {
    background-color: #2C3E50;
    color: #fff;
    border: 1px solid #2C3E50;
    border-radius: 5px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.contact-form-one .form-group input[type=submit]:hover {
    background-color: #fff;
    color: #2C3E50;
}
.social-icons .elementor-social-icon {
    background-color: #fff;
}
.why-choose-slider .item img {
    max-width: 60px;
	margin-bottom: 20px;
}
.why-choose-slider .item h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
	font-family: "inter";
}
.why-choose-slider .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.why-choose-slider .multi-items-widget .owl-item {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 40px 20px 50px;
	border-radius: 16px;
	left: 2px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.why-choose-slider .multi-items-widget .owl-stage {
    display: flex;
}
.multi-items-widget .owl-dots {
    display: block !important;
	text-align: center;
    padding-top: 30px;
}
.multi-items-widget .owl-dots button.owl-dot {
    background: #ffffff !important;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%;
	border: 1px solid #2c3e50;
}
.multi-items-widget .owl-dots button.owl-dot.active {
    background: #2E3053 !important;
}

/* Newsletter */

.nl-mail .footer-mail-id {
    display: flex;
}
.news-mail input[type=email] {
    border-radius: 6px;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.news-sub input[type=submit] {
    font-size: 0px;
    position: relative;
    background-image: url(https://sites.digitalradium.com/tes/wp-content/uploads/2024/12/ic-Arrow-Go-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: 0;
    top: 50%;
    right: 50%;
    transform: translate(-45%, 0%);
    background-color: #FFD700;
    padding: 24px 25px;
    border: 1px solid #FFD700;
}
.news-sub span.wpcf7-spinner {
    position: absolute;
}
.newsletter-content h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
	font-family: "inter";
}
/* .Banner-items-widget .banner-content {
    top: 70%;
    left: 50%;
    transform: translate(-90%, -100%);
	width: 750px;
} */
.Banner-items-widget .banner-content {
    top: 40%;
    left: 5%;
    width: 680px;
    margin-top: -100px;
}
.Banner-items-widget .banner-content h1,
.Banner-items-widget .right-banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    color: #2E3053;
	margin-bottom: 15px;
	font-family: "inter";
}
.Banner-items-widget .banner-content p,
.Banner-items-widget .right-banner-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #2E3053;
	margin-bottom: 20px;
	font-family: "inter";
}
.Banner-items-widget.with-class-carousel .banner-content p,
.Banner-items-widget.with-class-carousel .right-banner-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
	margin-bottom: 20px;
	font-family: "inter";
}
.banner-content a,
.right-banner-content a {
    background: #2C3E50;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
	border: 1px solid #2C3E50;
	transition: all 0.3s ease;
	margin-top: 25px;
}
.with-class-carousel .banner-content a,
.with-class-carousel .right-banner-content a {
    background: #2C3E50;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
	border: 1px solid #2C3E50;
	transition: all 0.3s ease;
	margin-top: 0px;
}
.banner-content a:hover,
.right-banner-content a:hover {
    background: #fff;
    color: #2C3E50;
}
.Banner-items-widget .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 50%;
	display: none;
}
.Banner-items-widget .owl-dots .owl-dot.active {
    background: #2C3E50 !important;
    border: 1px solid #2C3E50 !important;
    width: 10px;
}
.Banner-items-widget .owl-dots .owl-dot {
    background: #fff !important;
    border: 1px solid #2c3e50 !important;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%;
}
.Banner-items-widget .item {
/*     height: 700px; */
}
.test-menu-drop .hfe-nav-menu__toggle {
    margin-right: 0 !important;
}
.newletter-footer .wpcf7-response-output {
    color: #fff;
    margin: 10px 0px !important;
    width: 80%;
}
.get-in-contact .wpcf7-response-output {
	color: #000;
    margin: 10px 0px !important;
} 
.footer-mail-id .news-mail p {
	margin: 0 !important;
}

/* Right side Banner */
.Banner-items-widget .right-banner-content {
    top: 40%;
    right: 2%;
    width: 700px;
    margin-top: -100px;
}
.what-bring-section {
    flex-wrap: wrap;
    justify-content: center;
	gap: 40px;
}
.what-bring-section .what-bring-content {
    flex: 0 0 48%;
}
.faq-section summary.e-n-accordion-item-title {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.set-bg-color .elementor-widget-container {
	background: linear-gradient(180deg, rgba(212, 234, 255, 1) -10%, rgba(241, 248, 255, 1) 100%);
}
.set-bg-color-01 .elementor-widget-container {
	background: linear-gradient(180deg, rgb(238 255 238) -10%, rgb(255 255 238) 100%);
}


/* Media */

@media(min-width: 1400px) {

}
@media(min-width: 1600px) {

}
@media(min-width: 1900px) {

}
@media(max-width: 1100px) {
	.what-bring-section .what-bring-content {
		flex: 0 0 45%;
	}
	.banner-content a, .right-banner-content a {
		font-size: 15px;
		line-height: 25px;
	}
}

@media(min-width: 992px) and (max-width: 1300px) {
	.Banner-items-widget .banner-content {
        top: 30%;
        left: 5%;
        margin-top: -30px;
        width: 550px;
    }
	.Banner-items-widget .right-banner-content {
		top: 30%;
		right: 5%;
		width: 600px;
		margin-top: -30px;
	}
	.Banner-items-widget .banner-content h1, 
	.Banner-items-widget .right-banner-content h1 {
		font-size: 40px;
		line-height: 50px;
	}
	.news-sub input[type=submit] {
		right: -20%;
	}
}
@media(min-width: 992px) and (max-width: 1024px)  {
	.Banner-items-widget .item {
/* 		height: 530px; */
	}
	.Banner-items-widget .banner-content h1, 
	.Banner-items-widget .right-banner-content h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.Banner-items-widget .banner-content p, 
	.Banner-items-widget .right-banner-content p {
		font-size: 20px !important;
        line-height: 30px !important;
	}
	.Banner-items-widget .right-banner-content {
        top: 30%;
        margin-top: -5px;
        right: 3%;
        width: 500px;
    }
	.Banner-items-widget .banner-content {
		top: 30%;
		margin-top: -30px;
		width: 500px;
		left: 5%;
	}
}
@media(min-width: 600px) and (max-width: 991px) {
	.Banner-items-widget .banner-content {
        top: 50%;
        width: 50%;
    }
	.Banner-items-widget .right-banner-content {
		top: 45%;
		width: 50%;
	}
	.Banner-items-widget .banner-content h1,
	.Banner-items-widget .right-banner-content h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.Banner-items-widget .banner-content p,
	.Banner-items-widget .right-banner-content p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.why-choose-slider .multi-items-widget .owl-stage {
		padding: 0px 25px;
	}
	.Banner-items-widget .item {
/* 		height: 400px; */
	}
	.Banner-items-widget .owl-dots .owl-dot.active,
	.Banner-items-widget .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
	}
	.banner-content a, .right-banner-content a {
		padding: 10px 15px;
		font-size: 10px;
	}
}
@media(max-width: 880px) {
	.image-bg-overlay .image-bg-color {
		background: #fff6ef;
	}
	.flex-col-section {
		flex-wrap: wrap;
	}
	.flex-col-section .flex-col-content {
		flex: 0 0 48%;
	}
	.banner-content a,
	.right-banner-content a {
		margin-top: 0px;
	}
	.header-menu-list .menu-item ul.sub-menu li a {
		padding: 15px 10px 15px 80px !important;
	}
	.hfe-nav-menu li.menu-item a.hfe-menu-item {
		color: #2c3e50 !important;
	}
}
@media(max-width: 599px) {
	.Banner-items-widget .banner-content {
		top: 50%;
		left: 3%;
		width: 55%;
		margin-top: -50px;
	}
	.Banner-items-widget .right-banner-content {
		top: 50%;
		right: 5%;
		width: 50%;
		margin-top: -70px;
	}
	.Banner-items-widget .banner-content h1,
	.Banner-items-widget .right-banner-content h1 {
		font-size: 15px;
        line-height: 20px;
		margin-bottom: 5px;
	}
	.Banner-items-widget .banner-content p,
	.Banner-items-widget .right-banner-content p {
		font-size: 10px !important;
        line-height: 15px !important;
		margin-bottom: 5px !important;
	}
	.banner-content a, 
	.right-banner-content a {
		padding: 5px 15px !important;
        font-size: 8px !important;
        line-height: 15px !important;
	}
	.Banner-items-widget .owl-dots {
		bottom: 10px;
		right: 40%;
	}
	.Banner-items-widget .owl-dots .owl-dot,
	.Banner-items-widget .owl-dots .owl-dot.active {
		width: 6px;
		height: 6px;
	}
	.Banner-items-widget .item {
/* 		height: 220px; */
	}
	.financial-future-section .e-con-inner .e-con-full {
		background: #dff7ff;
	}
	.why-choose-section {
		background-color: #f7fdff;
	}
	.choose-fin-card .elementor-absolute.elementor-widget-icon {
		top: 135px;
	}
	.choose-fin-card .elementor-icon {
		font-size: 70px;
	}
	.what-bring-section .what-bring-content {
		flex: 0 0 100%;
	}
	.what-bring-section {
		gap: 70px;
	}
	.flex-col-section .flex-col-content {
		flex: 0 0 100%;
	}
	.extra-banner-cs .Banner-items-widget .right-banner-content {
		width: 60%;
	}
}
@media(max-width: 400px) {
	.choose-fin-card .elementor-absolute.elementor-widget-icon {
		top: 115px;
	}
	.choose-fin-card .elementor-icon {
		font-size: 60px;
	}
	.why-choose-section {
		background-color: #ffffff;
	}
}
@media(max-width: 320px) {
	.choose-fin-card .elementor-absolute.elementor-widget-icon {
		top: 90px;
	}
	.choose-fin-card .elementor-icon {
		font-size: 50px !important;
	}
	.why-choose-image .e-con-inner {
		padding-bottom: 210px !important;
	}
	.Banner-items-widget .banner-content h1, 
	.Banner-items-widget .right-banner-content h1 {
		font-size: 10px;
		line-height: 15px;
	}
	.Banner-items-widget .banner-content p, 
	.Banner-items-widget .right-banner-content p {
		font-size: 8px !important;
		line-height: 12px !important;
	}
	.banner-content a, .right-banner-content a {
		padding: 2px 15px;
		font-size: 6px;
		line-height: 15px;
    }
	.Banner-items-widget .right-banner-content {
		margin-top: -70px;
    }
}



