/* 
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 */
html, body {
    overflow-x: hidden !important;
}
.post-items .elementskit-post-image-card img {
    height: 250px !important;
    object-fit: cover;
    object-position: top center;
}
.post-items .elementskit-post-image-card .btn-wraper .elementskit-btn {
    text-transform: uppercase;
}
.aurora-adv-wrapper {
    width: 100%;
    max-width: 1800px !important;
    margin: 0 auto;
}
.inside-ioffice-way-wrp .elementor-heading-title * {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}
.inside-ioffice-way-wrp .elementor-heading-title a:hover {
    color: var(--e-global-color-accent);
}
.home-logos-slide .swiper-slide-inner .swiper-slide-image {
    height: 100px;
    object-fit: contain;
    width: 150px;
    object-position: center;
}
.gallery-pg-wrp .gallery-item img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center center;
}
.gallery-pg-wrp footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
	display: none !important;
}
.on-hover-txt .mf-checkbox-option a:hover {
    color: var(--e-global-color-2827e8e);
}
#metform-wrap-6db31a9-73 .mf-input-wrapper .mf-error-message {
    padding: 0 0 10px 15px;
    line-height: 120%;
}
.overlay-boxs::after {
    content: "";
    background: #20202085;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}








@media (min-width: 1200px){
	.heading-form-h2 h2.heading-title {
		font-size: 4em !important;
	}
}