/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.scrolled .header_logo a img {
  transition: all 0.2s ease-in-out !important;
  height: 90px !important;
  /*transform: scale(0.5);*/
}
.scrolled nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
      top: -22px !important;
}
.about-page-images{
  position: relative;
}
.about-page-images:before{
  content: "";
  background: #D9D9D9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.reviews-slider .swiper-pagination-bullet{
	opacity: 1 !important;
}
.reviews-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: transparent !important;
	border:1px solid #fff;

}
.home-slider .swiper-pagination-bullet{
	opacity: 1 !important;
}
.home-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: transparent !important;
	border:1px solid #000;
}
.contact-form input, .contact-form textarea:focus{
	border: 1px solid #c1c1c1 !important;
	box-shadow: none !important;
}
.contact-form textarea{
  resize: none !important;
}

@media(max-width: 767px){
	.reviews-slider .elementor-swiper-button{
		display: none !important;
	}
	.scrolled nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    	top: 20px !important;
}
}
