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




@font-face {
    font-family: 'Gc_Heavy';
    src: url('fonts/GreycliffCF-Heavy.woff2') format('woff2'),
        url('GreycliffCF-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_ebold';
    src: url('fonts/GreycliffCF-ExtraBold.woff2') format('woff2'),
        url('fonts/GreycliffCF-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_Demi_bold';
    src: url('fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_light';
    src: url('fonts/GreycliffCF-Light.woff2') format('woff2'),
        url('fonts/GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_medium';
    src: url('fonts/GreycliffCF-Medium.woff2') format('woff2'),
        url('fonts/GreycliffCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_regular';
    src: url('fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gc_bold';
    src: url('fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, body *{
    font-family: 'Gc_regular' !important;
}
p:last-child {
    margin-bottom: 0;
}
span.yellow {
    color: var(--e-global-color-a4f1164);
}
.site_btn span.elementor-button-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site_btn span.elementor-button-content-wrapper {
    align-items: center;
}
.fw_reguler {
    font-family: 'Gc_regular' !important;
    font-weight: 400;
}
.oswald_head .elementor-heading-title {
    font-family: "Oswald", Sans-serif !important;
}
.header_menu ul.hfe-nav-menu {
    align-items: center;
}

.elementor-widget-button .elementor-button span {
    font-family: 'Gc_medium' !important;
}
.hfe-nav-menu li.hfe-button-wrapper a {
    font-family: 'Gc_medium' !important;
}
.header_menu ul.hfe-nav-menu .menu-item:not(:last-child) a.hfe-menu-item {
    font-family: 'Gc_Demi_bold' !important;
}
.header_menu .hfe-nav-menu li.hfe-button-wrapper {
    margin-left: 21px;
}
.home_banner .elementor-heading-title {
    font-family: 'Gc_Demi_bold' !important;
}
.fw500 p {
    font-family: 'Gc_medium' !important;
}
.think_img.elementor-widget.elementor-widget-image {
    max-width: unset !important;
}
.tp_btn.site_btn span.elementor-button-icon {
    border: 1px solid #FFFFFF33;
    background: transparent;
}
.max_unset.elementor-widget {
    max-width: unset !important;
}
@keyframes spinSlow{
	0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.animate-spinSlow {
    animation: spinSlow 12s linear infinite;
}