/**
* Wavo Update CSS
*/
body {
  overflow-x: hidden;
}

.admin-bar .topnav {
  top: 32px;
}

@media (max-width:782px) {
  .admin-bar .topnav {
    top: 46px;
  }
}

@media (max-width:600px) {
  .admin-bar .topnav.nav-scroll {
    background: #111;
    top: 0px !important;
  }

  .splitting .word {
    margin-right: 7px !important;
  }

  .splitting .whitespace {
    width: 0 !important;
  }
}

:root {
  --font-size: 18px;
  --font-weight: 400;
  --line-height: 1.6;
  --color-white: #fff;
  --color-dark: #111;
  --color-text: #b7b7b7;
  --color-primary: #364A15;
  --color-secondary: #24d5b4;
  --listStyleCounterType: decimal-leading-zero;
}

.topnav.open {
  z-index: 999999;
}

.topnav .menu-icon {
  display: flex;
  align-items: center;
}

.topnav .logo {
  width: auto;
}

.topnav .logo:hover .text .char {
  -webkit-animation: fadeInRight2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInRight2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.header_logo {
  font-size: 28px;
  font-family: inherit;
  font-weight: 900;
}

.topnav.dark:not(.open) .header_logo {
  color: #000;
}

.topnav .menu-icon .icon i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-icon:hover .icon i {
  margin: 8px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.o-hidden {
  position: relative;
}

.hamenu form#content-widget-searchform {
  display: flex;
}

.hamenu form#content-widget-searchform input.search_input {
  color: #fff;
}

.item.header-footer {
  position: absolute;
  bottom: 10px;
  left: 50px;
}

ul.main-menu {
  counter-reset: listStyle;
}

.hamenu .menu-links .main-menu>li,
.hamenu .menu-links .main-menu .sub-menu li {
  list-style: none;
}

p:last-child,
.nt-theme-content p:last-child {
  margin-bottom: 0px;
}

.nt-theme-content p a {
  color: var(--color-secondary);
}

.hamenu {
  overflow-y: auto;
}

.hamenu::-webkit-scrollbar {
  width: 10px;
}

.hamenu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}

.hamenu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 10px;
}

.hamenu::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

.hamenu .menu-links .main-menu .sub-menu.sub-open>ul>li>div>.sub-link {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.sub-menu ul {
  counter-reset: listStyle2;
}

ul.main-menu>li .link>.nm::before {
  counter-increment: listStyle;
  content: counter(listStyle, var(--listStyleCounterType)) ".";
}

.sub-menu ul>li:not(:first-child) .sub-link>.nm::before {
  counter-increment: listStyle2;
  content: counter(listStyle2, var(--listStyleCounterType)) ".";
}

.hamenu .menu-links .main-menu .sub-menu {
  opacity: 1;
}

.hamenu.open .menu-links .main-menu .link:hover,
.hamenu .menu-links .main-menu .sub-link:hover {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.nt-blog-pg .posts .item.thumb-none .content {
  padding-top: 0px;
}

.nt-blog-pg .posts .item .content .date a {
  min-width: 110px;
  background: #fff;
}

.nt-sidebar-inner-widget-title {
  font-size: 24px;
  font-weight: 700;
}

.nt-blog-pg .posts .item .content .tags a {
  text-transform: capitalize;
}

.nt-blog-pg .posts .item .content .tags a:after {
  right: 6px;
}

.page-header .text-bg {
  position: absolute;
  top: 160px;
  font-size: 14vw;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #555;
  color: transparent;
  line-height: 1;
  opacity: .2;
  width: 100%;
  z-index: 0;
}

.page-header .text-bg+h1 {
  z-index: 1;
  position: relative;
}

/* 404 Page */
.wavo_search {
  margin-top: 80px;
  display: flex;
}

.nt-404 .call-action {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error404 #nt-footer,
.error404 #navi {
  display: none;
}

.error404 {
  overflow-y: hidden;
}

.nt-404 .call-action .content h2 b {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.nt-search .btn-curve.btn-wit {
  border: 1px solid #ddd;
  border-left: 0;
}

.nt-404 .btn-curve.btn-wit {
  border-left: 0;
}

.cont ul.flex li {
  display: flex;
}

.cont ul.flex li strong {
  width: 30px;
}

span.stroke-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

h2.__title {
  margin-bottom: 20px;
}

/* Related Post */
.work-carousel.nt-related-post {
  margin-top: 120px;
  margin-bottom: -120px;
  position: relative;
  overflow: hidden;
}

.nt-related-post .bg-pattern {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 66%;
}

.work-carousel.nt-related-post .swiper-slide {
  padding-bottom: 0;
}

.nt-related-post .text-bg {
  position: absolute;
  left: -10%;
  top: -10px;
  margin-bottom: 0;
  font-size: 12vw;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #555;
  color: transparent;
  line-height: 1;
  opacity: .2;
}

/* breadcrumbs style */
.breadcrumbs {
  margin-top: 20px;
}

span.breadcrumb_link_seperator {
  margin: 0 10px;
  font-size: 11px;
}

body.light .nt-blog-pg.single.section-padding {
  padding-top: 0;
}

/* single page post style */
.nt-blog-pg.single .post .content .share-info .tags {
  margin-left: 0;
}

.nt-blog-pg.single .post .content .nt-comment-content.nt-theme-content>p:last-child {
  margin-bottom: 0;
}

.nt-blog-pg.single .post .content .nt-comment-content.nt-theme-content>p:first-child {
  margin-top: 0;
}

/* single page  commnet form  style */
.nt-blog-pg.single .comment-form {
  margin-top: 0px;
}

.nt-blog-pg.single .post .content p.logged-in-as {
  margin: 0;
}

#reply-title,
.nt-inner-title.nt-comments-title {
  font-size: 25px;
}

#reply-title {
  margin-bottom: 15px;
}

.form-group.wp-comment-cookies-consent {
  display: flex;
  align-items: center;
}

#respond p.form-submit {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
}

#nt-page #respond {
  margin-bottom: 0px;
}

.posts .item:last-child {
  margin-bottom: 0px !important;
}

body.dark #respond p.form-submit {
  border: 1px solid #fff;
}

body.light div:not(#review_form) > #respond p.form-submit {
  border: 1px solid #1e1e1e;
}

body.light #respond p.form-submit:hover input.btn-curve {
  color: #fff;
}

body.dark .comment-form p.form-submit input.btn-curve {
  background: transparent;
  color: #1e1e1e;
}

body.dark .comment-form p.form-submit:hover input.btn-curve {
  z-index: 1;
  background: transparent;
  border-color: transparent;
  color: #fff;
}

body.light .comment-form p.form-submit:hover input.btn-curve {
  z-index: 1;
  background: transparent;
  border-color: transparent;
  color: #fff;
}

#respond p.form-submit:hover .btn-curve::after {
  content: none;
}

.comment-form input#submit {
  border: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.form-group {
  margin-bottom: 30px;
}

.form-submit::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 100%;
  background: #090909;
  border-radius: 0 0 100% 100%/0 0 100% 100%;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0.55, 1);
  z-index: 0;
}

.form-submit:hover:after {
  bottom: -10px;
  border-radius: 0;
}

.nt-comment-reply-content.post-meta__item {
  font-weight: 600;
}

.nt-comment-reply-content.post-meta__item:hover i {
  color: var(--color-secondary);
}

.nt-comment-bottom-line {
  position: relative;
  display: block;
  width: calc(100% + 100px);
  height: 1px;
  left: -100px;
  background: #5d5d5d;
}

.nt-comment-author,
.nt-comment-author a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.nt-comment-author.comment__author-name {
  line-height: 0.8;
}

textarea#comment {
  line-height: 2;
  color: #888;
}

body.dark .nt-comment-author,
body.dark .nt-comment-author a {
  color: #fff;
}

span.post-meta__item.__date-post a {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.nt-inner-title {
  margin: 80px 0 50px;
}

.posts .item {
  position: relative;
}

.nt-sticky-label {
  color: #ccc;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 0;
  width: max-content;
  margin-bottom: 10px;
}

blockquote {
  padding: 30px;
  margin: 30px 0;
  color: #111;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

a.blog-post2_photo {
  margin-bottom: 20px;
}

h4.blog-post2_title {
  margin-bottom: 10px;
}

.blog-post2_summary {
  margin-top: 20px;
}

span.blog-post2_meta_sep {
  margin: 0 10px;
}

.nt-theme-content .gallery-caption {
  margin-left: auto !important;
  margin-right: auto;
}

a.wavo-btn.btn-curve.is-block {
  width: 100%;
  text-align: center;
}

.page-header .cont h4 b {
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  color: transparent;
}

.map-wrapper {
  position: relative;
  min-height: 70vh;
}

.map-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact .form .btn-curve {
  padding: 8px 35px;
}

/* general form style */
input,
textarea {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #ddd;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

body.dark input:not(.text-black),
body.dark textarea:not(.text-black) {
  color: #fff;
}

.form_password {
  display: flex;
  justify-content: end;
}

.form_password_button.btn-curve.btn-wit {
  border-left: 0;
}

footer a {
  color: var(--color-secondary);
}

@media screen and (max-width: 992px) {
  .nt-blog-pg .posts .item .content .col-2 {
    top: auto;
    bottom: -2px;
  }

  #nt-index .valign {
    position: absolute;
    bottom: 205px;
    left: -9px;
  }

  .nt-blog-pg .posts .item .content .date {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }

  .about .items {
    border: 1px solid #eee;
  }

  body.dark .about .items.active {
    border: 1px solid #737171;
  }

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

  .agency .content ul li {
    line-height: 2;
  }

  .elementor-element.elementor-element-90fbb1c.elementor-column.elementor-col-50.elementor-top-column {
    padding-left: 15px;
  }

  .slider .parallax-slider .caption.clasc p {
    max-width: 240px;
    margin: 30px auto;
  }

  .slider .parallax-slider .caption.clasc h1 {
    font-size: 28px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  #nt-index .valign {
    position: absolute;
    top: -125px;
    left: -9px;
  }

  .nt-blog-pg .posts .item .content .date {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}

/* media */
@media(min-width: 576px) {
  .nt-related-post .text-bg {
    top: -10px;
    font-size: 12vw;
  }

  .page-header .text-bg {
    top: 150px;
    font-size: 13vw;
  }
}

@media(min-width: 768px) {
  .nt-related-post .text-bg {
    top: -20px;
    font-size: 11vw;
  }

  .page-header .text-bg {
    top: 140px;
    font-size: 12vw;
  }
}

@media(min-width: 992px) {
  .nt-related-post .text-bg {
    top: -30px;
    font-size: 10vw;
  }

  .page-header .text-bg {
    top: 130px;
    font-size: 11vw;
  }
}

@media(min-width: 1200px) {
  .nt-related-post .text-bg {
    top: -40px;
    font-size: 9vw;
  }

  .page-header .text-bg {
    top: 60px;
    font-size: 8vw;
  }
}

.post--data .pagination {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post--data .pagination span {
  width: 100%;
  padding: 20px;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}

.post--data .pagination .icon {
  border: 0;
  width: 70px;
}

[data-aos=ntr-fade-up] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 20px, 0);
}

[data-aos=ntr-fade-up].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}

.aspect-ratio_object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio.is-1x1 {
  padding-bottom: 100%;
}

.aspect-ratio.is-2x1 {
  padding-bottom: 50%;
}

.aspect-ratio.is-3x2 {
  padding-bottom: 66.66%;
}

.aspect-ratio.is-4x3 {
  padding-bottom: 75%;
}

.aspect-ratio.is-4x5 {
  padding-bottom: 125%;
}

.aspect-ratio.is-16x9 {
  padding-bottom: 56.25%;
}

.comment-form input#submit {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.topnav .menu-icon .icon i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.menu-icon:hover .icon i {
  margin: 8px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nt-sidebar-inner-widget .gallery img {
  border: 0px !important;
}

.nt-sidebar-inner-widget .gallery-item {
  margin: 2px 0px !important;
}

.nt-sidebar-inner-widget .gallery-item dt {
  margin: 0px 2px !important;
}

.agency .content ul {
  margin: 0;
  line-height: 1;
}

.item-img-overlay-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s cubic-bezier(1, 0, 0.55, 1);
  transition: all 1s cubic-bezier(1, 0, 0.55, 1);
}

.item-img-overlay-two.animated {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.nt-single-thumb-none .nt-blog-pg.single,
.page-hero-off .nt-blog-pg.single{
    margin-top: 96px;
}
.page-hero-off .nt-blog-pg.single{
    padding-top: 120px;
}
.page-hero-off .topnav:not(.open) {
    background: #0a0a0a;
}
.error404 .no-template {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
}
.has-menu-title .hamburger-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 75px;
}
.has-menu-title span.text.words.chars.splitting {
    right: 0;
    position: absolute;
}

.slider-destroyed + .swiper-container.gallery-text{
	display: none!important;
}
@media (max-width: 1024px){
.header_nav.is-active ul li:hover .header_nav_arrow {
    background: var( --color-dark );
}
.header_nav.is-active ul li:hover .header_nav_arrow .icon {
	color:#fff;
}
}
.nav-scroll.open {
    background: transparent;
    -webkit-transition: background-color 3s;
    transition: background-color 3s;
}
.elementor-text-editor p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: inherit;
}
.hamburger-box span.text {
    position: absolute;
    right: 0;
}
.topnav.scroll-bt:not(.no-scroll) {
    top: -100px;
}
.topnav.scroll-bt.nav-scroll {
    top: inherit;
}
.nt-desktop #nt-logo.has-mobile-logo img.mobile-logo,
body[data-elementor-device-mode="desktop"] #nt-logo.has-mobile-logo img.mobile-logo{
    display: none;
}
.nt-mobile #nt-logo.has-mobile-logo img.main-logo,
body[data-elementor-device-mode="tablet"] #nt-logo.has-mobile-logo img.main-logo,
body[data-elementor-device-mode="mobile"] #nt-logo.has-mobile-logo img.main-logo{
    display: none;
}

.call-action.prev {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.call-action.prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.call-action.prev:after {
  display: none;
}
.call-action.prev .content h2 {
    font-size: 5vw;
    font-weight: 700;
}
@media screen and (max-width: 767px){
    .call-action .content h2,
    .call-action.prev .content h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 480px){
    .call-action .content h2,
    .call-action.prev .content h2 {
        font-size: 38px;
    }
}
.call-action.prev .prev-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-size: cover;
    background-position: center;
    z-index: -1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}
.call-action.prev:hover .prev-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 10s linear;
    transition: all 10s linear;
}
.overlay-none::before {
    content:none!important;
}

.bread-wrapper {
    margin: 0;
    position: absolute;
    top: 160px;
}
.bread-wrapper .breadcrumbs {
    margin: 0;
}

body:not(.elementor-msie) .page-header.type-1 .head-title b {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.page-header .img-wrapper.bg-img-none {
    min-height: auto;
}

.swiper-slide-active .clients .animated {
    visibility: visible!important;
    animation-name: fadeIn!important;
}
[data-hover-reveal]:before {
    content: attr(data-hover-reveal);
    position: absolute;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: 0;
    color: var(--fill-color);
    width: 0;
    transition: width 0.7s;
    overflow: hidden;
    white-space: nowrap;
    left: 0px;
}
h4 a > [data-hover-reveal]:after {
    content: "";
    position: absolute;
    background-color: var(--fill-color);
    width: 0;
    height: 2px;
    transition: width 0.7s;
    overflow: hidden;
    bottom:0;
    right: 0px;
}
h4 a:hover > [data-hover-reveal]:after {
    width: 100%;
}
[data-hover-reveal]:hover:before {
    width: 100%;
}
[data-hover-reveal] {
    position: relative;
    overflow: hidden;
}
.head-title[data-hover-reveal] {
    display: inline-block;
}
.nt-blog-widget .posts .item {
    margin-bottom: 80px!important;
}

.nt-blog-widget .nt-pagination .nt-pagination-link {
    width: 50px;
    height: 50px;
    font-size: 18px;
}
.nt-blog-widget .nt-pagination {
    margin-top: 80px;
}
.nt-blog-widget .nt-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.nt-blog-widget .nt-pagination .page-numbers.current,
.nt-blog-widget .nt-pagination .page-numbers:hover {
    color: #fff;
    background-color: #111;
}
.elementor-widget-wp-widget-search input {
    width: 70%;
}
.elementor-widget-wp-widget-categories ul li,
.elementor-widget-wp-widget-nav_menu ul li,
.elementor-widget-wp-widget-archives ul li,
.elementor-widget-wp-widget-recent-posts ul li {
    margin: 0px;
    position: relative;
    font-size: 15px;
    position: relative;
    font-weight: inherit;
    line-height: 1.6;
    font-weight: 500;
}
.elementor-widget-wp-widget-categories h5,
.elementor-widget-wp-widget-nav_menu h5,
.elementor-widget-wp-widget-media_gallery h5,
.elementor-widget-wp-widget-archives h5,
.elementor-widget-wp-widget-recent-posts h5 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}
p.info.text-center.ptb-40 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* header menu two */
.header {
  z-index  : 997;
  position : relative;
}

.header.is-overlay {
  position : absolute;
  top      : 0;
  right    : 0;
  left     : 0;
}

.header.is-overlay .header_container {
  background-color : transparent;
}

.header.is-sticky .header_container {
  position           : absolute;
  top                : 0;
  right              : 0;
  left               : 0;
  -moz-transition    : all 0.1s linear;
  -ms-transition     : all 0.1s linear;
  -o-transition      : all 0.1s linear;
  -webkit-transition : all 0.1s linear;
  transition         : all 0.1s linear;
}

.header.is-sticky-active .header_container {
  position                    : fixed;
  border-bottom-color         : var( --color-secondary );
  -moz-box-shadow             : 0 5px 20px rgba(186, 189, 165, 0.2);
  -webkit-box-shadow          : 0 5px 20px rgba(186, 189, 165, 0.2);
  box-shadow                  : 0 5px 20px rgba(186, 189, 165, 0.2);
  -webkit-animation-duration  : 0.5s;
  animation-duration          : 0.5s;
  -webkit-animation-fill-mode : both;
  animation-fill-mode         : both;
  -webkit-animation-name      : ntrHeaderSticky;
  animation-name              : ntrHeaderSticky;
}

.header.header-fixed,
.header.header-fixed .header_container {
  position : fixed;
}

.header.is-sticky-active.is-overlay .header_container {
  background-color : var( --color-dark );
}

.header_container {
  position : relative;
}

.header_menu {
  display     : flex;
  align-items : center;
}

.header_menu_item:not(:first-child) {
  margin-left : 30px;
}

.header_menu_link {
  display     : flex;
  color       : var( --color-text );
  align-items : center;
}

.header_menu_link:hover {
  color : var( --color-primary );
}

.header_menu_link_icon {
  font-size : 24px;
  flex      : 0 0 auto;
}

.header_nav_mega,
.header_nav_sub {
  background-color : var( --color-white );
}

.header_nav ul li {
  position : relative;
  margin-top: -1px;
}

.header_nav ul li.has-sub ul li {
  border-top : 1px solid var( --color-secondary );
}

.header_nav ul li.has-sub ul li:hover {
  border-color : transparent;
}

.header_nav li a {
  display       : block;
  position      : relative;
  color         : var( --color-dark );
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.header_nav ul li:hover > a {
  color : var( --color-white );
}

.header_nav ul li > a > .button_text {
  z-index            : 2;
  position           : relative;
  color              : inherit;
  -webkit-transition : all .8s;
  transition         : all .8s;
}

.header_nav ul li:hover > a > .button_text {
  color : inherit;
}

.header_nav ul li > a:after {
  content            : '';
  position           : absolute;
  top                : -10px;
  right              : -10px;
  bottom             : 100%;
  left               : -10px;
  border-radius      : 0 0 100% 100%/0 0 100% 100%;
  background         : var( --color-secondary );
  -webkit-transition : all 0.6s cubic-bezier(1, 0, 0.55, 1);
  transition         : all 0.6s cubic-bezier(1, 0, 0.55, 1);
}

.header_nav ul li:hover > a:after {
  bottom        : -10px;
  border-radius : 0;
}

@media
  (max-width : 1024px) {
  .header_nav {
    z-index             : 997;
    position            : fixed;
    top                 : 0;
    left                : -100%;
    width               : 300px;
    height              : 100vh;
    overflow            : auto;
    border-right        : 1px solid var( --color-secondary );
    background-color    : var( --color-white );
    background-repeat   : no-repeat;
    background-position : right bottom;
    background-size     : 100%;
    -moz-box-shadow     : 5px 0 20px rgba(186, 189, 165, 0.2);
    -webkit-box-shadow  : 5px 0 20px rgba(186, 189, 165, 0.2);
    box-shadow          : 5px 0 20px rgba(186, 189, 165, 0.2);
    -moz-transition     : left 0.3s linear;
    -ms-transition      : left 0.3s linear;
    -o-transition       : left 0.3s linear;
    -webkit-transition  : left 0.3s linear;
    transition          : left 0.3s linear;
  }

  .admin-bar .header_nav {
    top : 32px;
  }
    .admin-bar .wavo_nav.is-sticky.is-sticky-active .header_nav {
        top: 0;
    }
  .header_nav.is-active {
    left : 0;
  }

  .header_nav_close {
    display          : flex;
    height           : 50px;
    padding-left     : 30px;
    background-color : var(--color-white);
    align-items      : center;
    justify-content  : space-between;
  }

  .header_nav_close_icon {
    width      : 50px;
    text-align : center;
    font-size  : 12px;
  }

  .header_nav_arrow {
    display         : flex;
    position        : absolute;
    top             : 0;
    right           : 0;
    width           : 50px;
    height          : 50px;
    align-items     : center;
    font-size       : 14px;
    justify-content : center;
    cursor          : pointer;
  }

  .header_nav_arrow:hover {
    background : var( --color-dark );
  }

  .header_nav_arrow:hover .icon {
    color : var( --color-white );
  }

  .header_nav_arrow .icon {
    display         : flex;
    align-items     : center;
    justify-content : center;
  }

  .header_nav_arrow .icon::after {
    z-index            : 1;
    position           : absolute;
    color              : inherit;
    text-align         : center;
    font-family        : 'Font Awesome 5 Free';
    font-size          : 13px;
    font-weight        : 900;
    -webkit-transition : all 400ms linear;
    transition         : all 400ms linear;
  }

  .is-arrow-up2::after {
    content : '\f077';
  }

  .is-arrow-down2::after {
    content : '\f078';
  }

  .header_nav ul li,
  .header_nav ul li.has-sub ul li:first-child {
    border-top : 1px solid var( --color-secondary );
  }

  .header_nav > ul.header_nav_items > li:last-child {
    border-bottom : 1px solid var( --color-secondary );
  }

  .header_nav ul li.has-sub ul li:last-child {
    border-bottom : 0;
  }

  .header_nav_mega,
  .header_nav_sub {
    display : none;
  }

  .header_nav li.has-mega.is-active > .header_nav_sub,
  .header_nav li.has-sub.is-active > .header_nav_sub {
    display : block;
  }

  .header_nav li a {
    height        : 50px;
    padding-right : 50px;
    padding-left  : 30px;
    line-height   : 50px;
  }

  .header_nav li.is-active > a {
    color : var( --color-dark );
  }

  .header_nav > ul > li.has-sub .header_nav_sub ul li a {
    padding-left : 50px;
  }

  .header_nav ul li:hover {
    border : 0;
  }

.header_nav_toggle.menu-icon {
    display      : flex;
    margin-right : 0;
    margin-left  : 0;
    align-items  : center;
    cursor       : pointer;
    right        : 0;
    color        : #fff;
}

  .header_nav_toggle.menu-icon .icon {
    display      : table-cell;
    margin-right : 6px;
  }

  .header_nav_toggle.menu-icon .icon i {
    display    : block;
    width      : 20px;
    height     : 3px;
    margin     : 4px 0;
    background : #fff;
  }

  .menu-icon:hover .icon i {
    margin             : 8px 0;
    -webkit-transition : all .3s;
    transition         : all .3s;
  }
}

@media
  ( max-width : 767px ) {
}

@media
  ( min-width : 576px ) {
  .header_menu {
    margin-left : auto;
  }
}

@media
  (min-width : 768px ) {
}

@media
  ( min-width : 1024px ) {
  .header_nav li.has-sub {
    position : relative;
  }

  .header_nav li.has-sub:hover {
    z-index : 1;
  }

  .header_nav li.has-sub:hover > .header_nav_sub {
    display : block;
  }

  .header_nav li.has-mega:hover > .header_nav_mega {
    display : block;
  }

  .header_nav > ul {
    display   : flex;
    margin    : 0;
    flex-wrap : wrap;
  }

  .header_nav ul li.has-sub ul li:first-child {
    border-top : 0;
  }

  .header_nav ul li > a {
    padding   : 10px 20px;
    font-size : 16px;
  }

  .header_nav ul li.has-sub ul li a {
    color : var( --color-dark );
  }

  .header_nav > ul > li > .header_nav_sub {
    top  : 100%;
    left : 0;
  }

  .header_nav > ul > li > .header_nav_sub .header_nav_sub {
    top          : -10px;
    left         : 100%;
    padding-left : 20px;
  }

  .header_nav_toggle {
    display : none;
  }

  .header_nav_close {
    display : none;
  }

  .header_nav_arrow {
    display : none;
  }

  .header_nav_mega,
  .header_nav_sub {
    display  : none;
    position : absolute;
  }

  .header_nav_sub ul li > a {
    display     : block;
    padding     : 10px 20px;
    font-size   : 14px;
    white-space : nowrap;
  }

  .header_nav_mega,
  .header_nav_sub > ul {
    min-width        : 160px;
    background-color : var(--color-white );
  }

  .header_nav_mega {
    top     : 100%;
    right   : 0;
    left    : 0;
    padding : 30px;
  }

  .header_nav_mega_menu_item:not(:first-child) {
    margin-top : 10px;
  }
}

@-webkit-keyframes ntrHeaderSticky {
  from {
    -webkit-transform : translate3d(0, -100%, 0);
    transform         : translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
  }
}

@keyframes ntrHeaderSticky {
  from {
    -webkit-transform : translate3d(0, -100%, 0);
    transform         : translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
  }
}
.header_nav .splitting .whitespace {
    width: 5px;
}
.header_nav ul li:hover > a > span > span > .char {
  -webkit-animation       : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation               : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay : calc(30ms * var(--char-index));
  animation-delay         : calc(30ms * var(--char-index));
}

.header_nav ul li.has-sub:hover .header_nav_sub ul li {
  -webkit-animation       : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation               : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay : calc(30ms * var(--char-index));
  animation-delay         : calc(30ms * var(--char-index));
}

.wavo_nav .menu-icon:hover .char {
  -webkit-animation       : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation               : fadeInUp2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay : calc(30ms * var(--char-index));
  animation-delay         : calc(30ms * var(--char-index));
}


/* vegas slider */
.home-slider-vegas-wrapper{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.nt-home-slider-vegas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}
.nt-vegas-slide-content
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	color: #fff;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nt-vegas-slide-content.text-right
{
	text-align: right;
}
.nt-vegas-slide-content.text-center
{
	text-align: center;
}

.nt-vegas-slide-content.active
{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	visibility: visible;
	opacity: 1;
}
.nt-vegas-slide-content.active h1 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.nt-vegas-slide-content.active h1 .char {
  -webkit-animation: fadeInUp2 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp2 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
          animation-delay: calc(60ms * var(--char-index));
}
.nt-vegas-slide-content.active h1,
.nt-vegas-slide-content.active .dis {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.nt-vegas-slide-content.active .dis {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.nt-vegas-slide-content h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}
body:not(.elementor-msie) .nt-vegas-slide-content h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
body:not(.elementor-msie) .nt-vegas-slide-content h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.nt-vegas-slide-content .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  transition: all .7s;
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: inline-flex;
  align-items: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nt-vegas-slide-content .line {
  width: 60px;
  height: 1px;
  background: #eee;
  position: relative;
  margin-right: 15px;
}
.nt-vegas-slide-content:hover .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
          animation-delay: calc(30ms * var(--char-index));
}
.home-slider-vegas-wrapper .social {
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 6;
}
.home-slider-vegas-wrapper .social.active a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.home-slider-vegas-wrapper .social .icon {
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.home-slider-vegas-wrapper .social a {
  color: #fff;
  font-size: 11px;
  margin-right: 7px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nt-vegas-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.vegas-control .vegas-control-next,
.vegas-control .vegas-control-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: auto;
  top: 50%;
  left: auto;
  right: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  cursor: pointer;
}
.vegas-control .vegas-control-next:after,
.vegas-control .vegas-control-prev:after {
  display: none;
}
.vegas-control .vegas-control-next:hover,
.vegas-control .vegas-control-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}
.vegas-control .vegas-control-next i,
.vegas-control .vegas-control-prev i {
  position: absolute;
  top: 16px;
  left: 22px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.vegas-control .vegas-control-next i:after,
.vegas-control .vegas-control-prev i:after {
  content: '';
  width: 45px;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}

.vegas-control .vegas-control-next:hover {
  right: 45px;
}
.vegas-control .vegas-control-next:hover i {
  left: 30px;
}
.vegas-control .vegas-control-next:hover i:after {
  width: 20px;
}
.vegas-control .vegas-control-next i:after {
  top: 6px;
  right: 5px;
}

.vegas-control .vegas-control-prev {
  right: auto;
  left: 50px;
}
.vegas-control .vegas-control-prev:hover {
  left: 45px;
}
.vegas-control .vegas-control-prev:hover i {
  left: 10px;
}
.vegas-control .vegas-control-prev:hover i:after {
  width: 20px;
}
.vegas-control .vegas-control-prev i {
  left: 18px;
}
.vegas-control .vegas-control-prev i:after {
  top: 6px;
  left: 5px;
}
.nt-vegas-slide-counter {
    position: absolute;
    right: 50px;
    bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
}
.nt-vegas-slide-counter .separator {
    font-size: 20px;
    font-weight: 400;
    margin: 0 5px;
}
body:not(.elementor-msie) .nt-vegas-slide-counter .current,
body:not(.elementor-msie) .nt-vegas-slide-counter .total{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.nt-vegas-slide-counter .current {
    font-size: 30px;
}
@media (min-width: 992px) {
    .nt-vegas-slide-content {
        padding-left: 120px;
        padding-right: 120px;
    }
}
@media (max-width: 991px) {
  .nt-vegas-slide-content {
    text-align: center;
  }
  .nt-vegas-slide-content h1 {
    font-size: 50px;
  }
  .vegas-control .vegas-control-prev {
    right: 25px;
  }

  .slide-controls .swiper-button-prev,
  .home-slider-vegas-wrapper .social {
    left: 25px;
  }

  .vegas-control .vegas-control-next:hover {
    right: 15px;
  }

  .vegas-control .vegas-control-prev:hover {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .nt-vegas-slide-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .nt-vegas-slide-content h1 {
    font-size: 28px;
  }
  .vegas-control .vegas-control-next,
  .vegas-control .vegas-control-prev {
      -webkit-transform: scale(.8);
      transform: scale(.8);
  }
  .vegas-control .vegas-control-next {
    right: 5px;
  }
  .vegas-control .vegas-control-next i{
    right: 30px;
  }
  .vegas-control .vegas-control-prev {
    left: 5px;
  }
  .vegas-control .vegas-control-next i{
    right: 11px;
    left: auto;
  }
  .vegas-control .vegas-control-prev i {
      left: 11px;
  }
  .vegas-control .vegas-control-prev i:after,
  .vegas-control .vegas-control-next i:after{
    width: 20px;
  }
  .vegas-control .vegas-control-next:hover {
    right: 0px;
  }

  .vegas-control .vegas-control-prev:hover {
    left: 0px;
  }
}
.has-bg-video .equaliser-container {
    height: 10px;
    width: 26px;
    margin: 0 0;
    padding: 0 0 0 0;
    position: absolute;
    right: 62px;
    left: auto;
    bottom: 70px;
}
.has-bg-video .colour-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #fff;
}

.has-bg-video .equaliser-column {
  width: 2px;
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  height: 10px;
  position: relative;
  list-style-type: none;
}

.has-bg-video .equaliser-column:nth-child(1) .colour-bar {
  animation: color-bar2 2s 1s ease-out alternate infinite;
}

.has-bg-video .equaliser-column:nth-child(2) .colour-bar {
  animation: color-bar2 2s 0.5s ease-out alternate infinite;
}

.has-bg-video .equaliser-column:nth-child(3) .colour-bar {
  animation: color-bar2 2s 1.5s ease-out alternate infinite;
}

.has-bg-video .equaliser-column:nth-child(4) .colour-bar {
  animation: color-bar2 2s 0.25s ease-out alternate infinite;
}

.has-bg-video .equaliser-column:nth-child(5) .colour-bar {
  animation: color-bar2 2s 2s ease-out alternate infinite;
}
.has-bg-video .equaliser-column:nth-child(6) .colour-bar {
  animation: color-bar2 2s 1s ease-out alternate infinite;
}
.has-bg-video .equaliser-column:nth-child(7) .colour-bar {
  animation: color-bar2 2s 0.75s ease-out alternate infinite;
}
.has-bg-video .equaliser-column:nth-child(8) .colour-bar {
  animation: color-bar2 2s 2s ease-out alternate infinite;
}
.has-bg-video .equaliser-column:nth-child(9) .colour-bar {
  animation: color-bar2 2s 2.5s ease-out alternate infinite;
}

.has-bg-video .equaliser-column:last-child {
  margin-right: 0;
}

@keyframes color-bar2 {
  0% {
    height: 1px;
    background: #fff;
  }
  10% {
    height: 3px;
    background: #fff;
  }
  20% {
    height: 5px;
    background: #fff;
  }
  30% {
    height: 2px;
    background: #fff;
  }
  40% {
    height: 7px;
    background: #fff;
  }
  50% {
    height: 9px;
    background: #fff;
  }
  60% {
    height: 3px;
    background: #fff;
  }
  70% {
    height: 8px;
    background: #fff;
  }
  80% {
    height: 5px;
    background: #fff;
  }
  90% {
    height: 3px;
    background: #fff;
  }
  100% {
    height: 1px;
    background: #fff;
  }
}

/* smooth scrollbar */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
