/*----------------------------------------------
    # All Variables here
----------------------------------------------*/
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #7c0707;
  --theme2: #490800;
  --theme3: #660000;
  --title: #2B1E16;
  --orange: #490800;
  --text: #687179;
  --text2: #cbcbcb;
  --border: rgba(40,30,22, 0.36);
  --border-2: #D9D9D9;
  --border-3: #54595F;
  --border-4: #E0E0E0;
  --border-5: #424242;
  --bg-1: #161921;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

body header .logo img {
  width: 300px;
}
body .header-section-1 {
  background-color: var(--white);
}
body .header-section-1 #header-sticky.sticky .top-wrapper {
  display: none !important;
}
body .header-section-1 .menu-wrapper {
  background-color: var(--theme2);
}
body .header-section-1 .menu-wrapper .header-main {
  padding: 10px 0;
  display: block;
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul {
  display: flex;
  justify-content: space-between;
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul li a {
  padding: 10px 0;
  color: var(--white);
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul li a:hover, body .header-section-1 .menu-wrapper .header-main .main-menu ul li a:focus {
  color: var(--white) !important;
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul li ul {
  display: block;
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul li ul a {
  color: var(--black) !important;
  padding: 10px 14px !important;
}
body .header-section-1 .menu-wrapper .header-main .main-menu ul li ul a:hover, body .header-section-1 .menu-wrapper .header-main .main-menu ul li ul a:focus {
  color: var(--white) !important;
}/*# sourceMappingURL=custom.css.map */