/* 
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
*/
header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
}
.fixedTop header {
    transform: translateY(-5px);
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px #e1e2e3;
}
.fixedTop header .elementor {
    background: #fff;
}
.elementor-section{
    transition: all 2.5s ease;
    -webkit-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
}
.she-header{
	background: #fff;
	transform: 1s all;
}
.she-header .hfe-site-logo-set{
	width: 80%;
	transform: 1s all;
	display: none;
}
.black_logo{
	display: none !important;
}
.she-header .black_logo, .fixedTop header .black_logo{
	display: block !important;
}
.she-header .elementor-element-4c4789f, .fixedTop header .elementor-element-4c4789f{
	margin-bottom: 0 !important;
}
.she-header .elementor-element-4c4789f, .fixedTop header .hfe-site-logo{
	display: none;
}
.she-header i, .fixedTop header i{
	color: #000 !important
}
.she-header.elementor-element-1074dfb{
	padding-top: 0 !important;
}
div.wpforms-container-full .wpforms-form button[type="submit"]:hover, .es_textbox_button:hover{
	background: #fab51d !important;
	border-color: #fab51d !important;
	color: #fff !important;
}
.header {
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
@media only screen and (min-width: 768px){
	.she-header a,  .fixedTop header a{
		color: #000 !important
	}
}
.footer_menu li{
	position: relative;
	padding-left: 30px !important;
}
.footer_menu li:before {
	content: "\f124";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #828589;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(45deg) translatey(-65%) !important;
}
.es_caption{
	display: none;
}
footer form input[type="email"] {
    margin-right: 15px;
    width: 98%;
    height: 48px;
    color: #fff;
	border-radius: 0 !important;
	font-size: 14px !important;
	background: transparent !important;
	border-color: #fff !important;
}
footer form input[type="submit"] {
	width: 35%;
	height: 48px;
	padding: 10px 10px !important;
	color: #000 !important;
	box-shadow: inset 0 0 0 transparent;
	background: #fff !important;
	transition: all .3s ease-in-out;
	border: 0px !important;
	font-size: 14px !important;
	text-transform: none !important;
	border-radius: 0 !important;
}
.es_subscription_form {
	display: flex;
}
.feedback_form input{
	height: 65px !important;
}
.feedback_form input, .feedback_form textarea{
	padding: 10px 10px !important;
	color: #fff !important;
	background: transparent !important;
	border: 0px !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #fff !important;
	font-family: "Poppins", Sans-serif;
}
.feedback_form button{
    font-size: 14px !important;
	padding: 10px 50px !important;
}
.image_slider .swiper-container-horizontal>.swiper-pagination-bullets, .image_slider .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 60px;
}
.sideber-panel{
    background: #000000;
    width: 0px;
    height: 0px;
    display: none;
    transition: 2s;
}

.sideber-panel.active{
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    padding: 0 50px;
}
.sideber-panel ul li {
    display: block;
}

.sideber li a i{
    font-size: 24px;
}

.sideber-panel ul li a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 14px;
}
.sideber-panel .contact-address h2 {
    color: #fff;
}

.sideber-panel .contact-address h3 {
    color: #fff;
}

.sideber-panel .contact-address ul li a {
    color: #fff;
}

.sideber-panel .contact-address {
    padding-bottom: 20px;
}

.contact-address h2 { 
    padding: 23px 0 10px;
}

.sideber-panel{
    position: relative;
}
.sideber-cross{
    position: absolute;
    top: 30px;
    right: 45px;
}
.sideber {
	list-style: none;
}
.sideber li{
	display: block;
}
.sideber-panel-left{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s;
}
.sideber a{
	color: #fff;
}
.sideber li a i {
    font-size: 24px;
}
.sideber-cross i{
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}
.contact-address span{
    padding-left: 5px;
}
.contact-address h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.contact-address h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 20px 0 25px;
}
.sideber-panel .contact-address ul li{
    padding-bottom: 33px;
}
.sideber-panel .contact-address ul li i{
    padding-right: 5px;
}
.sideber-panel .contact-address li, .sideber-panel .contact-address li a{
	color: #fff;
}
.sideber-panel-right ul{
	padding-left: 15px;
}
.contact-address ul li, .contact-address ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
@media only screen and (max-width: 991px){
	.sideber-panel.active{
		
    display: block;
    overflow: auto;
    padding: 0 50px;
	}
	.sideber-cross {
		top: 20px;
		right: 15px;
	}
	.sideber-cross i {
		font-size: 24px;
	}
	.sideber-panel-left, .sideber-panel-right {
		width: 100%;
    clear: both;
	}
	.sideber-panel ul li a{
    font-size: 17px;
	}.sideber-panel ul li a {
    padding-left: 0px !important;
}
}
@media (max-width: 767px){
.contact-address h2 {
    font-size: 25px;
}
	.contact-address h3 {
    font-size: 16px;
}
	.sideber-panel-right ul {
  padding-left: 0;
}
	.contact-address {
    padding-bottom: 0px;
    text-align: center;
}
	.contact-address img {
    display: block;
    margin: 0 auto 15px;
}
	.sideber-panel .contact-address ul li{
		font-size: 14px;
	}
	.sideber-panel .contact-address h2{
		text-align: left;
	}
}