/*-----------------------------------------------------------------------------------

 Theme Name: Wavo
 Theme URI: https://ninetheme.com/wordpress-themes/
 Description: Elementor Portfolio WordPress Theme
 Author: Ninetheme
 Author URI: https://ninetheme.com
 Version: 1.0

 Main Color   : #24d5b4
 Main Font    : Poppins , Roboto

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

== Table Of Content

	01 Basics
	02 Helper Classes
	03 Preloader
	04 Buttons
	05 Cursor
	06 progress wrap
	07 Text Animation & Images
    08 Menu & Navbar
	09 Slider
	10 About
	11 Work
	12 Process
	13 Testimonials
	14 Agency
    15 min-area
    16 Brands
	17 Team
	18 Blog
	19 Contact
	20 call-action
    21 Fotter
    22 Dark-Theme
	23 Responsive


---------------------------------------------------------------- */
/* ====================== [ 01 Start Basics ] ====================== */
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

html, body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  word-break: break-word;
  margin: 0;
  padding: 0;
  position: relative;
}
body.rtl {
    text-align: right;
}
.main-content {
  background: #fff;
  position: relative;
  margin-top: 100vh;
  z-index: 3;
}

body:not(.use-elementor-style-kit) p{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  line-height: 2;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover{
    text-decoration: none;
    color: var(--color-secondary);
}

/* ====================== [ End Basics ] ====================== */
/* ====================== [ 02 Start Helper Classes ] ====================== */
.section-padding {
  padding: 120px 0;
}

.ubuntu {
  font-family: 'Ubuntu', sans-serif;
}

.nmb-font {
  font-family: 'Roboto Mono', monospace;
  font-weight: 700;
}

.sub-title {
  color: #212529;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-right: 70px;
  position: relative;
}
.sub-title:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #212529;
  position: absolute;
  right: 0;
  bottom: 45%;
}

.extra-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 1.4;
}

.extra-text {
  font-size: 20px;
  color: #1e1e1e;
}

.kmore {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding-right: 70px;
  position: relative;
}
.kmore:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #777;
  position: absolute;
  right: 0;
  bottom: 45%;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h6 {
  font-size: 13px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 10px;
}
.section-head h3 {
  font-weight: 700;
  line-height: 1.5;
}

.bg-gray {
  background: #fafafa;
}

.bg-pattern {
  position: relative;
  background-size: 20% !important;
  z-index: 2;
}
.bg-pattern:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  opacity: .8;
  z-index: -1;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.on-top {
  position: relative;
  z-index: 7;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ====================== [ End Helper Classes ] ====================== */
/* ====================== [ 03 Start Preloader ] ====================== */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: #ccc;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  max-width: 400px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  background: #212529;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}
.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  text-align: center;
}
#preloader:after, #preloader:before {
  content: '';
  position: fixed;
  right: 0;
  height: 50vh;
  width: 100%;
  background: #f1f1f1;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#preloader.isdone:after, #preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.loading-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  top: 45%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.has-sidebar-menu .loading-text {
    left: inherit;
    right: inherit;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    text-align: center;
    margin-right: -80px;
}
.loading-text.isdone {
  top: 40%;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

/* ====================== [ End Preloader ] ====================== */
/* ====================== [ 04 Start Button Style ] ====================== */
.btn-curve {
  background: transparent;
  padding: 14px 35px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-curve:hover:after {
  bottom: -10px;
  border-radius: 0;
}
.btn-curve:hover span {
  color: #fff;
}
.btn-curve:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: 100%;
  background: #1e1e1e;
  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);
}
.btn-curve span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.btn-curve.btn-lit {
  border-color: #fff;
  color: #fff;
}
.btn-curve.btn-lit:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-lit:after {
  background: #fff;
}
.btn-curve.btn-blc {
  background: #1e1e1e;
}
.btn-curve.btn-blc:after {
  background: #fff;
}
.btn-curve.btn-blc span {
  color: #fff;
}
.btn-curve.btn-blc:hover span {
  color: #1e1e1e;
}
.btn-curve.btn-lg {
  padding: 14px 40px;
}
.btn-curve.btn-lg span {
  font-size: 14px;
}
.btn-curve.btn-wit {
  background: #fff;
  border-color: #fff;
}
.btn-curve.btn-wit:after {
  background: #090909;
}
.btn-curve.btn-wit span {
  color: #1e1e1e;
}
.btn-curve.btn-wit:hover span {
  color: #fff;
}



/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ 06 Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
          box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
          box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
}

.progress-wrap::after {
  color: #6c6d6d;
}

.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ 07 Start Text Animation & Images ] ====================== */
.splitting.animated .char{
  -webkit-animation: fadeInUp2 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp2 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));
}

.splitting.animated .word{
  -webkit-animation: fadeInUp2 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeInUp2 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--word-index));
          animation-delay: calc(30ms * var(--word-index));
}

.splitting .whitespace {
  width: 10px;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.splitting.txt.animated .char,
.splitting.txt.animated .word{
  -webkit-animation: fadeIn2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
          animation: fadeIn2 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
          animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.imgio {
  position: relative;
}

.imgio .cimgio {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  visibility: visible !important;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.imgio .animated {
  height: 0;
}

.cimgio[data-delay="100"] {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.cimgio[data-delay="200"] {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.cimgio[data-delay="300"] {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.cimgio[data-delay="400"] {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.cimgio[data-delay="500"] {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.cimgio[data-delay="600"] {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.cimgio[data-delay="700"] {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.cimgio[data-delay="800"] {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.cimgio[data-delay="900"] {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

.cimgio[data-delay="1s"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ 08 Start Menu & Navbar ] ====================== */
.topnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  padding: 30px 0;
  color: #fff;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topnav .container-fluid {
  padding: 0 50px;
}
.topnav .logo {
  width: 75px;
}
.topnav .menu-icon {
  margin-right: auto;
  cursor: pointer;
}
.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));
}
.topnav .menu-icon .text {
  font-size: 13px;
  font-weight: 500;
  padding-right: 15px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.topnav .menu-icon .text:after {
  content: 'close';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-right: 15px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.topnav .menu-icon .text .word {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.topnav .menu-icon .icon {
  display: table-cell;
}
.topnav .menu-icon .icon i {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}
.topnav.dark .menu-icon {
  color: #000;
}
.topnav.dark .menu-icon .icon i {
  background: #000;
}
.topnav.dark.navlit .menu-icon {
  color: #fff;
}
.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}

.nav-scroll {
  background: #111;
}

.hamenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}
.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hamenu .menu-links {
  color: #fff;
  margin-top: 30px;
}
.hamenu .menu-links .o-hidden {
  display: inline-block;
}
.hamenu .menu-links .main-menu {
  position: relative;

}
.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important;
}
.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
          transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: .2s !important;
          transition-delay: .2s !important;
}
.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {

  opacity: 1 !important;
  visibility: visible !important;
}
.hamenu .menu-links .main-menu > li {
  font-size: 30px;
  font-weight: 600;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hamenu .menu-links .main-menu > li span.nm {
  opacity: .8;
  font-size: 11px;
  margin-left: 10px;
}
.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all .7s;
  transition: all .7s;
  cursor: pointer;
}
.hamenu .menu-links .main-menu > li .link i {
  font-size: 15px;
  margin-right: 5px;
}
.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;

  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.hamenu .menu-links .main-menu .sub-menu.sub-open {

}
.hamenu .menu-links .main-menu .sub-menu.sub-open > ul > li > div > .sub-link {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 10px;
  width: 100%;
  max-width: 100%;
}
.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}
.hamenu .menu-links .main-menu .sub-menu > ul > li > div > .sub-link {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: all .7s;
  transition: all .7s;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-right: 10px;
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 13px;
  font-weight: 300;
  margin-right: 10px;
}
.hamenu .cont-info {
  color: #fff;
  margin-top: 50px;
  position: relative;
}
.hamenu .cont-info:after {
  content: '';
  width: 1px;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -40px;
  top: -170px;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.hamenu .cont-info .item {
  margin-bottom: 30px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}
.hamenu .cont-info .item h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing:1px;
}

/* ====================== [ End Menu & Navbar ] ====================== */
/* ====================== [ 09 Start Slider ] ====================== */
.slider.fixed-slider {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.slider .parallax-slider {
  position: relative;
}
.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.slider .parallax-slider .swiper-slide-active .caption 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));
}
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption .dis {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.slider .parallax-slider .swiper-slide-active .caption .dis {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.slider .parallax-slider .caption 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) .slider .parallax-slider .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
body:not(.elementor-msie) .slider .parallax-slider .caption h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slider .parallax-slider .caption .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  transition: all .7s;
  position: relative;
  padding-right: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.slider .parallax-slider .caption .dis:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.slider .parallax-slider .caption .dis: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));
}
.slider .parallax-slider .social {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 6;
}
.slider .parallax-slider .social.active a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider .parallax-slider .social .icon {
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.slider .parallax-slider .social a {
  color: #fff;
  font-size: 11px;
  margin-left: 7px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.center-slider {
  text-align: center;
}
.center-slider .parallax-slider .caption h1 {
  font-size: 85px;
  font-weight: 800;
  letter-spacing: 4px;
}

.slide-full .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 50px;
}
.slide-full .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.slide-full .capt {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.slide-full .capt h1 {
  font-size: 5vw;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}
body:not(.elementor-msie) .slide-full .capt h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
body:not(.elementor-msie) .slide-full .capt h1 .stroke span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slide-full .capt .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  transition: all .7s;
  position: relative;
  padding-right: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.slide-full .capt .dis:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.slide-full .capt .dis: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));
}
.slide-full .social {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: 6;
}
.slide-full .social.active a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-full .social .icon {
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
}
.slide-full .social a {
  color: #fff;
  font-size: 11px;
  margin-left: 7px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slide-full .swiper-slide-active .capt h1 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.slide-full .swiper-slide-active .capt 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));
}
.slide-full .swiper-slide-active .capt h1, .slide-full .swiper-slide-active .capt .dis {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.slide-full .swiper-slide-active .capt .dis {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.page-header {
  background: #090909;
  color: #fff;
}
.page-header .cont {
  padding: 240px 0 120px;
}
.page-header .cont h4 {
  line-height: 1.6;
}
.page-header .cont h4 .stroke {
  font-weight: 900;
}
body:not(.elementor-msie) .page-header .cont h4 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
  color: transparent;
}
.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}
.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  text-align: left;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  z-index: 3;
}
.page-header .img-wrapper .title h3 {
  font-size: 100px;
  font-weight: 900;
}
body:not(.elementor-msie) .page-header .img-wrapper .title h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}
.page-header.blg .cont {
  padding: 220px 0;
}
.page-header.blg .cont h2 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-header.blg .cont .info a {
  margin: 0 10px;
  font-size: 13px;
  font-family: 'Roboto Mono', monospace;
  color: #aaa;
}

.slide-controls .swiper-pagination-fraction {
  position: absolute;
  left: 50px;
  right: auto;
  bottom: 20px;
  top: auto;
  width: auto;
  color: #fff;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 20px;
  position: relative;
}
.slide-controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: '/';
  position: relative;
  margin: 0 10px;
  font-size: 12px;
}

.slide-controls .swiper-button-next,
.slide-controls .swiper-button-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: auto;
  top: 50%;
  right: auto;
  left: 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);
}
.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
  display: none;
}
.slide-controls .swiper-button-next:hover,
.slide-controls .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.1);
}
.slide-controls .swiper-button-next i,
.slide-controls .swiper-button-prev i {
  position: absolute;
  top: 16px;
  right: 22px;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
}
.slide-controls .swiper-button-next i:after,
.slide-controls .swiper-button-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);
}

.slide-controls .swiper-button-next:hover {
  left: 10px;
}
.slide-controls .swiper-button-next:hover i {
  right: 30px;
}
.slide-controls .swiper-button-next:hover i:after {
  width: 20px;
}
.slide-controls .swiper-button-next i:after {
  top: 6px;
  left: 5px;
}

.slide-controls .swiper-button-prev {
  left: auto;
  right: 50px;
}
.slide-controls .swiper-button-prev:hover {
  right: 15px;
}
.slide-controls .swiper-button-prev:hover i {
  right: 10px;
}
.slide-controls .swiper-button-prev:hover i:after {
  width: 20px;
}
.slide-controls .swiper-button-prev i {
  right: 18px;
}
.slide-controls .swiper-button-prev i:after {
  top: 6px;
  right: 5px;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ 10 Start About Section ] ====================== */
.about .items {
  padding: 60px 40px;
  -webkit-transition: border .3s;
  transition: border .3s;
}
.about .items .icon {
  font-size: 70px;
  margin-bottom: 30px;
}
.about .items .icon svg {
  width: 1em;
  height: 1em;
}
.about .items h5 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about .items .more-stroke {
  margin-top: 30px;
}
.about .items .more-stroke span {
  width: 0;
  height: 2px;
  background: #1a1d1c;
  position: relative;
  transform: rotate(180deg);
}
.about .items .more-stroke span:after,
.about .items .more-stroke span:before {
  content: '';
  width: 0;
  height: 2px;
  background: #1a1d1c;
  position: absolute;
  right: -1px;
}
.about .items .more-stroke span:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: -4px;
}
.about .items .more-stroke span:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  top: 4px;
}
.about .items.active {
  background: #f9f9f9;
  -webkit-transition: border .4s, background .2s;
  transition: border .4s, background .2s;
}
.about .items:hover .more-stroke span {
  width: 0px;
}
.about .items.active .more-stroke span {
  width: 30px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.about .items:hover .more-stroke span:after,
.about .items:hover .more-stroke span:before {
  width: 0px;
}
.about .items.active .more-stroke span:after,
.about .items.active .more-stroke span:before {
  width: 12px;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}


.about.blc {
  background-color: #080808;
  color: #fff;
}
.about.blc:before {
  background-image: url(../img/giphynoise.png);
  background-repeat: repeat;
  background-size: 40%;
  opacity: .015;
}
.about.blc .extra-text {
  color: #ddd;
}
.about.blc .sub-title {
  color: #ccc;
}
.about.blc .sub-title:after {
  background: #eee;
}
.about.blc .section-head h6 {
  color: #ccc;
}
.about.blc .items {
  border: 1px solid transparent;
}
.about.blc .items .icon {
  font-size: 60px;
  color: #eee;
}
.about.blc .items.active {
  background: #0e0e0e;
  border-color: rgba(255, 255, 255, 0.5);
}
.about.blc .items .more-stroke span,
.about.blc .items .more-stroke span:before,
.about.blc .items .more-stroke span:after {
  background: #fff;
}

.intro-section .item h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ====================== [ End About Section ] ====================== */
/* ====================== [ 11 Start Work ] ====================== */
.work-carousel .swiper-slide {
  padding: 0px 10px 50px;
}
.work-carousel .swiper-slide .img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.work-carousel .swiper-slide-active .img {
  -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.work-carousel .swiper-slide-active .img:after {
  opacity: 1 !important;
}
.work-carousel .swiper-slide-active .cont h6, .work-carousel .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}
.work-carousel .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  left: auto;
  right: calc(50% - 120px);
  width: 240px;
  height: 2px;
  border-radius: 10px;
  background: #eee;
}
.work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background: #1e1e1e;
}
.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.work-carousel .swiper-button-next:after,
.work-carousel .swiper-button-prev:after {
  display: none;
}
.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
  opacity: 1;
}
.work-carousel .content {
  position: relative;
}
.work-carousel .content .img {
  position: relative;
}
.work-carousel .content .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.work-carousel .content .cont {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
}
.work-carousel .content .cont h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.work-carousel .content .cont h4 {
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.work-carousel.mcolumn .swiper-slide {
  padding: 0px;
}
.work-carousel.mcolumn .swiper-slide .img {
  border-radius: 0;
}
.work-carousel.mcolumn .swiper-slide-active .img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.work-carousel.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.portfolio .filtering {
  text-align: center;
  margin-bottom: 20px;
}
.portfolio .filtering span {
  font-weight: 500;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span.active {
  color: #24d5b4;
}
.portfolio .filtering span:after {
  content: '';
  width: 7px;
  height: 7px;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 40%;
}
.portfolio .filtering span:last-of-type:after {
  display: none;
}
.portfolio .gallery .items {
  margin-top: 40px;
  padding: 0 20px;
}
.portfolio .gallery .items .item-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.portfolio .gallery .items .item-img > a {
  display: block;
}
.portfolio .gallery .items .item-img:hover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.portfolio .gallery .items .item-img:hover .item-img-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio .gallery .items .item-img:hover .overlay-info {
  opacity: 1;
}
.portfolio .gallery .items .item-img:hover .overlay-info .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(20ms * var(--char-index));
          animation-delay: calc(20ms * var(--char-index));
}
.portfolio .gallery .items .item-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .gallery .items .item-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 40, 0.5);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.portfolio .gallery .items .overlay-info {
  opacity: 0;
}
.portfolio .gallery .items .overlay-info h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: lowercase;
}
.portfolio.gutter .filtering {
  margin-bottom: 0;
}
.portfolio.gutter .gallery .items {
  margin-top: 80px;
  padding: 0 40px;
}
.portfolio.gutter .gallery .items .item-img {
  border-radius: 0;
}
.portfolio.gutter .gallery .items .overlay-info h5 {
  font-size: 28px;
}

.slider-portfolio .swiper-slide {
  min-height: 100vh;
}
.slider-portfolio .swiper-slide .bg-img {
  height: 75vh;
  margin-top: 20vh;
  background-size: cover;
  background-position: center center;
}
.slider-portfolio .swiper-slide .caption {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.slider-portfolio .swiper-slide .caption h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
}
body:not(.elementor-msie) .slider-portfolio .swiper-slide .caption h1 .stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.slider-portfolio .swiper-slide .caption .dis {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-transition: all .7s;
  transition: all .7s;
  position: relative;
  padding-right: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.slider-portfolio .swiper-slide .caption .dis:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption 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));
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption h1,
.slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.slider-portfolio .swiper-slide.swiper-slide-active .caption .dis {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ 12 Start Process Section ] ====================== */
.process .section-head {
  margin-bottom: 20px;
}
.process .bg-box {
  position: relative;
}
.process .background {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 80px;
  background-size: cover;
  background-position: center center;
}
.process .background .vid {
  position: absolute;
  right: 25%;
  top: calc(50% - 50px);
  text-align: center;
  z-index: 8;
}
.process .background .vid .vid-butn {
  width: 100%;
}
.process .background .vid .vid-butn:hover .icon {
  color: #fff;
}
.process .background .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.process .background .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.process .background .vid .vid-butn .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.process .background .vid .vid-butn .icon:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.process .content {
  padding: 80px 40px;
  background: #000;
  color: #fff;
}
.process .content h4 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
.process .content ul {
  margin: 0;
}
.process .content ul li {
  margin-bottom: 30px;
}
body:not(.elementor-msie) .process .content ul li span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.process .content ul li span {
  font-size: 60px;
  display: table-cell;
  width: 100px;
  line-height: 1;
}
.process .content ul li .cont {
  display: table-cell;
  vertical-align: middle;
}
.process .content ul li .cont h5 {
  font-size: 17px;
  margin-bottom: 10px;
}
.process .content ul li .cont p {
  font-size: 14px;
  font-weight: 300;
  color: #eee;
  opacity: .7;
}
.process .content ul li:last-of-type {
  margin-bottom: 0;
}

.video-wrapper {
  min-height: 500px;
}
.video-wrapper .vid {
  position: relative;
  z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
  color: #212529;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 17px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.video-wrapper .vid .vid-butn .icon:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px solid #eee;
  border-radius: 50%;
  z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

/* ====================== [ End Process Section ] ====================== */
/* ====================== [ 13 Start Testimonials ] ====================== */
.testimonials {
  position: relative;
  z-index: 3;
}
.testimonials:after {
  content: '';
  width: 58.333333%;
  position: absolute;
  top: -80px;
  bottom: 0;
  right: 0;
  background: #fafafa;
  z-index: -1;
}
.testimonials.no-bg {
  padding-top: 0px;
}
.testimonials.no-bg:after {
  display: none;
}
.testimonials.no-bg .text-bg {
  position: relative;
  right: -10%;
  top: -40px;
  margin-bottom: 60px;
  font-size: 11vw;
  font-weight: 900;
  line-height: 1;
  opacity: .2;
  z-index: -1;
}
body:not(.elementor-msie) .testimonials.no-bg .text-bg {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #555;
  color: transparent;
}
.testimonials .title h5 {
  color: #ccc;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.testimonials .quote-text {
  position: relative;
}
.testimonials .quote-text .quote-icon {
  position: absolute;
  left: 100px;
  bottom: -30px;
  width: 70px;
}
.testimonials p {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  color: #18171B;
}
.testimonials .info {
  text-align: center;
}
.testimonials .author {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials h6 {
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 30px;
}
.testimonials h6 span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #212529;
  margin-top: 10px;
}
.testimonials .navs span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #212529;
  font-size: 18px;
  position: absolute;
  top: 20%;
  cursor: pointer;
}
.testimonials .navs span:hover {
  background: #212529;
  color: #fff;
}
.testimonials .navs .next {
  left: 30px;
}
.testimonials .navs .prev {
  right: 30px;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ 14 Start Agency Section ] ====================== */
.agency .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.agency .content ul {
  margin: 0;
}
.agency .content ul li {
  margin-top: 25px;
  padding-right: 25px;
  position: relative;
}
.agency .content ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 2px;
}
.agency .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.agency .img .imgone {
  width: 55%;
  position: relative;
  bottom: -80px;
  margin-bottom: 80px;
  border-radius: 4px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.agency .img .imgtwo {
  width: 55%;
  position: absolute;
  left: 0;
  border-radius: 4px;
  border: 5px solid #fff;
  -webkit-box-shadow: 15px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 15px 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 2;
}
.agency .img .icon {
  width: 100px;
  height: 100px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20%;
  right: 40%;
  z-index: 3;
}
.agency .img .icon:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.agency .img .icon svg {
  fill: #24d5b4;
  width: 90px;
}
.agency .img .exp {
  position: absolute;
  left: 0;
  bottom: 0;
}
.agency .img .exp h6 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  position: relative;
}
.agency .img .exp h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #24d5b4;
  position: absolute;
  right: -40px;
  top: 45%;
}
.agency .img .exp h2 {
  font-size: 70px;
  font-weight: 700;
}
.agency .imgsec {
  padding-left: 30px;
}
.agency .imgsec .imgone {
  position: relative;
  top: -20px;
}
.agency .imgsec .imgtwo {
  position: relative;
  bottom: -20px;
}
.agency .imgsec .exp {
  padding-right: 40px;
}
.agency .imgsec .exp h6 {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  position: relative;
}
.agency .imgsec .exp h6:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #24d5b4;
  position: absolute;
  right: -40px;
  top: 45%;
}
.agency .imgsec .exp h2 {
  font-size: 70px;
  font-weight: 700;
}

/* ====================== [ End Agency Section ] ====================== */
/* ====================== [ 15 Start min-area ] ====================== */
.min-area .img {
  padding: 120px 80px 120px 0;
  position: relative;
  z-index: 3;
}
.min-area .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 120px;
  bottom: 0;
  right: -300px;
  background: #f3f3f3;
  z-index: -1;
}
.min-area .content {
  padding-right: 40px;
}
.min-area .content h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.min-area .content ul {
  margin: 0;
}
.min-area .content ul li {
  margin-top: 25px;
  padding-right: 25px;
  position: relative;
}
.min-area .content ul li:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 2px;
}
.min-area .content ul.feat li {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eee;
}
.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}
.min-area .content ul.feat li:after {
  display: none;
}
.min-area .content ul.feat li h6 {
  margin-bottom: 5px;
}
.min-area .content ul.feat li h6 span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-left: 10px;
}
.min-area .content ul.feat li p {
  padding-right: 45px;
}

/* ====================== [ End min-area ] ====================== */
/* ====================== [ 15 Start Brands Section ] ====================== */
.clients .brands {
  padding: 100px 10px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.clients .brands:last-of-type {
  border-left: 0;
}
.clients .brands:hover .img {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  transition: all 0;
}
.clients .brands: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(20ms * var(--char-index));
          animation-delay: calc(20ms * var(--char-index));
}
.clients .brands .item {
  position: relative;
  text-align: center;
}
.clients .brands .item .link {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients .brands .img {
  max-width: 85px;
  margin: auto;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.clients .bord {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* ====================== [ End Brands Section ] ====================== */
/* ====================== [ 17 Start Team ] ====================== */
.team .item .img {
  position: relative;
  overflow: hidden;
}
.team .item .img .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  background: #fff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .img .info h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.team .item .img .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.team .item .img .info .social a {
  width: 100%;
  padding: 5px;
  border-left: 1px solid #eee;
}
.team .item .img .info .social a:last-of-type {
  border: 0;
}
.team .item .img:hover .info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team .item .img.filter img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.team .item .img img {
  -webkit-transition: -webkit-filter .5s !important;
  transition: -webkit-filter .5s !important;
  transition: filter .5s !important;
  transition: filter .5s, -webkit-filter .5s !important;
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ 18 Start Blog ] ====================== */
.nt-blog .stories {
  position: relative;
  padding: 20px;
}
.nt-blog .controls {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: calc(50% - 50px);
  right: calc(50% - 50px);
  z-index: 3;
}
.nt-blog .controls:after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  background: rgba(220, 220, 220, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.nt-blog .controls .swiper-button-next.next-ctrl, .nt-blog .controls .swiper-button-prev.prev-ctrl {
  position: absolute;
  right: calc(50% - 15px);
  left: auto;
  color: #ccc;
  z-index: 4;
  cursor: pointer;
  font-size: 28px;
  width: 30px;
  height: 30px;
}
.nt-blog .controls .swiper-button-next.next-ctrl:after, .nt-blog .controls .swiper-button-prev.prev-ctrl:after {
  display: none;
}
.nt-blog .controls .swiper-button-next.next-ctrl {
  top: 22px;
  bottom: auto;
}
.nt-blog .controls .swiper-button-prev.prev-ctrl {
  bottom: 0px;
  top: auto;
}
.nt-blog .controls .swiper-pagination-fraction {
  position: static;
}
.nt-blog .controls .swiper-pagination-fraction span {
  margin: 0 7px;
  font-weight: 600;
  color: #24d5b4;
}
.nt-blog .controls .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
}
.nt-blog .controls .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  left: -11px;
  top: 0;
  font-size: 10px;
  color: #ccc;
}
.nt-blog .item .img {
  border-radius: 3px;
  overflow: hidden;
}
.nt-blog .item .content {
  padding: 30px 65px;
  text-align: center;
}
.nt-blog .item .content .tags {
  color: #212529;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 13px;
  margin-bottom: 10px;
}
.nt-blog .item .content .tags a {
  margin: 0 7px;
}
.nt-blog .item .content .info {
  margin-bottom: 10px;
}
.nt-blog .item .content .info a {
  margin: 0 10px;
  font-weight: 400;
  color: #777;
}
.nt-blog .item .content .title {
  margin-bottom: 10px;
}
.nt-blog .item .content .title h4 {
  font-weight: 700;
  line-height: 1.5;
}
.nt-blog .item .content .more a {
  color: #212529;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nt-blog-grid {
  position: relative;
}
.nt-blog-grid .bg-pattern {
  position: absolute;
  width: 100%;
  height: 50%;
  right: 0;
  top: 0;
  z-index: -1;
}
.nt-blog-grid .item .post-img .img {
  overflow: hidden;
}
.nt-blog-grid .item .post-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.nt-blog-grid .item .post-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nt-blog-grid .item .cont {
  text-align: center;
  position: relative;
  padding: 40px 30px;
  background: #fafafa;
}
.nt-blog-grid .item .info {
  margin-bottom: 15px;
}
.nt-blog-grid .item .info a {
  color: #bababa;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}
.nt-blog-grid .item .info a:last-of-type {
  margin-left: 0;
}
.nt-blog-grid .item .info a i {
  margin-left: 2px;
}
.nt-blog-grid .item .info .tag {
  color: #24d5b4;
  font-weight: 600;
  float: left;
}
.nt-blog-grid .item h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}
.nt-blog-grid .item .more {
  color: #bababa;
  border-bottom: 1px solid #bababa;
}

.nt-blog-pg .posts .item .content {
  padding-top: 25px;
}
.nt-blog-pg .posts .item .content .tags {
  margin-bottom: 10px;
}
.nt-blog-pg .posts .item .content .tags a {
  font-size: 12px;
  font-weight: 500;
  color: #888;
  padding-left: 20px;
  position: relative;
}
.nt-blog-pg .posts .item .content .tags a:after {
  content: '';
  width: 8px;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 4px;
  top: 50%;
}
.nt-blog-pg .posts .item .content .tags a:last-of-type {
  padding-left: 0;
}
.nt-blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}
.nt-blog-pg .posts .item .content h4 {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 5px;
}
.nt-blog-pg .posts .item .content .more {
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nt-blog-pg .posts .item .content .more:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #090909;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nt-blog-pg .posts .item .content .more:hover {
  padding-right: 40px;
}
.nt-blog-pg .posts .item .content .more:hover:after {
  width: 30px;
}
.nt-blog-pg .posts .item .content .date {
  width: 100%;
  text-align: left;
}
.nt-blog-pg .posts .item .content .date a {
  padding: 15px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
.nt-blog-pg .posts .item .content .date .num {
  display: block;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 5px;
}
.nt-blog-pg .posts .pagination {
  margin: 80px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.nt-blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 2px;
}
.nt-blog-pg .posts .pagination span a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  font-size: 18px;
}
.nt-blog-pg .posts .pagination span.active a {
  background: #090909;
  color: #fff;
}
.nt-blog-pg.single {
  position: relative;
  margin-top: -100px;
}
.nt-blog-pg.single .post .img {
  min-height: 80vh;
}
.nt-blog-pg.single .post .content p {
  color: #555;
  font-size: 16px;
  font-family: inherit;
  margin: 30px 0;
}
.nt-blog-pg.single .post .content ul li {
  margin: 10px 0;
}
.nt-blog-pg.single .post .content ul li span {
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
}
.nt-blog-pg.single .post .content .quotes {
  background: #fafafa;
  padding: 30px;
  margin: 30px 0;
}
.nt-blog-pg.single .post .content .quotes p {
  color: #111;
  font-size: 18px;
  font-style: italic;
}
.nt-blog-pg.single .post .content .spacial p {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.nt-blog-pg.single .post .content .share-info {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nt-blog-pg.single .post .content .share-info .social a {
  font-size: 13px;
  margin-left: 20px;
}
.nt-blog-pg.single .post .content .share-info .tags {
  margin-right: auto;
}
.nt-blog-pg.single .post .content .share-info .tags a {
  font-size: 12px;
  margin: 0 10px 0 0;
}
.nt-blog-pg.single .post .author {
  padding: 30px;
  margin-top: 40px;
  background: #fafafa;
}
.nt-blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 140px;
}
.nt-blog-pg.single .post .author .info {
  display: table-cell;
  padding-right: 40px;
}
.nt-blog-pg.single .post .author .info h6 {
  margin-bottom: 10px;
  font-size: 15px;
}
.nt-blog-pg.single .post .author .info h6 span {
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 10px;
}
.nt-blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}
.nt-blog-pg.single .post .author .info .social {
  margin-top: 15px;
  font-size: 13px;
}
.nt-blog-pg.single .post .author .info .social a {
  margin-left: 15px;
}
.nt-blog-pg.single .pagination {
  margin-top: 80px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nt-blog-pg.single .pagination span {
  width: 100%;
  padding: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
}
.nt-blog-pg.single .pagination .icon {
  border: 0;
  width: 70px;
}
.nt-blog-pg.single .comments-area {
  margin-top: 80px;
}
.nt-blog-pg.single .comments-area .item {
  padding: 30px 0;
  margin: 30px 0;
  border-bottom: 1px solid #eee;
}
.nt-blog-pg.single .comments-area .item.relped {
  margin-right: 100px;
}
.nt-blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 80px;
}
.nt-blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
  position: relative;
}
.nt-blog-pg.single .comments-area .item .info h6 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.nt-blog-pg.single .comments-area .item .info h6 span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.nt-blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 10px;
}
.nt-blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.nt-blog-pg.single .comments-area .item .info .replay i {
  margin-right: 5px;
}
.nt-blog-pg.single .comment-form {
  margin-top: 80px;
}
.nt-blog-pg.single .comment-form form {
  margin-top: 50px;
}
.nt-blog-pg.single .comment-form form input, .nt-blog-pg.single .comment-form form textarea {
  width: 100%;
  padding: 17px;
  background: #fafafa;
  border: 0;
}
.nt-blog-pg.single .comment-form form textarea {
  height: 140px;
}
.nt-blog-pg.single .comment-form form button {
  cursor: pointer;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ 19 Start Contact ] ====================== */
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 15px;
  background: transparent;
  border: 1px solid #ddd;
}
.contact .form textarea {
  height: 160px;
}
.contact .cont-info .extra-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.contact .cont-info h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}
.contact .cont-info h5:last-of-type {
  color: #222;
  font-weight: 800;
}
.contact .cont-info h6 {
  line-height: 1.6;
  font-size: 16;
  font-weight: 400;
}

/* ====================== [ End Contact ] ====================== */
/* ====================== [ 20 Start call-action ] ====================== */
.call-action {
  background-color: #020202;
  color: #fff;
}
.call-action:before {
  background-repeat: repeat;
  opacity: .04;
}
.call-action.nogif {
  position: relative;
  padding: 80px 0;
  background: #0a0a0a;
  z-index: 2;
  overflow: hidden;
}
.call-action.nogif:before {
  display: none;
}
.call-action.nogif:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #0c0c0c;
  z-index: -1;
}
.call-action.nogif:hover:after {
  height: 100%;
  top: 0;
  bottom: auto;
}
.call-action .content h6 {
  color: #24d5b4;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.call-action .content h6 span {
  color: #24d5b4;
}
.call-action .content h2 {
  font-size: 6vw;
  font-weight: 800;
  margin-bottom: 20px;
}
body:not(.elementor-msie) .call-action .content h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.call-action .content h2 span {
  color: transparent;
}
.call-action .content h2 .word {
  margin-left: 15px;
}
.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}
.call-action .content p {
  font-size: 17px;
  font-weight: 300;
}
.call-action .tlink {
  margin-right: auto;
  border-bottom: 1px solid #eee;
}
.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.call-action.next:after {
  display: none;
}
.call-action.next:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}
.call-action.next .content h2 b {
  font-weight: 700;
}
.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 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.next:hover:before {
  opacity: .9;
}
.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 10s linear;
  transition: all 10s linear;
}

/* ====================== [ End call-action ] ====================== */
/* ====================== [ 21 Start Fotter ] ====================== */
.footer-sm {
  background: #060606;
  padding: 40px 0;
}
.footer-sm .right p {
  margin-right: auto;
  text-align: left;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ 22 Start Dark-Theme ] ====================== */
body.dark {
  color: #fff;
  background: #090909;
}
body.dark .main-content {
  background: #090909;
}
body.dark p {
  color: #b7b7b7;
}
body.dark .pace {
  background: #080808;
}
body.dark .pace .pace-progress {
  background: #ccc;
}
body.dark #preloader:after, body.dark #preloader:before {
  background: #111;
}
body.dark .extra-text {
  color: #ddd;
}
body.dark .sub-title {
  color: #ccc;
}
body.dark .sub-title:after {
  background: #eee;
}
body.dark .section-head h6 {
  color: #ccc;
}
body.dark .bg-gray {
  background: #1e1e1e;
}
body.dark .bg-pattern:after {
  background: #000;
  opacity: .96;
}

body.dark .imgio .cimgio {
  background: #0e0e0e;
}
body.dark .about .items.active {
  background: #0e0e0e;
}
body.dark .about .items .more-stroke span,
body.dark .about .items .more-stroke span:before,
body.dark .about .items .more-stroke span:after {
  background: #fff;
}
body.dark .work-carousel .swiper-pagination-progressbar {
  background: #1e1e1e;
}
body.dark .work-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #555;
}
body.dark .portfolio .filtering span:after {
  background: #484848;
}
body.dark .testimonials:after {
  background: #0e0e0e;
}
body.dark .testimonials p {
  color: #eee;
}
body.dark .testimonials h6 span {
  color: #999;
}
body.dark .testimonials .navs span {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ccc;
}
body.dark .testimonials .quote-text .quote-icon img {
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
body.dark .agency .img .imgone, body.dark .agency .img .imgtwo {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0e0e0e;
}
body.dark .agency .img .icon {
  background: #111;
}
body.dark .min-area .img:after,
body.dark .nt-blog-grid .item .cont {
  background: #101010;
}
body.dark .min-area .content ul.feat li,
body.dark .min-area .content ul.feat li h6 span {
  border-color: #1b1a1a;
}
body.dark .team .item .img .info {
  background: #090909;
}
body.dark .team .item .img .info .social a {
  border-color: #0e0e0e;
}
body.dark .nt-blog .item .content .more a,
body.dark .nt-blog .item .content .tags {
  color: #fff;
}
body.dark .nt-blog .item .content .info a {
  color: #999;
}
body.dark .nt-blog .controls {
  background: #000;
}
body.dark .nt-blog-pg .posts .item .content .tags a {
  color: #ccc;
}
body.dark .nt-blog-pg .posts .item .content .tags a:after {
  background: #ccc;
}
body.dark .nt-blog-pg .posts .item .content .more:after {
  background: #fff;
}
body.dark .nt-blog-pg .posts .item .content .date a {
  border-color: #656363;
}
body.dark .nt-blog-pg .posts .pagination span a {
  background: #111;
}
body.dark .nt-blog-pg .posts .pagination span.active a {
  background: #fff;
  color: #000;
}
body.dark .nt-blog-pg.single .post .content .spacial p {
  color: #eee;
}
body.dark .nt-blog-pg.single .post .content p {
  color: #999;
}
body.dark .nt-blog-pg.single .post .content .quotes,
body.dark .nt-blog-pg.single .post .author,
body.dark .nt-blog-pg.single .comment-form  input,
body.dark .nt-blog-pg.single .comment-form textarea {
  background: #121212;
  color: #fff;
  border: none;
}
body.dark .nt-blog-pg.single .pagination,
body.dark .nt-blog-pg.single .pagination span,
body.dark .nt-blog-pg.single .comments-area .item {
  border-color: #5d5d5d;
}
body.dark .clients .brands,
body.dark .clients .bord {
  border-color: rgba(200, 200, 200, 0.08);
}
body.dark .contact .cont-info h5:last-of-type {
  color: #fff;
}
body.dark .contact .cont-info h5,
body.dark .contact .cont-info h6 {
  color: #eee;
}
body.dark .contact .form input,
body.dark .contact .form textarea {
  color: #fff;
}

/* ====================== [ End Dark-Theme ] ====================== */
/* ====================== [ 23 Start Responsive ] ====================== */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 991px) {
  .md-mb10 {
    margin-bottom: 10px;
  }

  .md-mb20 {
    margin-bottom: 20px;
  }

  .md-mb30 {
    margin-bottom: 30px;
  }

  .md-mb40 {
    margin-bottom: 40px;
  }

  .md-mb50 {
    margin-bottom: 50px;
  }

  .md-mb60 {
    margin-bottom: 60px;
  }

  .md-mb70 {
    margin-bottom: 70px;
  }

  .md-mb80 {
    margin-bottom: 80px;
  }

  .md-pb10 {
    padding-bottom: 10px;
  }

  .md-pb20 {
    padding-bottom: 20px;
  }

  .md-pb30 {
    padding-bottom: 30px;
  }

  .md-pb40 {
    padding-bottom: 40px;
  }

  .md-pb50 {
    padding-bottom: 50px;
  }

  .md-pb60 {
    padding-bottom: 60px;
  }

  .md-pb70 {
    padding-bottom: 70px;
  }

  .md-pb80 {
    padding-bottom: 80px;
  }

  .slide-full .swiper-slide .bg-img,
  .slider-portfolio .swiper-slide .bg-img,
  .slider .parallax-slider .swiper-slide .bg-img {
    background-position: center center;
  }

  .slider .parallax-slider .caption,
  .slider-portfolio .swiper-slide .caption,
  .slide-full .capt {
    text-align: center;
  }
  .slider .parallax-slider .caption h1,
  .slider-portfolio .swiper-slide .caption h1,
  .slide-full .capt h1 {
    font-size: 50px;
  }

  .slider-portfolio .swiper-slide .bg-img {
    height: 50vh;
    margin-top: 30vh;
  }

  .slide-controls .swiper-button-next,
  .slide-controls .swiper-pagination-fraction {
    left: 25px;
  }

  .slide-controls .swiper-button-prev,
  .slide-full .social,
  .slider .parallax-slider .social {
    right: 25px;
  }

  .slide-controls.swiper-button-next:hover {
    left: 15px;
  }

  .slide-controls .swiper-button-prev:hover {
    right: 15px;
  }

  .intro-section .htit {
    margin-bottom: 30px;
  }

  .agency .imgsec {
    margin-bottom: 100px;
  }

  .agency .content h4 br {
    display: none;
  }

  .min-area .content {
    padding: 120px 0;
  }

  .process .section-head {
    margin-bottom: 80px;
  }

  .process .background {
    position: relative;
    top: 0;
    bottom: 0;
    height: 350px;
  }
  .process .background .vid {
    right: calc(50% - 50px);
    top: calc(50% - 50px);
  }

  .testimonials:after {
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .testimonials .slider-for {
    margin-bottom: 30px;
  }
  .testimonials .title h5 {
    display: none;
  }

  .agency .img {
    margin-top: 80px;
  }

  .nt-blog .item .content {
    padding: 30px 0px 70px;
  }

  .nt-blog .controls {
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: calc(100% - 40px);
    right: calc(50% - 40px);
  }

  .call-action .content h2 .word {
    margin-left: 3px;
  }

  .clients .brands {
    padding: 50px 10px;
  }

  .team {
    padding-top: 0;
  }

  .page-header .img-wrapper .title h3 {
    font-size: 70px;
  }

  .portfolio.gutter .gallery .items {
    margin-top: 60px;
    padding: 0 30px;
  }

  .page-header.proj-det .img-wrapper {
    min-height: 60vh;
  }
}
@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }

  .sm-mb20 {
    margin-bottom: 20px;
  }

  .sm-mb30 {
    margin-bottom: 30px;
  }

  .sm-mb40 {
    margin-bottom: 40px;
  }

  .sm-mb50 {
    margin-bottom: 50px;
  }

  .sm-mb60 {
    margin-bottom: 60px;
  }

  .sm-mb70 {
    margin-bottom: 70px;
  }

  .sm-mb80 {
    margin-bottom: 80px;
  }

  .sm-pb10 {
    padding-bottom: 10px;
  }

  .sm-pb20 {
    padding-bottom: 20px;
  }

  .sm-pb30 {
    padding-bottom: 30px;
  }

  .sm-pb40 {
    padding-bottom: 40px;
  }

  .sm-pb50 {
    padding-bottom: 50px;
  }

  .sm-pb60 {
    padding-bottom: 60px;
  }

  .sm-pb70 {
    padding-bottom: 70px;
  }

  .sm-pb80 {
    padding-bottom: 80px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 24px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 18px;
  }

  .topnav .container-fluid {
    padding: 0 30px;
  }

  .section-padding,
  .min-area .content {
    padding: 100px 0;
  }

  .section-head h6 {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .topnav .logo {
    width: 60px;
  }

  .section-head {
    margin-bottom: 60px !important;
  }

  .slider .parallax-slider .caption h1,
  .slide-full .capt h1,
  .slider-portfolio .swiper-slide .caption h1 {
    font-size: 40px;
  }

  .extra-title,
  .agency .content h4,
  .min-area .content h4 {
    font-size: 30px;
  }

  .agency .imgsec .imgtwo {
    display: none;
  }

  .agency .imgsec .imgone:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }

  .agency .imgsec .exp {
    left: 30px;
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0;
    z-index: 2;
  }
  .agency .imgsec .exp h6 {
    color: #eee;
  }

  .footer-sm,
  .footer-sm .right p {
    text-align: center;
  }

  .progress-wrap {
    left: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
  }

  .progress-wrap::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .clients .bord {
    border: 0;
  }

  .call-action .content h2,
  .call-action.next .content h2 {
    font-size: 50px;
  }

  .nt-blog-pg .posts .item .content {
    position: relative;
  }
  .nt-blog-pg .posts .item .content .col-10,
  .nt-blog-pg .posts .item .content .col-2 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .nt-blog-pg .posts .item .content .col-2 {
    position: absolute;
    left: 0px;
    top: -90px;
    z-index: 3;
  }

  .nt-blog-pg .posts .item .content .date a {
    padding: 10px;
    background: #fff;
    margin: 0;
  }

  .nt-blog-pg .posts .item .content .date .num {
    font-size: 25px;
    margin: 0;
  }

  .nt-blog-pg.single .comments-area .item.relped {
    margin-right: 0px;
  }

  .nt-blog-pg.single .post .img {
    min-height: 50vh;
  }

  .nt-blog-pg.single .comments-area .item .info h6 span {
    display: block;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .hamenu .cont-info {
    display: none;
  }

  .hamenu .menu-links .main-menu > li {
    font-size: 20px;
    padding: 7px;
  }

  .hamenu .menu-links .main-menu .sub-menu li {
    font-size: 16px;
  }

  .topnav .container-fluid {
    padding: 0 15px;
  }

  .slide-full .capt .dis,
  .slider-portfolio .swiper-slide .caption .dis,
  .slider .parallax-slider .caption .dis {
    padding-right: 0;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .slide-full .capt .dis:after,
  .slider-portfolio .swiper-slide .caption .dis:after,
  .slider .parallax-slider .caption .dis:after {
    display: none;
  }

  .slide-controls .swiper-button-next {
    left: 5px;
  }
  .slide-controls .swiper-button-next i {
    right: 30px;
  }
  .slide-controls .swiper-button-next i:after {
    width: 20px;
  }

  .slide-controls .swiper-button-prev {
    right: 5px;
  }
  .slide-controls .swiper-button-prev i {
    right: 10px;
  }
  .slide-controls .swiper-button-prev i:after {
    width: 20px;
  }

  .slide-controls .swiper-button-next,
  .slide-controls .swiper-button-prev {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .slide-controls .swiper-button-next:hover {
    left: 0 !important;
  }

  .slide-controls .swiper-button-prev:hover {
    right: 0 !important;
  }

  .slide-full .capt h1,
  .slider-portfolio .swiper-slide .caption h1,
  .slider .parallax-slider .caption h1 {
    font-size: 28px;
  }

  .work-carousel .swiper-button-next,
  .work-carousel .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .work-carousel .swiper-button-next {
    left: 15px;
  }

  .work-carousel .swiper-button-prev {
    right: 15px;
  }

  .work-carousel .content .cont h6 {
    letter-spacing: 2px;
  }

  .work-carousel .content .cont h4 {
    font-size: 20px;
  }

  .work-carousel .content .cont {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 20px;
  }

  .process .content ul li span {
    font-size: 40px;
    width: 60px;
  }

  .process .content {
    padding: 80px 25px;
  }

  .testimonials p {
    font-size: 16px;
  }

  .testimonials .quote-text .quote-icon {
    left: 30px;
    width: 40px;
  }

  .agency .img .icon {
    width: 70px;
    height: 70px;
    line-height: 90px;
  }
  .agency .img .icon svg {
    width: 60px;
  }

  .agency .img .exp h2 {
    font-size: 55px;
  }

  .extra-title,
  .agency .content h4,
  .min-area .content h4 {
    font-size: 22px;
  }

  .page-header .img-wrapper .title h3 {
    font-size: 40px;
  }

  .call-action .content h2,
  .call-action.next .content h2 {
    font-size: 38px;
  }

  .nt-blog-pg.single .post .content .share-info {
    display: block;
  }

  .nt-blog-pg.single .post .content .share-info .tags,
  .nt-blog-pg.single .post .content .share-info .social {
    display: block;
    width: 100%;
    text-align: center;
  }

  .nt-blog-pg.single .post .content .share-info .tags {
    margin-top: 20px;
  }

  .nt-blog-pg.single .post .author {
    padding: 30px 15px;
  }

  .nt-blog-pg.single .post .author .author-img {
    display: block;
    width: 120px;
    margin: 0 auto 30px;
  }

  .nt-blog-pg.single .post .author .info {
    display: block;
    padding: 0;
    text-align: center;
  }

  .nt-blog-pg.single .comments-area .item .comment-img {
    display: block;
    margin: 0 auto 30px;
    width: 60px;
  }

  .nt-blog-pg.single .comments-area .item .info {
    display: block;
    padding: 0;
    text-align: center;
  }

  .nt-blog-pg.single .comments-area .item.relped {
    margin-right: 0px;
  }

  .nt-blog-pg.single .comments-area .item .info h6 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .nt-blog-pg.single .comments-area .item .info .replay {
    top: -25px;
  }

  .portfolio.gutter .gallery .items {
    margin-top: 30px;
    padding: 0 15px;
  }

  .portfolio .filtering span {
    margin: 0 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .portfolio .filtering span:after {
    display: none;
  }
}
/* ====================== [ End Responsive ] ====================== */

/**
* Wavo Update CSS
*/
body {
  overflow-x: hidden;
}

.admin-bar .topnav,
.admin-bar .wavo-section-fixed{
  top: 32px;
}

.wavo-section-fixed {
    z-index: 999;
    position: fixed;
    width: 100%;
}
@media (max-width:782px) {
  .admin-bar .topnav,
  .admin-bar .wavo-section-fixed{
    top: 46px;
  }
}

@media (max-width:600px) {
  .admin-bar .topnav.nav-scroll{
    background: #111;
    top: 0px !important;
  }
  .admin-bar .wavo-section-fixed{
    top: 0px;
  }

  .splitting .word {
    margin-left: 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));
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}


.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;
  right: 50px;
}

ul.main-menu {
  counter-reset: listStyle;
}

.hamenu .menu-links .main-menu>li,
.hamenu .menu-links .main-menu .sub-menu li {
  list-style: none;
}

.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 {
  left: 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-right: 0;
}

.nt-404 .btn-curve.btn-wit {
  border-right: 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%;
  right: 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;
  right: -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-right: 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;
  right: -10px;
  left: -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;
  right: -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;
  right: 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-right: auto !important;
  margin-left: 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;
  right: 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-right: 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;
    right: -9px;
  }

  .nt-blog-pg .posts .item .content .date {
    width: 100%;
    text-align: right;
    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-right: 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;
    right: -9px;
  }

  .nt-blog-pg .posts .item .content .date {
    width: 100%;
    text-align: right;
    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-left: 1px solid #eee;
  border-right: 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;
  right: 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;
  right: 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;
}

.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 {
    left: 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;
}

.hamburger-box span.text {
    position: absolute;
    left: 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;
}
.nt-mobile #nt-logo.has-mobile-logo img.mobile-logo,
body[data-elementor-device-mode="tablet"] #nt-logo.has-mobile-logo img.mobile-logo,
body[data-elementor-device-mode="mobile"] #nt-logo.has-mobile-logo img.mobile-logo{
    display: block;
}
.scroll-start .has-sticky-logo .main-logo,
.has-sticky-logo .sticky-logo {
    display: none;
}
.scroll-start .has-sticky-logo .sticky-logo {
    display: block;
}

.nt-mobile.scroll-start #nt-logo.has-mobile-logo.has-sticky-logo img.mobile-logo,
body.scroll-start[data-elementor-device-mode="tablet"] #nt-logo.has-mobile-logo.has-sticky-logo img.mobile-logo,
body.scroll-start[data-elementor-device-mode="mobile"] #nt-logo.has-mobile-logo.has-sticky-logo img.mobile-logo{
    display: none;
}

.call-action.prev {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.call-action.prev:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 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;
    right: 0;
    left: 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;
    right: 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;
    left: 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-left: 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;
  left    : 0;
  right     : 0;
}

.header.is-overlay .header_container {
  background-color : transparent;
}

.header.is-sticky .header_container {
  position           : absolute;
  top                : 0;
  left              : 0;
  right               : 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-right : 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;
  left              : -10px;
  bottom             : 100%;
  right               : -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;
    right                : -100%;
    width               : 300px;
    height              : 100vh;
    overflow            : auto;
    border-left        : 1px solid var( --color-secondary );
    background-color    : var( --color-white );
    background-repeat   : no-repeat;
    background-position : left 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     : right 0.3s linear;
    -ms-transition      : right 0.3s linear;
    -o-transition       : right 0.3s linear;
    -webkit-transition  : right 0.3s linear;
    transition          : right 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 {
    right : 0;
  }

  .header_nav_close {
    display          : flex;
    height           : 50px;
    padding-right     : 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;
    left           : 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-left : 50px;
    padding-right  : 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-right : 50px;
  }

  .header_nav ul li:hover {
    border : 0;
  }

.header_nav_toggle.menu-icon {
    display      : flex;
    margin-left : 0;
    margin-right  : 0;
    align-items  : center;
    cursor       : pointer;
    left        : 0;
    color        : #fff;
}

  .header_nav_toggle.menu-icon .icon {
    display      : table-cell;
    margin-left : 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-right : 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%;
    right : 0;
  }

  .header_nav > ul > li > .header_nav_sub .header_nav_sub {
    top          : -10px;
    right         : 100%;
    padding-right : 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%;
    left   : 0;
    right    : 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;
    right: 0;
    width: 100%;
    height: 100%!important;
}
.nt-vegas-slide-content
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	text-align: right;
	color: #fff;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nt-vegas-slide-content.text-right
{
	text-align: left;
}
.nt-vegas-slide-content.text-center
{
	text-align: center;
}

.nt-vegas-slide-content.active
{
	position: relative;
	top: auto;
	right: auto;
	left: 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-left: 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;
  right: 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-left: 10px;
  cursor: pointer;
}
.home-slider-vegas-wrapper .social a {
  color: #fff;
  font-size: 11px;
  margin-left: 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;
    right:0;
}
.vegas-control .vegas-control-next,
.vegas-control .vegas-control-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: auto;
  top: 50%;
  right: auto;
  left: 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;
  right: 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 {
  left: 45px;
}
.vegas-control .vegas-control-next:hover i {
  right: 30px;
}
.vegas-control .vegas-control-next:hover i:after {
  width: 20px;
}
.vegas-control .vegas-control-next i:after {
  top: 6px;
  left: 5px;
}

.vegas-control .vegas-control-prev {
  left: auto;
  right: 50px;
}
.vegas-control .vegas-control-prev:hover {
  right: 45px;
}
.vegas-control .vegas-control-prev:hover i {
  right: 10px;
}
.vegas-control .vegas-control-prev:hover i:after {
  width: 20px;
}
.vegas-control .vegas-control-prev i {
  right: 18px;
}
.vegas-control .vegas-control-prev i:after {
  top: 6px;
  right: 5px;
}
.nt-vegas-slide-counter {
    position: absolute;
    left: 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-right: 120px;
        padding-left: 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 {
    left: 25px;
  }

  .slide-controls .swiper-button-prev,
  .home-slider-vegas-wrapper .social {
    right: 25px;
  }

  .vegas-control .vegas-control-next:hover {
    left: 15px;
  }

  .vegas-control .vegas-control-prev:hover {
    right: 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 {
    left: 5px;
  }
  .vegas-control .vegas-control-next i{
    left: 30px;
  }
  .vegas-control .vegas-control-prev {
    right: 5px;
  }
  .vegas-control .vegas-control-next i{
    left: 11px;
    right: auto;
  }
  .vegas-control .vegas-control-prev i {
      right: 11px;
  }
  .vegas-control .vegas-control-prev i:after,
  .vegas-control .vegas-control-next i:after{
    width: 20px;
  }
  .vegas-control .vegas-control-next:hover {
    left: 0px;
  }

  .vegas-control .vegas-control-prev:hover {
    right: 0px;
  }
}
.has-bg-video .equaliser-container {
    height: 10px;
    width: 26px;
    margin: 0 0;
    padding: 0 0 0 0;
    position: absolute;
    left: 62px;
    right: auto;
    bottom: 70px;
}
.has-bg-video .colour-bar {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 10px;
  background: #fff;
}

.has-bg-video .equaliser-column {
  width: 2px;
  float: right;
  margin: 0 0 0 1px;
  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-left: 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 */
/* width */
.has-custom--scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.has-custom--scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.has-custom--scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.has-custom--scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.hamenu.has-internal-link{
	-webkit-transition: none;
    transition: none;
}
.preloader-off .pace{
    display:none!important;
}

.c-fixed_wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.c-fixed,
.c-fixed_target {
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
}
.c-fixed_target {
    bottom: -100vh;
}
.c-fixed {
    height: 100%;
    background-size: cover;
    background-position: top center;
}
.elementor-section[data-wavo-locomotive-fixedbg] {
    overflow: hidden;
    height: 100vh!important;
}
[data-scroll].animated {
    -webkit-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}
[data-scroll-section] .imgio .cimgio{
	display:none;
}
[data-scroll-section] .work-carousel .content .img:after {
	content:none!important;
}

/* vegas slider for template type */

.elementor-top-section.vegas-slide-template-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: none;
    overflow: hidden;
}
.elementor-top-section.vegas-slide-template-section.active {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
}
.elementor-top-section.vegas-slide-template-section.active .splitting.animated .char {
    -webkit-animation: fadeInUp2 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp2 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));
}
.slider-vegas-template .vegas-control .vegas-control-next,
.slider-vegas-template .vegas-control .vegas-control-prev {
    z-index: 99;
}
.agency .img .icon {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-curve span {
    -webkit-transition: all .1s;
    transition: all .1s;
}
.btn-curve:hover span {
    -webkit-transition: all .8s;
    transition: all .8s;
}
.portfolio .filtering {
    padding: 0;
}
.hamenu .menu-links span,
.hamenu .menu-links .sub-link,
.btn-curve span,
.popup-video .vid-btn .icon,
.splitting span,
.about .items .more-stroke span,
.content .img span,
.quote-icon {
    display: inline-block;
}
#navi.sticky-header-off {
    position: absolute;
}
.cursor2 {
 z-index: 999999;
}
.topnav .hamburger: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));
}
/* Testimonials 2 */
/* Testimonials Styyle-1 */
.testimonials2 .testi-item {
    position: relative;
}
.testi-1 .testi-footer{
    display: inline-block;
}
.testi-1 img.testi-avatar {
    margin-top: 30px;
}
.testi-1 .testi-info {
    font-size: 12px;
    text-transform: uppercase;
}
.testimonials2 .navs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials2 .next,
.testimonials2 .prev {
    display:none;
}
.testimonials2 .next.slick-arrow,
.testimonials2 .prev.slick-arrow {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    display:flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 10px;
}
.testimonials2 .slick-dots li button:before{
    display: none;
}
/* style 2 */

.testi-2 .slick-slide.testi-item {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
	transform: scale(0.8);
	text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testi-2 .testi-item.avatar-none {
	padding-top: 5rem;
}
.testi-2 .testi-avatar {
	border-radius: 50%;
	margin-top: -5rem;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
}
.testi-2 .testi-quote {
	width: 80%;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative;
	z-index: 1;
	font-size: 2rem;
	line-height: 3.5rem;
	color: #585D6D;
}
.testi-2 .testi-quote::before {
	content: '\201c';
	font-size: 12rem;
	color: #F1AD56;
	opacity: .4;
	font-family: serif;
	font-weight: bold;
	position: absolute;
	top: 6.8rem;
	right: 0;
	z-index: -1;
	pointer-events: none;
}
.testi-2 .testi-footer {
	border-top: 1px solid #D6D3D2;
	padding: 3rem 0;
	width: 100%;
}
.testi-2 .testi-author {
	display: block;
	font-size: 3.5rem;
	color: #585D6D;
	margin-bottom: 1rem;
}
.testi-2 .testi-info {
	font-size: 1.2rem;
	color: #B1B4BD;
	width: 60%;
	margin: 0 auto;
	line-height: 2.5rem;
}



/* SIDEBAR MENU */

.has-sidebar-menu{
    padding-right: 80px;
}
.sidebarmenu--navigation {
    width: 400px;
    height: 100%;
    position: fixed;
    right: 80px;
    top: 0;
    z-index: 9;
    background: #1c1b21;
    visibility: hidden;
    overflow: hidden;
    transform: translateX(100%);
}

.sidebarmenu--navigation:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    opacity: 0.05;
}

.sidebarmenu--navigation {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidebarmenu--navigation.open {
    transform: translateX(0);
    visibility: visible;
}
.sidebarmenu--navigation .hamenu {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: transparent;
    right: 0;
    margin-top: 120px;
    padding: 0;
}
.sidebarmenu--navigation .hamenu .menu-links {
    margin-top: 0;
    width: 100%;
    padding: 0 10%;
}
.sidebarmenu--navigation .hamenu .menu-links .main-menu {
    position: relative;
    margin-bottom: 0;
}
.sidebarmenu--navigation .hamenu.open .menu-links .main-menu > li .link {
    transition: all .5s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.sidebarmenu--navigation .logo {
    margin-top: 20px;
    width: 100%;
    padding: 0 10%;
}
/* HAMBURGER MENU */
.sidebarmenu--hamburger-menu {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
    margin: 30px;
}

.sidebarmenu--hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #1c1b21;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.sidebarmenu--hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}

.sidebarmenu--hamburger-menu span:nth-child(2) {
    top: 5px;
}

.sidebarmenu--hamburger-menu span:nth-child(3) {
    top: 10px;
    width: 18px;
}

.sidebarmenu--hamburger-menu:hover span {
    width: 20px !important;
}

.sidebarmenu--hamburger-menu.open span {
    width: 20px !important;
}

.sidebarmenu--hamburger-menu.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sidebarmenu--hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    right: -20px;
}

.sidebarmenu--hamburger-menu.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sidebarmenu--hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 13px;
}

.sidebarmenu--hamburger-menu span:nth-child(2) {
    top: 5px;
}

.sidebarmenu--hamburger-menu span:nth-child(3) {
    top: 10px;
    width: 18px;
}

.sidebarmenu--hamburger-menu:hover span {
    width: 20px !important;
}

.sidebarmenu--hamburger-menu.open span {
    width: 20px !important;
}

.sidebarmenu--hamburger-menu.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sidebarmenu--hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    right: -20px;
}

.sidebarmenu--hamburger-menu.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* SEARCH BOX */
.sidebarmenu--search-box {
    width: calc(100% - 80px );
    height: 100%;
    position: fixed;
    right: 80px;
    bottom: -100%;
    z-index: 9998;
    background: #1c1b21;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sidebarmenu--search-box {
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

body .sidebarmenu--search-box h2 {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 5%;
    color: #fff;
}

.sidebarmenu--search-box form {
    width: 100%;
    max-width: 800px;
}

.sidebarmenu--search-box form input[type="text"] {
    width: 80%;
    height: 60px;
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: transparent;
    padding: 0 20px;
    font-size: 17px;
}

.sidebarmenu--search-box form button[type="submit"] {
    width: 20%;
    height: 60px;
    border: none;
    color: #1c1b21;
}

.sidebarmenu--search-box.open {
    bottom: 0;
}
.sidebarmenu--search-box #nt-logo {
    position: absolute;
    top: 100px;
}

/* MAIN SIDE */
.sidebarmenu--main-side {
    width: 80px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebarmenu--main-side .sidebarmenu--social-media {
    width: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    padding: 0;
    margin-top: -60px;
    text-align: center;
}

.sidebarmenu--main-side .sidebarmenu--social-media li {
    width: 100%;
    float: right;
    list-style: none;
    margin-bottom: 15px;
}

.sidebarmenu--main-side .sidebarmenu--social-media li:last-child {
    margin-bottom: 0;
}

.sidebarmenu--main-side .sidebarmenu--social-media li a {
    width: 100%;
    float: right;
    color: #999;
    font-size: 13px;
}

.sidebarmenu--main-side .sidebarmenu--social-media li a:hover {
    color: #1c1b21;
}

.sidebarmenu--main-side .sidebarmenu--search {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    font-weight: 700;
}

.sidebarmenu--main-side .sidebarmenu--search .sidebarmenu--search-open {
    cursor: pointer;
}

.sidebarmenu--main-side .sidebarmenu--search .sidebarmenu--search-close {
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
    display: none;
}
.mobile--hamburger{
    display:none;
    position: absolute;
    top: 0px;
    left: 20px;
    margin: 0;
    z-index: 99999;
}
.sidebarmenu--hamburger-menu.mobile--hamburger span {
    background: #ffffff;
}
.admin-bar .sidebarmenu--main-side,
.admin-bar .sidebarmenu--navigation{
    height: calc(100% - 32px );
    top: 32px;
}
.admin-bar .sidebarmenu--headertop{
    top: 32px;
}
/* header top */
.sidebarmenu--headertop.mobile--header {
    position: absolute;
    width: calc(100% - 80px );
    z-index: 9999;
    padding: 20px 40px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.has-sidebar-menu .slider.fixed-slider {
    right: 80px;
}
/* RESPONSIVE FOR TABLETS */
@media only screen and (max-width: 989px), only screen and (max-device-width: 989px) {
    .has-sidebar-menu .slider.fixed-slider {
        right: 60px;
    }
    .has-sidebar-menu{
        padding-right: 60px;
    }
    .sidebarmenu--main-side {
        width: 60px;
    }
    .sidebarmenu--hamburger-menu {
        margin: 30px 20px;
    }
    .sidebarmenu--main-side .sidebarmenu--social-media {
        width: 60px;
    }
    .sidebarmenu--main-side .sidebarmenu--search {
        right: 20px;
    }
    .sidebarmenu--navigation {
        right: 60px;
    }
    .sidebarmenu--search-box {
        width: calc(100% - 60px );
        right: 60px;
    }
}

/* RESPONSIVE FOR MOBILES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .has-sidebar-menu .slider.fixed-slider {
        right: 0px;
    }
    .admin-bar .sidebarmenu--headertop {
        top: 46px;
    }
    .scroll-start.admin-bar .sidebarmenu--headertop {
        top: 0px;
    }
    .has-sidebar-menu{
        padding-right: 0px;
    }
    .sidebarmenu--main-side {
        display:none;
    }
    .sidebarmenu--headertop.mobile--header {
        position: fixed;
        width: 100%;
        padding: 20px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .scroll-start .sidebarmenu--headertop.mobile--header {
        background: #000;
    }
    .header_logo {
        max-width: 50%;
    }
    .mobile--hamburger {
        display: block;
        position: relative;
        margin: 0;
        height: 13px;
        left: 0;
    }
    .sidebarmenu--navigation {
        width: 260px;
        right: 0;
    }
    .sidebarmenu--search-box h2 {
        font-size: 40px;
    }
    .sidebarmenu--search-box form input[type="text"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebarmenu--search-box form button[type="submit"] {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.gallery-text .swiper-slide {
    background-color: transparent;
}


/* FRAMEWORK */

/*------------------------------------------------------------------

	[Table of contents]

	1. Defaults
	2. WordPress Cores
	3. Widgets
	4. Share Buttons
	5. Articles
	6. Post Content Area
	7. Preloaders
	8. WPBakery ( Visual Composer )

-------------------------------------------------------------------*/
/* 1. Defaults */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909090;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #909090;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
}

a:focus, a:hover {
    color: #909090;
    text-decoration: none;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
    overflow: auto;
}

#nt-blog dt {
    font-weight: 700;
}

dd {
    margin-right: 0;
    margin-bottom: 20px !important;
}

p:empty {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

code {
    white-space: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-weight: inherit;
    font-size: inherit;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

/* 2. WordPress Core */
.bypostauthor, .gallery-caption {
    display: block;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignright {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.nt-clearfix:after, .wp-caption:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 20px;
}

.wp-caption.alignleft {
    margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
    margin: 5px 20px 20px 0;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 15px 0 0;
    font-size: 14px;
    padding: 0 4px 5px;
}

.sticky_text {
    background: #857F79;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 10px;
}

@media only screen and (min-width: 992px) {
    .nt-no-sidebar .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        padding: 5px 3px 10px;
        text-align: center;
    }

    .nt-no-sidebar .wp-caption.alignnone {
        margin: 90px 0 40px 20px;
    }

    .nt-no-sidebar .wp-caption.alignleft {
        margin: 5px 0 35px 20px;
    }

    .nt-no-sidebar .wp-caption.alignright {
        margin: 5px 20px 20px 0;
    }

    .nt-no-sidebar .wp-caption.alignnone {
        margin: 40px 0 30px 20px;
    }

    .alignnone {
        margin: 15px 0 15px 20px;
    }

    .nt-no-sidebar .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .nt-no-sidebar .wp-caption p.wp-caption-text {
        line-height: 17px;
        margin: 15px 0 0;
        font-size: 14px;
        padding: 0 4px 5px;
    }

    .nt-no-sidebar .alignleft {
        float: right;
        margin: 5px 0 40px 20px;
    }

    .nt-no-sidebar .aligncenter, div.aligncenter {
        display: block;
        margin: 40px auto 39px auto;
    }
}

.page article .article-img {
    margin-bottom: 40px;
}


/* 3. Widgets */
#nt-sidebar #searchform {
    position: relative;
    max-height: 50px;
}

#nt-sidebar .menu {
    opacity: 1 !important;
}

#nt-sidebar #searchform input#searchsubmit {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #2c97de;
    margin-right: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#nt-sidebar .widget_text {
    min-height: 20px;
}

#nt-sidebar #searchform input#searchsubmit {
    color: #1d1d2d;
}

#nt-sidebar #searchform input#searchsubmit {
    background-color: #FFED91;
}

#nt-sidebar #searchform input#searchsubmit {
    background-color: #1d1d2d;
    color: #fff;
}

#nt-sidebar .widget-title {
    color: #1d1d2d;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 30px;
}

#wp-calendar a {
    color: var(--color-secondary);
}

.calendar_wrap #prev a {
    background: #1d1d2d;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    margin-right: -12px;
}

.calendar_wrap #next a {
    background: #1d1d2d;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    margin-left: -8px;
}

#nt-sidebar select {
    max-width: 100%;
    border: 1px solid #ddd;
    color: #1d1d2d;
    min-width: 100%;
    padding: 15px 20px 15px 54px !important;
}

#nt-sidebar form {
    margin: 0;
    /* border: 1px solid var(--color-grey2); */
    border-radius: 4px;
}

/* text widget */
.textwidget img, .textwidget strong {
    margin: 15px 0;
    display: block;
    font-size: 14px;
}

.textwidget br {
    display: none;
}

/* rss widget */
.widget_rss ul {
    padding: 0px !important;
    margin: 0 !important;
}

.widget_rss ul li {
    border-bottom: 1px solid #d5d5d5;
    padding: 0px 0 40px !important;
    list-style: none;
    margin-bottom: 40px !important;
}

.widget_rss ul li:last-child {
    border-bottom: 0px;
    padding: 15px 0 0px;
    list-style: none;
    margin-bottom: 0;
}

.widget_rss ul li a {
    margin-bottom: 15px;
    display: block;
    color: var(--color-secondary) !important;
}

.widget_rss ul li span {
    color: #1d1d2d;
    margin-bottom: 14px;
    display: block;
    font-size: 14px;
    text-align: right !important;
}

.widget_rss -title a {
    font-weight: 600;
    color: #373737;
    vertical-align: top;
}

.widget_rss cite {
    color: #1c1c2d;
    display: block;
    margin-top: 5px;
}

.widget_rss cite:before {
    content: "-- ";
}

.widget_rss .rssSummary {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.8;
    font-size: 15px;
}

/* search form */
.search-results article, article.hentry {
    margin-bottom: 40px;
}

body.search article .searchform {
    float: none;
}

body.error404 .content-error .searchform input[type="submit"] {
    line-height: 43px;
    position: relative;
    width: 15%;
    top: -1px;
    background: #1d1d2d;
    border: none;
    color: #fff;
    right: -3px;
}

.search-form-input {
    padding: 10px 20px 10px 3px;
}

body.search article .searchform {
    float: right;
}

body.search article .searchform input[type="submit"] {
    float: right;
    line-height: 43px;
    position: relative;
    width: 20%;
    top: 0px;
    background: #1d1d2d;
    border: none;
    color: #fff;
}

body.error404 .index .searchform {
    margin: 0 auto;
    width: 73%;
    float: right;
}

body.error404 .index .searchform input[type="text"] {
    outline: 0;
    float: right;
    min-height: 46px;
    width: 80%;
    padding: 9px 15px 7px 0;
    font-size: 12px;
    border: 0px solid #efefef;
    background: #efefef;
}

body.error404 .index .searchform input[type="submit"] {
    float: right;
    min-height: 46px;
    position: relative;
    width: 20%;
    top: 0px;
    background: #1d1d2d;
    border: none;
    color: #fff;
}

/* author box*/
.container-author-box .avatar {
    border-radius: 50%;
}

.container-author-box .nt-author-social-inner {
    margin: 0 !important;
    padding: 0 !important;
}

.nt-single-post-related-title {
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 16px;
    margin: 0 0 15px;
}

.article-img, .blog-bg {
    margin-bottom: 20px;
}

.tags-links {
    border-left: 2px solid #ddd;
    padding: 0px 0px 0 10px;
    display: inline-block;
    margin: 0px 0 0px 10px;
}

.nt-sidebar-inner-widget .tag-cloud {
    margin-bottom: -5px;
}

.nt-sidebar-inner-widget .tag-cloud-link {
    display: inline-block;
    font-size: 13px !important;
    margin: 0 0 3px;
    text-transform: capitalize;
    text-decoration: none !important;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 0;
}

.tagcloud a:hover {
    background: #24d5b4;
    color: #fff;
}

.tag-item-one {
    color: #695afd !important;
    background-color: #f2f1ff;
}

.tag-item-two {
    color: #f94a11 !important;
    background-color: #ffefe8;
}

.tag-item-three {
    color: #0cbc5a !important;
    background-color: #e6faef;
}

.tag-item-four {
    color: #feb302 !important;
    background-color: #fff8e6;
}

.tag-item-five {
    color: #34c7df !important;
    background-color: #f1fdff;
}

/* breadcrumb */
.nt-breadcrumb {
    background: none;
    color: #fff !important;
    font-size: 15px !important;
    margin-right: -4px;
    text-transform: capitalize;
    vertical-align: middle;
    display: inherit;
    padding: 8px 0 8px 15px;
}

.nt-breadcrumb span {
    margin-right: 3px;
}

.nt-breadcrumb a span {
    margin-left: 5px;
}

.nt-breadcrumb .current-item {
    color: #ffffff;
}

.nt-breadcrumbs {
    margin: 20px 0;
}

.nt-breadcrumbs .nt-breadcrumbs-list {
    padding: 0;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
}

.nt-breadcrumbs .nt-breadcrumbs-list li {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
}

.nt-breadcrumbs .nt-breadcrumbs-list i {
    font-size: 16px;
}

.nt-breadcrumbs .bredcrumb-separator {
    margin: 0 5px;
}

.nt-breadcrumbs {
    padding: 8px 0 8px 15px;
}

.nt-breadcrumbs .breadcrumb-current {
    color: #4c8fff;
    font-weight: 600;
}

/* 4. password form */
.post-password-form label {
    display: inline
}

.post-password-form input[type=password] {
    width: auto;
    margin: 0 15px;
    margin-top: 30px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #5d5d5d;
    /* display: block; */
    /* width: 100%; */
    background-clip: padding-box;
    border: 2px solid #f2f2f2;
    line-height: 1.2;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    padding: 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.post-password-form input[type=submit] {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    background-color: transparent;
    border-width: 1px;
    height: 54px;
    line-height: 38px;
    padding: 0 40px;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: normal;
    cursor: pointer;
    border-style: solid;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

/*  5.  Articles   */
.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
    height: 100%;
}

.nt-theme-content ol, .nt-theme-content ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.single .the-post-thumbnail {
    margin-bottom: 30px;
}

.nt-theme-content.nt-single-content {
    margin-bottom: 60px;
    position: relative;
}

.nt-inner-title {
    margin: 80px 0 50px;
}

h3.nt-inner-title.nt-comments-title.mb-6 {
    margin-bottom: 50px !important;
}

.nt-post-tags {
    clear: both;
    margin-bottom: 60px;
}

.page-links {
    clear: both;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.nt-is-wp-link-pages .page-links {
    background: #fff;
    margin-top: 20px;
    color: #b6b6b6;
}

.nt-is-wp-link-pages {
    /* padding-bottom: 50px; */
}

.single .page-links, .page .page-links {
    position: relative;
    border-width: 1px;
    display: table;
    padding: 10px 0px;
    margin-top: 40px;
}

.page-links span span {
    margin-left: 0px;
}

.page-links a {
    margin-left: 2px;
    display: inline-block;
    font-size: 15px;
    color: #b6b6b6;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
}

.single .page-links a, .page .page-links a,
.single .page-links span, .page .page-links span {
    margin-left: 8px !important;
    font-size: 15px;
    color: #1d1d2d;
    font-weight: bolder;
}

.page-links a:hover {}

.page-links-title {
    margin-left: 5px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.page-links .current {
    margin-left: 0px;
    display: inline-block;
    color: var(--color-secondary);
     !important;
    font-weight: 500;
    font-size: 14px;
}

/* 6. Post Content Area */
.nt-page-template-content.nt-theme-content:after {
    clear: both;
    content: "";
    display: table;
    table-layout: fixed;
}

.post .nt-theme-content li {
    list-style: inherit !important;
}

.nt-theme-content .gallery-item img {
    margin-bottom: 15px;
}

.nt-theme-content .gallery-caption {
    margin-right: 0;
    max-width: 150px !important;
}

.nt-theme-content p iframe {
    max-width: 100%;
}

.nt-theme-content h1, .nt-theme-content h2, .nt-theme-content h3, .nt-theme-content h4, .nt-theme-content h5, .nt-theme-content h6 {
    /* margin-top: 20px !important; */
    /* padding-bottom: 10px; */
    /* margin-bottom: 0px !important; */
}

.nt-theme-content p {
    margin: 0 0 20px;
}

.comment-navigation {
    margin: 30px 0;
}

.commentlist p {
    color: #1d1d2d;
    margin: 0 0 20px;
}

.comment-paragraph {
    margin-right: 85px !important;
}

.nt-comment-item {
    list-style-type: none !important;
}

.nt-comment-content img {
    margin-top: 15px;
}

.nt-comment-content {
    margin: 5px 0 20px;
}

.nt-commentlist {
    margin-bottom: 80px;
}

.comments #cancel-comment-reply-link {
    display: block !important;
}

p.nocomments {
    background: #866a1c;
    color: #fff;
    padding: 25px;
    margin: 60px 0 0;
}

.tag-pingbacks-2 .commentlist {
    list-style: none;
}

.commentlist>li.comment {
    list-style: none;
    position: relative;
}

.nt-commentlist .pingback {
    padding-right: 0;
}

.nt-commentlist .pingback .nt-comment-avatar {
    display: none;
}

.nt-theme-content ol {
    list-style: decimal;
    padding-right: 20px;
}

.nt-theme-content ul {
    list-style: disc;
    padding-right: 20px;
}

.nt-theme-content ul.nt-theme-content-list,
.nt-theme-content ol.nt-theme-content-number-list {
    padding: 0 20px 0 0 !important;
    margin: 0 0 0px 0 !important;
}

.nt-theme-content ul.nt-theme-content-list li,
ol.nt-theme-content-number-list ol li {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
}

.nt-theme-content ul ul, .nt-theme-content ol ol {
    padding-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.nt-theme-content ul ol ul {
    padding-right: 20px;
}

.comments ul li ul li {
    margin: 10px;
}

ul.nt-theme-content-list {
    list-style: disc;
}

.commentlist {
    margin: 0 0 80px 0;
    padding: 0;
    list-style: none;
}

.commentlist .children {
    padding: 0;
    position: relative;
}

#nt-comments ul.children li {
    padding-right: 100px !important;
}

.comment-content ul li, .comment-content ol li {
    margin-bottom: 15px !important;
    margin-right: 20px !important;
}

.comment-content, .comment-content ul li {
    list-style-type: disc !important;
}

.children li {
    margin-right: 0px;
}

ol li:not(.pingback) .comment-meta {
    float: none;
    margin-right: 82px;
    margin-top: -42px;
    top: 0;
    font-size: 13px;
}

.comment.even {
    position: relative;
    list-style: none;
}

ol.nt-commentlist.comments-list {
    padding: 0;
}

.trackback {
    padding: 0px !important;
    margin: 0;
}

.comment-details {
    margin-right: 90px;
}

.children, .comments {
    list-style-type: none;
}

.comment-reply-link {
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 0px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

.commentmetadata a {
    font-size: 11px;
    font-weight: 600;
    color: #919191;
    text-transform: uppercase;
}

.edit-comment {
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: inherit !important;
    background: #1d1d2d;
    color: #fff;
    display: inline-block;
    margin: 5px 0;
    padding: 2px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
}

#reply-title {
    margin-bottom: 7px;
}

.comment-form-comment label {
    display: none;
}

.comment-form .submit {
    margin-top: 30px;
    border: none;
}

.nt-form-input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #d7e0e5;
}

.depth-2 {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .nt-form-input {
        margin-bottom: 15px;
    }
}

@media (max-width:780px) {
    #nt-comments ul.children li {
        padding-right: 20px !important;
    }

    .children .nt-comment-right {
        margin-right: 80px;
    }
}

@media (max-width:575px) {
    .children .nt-comment-right {
        margin-right: 0px;
    }
}

/* formats */
/* comments */
.container-for-comments {
    background: #fff;
}

label.screen-reader-text {
    display: none;
}

span.comment-author-link {
    color: var(--color-text);
}

.comment-form-comment {
    color: var(--color-text);
}

.container-for-comments .children {
    margin-bottom: 70px;
}

.comments ul {
    padding: 0;
    margin: 10px;
}

.comments ul li {
    list-style: none;
}

.comments ul li span .photo {
    padding: 0 !important;
}

.comments ul li .nt-theme-avatar {
    float: right;
    margin-left: 30px;
}

.comments ul li .commentlist {
    margin-right: 100px;
    border: 1px solid #EEE;
    padding: 8px 25px 20px;
}

.comment .children {
    margin: 50px 0;
}

input#wp-comment-cookies-consent {
    margin-left: 10px;
}

#respond p.form-submit {
    margin-top: 30px;
    display: inline-flex;
}

.nt-comment-form-button {
    display: inline-flex;
    align-items: center;
    height: 54px;
    margin: 0;
    padding: 0 30px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: var(--color-text);
    border-color: var(--color-grey2);
    background-color: var(--color-grey1);
}

.nt-comment-form-button:hover {
    background-color: var(--color-white);
}

/* others  */
div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}

input.wpcf7-not-valid+span {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px 0 !important;
    width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f70000;
    background-color: #f70000;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    display: inline-block !important;
    margin: 15px !important;
    width: 97.2% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
}

div.wpcf7-mail-sent-ok {
    background: #398F14;
    border: 2px solid #398f14;
    color: #fff;
}

footer .widget input.wpcf7-form-control.wpcf7-submit {
    background: #f8cf27 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #1d1d2d;
    font-weight: 700;
    padding: 12px 30px 7px;
    text-transform: uppercase;
}

.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    display: inline-block;
}

.wpcf7 br {
    display: none;
}

/* responsive options

	1200px
	991px
	768px
	480px

*/
@media (max-width: 991px) {
    #nt-sidebar {
        margin: 80px 0 0;
    }

    #nt-sidebar #searchform input[type="text"] {
        width: 90%;
    }

    footer .widget {
        margin-bottom: 40px;
    }

    footer .widget-title {
        margin-bottom: 15px;
    }

    .nt-pagination.-align-center {
        -webkit-justify-content: end;
        justify-content: end;
        text-align: right;
    }

}

@media (max-width: 768px) {
    #nt-sidebar #searchform {
        position: relative;
        max-height: 50px;
        margin-top: 90px;
    }

    .index-header {
        height: 100vh !important;
    }
}

@media (max-width: 480px) {
    .avatar-class {
        float: none;
        margin-left: 30px;
        margin-bottom: 15px;
        display: block;
    }

    .comment-details, .comments ul li .commentlist {
        margin-right: 0;
    }

    .pager li>a, .pager li>span {
        float: none;
        width: 100%;
    }

    .template-cover-text .uppercase {
        font-size: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        color: #fff;
    }

    .comment-meta {
        margin-bottom: 15px;
    }
}

body:not(.page-template-custom-page) .hero-content {
    text-align: right;
}

body .wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 0px;
}

.blog-medium-container iframe {
    max-width: 100%;
    height: auto;
    min-height: 170px;
}

.single .blog-post-body ul {
    text-align: right;
}

.comment-meta {
    margin-bottom: 20px;
}

.commentlist li h1 {
    letter-spacing: -0.5px !important;
}

.nt-commentlist li.comment ul.children {
    padding: 0;
}

.reply {
    margin-right: 85px;
}

#respond {
    margin: 60px 0 60px;
}

.commentlist div:not(#respond) p {
    color: inherit;
    margin: 0 0 15px;
}

.says {
    display: none;
}

.widget-list-span {
    position: absolute;
    left: 0;
    top: -7px;
    right: 81%;
    padding: 0;
    text-align: center;
    color: var(--color-secondary);
    line-height: 2;
}

/* Inner pages hero */
#nt-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
}

.start-screen .__subtitle {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.container-author-box, .nt-single-post-related, .single-post-navigation {
    margin-top: 60px;
}

button:focus {
    outline: 0;
}

#cancel-comment-reply-link {
    font-size: 13px;
}

/*------------------------------------------------------------------

  1. Tags
  2. Sidebar
  3. Post formats
  4. Text formats
  5. Section
  6. Pager - Pagination
  7. Buttons
  8. Comment - Form
  9. Spaces - Heights
  10. Colors
  11. Page layouts

-------------------------------------------------------------------*/
/* 1. Tags */
.nt-tags-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-tags-list:before, .nt-tags-list:after {
    content: "";
    display: table;
}

.nt-tags-list:after {
    clear: both;
}

.nt-tags-list-item {
    float: right;
    margin-left: 10px;
}

.nt-tags-list-link {
    display: inline-block;
    font-size: 12px;
    position: relative;
    font-weight: 500;
    color: #1d1d2d;
    border: 1px solid #e7ecef;
    padding: 5px 15px;
    border-radius: 0px;
    text-transform: capitalize !important;
    margin: 0;
}

.nt-tags-list-link:hover {
    color: #ffffff;
    background: var(--color-secondary);
    border-radius: 40px;
}

/* 2. Sidebar */
.nt-sidebar .nt-sidebar-inner-widget:last-child {
    margin-bottom: 0;
}

.nt-sidebar-type-2 .nt-sidebar-inner-widget {
    padding: 35px;
    border-width: 5px 1px 1px 1px;
    border-style: solid;
    margin-bottom: 50px;
    border-color: #e7ecef;
    border-top-color: #1d1d2d;
}

.nt-sidebar-inner-widget a {
    color: inherit;
    text-decoration: none;
}

.nt-sidebar-inner-widget ul.children li a:before,
.nt-sidebar-inner-widget ul.sub-menu li a:before {
    content: "\2022";
    color: var(--color-secondary);
    font-weight: bold;
    display: inline-block;
    width: 18px;
    margin-right: -18px;
}

.nt-sidebar-inner-widget p {
    margin-bottom: 10px;
}

.nt-sidebar-inner-widget p:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-widget h5 {
    font-size: 16px;
    font-weight: 500;
}

.nt-sidebar-inner-widget h6 {
    font-size: 12px;
    font-weight: 400;
    color: #777777;
}

.nt-sidebar-inner-widget-title {
    margin-bottom: 30px;
    margin-top: 0;
}

.nt-sidebar-inner-widget ol li,
.nt-sidebar-inner-widget ul li {
    margin: 0px;
    position: relative;
    font-size: 15px;
    position: relative;
    font-weight: inherit;
    line-height: 1.6;
    font-weight: 500;
}

.nt-sidebar-inner-widget ol li:not(:first-child),
.nt-sidebar-inner-widget ul li:not(:first-child) {
    margin-top: 10px;
}

.nt-sidebar-inner-widget ol li:last-child,
.nt-sidebar-inner-widget ul li:last-child {
    margin-bottom: 0px;
    position: relative;
}

.nt-sidebar-inner-widget ol,
.nt-sidebar-inner-widget ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    list-style-type: none;
}

.nt-sidebar-inner-widget .children {
    list-style: none;
}

.nt-sidebar-inner-search-form {
    position: relative;
    width: 100%;
}

.nt-sidebar-inner-search-field {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 8px 0 8px 40px;
    background-color: #f7f7f700;
    border: 1px solid #e7ecef;
    padding-right: 10px;
}

.nt-sidebar-inner-nav ul li {
    margin-bottom: 20px;
}

.nt-sidebar-inner-nav ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentposts ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentposts ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentposts ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-recentcomments ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-recentcomments ul li {
    margin-bottom: 30px;
    font-size: 13px;
}

.nt-sidebar-inner-recentcomments ul li:last-child {
    margin-bottom: 0;
}

.nt-sidebar-inner-tags ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nt-sidebar-inner-tags ul:before, .nt-sidebar-inner-tags ul:after {
    content: "";
    display: table;
}

.nt-sidebar-inner-tags ul:after {
    clear: both;
}

.nt-sidebar-inner-tags ul li {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.nt-sidebar-inner-tags ul li a {
    font-size: 12px;
}

.nt-sidebar-inner-widget ol ol, .nt-sidebar-inner-widget ul ul {
    padding: 0px 0px 0 0;
    margin: 10px 18px 0px 0px;
    list-style: none;
    color: #000;
}

/* html table */



/* Default Table Style */
.nt-page-default table.table.table-striped {
    background: white;
    border: 1px solid #e4e4d9;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.nt-page-default table.table.table-striped tbody th,
.nt-page-default table.table.table-striped thead th,
.nt-page-default table.table.table-striped tfoot th {

    color: #364a15;
}

.nt-page-default table.table.table-striped caption{
    padding: 1em;
}

.nt-page-default table.table.table-striped th,
.nt-page-default table.table.table-striped td{
    padding: 1em;
    border: 1px solid #e4e4d9;
}

#nt-sidebar table {
    margin-bottom: 0px;
    font-size: 14px;
}

#nt-sidebar caption {
    background: #1d1d2d;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

/* 3. Post formats */
.nt-blog-sticky {
    display: none;
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background-color: var(--color-secondary);
}



.nt-is-sticky {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-secondary);
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
}

.nt-blog-media-link {
    display: block;
}

.nt-blog-media-image {
    display: inline-block;
    width: 100%;
}

@media (max-width: 575px) {
    .nt-blog-info {
        padding: 30px;
    }
}

@media (min-width: 576px) {
    .nt-blog-info {
        padding: 50px;
    }
}

.nt-blog-info {
    border-width: 1px;
    border-style: solid;
    border-color: #e7ecef;
}

.nt-blog-info-title {
    display: block;
    max-width: 650px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

@media (max-width: 575px) {
    .nt-blog-info-title {
        font-size: 16px;
    }
}

.nt-blog-info-title a {
    color: var(--color-primary);
}

.nt-blog-info-title a:hover {
    color: var(--color-secondary);
}

h5.nt-blog-info-category {
    margin: 0;
}

.nt-blog-info-category a {
    display: inline-block;
    color: #c7ccd4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 240px;
    margin-bottom: 0px;
    text-decoration: none;
}

.nt-blog-info-excerpt p {
    margin-bottom: 10px;
}

.nt-blog-info-excerpt p:last-child {
    margin-bottom: 0;
}

.nt-blog-info-link {
    margin-top: 20px;
}

.nt-blog-info-meta {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 20px;
    color: #777777;
}

.nt-blog-info-meta:before, .nt-blog-info-meta:after {
    content: "";
    display: table;
}

.nt-blog-info-meta:after {
    clear: both;
}

@media (max-width: 575px) {
    .nt-blog-info-meta {
        font-size: 12px;
    }
}

.nt-blog-info-meta-item {
    float: right;
    margin-left: 5px;
}

.nt-blog-info-meta-item:last-child {
    margin-left: 0;
}

.nt-blog-info-meta-link {
    color: #1d1d2d;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}

.nt-blog-info-meta-link:hover {
    color: var(--color-secondary);
}

.nt-blog-item {
    margin-bottom: 50px;
}

.nt-blog-item:last-child {
    margin-bottom: 0;
}

.nt-blog-item-inner {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 68px 0 rgba(174, 175, 175, .17);
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, .17);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.nt-blog-item.-has-sticky .nt-blog-sticky {
    display: inline-block;
}

.nt-blog-item.-has-sticky .nt-blog-item-inner {
    position: relative;
}

.nt-blog-item.-format-standard .nt-blog-info {
    border-color: #cccccc;
}

.nt-blog-info-excerpt .page-links span {
    margin-left: 5px;
}

.nt-blog-info-meta-item {
    float: right;
    margin-left: 20px;
    vertical-align: middle;
    line-height: 1.7;
}

.nt-blog-info-meta-item i {
    margin-left: 4px;
    margin-right: 0px;
}

.nt-blog-media .article-img, .nt-blog-media .blog-bg {
    margin-bottom: 0px;
}

/* 4. Text formats */
/* 6. Pager */
.nt-single-navigation-inner {
    margin: 0;
    padding: 0;
}

.nt-single-navigation {
    position: relative;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #ececec;
}

@media (min-width: 576px) {
    .nt-single-navigation {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .nt-single-navigation:after {
        position: absolute;
        top: 0;
        right: 50%;
        content: "";
        display: inline-block;
        width: 1px;
        height: 100%;
        background-color: #ececec;
    }
}

.nt-single-navigation-inner:before, .nt-single-navigation-inner:after {
    content: "";
    display: table;
}

.nt-single-navigation-inner:after {
    clear: both;
}

.nt-single-navigation-item {
    padding-right: 0px;
    padding-left: 0px;
    list-style: none;
}

@media (max-width: 575px) {
    .nt-single-navigation-item {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .nt-single-navigation-item {
        width: 50%;
        float: right;
    }
}

@media (max-width: 575px) {
    .nt-single-navigation-item.-prev {
        border-bottom: 1px solid #d7e0e5;
    }
}

@media (max-width: 575px) {
    .nt-single-navigation-item.-prev:last-child {
        border-bottom: 0;
    }
}

.nt-single-navigation-title {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.nt-single-navigation-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #1d1d2d;
}

.nt-single-navigation-link:hover {
    color: #f7b205;
}

.nt-single-navigation.-style-default .nt-single-navigation-item.-prev {
    text-align: right;
}

.nt-single-navigation.-style-default .nt-single-navigation-item.-next {
    text-align: left;
}

@media (max-width: 575px) {
    .nt-single-navigation.-style-centered .nt-single-navigation-item.-prev {
        text-align: right;
    }
}

@media (min-width: 576px) {
    .nt-single-navigation.-style-centered .nt-single-navigation-item.-prev {
        padding-left: 50px;
        text-align: right;
        list-style: none;
    }
}

@media (max-width: 575px) {
    .nt-single-navigation.-style-centered .nt-single-navigation-item.-next {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .nt-single-navigation.-style-centered .nt-single-navigation-item.-next {
        padding-right: 0px;
        text-align: left;
    }
}

/* pagination */
.nt-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nt-pagination-link {
    display: block;
    text-align: center;
    font-weight: 500;
    color: #111;
    text-decoration: none;
}

.nt-pagination-link:hover {
    color: #fff;
}

.nt-pagination-link.-is-disabled {
    pointer-events: none;
    color: #7c99a7;
}

.nt-pagination-item {
    display: inline-block
}

.nt-pagination-item.-is-disabled .nt-pagination-link {
    pointer-events: none;
    color: #7c99a7;
}

.nt-pagination-inner {
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
    list-style-type: none;
}

.nt-pagination-inner:before, .nt-pagination-inner:after {
    content: "";
    display: table;
}

.nt-pagination-inner:after {
    clear: both;
}

.nt-pagination.-style-default .nt-pagination-link {
    background-color: #f5f5f5
}

.nt-pagination.-style-default .nt-pagination-link:hover {
    background-color: #111;
}

.nt-pagination.-style-default .nt-pagination-link.active {
    color: #fff;
    background-color: #111;
}

.nt-pagination.-style-default .nt-pagination-link.-is-disabled {
    background-color: #f0f3f5;
}

.nt-pagination.-style-default .nt-pagination-item.active .nt-pagination-link {
    color: #fff;
    background-color: #111;
}

.nt-pagination.-style-default .nt-pagination-item.-is-disabled .nt-pagination-link {
    background-color: #f0f3f5;
}

.nt-pagination.-style-outline .nt-pagination-link {
    border-style: solid;
    border-color: #f5f5f5;
}

.nt-pagination.-style-outline .nt-pagination-link:hover {
    border-color: #fff;
    color: #fff;
}

.nt-pagination.-style-outline .nt-pagination-link.active {
    color: #111;
    border-color: #fff;
}

.nt-pagination.-style-outline .nt-pagination-link.-is-disabled {
    border-color: #d7e0e5;
}

.nt-pagination.-style-outline .nt-pagination-item.active .nt-pagination-link {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.nt-pagination.-style-outline .nt-pagination-item.-is-disabled .nt-pagination-link {
    border-color: #e6e6e6;
}

.nt-pagination.-style-outline.-size-small .nt-pagination-link {
    border-width: 1px;
}

.nt-pagination.-style-outline.-size-medium .nt-pagination-link {
    border-width: 1px;
}

.nt-pagination.-style-outline.-size-large .nt-pagination-link {
    border-width: 3px;
}

.nt-pagination.-style-outline.-group .nt-pagination-link {
    position: relative;
}

.nt-pagination.-style-outline.-group .nt-pagination-link:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    background-color: #d7e0e5;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 575px) {
    .nt-pagination.-style-outline.-group .nt-pagination-link:before {
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.nt-pagination.-style-outline.-group .nt-pagination-link:hover {
    z-index: 1;
}

.nt-pagination.-style-outline.-group .nt-pagination-link:hover:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: #b9c8d0;
}

.nt-pagination.-style-outline.-group .nt-pagination-link.active {
    z-index: 2;
}

.nt-pagination.-style-outline.-group .nt-pagination-link.active:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: var(--color-secondary);
}

.nt-pagination.-style-outline.-group .nt-pagination-link.-is-disabled:before {
    background-color: #d7e0e5;
}

.nt-pagination.-style-outline.-group .nt-pagination-item:last-child .nt-pagination-link:before {
    display: none;
}

@media (max-width: 575px) {
    .nt-pagination.-style-outline.-group .nt-pagination-item:last-child .nt-pagination-link:before {
        display: block;
    }
}

.nt-pagination.-style-outline.-group .nt-pagination-item.active .nt-pagination-link:before {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: var(--color-secondary);
}

.nt-pagination.-style-outline.-group .nt-pagination-item.-is-disabled .nt-pagination-link:before {
    background-color: #d7e0e5;
}

.nt-pagination.-style-outline.-group.-size-small .nt-pagination-link {
    border-width: 1px 1px 1px 0;
}

.nt-pagination.-style-outline.-group.-size-small .nt-pagination-link:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 1px;
}

.nt-pagination.-style-outline.-group.-size-small .nt-pagination-item:last-child .nt-pagination-link {
    border-left-width: 1px;
}

@media (max-width: 575px) {
    .nt-pagination.-style-outline.-group.-size-small .nt-pagination-item:last-child .nt-pagination-link {
        border-left-width: 0;
    }
}

.nt-pagination.-style-outline.-group.-size-medium .nt-pagination-link {
    border-width: 2px 2px 2px 0;
}

.nt-pagination.-style-outline.-group.-size-medium .nt-pagination-link:before {
    top: -2px;
    left: -2px;
    bottom: -2px;
    width: 2px;
}

.nt-pagination.-style-outline.-group.-size-medium .nt-pagination-item:last-child .nt-pagination-link {
    border-left-width: 2px;
}

@media (max-width: 575px) {
    .nt-pagination.-style-outline.-group.-size-medium .nt-pagination-item:last-child .nt-pagination-link {
        border-left-width: 0;
    }
}

.nt-pagination.-style-outline.-group.-size-large .nt-pagination-link {
    border-width: 3px 3px 3px 0;
}

.nt-pagination.-style-outline.-group.-size-large .nt-pagination-link:before {
    top: -3px;
    left: -3px;
    bottom: -3px;
    width: 3px;
}

.nt-pagination.-style-outline.-group.-size-large .nt-pagination-item:last-child .nt-pagination-link {
    border-left-width: 3px;
}

@media (max-width: 575px) {
    .nt-pagination.-style-outline.-group.-size-large .nt-pagination-item:last-child .nt-pagination-link {
        border-left-width: 0;
    }
}

.nt-pagination.-size-small .nt-pagination-link {
    width: 30px;
    height: 30px;
    font-size: 11px;
}

.nt-pagination.-size-small.-style-default .nt-pagination-link {
    line-height: 30px;
}

.nt-pagination.-size-small.-style-outline .nt-pagination-link {
    line-height: 28px;
}

.nt-pagination.-size-medium .nt-pagination-link {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.nt-pagination.-size-medium.-style-default .nt-pagination-link {
    line-height: 50px;
}

.nt-pagination.-size-medium.-style-outline .nt-pagination-link {
    line-height: 48px;
}

.nt-pagination.-size-large .nt-pagination-link {
    width: 60px;
    height: 60px;
    font-size: 14px;
}

.nt-pagination.-size-large.-style-default .nt-pagination-link {
    line-height: 60px;
}

.nt-pagination.-size-large.-style-outline .nt-pagination-link {
    line-height: 58px;
}

.nt-pagination.-align-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.nt-pagination.-align-center {
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 991px) {

    .nt-pagination.-align-center {
        -webkit-justify-content: end;
        justify-content: end;
        text-align: right;
    }

}

.nt-pagination.-align-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.nt-pagination.-corner-rounded.-group .nt-pagination-item:first-child .nt-pagination-link {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
}

.nt-pagination.-corner-rounded.-group .nt-pagination-item:last-child .nt-pagination-link {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
}

.nt-pagination.-corner-rounded:not(.-group) .nt-pagination-link {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nt-pagination.-corner-circle.-group.-size-small .nt-pagination-item:first-child .nt-pagination-link {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
}

.nt-pagination.-corner-circle.-group.-size-small .nt-pagination-item:last-child .nt-pagination-link {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
}

.nt-pagination.-corner-circle.-group.-size-medium .nt-pagination-item:first-child .nt-pagination-link {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
}

.nt-pagination.-corner-circle.-group.-size-medium .nt-pagination-item:last-child .nt-pagination-link {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-left-radius: 20px;
}

.nt-pagination.-corner-circle.-group.-size-large .nt-pagination-item:first-child .nt-pagination-link {
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
}

.nt-pagination.-corner-circle.-group.-size-large .nt-pagination-item:last-child .nt-pagination-link {
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-left-radius: 25px;
}

.nt-pagination.-corner-circle:not(.-group) .nt-pagination-link {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nt-pagination:not(.-group) li {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 44px;
    display: inline-block
}

.nt-pagination:not(.-group) .nt-pagination-item:last-child {
    margin-left: 0;
    margin-bottom: 0;
}

.nt-pagination.-color-white.-style-default .nt-pagination-link {
    color: #aaaaaa;
    background-color: #ffffff;
}

.nt-pagination.-color-white.-style-default .nt-pagination-link:hover {
    color: #1d1d2d;
}

.nt-pagination.-color-white.-style-default .nt-pagination-link.-is-disabled {
    color: #aaaaaa;
}

.nt-pagination.-color-white.-style-default .nt-pagination-link.active {
    color: #ffffff;
    background-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-default .nt-pagination-item.-is-disabled .nt-pagination-link {
    color: #aaaaaa;
    background-color: #ffffff;
}

.nt-pagination.-color-white.-style-default .nt-pagination-item.active .nt-pagination-link {
    color: #ffffff;
    background-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-outline .nt-pagination-link {
    color: #ffffff;
    border-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline .nt-pagination-link:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline .nt-pagination-link.active {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-outline .nt-pagination-link.-is-disabled {
    color: #ffffff;
    border-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline .nt-pagination-item.active .nt-pagination-link {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-outline .nt-pagination-item.-is-disabled .nt-pagination-link {
    color: #ffffff;
    border-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-link:before {
    background-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-link:hover:before {
    background-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-link.active:before {
    background-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-link.-is-disabled:before {
    background-color: #ffffff;
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-item.active .nt-pagination-link:before {
    background-color: var(--color-secondary);
}

.nt-pagination.-color-white.-style-outline.-group .nt-pagination-item.-is-disabled .nt-pagination-link:before {
    background-color: #ffffff;
}

/* 8. Comment + form */
.nt-commentlist {
    padding: 0;
    margin: 0 0 60px;
    list-style-type: none;
}

.nt-comment-item {
    position: relative;
    margin-bottom: 50px;
    text-align: right;
}

@media (min-width: 576px) {
    .nt-comment-item {
        padding-right: 100px;
    }
}

.nt-comment-item .nt-commentlist {
    margin-top: 30px;
}

.nt-comment-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .nt-comment-avatar {
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .nt-comment-avatar {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.nt-comment-avatar a {
    display: block;
}

.nt-comment-avatar img {
    display: inline-block;
    margin: 0px;
}

.nt-comment-author {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: 600;
}

.nt-comment-author a {
    color: #1d1d2d;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

.nt-comment-author a:hover {
    color: var(--color-secondary);
}

.nt-comment-date {
    font-size: 16px;
}

span.post-meta__item.__date-post a {
    font-size: 15px;
    line-height: 36px;
    color: #0d73fc;
    font-weight: 500;
}

.nt-comment-date a {
    text-decoration: none;
}

.nt-comment-reply {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
}

/*post gallery*/
.nt-post-gallery-type .owl-nav div {
    background: rgba(74, 196, 243, 0.7) none repeat scroll 0 0;
    font-size: 24px;
    right: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    color: #fff;
    font-weight: 400;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0%;
}

.post-gallery-type .owl-nav div.owl-next {
    right: auto;
    left: 20px;
}

.nt-post-gallery-type .owl-nav div:hover {
    background: rgba(74, 196, 243, 1) none repeat scroll 0 0;
}

.nt-post-gallery-type:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}



/* z-index */
.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.btn.btn-lg {
    padding: 15px 80px 15px;
    font-size: 16px;
}

.btn.btn-xs {
    padding: 5px 20px 5px;
    font-size: 10px;
}

.align-left {
    margin-right: 0 !important;
}

.align-right {
    margin-left: 0 !important;
}

.align-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

/*vc custom heading helper class*/
/* text-align */
@media (max-width:992px) {
    .md-align-left {
        margin-right: 0 !important;
    }

    .md-align-center {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .md-align-right {
        margin-left: 0 !important;
    }

    .md-center {
        text-align: center !important;
    }

    .md-left {
        text-align: right !important;
    }

    .md-right {
        text-align: left !important;
    }
}

@media (max-width:768px) {
    .sm-align-left {
        margin-right: 0 !important;
    }

    .sm-align-center {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .sm-align-right {
        margin-left: 0 !important;
    }

    .sm-center {
        text-align: center !important;
    }

    .sm-left {
        text-align: right !important;
    }

    .sm-right {
        text-align: left !important;
    }
}

@media (max-width:576px) {
    .xs-align-left {
        margin-right: 0 !important;
    }

    .xs-align-center {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .xs-align-right {
        margin-left: 0 !important;
    }

    .xs-center {
        text-align: center !important;
    }

    .xs-left {
        text-align: right !important;
    }

    .xs-right {
        text-align: left !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-left {
        text-align: right !important;
    }

    .text-xs-right {
        text-align: left !important;
    }
}

/* text font-weight */
.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* text-transform */
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/*padding-top*/
.pt-0 {
    padding-top: 0px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-140 {
    padding-top: 140px;
}

/*padding-bottom*/
.pb-0 {
    padding-bottom: 0px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-140 {
    padding-bottom: 140px;
}

/*padding-top-bottom*/
.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ptb-125 {
    padding-top: 125px;
    padding-bottom: 125px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-135 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.ptb-145 {
    padding-top: 145px;
    padding-bottom: 145px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ptb-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}

/*margin-top*/
.mr-0 {
    margin-left: 0px !important;
}

.mr-5 {
    margin-left: 5px;
}

.mr-10 {
    margin-left: 10px;
}

.mr-15 {
    margin-left: 15px;
}

.mr-20 {
    margin-left: 20px;
}

/*margin-top*/
.nt-theme-content .mt-0, .mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

/*margin-bottom*/
.nt-theme-content .mb-0 {
    margin-top: 0px !important;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.nt-theme-content .mb-40, .mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

/*margin-top-bottom*/
.mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px;
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mtb-105 {
    margin-top: 105px;
    margin-bottom: 105px;
}

.mtb-110 {
    margin-top: 110px;
    margin-bottom: 110px;
}

.mtb-115 {
    margin-top: 115px;
    margin-bottom: 115px;
}

.mtb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.mtb-125 {
    margin-top: 125px;
    margin-bottom: 125px;
}

.mtb-130 {
    margin-top: 130px;
    margin-bottom: 130px;
}

.mtb-135 {
    margin-top: 135px;
    margin-bottom: 135px;
}

.mtb-140 {
    margin-top: 140px;
    margin-bottom: 140px;
}

.mtb-145 {
    margin-top: 145px;
    margin-bottom: 145px;
}

.mtb-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.mtb-155 {
    margin-top: 155px;
    margin-bottom: 155px;
}

.mtb-160 {
    margin-top: 160px;
    margin-bottom: 160px;
}

@media (max-width: 992px) {
    .ptb-160 {
        padding-top: 120px;
    }

    .ptb-150 {
        padding-top: 120px;
    }

    .ptb-140 {
        padding-top: 120px;
    }

    .ptb-130 {
        padding-top: 80px;
    }

    .ptb-120 {
        padding-top: 80px;
    }

    .ptb-110 {
        padding-top: 80px;
    }

    .ptb-100 {
        padding-top: 80px;
    }

    .ptb-90 {
        padding-top: 60px;
    }
}

@media (max-width: 768px) {
    .ptb-160 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-150 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-140 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ptb-130 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-110 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .ptb-160 {
        padding-top: 80px;
    }

    .ptb-150 {
        padding-top: 80px;
    }

    .ptb-140 {
        padding-top: 80px;
    }

    .ptb-130 {
        padding-top: 80px;
    }
}

/* framework-style.css end */
.nt-single-post-related-image {
    margin-bottom: 25px;
}

.nt-single-post-related-time {
    margin: 0;
}

/* masonry posts */
#masonry-container {
    margin-bottom: 70px;
    width: 100%;
}

@media (max-width: 1199px) {
    #masonry-container .masonry-item {
        width: 100%;
    }
}

#masonry-container .nt-blog-info {
    padding: 35px;
}

#masonry-container .nt-blog-info-title {
    margin: 5px 0 10px;
}

#masonry-container .nt-is-wp-link-pages .nt-blog-info {
    padding-bottom: 70px;
}

/* post format types */
.nt-simple-format-box {
    margin-bottom: 80px;
}

.nt-simple-format-box .nt-blog-info {
    border-width: 0;
    border-style: inherit;
    padding: 0px !important;
}

.nt-simple-format-box .nt-blog-media {
    margin-bottom: 30px;
}

.nt-simple-format-box .nt-blog-item-inner {
    border-width: 0;
    border-style: inherit;
    padding: 0px;
}

.nt-simple-format-box .page-links {
    clear: both;
    margin: 40px 0;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e8ecee;
    background-color: #1d1d2d;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
}

.nt-simple-format-box .page-links a,
.nt-simple-format-box .page-links span {
    color: #fff;
    letter-spacing: 0.6px;
}

.nt-simple-format-box .page-links a:hover {
    color: #17b67d;
}

.nt-simple-format-box .nt-blog-info-meta-item i {
    margin-left: 4px;
    margin-right: 0px;
    background: #056eb9;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    border-radius: 50px;
    font-size: 11px;
}

.lazy {
    display: block;
}


.nt-side-menu-widget {
    margin-bottom: 80px;
}

.nt-side-menu-widget:last-child {
    margin-bottom: 0px;
}

#respond p.form-submit {
    margin-bottom: 0px;
}

#respond, .nt-commentlist, .comments-list {
    margin: 40px 0;
}

.single-post-nav img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0px solid #ddd;
}


.no-thumb.default-bg {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.content-none-container p {
    margin: 0 !important;
}

#nt-sidebar .custom-btn {
    padding: 0;
    min-width: 54px;
}

.nt-side-menu-widget-title {
    color: #fff;
}

#side-menu .side-menu__inner ul li {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 0;
}

#reply-title {
    margin-bottom: 1rem;
}

.nt-comment-content.nt-theme-content p {}

.logged-in-as {
    margin: 0;
}

.logged-in-as a {
    display: inline-block;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
}

.nt-sidebar {
    height: max-content;
}

footer .s-btns a:hover {
    color: #313e4c;
}

.nt-hero-description {
    max-width: 760px;
}

.text-center .nt-hero-description {
    max-width: 760px;
    margin: 0 auto;
}

.text-left .nt-hero-description {
    margin-left: auto;
    margin-right: 0;
}

.text-right .nt-hero-description {
    margin-right: auto;
    margin-left: 0;
}

.hero-container.default-bg .nt-hero-title {
    color: #fff;
    text-transform: capitalize;
}

iframe {
    max-width: 100%;
}

.shortcode-pagination ul {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex;
}

.shortcode-pagination li .page-numbers.current {
    background-color: #056eb9;
    border-color: #056eb9;
    cursor: default;
    color: #fff;
}

.shortcode-pagination li a:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.shortcode-pagination ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.shortcode-pagination li {
    position: relative;
    display: inline-block;
}

.shortcode-pagination li a, .shortcode-pagination li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.shortcode-pagination li .page-numbers {
    width: 44px;
    height: 44px;
    margin-right: 0;
    padding: 0;
    line-height: 42px;
    font-size: 1.2rem;
    color: #888;
    text-align: center;
    text-decoration: none;
    border-color: #eee;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

@media (min-width: 576px) {
    .shortcode-pagination li {
        margin: 5px 10px;
    }

    .shortcode-pagination ul {
        margin: -5px -10px;
    }
}

p.comment-notes {
    margin-bottom: 30px !important;
}

a.nt-comment-reply {
    text-decoration: underline !important;
}

td#next a {
    float: left;
    padding: 0;
}

ul.nt-post-category-links {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 30px;
}

.nt-single-no-thumbnial .nt-theme-inner-container.section.blog-detail {
    padding: 0;
}

/* Gutenberg updates */
.wp-block-cover p.wp-block-cover-text {
    color: #fff;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-gallery.nt-theme-content-list {
    padding: 0px !important;
    margin: 0 0 30px !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped.nt-theme-content-list {
    margin-left: 15px !important;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 30px 45px 32px 0;
    padding: 0 1em;
    padding-right: 100px !important;
}

.wp-block-archives.wp-block-archives-dropdown .nice-select {
    float: none;
    max-width: 250px;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin: 0 auto !important;
}

.wp-block-archives.wp-block-archives-list,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-list,
.wp-block-latest-comments.has-avatars.has-dates.has-excerpts,
.wp-block-latest-comments,
.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-posts.is-grid {
    margin-bottom: 30px !important;
    position: relative;
}

.wp-block-media-text {
    margin-bottom: 30px;
}

.nt-theme-content .wp-block-archives.wp-block-archives-dropdown .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-right: 18px;
    padding-left: 29px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 5px 5px !important;
}

.wp-block-embed {
    margin: 0 0 2em;
    margin-bottom: 2em;
}

ul.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    margin-bottom: 20px;
}

ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-archives.wp-block-archives-list li {
    margin-bottom: 10px;
    position: relative;
}

.wp-block-gallery {
    padding: 0 !important;
    margin: 0 0px 20px 5px !important;
}

.wp-block-latest-comments {
    padding: 0;
}

.wp-block-image {
    margin-bottom: 2em;
}

.wp-block-cover {
    margin: 0 0 25px 25px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-right: 0;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 0 5px 5px !important;
}

img.rss-widget-icon {
    margin: -5px 0 0 0;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 60px 15%;
}

.wp-block-cover, .wp-block-cover-image {
    height: auto;
}

.nt-single-has-block .blog-single_body ol, .nt-single-has-block .blog-single_body ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 5px 20px;
    position: relative;
}

.blog-single_body select {
    max-width: 100%;
    border: 1px solid #e4e4d9;
    height: 45px;
    color: #1d1d2d;
    min-width: 100%;
    padding: 0 20px 0 54px !important;
    width: 100%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI3cHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDcgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+YXJyb3ctMTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkRlc2t0b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OTIuMDAwMDAwLCAtNDc4LjAwMDAwMCkiIGZpbGw9IiMzQzQ4NEYiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPGcgaWQ9ImFycm93LTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ5Mi4wMDAwMDAsIDQ3OC4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjIxMjQ0MDE5LDMuOTk1ODg1MTcgTDUuOTg1NDU0NTUsMy45OTU4ODUxNyBDNi4wNTkxMzg3NiwzLjk5NTg4NTE3IDYuMTI2MDI4NzEsMy45NTM3Nzk5IDYuMTU3ODk0NzQsMy44ODc0NjQxMSBDNi4xODk4NTY0NiwzLjgyMTMzOTcxIDYuMTgwOTU2OTQsMy43NDI1ODM3MyA2LjEzNTIxNTMxLDMuNjg1MTY3NDYgTDMuMjUzMDE0MzUsMC4wNzIwNTc0MTYzIEMzLjIxNjY1MDcyLDAuMDI2NTA3MTc3IDMuMTYxNjI2NzksMCAzLjEwMzQ0NDk4LDAgQzMuMDQ1MjYzMTYsMCAyLjk5MDE0MzU0LDAuMDI2NTA3MTc3IDIuOTUzODc1NiwwLjA3MjA1NzQxNjMgTDAuMDcxNTc4OTQ3NCwzLjY4NTE2NzQ2IEMwLjAyNTc0MTYyNjgsMy43NDI2Nzk0MyAwLjAxNjg0MjEwNTMsMy44MjEzMzk3MSAwLjA0ODgwMzgyNzgsMy44ODc0NjQxMSBDMC4wODA2Njk4NTY1LDMuOTUzNzc5OSAwLjE0NzU1OTgwOSwzLjk5NTg4NTE3IDAuMjIxMjQ0MDE5LDMuOTk1ODg1MTcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+ICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01Ljk4NTM1ODg1LDUuOTkwNjIyMDEgTDAuMjIxMjQ0MDE5LDUuOTkwNjIyMDEgQzAuMTQ3NjU1NTAyLDUuOTkwNjIyMDEgMC4wODA2Njk4NTY1LDYuMDMyNjMxNTggMC4wNDg4MDM4Mjc4LDYuMDk5MDQzMDYgQzAuMDE2ODQyMTA1Myw2LjE2NTE2NzQ2IDAuMDI1NzQxNjI2OCw2LjI0MzkyMzQ0IDAuMDcxNTc4OTQ3NCw2LjMwMTI0NDAyIEwyLjk1Mzc3OTksOS45MTQ0NDk3NiBDMi45OTAxNDM1NCw5Ljk2IDMuMDQ1MTY3NDYsOS45ODY1MDcxOCAzLjEwMzM0OTI4LDkuOTg2NTA3MTggQzMuMTYxNTMxMSw5Ljk4NjUwNzE4IDMuMjE2NjUwNzIsOS45NiAzLjI1MjkxODY2LDkuOTE0NDQ5NzYgTDYuMTM0OTI4MjMsNi4zMDEyNDQwMiBDNi4xODA3NjU1NSw2LjI0MzczMjA2IDYuMTg5NTY5MzgsNi4xNjUxNjc0NiA2LjE1NzYwNzY2LDYuMDk5MDQzMDYgQzYuMTI1OTMzMDEsNi4wMzI2MzE1OCA2LjA1OTA0MzA2LDUuOTkwNjIyMDEgNS45ODUzNTg4NSw1Ljk5MDYyMjAxIFoiIGlkPSJTaGFwZSI+PC9wYXRoPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
}

ul.wp-block-categories.wp-block-categories-list .children {
    margin: 0;
    padding: 0 10px 0 0;
}

.wp-block-latest-comments__comment {
    font-size: inherit;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}

.nt-sidebar-inner-widget {
    margin-bottom: 60px;
}
.nt-sidebar-inner-widget h4 .stroke {
    font-weight: 900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.7);
    color: transparent;
}
.sidebar_search,
.error_search {
    display: flex;
    border: none;
    border-radius: 0px;
}

body.light .error_search [type="submit"],
body.light .sidebar_search [type="submit"] {
    border-right-width: 0;
}
.error_search [type="submit"],
.sidebar_search [type="submit"] {
    border-color: #ddd;
}


.tagcloud a {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    color: var(--color-text);
    font-size: 14px !important;
    text-transform: capitalize;
    background: none;
}

.blog-post2_summary:empty {
    background: #ff0000;
}

/* custom css */
.wavo-headig-line .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-left: 20px!important;
}
.wavo-headig-line .elementor-heading-title::after {
    left: auto;
    right: 100%;
}
.hamenu .menu-links .main-menu > li .link i,
.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
    transform: rotate(180deg);
}
.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
    float: left;
    margin-top: 5px;
}
.fa-caret-right:before{
content: "\f0d9";
}
.fa-caret-left:before{
content: "\f0da";
}
.ion-ios-arrow-left:before {
    content: "\f3d3";
}
.ion-ios-arrow-right:before {
    content: "\f3d2";
}
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev{
    background-image: none!important;
}
.work-carousel .content .cont {
    position: absolute;
    text-align: right;
    bottom: 40px;
    left: 40px;
    right: 0;
    color: #fff;
}
.nt-blog .controls .swiper-pagination-fraction span {
    display: inline-block;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    direction: ltr;
}
[dir='rtl'] .slick-slide {
    float: left!important;
}
.type-3 .bg-img{
    min-height: 300px;
}
.work-carousel .content.type-3 {
    width: 100%;
}
.work-carousel.gray .content .img {
    width: 100%;
    height: 500px;
}
.work-carousel.gray .swiper-slide-active .img {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.work-carousel.gray .content .img .bg-img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.work-carousel .content .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work-carousel.gray .swiper-slide-active .img:after {
    opacity: 0 !important;
}
.work-carousel.gray .swiper-slide:hover .img:after {
    opacity: 1 !important;
}
.work-carousel.gray .swiper-slide:hover .img {
    -webkit-box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 40px 30px -40px rgba(0, 0, 0, 0.3);
}
.work-carousel.gray .swiper-slide:hover .img .bg-img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.agency .img .exp h6 {
    margin-bottom: 0;
}

.home-onepage .swiper-container-vertical .swiper-nav-wrapper,
.home-onepage .swiper-container-vertical .swiper-pagination-wrapper {
    left: 25px;
}
.home-onepage .swiper-container-vertical .swiper-scrollbar {
    left: 1px;
}
.home-onepage .swiper-container-vertical .swiper-scrollbar-drag {
    left: 1.5px;
}
@media ( min-width:767px ) {
    .has-sidebar-menu .elementor-section.elementor-section-stretched {
        padding-right: 120px !important;
    }
}
/* lang-select  */
.lang-select {
  z-index     : 1;
  display     : flex;
  position    : absolute;
  left       : 160px;
  margin      : 0;
  align-items : center;
}

.has-menu-title .lang-select {
    right: 160px;
}
.lang-select.lang-active .lang-arrow {
  margin-top         : -4px;
  -webkit-transform  : rotate(180deg);
  transform          : rotate(180deg);
  -webkit-transition : all .3s;
  transition         : all .3s;
}

.scroll-start .lang-select .sub-list {
  background : #000;
}

.lang-select .sub-list {
  position : absolute;
  top      : 100%;
  right    : 6px;
  opacity  : 0;
  border   : 1px solid rgb(255 255 255 / 28%);
}

.lang-select .sub-list.show {
  opacity : 1;
}

.lang-item.active {
  display     : flex;
  height      : 100%;
  align-items : center;
  cursor      : pointer;
}

.sub-lang-item a {
  display            : flex;
  position           : relative;
  width              : 50px;
  height             : 0px;
  overflow           : hidden;
  align-items        : center;
  justify-content    : center;
  -webkit-transition : all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition         : all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.show .sub-lang-item a {
  height : 30px;
}

.sub-lang-item a:before {
  z-index            : -1;
  content            : '';
  position           : absolute;
  top                : 0px;
  right               : -100%;
  width              : 100%;
  height             : 100%;
  background         : #24D5B4;
  -webkit-transition : all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition         : all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.sub-lang-item a:hover:before {
  right : 0px;
}

.sub-lang-item:hover a {
  z-index : 1;
  color   : #fff;
}

.lang-item.active img {
  margin-left : 6px;
}

.lang-select .lang-icon {
  margin-left : 8px;
  color        : #fff;
  font-size    : 16px;
}

.lang-select .lang-arrow {
  margin-right        : 5px;
  color              : #fff;
  font-size          : 12px;
  -webkit-transition : all .3s;
  transition         : all .3s;
}

.lang-select .uppercase {
  margin-top     : 1px;
  text-transform : uppercase;
  font-size      : 16px;
  font-weight    : 500;
  letter-spacing : 1px;
}
.topnav .container-fluid {
    align-items: center;
}
@media ( max-width:576px ) {
    .lang-select {
      left : 120px;
    }
}
/* lang-select  */
@media screen and (max-width: 767px){
.agency .imgsec .imgtwo {
    display: block;
}
.agency .imgsec {
    padding-left: 0;
}
}
body.dark .loading-text {
    color: #fff;
}
