/*
* Custom CSS
*
*/



/* ELEMENTOR CUSTOM COLUMN STRUCTURE */
a{
    outline: none;
}
body:not(.elementor-editor-active) .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    /*padding: 0;*/
}
body.single-elementor_library.elementor-editor-active .venam-main-header,
body.single-elementor_library.elementor-editor-active #nt-footer{
    display: none;
}
.scroll-start header.header-style-two.thm-default__header.thm--header {
    min-height: 100px;
}
.elementor-column {
    min-height: 0px;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.gap-extended.section-padding {
    padding: 85px 0;
}
.gap-wide.section-padding {
    padding: 80px 0;
}
.gap-wider.section-padding {
    padding: 70px 0;
}

[class^="elementor-widget-venam-"] .elementor-widget-empty-icon,
[class*="elementor-widget-venam-"] .elementor-widget-empty-icon{
    display: none!important;
}

.elementor-editor-active .loading:not(.wc-tab-slider) {
    display: none!important;
}

.mt-100vh{
    margin-top: 100vh;
}
.min-100vh{
    min-height: 100vh;
}
.pos-fixed {
    position:fixed;
}
.venam-btn.is-block {
    width: 100%;
}

.swiper-lazy {
  opacity: 0;
  transition: opacity 700ms ease-in-out;
}

.swiper-lazy-loaded {
  opacity: 1 !important;
}

#particles-js {
    position:absolute;
    width: 100%;
    height: 100vh;
    top:0;
    left:0;
}

canvas {
    display: block;
    vertical-align: bottom;
}
.venam-particles:not(.particles-none) div.venam-particles-effect {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}
.venam-particles:not(.particles-none) div.venam-particles-effect canvas {
    display: block;
    vertical-align: bottom;
}

/* sticky header */

.nt-sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


/* Reveal block */
.venam-image-reveal .elementor-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.reveal-holder {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.reveal-holder .reveal-block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 101%;
  background: white;
  z-index: 9;
}
.reveal-holder .reveal-block::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: lightgray;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.reveal-block.gradient::before {
  background: -webkit-gradient(linear, right top, left top, from(#eebf56), to(#f46ca3));
  background: linear-gradient(to left, #eebf56, #f46ca3);
}

.reveal-block.gradient-two::before {
  background: -webkit-gradient(linear, right top, left top, from(#1b9edf), to(#af74c3));
  background: linear-gradient(to left, #1b9edf, #af74c3);
}

.reveal-block.extra {
  background: #1b9edf;
}
.reveal-block.extra::before {
  background: #af74c3;
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.reveal-block.top::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.reveal-block.left::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

.reveal-block.right::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

/* AOS animate */
[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-aos="reveal-up"] {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
[data-aos="reveal-top"].aos-animate {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[data-aos="reveal-left"].aos-animate {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[data-aos="reveal-right"].aos-animate {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
[data-aos="reveal-bottom"].aos-animate {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
  visibility: hidden;
  -webkit-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
[data-aos="reveal-item"].aos-animate {
  visibility: visible;
}

/* flip card */
.nt-flip-col{
  width: 100%;
  cursor: pointer;
}
.nt-flip-col,
.nt-flip-container,
.nt-flip-front,
.nt-flip-back{
  height:100%;
}
.nt-flip-title,
.nt-flip-desc{
    color: #fff;
}
.nt-flip-icon{
    font-size: 30px;
    margin-bottom: 30px;
}
.nt-flip-title{
    margin-bottom: 15px;
}
.nt-flip-desc{
    font-size: 16px;
}

.nt-flip-container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.nt-flip-front,
.nt-flip-back{
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    overflow: hidden;
    background-color: #000;
}

.nt-flip-back{
  background-color: #cedce7;
}

.nt-flip-front:after,
.nt-flip-back:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.nt-flip-container:hover .nt-flip-front,
.nt-flip-container:hover .nt-flip-back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.nt-flip-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nt-flip-inner{
    -webkit-transform: translateZ(90px) scale(0.9);
            transform: translateZ(90px) scale(0.9);
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.flip-left .nt-flip-container .nt-flip-back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flip-left .nt-flip-container .nt-flip-front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flip-left .nt-flip-container:hover .nt-flip-back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-left .nt-flip-container:hover .nt-flip-front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-right .nt-flip-container .nt-flip-back{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flip-right .nt-flip-container:hover .nt-flip-back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-right .nt-flip-container .nt-flip-front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flip-right .nt-flip-container:hover .nt-flip-front{
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-up .nt-flip-container .nt-flip-back{
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flip-up .nt-flip-container:hover .nt-flip-back{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-up .nt-flip-container .nt-flip-front{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flip-up .nt-flip-container:hover .nt-flip-front{
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-down .nt-flip-container .nt-flip-back{
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flip-down .nt-flip-container .nt-flip-front{
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flip-down .nt-flip-container:hover .nt-flip-back{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-down .nt-flip-container:hover .nt-flip-front{
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.nt-flip-back .nt-flip-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 1;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 4px;
}
.nt-flip-icon,
.nt-flip-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nt-flip-socials .nt-flip-social-link {
    padding: 5px;
    font-size: 16px;
    color: #fff;
}
.nt-flip-socials {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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

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

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

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

.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInLeft2 {
  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 fadeInLeft2 {
  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);
  }
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}


@-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;
}
/* ====================== [ 10 Vegas Slider ] ====================== */

/* vegas slider */
.elementor-widget-venam-vegas-slider.elementor-invisible{
    visibility: visible;
}
.home-slider-vegas-wrapper {
  position : relative;
  width    : 100%;
  height   : 100vh;
  overflow : hidden;
}

.nt-home-slider-vegas {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%!important;
}

.nt-vegas-slide-content {
  display         : flex;
  visibility      : hidden;
  position        : absolute;
  top             : 0;
  right           : 0;
  left            : 0;
  height          : 100%;
  padding         : 150px 0;
  color           : #fff;
  opacity         : 0;
  text-align      : left;
  align-items     : center;
  justify-content : center;
}

.nt-vegas-slide-content.text-right {
  text-align : right;
}

.nt-vegas-slide-content.text-center {
  text-align : center;
}

.nt-vegas-slide-content.active {
  visibility : visible;
  position   : relative;
  top        : auto;
  right      : auto;
  left       : auto;
  opacity    : 1;
}

.nt-vegas-slide-content h1 {
  visibility         : hidden;
  color              : #fff;
  opacity            : 0;
  font-size          : 80px;
  font-weight        : 700;
  letter-spacing     : 2px;
  -webkit-transition : opacity .5s,
                       visibility .5s;
  transition         : opacity .5s,
                       visibility .5s;
}

.nt-vegas-slide-content.active .btn,
.nt-vegas-slide-content.active h1 {
  visibility : visible;
  opacity    : 1;
}

.nt-vegas-overlay {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
}

.vegas-control .vegas-control-next,
.vegas-control .vegas-control-prev {
  display            : flex;
  position           : absolute;
  right              : 30px;
  bottom             : auto;
  bottom             : 30px;
  left               : auto;
  width              : 60px;
  height             : 60px;
  color              : #fff;
  border             : 1px solid rgba(255, 255, 255, 0.5);
  border-radius      : 0;
  align-items        : center;
  font-size          : 14px;
  justify-content    : center;
  -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-btn i {
  z-index            : 1;
  -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-btn:before {
  z-index            : 0;
  content            : '';
  position           : absolute;
  top                : 0;
  left               : 0;
  width              : 45px;
  width              : 0;
  height             : 2px;
  height             : 100%;
  background         : var(--thm-primary);
  -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-prev {
  right: 30px;
  bottom: 130px;
}

.vegas-control .vegas-control-next:hover:before,
.vegas-control .vegas-control-prev:hover:before {
  width : 100%;
}

.vegas-control .vegas-control-btn:hover i {
  color : #000;
}

.nt-vegas-slide-counter {
  display     : flex;
  position    : absolute;
  right       : 30px;
  bottom      : 93px;
  background  : var(--thm-primary);
  padding     : 3px 10px;
  max-width   : 60px;
  color       : #fff;
  align-items : center;
  font-size   : 17px;
  font-weight : 600;
}

.nt-vegas-slide-counter .sep {
  margin      : 0 5px;
  font-size   : 20px;
  font-weight : 400;
}

.nt-vegas-slide-counter .current {
  font-size: 17px;
}

@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 {
    right : 25px;
  }

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

  .vegas-control .vegas-control-prev:hover {
    left : 15px;
  }
}

@media
  (max-width : 767px) {
  .nt-vegas-slide-content h1 {
    font-size : 40px;
  }
}

@media
  (max-width : 480px) {
  .nt-vegas-slide-content h1 {
    font-size : 28px;
  }

  .vegas-control .vegas-control-next,
  .vegas-control .vegas-control-prev {
    -webkit-transform : scale(.8);
    transform         : scale(.8);
  }

  .vegas-control .vegas-control-next {
    right : 5px;
  }

  .vegas-control .vegas-control-next i {
    right : 30px;
  }

  .vegas-control .vegas-control-prev {
    left : 5px;
  }

  .vegas-control .vegas-control-next i {
    right : 11px;
    left  : auto;
  }

  .vegas-control .vegas-control-prev i {
    left : 11px;
  }

  .vegas-control .vegas-control-next i:after,
  .vegas-control .vegas-control-prev i:after {
    width : 20px;
  }

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

  .vegas-control .vegas-control-prev:hover {
    left : 0px;
  }
}

.has-bg-video .equaliser-container {
  position : absolute;
  right    : 62px;
  bottom   : 70px;
  left     : auto;
  width    : 26px;
  height   : 10px;
  margin   : 0 0;
  padding  : 0 0 0 0;
}

.has-bg-video .colour-bar {
  position   : absolute;
  right      : 0;
  bottom     : 0;
  left       : 0;
  height     : 10px;
  background : #fff;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes color-bar2 {
  0% {
    height     : 1px;
    background : #fff;
  }

  10% {
    height     : 3px;
    background : #fff;
  }

  20% {
    height     : 5px;
    background : #fff;
  }

  30% {
    height     : 2px;
    background : #fff;
  }

  40% {
    height     : 7px;
    background : #fff;
  }

  50% {
    height     : 9px;
    background : #fff;
  }

  60% {
    height     : 3px;
    background : #fff;
  }

  70% {
    height     : 8px;
    background : #fff;
  }

  80% {
    height     : 5px;
    background : #fff;
  }

  90% {
    height     : 3px;
    background : #fff;
  }

  100% {
    height     : 1px;
    background : #fff;
  }
}

/* vegas slider for template type */
.vegas-template-slider {
    position: relative;
    display: block;
}
.vegas-template-slider .vegas-header-wrapper,
.vegas-template-slider .venam-elementor-header{
    position: relative;
    z-index: 1;
    margin: 0;
}

.vegas-content-wrapper .elementor-top-section {
  visibility      : hidden;
  position        : absolute;
  height          : 100%;
  width           : 100%;
  top             : 0;
  right           : 0;
  left            : 0;
  opacity         : 0;
  overflow        : hidden;
  background      : transparent;
  transition      : none;
}

.vegas-content-wrapper .elementor-top-section.active {
  visibility : visible;
  position   : relative;
  top        : auto;
  right      : auto;
  left       : auto;
  opacity    : 1;
}

.vegas-template-slider .vegas-control .vegas-control-next,
.vegas-template-slider .vegas-control .vegas-control-prev {
  z-index : 99;
}


/* sonradan eklenenler */

.swiper-slide > [class^="col-"],
.swiper-slide > [class*=" col-"] {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0!important;
}


.tab_nav {
  display : flex;
}

a.tab_nav_item {
    color: var(--thm-black);
    position       : relative;
    padding-bottom : 5px;
    overflow       : hidden;
}

.tab_nav_item:hover,
.tab_nav_item.is-active {
  color : var(--thm-primary);
}

.tab_nav_item:after {
  content           : "";
  width             : 0;
  position          : absolute;
  bottom            : 0;
  left              : -2px;
  height            : 2px;
  background-color  : var(--thm-primary);
  -o-transition     : all 500ms ease;
  -moz-transition   : all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition        : all 500ms ease;
}
.tab_nav_item:hover:after,
.tab_nav_item.is-active:after {
    width : 100%;
    left  : 0;
}
.tab_nav_item:not(:last-child) {
  margin-right : 20px;
}

.tab_page {
  display    : none;
  margin-top : 30px;
}

.tab_page.is-active {
  display : block;
}

@media (max-width : 768px) {
  .tab_page:not(.is-active) {
    display : none;
  }
  .tab_nav {
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      padding               : 15px;
      -moz-border-radius    : 4px;
      -webkit-border-radius : 4px;
      border-radius         : 4px;
      background            : #fff;
      background-color      : var(--thm-black);
  }
  .tab_nav a.tab_nav_item {
      margin: 0 20px 0 0;
      padding-bottom: 5px;
  }
}
