/* 
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
*/

body{
  overflow-x: hidden;
}

a{
  transition-duration: 0.5s;
}

#hero h1{
  color: #ecb912;
}

.custom-header{
  top: 0;
}

.scrolled-header{
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition-duration: 0.5s;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}

.custom-header.scrolled-header{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.scrolled-header .site-logo img{
    max-width: 100px !important;
    transition-duration: 0.5s;
}

.scrolled-header .site-logo-2 img{
  width: auto !important;
  max-height: 50px !important;
  transition-duration: 0.5s;
}

.message{
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
















/**************** Responsive **********/


@media (max-width: 1200px) {



}


@media (max-width: 992px) {



}


@media (max-width: 768px) {



}


@media (max-width: 640px) {

.custom-header.scrolled-header{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

}