/* BASIC css start */
@font-face {
    font-family: 'NPSfontBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/*  header  */


/* ================================================== */

header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: #2b313f;
  margin: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

header.header-s1 {
  top: 0;
}

header .info {
  display: none;
  color: #fff;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 100;
  background: #242424;
}

header .info .col {
  display: inline-block;
  font-size: 12px;
}

header .info .col {
  padding-right: 30px;
}

header .info .col:last-child {
  padding-right: 0px;
}

header .info i {
  font-size: 14px;
  margin-right: 15px;
}

header .info .social.col {
  border: none;
}

header .info .social i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  float: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

header .info strong {
  font-size: 12px;
}

header.header-bg {
  background: rgba(0, 0, 0, 0.5);
}

header.transparent {
  background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light.transparent {
  background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header.autoshow.scrollOff {
  top: -120px;
}

header div#logo {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .logo-2 {
  display: none;
}

header .logo-scroll {
  display: none;
}

header .logo,
header .logo-2 {
  font-family: var(--body-font);
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

header .logo-2 {
  color: #333;
}

header.header-full nav {
  float: left;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: rgba(var(--bg-dark-1-rgb), .9);
}

.scroll-down {
    margin-top: -90px;
}

.scroll-up {
    margin-top: 0;
}

header.header-center.scroll-down{
  margin-top: -175px;
}

header.header-center #logo-center{
  display: inline-block;
  padding-top: 40px;
}

header.header-center #mainmenu{
  display: inline-block;
}

header.header-center{
  text-align: center;
}

header.header-center #logo{
  display: none;
}

header.smaller .btn-main{
  margin-top: 8px;
}

header.smaller .btn-rsvp {
  height: 100px;
  padding-top: 55px;
}

.boxed header.smaller {
  margin-top: 0px;
}

header.smaller div#logo,
header.s2 div#logo {}

header.smaller .logo-init {
  display: none;
}

header.smaller #topbar.topbar-dark {
  background: rgba(34, 34, 34, .05);
}

header.smaller #topbar.topbar-dark a {
  color: #333333;
}

header .logo-mobile {
  display: none;
}

header.smaller.scroll-dark {
  background: var(--bg-color-even);
}

header.header-light .h-phone,
header.smaller.scroll-light .h-phone {
  color: #202020;
}

header:not(.header-light).smaller.scroll-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light div#logo .logo-2 {
  display: inline-block;
}

header.smaller.scroll-light div#logo .logo-scroll {
  display: inline-block;
}

header.smaller.header-light div#logo .logo {
  display: none;
}

header.smaller.scroll-light .social-icons i {
  color: #333;
}

header.smaller.scroll-light #mainmenu li a,
header.smaller.scroll-light #mainmenu li.has-child:after {
  color: #333333;
}

header.smaller.scroll-light #mainmenu li li a:hover {
  color: #ffffff;
}

.logo-smaller div#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}

.logo-smaller div#logo img {
  font-size: 30px;
}

header.smaller div#logo .logo-1 {
  display: none;
}

header.smaller div#logo .logo-2 {
  display: inline-block;
}

.logo-small {
  margin-bottom: 20px;
}

header.de_header_2 {
  height: 125px;
}

header.de_header_2.smaller {
  height: 70px;
}

header.de_header_2.smaller .info {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

header.header-full {
  padding-left: 40px;
  padding-right: 40px;
}

header .header-row {
  text-align: center;
}

header .header-col {
  position: relative;
  height: 100%;
}

/* left col header */
header .header-col.left {
  float: left;
  padding: 0 30px 0 0;
  /* border-right:solid 1px rgba(255,255,255,.2); */
}

/* middle col header */
header .header-col.mid {
  float: right;
}

header .header-col.mid .social-icons {
  float: right;
  /* border-left:solid 1px rgba(255,255,255,.2); */
  padding: 0 30px 0 30px;
}


.header-col-right {
  text-align: right;
}


.de-navbar-left {
  background: #151618;
}

.de-navbar-left #logo {
  padding: 40px;
  text-align: center;
  width: 100%;
}

.de-navbar-left header {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background: none;
  padding: 30px;
  padding-right: 20px;
}

.de-navbar-left header #mainmenu {
  float: none;
  margin: 0;
  padding: 0;
}

.de-navbar-left header #mainmenu>li {
  display: block;
  margin: 0;
  float: none;
  text-align: center;
  font-family: var(--body-font);
  letter-spacing: 5px;
  font-size: 14px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.de_light.de-navbar-left header #mainmenu>li {
  border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.de-navbar-left header #mainmenu>li>a {
  padding: 0;
  opacity: .5;
}

.de_light.de-navbar-left header #mainmenu>li>a {
  color: #222;
}

.de-navbar-left header #mainmenu>li a:hover {
  opacity: 1;
}

.de-navbar-left header #mainmenu>li>a:after {
  content: none;
}

.de-navbar-left header nav {
  float: none;
}

/* subheader */

#subheader {
  overflow: hidden;
  position: relative;
}

#subheader h2 {
  margin-bottom: 0;
}

#subheader.dark {
  background-color: #1A1C26;
}

#subheader.dark h1 {
  color: #fff;
}

.de-navbar-left #subheader {
  padding-bottom: 120px;
}

#subheader .crumb {
  font-size: 14px;
  letter-spacing: 3px;
}

#subheader.text-light .crumb {
  color: #fff;
}

#subheader .small-border-deco {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}

#subheader .small-border-deco span {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 100px;
}

#subheader.dark h2,
#subheader.dark h4 {
  color: #fff;
}

#subheader.dark h2 {
  font-size: 48px;
}

#subheader.s2 {
  text-align: left;
  padding: 120px 0 20px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

.rtl #subheader.s2 {
  text-align: right;
}


#subheader.s2 h1,
#subheader.s2 .crumb {
  margin: 0;
  padding: 0;
}

#subheader.s2 .crumb {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2 .crumb {
  float: left;
}

#subheader.sh-plain {
  padding: 100px 0 60px 0;
}

.de-navbar-left.de_light #subheader h1 {
  color: #222;
}

#profile_banner {
  min-height: 360px;
}

/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
  font-size: 14.5px;
  margin: 0 auto;
  float: none;
  counter-reset: my-awesome-counter;
}

#mainmenu.s2{
  font-family: var(--body-font);
}

#mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  background: #ffffff;
  color: var(--body-font-color);
}

#mainmenu ul:not(.mega) {
  border: solid 1px #dddddd;
}

.dark-scheme #mainmenu ul {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme #mainmenu ul.mega {
  border:none;
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu>li {
  margin-right: 35px;
}

#mainmenu>li {
  counter-increment: my-awesome-counter;
}


#mainmenu li>a {
  padding-right: 6px;
  font-weight:600;
}

#mainmenu.s2 li>a{
  letter-spacing: 0;
}

#mainmenu li.has-child>a {
  padding-right: 0px;
}

#mainmenu a {
  position: relative;
  display: inline-block;
  padding: 30px 0;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
  font-size: 18px;
  font-family: 'NPSfontBold';
}

header.smaller #mainmenu > li > a{
  padding: 15px 0;
}

#mainmenu p {
  line-height: 1.8em;
  margin-bottom: 0;
}

header.header-light #mainmenu a {
  color: #35404e;
}

#mainmenu a span:not(.badge) {
  position: relative;
  width: 0%;
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
  width: 100%;
}

#mainmenu li li a span:not(.badge) {
  float: right;
  margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
  width: 100%;
  margin-left: 0%;
}

.header-light {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}

.header-light #mainmenu>li>a {
  color: #222;
}

#mainmenu li li {
  font-family: var(--body-font);
  font-size: 14px;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  letter-spacing: 0;
}

#mainmenu li:last-child>a {
  border-bottom: none;
}

.dark-scheme #mainmenu li li a {
  color: #ffffff;
}

.rtl #mainmenu li li a {
  text-align: right;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
  color: #fff;
}

#mainmenu li a.active{
  color:var(--secondary-color) !important;
}

#mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#mainmenu ul li b {
  background: #333;
  color: #ffffff;
  padding: 0 3px;
  padding-bottom: 3px;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#mainmenu li li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

/* before edited 
#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}
*/

#mainmenu li ul ul {
  top: 0px;
  margin-left: 188px;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type a {
  background: #eee;
  padding: 0;
  margin: 0;
}

#mainmenu>li ul.mega {
  position: fixed;
  left: 0;
  height: 0%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#mainmenu>li ul.mega .sb-menu {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #dddddd;
}

.dark-scheme #mainmenu>li ul.mega .sb-menu {
  background: var(--bg-dark-1);
  border-color: rgba(255, 255, 255, .1);
}

#mainmenu li:hover ul.mega {
  visibility: visible;
  opacity: 1;
}

#mainmenu li ul.mega>li,
#mainmenu li ul.mega>li a {
  width: 100%;
}

#mainmenu li ul.mega li.title {
  padding: 0px 10px 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainmenu li ul.mega>li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  left: 0;
  float: none;
  width: 100%;
}

#mainmenu ul.mega>li ul li {
  margin: 0;
  padding: 0;
}

#mainmenu ul.mega>li ul li:last-child {
  border-bottom: none;
}

#mainmenu li ul.mega .menu-content {
  background: #171A21;
  padding: 30px;
}

#mainmenu li ul.mega li.title {
  font-family: var(--main-font);
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #586383;
}

#mainmenu ul.mega>li ul {
  border: none;
}

#mainmenu li ul.mega ul li a {
  background: none;
  padding: 2px 0;
}

#mainmenu li ul.mega ul li a:hover {
  color: #35404e;
}

#mainmenu .box-icon {
  margin-bottom: 10px;
  line-height: 1.6em;
  background: rgba(var(--primary-color-rgb), .1);
  padding: 15px;
  margin: 0;
  height: 100%;
}

#mainmenu .box-icon:hover {
  background: rgba(var(--secondary-color-rgb), .2);
}


.menu-col {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
}

.menu-col i {
  margin-right: 10px;
  text-align: center;
  min-width: 20px;
}

.menu-col li {
  margin-bottom: 10px;
}

.menu-col li a {
  padding: 10px 16px;
  display: block;
  color: #333333;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.menu-col li a.active,
.menu-col li a.active i {
  color: #ffffff;
}



header.header-mobile #mainmenu>li ul.mega {
  visibility: visible;
  opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega {
  height: auto;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  cursor: poInter;
  color: #fff;
  margin-top: 0px;
  margin-left: 20px;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
}


#menu-btn.menu-open:before{
  content: "\f068";
}


.rtl #menu-btn {
  float: left;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
  background: none;
}

header.header-mobile.header-light #menu-btn {
  color: #222;
}


header.header-mobile.header-center #logo{
  display: block;
}

header.header-mobile.header-center #logo-center{
  display: none;
}

/* user account menu */

.de-login-menu {
  position: relative;
}

.de-menu-profile {
  cursor: pointer;
}

.de-menu-profile img {
  width: 38px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-left: 5px;
  margin-bottom: 2px;
}

#de-click-menu-notification {
  position: relative;
}

#de-click-menu-notification .d-count {
  display: inline-block;
  position: absolute;
  z-index: 100;
  background: #333;
  line-height: 1em;
  padding: 6px;
  width: 22px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  top: -10px;
  right: -10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}

.de-menu-notification {
  cursor: pointer;
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #eeeeee;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  padding-top: 3px;
  margin-left: 5px;
}

.dark-scheme .de-menu-notification {
  background: rgba(255, 255, 255, .2);
  color: #ffffff;
}

.rtl .de-menu-notification {
  margin-right: 5px;
}

.de-submenu {
  text-align: left;
  opacity: 0;
  position: absolute;
  right: 0;
  background: #ffffff;
  padding: 15px 20px;
  margin: 0;
  margin-top: 10px;
  width: 250px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  z-index: 1000;
  border: solid 1px #eeeeee;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.dark-scheme .de-submenu {
  background: var(--dark-scheme-color);
  border: solid 1px rgba(255, 255, 255, .1);
}

.rtl .de-submenu {
  right: auto;
  left: 0;
}

.de-submenu.open {
  opacity: 1;
}

.de-submenu .d-balance {
  font-size: 14px;
}

.de-submenu h4 {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  margin-top: 5px;
}

.d-name h4 {
  line-height: 1.2em;
  margin-bottom: 0;
}

.d-name span {
  font-size: 15px;
}

.rtl .de-submenu h4,
.rtl .d-name,
.rtl .d-balance {
  text-align: right;
}

.de-submenu-profile {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rtl .de-submenu-profile {
  text-align: right;
}

.de-submenu-profile a {
  color: #0d0c22;
  font-weight: bold;
  font-size: 14px;
  display: block;
  background: #fff;
}

.dark-scheme .de-submenu-profile a {
  color: #fff;
}

.de-submenu-profile li {
  padding: 5px 0;
}

.de-submenu-profile li.de-line {
  border-top: solid 1px #bbbbbb;
  margin: 10px 0 8px 0;
  padding: 0;
}

.de-submenu-profile i {
  text-align: center;
  padding: 7px;
  background: #eee;
  color: #ffffff;
  border-radius: 30px;
  width: 28px;
  margin-right: 5px;
}

.dark-scheme .de-submenu-profile i {
  background: rgba(255, 255, 255, .1);
}

.de-submenu .d-wallet {
  position: relative;
}

.de-submenu .d-wallet .d-wallet-address {
  margin: 0;
  padding: 0;
  display: block;
  max-width: 69%;
  overflow: hidden;
  position: relative;
}

.de-submenu .d-wallet #btn_copy {
  right: 0;
  bottom: 4px;
}

.rtl .de-submenu .d-wallet #btn_copy {
  right: auto;
  left: 0;
}


#de-submenu-notification ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

#de-submenu-notification li {
  line-height: 20px;
  margin-bottom: 15px;
}

#de-submenu-notification li .d-time {
  display: block;
  font-size: 14px;
  color: #727272;
}

.dark-scheme #de-submenu-notification li .d-time {
  color: #999999;
}

#de-submenu-notification li a {
  color: #0d0c22;
}

.dark-scheme #de-submenu-notification li a {
  color: #ffffff;
}

#de-submenu-notification li .d-desc {
  margin-left: 45px;
}

.rtl #de-submenu-notification li .d-desc {
  text-align: right;
  margin-left: 0;
  margin-right: 45px;
}

#de-submenu-notification li img {
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.rtl #de-submenu-notification li img {
  right: 20px;
}

#de-submenu-notification li:last-child {
  margin-bottom: 0;
}

.de-submenu .d-line {
  margin: 15px 0 15px 0;
  border-top: solid 1px #bbbbbb;
}

.dark-scheme .de-submenu .d-line {
  border-top-color: rgba(255, 255, 255, .1);
}

/* user account menu close */

/* ================================================== */

/* BASIC css end */

