/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1783577578
Updated: 2026-07-09 06:12:58

*/

.banner-span span{
	color:#b9c7df
}
.sec-4-box span{
	    background-color: #f7bd48;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: -55px;
}
.bg-box:hover .elementor-icon svg, .bg-box:hover h3.elementor-icon-box-title, .bg-box:hover p.elementor-icon-box-description {
    color: #fff !important;
    fill: #fff;
}
.bg-box:hover a.elementor-button, .bg-box:hover a.elementor-button svg
  {
	 color: #f7bd48 !important;
    fill: #f7bd48;
}

.bg-icon .elementor-icon{
	
    background: color-mix(in oklab, #286cab 10%, transparent);
    padding: 10px;
    border-radius: 8px;

}
.footer-form input::placeholder {
    color: #6b7280;
    opacity: 1;
}

/*** about us ***/

.about-sec4 img {
    filter: grayscale(100%);
}
.about-sec4 h3 {
    margin: 0;
}
.about-sec4 p span {
    color: #286cab !important;
    font-weight: 600;
    display: inline-block;
    margin: 3px 0 8px;
}


/*** contact us ***/

form.wpcf7-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: normal;
}
form.wpcf7-form p:nth-child(5), form.wpcf7-form p:nth-child(6), form.wpcf7-form p:nth-child(7) {
    grid-column: 1 / -1;
}
form.wpcf7-form p {
    margin: 0;
}
form.wpcf7-form p br {
    display: none;
}
form.wpcf7-form p label, form.wpcf7-form p span {
    display: block;
}
form.wpcf7-form p span input, form.wpcf7-form p span textarea {
    border: none;
    height: 48px;
	outline: none;
}
form.wpcf7-form p span textarea {
    height: 120px;
}
span.wpcf7-quiz-label {
    color: #fff;
    margin: 0 0 10px;
    font-size: 24px;
}
form.wpcf7-form.init p span input.wpcf7-quiz {
    height: 80px;
    width: 300px;
    max-width: 100%;
	font-size: 30px;
}
form.wpcf7-form.init .wpcf7-not-valid-tip {
    font-size: 16px;
    margin: 6px 0 0;
}
.contact-form input.wpcf7-submit {
    background-color: #F7BD48;
    color: #0D1C32;
    border: 2px solid #F7BD48;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
	border-radius: 4px;
}
.contact-form input.wpcf7-submit:hover {
    background-color: #0D1C32;
    color: #F7BD48;
}

.contact-map iframe {
    display: block;
}





/**** media ****/

@media (max-width:767px) {
.inner-banner br{display:none;}
.col-reverse .e-con-inner {flex-direction: column-reverse !important;}
.read-card h2 {font-size: 18px;}
.read-btn {padding: 8px 24px !important; font-weight: 500; border-width: 1px;}
form.wpcf7-form {display: flex; flex-direction: column; gap: 15px;}
form.wpcf7-form p span input {height: 42px;}
form.wpcf7-form p span input, form.wpcf7-form p span textarea {font-size: 14px;}
form.wpcf7-form.init p span input.wpcf7-quiz {height: 60px; font-size: 24px;}
.contact-form input.wpcf7-submit {font-size: 14px; width: 100%; padding: 8px;}
}
