/* 
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 */
:root {
    --primary: #19375E;
    --secondary: #FF901C;
    --text: #4E6074;
    --accent: #19375E;
    --light: #F0F4FA;
    --white: #FFFFFF;
}
*:focus-visible {
    outline: none !important;
}
html a {
    transition: all 0.4s;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
}
html .elementor-kit-5 p:last-child {
    margin-bottom: 0 !important;
}
html body {
    padding-top: 88px;
}
html .header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background: var(--white);
    transition: all 0.4s !important;
}
html.sticky .header {
    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 4%);
}
html .header > .elementor-element > .e-con-inner {
    transition: all 0.4s !important;
}
html.sticky .header > .elementor-element > .e-con-inner {
    padding: 12px 0;
}
.team-boxs .elementor-widget-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FFFFFF 0%, #FF901C 54%, #FFFFFF 100%);
    margin-top: -3px;
    position: relative;
    z-index: 1;
}
.elementor-button-wrapper {
    display: flex;
}
html .elementor-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
html .elementor-button:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background: var(--secondary);
}
html .elementor-button:hover:before {
    top: -40%;
}
html .btn-h-primary .elementor-button:before {
    background: var(--primary);
}
html .btn-link .elementor-button:before {
    display: none;
}
html .btn-secondary .elementor-button:before {
    background: var(--white);
}
html .contact-i .elementor-icon-box-description a {
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}
html .contact-i .elementor-icon-box-description a:hover {
    color: var(--secondary);
}
html .sticky-img .elementor-widget-image {
    position: sticky;
    top: 20px;
}
html .elementor-kit-5 .info-t h2 {
    color: #000;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
    margin-top: 40px;
}
html .elementor-kit-5 .info-t p {
    margin-bottom: 12px;
}
html .elementor-kit-5 .info-t ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    padding-left: 16px;
}
html .elementor-kit-5 .info-t ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
html .elementor-kit-5 .info-t ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}
html .elementor-kit-5 .info-t a:hover {
    color: #000;
}
html .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}
.icon-btn .elementor-button-content-wrapper {
    align-items: center !important;
}
.icon-btn .elementor-button-icon svg {
    display: block;
    transition: all 0.4s;
}
#hb-btn .elementor-button:focus {
	color: var( --e-global-color-accent );
}
html #gr-cta .elementor-button:before {
    background: var(--primary);
}
/*.elementor-field:has(#form-field-i_am_looking_for) {
    position: relative;
}
.elementor-field:has(#form-field-i_am_looking_for):after {
    content: 'I am looking for';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 1px;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    background: #FFF;
    pointer-events: none;
}
.elementor-field:has(#form-field-i_am_looking_for[data-gtm-form-interact-field-id]):after {
    opacity: 0;
    visibility: hidden;
}
I am looking for |i-am-looking-for {
	
}*/
@media (max-width:1024px) {
    html body {
        padding-top: 84px;
    }
    .team-boxs .elementor-widget-image:after {
        height: 2px;
        margin-top: -1px;
    }
}
@media (max-width:767px) {
    html body {
        padding-top: 70px;
    }
    html .elementor-kit-5 .info-t h2 {
        font-size: 20px;
        margin-bottom: 8px;
        margin-top: 30px;
    }
    html .order-sm-1 {
        order: 1;
    }
	.fiframe {
		height: 875px;
	}
}