/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: hello-elementor
 Version: 1.0.0
*/

/* Add your custom CSS below */
.Custom-header {
    position: fixed;
}
.opportunity-tile .elementor-element {
    border-radius: 15px;
}
.google-app-img .elementor-element {
    text-align: left;
}
/* .Tiles-img-box .elementor-element figure.elementor-image-box-img img.attachment-full {
    width: 100%;
    max-height: 78px;
} */
.Tiles-img-box .elementor-element figure.elementor-image-box-img img.attachment-full {
    max-height: inherit;
    margin: 0 auto;
}
.opportunity-tile .elementor-widget-button {
    transform: translate(-50%, 0);
    left: 50% !important;
}
.opportunity-tile .elementor-widget-button a {
    padding: 12px 20px;
}
.app-list p {
    margin-bottom: 4px;
}
.footer-section a.elementor-button {
    border-radius: 0;
}
.contact-form-fields input, .contact-form-fields textarea {
    border: 0;
    margin-bottom: 25px;
}
.submit-btn-box {
    text-align: center;
}
.submit-btn-box .Contact-submit-btn {
    font-family: Karla;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    background: #069884;
    color: #fff;
    max-width: 186px;
    width: 100%;
}
.submit-btn-box span.wpcf7-spinner {
    display: none;
}
.contact-form-fields input::placeholder, .contact-form-fields textarea::placeholder {
    color: #000;
    font-family: Karla;
    font-weight: 400;
    line-height: 22px;
    font-size: 18px;
}
.contact-form-fields input[type=text], .contact-form-fields input[type=email] {
    height: 60px;
}
.header-menu-custom nav ul li ul.sub-menu li a:hover {
    color: #422E4C !important;
}
@media(max-width:1043px){
	.opportunity-tile .elementor-widget-button a {
    padding: 12px;
    font-size: 15px !important;
}
}
@media(max-width:1024px){
	.header-menu-custom nav ul li .hfe-has-submenu-container a:focus,	.header-menu-custom nav ul li .hfe-has-submenu-container a:hover {
    color: #422E4C !important;
}
}

@media(max-width:767px){
	.opportunity-tile .elementor-widget-button {
    transform: translate(-50%, -50%);
    left: 50% !important;
}
	.opportunity-tile .elementor-widget-button a {
    font-size: 18px !important;
}
	.mail-list p,.mail-text-wrap p {
    word-wrap: break-word;
}
}