/* 
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 */
section#services-sec .elementskit-infobox:hover .elementskit-box-header img {
    filter: brightness(0) invert(1);
}
h2#reply-title {
    color: #000 !important;
}
p.logged-in-as {
    color: #000 !important;
}
p.comment-form-comment {
    color: #000 !important;
}

/* preloader */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 999999;
}
#videoPlayer {
  max-width: 100%;
  max-height: 100%;
	width: 100%;
/* 	object-fit: cover; */
}
.preloader-img img {
    width: 9%;
}
.preloader-img {
	  animation: fadeIn 10s;
}
.page-loading .preloader-icon {
    font-size: 0px !important;
    display: none !important;
}
.preloader.home{
	display: none;
}
.home .preloader.home {
    display: block;
}
/* .faq-img-col {
	position: relative;
}
.faq-img-col img {
    position: fixed;
    top: 480px;
    max-width: 13%;
    right: 120px;
	z-index: 99 !important;
}
.faq-img-col.col-2 img {
    left: 120px;
} */
@media only screen and (min-width: 540px) and(max-width: 1366px) {
	.faq-img-col.col-2 img {
    	left: 90px !important;
        right: 0 !important;
	}
	.faq-img-col img {
    	right: 116px !important;
		top: 550px !important;
		z-index: 99 !important;
	}
	#videoPlayer {
/* 		object-fit: contain !important; */
		height: 100% !important;
	}
}
@media only screen and (max-width: 1000px) {
	#videoPlayer {
		object-fit: contain !important;
		height: 100% !important;
	}
/* 	body .preloader {
		display: none !important;
	} */
	.preloader-img img {
    	width: 100%;
	}
}