html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #ededed;
  color: #333333;
  min-width: 320px;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.content__item {
  margin-top: 60px;
  margin-bottom: 60px;
  }

/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

img,
p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 30px;
}

img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #eee;
  height: 1px;
  margin: 30px 0;
}

/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  font-family: 'Open Sans'; 
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

*/
*[class*="btn-"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Raleway", sans-serif;
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 0;
  border: none;
  padding: 0 20px;
}

*[class*="btn-"], *[class*="btn-"]:hover, *[class*="btn-"]:active, *[class*="btn-"]:focus {
  text-decoration: none;

}

*/



/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

table th,
.table th {
  font-weight: normal;
}

/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form-control {
  vertical-align: middle;
  font-weight: 400;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

textarea.form-control {
  padding: 10px 15px;
  resize: none;
  min-height: 150px;
  line-height: 1.5;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.menu-on {
  overflow: hidden !important;
}

.page {
  position: relative;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #fff;
  overflow: hidden;
  
}

.container {
  max-width: 1200px;
  width: 100%;
}

.container::before {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  background-color: #fff;
  padding: 12px 0px;
  position: fixed;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 10;
  top: 45px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .container::before, .header .container::after {
  display: none;
}

.header.header-on {
  background-color: rgba(23, 23, 23, 0.85);
}

.header--alt {
  background-color: transparent;
}

.header--alt .header__logo .logo-black {
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.header--alt .header__logo .logo-color {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.header--alt.header-on {
  background-color: #fff;
}

.header--alt.header-on .header__logo .logo-black {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.header--alt.header-on .header__logo .logo-color {
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.header__logo {
  display: inline-block;
  text-decoration: none !important;
}

.header__logo img {
  height: 65px;
  max-width: 160px;
  margin-bottom: 0;
}

.header__logo .logo-black {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.header__logo .logo-color {
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.header-on .header__logo .logo-black {
  visibility: visible;
  opacity: 1;
  width: auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.header-on .header__logo .logo-color {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: ;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 768px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  min-height: 30px;
  padding-bottom: 40px;
}

.footer__menu li {
  list-style: none;
  position: relative;
}

.footer__menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #000;
}

.footer__menu li a:hover {
  opacity: 0.5;
}

.footer__menu li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}

.footer__menu li:not(:last-child)::after {
  content: '';
  width: 2px;
  height: 18px;
  background-color: #343434;
  position: absolute;
  bottom: 2px;
  right: 0;
}

@media (max-width: 768px) {
  .footer__menu {
    min-height: auto;
    margin-bottom: 20px;
  }
  .footer__menu li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .footer__menu li a {
    font-size: 12px;
  }
}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
/* MENU */
/* .menunav{position:absolute;height:16px;width:auto;left:20px;top:40px;z-index:85;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
.menunav.sticky{top:13px;left:70px;-webkit-transition: all 0.5s ease;transition: all 0.8s ease;z-index:80;}
*/
.menunav {
  width: auto;
  position: relative;
  float: right;
  z-index: 9998;
}

.menunav {
  margin-left: auto;
}

@media (max-width: 1170px) {
  .menunav {
    position: static;
  }
}

.main-nav {
  background: #fff;
  border-radius: 0px;
}

@media (min-width: 1169px) {
  .main-nav {
    border-radius: 0px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 12px 12px 12px 20px;
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
}

@media (min-width: 1169px) {
  #main-menu {
    float: right;
    clear: none;
  }
}

/* Mobile menu toggle button */
.header-menu-row {
  position: relative;
}

.main-menu-btn {
  margin: 6px 10px;
  position: absolute;
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1170px) {
  .main-menu-btn {
    z-index: 99;
    position: absolute;
    top: 2px;
    left: -30px;
  }
}

.menu-on .main-menu-btn {
  top: 20px !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 1169px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.menunav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1170px) {
  .menunav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: auto;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent !important;
}

@media (max-width: 1170px) {
  .main-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.main-menu-btn {
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 1001;
  margin: 0;
  display: none;
}

.main-menu-btn.main-menu-btn-top {
  top: 5px !important;
  right: 20px;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  padding: 0 !important;
}

.main-menu-btn.main-menu-btn-top span::before, .main-menu-btn.main-menu-btn-top span::after {
  background-color: #cb342b !important;
}

@media (max-width: 1170px) {
  .main-menu-btn {
    display: block;
  }
}

.menu-on .main-menu-btn {
  top: 30px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  background: #000;
}

.header-on .main-menu-btn-icon, .header-on
.main-menu-btn-icon:before, .header-on
.main-menu-btn-icon:after {
  background: #fff;
}

#main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: transparent;
  z-index: 10;
  padding: 0;
}

#main-menu > li {
  background-color: transparent;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#main-menu > li:not(:last-child) {
  margin-right: 25px;
}

#main-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.015em;
  text-transform: uppercase !important;
  color: #000;
  padding: 0px;
}

#main-menu > li a span {
  font-size: 30px;
  opacity: 0.3;
  color: #fff;
  width: 30px;
  margin-right: 20px;
  display: none;
}

#main-menu > li a:hover {
  opacity: 0.5;
}

#main-menu > li a .sub-arrow {
  display: none;
}

#main-menu > li a.activ {
  position: relative;
}

#main-menu > li a.activ::after {
  content: '';
  background-color: #000;
  height: 4px;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

#main-menu > li ul {
  padding: 0px 15px !important;
  margin-top: 0 !important;
  -webkit-box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
          box-shadow: 4px 0px 4px rgba(218, 218, 218, 0.25);
  background-color: #fff;
  border: none !important;
  border-radius: 0px !important;
  top: -webkit-calc(100% + 20px) !important;
  top: calc(100% + 20px) !important;
  min-width: 180px !important;
}

#main-menu > li ul::after {
  display: none;
}

#main-menu > li ul::before {
  display: none;
}

#main-menu > li ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important;
  margin-bottom: 0;
}

#main-menu > li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100% !important;
  background-color: transparent !important;
  padding: 20px 60px 20px 15px;
  color: #000;
  margin-left: 0 !important;
}

#main-menu > li ul li:not(:last-child) {
  border-bottom: 1px solid #898570 !important;
}

#main-menu > li ul li:hover a {
  opacity: 0.5;
  color: #000;
}

@media (max-width: 1480px) {
  #main-menu > li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1320px) {
  #main-menu > li a {
    font-size: 12px;
  }
  #main-menu > li ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#main-menu .menu__logo {
  display: none !important;
}

#main-menu .menu__socials {
  display: none !important;
}

.menu-on #main-menu > li a {
  color: #fff;
}

.menu-on #main-menu > li ul li a {
  color: #000;
}

.header-on #main-menu > li a {
  color: #fff;
}

.header-on #main-menu > li a.activ::after {
  background-color: #fff;
}

.header--alt #main-menu > li a {
  color: #fff;
}

.header--alt #main-menu > li a span {
  color: #fff;
}

.header--alt #main-menu > li a.activ::after {
  content: '';
  background-color: #fff;
}

.header--alt.header-on #main-menu > li a {
  color: #000 !important;
}

.header--alt.header-on #main-menu > li a span {
  color: #000;
}

.header--alt.header-on #main-menu > li a.activ::after {
  content: '';
  background-color: #000;
}

#main-menu .has-submenu {
  position: relative;
  padding-right: 20px;
  line-height: 1 !important;
}


#main-menu .has-submenu::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}





@media (max-width: 1480px) {
  #main-menu .has-submenu {
    padding-right: 15px;
  }
}

.menu-on #main-menu .has-submenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-right: 0;
}

.menu-on #main-menu .has-submenu::after {
  position: relative;
  margin-left: 10px;
  top: 0px;
}

.header-on #main-menu .has-submenu li a {
  color: #fff;
}

.header--alt #main-menu .has-submenu::after {
  color: #fff;
}

.header--alt.header-on #main-menu .has-submenu::after {
  color: #000;
}

@media (max-width: 1170px) {
  #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    position: fixed;
    top: 0px;
    left: auto;
    right: 0;
    width: 300px;
    height: 100vh;
    min-height: 0 !important;
    padding: 20px 20px 20px 40px;
    -webkit-box-shadow: 3px 0 3px 3px #1d1d1d;
            box-shadow: 3px 0 3px 3px #1d1d1d;
    background-color: rgba(11, 11, 11, 0.9);
    border-top: 3px solid #17acc6;
    border-bottom: 3px solid #cb342b;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1000;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  #main-menu-state:checked ~ #main-menu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #main-menu .menu__logo {
    display: block !important;
    margin-bottom: auto;
  }
  #main-menu .menu__logo img {
    height: 40px;
  }
  #main-menu .menu__logo a {
    opacity: 1;
  }
  #main-menu .menu__logo a:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.8;
  }
  #main-menu li {
    display: block !important;
    margin-right: 0 !important;
    border: none !important;
    margin-bottom: 10px;
  }
  #main-menu li a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: none !important;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-transform: capitalize !important;
    font-weight: 300;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  #main-menu li a span {
    display: inline-block;
  }
  #main-menu li a:hover {
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  #main-menu li a.activ::after {
    display: none !important;
  }
  #main-menu li ul {
    top: 30px !important;
    left: -25px !important;
    background-color: #000;
  }
  #main-menu li ul li {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }
  #main-menu li ul li a {
    font-size: 14px;
    background-color: transparent !important;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-left: none;
  }
  #main-menu li ul li a:hover {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
  #main-menu li:nth-child(5) {
    margin-left: 0;
  }
  #main-menu li:last-child {
    margin-right: 0;
  }
  #main-menu .menu__socials {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: auto;
  }
  #main-menu .menu__socials .socials {
    padding: 0;
    margin-left: 0;
  }
  #main-menu .menu__socials .socials .socials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 999px !important;
    padding-bottom: 0;
    z-index: 50;
  }
  #main-menu .menu__socials .socials .socials__item:not(:last-child) {
    margin-right: 15px;
  }
  #main-menu .menu__socials .socials::before {
    display: none !important;
  }
  #main-menu .menu__socials:hover a {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  #main-menu .has-submenu::after {
    margin-top: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0px;
    color: #fff;
  }
  #main-menu .has-submenu a:hover {
    opacity: 0.5;
  }
  .menu-on #main-menu .has-submenu::after {
    top: 2px;
  }
}

@media (max-width: 560px) {
  #main-menu {
    width: 100%;
  }
}

/*------------------------------------*
	@COMPONENTS #SIDEMENU
\*------------------------------------*/
.sidemenu {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          /*align-items: flex-start;*/
  min-width: 285px;
  padding: 20px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #fff;
}

.sidemenu a {
  display: block !important;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  text-decoration: none !important;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(137, 133, 112, 0.5);
}

.sidemenu a:hover {
  opacity: 0.5;
}

.sidemenu br {
  display: none;
}

@media (max-width: 992px) {
  .sidemenu {
    display: none !important;
    <!--display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: auto;
    top: 10px;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 500;-->
  }
  .sidemenu br:last-child {
    display: none;
  }
  .sidemenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 0 !important;
    border: none;
  }
  .sidemenu a:last-of-type::after {
    content: '';
    width: 20px;
    display: block;
  }
  .sidemenu a:last-child {
    margin-right: 0;
  }
  .menu-on .sidemenu {
    z-index: 0;
  }
}

/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #fff;
}

.title strong {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

@media (max-width: 768px) {
  .title {
    font-size: 38px;
  }
}

@media (max-width: 560px) {
  .title {
    font-size: 32px;
  }
}

.text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 560px) {
  .text {
    font-size: 14px;
  }
}

.text--wide {
  max-width: 850px;
}

@media (max-width: 768px) {
  .text--wide {
    max-width: auto;
  }
}

.text--tight {
  max-width: 460px;
}

@media (max-width: 768px) {
  .text--tight {
    max-width: auto;
  }
}

/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.custom__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom__button {
  height: 47px;
  padding: 15px 34px;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.custom__button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .custom__button {
    height: 42px;
    padding-left: 28px;
    padding-right: 28px;
    border: 1px solid #fff !important;
  }
}

@media (max-width: 768px) {
  .custom__button {
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom__button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  background: #cb342b;
  height: 50px;
  width: 50px;
  padding: 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  right: 30px;
  top: 90%;
  z-index: 10006;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

.custom__button-top:hover {
  text-decoration: none;
  background: #cb342b;
  color: #fff !important;
  opacity: 0.5 !important;
}

.custom__button-top.totop-on {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .custom__button-top {
    display: block;
    right: 20px;
    top: 80%;
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
}

@media (max-width: 768px) {
  .custom__button-top {
    top: 90%;
  }
}

@media (max-width: 560px) {
  .custom__button-top {
    font-size: 14px;
  }
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero--alt {
  max-height: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.hero--alt .container {
  z-index: 1;
}

.hero--alt .container .title {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
  text-shadow: -1px -1px 0 #202020, 1px -1px 0 #202020, -1px 1px 0 #202020, 1px 1px 0 #202020;

}

.hero--overlay {
  position: relative;
}

.hero--overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.7);
}

.hero--video {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero--video video {
  width: 100%;
  background-size: cover;
  display: table-cell;
  position: absolute;
  top: 59px;
  left: 0;
}

@media (max-width: 1230px) {
  .hero--video {
    height: 56.25vw;
  }
  .hero--video video {
    bottom: auto;
    top: 0;
    width: auto;
    height: 100%;
  }
}

@media (max-width: 868px) {
  .hero--video video {
    width: auto;
    height: 100%;
  }
}

/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
   padding-bottom: 40px;
 
}

.socials::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000 !important;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.header-on .socials .socials__item {
  color: #fff !important;
}

.header-on .socials::before {
  background-color: #fff !important;
}

.header--alt .socials .socials__item {
  color: #fff !important;
}

.header--alt .socials::before {
  background-color: #fff !important;
}

.header--alt.header-on .socials .socials__item {
  color: #000 !important;
}

.header--alt.header-on .socials::before {
  background-color: #000 !important;
}

.footer .socials {
  position: absolute;
  right: 15px;
  bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
}

.footer .socials::before {
  display: none;
}

.footer .socials .socials__item {
  color: #232323 !important;
}

.footer .socials .socials__item--instagram:hover, .footer .socials .socials__item--facebook:hover, .footer .socials .socials__item--linkedin:hover {
  background-color: #232323 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .footer .socials {
    position: static;
  }
}

@media (max-width: 1170px) {
  .header .socials {
    padding-right: 50px;
  }
}

@media (max-width: 560px) {
  .header .socials {
    padding-right: 50px;
    padding-left: 20px;
    margin-left: 10px;
  }
  .header .socials .socials__item {
    margin-right: 5px;
  }
}

.socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 999px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  color: #000 !important;
  text-decoration: none !important;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__item--instagram:hover {
  background-color: #833AB4;
}

.socials__item--facebook:hover {
  background-color: #4267B2;
}

.socials__item--linkedin:hover {
  background-color: #0077B5;
}

/*------------------------------------*
	@COMPONENTS #JARALLAX
\*------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0;
  height: 100vh;
}

.jarallax .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 992px) {
  .jarallax {
    height: 80vh;
  }
  .jarallax .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
  .jarallax .container .jarallax__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.jarallax--half .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50% !important;
  height: 100%;
}

.jarallax--half span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  width: 50%;
  height: 100%;
}

@media (max-width: 992px) {
  .jarallax--half {
    min-height: 600px;
  }
  .jarallax--half .jarallax-img {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 50%;
  }
  .jarallax--half span {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .jarallax--half .container {
    height: 50%;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.jarallax--center .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.jarallax--center .container .jarallax__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jarallax--start .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.jarallax--start .container .jarallax__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}


@media (max-width: 992px) {
  .jarallax--start .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jarallax--start .container .jarallax__content .text {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .jarallax--start .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .jarallax--start .container .jarallax__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jarallax--start .container .jarallax__content .text {
    text-align: center;
  }
}

.jarallax--end .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.jarallax--end .container .jarallax__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 992px) {
  .jarallax--end .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .jarallax--end .container .jarallax__content .text {
    text-align: right;
  }
}

@media (max-width: 560px) {
  .jarallax--end .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .jarallax--end .container .jarallax__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jarallax--end .container .jarallax__content .text {
    text-align: center;
  }
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------------------------*
	@COMPONENTS #INFO
\*------------------------------------*/
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding: 0px;
  width: 70px;
  position: fixed;
  right: 0px;
  top: 110px;
  z-index: 1;
  border-radius: 10px 0px 0px 10px;
  z-index: 999;
  margin-bottom: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.info {
    border-top: 0px solid #aca899 !important;
}

.info__menu-on .info {
  right: 255px;
}

@media (max-width: 560px) {
  .info {
    width: 40px;
  }
}

.info__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  color: #000 !important;
  background-color: transparent !important;
}

.info__button .icon:not(:last-child) {
  margin-bottom: 20px;
}

.info__button:hover {
  opacity: 0.5;
}

.info__menu {
  padding: 5px;
  background: #fff;
  width: 265px;
  height: auto;
  border-radius: 10px 0px 0px 10px;
  position: fixed;
  right: -265px;
  top: 110px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.info__menu .info__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #000;
}

.info__menu .info__text {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}

.info__menu-on .info__menu {
  right: 0;
  z-index: 1001;
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #000 !important;
}

.color-alt {
  color: #fff !important;
}

/*------------------------------------*
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.spaced1x {
  margin-bottom: 10px !important;
}

.spaced2x {
  margin-bottom: 20px !important;
}

.spaced3x {
  margin-bottom: 30px !important;
}

.spaced4x {
  margin-bottom: 40px !important;
}

.spaced5x {
  margin-bottom: 50px !important;
}

.spaced6x {
  margin-bottom: 60px !important;
}

.spaced7x {
  margin-bottom: 70px !important;
}

.spaced8x {
  margin-bottom: 80px !important;
}

.spaced9x {
  margin-bottom: 90px !important;
}

.spaced10x {
  margin-bottom: 100px !important;
}

/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
     * Don?t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}

.content-wrap {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    position: relative;
   
    
}   

.copyright {
  background-color: #353434;
  color: #fff;
  height: 40px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright a {
  color: #fff;
   font-size: 12px;
  }


@media (max-width: 767px){
.copyright {

 display: block;
 height: 60px; }}   
         