@font-face {
    font-family: ProximaNova-Regular;
    src: url("font/ProximaNova-Regular.otf") format("truetype");
}
@font-face {
    font-family: ProximaNova-Regular;
    src: url("font/Proxima Nova Extrabold.otf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: Futura-Bold;
    src: url("font/Futura-Heavy-font.ttf") format("truetype");
}
/*body {
  font-family: MuseoSans !important;
}*/
.elementor-widget-heading .elementor-heading-title, .elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button, .elementor-widget-text-editor {
  font-family: ProximaNova-Regular !important;
}
.elementor-widget-text-editor, .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description, .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
	font-family: ProximaNova-Regular !important;
}
body {
  overflow-x: hidden;
  font-family: Futura-Bold !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Futura-Bold !important;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.site-header .container {
  max-width: 900px;
}
.site-header {
	width: 100%;
  max-width: 100%;
  padding: 0 0 30px 0;
  position: fixed;
  z-index: 999;
  transition: all 0.5s;
}
.site-header.fixed-header {
	background: rgba(35, 31, 32, 0.9);
	padding: 0;
	transition: all 0.5s;
}
.elementor .elementor-inner {
	padding-top: 120px;
}
.site-header .container {
  position: relative;
  padding-top: 20px;
}
.site-header.fixed-header .container {
	padding-top: 0;
}
.site-header #logo {
  width: 30%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-header #logo h1 {
  font-size: 20px;
  margin: 0;
}
.site-header #logo h1 a {
  color: #111111;
}
.site-header.fixed-header #logo h1 a {
	color: #fff;
}
.site-header #nav-section {
  width: 70%;
  float: left;
}
#top-menu {
  width: 100%;
  float: left;
}
#top-menu ul {
  list-style: none;
  float: right;
}
#top-menu ul li {
  display: inline-block;
  margin: 0 10px;
}
#top-menu ul li a {
  text-transform: uppercase;
  color: #aaaaaa;
  font-size: 14px;
  height: 70px;
  line-height: 70px;
  font-family: Futura-Bold !important;
  font-weight: bold;
  letter-spacing: 1px;
}
#top-menu ul li.current-menu-item a, #top-menu ul li:hover a {
  color: #111111;
}
.site-header.fixed-header #top-menu ul li.current-menu-item a, .site-header.fixed-header #top-menu ul li:hover a  {
	color: #fff;
}
.footer-1 {
  width: 100%;
  float: left;
  padding: 30px 20px;
  text-align: center;
}
.footer-1 p {
	margin: 0;
}
.footer-1 a {
  margin: 0 5px;
  transition: 0.3s;
}
.footer-1 a i {
  color: #111;
  transition: 0.3s;
  font-size: 22px;
}
.footer-1:hover a i {
  color: rgba(31,31,31,.4);
  transition: 0.3s;
} 
.footer-1:hover a i:hover {
  color: #111;
  transition: 0.3s;
}
.elementor-text-editor ul li {
  margin-bottom: 20px;
}
.elementor-text-editor ul li:last-child {
  margin-bottom: 0;
}
#top-menu ul li {
  position: relative;
}
#top-menu ul ul.sub-menu {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: -8px;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    min-width: 200px;
    padding: 15px 0 15px;
    transition: visibility .3s,opacity .3s,transform .3s;
}
#top-menu ul li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .mobile-menu-btn {
      display: block;
      float: right;
      margin-top: 20px;
      margin-right: 20px;
  }
  .menu-btn {
      display: inline-block;
      right: 10px;
      top: 10px;
      cursor: pointer;
      z-index: 999;
      vertical-align: middle;
  }
  .menu-btn div {
      position: relative;
      margin-top: 0;
      line-height: 1.2;
      font-size: 18px;
      font-weight: 200;
      vertical-align: middle;
      z-index: 99;
  }
  .menu-btn span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 4px 0;
      background-color: #000;
      z-index: 99;
  }
  .footer-1, .footer-2, .footer-3, .footer-4, .footer-5 {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-3 p {
    text-align: left;
  }
  .site-header #logo {
      width: 70%;
      padding-left: 20px;
  }
  .site-header #top-menu, .site-header #nav-section {
      width: 100%;
      background: #fff;
  }
  #secondary-menu, #bottom-menu {
    text-align: center;
  }
  .site-header #top-menu ul {
      padding: 0;
  }
  #top-menu ul {
    float: none;
  }
  .site-header #top-menu ul li {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    margin: 0;
  }
  #top-menu ul li a {
    border: 0;
  }
  .site-header #nav-section {
    display: none;
    padding-top: 20px;
  }
  .site-header {
    padding: 0;
  }
  .button-row a {
    display: block;
    margin-bottom: 20px;
    width: 200px;
  }
  #top-menu ul li a {
  	height: 50px;
  	line-height: 50px;
  }
  .site-header.fixed-header .menu-btn span {
  	background-color: #fff;
  }
  .site-header.fixed-header #top-menu ul li.current-menu-item a, .site-header.fixed-header #top-menu ul li:hover a {
  	color: #000;
  }
  .elementor .elementor-inner {
  	padding-top: 85px;
  }
  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  	padding: 10px 20px !important;
  }
}