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


.btn-wraper a.elementskit-btn.whitespace--normal:not(svg) {
    font-size: 0;
}
.btn-wraper a.elementskit-btn.whitespace--normal:before, .btn-wraper a.elementskit-btn.whitespace--normal svg {
    width: 42px;
}
ul.hfe-nav-menu li:last-child {
    margin-left: auto;
}
ul.hfe-nav-menu {
    width: 100%;
}
.brand_gall div#gallery-1 img {max-height: 70px;object-fit: contain;max-width: 180px;}
.brand_gall div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 50px;
}


/* preloader */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  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;
}
/* 
Preloader end */

marquee ul li {
    color: #ffffff !important;
	font-size:16px !important;
    list-style-type: none;
    padding-left: 50px;
    padding-right: 50px;
}
marquee ul {
    display: flex;
}
marquee ul li.image {
    display: contents;
}
marquee li {
    margin-top: 8px;
}
.img-slider img.attachment-full.size-full {
    height: 150px;
    padding: 10px;
}