/*

Template: Wavey - Blog Html5 Template
Version: 1.0.0
Author: WaveyThemes

*/

/*==============================================
[  Table of contents  ]
================================================

 :: wt-typogaraphy
 :: wt-preloaders
 :: wt-header__nav
 :: wt-offcanvas
 :: wt-navbar
 :: wt-home--styles
 :: wt-section-header
   - wt-header--style01
   - wt-header--style02
   - wt-header--style03 
 :: wt-buttons
   - wt-buttons--effects
 :: wt-contact
 :: wt-members
 :: wt-pricing
 :: wt-faq
 :: wt-animation
 :: wt-clients
 :: wt-features
 :: wt-counter
 :: wt-testimonials
 :: wt-page-cover
 :: wt-menu
   - wt-menu--vertical
   - wt-menu--horizontal
 :: wt-blog
   - wt-blog__post
   - wt-blog__pagination
   - wt-blog__post-detail
   - wt-post__comments
 :: wt-forms
 :: wt-footer
 :: wt-default

======================================
[ End table content ]
======================================*/

/*****************************
    wt-typogaraphy
*****************************/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
html {
  font-size: 14px; /*100% = 16px*/
}

body {
  background: var(--wt-background-light01);
  font-family: var(--wt-font-family02);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.75rem;
  color: var(--wt-color-dark01);
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--wt-color-dark02);
  font-family: var(--wt-font-family01);
  font-weight: 400;
  margin: 0 0 1.25rem 0;
}

h1.wt-text--bold, h2.wt-text--bold, h3.wt-text--bold, h4.wt-text--bold, h5.wt-text--bold, h6.wt-text--bold {
  font-weight: 700;
}

h1.wt-ext--extra-bold, h2.wt-ext--extra-bold, h3.wt-ext--extra-bold, h4.wt-ext--extra-bold, h5.wt-ext--extra-bold, h6.wt-ext--extra-bold {
  font-weight: 900;
}
h1.wt-text--extra01 {
  font-size: 7.8rem;
  line-height: 1.1;
}
h1 {
  font-size: 2.25rem;
}

h1.wt-text--display01 {
  font-size: 2.858rem;
  line-height: 1.1;
}

h1.wt-text--display02 {
  font-size: 3.571rem;
  line-height: 1.1;
}

h1.wt-text--display03 {
  font-size: 4.286rem;
  line-height: 1.1;
}

h1.wt-text--display04 {
  font-size: 5rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

h1, h2 {
  line-height: 2.8rem;
}

h3, h4, h5 {
  line-height: 1.875rem;
}

.title {
  font-size: 2.643rem;
  line-height: 4.071rem;
  margin-bottom: 1.643rem;
}

p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes {
  margin: 0 0 1.25rem 0;
}

ul, ol {
  margin-left: 1.643rem;
}

li {
  margin-bottom: 0.643rem;
}

blockquote {
  padding-left: 1rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 0.429rem;
}

sub, sup {
  padding: 0 0.0714rem;
}

code, pre, kbd {
  font-size: 0.929rem;
}

code {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 0.214rem 0.286rem;
  border-radius: 0.429rem;
  margin: 0 0.0714rem;
}

pre {
  padding: 0.643rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-width: 0 0 0 0.429rem;
}

kbd {
  background-color: var(--wt-color-light01);
  padding: 0.214rem 0.286rem;
  border-radius: 0.286rem;
  box-shadow: 0 0 0.286rem 0 rgba(0, 0, 0, 0.45);
  margin: 0 0.071rem;
}

.alert, .note, .box {
  padding: 1rem;
}

.footnotes {
  font-size: 0.786rem;
  line-height: 1.357rem;
  padding-top: 1rem;
  border-top: 0.071rem dotted rgba(0, 0, 0, 0.15);
}

.footnotes p {
  margin-bottom: 1rem;
}

ul ul, ul ol, ol ul, ol ol, blockquote.right p, blockquote.left p, .alert:last-child, .note:last-child, .box:last-child, .footnotes:last-child {
  margin-bottom: 0;
}

a {
  color: var(--wt-color-dark01);
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:focus, .btn:focus {
  text-decoration: none;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--wt-color-accent01);
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: inherit;
  transition: 0.5s;
  font-weight: inherit;
}

.wt-color--light h1, .wt-color--light h2, .wt-color--light h3, .wt-color--light h4, .wt-color--light h5, .wt-color--light h6, .wt-color--light p, .wt-color--light span, .wt-color--light a {
  color: var(--wt-color-light01);
}

/*****************************
    wt-preloader
*****************************/
.wt-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
  background: var(--wt-background-image01);
}
.wt-preloader__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  padding: 50px;
  position: relative;
  text-align: center;
  margin: 0;
}

.wt-preloader--style01 {
  display: flex;
  justify-content: center;
  margin-left: 20px;
}

.wt-preloader--style01 .wt-preloader__object {
  width: 20px;
  height: 20px;
  background: var(--wt-color-light01);
  float: left;
  margin-right: 20px;
  margin-top: 35px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.wt-preloader--style01 .wt-object01 {
  -webkit-animation: wt-object01 1.5s infinite;
  animation: wt-object01 1.5s infinite;
}

.wt-preloader--style01 .wt-object02 {
  -webkit-animation: wt-object02 1.5s infinite;
  animation: wt-object02 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.wt-preloader--style01 .wt-object03 {
  -webkit-animation: wt-object03 1.5s infinite;
  animation: wt-object03 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes wt-object01 {
  75% {
    -webkit-transform: scale(0);
  }

}

@keyframes wt-object01 {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes wt-object02 {
  75% {
    -webkit-transform: scale(0);
  }

}

@keyframes wt-object02 {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes wt-object03 {
  75% {
    -webkit-transform: scale(0);
  }

}

@keyframes wt-object03 {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

/*****************************
    wt-header__nav
*****************************/
.wt-header__nav {
  position: relative;
  z-index: 99;
}

.wt-header__nav--style01[data-show-after-hide|="true"] {
  background-color: var(--wt-background-transparent);
  color: var(--wt-color-dark02);
  left: 0;
  padding: 0px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.1s ease-in;
  width: 100%;
}

.navbar-nav {
  margin-left: 0 !important;
}

.nav-link {
  color: var(--wt-color-dark02);
}

.wt-header__nav--style01.wt-position--fixed-top, .wt-header__nav--style01 .wt-position--fixed-top {
  background-color: var(--wt-background-light01);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .10);
  position: fixed !important;
  animation: wt-header__nav-animation 0.6s;
  -webkit-animation: wt-header__nav-animation 0.6s;
  width: 100%;
  top: 0;
}

.wt-header__nav--style01 .nav-link {
  font-family: var(--wt-font-family02) !important;
}

@-webkit-keyframes wt-header__nav-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-transform: translateY(0);
  }

}

@keyframes wt-header__nav-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-transform: translateY(0);
  }

}

/*****************************
    wt-offcanvas
*****************************/
body.wt-offcanvas--active {
  overflow: hidden;
}

.wt-offcanvas__header {
  display: none;
}

.wt-screen__overlay {
  background-color: var(--wt-background-overlay01);
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  visibility: hidden;
  width: 0%;
  z-index: 30;
}

.wt-screen__overlay.active {
  opacity: 1;
  transition: opacity 0.3s ease, width 0s;
  visibility: visible;
  width: 100%;
  z-index: 10;
}

/*---  Offcanvas--style01  ---*/
.wt-rightOffcanvas--style01{width: 600px !important;}
.wt-leftOffcanvas--style01 .wt-btn__close-wrap, .wt-rightOffcanvas--style01 .wt-btn__close-wrap, .wt-topOffcanvas--style01 .wt-btn__close-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 0;
  font-size: 17px;
}
.wt-leftOffcanvas--style01 .wt-btn__close-wrap .btn-close, .wt-rightOffcanvas--style01 .wt-btn__close-wrap .btn-close, .wt-topOffcanvas--style01 .wt-btn__close-wrap .btn-close {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  opacity: 1;
}

.wt-leftOffcanvas--style01 .offcanvas-header, .wt-rightOffcanvas--style01 .offcanvas-header, .wt-topOffcanvas--style01 .offcanvas-header {
  justify-content: end;
}

.wt-leftOffcanvas--style01 .wt-sidebar__wrap, .wt-rightOffcanvas--style01 .wt-sidebar__wrap {
  text-align: center;
}

.wt-leftOffcanvas--style01 .wt-sidebar__footer, .wt-rightOffcanvas--style01 .wt-sidebar__footer {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--wt-color-dark03);
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

/*****************************
    wt-navbar
*****************************/
.wt-navbar__top {
  position: relative;
}

.wt-navbar__top-inner {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 1 0 auto;
}

.wt-navbar__top .wt-menu__item {
  margin-bottom: 0;
}

.wt-navbar__top .wt-menu__link {
  padding: 15px 5px;
  font-size: 1rem;
}

.wt-navbar__top .wt-memu__link:hover {
  color: var(--wt-color-accent01) !important;
}

.wt-mobilebar {
  color: var(--wt-color-dark02);
  display: none;
  padding: 15px 0;
}

.wt-mobilebar__wrapper {
  display: flex;
  justify-content: space-between;
}

.wt-navbar__brand {
  align-self: center;
  color: var(--wt-color-dark02);
}

.wt-navbar__toggler {
  background: none;
  border: none;
  cursor: pointer;
  float: right;
}

.wt-navbar__icon-bar {
  background-color: var(--wt-background-dark01);
  height: 2px;
  margin: 8px 0;
  transition: 0.6s all ease-in-out;
  width: 35px;
}

.wt-navbar__toggler:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}

.wt-navbar__dropdown-menu {
  border: none;
  border-top: 2px solid var(--wt-color-accent01) !important;
  border-radius: 0;
  min-width: 12rem;
  padding: 0;
}

.wt-line__vl {
  border-left: 1px solid #6d6d6d;
  height: 25px;
}

.wt-navbar__logo {
  display: block;
  margin-right: 0;
  max-width: 110px;
}

.navbar-nav .nav-link {
  color: var(--wt-color-dark02);
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 27px;
  padding: 8px 0;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-link:hover {
  color: var(--wt-color-accent01) !important;
}
.navbar-nav .dropdown-item.nav-link {
  font-size: 14px;
}

.dropdown-toggle::after {
  margin-left: 0.355em;
  vertical-align: 0.15em;
  font-size: 14px;
}

.wt-navbar--one-page .wt-navbar__current-item > a, .wt-navbar__current-item.nav-item > a, .wt-navbar__current-item.wt-navbar__dropdown-item > a {
  color: var(--wt-color-accent01) !important;
}

.wt-navbar__dropdown-item {
  border-bottom: 1px solid #e5e5e56b;
  margin-bottom: 0;
  padding: 0 15px;
  width: 100%;
}

.wt-color--white .wt-navbar__dropdown-item {
  border-color: #5555556b;
}

.wt-navbar__dropdown-item:last-child {
  border-bottom: none;
}

.wt-navbar__dropdown-link {
  padding: 8px 0 !important;
  transition: 0.3s all ease-in-out;
}

.wt-navbar__dropdown-link:hover {
  background-color: var(--wt-background-transparent);
  padding-left: 5px !important;
}

.wt-navbar__follow {
  display: none;
  margin-top: 30px;
}

.wt-navbar__follow li {
  margin-right: 10px;
}

.wt-navbar__follow li a {
  color: var(--wt-color-dark01);
  font-size: 18px;
  transition: all 0.3s ease;
}

.wt-navbar__follow li a:hover {
  color: var(--wt-color-accent01);
}

.dropdown-menu[data-bs-popper] {
  top: calc(100%);
  left: 14px;
  margin-top: 0;
}

#wt-navbar__main.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wt-color--white .nav-link, .wt-color--white .wt-navbar__follow li a {
  color: var(--wt-color-light01) !important;
}

.wt-color--white .wt-navbar__dropdown-menu {
  background-color: var(--wt-color-dark02);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;}


/*****************************
    wt-section-header
*****************************/
.wt-header {
  position: relative;
  display: flex;
}

.wt-banner {
  position: relative;
  z-index: 1;
}

.wt-section {
  padding: 80px 0;
  position: relative;
}

.wt-section--full-screen {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.wt-section__content {
  display: flex;
  flex-direction: column;
}

.wt-section__heading {
  margin-bottom: 30px;
}

.wt-section__heading--style01 .wt-section__title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.wt-section__heading--style01 .wt-section__title-span {
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
}

.wt-section__heading--style01 .wt-section__subtitle01 {
  text-transform: uppercase;
  color: var(--wt-color-accent01) !important;
}

.wt-section__heading--style02 .wt-section__subtitle02 {
  color: var(--wt-color-accent01);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.wt-section__heading--style02 .wt-section__subtitle01 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.wt-section__heading--style02 .wt-section__title {
  text-transform: capitalize;
  margin-bottom: 0;
}

.wt-section__heading--style02 .wt-section__title-span {
  text-transform: capitalize;
  color: var(--wt-color-accent01);
}

.wt-section__desc {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.wt-section__text {
  max-width: 800px;
  margin-bottom: 0;
}

.wt-section__action {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.wt-section__bar {
  position: relative;
  display: block;
}

.wt-section__bar::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: var(--wt-color-accent01);
  transform: skewX(45deg);
}

.wt-section__bar::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: var(--wt-color-accent01);
  transform: skewX(-45deg);
}


/*------------------ wt-header--style01 ------------------*/
.wt-header--style01 {
  background: url("../img/hero/hero01/bg001.png") bottom / cover no-repeat;
}

.wt-header--style01 .wt-banner--height01, .wt-header--style01.wt-banner--height01 {
  height: 980px;
}

.wt-header--style01 .wt-banner--height02, .wt-header--style01.wt-banner--height02 {
  height: 800px;
}

/*------------------ wt-header--style01  wt-img__collage ------------------*/
.wt-img__collage {
  position: relative;
  display: flex;
}

.wt-img__collage-item {
  position: absolute;
  bottom: 0;
}

.wt-img__collage-item04 {
  z-index: 1;
}

.wt-img__collage-item01, .wt-img__collage-item02, .wt-img__collage-item03 {
  z-index: 2;
}

.wt-img__collage-item01 {
  bottom: -20px;
}

.wt-img__collage-item02 {
  bottom: -20px;
  left: 110px;
}

.wt-img__collage-item03 {
  bottom: -20px;
}

/*------------------ wt-header--style02 ------------------*/
.wt-header--style02 .wt-section__subtitle01, .wt-header--style02 .wt-section__title, .wt-header--style02 .wt-section__text {
  color: var(--wt-color-light01) !important;
}

.wt-header--style02 .wt-banner--height01, .wt-header--style02.wt-banner--height01 {
  height: 870px;
}

.wt-header--style02 .wt-btn.wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
}

.wt-header--style02::after {
  background: rgba(0, 0, 0, 0) url(../img/hero/banner-bg.svg) no-repeat scroll right top;
  content: "";
  position: absolute;
  top: 0px;
  left: -400px;
  width: 750px;
  height: 750px; /*z-index: -1;*/
  opacity: 0.15;
  animation: rotation 50s linear infinite;
}

.rotation {
  -webkit-animation: rotation 30s linear infinite;
  animation: rotation 30s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

/*-- particles-js --*/
.particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 1800px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.particles-js-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  min-width: 1800px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 0;
}

.wt-shape-divider03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 2;
}

.wt-shape-divider03__svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 124px;
  transform: rotateY(180deg);
}

.wt-shape-divider03__shape-fill {
  fill: var(--wt-color-light01);
}

/*------------------ wt-header--style03 ------------------*/
.wt-header--style03 .wt-section__subtitle01, .wt-header--style03 .wt-section__title, .wt-header--style03 .wt-section__text {
  color: var(--wt-color-light01);
}

.wt-header--style03 .wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
  box-shadow: 0 2px 5px 0 rgb(135 69 253), 0 2px 10px 0 rgb(115 74 253);
}

.wt-header--style03 .wt-section__action {
  justify-content: center;
}

.wt-header--style03 .wt-position--fixed-top.wt-color--white {
  background-color: #714afc;
}

.wt-header--style03 .wt-banner--height01, .wt-header--style03.wt-banner--height01 {
  height: 980px;
}

.wt-header--style03 .wt-banner--height02, .wt-header--style03.wt-banner--height02 {
  height: 700px;
}

.wt-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wt-circles__item {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: wt-circles__animate 25s linear infinite;
  bottom: -150px;
}

.wt-circles__item:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.wt-circles__item:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.wt-circles__item:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.wt-circles__item:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.wt-circles__item:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.wt-circles__item:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.wt-circles__item:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.wt-circles__item:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.wt-circles__item:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.wt-circles__item:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes wt-circles__animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

.wt-shape-divider01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

/*------------------ wt-header--style06 ------------------*/
.wt-header--style06 .wt-banner {
  background-image: url(../img/hero/bg02.jpg);
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50%;
}

.wt-header--style06 .wt-section__subtitle01, .wt-header--style06 .wt-section__title, .wt-header--style06 .wt-section__text {
  color: var(--wt-color-light01) !important;
}

.wt-header--style06 .wt-btn.wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
}

.wt-mask--style01 {
  position: absolute;
  background-image: linear-gradient(195deg, #260761, #160123);
  background-size: cover;
  background-position: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.wt-header--style06 .wt-section__title {
  margin: 0;
  text-transform: uppercase;
  line-height: 11rem;
}


/*------------------ wt-header--style07 ------------------*/
.wt-header--style07:after {
  background-image: url(../img/shape/bg-pattern02.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.wt-header--style07 .wt-banner {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50%;
}

.wt-header--style07 .wt-section__title {
  background: url(../img/hero/bg02.jpg) no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  font-weight: 900;
  line-height: 13.75rem;
}

.wt-header--style07 .wt-btn {
  min-width: 150px;
}
/*****************************
    wt-post-slider
*****************************/
.wt-post-slider03 .owl-nav {
  margin-top: 0;
}

.wt-post-slider03 .owl-nav > .owl-prev, .wt-post-slider03 .owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--wt-color-light01);
  background: transparent !important;
  border: none !important;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wt-post-slider03 .owl-nav > .owl-prev i:before, .wt-post-slider03 .owl-nav > .owl-next i:before {
  font-size: 22px;
}

.wt-post-slider03 .owl-nav > .owl-prev:hover, .wt-post-slider03 .owl-nav > .owl-next:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.wt-post-slider03 .owl-nav > .owl-prev:focus, .wt-post-slider03 .owl-nav > .owl-next:focus {
  outline: none;
}

.wt-post-slider03 .owl-nav .owl-prev {
  left: 1%;
}

.wt-post-slider03 .owl-nav .owl-next {
  right: 1%;
}

.wt-post-slider03:hover .owl-nav .owl-prev, .wt-post-slider03:hover .owl-nav .owl-next {
  visibility: visible;
  opacity: 1;
}

/*****************************
    wt-buttons
*****************************/
.wt-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: var(--wt-box-shadow01);
  box-shadow: var(--wt-box-shadow01);
  padding: .625rem 1.5rem;
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--wt-color-dark01);
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wt-btn:hover {
  color: var(--wt-color-accent01);
}

.wt-btn.wt-btn--flat {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.wt-btn.wt-btn--lg {
  padding: 0.857rem 2.143rem;
}

.wt-btn.wt-btn--outline {
  border-color: var(--wt-color-accent01);
}

.wt-btn.wt-btn--Rounded {
  border-radius: 2.143rem;
}

.wt-btn.wt-btn--gradient {
  background-image: var(--wt-background-image01);
  background-size: 200% auto;
  color: var(--wt-color-light01);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.wt-btn.wt-btn--gradient:hover {
  color: var(--wt-color-light01) !important;
}

/*************************  wt-buttons--effects  **************************/
.wt-btn--effect-01:hover {
  background-position: right center;
  color: var(--wt-color-light01);
}

.wt-btn--effect-02 {
  overflow: hidden;
}

.wt-btn--effect-02:after {
  background: var(--wt-color-accent01);
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.wt-btn--effect-02:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.wt-btn--effect-03 {
  position: relative;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  box-shadow: var(--wt-box-shadow02);
}

.wt-btn--effect-03:before, .wt-btn--effect-03:after {
  content: "";
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 3px;
  box-sizing: content-box;
  transition: all 0.3s;
}

.wt-btn--effect-03:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  right: 0;
  transition-delay: 0.05s;
  border-color: var(--wt-color-accent01);
}

.wt-btn--effect-03:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  bottom: 0;
  left: -1px;
  border-color: var(--wt-color-accent01);
}

.wt-btn--effect-03:hover:before {
  width: 100%;
}

.wt-btn--effect-03:hover:after {
  height: 100%;
}

.wt-btn--effect-04 i {
  padding-left: 8px;
  position: relative;
  top: 1px;
  -webkit-transition: padding-left 0.4s ease;
  -o-transition: padding-left 0.4s ease;
  transition: padding-left 0.4s ease;
  font-weight: 600;
}

.wt-btn--effect-04:hover i {
  padding-left: 4px;
}

.wt-btn--effect-05:hover {
  background-image: var(--wt-background-image01);
  background-size: 200% auto;
  color: var(--wt-color-light01);
}

.wt-btn--effect-06 {
  background: var(--wt-color-accent01);
  background-image: var(--wt-background-image01);
  color: var(--wt-color-light01);
  z-index: 1;
  border: none;
}

.wt-btn--effect-06:before, .wt-btn--effect-06:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--wt-color-light01);
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}

.wt-btn--effect-06:before {
  top: 0;
  left: 0;
  width: 150%;
  transform-origin: 0 bottom;
  transform: translateX(-100%) rotate(-30deg);
}

.wt-btn--effect-06:after {
  top: 0;
  left: auto;
  right: 0;
  width: 150%;
  transform-origin: right bottom;
  transform: translateX(100%) rotate(30deg);
}

.wt-btn--effect-06:hover {
  color: var(--wt-color-accent01);
}

.wt-btn--effect-06:hover:before {
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.wt-btn--effect-06:hover:after {
  right: 0;
  transform: rotate(0deg);
  transition: all 0.5s;
}

.wt_home--style03 .wt-btn--effect-06 {
  background: #f85c00;
  background-image: linear-gradient(to right, #f85c00 0%, #f3911f 51%, #fca00a 100%);
}

.wt_home--style03 .wt-btn--effect-06:hover {
  color: #f85c00;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: radial-gradient(rgb(33 169 240) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 25px 3px rgb(33 169 240);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--wt-color-light01);
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }

}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }

}

/*****************************
    wt-contact
*****************************/
.wt-bg__map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: center;
  margin: 0 auto;
  opacity: 0.5;
}

.wt-contact__map {
  margin-bottom: -20px;
}

.wt-contact__map iframe {
  width: 100%;
  height: 450px;
}

/*****************************
    wt-members
*****************************/
.wt-member__content {
  padding: 25px 40px 25px 0;
}

.wt-member__sub-title {
  letter-spacing: 2px;
}

.wt-member__box:hover .wt-member__img {
  transform: scale(1.1);
}

.wt-member__thumb {
  overflow: hidden;
}

.wt-member__img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

/*****************************
  wt-pricing
*****************************/
.wt-pricing {
  padding: 0px 10px 40px 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  max-width: 450px;
  margin: auto;
}

.wt-pricing__plan {
  padding: 40px 30px;
}

.wt-pricing__plan-title {
  margin-bottom: 10px;
}

.wt-pricing__price {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  color: var(--wt-color-dark01);
  font-size: 20px;
  font-family: var(--wt-font-family02);
  font-weight: 500;
}

.wt-pricing__plan--popular {
  background-image: linear-gradient(to right, #4776e6 0%, #00d3f7 51%, #00aedc 100%);
  background-size: 200% auto;
  color: var(--wt-color-light01);
}

.wt-pricing__price-sup {
  position: absolute;
  top: 15px;
  left: -20px;
}

.wt-pricing__price-strong {
  font-size: 50px;
  line-height: 50px;
  padding-right: 0px;
  color: var(--wt-color-dark02);
  font-family: var(--wt-font-family01);
}

.wt-pricing__plan--popular .wt-section__title-span {
  -webkit-text-stroke-color: var(--wt-color-light01);
}

.wt-pricing__plan--popular .wt-pricing__price-strong, .wt-pricing__plan--popular .wt-pricing__price {
  color: var(--wt-color-light01);
}

.wt-pricing__plan--popular .wt-btn.wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
  z-index: 1;
}

.wt-pricing__list {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 50px;
}

.wt-pricing__list-item {
  padding: 6px 0;
  font-weight: 500;
}

.wt-pricing__list-item:last-child {
  padding-bottom: 0;
}

.wt-pricing__list-icon {
  font-weight: 600;
  margin-right: 20px;
}

/* ===================
  wt-faq 
====================== */
.wt-tab--style01 .nav-tabs .nav-link:focus, .wt-tab--style01 .nav-tabs .nav-link:hover {
  color: var(--wt-color-accent01);
}

.wt-tab--style01 .nav-tabs .nav-item.show .nav-link, .wt-tab--style01 .nav-tabs .nav-link.active {
  background-color: #4776e6;
  border-color: transparent;
  background-image: linear-gradient(to right, #4776e6 0%, #00d3f7 51%, #00aedc 100%);
  background-size: 200% auto;
  box-shadow: 0 4px 15px 0 rgb(65 132 234 / 70%);
  color: var(--wt-color-light01);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wt-tab--style01 .nav-tabs .nav-item.show .nav-link:hover, .wt-tab--style01 .nav-tabs .nav-link.active:hover {
  background-position: right center;
  color: var(--wt-color-light01);
}

.wt-tab--style01 .nav-tabs .nav-link:focus, .wt-tab--style01 .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.wt-tab--style01 .nav-tabs {
  border-bottom: 0;
}

.wt-tab--style01 {
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background-color: var(--wt-color-light01);
  padding-top: 50px;
  padding-bottom: 30px;
}

.wt-tab--style01 .accordion-item {
  border: none !important;
  margin-bottom: 20px;
}

.wt-tab--style01 .wt-accordion__item-span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.wt-tab--style01 .accordion-button:not(.collapsed) {
  color: var(--wt-color-accent01);
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.wt-tab--style01 .accordion-button {
  border-radius: 0px !important;
  font-weight: 700;
  font-size: 18px;
  color: var(--wt-color-dark02);
  background: transparent;
  box-shadow: none !important;
}

.wt-tab--style01 .accordion-button:not(.collapsed) {
  border-bottom: 1px dashed var(--wt-color-dark03);
}

/*****************************
    wt-animation
*****************************/
.bounce-animate {
-webkit-animation-name: float-bob;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.bounce-animate2 {
-webkit-animation-name: float-bob2;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.bounce-animate3 {
-webkit-animation-name: float-bob3;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.bounce-animate4 {
-webkit-animation-name: float-bob4;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

.bounce-animate5 {
-webkit-animation-name: float-bob5;
-webkit-animation-duration: 6s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
0% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

50% {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

100% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

}

@keyframes float-bob {
0% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

50% {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

100% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

}

@-webkit-keyframes float-bob2 {
0% {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

50% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

100% {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

}

@keyframes float-bob2 {
0% {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

50% {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

100% {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

}

@-webkit-keyframes float-bob3 {
0% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

50% {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

100% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

}

@keyframes float-bob3 {
0% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

50% {
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

100% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

}

@-webkit-keyframes float-bob4 {
0% {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

}

@keyframes float-bob4 {
0% {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

}

@-webkit-keyframes float-bob5 {
0% {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

}

@keyframes float-bob5 {
0% {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

50% {
  -webkit-transform: translateY(-35px);
  transform: translateY(-35px);
}

100% {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
}

}

.wt-animation__cor-sib {
width: 35px;
position: absolute;
top: 5%;
left: 5%;
animation: wt-animation__suar 3s linear infinite;
}

.wt-animation__cor-round {
position: absolute;
bottom: 8%;
left: 3%;
animation: wt-animation__round 3s linear infinite;
}

.wt-animation__cor-ract {
position: absolute;
top: 5%;
right: 15%;
animation: wt-animation__ract 80s linear infinite;
}

.wt-animation__cor-squar1 {
width: 35px;
position: absolute;
bottom: 41%;
right: 5%;
animation: wt-animation__suar 3s linear infinite;
}

.wt-animation__cor-squar2 {
position: absolute;
bottom: 5%;
right: 35%;
animation: wt-animation__suar 3s linear infinite;
}

@keyframes wt-animation__suar {
0% {
  transform: translateY(0px);
}

50% {
  transform: translateY(20px);
}

100% {
  transform: translateY(0px);
}

}

@keyframes wt-animation__ract {
0% {
  transform: translateY(0px) translatex(100px);
}

50% {
  transform: translateY(70px) translatex(-40px);
}

100% {
  transform: translateY(0px) translatex(100px);
}

}

@keyframes wt-animation__round {
0% {
  transform: translate(0px);
}

50% {
  transform: translate(20px) scale(2);
}

100% {
  transform: translate(0px);
}

}

@keyframes hom-sib {
0% {
  transform: translate(-50px);
}

50% {
  transform: translateX(100px) translateY(-300px);
}

100% {
  transform: translate(-50px);
}

}

.wt-animation__step-shape1 {
left: 28%;
top: 10%;
-webkit-animation: wt-animation__horizontal-1 12s infinite alternate;
animation: wt-animation__horizontal-1 12s infinite alternate;
}

.wt-animation__step-shape2 {
left: 54%;
top: 1%;
-webkit-animation: wt-animation__horizontal-2 12s infinite alternate;
animation: wt-animation__horizontal-2 12s infinite alternate;
}

@-webkit-keyframes wt-animation__horizontal-1 {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

25% {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

50% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

75% {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

}

@keyframes wt-animation__horizontal-1 {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

25% {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

50% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

75% {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

}

@-webkit-keyframes wt-animation__horizontal-2 {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

25% {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

50% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

75% {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

}

@keyframes wt-animation__horizontal-2 {
0% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

25% {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

50% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

75% {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

}

@-webkit-keyframes wt-animation__vertical-1 {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

25% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

50% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

75% {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

}

@keyframes wt-animation__vertical-1 {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

25% {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

50% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

75% {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

}

.wt-animation__custom-jump01 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-animation: wt-animation__jumping01 9s ease-in-out 2s infinite alternate;
animation: wt-animation__jumping01 9s ease-in-out 2s infinite alternate;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition: all 0.9s ease 5s;
transition: all 0.9s ease 5s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.wt-animation__custom-jump02 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-animation: wt-animation__jumping02 9s ease-in-out 2s infinite alternate;
animation: wt-animation__jumping02 9s ease-in-out 2s infinite alternate;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition: all 1s ease 3s;
transition: all 1s ease 3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.wt-animation__custom-jump03 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-animation: wt-animation__jumping03 9s ease-in-out 2s infinite alternate;
animation: wt-animation__jumping03 9s ease-in-out 2s infinite alternate;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition: all 7s ease 2s;
transition: all 7s ease 2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.wt-animation__custom-jump04 {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-animation: wt-animation__jumping04 9s ease-in-out 2s infinite alternate;
animation: wt-animation__jumping04 9s ease-in-out 2s infinite alternate;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-transition: all 8s ease 4s;
transition: all 8s ease 4s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@-webkit-keyframes wt-animation__jumping01 {
0% {
  -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
  transform: translateY(0px) translateX(0) rotate(0) scale(1);
  opacity: 0.8;
}

25% {
  -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
  transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
  opacity: 0.9;
}

50% {
  -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
  transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
  opacity: 0.8;
}

75% {
  -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
  transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
  opacity: 0.6;
}

85% {
  -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
  transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
  transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
  opacity: 0.85;
}

}

@keyframes wt-animation__jumping01 {
0% {
  -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
  transform: translateY(0px) translateX(0) rotate(0) scale(1);
  opacity: 0.8;
}

25% {
  -webkit-transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
  transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(0.8);
  opacity: 0.9;
}

50% {
  -webkit-transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
  transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(0.9);
  opacity: 0.8;
}

75% {
  -webkit-transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
  transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(0.75);
  opacity: 0.6;
}

85% {
  -webkit-transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
  transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(0.9);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
  transform: translateY(-15px) translateX(-15px) rotate(0) scale(0.95);
  opacity: 0.85;
}

}

@-webkit-keyframes wt-animation__jumping02 {
0% {
  -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
  transform: translateY(0px) translateX(0) rotate(0) scale(1);
  opacity: 0.5;
}

25% {
  -webkit-transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
  transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
  opacity: 0.8;
}

50% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
  transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
  opacity: 0.8;
}

75% {
  -webkit-transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
  transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
  transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
  opacity: 0.9;
}

}

@keyframes wt-animation__jumping02 {
0% {
  -webkit-transform: translateY(0px) translateX(0) rotate(0) scale(1);
  transform: translateY(0px) translateX(0) rotate(0) scale(1);
  opacity: 0.5;
}

25% {
  -webkit-transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
  transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
  opacity: 0.8;
}

50% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
  transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
  opacity: 0.8;
}

75% {
  -webkit-transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
  transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
  transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
  opacity: 0.9;
}

}

@-webkit-keyframes wt-animation__jumping03 {
0% {
  -webkit-transform: translateY(10px) translateX(0) rotate(0) scale(1);
  transform: translateY(10px) translateX(0) rotate(0) scale(1);
  opacity: 0.9;
}

20% {
  -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
  transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
  opacity: 0.8;
}

40% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
  transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
  opacity: 0.8;
}

40% {
  -webkit-transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
  transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
  opacity: 1;
}

80% {
  -webkit-transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
  transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
  opacity: 0.6;
}

100% {
  -webkit-transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
  transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
  opacity: 0.7;
}

}

@keyframes wt-animation__jumping03 {
0% {
  -webkit-transform: translateY(10px) translateX(0) rotate(0) scale(1);
  transform: translateY(10px) translateX(0) rotate(0) scale(1);
  opacity: 0.9;
}

20% {
  -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
  transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
  opacity: 0.8;
}

40% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
  transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
  opacity: 0.8;
}

40% {
  -webkit-transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
  transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
  opacity: 1;
}

80% {
  -webkit-transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
  transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
  opacity: 0.6;
}

100% {
  -webkit-transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
  transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
  opacity: 0.7;
}

}

@-webkit-keyframes wt-animation__jumping04 {
0% {
  -webkit-transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
  transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
  opacity: 0.7;
}

25% {
  -webkit-transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
  transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
  opacity: 0.8;
}

50% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
  transform: translateY(15px) translateX(-15px) ro tate(20deg) scale(0.5);
  opacity: 0.9;
}

75% {
  -webkit-transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
  transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
  transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
  opacity: 0.9;
}

}

@keyframes wt-animation__jumping04 {
0% {
  -webkit-transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
  transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
  opacity: 0.7;
}

25% {
  -webkit-transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
  transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
  opacity: 0.8;
}

50% {
  -webkit-transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
  transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
  opacity: 0.9;
}

75% {
  -webkit-transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
  transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
  opacity: 0.7;
}

100% {
  -webkit-transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
  transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
  opacity: 0.9;
}

}

.wt-shape__circle01 {
position: absolute;
left: 20%;
top: 30%;
}

.wt-shape__circle02 {
position: absolute;
left: 25%;
bottom: 35%;
}

.wt-shape__circle03 {
position: absolute;
top: 20%;
left: 25%;
}

.wt-shape__circle04 {
position: absolute;
bottom: 30%;
right: 20%;
}

.wt-shape__circle05 {
position: absolute;
bottom: 40%;
left: 50%;
}

.wt-shape__circle06 {
position: absolute;
top: 30%;
right: 20%;
}

.wt-shape__circle07 {
position: absolute;
top: 10%;
right: 30%;
}

/*****************************
    wt-clients
*****************************/
.wt-section__media {
position: relative;
display: inline-block;
}

.wt-media__img {
display: block;
max-width: 100%;
height: auto;
}

.wt-section__media--style01 .wt-media__img {
animation: wt-animation__suar 3s linear infinite;
}

.wt-client__logo-box {
padding: 15px;
text-align: center;
position: relative;
width: 200px;
height: 146px;
}

.wt-border-left--style01 {
border-left: 1px solid #20d1fb;
}

.wt-client__logo-img {
height: 100%;
transition: transform 400ms ease-out;
}

.wt-client__logo-img:hover {
transform: scale(1.1);
}

/*****************************
    wt-features
*****************************/
.wt-feature {
position: relative;
display: flex;
transition: all 0.3s linear;
margin-bottom: 30px;
}

.wt-feature--style-01 {
border: 1px solid #efefef;
border-radius: 10px;
background: var(--wt-color-light01);
padding: 40px 30px;
transition: all 0.3s linear;
flex-direction: column;
}

.wt-feature--style-01 .wt-feature__thumb {
width: 78px;
height: 78px;
border-radius: 50%;
background: var(--wt-color-light01);
border: 2px solid #542ded;
color: #542ded;
font-size: 40px;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s linear;
}

.wt-feature--style-01 .wt-feature__title {
margin-bottom: 15px;
}

.wt-feature--style-01:hover {
box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.wt-feature--style-01:hover .wt-feature__thumb {
  background: #542ded;
  color: var(--wt-color-light01);
}

.wt-feature--style-02 .wt-feature__thumb {
font-size: 50px;
line-height: 45px;
margin-bottom: 20px;
margin-right: 20px;
color: #542ded;
transition: all 0.3s linear;
}

.wt-feature--style-02 .wt-feature__title {
margin-top: 0;
}

.wt-feature--style-02 .wt-feature__text {
max-width: 330px;
margin: auto;
margin-bottom: 0;
}
.wt-feature--style-02 .wt-feature__thumb-img {
max-width: 32px;
}
.wt-feature--style-02:hover .wt-feature__thumb {
animation: rubberBand 1s linear infinite;
}

/*****************************
    wt-counter
*****************************/
.wt-counter__box {
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
background: transparent;
padding: 40px 20px 37px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 0.3s ease;
margin-bottom: 40px;
}

.wt-counter__line, .wt-counter {
display: inline-block;
}

.wt-counter {
margin: 10px auto;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}

.wt-counter__text {
padding: 0;
margin: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}

.wt-counter__box--style01.wt-counter__box {
background: var(--wt-color-light01);
border: 1px solid #bdf0f8;
box-shadow: 0px 0px 26px #00000017;
border-radius: 8px;
transition: all 0.3s ease;
margin-bottom: 30px;
}

.wt-counter__box--style01:hover, .wt-counter__box--style04:hover {
cursor: pointer;
transform: scale(1.05);
box-shadow: 0px 10px 19px 1px rgb(71 193 191 / 20%);
}

.wt-counter__box--style02.wt-counter__box {
border-right: 1px dashed black;
}

.wt-counter__box--style03 .wt-counter__item {
position: relative;
z-index: 5;
height: 160px;
width: 170px;
align-self: center;
}

.wt-counter__box--style03 .wt-counter__item::before {
position: absolute;
content: "";
z-index: -1;
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: url(../img/team/022.png) no-repeat 0 0;
background-size: 100%;
}

.wt-counter__box--style03 .wt-counter__item--style01.wt-counter__item::before {
background: url(../img/team/011.png) no-repeat 0 0;
background-size: 100%;
}

.wt-counter__box--style03 .wt-counter__item--style02.wt-counter__item::before {
background: url(../img/team/022.png) no-repeat 0 0;
background-size: 100%;
}

.wt-counter__box--style03 .wt-counter__item--style03.wt-counter__item::before {
background: url(../img/team/033.png) no-repeat 0 0;
background-size: 100%;
}

.wt-counter__box--style03 .wt-counter__line {
top: 35px;
position: relative;
}

.wt-counter__box--style04.wt-counter__box {
  background-color: var(--wt-color-light01);
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
padding: 30px;
margin-bottom: 0;
}
.wt-countdown {
text-align: center;
margin: 5px;
width: 120px;
height: 135px;
padding: 15px 15px;
background-color: #fdfdfd;
border-top: 2px solid #3bc5ff;
box-shadow: 0px 10px 8px -9px rgb(0 0 0 / 20%);
}

.wt-countdown__wrap-style01 .wt-countdown {
border: 1px solid var(--wt-color-dark03);
border-radius: 50%;
height: 120px;
}

/*****************************
    wt-testimonials
*****************************/
.wt-testimonial {
  background: var(--wt-color-light01);
text-align: center;
padding: 30px 30px 50px;
margin: 0 15px 100px;
position: relative;
border: 1px solid #ececec;
border-radius: 4px;
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.wt-testimonial__desc {
font-size: 15px;
color: #777;
text-align: left;
margin-bottom: 30px;
opacity: 0.8;
}

.wt-testimonial__content {
width: 100%;
position: absolute;
left: 0;
}

.wt-testimonial__pic-frame {
display: inline-block;
border: 2px solid var(--wt-color-light01);
border-radius: 50%;
box-shadow: 0 0 2px 2px var(--wt-color-accent01);
overflow: hidden;
z-index: 1;
position: relative;
}

.wt-testimonial__pic {
width: 100px !important;
height: auto;
}

.wt-testimonial__title {
font-size: 15px;
font-weight: bold;
text-transform: capitalize;
margin: 0 0 5px 0;
line-height: 1.1;
}

.wt-testimonial__sub-title {
display: block;
font-size: 14px;
}

.wt-testimonial__logo {
width: 64px !important;
}

/*------------- owl-carousel --------------*/
#wt-testimonials .item {
text-align: center;
padding: 0;
margin-bottom: 80px;
opacity: 0.2;
transform: scale3d(0.8, 0.8, 1);
transition: all 0.3s ease-in-out;
}

#wt-testimonials .owl-item.active .item {
opacity: 1;
transform: scale3d(1.0, 1.0, 1);
}

#wt-testimonials.owl-carousel .owl-dots .owl-dot.active span, #wt-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
background: var(--wt-color-accent01);
transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#wt-testimonials.owl-carousel .owl-dots {
display: inline-block;
width: 100%;
text-align: center;
margin-top: 45px;
}

#wt-testimonials.owl-carousel .owl-dots .owl-dot {
display: inline-block;
}

#wt-testimonials.owl-carousel .owl-dots .owl-dot span {
background: var(--wt-color-accent01);
display: inline-block;
height: 20px;
margin: 0 2px 5px;
transform: translate3d(0px, -50%, 0px) scale(0.3);
transform-origin: 50% 50% 0;
transition: all 250ms ease-out 0s;
width: 20px;
}

/*****************************
    wt-page-cover
*****************************/
.wt-bg--gradient {
background-color: #072a9a;
background-image: -webkit-gradient(to right, #072a9a 0%, #00d3f7 51%, #00aedc 100%);
background-image: -webkit-linear-gradient(to right, #072a9a 0%, #00d3f7 51%, #00aedc 100%);
background-image: -o-linear-gradient(to right, #072a9a 0%, #00d3f7 51%, #00aedc 100%);
background-image: linear-gradient(to right, #072a9a 0%, #00d3f7 51%, #00aedc 100%);
background-size: 200% auto;
}

.wt-bg--gradient01 {
background-image: var(--wt-background-image01);
}

.wt-bg--gradient02 {
background-color: var(--wt-color-dark02);
padding: 40px;
border-radius: 5px;
background: linear-gradient(to right, #434343 0%, black 100%);
}
.wt-bg--transparent {
  background-color: transparent !important;
}
.wt-bg--style01 {
background-image: url(../img/shape/bg02.png)  !important;
background-repeat: repeat-y;
background-color: #fff !important;
}

.wt-bg--style02 {
background-image: url('../img/hero/page-cover02.jpg') !important;
}

.wt-bg--style03 {
background-image: url('../img/hero/page-cover03.jpg') !important;
}

.wt-bg--style04 {
background-image: url('../img/hero/page-cover04.jpg') !important;
}

.wt-bg--style05 {
background-image: url('../img/hero/page-cover05.jpg') !important;
}

.wt-bg--style06 {
background-image: url('../img/hero/page-cover06.jpg') !important;
}

.wt-bg--style07 {
background-image: url('../img/hero/page-cover07.jpg') !important;
}



.wt-bg--light01 {
background-color: var(--wt-color-light01) !important;
}
.wt-bg--transparent-50 {
  background-color: #00000050 !important;
}
.wt-text-shadow {
text-shadow: 0 5px 10px rgb(15 1 85 / 20%);
}

.wt-color-light01 .wt-section__title, .wt-color-light01 h1, .wt-color-light01 h2, .wt-color-light01 h3, .wt-color-light01 h4, .wt-color-light01 h5, .wt-color-light01 h6, .wt-color-light01 p, .wt-color-light01 a, .wt-color-light01 span {
color: var(--wt-color-light01);
}

.wt-color-light01 .wt-section__title-span, .wt-color-light01.wt-section__title-span {
  -webkit-text-stroke-color: var(--wt-color-light01);
}

.wt-color-light01 .wt-btn.wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
z-index: 1;
}

.wt-height01 {
height: 400px;
}

.wt-bg__img-wrapper01 {
position: absolute;
top: 0;
right: 0;
opacity: 0.03;
z-index: -1;
}

.wt-img__pillow01 {
position: absolute;
bottom: -120px;
right: 150px;
z-index: 2;
}

.wt-breadcrumb {
position: relative;
margin-bottom: 40px;
z-index: 1;
width: 100%;
background-color: #f6fcff;
}

.wt-breadcrumb__link {
display: inline-block;
margin-right: 5px;
}

.wt-breadcrumb__link:hover {
color: var(--wt-color-accent01) !important;
}

.wt-breadcrumb__divider {
display: inline-block;
margin-right: 5px;
color: var(--wt-color-light01);
}

.wt-shape-divider02 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
overflow: hidden;
line-height: 0;
z-index: -1;
}

.wt-shape-divider02__svg {
position: relative;
display: block;
width: calc(100% + 1.3px);
height: 200px;
}

.wt-shape-divider02__shape-fill {
  fill: var(--wt-color-light01);
}

.wt_home--style01 .wt-bg__img-wrapper01 {
opacity: 1;
}

.wt_home--style01 .wt-breadcrumb__divider {
color: var(--wt-color-dark01);
}

/*****************************
    wt-menu
*****************************/

/*----- Default Menu -----*/
.wt-menu__wrapper {
display: flex;
justify-content: center;
}

.wt-menu {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
display: flex;
margin: 0;
padding: 0;
}

.wt-menu__link {
color: var(--wt-color-dark01);
background: transparent;
padding: 20px 5px;
width: 100%;
}

.wt-menu__svg-link svg {
height: auto;
width: 30px;
}

.wt-menu__svg-link svg path {
fill: var(--wt-color-dark02);
}

.wt-menu__svg-link:hover svg path {
fill: var(--wt-color-accent01);
}

.wt-color--white .wt-menu__svg-link svg path {
fill: var(--wt-background-light01);
}

.wt-color--white .wt-menu__search-link {
color: var(--wt-background-light01);
}

.wt-color--white.wt-bg--dark01 {
background-color: var(--wt-color-dark02);
}

/*----- vertical Menu  -----*/
.wt-menu--vertical {
flex-direction: column;
}

.wt-menu--vertical .wt-menu__item {
margin-bottom: 15px;
}

.wt-menu--vertical .wt-menu__item:last-child {
margin-bottom: 0;
}

.wt-menu--vertical .wt-menu__link {
padding: 0px 20px;
}

/*----- Horizontal Menu  -----*/
.wt-menu--horizontal .wt-menu__item {
margin-right: 15px;
}

.wt-menu--horizontal .wt-menu__item:last-child {
margin-right: 0;
}

.wt-menu--wrap {
flex-wrap: wrap;
}

.wt-menu--wrap .wt-menu__item {
flex-basis: 50%;
margin: 0;
}

.wt-menu--wrap .wt-menu__link {
padding: 5px;
}

.wt-menu--style01 .wt-memu__link:first-child {
padding-left: 0 !important;
}

.wt-menu--style01 .wt-menu__link {
color: var(--wt-color-light01);
padding-top: 0;
}

.wt-menu--style02 .wt-menu__item {
position: relative;
padding: 0;
display: flex;
align-items: center;
}

.wt-menu--style02 .wt-menu__text {
display: flex;
margin-bottom: 0;
}

.wt-menu--style02 .wt-menu__icon {
min-width: 30px;
line-height: 40px;
margin-right: 0;
text-align: left;
}

.wt-menu--style03 .wt-menu__icon {
margin-right: 15px;
text-align: left;
}

.wt-menu--style04 .wt-menu__item {
text-align: center;
margin-right: 4px;
display: inline-block;
}

.wt-menu--style04 .wt-menu__link {
background: var(--wt-color-light01);
color: var(--wt-color-accent01);
border: 1px solid var(--wt-color-accent01);
border-radius: 35px;
height: 35px;
width: 35px;
line-height: 35px;
display: inline-block;
padding: 0;
}

.wt-menu--style04 .wt-memu__link:hover {
background: var(--wt-color-accent01);
color: var(--wt-color-light01);
}

/*---  wt-menu--style05  ---*/
.wt-menu--style05.wt-menu--horizontal {
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
list-style: none;
}

.wt-menu--style05 .wt-menu__item {
margin: 0;
}

.wt-menu--style05 .wt-menu__link {
height: 45px;
width: 45px;
border-radius: 50%;
border: 1px solid var(--wt-color-dark03);
display: flex;
align-items: center;
justify-content: center;
}

.wt-menu--style05 .wt-memu__link:hover {
background: var(--wt-color-accent01);
border: 1px solid transparent;
color: var(--wt-color-light01);
}

/*****************************
    wt-blog
*****************************/

/*---------------- defaults ----------------*/
.wt-position--absolute-style01 {
position: absolute !important;
left: 0;
top: 0;
z-index: 2;
}

/*---------------- wt-blog__post ----------------*/
.wt-blog__post {
margin-bottom: 80px;
}

.wt-blog__post:not(:last-child) {
margin-bottom: 30px;
}

.wt-post__media {
position: relative;
overflow: hidden;
}

.wt-post__media-img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
width: 100%;
}

.wt-blog__post:hover .wt-post__media-img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.wt-post__content {
padding: 30px;
border: 1px solid var(--wt-color-light02);
transition: 0.3s all ease-in-out;
box-shadow: 0px 15px 45px -9px rgb(0 0 0 / 20%);
}

.wt-blog__post:hover .wt-post__content {
box-shadow: 0 1px 1px 1px rgb(0 0 0 / 6%);
}

.wt-post__meta-span {
display: inline-block;
font-size: 0.9375rem;
}

.wt-post__meta-span:not(:last-child) {
padding-right: 10px;
}

.wt-post__meta-entry-link {
color: var(--wt-color-dark01);
}

.wt-post__meta-date {
background-color: var(--wt-color-accent01);
color: var(--wt-color-light01);
text-align: center;
padding: 14px 11px;
min-width: 80px;
}

.wt-meta-date__day {
font-size: 1.75rem;
font-weight: 700;
font-family: work sans, sans-serif;
line-height: 1;
}

.wt-meta-date__month {
font-size: 0.9375rem;
}

.wt-post__meta {
margin-bottom: 12px;
align-items: center;
justify-content: space-between;
display: flex;
}

.wt-post__meta-author-img {
width: 40px;
height: 40px;
border-radius: 50%;
}

.wt-post__meta-author-link {
color: var(--wt-color-dark01);
font-size: 0.9375rem;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.wt-post__meta-author-img + .wt-post__meta-author-link {
padding-left: 10px;
}

.wt-post__link, .wt-post__meta-entry-link, .wt-post__meta-author-link {
transition: 0.25s all ease;
}

.wt-post__link:hover, .wt-post__meta-entry-link:hover, .wt-post__meta-author-link:hover {
color: var(--wt-color-accent01) !important;
}

.wt-post__desc {
margin-bottom: 20px;
}

.wt-post__desc-text {
margin-bottom: 0;
}

.wt-blog__post .wt-btn--effect-04 {
padding-left: 0 !important;
color: var(--wt-color-dark02);
font-weight: 500 !important;
}

.wt-blog__widget {
margin-bottom: 30px;
padding: 30px;
border: 1px solid var(--wt-color-light02);
transition: 0.3s all ease-in-out;
box-shadow: 0px 10px 8px -9px rgb(0 0 0 / 10%);
}

.wt-widget__title {
margin-bottom: 10px;
position: relative;
}

.wt-widget__search-form {
position: relative;
}

.wt-widget__search-form--style01 .form-control {
padding: 10px 15px 10px 15px;
border-radius: 8px;
box-shadow: none;
}

.wt-widget__search-form--style01 .form-control:focus {
border-color: var(--wt-color-accent01);
}

.wt-widget__search-form--style01 button {
position: absolute;
right: 0;
top: 0;
padding: 8px 18px 6px 18px;
background-color: transparent;
border: none;
color: var(--wt-color-dark01);
}

.wt-widget__category-link {
display: block;
padding: 10px 0;
border-bottom: 1px solid #ced4da;
transition: all 0.5s ease-in-out;
}

.wt-widget__category-link:last-child {
margin-bottom: 0px;
border-bottom: none;
}

.wt-widget__category-link:hover {
padding-left: 10px;
color: var(--wt-color-accent01);
}

.wt-widget__category-title {
transition: all 0.5s ease-in-out;
}

.wt-widget__category-link:hover .wt-widget__category-title {
padding-left: 10px;
color: var(--wt-color-accent01);
}

.wt-widget__category-icon {
margin-right: 5px;
color: var(--wt-color-accent01);
}

.wt-widget__small-post {
display: flex;
justify-content: start;
align-items: center;
margin-bottom: 20px;
}

.wt-widget__small-post-media {
margin-right: 20px;
}

.wt-widget__small-post-img {
width: 100px;
border-radius: 8px;
}

.wt-widget__small-post-meta {
font-size: 12px;
color: var(--wt-color-dark01);
}

.wt-widget__small-post-icon {
margin-right: 5px;
}

.wt-widget__small-post-link:hover {
color: var(--wt-color-accent01);
}

.wt-widget__social-link {
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border: 2px solid var(--wt-color-accent01);
color: var(--wt-color-accent01);
text-align: center;
margin-right: 5px;
transition: all 0.5s ease-in-out;
}

.wt-widget__social-link:hover {
background-color: var(--wt-color-accent01);
color: var(--wt-color-light01);
}

.wt-widget__tag-link {
background-color: var(--wt-color-light01);
padding: 4px 15px;
margin-bottom: 10px;
margin-right: 10px;
display: inline-block;
transition: all 0.5s ease-in-out;
}

.wt-widget__tag-link:hover {
background-color: var(--wt-color-accent01);
color: var(--wt-color-light01);
}

/*---------------  wt-widget__about  ----------------*/
.wt-widget__about {
text-align: center;
position: relative;
z-index: 1;
}

.wt-widget__about--style01 {
background-color: var(--wt-color-light03);
padding: 45px;
}

.wt-widget__about-img {
border-radius: 50%;
width: 100%;
max-width: 200px;
}

.wt-widget__sub-title {
color: var(--wt-color-accent01);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;
}

.wt-widget__img-wrap {
border-radius: 50%;
border: 4px solid var(--wt-color-light01);
width: 200px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.wt-widget__img-wrap--style01 {
margin-top: -70px;
width: 140px;
}

.bg_img {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
background-image: url(../img/blog/blog960x540-03.jpg);
}

.wt-widget__top--style01 {
padding-top: 45px;
padding-bottom: 75px;
position: relative;
border-radius: 10px;
}

.wt-widget__top--style01::after {
border-radius: 10px;
position: absolute;
left: 0;
content: "";
top: 0;
width: 100%;
height: 100%;
background: #111111;
opacity: 0.8;
}

.wt-widget__top--style01 .wt-widget__sub-title {
color: var(--wt-color-light01);
}

/*---------------  wt-widget__tag--style01  ----------------*/
.wt-widget__tag--style01 {
padding: 0;
box-shadow: none;
}

.wt-widget__tag--style01 .wt-widget__tag-link {
border-radius: 3px;
border: 1px solid var(--wt-color-dark03);
}

.wt-widget__tag--style01 .wt-widget__tag-link:hover {
background: var(--wt-color-accent01);
color: var(--wt-color-light01);
}

/*---------------  wt-widget__connect  ----------------*/
.wt-widget__connect {
padding: 50px;
}

.wt-widget__connect .wt-btn.wt-btn--outline {
  border-color: var(--wt-color-light01);
  color: var(--wt-color-light01);
}

/*---------------  wt-widget__category ----------------*/
.wt-blog__widget--style01.wt-blog__widget {
padding: 0 !important;
border: 0 !important;
box-shadow: none !important;
}

.wt-blog__widget--style01 .wt-widget__category-link:hover {
padding-left: 0 !important;
color: var(--wt-color-accent01);
}

.wt-widget__category-img {
width: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.wt-widget__category--style01 .wt-widget__category-content {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 15px;
padding-right: 15px;
position: absolute;
width: 100%;
bottom: 0;
top: 0;
z-index: 2;
}

.wt-widget__category--style01 .wt-widget__category-link {
position: relative;
overflow: hidden;
border-radius: 6px;
padding-bottom: 0;
padding-top: 0;
}

.wt-widget__category--style01 .wt-widget__category-link:before {
position: absolute;
content: "";
opacity: 0.4;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 2;
background: linear-gradient(180deg, rgba(0, 0, 0, 35%) 0%, #000000 100%);
}

.wt-widget__category--style01 .wt-widget__category-link:hover .wt-widget__category-img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.wt-widget__category--style01 .wt-widget__category-link:hover {
padding-left: 0;
color: var(--wt-color-light01);
}

.wt-widget__category--style01 .wt-widget__category-link:hover .wt-widget__category-title {
padding-left: 0;
color: var(--wt-color-light01);
}

/*---------------  wt-widget__follow-us ----------------*/
.wt-widget__follow-us-link {
display: inline-block;
padding: 25px 0 45px 0;
margin: 2px 0;
vertical-align: top;
width: 32%;
height: 30px;
text-align: center;
border-radius: 10px;
line-height: 27px;
box-sizing: content-box;
background: var(--wt-color-light01);
transition: all 0.3s ease 0s;
}

.wt-widget__follow-us-link i {
  color: var(--wt-color-light01);
font-size: 28px;
margin: 0;
vertical-align: middle;
transition: all 0.3s ease 0s;
}

.wt-widget__follow-us-link:hover i {
transform: scale(1.2) translateZ(0px);
}

.wt-widget__follow-us-span {
display: block;
color: var(--wt-color-light01);
font-size: 14px;
text-transform: capitalize;
}

.wt-bg__facebook {
background-color: #3b579d !important;
}

.wt-bg__youtube {
background-color: #e6291b !important;
}

.wt-bg__linkedin {
background-color: #007bb6 !important;
}

.wt-bg__twitter {
background-color: #2caae1 !important;
}

.wt-bg__instagram {
background-color: #833ab4 !important;
}

.wt-bg__pinterest {
background-color: #e13138 !important;
}

.wt-bg__google-plus {
background-color: #dc5246 !important;
}

.wt-bg__skype {
background-color: #0199da !important;
}

.wt-bg__instagram {
background-color: #833ab4 !important;
}

/*---------------  wt-widget__newsletter ----------------*/
.wt-widget__newsletter-wrap {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}

.wt-widget__newsletter-input-group .form-control {
border: 0;
box-shadow: none;
text-transform: lowercase;
height: 42px;
background-color: var(--wt-background-light01);
border-radius: 4px 0 0 4px;
font-size: 15px;
}

.wt-widget__newsletter-input-group .wt-widget__newsletter-span {
background: 0 0;
border: 0;
padding: 0;
transition: all 0.3s ease-out;
}

.wt-widget__newsletter-input-group .wt-widget__newsletter-btn {
border-radius: 0 4px 4px 0;
border: 0;
padding: 0 17px;
height: 42px;
background-color: var(--wt-color-dark02);
transition: all 0.3s ease-out;
}

.wt-widget__newsletter-input-group .wt-widget__newsletter-icon {
font-size: 20px;
color: var(--wt-color-light01);
transition: all 0.3s ease-out;
}

.wt-widget__newsletter-input-group .wt-widget__newsletter-btn:hover {
background: var(--wt-color-accent01);
}

.wt-widget--style02.wt-blog__widget {
border: 0;
box-shadow: none;
margin-bottom: 0;
padding: 0;
}

.wt-widget--style02 .wt-widget__small-cat-link {
background-color: #f54725;
font-size: 0.8rem;
color: var(--wt-color-light01);
padding: 0 8px;
line-height: 2;
letter-spacing: 0.05rem;
text-transform: uppercase;
height: 24px;
display: inline-block;
margin-bottom: 20px;
}

.wt-widget--style02 .wt-widget__small-post-img {
min-width: 160px;
max-width: 160px;
border-radius: 8px;
}

/*--------------------------*/
.wt-post__instagram-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -4px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.wt-post__instagram-item {
-webkit-flex-basis: 33.33%;
-ms-flex-preferred-size: 33.33%;
flex-basis: 33.33%;
padding: 4px;
margin: 0;
}

.wt-post__instagram-link {
display: block;
width: 100%;
overflow: hidden;
border-radius: 6px;
}

.wt-post__instagram-img {
width: 100%;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.wt-post__instagram-item:hover .wt-post__instagram-img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.wt-blog__post--style01 .wt-post__media {
border-radius: 10px 10px 0 0;
}

.wt-blog__post--style01 .wt-post__meta-entry-link:hover, .wt-blog__post--style01 .wt-post__meta-author-link:hover {
color: var(--wt-color-dark01) !important;
}

.wt-blog__post--style01 .wt-post__content {
padding: 15px;
}

.wt-blog__post--style02.wt-blog__post, .wt-blog__post--style02 .wt-post__media {
position: relative;
}

.wt-blog__post--style02 .wt-post__media-img {
border-radius: 10px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.wt-blog__post--style02 .wt-post__content {
position: absolute;
width: 100%;
bottom: 0px;
z-index: 1;
border: none;
}

.wt-blog__post--style02 .wt-post__content.wt-width-650 {
max-width: 650px;
}

.wt-effect--img-zoom .wt-post__media {
overflow: hidden;
border-radius: 10px;
}

.wt-effect--img-zoom .wt-post__media::before {
content: " ";
position: absolute;
display: block;
width: 100%;
height: 100%;
z-index: 1;
bottom: 0;
left: 0;
background: -moz-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.7) 73%);
background: -webkit-linear-gradient(top, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.7) 73%);
background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(0, 0, 0, 0.7) 73%);
}

.wt-effect--img-zoom .wt-post__media-img {
width: 100%;
-webkit-transition: 0.6s;
-o-transition: 0.6s;
transition: 0.6s;
}

.wt-effect--img-zoom:hover .wt-post__media-img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.wt-post__instagramlink {
position: relative;
display: block;
width: 100%;
overflow: hidden;
}

.wt-post__instagramimg {
width: 100%;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}

.wt-post__instgramicon {
font-size: 28px;
transform: scale(2);
transition: all 0.35s;
color: var(--wt-color-light01);
}

.wt-post__instagramitem:hover .wt-overlay--style01 {
opacity: 1;
}

.wt-post__instagramitem:hover .wt-post__instgramicon {
transform: scale(1);
}

.wt-post__instagramitem:hover .wt-post__instagramimg {
transform: scale(1);
}

.wt-overlay--style01 {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
color: white;
transition: all 0.35s;
opacity: 0;
}

/*-----------------------------------------------------------------------------------*/
.wt-blog__post--style02 .wt-post__meta-span {
display: inline-block;
font-size: 0.8rem;
}

.wt-blog__post--style02 .wt-post__link, .wt-blog__post--style02 .wt-post__meta-span, .wt-blog__post--style02 .wt-post__meta-entry-link {
color: var(--wt-color-light01);
}

.wt-blog__post--style02 .wt-post__meta-entry-link.active {
font-weight: 600;
}

.wt-post__meta-entry-link:hover, .wt-post__meta-author-link:hover {
color: var(--wt-color-light01) !important;
}

.wt-blog__post--style02 .wt-post__meta-date, .wt-blog__post--style02 .wt-post__meta-category {
color: var(--wt-color-light01);
text-align: center;
padding: 2px 10px;
}

.wt-post__meta-span.wt-font--size-7, .wt-post__meta-author-link.wt-font--size-7 {
font-size: 0.7rem !important;
}

.wt-blog__post--style02 .wt-meta-date__day {
font-size: 1.75rem;
font-weight: 700;
font-family: work sans, sans-serif;
line-height: 1;
}

.wt-blog__post--style02 .wt-meta-date__month {
font-size: 0.9375rem;
}

.wt-blog__post--style02 .wt-post__meta {
margin-bottom: 10px;
align-items: center;
display: flex;
}

.wt-blog__post--style02 .wt-post__meta-author-img {
width: 40px !important;
height: 40px !important;
border-radius: 50%;
display: inline-block !important;
}

.wt-blog__post--style02 .wt-post__meta-author-link {
color: var(--wt-color-light01);
font-size: 0.8rem;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}

.wt-post__meta-category .wt-post__meta-entry-link:hover {
color: var(--wt-color-light01) !important;
}

/*--------------------------*/
.wt-blog__pagination {
display: flex;
justify-content: center;
align-items: center;
margin-top: 40px;
margin-bottom: 40px;
}

.wt-blog__page-link {
position: relative;
display: block;
text-decoration: none;
border: 2px solid var(--wt-color-accent01);
background: transparent;
color: var(--wt-color-accent01);
margin: 0 10px;
width: 40px;
height: 40px;
line-height: 28px;
text-align: center;
transition: all 0.5s ease-in-out;
box-shadow: 0px 10px 8px -9px rgb(0 0 0 / 20%);
padding: 0.375rem 0.75rem;
}

.wt-blog__page-link:hover, .wt-blog__page-item.active .wt-blog__page-link {
background-color: var(--wt-color-accent01);
border-color: var(--wt-color-accent01);
color: var(--wt-color-light01);
}

.wt-blog__page-link:focus {
box-shadow: none !important;
}

/*-------- Blog Detail Page--------*/
.wt-blog__post-detail--style01 .wt-widget__social-link {
border: none;
color: var(--wt-color-dark01);
width: 20px;
height: 20px;
}

.wt-blog__post-detail--style01 .wt-widget__social-link:hover {
background-color: transparent;
color: var(--wt-color-accent01) !important;
}

.wt-blog__post-detail--style01 .wt-widget__tag-link {
padding: 5px;
margin-bottom: 0;
margin-right: 0;
}

.wt-blog__post-detail--style01 .wt-widget__tag-link:hover {
background-color: transparent;
color: var(--wt-color-accent01);
}

.wt-blog__post-detail--style01 .wt-blog__widget {
justify-content: center;
display: flex;
flex-direction: column;
margin-bottom: 0;
background-color: var(--wt-color-light01);
box-shadow: 0 1px 1px 1px rgb(0 0 0 / 6%);
}

.wt_divider__line {
height: 1px;
width: 100%;
background-color: var(--wt-color-dark03);
clear: both;
margin: 15px 0;
display: inline-block;
}

.wt-post__features-list {
list-style-type: decimal;
margin: 15px 0 15px 40px;
padding: 0;
}

.wt-blockquote__wrapper {
border: 1px solid var(--wt-color-light02);
box-shadow: 0 1px 1px 1px rgb(0 0 0 / 6%);
border-left: 0.2rem solid var(--wt-color-accent01);
}

.wt-blockquote {
border: 0;
padding: 0;
margin-bottom: 0;
}

.wt-blockquote__icon {
color: var(--wt-color-accent01);
}

.wt-blockquote__author {
position: relative;
color: var(--wt-color-dark02);
font-family: var(--wt-font-family01);
font-weight: 700;
font-style: italic;
padding-left: 60px;
}

.wt-blockquote__author:before {
content: "";
position: absolute;
height: 2px;
width: 40px;
background: var(--wt-color-dark02);
left: 0;
top: 10px;
}

/*-------- Blog comments--------*/
.wt-post__comments {
margin-bottom: 50px;
}

.wt-post__comments-wrapper {
margin: 30px 0;
}

.wt-post__comment {
display: flex;
justify-content: start;
align-items: center;
}

.wt-post__comment-img {
border-radius: 50%;
height: 80px;
width: 80px;
}

.wt-post__comment-content {
padding: 20px 30px;
}

.wt-post__comment-author {
font-size: 1rem;
}

.wt-post__comment-date {
font-size: 14px;
}

.wt-post__comment-link {
font-weight: 600;
margin-top: 5px;
color: var(--wt-color-accent01);
}

.wt-post__comment-link:hover {
color: var(--wt-color-accent01);
}

.wt-post__comment-reply {
margin-left: 50px;
}

.wt-post__comments-form--style01 .form-group {
margin-bottom: 20px;
}

.wt-post__comments-form--style01 .form-control {
padding: 12px 20px;
border-radius: 8px;
box-shadow: none;
transition: all 0.5s ease-in-out;
border: 1px solid var(--wt-color-dark03);
}

.wt-post__comments-form--style01 .form-control:focus {
border-color: var(--wt-color-accent01);
}

/*****************************
    wt-forms
*****************************/
.form-control {
display: block;
width: 100%;
padding: 0.6rem 1rem;
color: var(--wt-color-dark01);
background-color: #fefefe;
background-clip: padding-box;
border: 1px solid #e6e6e6;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.4rem;
box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
color: var(--wt-color-dark01);
background-color: var(--wt-background-light01);
border-color: var(--wt-color-accent01);
outline: 0;
box-shadow: none;
}

.wt-btn__subscribe {
border-top-right-radius: 28px;
border-bottom-right-radius: 28px;
border-color: transparent;
padding: 0.625rem 1.1rem 0.5rem;
transition: all 0.4s ease;
}

.wt-btn__subscribe:focus, .wt-btn__subscribe:active {
border-color: transparent;
outline: 0;
box-shadow: none;
}

.wt-btn__subscribe:hover {
border-color: transparent;
}

.wt-form--style01 .wt-btn__subscribe {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.wt-form--style01 .form-control {
border-radius: 0;
}
.wt-form--style01 .form-control::placeholder {
color: var(--wt-color-dark01);
opacity: 0.6;
font-size: 13px;
}
.wt-form--style02 .form-control {
width: 100%;
height: 48px;
background: var(--wt-color-light01);
border: none;
outline: none;
border-radius: 1px;
padding: 0 30px;
box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
}

.wt-form--style02 .wt-btn__subscribe {
height: 38px;
padding: 0 30px;
border-radius: 3px;
border: none;
position: absolute;
right: 6px;
top: 6px;
color: var(--wt-color-light01);
cursor: pointer;
background: linear-gradient(to right, #ff9068, #ff4b1f);
z-index: 3;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
box-shadow: none;
}

.wt-form__wrapper--style01 {
max-width: 500px;
margin: 0 auto;
}

/*---  wt-form--style03  ---*/
.wt-form--style03 .form-control {
border: none;
}

.wt-form--style03 .form-control:hover, .wt-form--style03 .form-control:active, .wt-form--style03 .form-control:focus {
border: none;
outline: none;
box-shadow: none;
}

.wt-form--style03 .form-control::placeholder {
color: var(--wt-color-dark01);
opacity: 0.6;
font-size: 13px;
}

.wt-form--style03 .wt-icon__search {
color: var(--wt-color-accent01);
font-size: 20px;
}

.wt-form--style03.wt-card {
padding: 10px;
border: 1px solid var(--wt-color-dark03);
border-radius: 5px;
}

/*****************************
   wt-footer
*****************************/
.wt-footer {
background-image: var(--wt-background-image01);
font-size: 0.9rem;
}

.wt-footer--style01.wt-footer {
padding: 150px 0 0;
}

.wt-footer__top {
padding: 50px 0 25px;
}

.wt-footer__logo {
margin-bottom: 25px;
}

.wt-footer--style01 .wt-menu__link {
background: transparent;
padding-left: 0 !important;
}

.wt-footer--style01 .wt-subscribe__wrapper {
margin-top: -180px;
}


.wt-logo__link {
display: flex;
}

.wt-logo__text {
align-self: end;
margin-left: 8px;
margin-bottom: 0px;
font-family: var(--wt-font-family02);
font-weight: 700;
color: var(--wt-color-light01);
}

.wt-logo__link:hover {
color: var(--wt-color-light01);
}

.wt-widget {
margin-bottom: 30px;
}

.wt-widget__desc {
margin-bottom: 25px;
}

.wt-widget__text {
max-width: 400px;
}

.wt-widget__header {
margin-bottom: 30px;
}

.wt-widget__title {
margin: 0;
padding-bottom: 10px;
margin-bottom: 10px;
position: relative;
}

.wt-widget__title--style01.wt-widget__title:before, .wt-widget__title--style01.wt-widget__title:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 4px;
border-radius: 20px;
background: var(--wt-background-light01);
background-size: 200%;
}

.wt-widget__title--style01.wt-widget__title:before {
width: 15px;
}

.wt-widget__title--style01.wt-widget__title:after {
width: 45px;
left: 20px;
}

.wt-widget__divider {
position: relative;
display: block;
width: 115px;
height: 3px;
background: var(--wt-background-light01);
}

.wt-widget__divider:after {
position: absolute;
content: "";
width: 35px;
height: 3px;
left: 0;
bottom: 0;
border-left: 10px solid var(--wt-color-accent01);
-webkit-animation: wt-animdivider 2s linear infinite;
animation: wt-animdivider 2s linear infinite;
}

@-webkit-keyframes wt-animdivider {
0% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

100% {
  -webkit-transform: translateX(113px);
  transform: translateX(113px);
}

}

@keyframes wt-animdivider {
0% {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

100% {
  -webkit-transform: translateX(113px);
  transform: translateX(113px);
}

}

.wt-widget__single-news {
display: flex;
margin-bottom: 15px;
}

.wt-widget__post-thumb {
margin-right: 15px;
}

.wt-widget__post-img {
height: 70px;
width: 70px;
border-radius: 10%;
background: var(--wt-color-light01);
padding: 3px;
}

.wt-widget__post-meta {
margin-bottom: 10px;
}

.wt-widget__post-text {
line-height: 24px;
color: var(--wt-color-light01);
}

.wt-footer__bottom {
padding: 0;
}

.wt-copyright__wrapper {
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding-top: 40px;
padding-bottom: 40px;
}

.wt-card {
padding: 20px;
background-color: var(--wt-color-light01);
padding-bottom: 30px;
padding-top: 30px;
box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
border: 1px solid var(--wt-color-light01);
margin-top: -120px;
}

.wt-card__img--style01 {
margin-top: -130px;
max-width: 200px;
}

.wt-card__text {
max-width: 350px;
margin-left: auto;
margin-right: auto;
}

.wt-bg--dark01.wt-footer {
background-image: none;
background-color: var(--wt-color-dark02);
}

.wt-subscribe__style01 .wt-btn__subscribe {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
background-color: #f54725;
color: var(--wt-color-light01);
}

.wt-subscribe__style01  .form-control:focus {
border-color: #f54725;
}

.wt-subscribe__style01  .form-control {
border: 1px solid rgb(245 71 37 / 30%);
}

.wt-footer--style03 .wt-footer__logo, .wt-footer--style03 .wt-widget__desc, .wt-footer--style03 .wt-footer__social-icon {
display: flex;
justify-content: center;
}

.wt-footer--style03 .wt-widget__desc {
text-align: center;
margin-bottom: 0;
}

.wt-footer--style03 .wt-widget__about {
margin-bottom: 0;
margin-top: 30px;
}

/*****************************
    wt-default
*****************************/

/*-------------------------  root vriables ------------------------- */:root {
font-size: calc(0.905rem + ((1vw - 7.68px) * 0.1736));
min-height: 0vw;
--wt-font-family01:"Poppins", sans-serif;
--wt-font-family02:"Nunito Sans", sans-serif;
--wt-font-family03:"Montserrat", sans-serif;
--wt-background-image01:linear-gradient(30deg, rgb(182, 28, 255), rgb(33, 93, 238));
--wt-color-accent01:#3bc5ff;
--wt-color-food: #f54725;
--wt-color-health: #1dbf2f;
--wt-color-tech: #f08409;
--wt-color-lifestyle: #4d61ff;
--wt-color-travel: #e10689;
--wt-color-business: #009688;
--wt-color-fitness: #d20004;
--wt-color-sports: #ff9e05;
--wt-color-fashion: #2caae1;
--wt-color-error: #ff0000;
--wt-background-error: #f7e5e5;
--wt-background-dark01:#333;
--wt-background-light01:#ffffff;
--wt-color-dark01:#6d6d6d;
--wt-color-dark02:#232323;
--wt-color-dark03:#ced4da;
--wt-color-dark04:#969798;
--wt-color-dark05:#281814;
--wt-color-light01:#ffffff;
--wt-color-light02:#efefef;
--wt-color-light03:#fbf4fc;
--wt-box-shadow01:0 2px 5px 0 rgba(182, 28, 255, 0.1), 0 2px 10px 0 rgba(182, 28, 255, 0.05);
--wt-box-shadow02:0 2px 5px 0 rgba(182, 28, 255, 0.02), 0 2px 10px 0 rgba(182, 28, 255, 0.01);
--wt-box-shadow03:0px 3px 12px rgba(0, 0, 0, 0.09);
--wt-background-selection: rgb(30, 60, 73);
--wt-color-selection: rgb(16, 33, 41);
}

/*-------------------------  Common Style ------------------------- */
*, *::after, *::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
overflow-x: hidden;
}

body {
outline: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

ul, ol {
padding: 0;
list-style: none;
margin: 0;
}

input:focus, button:focus {
border-color: transparent;
outline-color: transparent;
}

textarea:focus {
border-color: transparent;
outline-color: transparent;
}

hr {
margin: 1rem 0;
padding: 0px;
border-bottom: 1px solid #eceff8;
border-top: 0px;
}

a, i, cite, em, var, address, dfn, ol, li, ul {
font-style: normal;
font-weight: 400;
}

*::-moz-selection, ::-moz-selection, ::selection {
background: var(--wt-background-selection);
color: var(--wt-color-selection);
text-shadow: none;
}

::placeholder {
color: var(--wt-color-dark01);
font-size: 16px;
}

.wt-text--center {
text-align: center !important;
}

.wt-text--left {
text-align: left !important;
}

.wt-text--right {
text-align: right !important;
}
.wt-box-shadow01 {
box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}

.wt-box-shadow02 {
box-shadow: var(--wt-box-shadow02) !important;
}

.wt-box-shadow03 {
box-shadow: var(--wt-box-shadow03) !important;
}

.wt-color--accent01 {
color: var(--wt-color-accent01) !important;
}

.wt-border-radius-30 {
border-radius: 30px !important;
}

.wt-min-height-230 {
min-height: 230px !important;
}

.wt-z-index {
z-index: 1 !important;
}
.wt-z-index2 {
  z-index: 2 !important;
}
.wt-vh-100 {
min-height: 100vh;
}
.wt-font--size-9{
  font-size: 0.9rem !important;
  }
.wt-font--weight-900 {
  font-weight: 900 !important;
}
.wt-font--weight-600 {
  font-weight: 600 !important;
}
.wt-line-height-55 {
line-height: 55px !important;
}
.wt-opacity-1 {
opacity: 0.1 !important;
}

.wt-opacity-2 {
opacity: 0.2 !important;
}

.wt-opacity-3 {
opacity: 0.3 !important;
}

.wt-opacity-4 {
opacity: 0.4 !important;
}

.wt-opacity-5 {
opacity: 0.5 !important;
}

.wt-opacity-6 {
opacity: 0.6 !important;
}

.wt-opacity-7 {
opacity: 0.7 !important;
}

.wt-opacity-8 {
opacity: 0.8 !important;
}

.wt-opacity-9 {
opacity: 0.9 !important;
}

.wt-bg--accent01 {
background-color: var(--wt-color-accent01) !important;
}

.wt-bg--food {
background-color: var(--wt-color-food) !important;
}

.wt-bg--health {
background-color: var(--wt-color-health) !important;
}

.wt-bg--tech {
background-color: var(--wt-color-tech) !important;
}

.wt-bg--lifestyle {
background-color: var(--wt-color-lifestyle) !important;
}

.wt-bg--travel {
background-color: var(--wt-color-travel) !important;
}

.wt-bg--business {
background-color: var(--wt-color-business) !important;
}

.wt-bg--fitness {
background-color: var(--wt-color-fitness) !important;
}

.wt-bg--sports {
background-color: var(--wt-color-sports) !important;
}

.wt-color-fashion {
background-color: var(--wt-color-fashion) !important;
}

.row.gutters-6 {
padding-left: 12px;
padding-right: 12px;
}

.row.gutters-6 > [class^="col-"] {
padding-left: 3px;
padding-right: 3px;
}

.pb-6 {
padding-bottom: 6px !important;
}

.wt-fw--100 {
font-weight: 100 !important;
}

.wt-fw--200 {
font-weight: 200 !important;
}

.wt-fw--300 {
font-weight: 300 !important;
}

.wt-fw--400 {
font-weight: 400 !important;
}

.wt-fw--500 {
font-weight: 500 !important;
}

.wt-fw--600 {
font-weight: 600 !important;
}

.wt-fw--700 {
font-weight: 700 !important;
}

.wt-box-shadow04 {
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.wt-border-radius-0 {
border-radius: 0 !important;
}

.wt-color-dark01 {
color: var(--wt-color-dark01)
}

.wt-color-dark02 {
color: var(--wt-color-dark02)
}

.wt-color-dark03 {
color: var(--wt-color-dark03)
}

.wt-min-height-50 {
min-height: 50px;
}

/*-------------------------  space Style ------------------------- */

/*-----------  padding-top ----------- */
.pt-0 {
padding-top: 0 !important;
}

.pt-5 {
padding-top: 5px !important;
}

.pt-10 {
padding-top: 10px !important;
}

.pt-15 {
padding-top: 15px !important;
}

.pt-20 {
padding-top: 20px !important;
}

.pt-25 {
padding-top: 25px !important;
}

.pt-27 {
padding-top: 27px !important;
}

.pt-30 {
padding-top: 30px !important;
}

.pt-35 {
padding-top: 35px !important;
}

.pt-40 {
padding-top: 40px !important;
}

.pt-45 {
padding-top: 45px !important;
}

.pt-50 {
padding-top: 50px !important;
}

.pt-55 {
padding-top: 55px !important;
}

.pt-60 {
padding-top: 60px !important;
}

.pt-65 {
padding-top: 65px !important;
}

.pt-70 {
padding-top: 70px !important;
}

.pt-75 {
padding-top: 75px !important;
}

.pt-80 {
padding-top: 80px !important;
}

.pt-85 {
padding-top: 85px !important;
}

.pt-90 {
padding-top: 90px !important;
}

.pt-95 {
padding-top: 95px !important;
}

.pt-100 {
padding-top: 100px !important;
}

.pt-135 {
padding-top: 135px !important;
}
.pt-120 {
padding-top: 120px !important;
}

.pt-150 {
padding-top: 150px !important;
}

.pt-155 {
padding-top: 155px !important;
}

.pt-180 {
padding-top: 180px !important;
}

.pt-200 {
padding-top: 200px !important;
}

.pt-220 {
padding-top: 220px !important;
}

.pt-250 {
padding-top: 250px !important;
}

.pt-300 {
padding-top: 300px !important;
}

.pt-350 {
padding-top: 350px !important;
}

/*-----------  padding-bottom ----------- */
.pb-0 {
padding-bottom: 0 !important;
}

.pb-5 {
padding-bottom: 5px !important;
}

.pb-10 {
padding-bottom: 10px !important;
}

.pb-15 {
padding-bottom: 15px !important;
}

.pb-20 {
padding-bottom: 20px !important;
}

.pb-25 {
padding-bottom: 25px !important;
}

.pb-30 {
padding-bottom: 30px !important;
}

.pb-35 {
padding-bottom: 35px !important;
}

.pb-40 {
padding-bottom: 40px !important;
}

.pb-45 {
padding-bottom: 45px !important;
}

.pb-50 {
padding-bottom: 50px !important;
}

.pb-55 {
padding-bottom: 55px !important;
}

.pb-60 {
padding-bottom: 60px !important;
}

.pb-65 {
padding-bottom: 65px !important;
}

.pb-70 {
padding-bottom: 70px !important;
}

.pb-75 {
padding-bottom: 75px !important;
}

.pb-80 {
padding-bottom: 80px !important;
}

.pb-85 {
padding-bottom: 85px !important;
}

.pb-90 {
padding-bottom: 90px !important;
}

.pb-95 {
padding-bottom: 95px !important;
}

.pb-100 {
padding-bottom: 100px !important;
}

.pb-110 {
padding-bottom: 110px !important;
}

.pb-120 {
padding-bottom: 120px !important;
}

.pb-140 {
padding-bottom: 140px !important;
}

.pb-150 {
padding-bottom: 150px !important;
}

.pb-170 {
padding-bottom: 170px !important;
}

.pb-180 {
padding-bottom: 180px !important;
}

.pb-200 {
padding-bottom: 200px !important;
}

.pb-220 {
padding-bottom: 220px !important;
}

.pb-230 {
padding-bottom: 230px !important;
}

.pb-235 {
padding-bottom: 235px !important;
}

.pb-250 {
padding-bottom: 250px !important;
}

.pb-300 {
padding-bottom: 300px !important;
}

.pb-350 {
padding-bottom: 350px !important;
}

.pb-360 {
padding-bottom: 360px !important;
}

/*-----------  padding-right ----------- */
.pr-0 {
padding-right: 0 !important;
}

.pr-5 {
padding-right: 5px !important;
}

.pr-10 {
padding-right: 10px !important;
}

.pr-15 {
padding-right: 15px !important;
}

.pr-20 {
padding-right: 20px !important;
}

.pr-25 {
padding-right: 25px !important;
}

.pr-30 {
padding-right: 30px !important;
}

.pr-35 {
padding-right: 35px !important;
}

.pr-40 {
padding-right: 40px !important;
}

.pr-45 {
padding-right: 45px !important;
}

.pr-50 {
padding-right: 50px !important;
}

.pr-55 {
padding-right: 55px !important;
}

.pr-60 {
padding-right: 60px !important;
}

.pr-65 {
padding-right: 65px !important;
}

.pr-70 {
padding-right: 70px !important;
}

.pr-75 {
padding-right: 75px !important;
}

.pr-80 {
padding-right: 80px !important;
}

.pr-85 {
padding-right: 85px !important;
}

.pr-90 {
padding-right: 90px !important;
}

.pr-95 {
padding-right: 95px !important;
}

.pr-100 {
padding-right: 100px !important;
}

/*-----------  padding-left ----------- */
.pl-0 {
padding-left: 0 !important;
}

.pl-5 {
padding-left: 5px !important;
}

.pl-10 {
padding-left: 10px !important;
}

.pl-15 {
padding-left: 15px !important;
}

.pl-20 {
padding-left: 20px !important;
}

.pl-25 {
padding-left: 25px !important;
}

.pl-27 {
padding-left: 27px !important;
}

.pl-30 {
padding-left: 30px !important;
}

.pl-35 {
padding-left: 35px !important;
}

.pl-40 {
padding-left: 40px !important;
}

.pl-45 {
padding-left: 45px !important;
}

.pl-50 {
padding-left: 50px !important;
}

.pl-55 {
padding-left: 55px !important;
}

.pl-60 {
padding-left: 60px !important;
}

.pl-65 {
padding-left: 65px !important;
}

.pl-70 {
padding-left: 70px !important;
}

.pl-75 {
padding-left: 75px !important;
}

.pl-80 {
padding-left: 80px !important;
}

.pl-85 {
padding-left: 85px !important;
}

.pl-90 {
padding-left: 90px !important;
}

.pl-95 {
padding-left: 95px !important;
}

.pl-100 {
padding-left: 100px !important;
}

/*-----------  margin-top ----------- */
.mt-0 {
margin-top: 0 !important;
}

.mt-5 {
margin-top: 5px !important;
}

.mt-10 {
margin-top: 10px !important;
}

.mt-15 {
margin-top: 15px !important;
}

.mt-20 {
margin-top: 20px !important;
}

.mt-25 {
margin-top: 25px !important;
}

.mt-30 {
margin-top: 30px !important;
}

.mt-35 {
margin-top: 35px !important;
}

.mt-40 {
margin-top: 40px !important;
}

.mt-43 {
margin-top: 43px !important;
}

.mt-45 {
margin-top: 45px !important;
}

.mt-50 {
margin-top: 50px !important;
}

.mt-55 {
margin-top: 55px !important;
}

.mt-60 {
margin-top: 60px !important;
}

.mt-65 {
margin-top: 65px !important;
}

.mt-70 {
margin-top: 70px !important;
}

.mt-75 {
margin-top: 75px !important;
}

.mt-80 {
margin-top: 80px !important;
}

.mt-85 {
margin-top: 85px !important;
}

.mt-90 {
margin-top: 90px !important;
}

.mt-95 {
margin-top: 95px !important;
}

.mt-100 {
margin-top: 100px !important;
}

.mt-120 {
margin-top: 120px !important;
}

.mt-150 {
margin-top: 150px !important;
}

.mt-200 {
margin-top: 200px !important;
}

.mt-250 {
margin-top: 250px !important;
}

.mt-300 {
margin-top: 300px !important;
}

.mt-350 {
margin-top: 350px !important;
}

/*-----------  margin-bottom ----------- */
.mb-0 {
margin-bottom: 0 !important;
}

.mb-5 {
margin-bottom: 5px !important;
}

.mb-10 {
margin-bottom: 10px !important;
}

.mb-15 {
margin-bottom: 15px !important;
}

.mb-20 {
margin-bottom: 20px !important;
}

.mb-25 {
margin-bottom: 25px !important;
}

.mb-30 {
margin-bottom: 30px !important;
}

.mb-35 {
margin-bottom: 35px !important;
}

.mb-40 {
margin-bottom: 40px !important;
}

.mb-45 {
margin-bottom: 45px !important;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mb-55 {
margin-bottom: 55px !important;
}

.mb-60 {
margin-bottom: 60px !important;
}

.mb-65 {
margin-bottom: 65px !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mb-75 {
margin-bottom: 75px !important;
}

.mb-80 {
margin-bottom: 80px !important;
}

.mb-85 {
margin-bottom: 85px !important;
}

.mb-90 {
margin-bottom: 90px !important;
}

.mb-95 {
margin-bottom: 95px !important;
}

.mb-100 {
margin-bottom: 100px !important;
}

.mb-150 {
margin-bottom: 150px !important;
}

.mb-200 {
margin-bottom: 200px !important;
}

.mb-250 {
margin-bottom: 250px !important;
}

.mb-300 {
margin-bottom: 300px !important;
}

.mb-350 {
margin-bottom: 350px !important;
}

/*-----------  margin-left ----------- */
.ml-0 {
margin-left: 0 !important;
}

.ml-5 {
margin-left: 5px !important;
}

.ml-10 {
margin-left: 10px !important;
}

.ml-15 {
margin-left: 15px !important;
}

.ml-20 {
margin-left: 20px !important;
}

.ml-25 {
margin-left: 25px !important;
}

.ml-30 {
margin-left: 30px !important;
}

.ml-35 {
margin-left: 35px !important;
}

.ml-40 {
margin-left: 40px !important;
}

.ml-45 {
margin-left: 45px !important;
}

.ml-50 {
margin-left: 50px !important;
}

.ml-55 {
margin-left: 55px !important;
}

.ml-60 {
margin-left: 60px !important;
}

.ml-65 {
margin-left: 65px !important;
}

.ml-70 {
margin-left: 70px !important;
}

.ml-75 {
margin-left: 75px !important;
}

.ml-80 {
margin-left: 80px !important;
}

.ml-85 {
margin-left: 85px !important;
}

.ml-90 {
margin-left: 90px !important;
}

.ml-95 {
margin-left: 95px !important;
}

.ml-100 {
margin-left: 100px !important;
}

/*-----------  margin-right ----------- */
.mr-0 {
margin-right: 0 !important;
}

.mr-5 {
margin-right: 5px !important;
}

.mr-10 {
margin-right: 10px !important;
}

.mr-15 {
margin-right: 15px !important;
}

.mr-20 {
margin-right: 20px !important;
}

.mr-25 {
margin-right: 25px !important;
}

.mr-30 {
margin-right: 30px !important;
}

.mr-35 {
margin-right: 35px !important;
}

.mr-40 {
margin-right: 40px !important;
}

.mr-45 {
margin-right: 45px !important;
}

.mr-50 {
margin-right: 50px !important;
}

.mr-55 {
margin-right: 55px !important;
}

.mr-60 {
margin-right: 60px !important;
}

.mr-65 {
margin-right: 65px !important;
}

.mr-70 {
margin-right: 70px !important;
}

.mr-75 {
margin-right: 75px !important;
}

.mr-80 {
margin-right: 80px !important;
}

.mr-85 {
margin-right: 85px !important;
}

.mr-90 {
margin-right: 90px !important;
}

.mr-95 {
margin-right: 95px !important;
}

.mr-100 {
margin-right: 100px !important;
}

/*-----------  margin-negative ----------- */
.mt-n60 {
  margin-top: -60px !important;
}