/*
	Theme Name: Hello Elementor - Child
	Author: Elementor Team
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: hello-elementor
*/




/*===============Header start--------------------------*/


#president_title {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#president_title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 92%;
  height: 40px;
  background: #d42d33;
  z-index: -1;
}

@media (min-width: 1025px) {
  .elementor-nav-menu .elementor-item {
    padding: 0px !important;
  }
}



