@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap);
body {
  font-family: "Instrument Sans", sans-serif;
  overflow-x: hidden !important;
  font-size: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-sans-serif);
  font-weight: 600;
}
::-moz-selection {
  background: rgba(0, 188, 125, 0.9);
  color: #fff;
}
::selection {
  background: rgba(0, 188, 125, 0.9);
  color: #fff;
}
a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p {
  line-height: 1.6;
}
.text-sm {
  font-size: 0.9375rem;
}
.text-xs {
  font-size: 0.8rem;
}
.text-10px {
  font-size: 10px;
}
.text-8px {
  font-size: 8px;
}
.text-6px {
  font-size: 6px;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topnav .logo {
  float: left;
  color: #3c4858 !important;
}
#topnav .logo .l-dark,
#topnav .logo .logo-dark-mode {
  display: none;
}
#topnav .logo .l-light,
#topnav .logo .logo-light-mode {
  display: inline-block;
}
#topnav .logo:focus {
  outline: 0;
}
#topnav .has-submenu.active a {
  color: #fff;
}
#topnav .has-submenu.active .submenu li.active > a {
  color: #00bc7d !important;
}
#topnav .has-submenu.active.active .menu-arrow {
  border-color: transparent #00bc7d #00bc7d transparent;
}
#topnav #navigation.toggle-menu {
  position: relative;
  display: block;
  top: 0;
  border: none;
}
#topnav #navigation.toggle-menu .toggle-menu-item {
  display: block;
}
#topnav #navigation.toggle-menu .toggle-menu-item > li {
  float: none;
  margin: 0 16px !important;
  text-align: center;
}
#topnav #navigation.toggle-menu .toggle-menu-item > li > a {
  padding: 16px 0;
  min-height: auto;
  font-size: 18px;
}
#topnav .has-submenu {
  position: relative;
}
#topnav .has-submenu .submenu {
  position: relative;
}
#topnav .has-submenu .submenu .submenu-arrow {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #3c4858;
  border-color: transparent #3c4858 #3c4858 transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 18px;
}
#topnav
  .has-submenu
  .submenu
  .has-submenu
  .submenu
  .has-submenu:hover
  .submenu-arrow {
  border-color: transparent #00bc7d #00bc7d transparent;
}
#topnav .has-submenu .submenu .has-submenu:hover > .submenu-arrow {
  border-color: transparent #00bc7d #00bc7d transparent;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 0 26px 10px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: right;
  line-height: 74px;
}
#topnav .buy-button > li {
  line-height: initial;
}
#topnav .buy-button .btn-icon-dark,
#topnav .buy-button .login-btn-primary {
  display: none;
}
#topnav .buy-button .btn-icon-light,
#topnav .buy-button .login-btn-light {
  display: inline-block;
}
#topnav .buy-button .search-bar .menu-search form {
  position: relative;
}
#topnav .buy-button .search-bar .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 12px;
  height: 44px;
  font-size: 14px;
  display: block;
  outline: 0 !important;
  padding-right: 45px;
}
#topnav .buy-button .search-bar .searchform input[type="submit"] {
  display: none;
}
#topnav .buy-button .search-bar .searchform:after {
  content: "\f0349";
  position: absolute;
  font-family: "Material Design Icons";
  right: 14px;
  top: 14px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
}
#topnav .buy-button .dropdown .dropdown-toggle:after,
#topnav .buy-menu-btn .dropdown .dropdown-toggle:after {
  display: none;
}
#topnav .navbar-toggle.open span {
  position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#topnav .navbar-toggle.open span:hover {
  background-color: #00bc7d;
}
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}
#topnav .navigation-menu > li.active > a,
#topnav .navigation-menu > li:hover > a {
  color: #00bc7d !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 12px;
  background-color: transparent !important;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--bs-font-sans-serif);
  padding-left: 14px;
  padding-right: 14px;
}
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:hover {
  color: #00bc7d;
}
#topnav .navigation-menu > li .submenu li a {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3c4858 !important;
}
#topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #161c2d !important;
}
#topnav .navigation-menu .has-submenu .menu-arrow {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #3c4858;
  border-color: transparent #3c4858 #3c4858 transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: -2px;
  top: 30px;
}
#topnav .menu-extras {
  float: right;
}
#topnav.scroll {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}
#topnav.scroll .navigation-menu > li > .menu-arrow {
  border-color: transparent #3c4858 #3c4858 transparent;
}
#topnav.scroll .navigation-menu > li.active > a,
#topnav.scroll .navigation-menu > li:hover > a {
  color: #00bc7d;
}
#topnav.scroll .navigation-menu > li.active > .menu-arrow,
#topnav.scroll .navigation-menu > li:hover > .menu-arrow {
  border-color: transparent #00bc7d #00bc7d transparent;
}
#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}
#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}
#topnav.nav-sticky {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
  color: #00bc7d !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > .menu-arrow,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > .menu-arrow {
  border-color: transparent #00bc7d #00bc7d transparent !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li.active > a,
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a {
  color: #00bc7d !important;
}
#topnav.nav-sticky .navigation-menu.nav-light .has-submenu .menu-arrow {
  border-color: transparent #3c4858 #3c4858 transparent;
}
#topnav.nav-sticky.tagline-height {
  top: 0 !important;
}
#topnav.nav-sticky .buy-button .btn-icon-dark,
#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}
#topnav.nav-sticky .buy-button .btn-icon-light,
#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}
#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}
#topnav.nav-sticky .logo .l-light {
  display: none;
}
.logo .logo-name {
  font-weight: 600;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}
@media (min-width: 1025px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 1116px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #topnav .navigation-menu > li .submenu.megamenu {
    width: 936px !important;
  }
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
  #topnav .navigation-menu > li .submenu li {
    position: relative;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 10px 20px;
    clear: both;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #00bc7d !important;
  }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    vertical-align: top;
    width: 20%;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 101%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: transparent #00bc7d #00bc7d transparent;
  }
  #topnav .navigation-menu > li.active > a,
  #topnav .navigation-menu > li:hover > a {
    color: #00bc7d !important;
  }
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }
  #topnav .navigation-menu > li.last-elements .submenu:before {
    left: auto;
    right: 10px;
  }
  #topnav
    .navigation-menu
    > li.last-elements
    .submenu
    > li.has-submenu
    .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: rgba(255, 255, 255, 0.5);
  }
  #topnav .navigation-menu.nav-light > li.active > a {
    color: #fff !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > .menu-arrow {
    border-color: transparent #fff #fff transparent !important;
  }
  #topnav .navigation-menu.nav-light > li:hover > a {
    color: #fff !important;
  }
  #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
    border-color: transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5)
      transparent;
  }
  #topnav .navigation-menu.nav-light .has-submenu.active .menu-arrow {
    border-color: transparent #fff #fff transparent !important;
  }
  #topnav .navigation-menu.nav-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  #topnav .navigation-menu.nav-right > li:last-child {
    margin-right: 0;
  }
  #topnav .navigation-menu.nav-right > li > a:last-child {
    padding-right: 0;
  }
  #topnav .navigation-menu.nav-left {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
  }
  #topnav .navigation-menu.nav-left > li.last-elements .submenu:before {
    left: 45px !important;
    right: auto !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #topnav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .submenu.megamenu li .megamenu-head {
    padding: 7px 15px;
  }
  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #topnav .navigation-menu > li .submenu.megamenu > li > ul > li > span {
    display: block;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #8492a6;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li .submenu li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a,
  #topnav .navigation-menu > li > a:hover {
    color: #00bc7d;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .btn-icon-dark,
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .btn-icon-light,
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu .submenu .submenu-arrow {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 12px;
  }
  #topnav .has-submenu.active a {
    color: #00bc7d;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid rgb(240.86, 244.9, 248.94);
    border-bottom: 1px solid rgb(240.86, 244.9, 248.94);
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  #topnav .navigation-menu .has-submenu .menu-arrow {
    right: 8px;
    top: 16px;
  }
}
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #topnav
    .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  #topnav
    .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu
    > li:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-toggle {
    display: block;
  }
}
@media (max-width: 425px) {
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .buy-menu-btn .dropdown .dropdown-menu.show {
    -webkit-transform: translate3d(0, -54px, 0) !important;
    transform: translate3d(0, -54px, 0) !important;
  }
}
.tagline {
  position: absolute;
  width: 100%;
  z-index: 99;
  font-size: 14px;
  padding: 13px 0;
}
@media screen and (max-width: 575px) {
  .tagline {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .tagline-height {
    top: 0 !important;
  }
}
@media (min-width: 576px) {
  .tagline-height {
    top: 47px !important;
  }
}
.sidebar-nav > .navbar-item {
  padding: 5px 0;
}
.sidebar-nav > .navbar-item .navbar-link {
  color: #3c4858 !important;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-nav > .navbar-item .navbar-link .navbar-icon {
  font-size: 18px;
  margin-right: 6px;
}
.sidebar-nav > .navbar-item.active .navbar-link,
.sidebar-nav > .navbar-item:hover .navbar-link {
  color: #00bc7d !important;
}
#navmenu-nav li.active a {
  color: #00bc7d !important;
}
#navmenu-nav li.account-menu.active .navbar-link,
#navmenu-nav li.account-menu:hover .navbar-link {
  color: #fff !important;
  background-color: #00bc7d !important;
}
.navbar-white-bg {
  background-color: #fff !important;
}
.footer {
  background: #202942;
  position: relative;
  color: #adb5bd;
}
.footer .footer-py-60 {
  padding: 60px 0;
}
.footer .footer-py-30 {
  padding: 30px 0;
}
.footer .logo-footer {
  font-size: 22px;
}
.footer .logo-footer:focus {
  outline: 0;
}
.footer .footer-head {
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
.footer .text-foot {
  color: #adb5bd;
}
.footer .footer-list {
  margin-bottom: 0;
}
.footer .footer-list li {
  margin-bottom: 10px;
}
.footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .footer-list li a:hover {
  color: rgb(229.5135135135, 232, 234.4864864865);
}
.footer .footer-list li:last-child {
  margin-bottom: 0;
}
.footer .footer-bar {
  border-top: 1px solid rgb(40.3265306122, 51.6683673469, 83.1734693878);
}
.footer .border {
  border-color: rgb(40.3265306122, 51.6683673469, 83.1734693878) !important;
}
.avatar.avatar-coin,
.avatar.avatar-sm-sm {
  height: 36px;
  width: 36px;
}
.avatar.avatar-ex-sm {
  max-height: 25px;
}
.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}
.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}
.avatar.avatar-small {
  height: 60px;
  width: 60px;
}
.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}
.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}
.avatar.avatar-large {
  height: 140px;
  width: 140px;
}
.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}
.avatar.avatar-extra {
  height: 200px;
  width: 200px;
}
.accordion .accordion-item {
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.accordion .accordion-item .accordion-body {
  font-size: 15px;
}
.accordion .accordion-item .accordion-button {
  font-weight: 500;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1rem 2.5rem 1rem 1.25rem;
}
.accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:before {
  content: "\f0360";
  display: block;
  font-family: "Material Design Icons";
  font-size: 20px;
  color: #00bc7d;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion .accordion-item .accordion-button.collapsed {
  background-color: #fff;
  color: #3c4858 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion .accordion-item .accordion-button.collapsed:before {
  top: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #3c4858 !important;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #00bc7d;
}
.accordion .accordion-item .accordion-button:after {
  display: none;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #fff, #fff);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00bc7d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form-check-label,
.form-label {
  font-weight: 700;
  font-size: 14px;
}
.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  border-radius: 6px;
  color: #3c4858 !important;
  text-align: left;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control:disabled {
  background-color: #dee2e6;
}
.form-control::-webkit-input-placeholder {
  color: #0f172a;
}
.form-control::-moz-placeholder {
  color: #0f172a;
}
.form-control:-ms-input-placeholder {
  color: #0f172a;
}
.form-control::-ms-input-placeholder {
  color: #0f172a;
}
.form-control::placeholder {
  color: #0f172a;
}
.form-check-input {
  border: 1px solid #e9ecef;
  background-color: var(--bs-body-bg);
}
.form-check-input:focus {
  border-color: #00bc7d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input.form-check-input:checked {
  background-color: #00bc7d;
  border-color: #00bc7d;
}
.subcribe-form .btn {
  padding: 10px 20px;
}
.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: 0 !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}
.subcribe-form input::-webkit-input-placeholder {
  color: #0f172a;
}
.subcribe-form input::-moz-placeholder {
  color: #0f172a;
}
.subcribe-form input:-ms-input-placeholder {
  color: #0f172a;
}
.subcribe-form input::-ms-input-placeholder {
  color: #0f172a;
}
.subcribe-form input::placeholder {
  color: #0f172a;
}
.subcribe-form input.form-control {
  padding: 10px 16px 10px 30px;
  height: 44px;
}
.subcribe-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  outline: 0 !important;
}
.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.subcribe-form .form-icon .icons {
  position: absolute;
  top: 9px;
  left: 20px;
}
.blog .author:hover,
.blog .title:hover {
  color: #00bc7d !important;
}
.tagcloud a {
  background: #f8f9fa;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tagcloud a:hover {
  background: #00bc7d;
  color: #fff !important;
}
.search-bar .menu-search form {
  position: relative;
}
.search-bar .searchform input[type="text"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 12px;
  height: 44px;
  font-size: 15px;
  display: block;
  outline: 0 !important;
  padding-right: 45px;
}
.search-bar .searchform input[type="submit"] {
  display: none;
}
.search-bar .searchform .icons {
  position: absolute;
  right: 14px;
  top: 10px;
  height: 16px;
  width: 16px;
  pointer-events: none;
}
.error {
  margin: 8px 0;
  display: none;
  color: #ef4444;
}
#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0;
}
#success_page,
.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}
.error_message {
  background-color: rgba(240, 115, 90, 0.1) !important;
  border: 2px solid rgba(240, 115, 90, 0.1) !important;
  color: #f0735a !important;
  font-size: 14px;
}
.contact-loader {
  display: none;
}
#success_page {
  background-color: rgba(83, 199, 151, 0.1) !important;
  border: 2px solid rgba(83, 199, 151, 0.1) !important;
  color: #53c797 !important;
}
#success_page p {
  margin-bottom: 0 !important;
}
.map {
  line-height: 0;
}
.map.map-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.map.map-gray iframe {
  height: 100vh;
}
.map iframe {
  width: 100%;
  height: 500px;
}
.map.map-100vh iframe {
  height: 100vh;
}
#countdown .count-down {
  display: inline-block;
  margin: 30px 10px 10px;
  color: #fff;
  text-align: center;
}
#countdown .count-down .count-number {
  font-size: 48px;
  width: 120px;
  font-weight: 600;
}
#countdown .count-down .count-head {
  display: block;
  position: relative;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 12px;
}
#maintenance {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
}
#maintenance .indicator {
  font-size: 18px;
}
.bg-cta {
  padding: 150px 0;
}
@media (max-width: 767px) {
  iframe {
    width: auto !important;
  }
}
.features .read-more:hover,
.features .title:hover {
  color: #00bc7d !important;
}
.bg-home {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-slider-hero .swiper-button-next,
.swiper-slider-hero .swiper-button-prev {
  background: 0 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}
.swiper-slider-hero .swiper-button-next:before,
.swiper-slider-hero .swiper-button-prev:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #fff;
}
.swiper-slider-hero .swiper-button-next:hover,
.swiper-slider-hero .swiper-button-prev:hover {
  background: #00bc7d;
  border-color: #00bc7d !important;
}
.swiper-slider-hero .swiper-button-prev {
  left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-button-prev:before {
  content: "\1F860";
}
.swiper-slider-hero .swiper-button-next {
  right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-slider-hero .swiper-button-next:before {
  content: "\1F862";
}
.swiper-slider-hero .swiper-button-next:after,
.swiper-slider-hero .swiper-button-prev:after,
.swiper-slider-hero .swiper-rtl .swiper-button-next:after,
.swiper-slider-hero .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: 0 0;
}
.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #fff;
}
.swiper-slider-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}
.swiper-slider-hero
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 13px;
}
.bg-video-studio {
  height: 100vh;
  background-size: cover !important;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-video-studio {
    padding: 150px 0;
    height: auto;
  }
}
.bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.bg-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .bg-half-170,
  .bg-half-260,
  .bg-home,
  .bg-marketing,
  .swiper-slider-hero .swiper-slide {
    padding: 150px 0;
    height: auto;
  }
}
.team .team-social,
.team img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team .team-social {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -50px;
}
.team .title:hover {
  color: #00bc7d !important;
}
.team:hover .team-image {
  overflow: hidden;
  position: relative;
}
.team:hover .team-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.team:hover .team-image .team-social {
  bottom: 16px;
}
.client-testi {
  cursor: e-resize;
}
.client-testi .client-image {
  margin-right: 16px;
}
.client-testi .content:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #3c4858;
  border-color: transparent #fff #fff transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}
.tns-nav {
  text-align: center;
  margin-top: 10px;
}
.tns-nav button {
  border: 4px solid rgba(0, 188, 125, 0.5) !important;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  margin: 0 3px;
  padding: 1px;
}
.tns-nav button.tns-nav-active {
  border-color: #00bc7d !important;
}
.tns-controls button[data-controls="next"],
.tns-controls button[data-controls="prev"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #3c4858;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
  box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}
.tns-controls button[data-controls="next"]:hover,
.tns-controls button[data-controls="prev"]:hover {
  background: #00bc7d;
  color: #fff;
}
.tns-controls button[data-controls="prev"] {
  left: 0;
}
.tns-controls button[data-controls="next"] {
  right: 0;
}
html[dir="rtl"] .swiper-slider-hero,
html[dir="rtl"] .tns-inner,
html[dir="rtl"] .tns-nav {
  direction: ltr !important;
}
html[dir="rtl"] .tns-visually-hidden {
  left: 0 !important;
  visibility: hidden;
}
.tobii > button.tobii__close svg,
.tobii > button.tobii__next svg,
.tobii > button.tobii__prev svg {
  height: 36px !important;
  width: auto;
}
.tobii__counter {
  font-size: 16px;
}
.tobii-zoom {
  display: block !important;
}
.tobii-zoom__icon {
  display: none;
}
#grid {
  padding: 0 !important;
}
@media (max-width: 640px) {
  [data-type] iframe,
  [data-type] video {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  [data-type] iframe,
  [data-type] video {
    width: 360px;
    height: 260px;
  }
}
@media (max-width: 375px) {
  [data-type] iframe,
  [data-type] video {
    width: 100%;
    height: auto;
  }
}
.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.section-two {
  padding: 60px 0;
  position: relative;
}
.bg-overlay {
  background-color: rgba(15, 23, 42, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-overlay1 {
    background-color: rgba(0, 0, 0, 0.918);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
.title-heading {
  line-height: 26px;
}
.title-heading .heading {
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 17px;
}
.section-title .title {
  letter-spacing: 0.5px;
}
.para-desc {
  max-width: 600px;
}
.mt-100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}
.position-middle-bottom {
  position: absolute;
  bottom: 15px;
  left: 12px;
  right: 12px;
  text-align: center;
}
.rounded {
  border-radius: 6px !important;
}
.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.rounded-md {
  border-radius: 10px !important;
}
.rounded-lg {
  border-radius: 30px !important;
}
.border-primary {
  border-color: #00bc7d !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #10b981 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #f59e0b !important;
}
.border-danger {
  border-color: #ef4444 !important;
}
.border-light {
  border-color: #f8fafc !important;
}
.border-dark {
  border-color: #3c4858 !important;
}
.border-muted {
  border-color: #8492a6 !important;
}
.border-white-50 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.opacity-05 {
  opacity: 0.05;
}
.opacity-075 {
  opacity: 0.075;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.z-index-1 {
  z-index: 1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-m-1 {
  z-index: -1;
}
.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 30px;
  width: 30px;
  line-height: 27px;
  border-radius: 6px;
  text-align: center;
  background: #00bc7d;
  color: #fff !important;
}
.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky-bar {
  position: sticky;
  top: 80px;
}
.text-color-white {
  color: #fff !important;
}
.d-flex .flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Custom Yellow Primary Button */
:root {
  --bs-primary: #f59e0b !important; /* Yellow color */
  --bs-primary-rgb: 245, 158, 11 !important;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-bg: #e1900a !important;
  --bs-btn-hover-border-color: #d8880a !important;
  --bs-btn-active-bg: #d8880a !important;
  --bs-btn-active-border-color: #ce7f09 !important;
  --bs-btn-focus-shadow-rgb: 245, 158, 11 !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #000 !important;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-hover-border-color: var(--bs-primary) !important;
  --bs-btn-active-color: #000 !important;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color: var(--bs-primary) !important;
  --bs-btn-focus-shadow-rgb: 245, 158, 11 !important;
}

.text-primary {
        color: var(--bs-yellow) !important;
}

/* Custom Modal Styling */
.modal {
  z-index: 1050;
}

.modal-backdrop {
  z-index: 1040;
}

/* Ensure modal close button is visible */
.btn-close {
  filter: invert(1) grayscale(1) brightness(2) !important;
}

/* Gallery Styling */
.gallery-box {
  position: relative;
  overflow: hidden;
}

.gallery-box img {
  transition: all 0.5s ease;
  width: 100% !important;
}

.gallery-box:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.gallery-box:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay .absolute-middle {
  text-align: center;
}

.gallery-overlay .lightbox {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.gallery-overlay .lightbox i {
  vertical-align: middle;
}