@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Visim -Immigration & Visa Consulting HTML5 Template
    Author: Creativgigs
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. wow-animation
    13. btn
    14. slider-nav
    15. faq
    16. feature
    17. widget
    18. cart
    19. shop
    20. theme-banner§
    21. section-title
    22. element
    23. service
    24. portfolio
    25. contact
    26. feedback
    27. team
    28. blog
    29. course
    30. course
    31. footer

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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");
:root {
  --theme-color: #F5ECFF;
  --theme-color2: #A852EA;
  --theme-color3: #FFBA05;
  --title-color: #000000;
  --body-color: #000000;
  --smoke-color: #f3f1f2;
  --black-color: #000000;
  --dark-color: #181818;
  --gray-color: #E4F0F0;
  --white-color: #ffffff;
  --light-color: #F4F4F4;
  --light-grey: #EBF3FF;
  --yellow-color: #FFE149;
  --success-color: #28a745;
  --error-color: #FF500A;
  --border-color: rgb(0, 0, 0);
  --second-color: #050d36;
  --fredoka-font: "Fredoka", serif;
  --satoshi-light: "Satoshi-Light";
  --satoshi-medium: "Satoshi-Medium";
  --satoshi-black: "Satoshi-Black";
  --body-font: "Satoshi-Regular";
  --body-font-size: 16px;
  --heading-font-weight: 700;
  --title-font: "Satoshi-Bold";
  --ficon-font: "Font Awesome 6 Pro";
  --bsicon-font: "bootstrap-icons";
  --main-container: 1290px;
}

/* 1. Theme default css */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #F5ECFF;
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #F5ECFF;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #000;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #000;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: #E6E6E6;
}

.main-page-wrapper {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 1.2;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Satoshi-Regular";
  color: #E6E6E6;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(#ffffff, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-video {
  color: #ffffff;
  border-radius: 50%;
  background: #A852EA;
  border-radius: 50%;
  font-size: 20px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: #F5ECFF;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #F5ECFF;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #181818;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}
#scrollToTopBtn:hover i {
  color: #fff;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.backTotop .backTotop-text {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 194.444%;
  letter-spacing: -1px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.backTotop .backTotop-icon {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #2C292E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.backTotop .backTotop-text:hover {
  color: #A852EA;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #F5ECFF;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu {
  border-bottom: 1px solid #E6E6E6;
}
.theme-main-menu .bs-btn {
  color: #000;
  background: #FAF6FF;
  padding: 16px 38.5px 16px 38.5px;
  border: 1.5px solid #A852EA;
}
.theme-main-menu .ht-promo,
.theme-main-menu .ht-phone,
.theme-main-menu .ht-email {
  color: #000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-promo {
  font-family: "Poppins", sans-serif;
}
.theme-main-menu .ht-promo span {
  color: rgba(0, 0, 0, 0.6);
}
.theme-main-menu .hamburger-menu {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 16px;
  height: 2px;
  background: #000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: #F5ECFF;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .theme-main-menu .hamburger-menu {
    width: 50px;
    height: 50px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
    width: 16px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
    width: 12px;
  }
  .theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
    width: 16px;
  }
}

.header-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ffffff;
  margin: 0 5px;
}
.header-social a:hover {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 26px 0 26px;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 28px 0 0;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: #000;
}
.main-menu ul li.active a {
  color: #000;
}
.main-menu ul li a {
  color: #000;
  font-family: "Satoshi-Medium";
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #F5ECFF;
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li.menu-item-has-children a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li.menu-item-has-children a::before {
    display: none;
  }
}
.main-menu ul li:hover > a {
  color: #A852EA;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background: #ffffff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 170px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu.mega-menu {
  min-width: 600px;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
  text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.theme-menu-one {
  position: relative;
  z-index: 999;
}
.theme-menu-one .ht-promo,
.theme-menu-one .ht-email,
.theme-menu-one .ht-phone {
  margin-right: 0;
  padding-right: 0;
}
.theme-menu-one .header-top {
  background: #E3F2FD;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 185px;
  padding-right: 185px;
  position: relative;
  z-index: 1010;
}
.theme-menu-one .header-top ul.topbar-content {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 69px;
}
.theme-menu-one .header-top ul.topbar-content li {
  position: relative;
  z-index: 1;
}
.theme-menu-one .header-top ul.topbar-content li:last-child::before {
  display: none;
}
.theme-menu-one .header-top ul.topbar-content li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background: #000;
  width: 1px;
  height: 20px;
}
.theme-menu-one .header-top ul.topbar-content li:first-child::before {
  right: -31%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(2)::before {
  right: -25%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(3)::before {
  right: -27%;
}
.theme-menu-one .header-top ul.topbar-content li:nth-child(4)::before {
  right: -45%;
}
.theme-menu-one .sticky-menu {
  padding-top: 20px;
  padding-bottom: 10px;
}
.theme-menu-one .search-area .search-input {
  color: #000;
  border-color: #D6D9DD;
  background: transparent;
}
.theme-menu-one .search-area .search-input:hover {
  color: #ffffff;
  background: #F5ECFF;
  border-color: #F5ECFF;
}
.theme-menu-one .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #F5ECFF;
  border-color: #F5ECFF;
}
.theme-menu-one .hamburger-menu {
  border-color: #F5ECFF;
  background: #F5ECFF;
}
.theme-menu-one .hamburger-menu .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu .bar-wrap .bar-3 {
  background: #000;
}
.theme-menu-one .hamburger-menu:hover {
  background: #A852EA;
  border-color: #A852EA;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .logo-area img {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-one .logo-area img {
    width: 100%;
  }
}

.topbar-content {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topbar-content .ht-email,
.topbar-content .ht-promo,
.topbar-content .ht-phone {
  margin-right: 0;
  padding-right: 0;
}
.topbar-content li {
  position: relative;
  z-index: 1;
}
.topbar-content li:last-child::before {
  display: none;
}
.topbar-content li:first-child::before {
  right: -30%;
}
.topbar-content li:nth-child(2)::before {
  right: -25%;
}
.topbar-content li:nth-child(3)::before {
  right: -25%;
}
.topbar-content li:nth-child(4)::before {
  right: -35%;
}
.topbar-content li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 20px;
  background: #000;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .topbar-content li::before {
    display: none;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
.language-selector .dropdown-toggle {
  background: transparent;
  border: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 18px;
}
.language-selector .dropdown-toggle::after {
  display: none;
}
.language-selector .dropdown-toggle::before {
  content: "\f282";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-48%);
  font-family: "bootstrap-icons";
  font-size: 15px;
  color: #000;
}
.language-selector .dropdown-toggle img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.language-selector .dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 6px 0;
  margin: 0;
  display: inline-block;
  z-index: 1000;
  width: 100%;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.language-selector .dropdown-menu li {
  padding: 3px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-selector .dropdown-menu li::before {
  display: none;
}
.language-selector .dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.language-selector.open .dropdown-menu {
  display: block;
}
.language-selector:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
}

.breadcrumb-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .breadcrumb-title {
  color: #000;
  font-size: 62px;
  line-height: 108.065%;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -3px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1600px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 28px;
  }
}

ul.breadcumb-menu {
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 2;
}
ul.breadcumb-menu li {
  display: inline-block;
}
ul.breadcumb-menu li:last-child a {
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
}
ul.breadcumb-menu li:last-child a::before {
  display: none;
}
ul.breadcumb-menu li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 28px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcumb-menu li a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 2px;
  height: 21px;
  right: -4px;
  top: 4px;
  z-index: 1;
  transform: rotate(23deg);
}
@media only screen and (max-width: 1600px) {
  ul.breadcumb-menu li a {
    font-size: 18px;
  }
  ul.breadcumb-menu li a::before {
    top: 0;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}
.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #000;
  border-right: 3px solid #F5ECFF;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #000;
  background-color: #F5ECFF;
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991.98px) {
  .ht-menu-wrapper.ht-body-visible .ht-menu-area {
    overflow: scroll;
  }
}

.ht-mobile-menu > ul {
  padding: 0;
  text-align: left;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.text-xl {
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 1600px) {
  .text-xl {
    font-size: 20px;
  }
}

.text-lg {
  font-size: 22px !important;
  line-height: 45px;
}
@media only screen and (max-width: 1200px) {
  .text-lg {
    font-size: 20px !important;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.fs-20 {
  font-size: 20px !important;
  line-height: 180%;
}
@media only screen and (max-width: 991.98px) {
  .fs-20 {
    font-size: 18px !important;
    line-height: 34px;
  }
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #E4F0F0;
}

.light-bg {
  background: #E3F2FD;
}

.light-grey-bg {
  background: #F5F5F5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000 !important;
}

.heding-bg {
  background: #000 !important;
}

.theme-bg {
  background: #F5ECFF !important;
}

.theme-bg2 {
  background: #A852EA !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-theme {
  color: #F5ECFF !important;
}

.text-theme2 {
  color: #A852EA !important;
}

.text-body {
  color: #E6E6E6 !important;
}

.text-body2 {
  color: #E6E6E6 !important;
}

.text-heding {
  color: #000 !important;
}

.text-heding2 {
  color: #000 !important;
}

.text-black-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Poppins", sans-serif !important;
}

.heding-font {
  font-family: "Poppins", sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.bg-none {
  background: none !important;
}

.before-none::before {
  display: none !important;
}

.after-none::before {
  display: none !important;
}

.radius-35 {
  border-radius: 35px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

/*---font family----*/
.poppins-font {
  font-family: "Poppins", sans-serif !important;
}

.satoshi-regular {
  font-family: "Satoshi-Regular" !important;
}

.satoshi-medium {
  font-family: "Satoshi-Medium" !important;
}

.satoshi-bold {
  font-family: "Satoshi-Bold" !important;
}

/*---letter spacing----*/
.letter-space-04 {
  letter-spacing: -0.4px;
}

.letter-space-05 {
  letter-spacing: -0.5px;
}

.letter-space-1 {
  letter-spacing: -1px;
}

.letter-space-2 {
  letter-spacing: -2px;
}

.letter-space-3 {
  letter-spacing: -3px;
}
@media only screen and (max-width: 767.98px) {
  .letter-space-3 {
    letter-spacing: 0.2px;
  }
}

/* search-area */
.search-area {
  z-index: 10;
}
.search-area::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150%;
  left: -16px;
  top: -20px;
  background: #E6E6E6;
  display: inline-block;
}
.search-area::after {
  content: "";
  position: absolute;
  width: 101.5%;
  height: 1px;
  left: -1.5%;
  bottom: -20px;
  background: #E6E6E6;
  display: inline-block;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  position: relative;
  z-index: 1;
  border: 1px solid #dedede;
  border-radius: 6px;
  height: 45px;
  width: 100%;
}
.search-wrap form {
  height: 100%;
}
.search-wrap input {
  color: #000;
  font-size: 15px;
  width: 100%;
  border-radius: 6px;
  background: transparent;
  display: inline-block;
  padding-left: 40px;
  border: 0;
  width: 100%;
  height: 100%;
}
.search-wrap input::placeholder {
  color: #E6E6E6;
  height: 45px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border: 0;
  line-height: 45px;
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: #E6E6E6;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  border: 0;
  height: 100%;
}
.search-wrap button {
  border: 0;
  background: transparent;
  color: #E6E6E6;
  height: 100%;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

@media (min-width: 1440px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1170px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.gxs-0 {
  --bs-gutter-x: 0px !important;
}

.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (max-width: 1600px) {
  .gx-50 {
    --bs-gutter-x: 30px;
  }
}

.gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (max-width: 1600px) {
  .gx-40 {
    --bs-gutter-x: 30px;
  }
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media only screen and (max-width: 1600px) {
  .gx-60 {
    --bs-gutter-x: 30px;
  }
}

.custom-container {
  max-width: 1520px;
}

.custom-container-1440 {
  max-width: 1440px;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
.rotation {
  animation: rotation 50s infinite linear;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBig2 {
  0% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(228, 238, 79, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(228, 238, 79, 0.15);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #F5ECFF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #F5ECFF;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #F5ECFF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #F5ECFF;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #F5ECFF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #F5ECFF;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump2 {
  animation: jumpAni 9s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*-------------------------------------
theme-btn
---------------------------------------*/
.uc-btn,
.ht-btn,
.default-btn-3 {
  overflow: hidden;
  color: #ffffff;
  font-size: 17px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  line-height: 1;
  background-color: #000;
  padding: 21px 25px 21px 25px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.uc-btn::before,
.ht-btn::before,
.default-btn-3::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #A852EA;
}
.uc-btn .btn-icon,
.ht-btn .btn-icon,
.default-btn-3 .btn-icon {
  margin-left: 10px;
}
.uc-btn .btn-icon img,
.ht-btn .btn-icon img,
.default-btn-3 .btn-icon img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.uc-btn:hover,
.ht-btn:hover,
.default-btn-3:hover {
  color: #ffffff;
}
.uc-btn:hover::before,
.ht-btn:hover::before,
.default-btn-3:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .uc-btn,
  .ht-btn,
  .default-btn-3 {
    padding: 15px 18px;
    font-size: 16px;
  }
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0px 5px 0px 5px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: #000;
}
ul.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #F5ECFF;
  transform: translateY(-1px);
}

.arrow-style {
  position: relative;
  z-index: 1;
}
.arrow-style .slick-prev,
.arrow-style .slick-next,
.arrow-style .next-p1,
.arrow-style .prev-p1,
.arrow-style .slick-arrow {
  color: #000;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style .slick-prev img,
.arrow-style .slick-next img,
.arrow-style .next-p1 img,
.arrow-style .prev-p1 img,
.arrow-style .slick-arrow img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style .slick-prev:hover,
.arrow-style .slick-next:hover,
.arrow-style .next-p1:hover,
.arrow-style .prev-p1:hover,
.arrow-style .slick-arrow:hover {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}
.arrow-style .slick-prev:hover img,
.arrow-style .slick-next:hover img,
.arrow-style .next-p1:hover img,
.arrow-style .prev-p1:hover img,
.arrow-style .slick-arrow:hover img {
  transform: scale(1.1);
}
.arrow-style .slick-next {
  left: auto;
  right: 0;
}
.arrow-style:hover .slick-prev,
.arrow-style:hover .slick-next {
  opacity: 1;
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  border-radius: 0;
}
.faq-que-list .accordion-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item.active {
  border-color: #000;
}
.faq-que-list .accordion-item .accordion-button {
  border: 0;
  border-radius: 0;
  transition: unset;
  color: #000;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.875rem;
  box-shadow: none;
  background: transparent;
  padding: 0;
  padding: 37px 0 32px 0;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button .number {
  font-size: 22px;
  font-weight: 400;
  margin-right: 12px;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  border: 0;
  border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
    font-size: 18px;
  }
  .faq-que-list .accordion-item .accordion-button .number {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 0;
    font-size: 18px;
  }
  .faq-que-list .accordion-item .accordion-button .number {
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f63b";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 29px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 5px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  color: #000;
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f4fe";
  color: #000;
  transform: translateY(-50%);
  font-size: 25px;
  line-height: 29px;
}
.faq-que-list .accordion-item .accordion-body {
  padding: 0;
  padding-top: 0;
  padding-bottom: 15px;
  border-radius: 0;
}
.faq-que-list .accordion-item .accordion-body p {
  color: #000;
}

.faq-background {
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 43px 18px 41px;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 1200px) {
  .faq-background {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vector-text {
  color: #ffffff;
  font-family: "Satoshi-Medium";
  font-size: 22px;
  font-weight: 500;
  line-height: 181.818%;
  letter-spacing: -1px;
  background: #A852EA;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1px 34px 1px 23px;
  border-radius: 60px 16px 103px 60px;
}
.vector-text .shape-vector {
  right: -21%;
  top: -25%;
  z-index: 2;
}

.faq-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 1345.152px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(148, 65, 255, 0.14) 0%, rgba(148, 65, 255, 0) 97.09%);
  width: 1345.152px;
  height: 1245.815px;
  transform: rotate(-62.339deg);
  right: 0;
  top: 0;
}

.widget-title,
.wp-block-heading {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.blog-sidebar .widget-title {
  margin-bottom: 26px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget {
  margin-bottom: 50px;
}
.blog-sidebar .widget-search .search-form input {
  border: 1.5px solid #D6D9DD;
}

.social-links a {
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #ffffff;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: #000;
  background: #F5ECFF;
  border-color: #F5ECFF;
}

.service-category-widget li:last-child a,
.category-widget li:last-child a {
  margin-bottom: 0;
}
.service-category-widget li a,
.category-widget li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  padding: 14px 20px 14px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-category-widget li a:hover,
.category-widget li a:hover {
  color: #ffffff;
  background: #F5ECFF;
}

.blog-sidebar .category-widget li a {
  background: transparent;
  border: 1.5px solid #D6D9DD;
}
.blog-sidebar .category-widget li a:hover {
  color: #ffffff;
  border-color: #F5ECFF;
  background: #F5ECFF;
}

.widget-file-download {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 30px 20px 25px;
}
.widget-file-download .file-download {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-file-download .file-download .icon {
  width: 60px;
  height: 60px;
  background: #A852EA;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.widget-file-download .file-download .file-intro {
  flex: 1;
  margin-left: 20px;
}
.widget-file-download .file-download .file-intro p {
  color: #E6E6E6;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.widget-file-download .file-download .file-intro span {
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .widget-file-download .file-download .file-intro p {
    font-size: 14px;
  }
}
.widget-file-download .file-download .download-link {
  font-size: 30px;
}
.widget-file-download .file-download .download-link:hover {
  color: #A852EA;
}
.widget-file-download .file-download:hover .icon {
  background: #F5ECFF;
}
@media only screen and (max-width: 1200px) {
  .widget-file-download {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.comment-form input,
.comment-form textarea {
  background: #F5F5F5;
  border-radius: 0;
  color: #000;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
  border: 1.5px solid transparent;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #000;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #000;
  font-size: 18px;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #E6E6E6;
  font-size: 18px;
}
.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
  color: #000;
  font-size: 18px;
}
.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
  color: #E6E6E6;
  font-size: 18px;
}
.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
  color: #000;
  font-size: 18px;
}
.comment-form textarea {
  height: 170px;
  resize: none;
  padding-top: 10px;
}
.comment-form button {
  color: #ffffff;
  padding: 19px 50px 18px 50px;
  background: #F5ECFF;
  text-transform: capitalize;
  border: 0;
}
.comment-form p {
  display: flex;
  align-items: center;
}
.comment-form p input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-navigation .page-link {
  display: inline-block;
  color: #000;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000;
}
.page-navigation .page-link i {
  font-size: 20px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: #000;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: #ffffff;
  background: #F5ECFF;
  border-color: #F5ECFF;
}

.recent-post {
  display: flex;
  align-items: center;
}
.recent-post .post-thumb {
  width: 100px;
  height: 70px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.recent-post h5 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: normal;
}
.recent-post h5 a {
  color: #000;
}
.recent-post h5 a:hover {
  color: #F5ECFF;
}
.recent-post span {
  color: #E6E6E6;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.recent-post span i {
  color: #E6E6E6;
}
@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget-search .search-form,
.widget-search .wp-block-search,
.widget_block.widget_search .search-form,
.widget_block.widget_search .wp-block-search {
  position: relative;
  z-index: 1;
}
.widget-search .search-form input,
.widget-search .wp-block-search input,
.widget_block.widget_search .search-form input,
.widget_block.widget_search .wp-block-search input {
  width: 100%;
  max-width: 375px;
  height: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  padding-left: 30px;
  border-radius: 10px;
  background: #F2F2F2;
  border: 0;
}
.widget-search .search-form input::placeholder,
.widget-search .wp-block-search input::placeholder,
.widget_block.widget_search .search-form input::placeholder,
.widget_block.widget_search .wp-block-search input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.widget-search .search-form input::-moz-placeholder,
.widget-search .wp-block-search input::-moz-placeholder,
.widget_block.widget_search .search-form input::-moz-placeholder,
.widget_block.widget_search .wp-block-search input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.widget-search .search-form input::-webkit-placeholder,
.widget-search .wp-block-search input::-webkit-placeholder,
.widget_block.widget_search .search-form input::-webkit-placeholder,
.widget_block.widget_search .wp-block-search input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.widget-search .search-form input::-o-placeholder,
.widget-search .wp-block-search input::-o-placeholder,
.widget_block.widget_search .search-form input::-o-placeholder,
.widget_block.widget_search .wp-block-search input::-o-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.widget-search .search-form input::-ms-placeholder,
.widget-search .wp-block-search input::-ms-placeholder,
.widget_block.widget_search .search-form input::-ms-placeholder,
.widget_block.widget_search .wp-block-search input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.widget-search .search-form button,
.widget-search .wp-block-search button,
.widget_block.widget_search .search-form button,
.widget_block.widget_search .wp-block-search button {
  color: #ffffff;
  font-size: 17px;
  font-family: "Satoshi-Medium";
  border: 0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #0B1215;
  position: relative;
  border-radius: 10px;
  height: 60px;
  width: max-content;
  padding: 10px 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-search .search-form button:hover,
.widget-search .wp-block-search button:hover,
.widget_block.widget_search .search-form button:hover,
.widget_block.widget_search .wp-block-search button:hover {
  background: #A852EA;
}

.tagcloud span {
  color: #E6E6E6;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a {
  color: #E6E6E6;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 15px;
  margin: 5px 3px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.tagcloud a:hover {
  color: #ffffff;
  border-color: #F5ECFF;
}
.tagcloud a:hover::before {
  width: 100%;
  background: #F5ECFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.cart-list-form {
  border: 1px solid rgba(7, 17, 6, 0.1);
}
.cart-list-form .table th {
  font-weight: 400;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(7, 17, 6, 0.1);
  padding: 15px 30px;
  text-align: start;
  color: #000;
}
.cart-list-form .table .product-thumbnails {
  padding-left: 20px;
  width: 100px;
}
.cart-list-form .table .product-thumbnails img {
  max-height: 100%;
  max-width: none;
  width: 100px;
}
.cart-list-form .table .product-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.cart-list-form .table tbody td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-thumbnails {
    padding-left: 10px;
  }
}

.cart-list-form .table-responsive {
  margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
  width: 0.3em;
  height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
  background-color: #F5ECFF;
}
.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info .product-name {
    font-size: 18px;
  }
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: #000;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info {
    padding-left: 15px;
  }
}
.cart-list-form .table .quantity .product-value {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  max-width: 55px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity .product-value {
    max-width: 20px;
    padding-left: 0;
  }
}
.cart-list-form .table .quantity .order-box {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #000;
  background: #F5F5F5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity li .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.cart-list-form .table .remove-product {
  color: #F5ECFF;
  font-size: 22px;
}
.cart-list-form .table tbody tr {
  padding: 10px 0;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.cart-footer .coupon-form {
  background: #FCF1EC;
  position: relative;
  z-index: 1;
}
.cart-footer .coupon-form input {
  width: 275px;
  border: none;
  background: #F5F5F5;
  font-size: 16px;
  color: #000;
  padding-left: 14px;
  height: 40px;
  border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
  font-size: 16px;
  color: #000;
}
.cart-footer .coupon-form input::-moz-placeholder {
  font-size: 16px;
  color: #000;
}
.cart-footer .coupon-form input::-o-placeholder {
  font-size: 16px;
  color: #000;
}
.cart-footer .coupon-form input::-webkit-placeholder {
  font-size: 16px;
  color: #000;
}
.cart-footer .coupon-form input::-ms-placeholder {
  font-size: 16px;
  color: #000;
}
.cart-footer .coupon-form .coupon_btn {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 1px;
  border: 0;
  height: 40px;
  padding: 0;
  width: 130px;
  text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
  color: #000;
}
.cart-footer .coupon-form .coupon_btn:hover::before {
  background: #F5ECFF;
}
.cart-footer .update-section p {
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-footer .update-cart-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #000;
  width: max-content;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.cart-total-section {
  padding: 40px 30px;
  border-radius: 6px;
  background: #F4F4F4;
}
.cart-total-section .checkout-process {
  width: 100%;
  text-align: center;
  background: #000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
  border-radius: 6px;
}
.cart-total-section .checkout-process:hover {
  background: #A852EA;
}
@media only screen and (max-width: 767.98px) {
  .cart-total-section {
    padding: 40px 15px;
  }
}

.cart-total-table tbody tr {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
  margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout-form label {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 0;
  border: 1.5px solid #E7E7E7;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  margin-bottom: 25px;
  border-radius: 6px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
  color: #000;
  font-size: 17px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
  color: #000;
  font-size: 17px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
  color: #000;
  font-size: 17px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
  color: #000;
  font-size: 17px;
}
.checkout-form .ht-select-menu {
  width: 100%;
  border-radius: 6px;
  background: transparent;
  border: 0;
  border: 1.5px solid #E7E7E7;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.checkout-form .nice-select {
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select .option {
  color: #000;
}
.checkout-form textarea {
  height: 200px;
}
.checkout-form .checkbox-list {
  list-style: none;
  padding: 0;
}

.payment-option {
  border-top: 1.5px solid #e7e7e7;
  padding-top: 20px;
}

.payment-list {
  padding: 0;
  list-style: none;
}
.payment-list p {
  color: rgba(0, 0, 0, 0.7);
}
.payment-list .credit-card-form h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.payment-list .credit-card-form input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(119, 124, 144, 0.15);
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  color: #000;
  border-radius: 8px;
}
.payment-list .credit-card-form input::placeholder {
  color: #000;
}
.payment-list .credit-card-form input::-moz-placeholder {
  color: #000;
}
.payment-list .credit-card-form input::-ms-placeholder {
  color: #000;
}
.payment-list .credit-card-form input::-o-placeholder {
  color: #000;
}
.payment-list .credit-card-form input::-webkit-placeholder {
  color: #000;
}

.checkout__section {
  overflow: hidden;
}

.cart-info-title,
.cart-total-title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .cart-info-title,
  .cart-total-title {
    font-size: 24px;
  }
}

.shopping-cart {
  color: #000;
  font-size: 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  position: relative;
}
.shopping-cart span {
  position: absolute;
  background: #F5ECFF;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -9px;
  right: -9px;
  left: auto;
}
.shopping-cart:hover {
  background: #F5ECFF;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .shopping-cart {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 47px;
  }
}

.sidebar-cart,
.sidebar-info {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidebar-cart .sidebar-content,
.sidebar-info .sidebar-content {
  background-color: #ffffff;
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: right ease 1s;
  transition: right ease 1s;
}
@media only screen and (max-width: 767.98px) {
  .sidebar-cart .sidebar-content,
  .sidebar-info .sidebar-content {
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sidebar-cart .close-btn,
.sidebar-info .info-close-btn {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #A852EA;
  border-radius: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.sidebar-cart.show .sidebar-content,
.sidebar-info.show .sidebar-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidebar-cart.show,
.sidebar-info.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.sidebar-content .widget-title {
  color: #000;
}
.sidebar-content .widget ul li:not(:last-child) {
  margin-bottom: unset;
}
.sidebar-content .woocommerce-mini-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(7, 17, 6, 0.2);
  padding-bottom: 15px;
  margin-top: 23px;
}
.sidebar-content .woocommerce-mini-cart-item a.remove {
  color: #A852EA;
}
.sidebar-content .woocommerce-mini-cart-item a {
  color: #000;
}
.sidebar-content .woocommerce-mini-cart-item .quantity {
  border: 0;
  color: #000;
}
.sidebar-content .woocommerce-mini-cart__total {
  color: #000;
}
.sidebar-content .woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .sidebar-content .woocommerce-mini-cart__buttons {
    display: block;
  }
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  border: 0;
  background-color: rgba(7, 17, 6, 0.03);
  padding: 5px 8px;
  border-radius: 0px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: #E6E6E6;
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(7, 17, 6, 0.05);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: #E6E6E6;
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-range .filter {
  border: 0;
  background: #F5ECFF;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price-range label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price-range #amount {
  background: 0;
  color: #E6E6E6 !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #F5ECFF;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid #000;
  top: -4px;
  background: #A852EA;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: #ffffff;
}

.widget-review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 8px;
}
.widget-review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget-review .form-check input[type=checkbox] {
  color: #fbb807;
}
.widget-review .form-check input {
  color: #fbb807;
}
.widget-review .products_rating a {
  color: #fbb807;
}
.widget-review .products_rating span {
  color: #E6E6E6;
}

.color-picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.tab-wrapper {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (max-width: 991.98px) {
  .tab-wrapper {
    margin-top: 20px;
  }
}

.right-side-border {
  position: relative;
  z-index: 1;
}
.right-side-border::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 112%;
  right: 0;
  top: -12.2%;
  background: #E6E6E6;
  display: inline-block;
}

.main-category-tab {
  display: inline-flex;
  border: 0;
  gap: 12px;
  position: relative;
  z-index: 3;
  margin-bottom: 49px;
}
.main-category-tab .nav-link {
  color: #000;
  font-size: 14px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  border: 0;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 0;
  padding: 1px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.main-category-tab .nav-link.active {
  color: #ffffff;
  border-color: #000;
  background: #000;
}
@media only screen and (max-width: 991.98px) {
  .main-category-tab {
    margin-bottom: 20px;
  }
}

.product-icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-icon a {
  color: #000;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.product-icon a:not(:last-child) {
  margin-right: 8px;
}
.product-icon a:hover {
  color: #ffffff;
  background: #A852EA;
}

.product-wrapper {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.product-wrapper .product-tag {
  color: #F5ECFF;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 13px;
}
.product-wrapper .product-logo-wrap {
  margin-bottom: 36px;
}
.product-wrapper .product-img {
  border-radius: 20px;
  margin-bottom: 5px;
  margin-top: 42px;
}
.product-wrapper .product-img img {
  object-fit: cover;
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .onsale {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 12px;
  font-weight: 700;
  line-height: 166.667%;
  text-transform: uppercase;
  display: inline-flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 20px;
}
.product-wrapper .add-to-cart {
  position: absolute;
  left: 15%;
  right: 15%;
  text-align: center;
  margin: 0 auto;
  bottom: -65px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .add-to-cart.ht-btn {
  padding: 22px 10px;
  justify-content: center;
}
.product-wrapper .product-title {
  font-size: 20px;
  font-family: "Satoshi-Medium";
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-wrapper .product-title a {
  color: #000;
  line-height: 85.714%;
}
.product-wrapper .product-top-title {
  font-size: 28px;
  font-family: "Satoshi-Medium";
  color: rgba(0, 0, 0, 0.6);
}
.product-wrapper .price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.product-wrapper .price .old-price {
  margin-right: 12px;
}
.product-wrapper .price .new-price {
  color: rgba(0, 0, 0, 0.5);
}
.product-wrapper .content-info {
  display: flex;
  justify-content: space-between;
}
.product-wrapper .content {
  text-align: start;
}
.product-wrapper .type-free {
  color: rgba(0, 0, 0, 0.39);
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  height: 43px;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  background: #F5ECFF;
  border-radius: 50px;
}
.product-wrapper .downloadable-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #F5ECFF;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-wrapper .downloadable-link:hover {
  background: #F5ECFF;
}
.product-wrapper .product-badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 600;
}
.product-wrapper .product-badge.badge-new {
  background: #3F8CFF;
  color: #fff;
}
.product-wrapper .product-badge.badge-featured {
  background: #FFC107;
  color: #333;
}
.product-wrapper .product-badge.badge-hot {
  background: #FF4D4F;
  color: #fff;
}
.product-wrapper .product-badge.badge-best {
  background: #4CAF50;
  color: #fff;
}
.product-wrapper:hover .product-icon {
  bottom: 50%;
  opacity: 1;
  visibility: visible;
}
.product-wrapper:hover .add-to-cart {
  bottom: 16px;
}
@media only screen and (max-width: 1200px) {
  .product-wrapper .product-top-title {
    font-size: 22px;
  }
  .product-wrapper .type-free {
    height: max-content;
    font-size: 16px;
  }
  .product-wrapper .product-img {
    margin-top: 25px;
  }
  .product-wrapper .product-logo-wrap {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-wrapper .product-top-title,
  .product-wrapper .product-title {
    font-size: 20px;
  }
  .product-wrapper .add-to-cart {
    width: 100%;
  }
}

.prstyle-1 .product-img {
  background: #F9F9F9;
  border-radius: 20px;
  padding: 25px;
}
.prstyle-1 .product-img img {
  border-radius: 10px;
}

#template-html-384d4da .prstyle-1 {
  background: #E8D8E0;
  border-radius: 20px;
  padding: 18px 20px 0 20px;
}
#template-html-384d4da .prstyle-1 .product-img {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
#template-html-384d4da .prstyle-1 .product-img img {
  border-radius: 0;
}

.cart-btn {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  background: #000;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #A852EA;
}
.cart-btn:hover {
  color: #ffffff;
}
.cart-btn:hover::before {
  top: -40%;
}

.shop-sidebar .widget-title {
  margin-bottom: 15px;
}

.sort-item {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.sort-item .sort-btn {
  line-height: 1;
  background: #E4F0F0;
  padding: 12px 21px;
  margin-left: 15px;
  border: 0;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  color: #ffffff;
  background: #F5ECFF;
}

.product-item-slider .product-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-item-slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product-item-slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product-thumb-slider .product-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product-thumb-slider .product-item img {
  object-fit: cover;
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100px;
  height: 100px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: #000;
  background: rgba(7, 17, 6, 0.03);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  background: rgba(0, 0, 0, 0.3);
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product-details .product-title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product-details .product-title {
    font-size: 24px;
  }
}
.product-details .price-list .old-price {
  font-size: 20px;
  color: #E6E6E6;
  margin-right: 10px;
}
.product-details .price-list .new-price {
  font-size: 22px;
  color: #F5ECFF;
  font-family: "Poppins", sans-serif;
}
.product-details .add-to-cart {
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #F5ECFF;
  padding: 14px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.product-details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #A852EA;
}
.product-details .add-to-cart:hover {
  color: #ffffff;
}
.product-details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product-details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product-details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 18px;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: #000;
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: #ffffff;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(0, 0, 0, 0.03);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: #000;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: #A852EA;
  background-color: transparent;
  border-bottom: 2px solid #A852EA;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid #F5ECFF;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: #F5ECFF;
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: #ffffff;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: #000;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: #F5ECFF;
}
.cart-style-1 .product .cart-product-info {
  color: #000;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #000;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: #F5ECFF;
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid #F5ECFF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: #ffffff;
  background: #F5ECFF;
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-links-two a {
  color: #000;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #000;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-links-two a:hover {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.ui-catlist button,
.ui-catlist .nav-link,
.ui-catlist a,
.figma-html-tab button,
.figma-html-tab .nav-link,
.figma-html-tab a,
.wp-block-woocommerce-product-categories button,
.wp-block-woocommerce-product-categories .nav-link,
.wp-block-woocommerce-product-categories a,
.component-template-tabs button,
.component-template-tabs .nav-link,
.component-template-tabs a {
  color: #000;
  text-align: center;
  font-family: "Satoshi-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 214.286%;
  letter-spacing: -0.28px;
  display: inline-flex;
  height: 32px;
  padding: 0 15px;
  margin: 0 5px 5px 5px;
  gap: 12px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-catlist button:hover, .ui-catlist button.active,
.ui-catlist .nav-link:hover,
.ui-catlist .nav-link.active,
.ui-catlist a:hover,
.ui-catlist a.active,
.figma-html-tab button:hover,
.figma-html-tab button.active,
.figma-html-tab .nav-link:hover,
.figma-html-tab .nav-link.active,
.figma-html-tab a:hover,
.figma-html-tab a.active,
.wp-block-woocommerce-product-categories button:hover,
.wp-block-woocommerce-product-categories button.active,
.wp-block-woocommerce-product-categories .nav-link:hover,
.wp-block-woocommerce-product-categories .nav-link.active,
.wp-block-woocommerce-product-categories a:hover,
.wp-block-woocommerce-product-categories a.active,
.component-template-tabs button:hover,
.component-template-tabs button.active,
.component-template-tabs .nav-link:hover,
.component-template-tabs .nav-link.active,
.component-template-tabs a:hover,
.component-template-tabs a.active {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.wp-block-woocommerce-product-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-woocommerce-product-categories ul li a:hover {
  color: #ffffff !important;
}

.figma-html-tab {
  border: 0;
  margin-bottom: 20px;
}
.figma-html-tab .nav-link,
.figma-html-tab a {
  border-color: #F7F1FF;
  background: #F7F1FF;
}

.order-filter-wrap .sort-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi-Regular";
  letter-spacing: -1px;
  margin-right: 17px;
}

.woocommerce-ordering select {
  font-size: 15px;
  padding: 0;
  margin: 0;
  border-color: #DEDEDE;
  min-width: 118px;
  height: 35px;
  border-radius: 8px;
  padding-left: 11px;
  padding-right: 14px;
}
.woocommerce-ordering select option {
  color: #000;
  font-size: 15px;
  font-family: "Satoshi-Medium";
}

.tab-inner-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -59px;
}
@media only screen and (max-width: 991.98px) {
  .tab-inner-wrapper {
    margin-top: 20px;
  }
}
.tab-inner-wrapper .showcase-template {
  margin-bottom: 15px;
}

.details-thumb-wrap {
  border-radius: 20px;
  background: #E8D8E0;
  padding: 36px 30px;
  margin-bottom: 27px;
}
.details-thumb-wrap img {
  width: 100%;
}

.product-details-info,
.product-details {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  padding: 29px 40px 27px 40px;
}
.product-details-info .product-name-title,
.product-details-info .product-title,
.product-details .product-name-title,
.product-details .product-title {
  color: #000;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 105.556%;
  letter-spacing: -0.72px;
}
@media only screen and (max-width: 1200px) {
  .product-details-info .product-name-title,
  .product-details-info .product-title,
  .product-details .product-name-title,
  .product-details .product-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-details-info .product-name-title,
  .product-details-info .product-title,
  .product-details .product-name-title,
  .product-details .product-title {
    font-size: 26px;
  }
}
.product-details-info .product-description-tag,
.product-details .product-description-tag {
  color: #000;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  line-height: 105.556%;
}
.product-details-info .live-btn,
.product-details .live-btn {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 250%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  border-radius: 7px;
  border: 2px solid #803DE7;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-details-info .live-btn i,
.product-details .live-btn i {
  color: #803DE7;
  font-size: 20px;
  transform: translateY(3px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-details-info .live-btn:hover,
.product-details .live-btn:hover {
  color: #ffffff;
  background: #803DE7;
}
.product-details-info .live-btn:hover i,
.product-details .live-btn:hover i {
  color: #ffffff;
}
.product-details-info .download-btn,
.product-details .download-btn {
  color: #ffffff;
  font-family: "Satoshi-Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 222.222%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  background: #2C292E;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-details-info .download-btn:hover,
.product-details .download-btn:hover {
  color: #ffffff;
  background: #803DE7;
}
.product-details-info .download-btn:hover i,
.product-details .download-btn:hover i {
  color: #ffffff;
}
.product-details-info .overview-title,
.product-details .overview-title {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
}
.product-details-info .about-product,
.product-details-info .product-excerpt,
.product-details .about-product,
.product-details .product-excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Satoshi-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 35px;
}
.product-details-info .download-type,
.product-details .download-type {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Satoshi-Medium";
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  display: inline-flex;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
  border-radius: 50px;
  background: #F5ECFF;
}
@media only screen and (max-width: 1200px) {
  .product-details-info,
  .product-details {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-info {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-info .feature-title {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 222.222%;
  letter-spacing: -0.36px;
}
.product-info .feature-text {
  color: #000;
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 222.222%;
  letter-spacing: -0.36px;
  list-style: none;
}

.product-details .product-overview-title {
  margin-bottom: 25px;
}
.product-details form.cart {
  margin-top: 35px;
}

.product-search-wrapper {
  position: relative;
  z-index: 1;
}
.product-search-wrapper::before {
  content: "";
  width: 101.6%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  left: -16px;
  bottom: -20px;
  display: inline-block;
  z-index: 1;
}

.tab-left-border {
  position: relative;
  z-index: 1;
}
.tab-left-border::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #E6E6E6;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  z-index: 1;
}

.search-filters-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.filter-select {
  padding: 12px 40px 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  background: #f8f8f8;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 200px;
}

.filter-select:hover {
  border-color: #0073aa;
}

.clear-search-btn {
  padding: 12px 20px;
  background: #f44336;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.clear-search-btn:hover {
  background: #d32f2f;
  transform: translateY(-1px);
}

.clear-search-btn svg {
  width: 16px;
  height: 16px;
}

/* No Results Message */
.no-results-message {
  padding: 60px 20px;
  text-align: center;
}

.no-results-content svg {
  color: #ccc;
  margin-bottom: 20px;
}

.no-results-content h4 {
  color: #333;
  margin-bottom: 10px;
  font-size: 20px;
}

.no-results-content p {
  color: #666;
  margin: 0;
  font-size: 14px;
}

.infinite-item {
  transition: all 0.3s ease;
}

.infinite-item.hidden {
  display: none !important;
}

.column-divider-right {
  padding-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .search-input-group {
    flex-direction: column;
  }
  .search-btn {
    justify-content: center;
  }
  .clear-search-btn {
    width: 100%;
    justify-content: center;
  }
}
.home-banner {
  padding-top: 72px;
  padding-bottom: 85px;
}
.home-banner .banner-boundary {
  position: absolute;
  max-width: 1224px;
  max-height: 589px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.home-banner .banner-boundary img {
  width: 100%;
}
.home-banner .version-number {
  color: #000;
  font-size: 17px;
  font-family: "Satoshi-Medium";
  border: 1px solid #D6D9DD;
  border-radius: 50px;
  width: max-content;
  padding-left: 19px;
  padding-right: 19px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.home-banner .version-number span {
  color: #A852EA;
}
.home-banner .main-title {
  color: #000;
  font-size: 74px;
  line-height: 108.108%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 18px;
}
.home-banner .home-description {
  color: #0B1215;
  font-size: 24px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  line-height: 137.7%;
  max-width: 744px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.home-banner .pointer-shape-1 {
  width: 261px;
  left: 16.5%;
  top: 78%;
  animation: float-bob-y infinite linear 5s;
}
.home-banner .pointer-shape-2 {
  width: 197px;
  right: 16%;
  top: 35%;
  animation: float-bob-y infinite linear 8s;
}
@media only screen and (max-width: 1800px) {
  .home-banner {
    padding-top: 45px;
  }
  .home-banner .main-title {
    font-size: 50px;
  }
  .home-banner .home-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .home-banner {
    padding-top: 35px;
  }
  .home-banner .main-title {
    font-size: 38px;
  }
  .home-banner .home-description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .home-banner {
    padding-top: 30px;
  }
  .home-banner .main-title {
    font-size: 32px;
  }
}

.social-element {
  display: flex;
  align-items: center;
  position: absolute;
  right: -12.5%;
  top: 60%;
  transform: rotate(90deg);
}
.social-element p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 1.9px;
}
.social-element .dash-line {
  background: #ffffff;
  width: 243px;
  height: 1px;
  display: inline-block;
  margin-left: 25px;
}
.social-element a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin: 0 33px;
}
.social-element span {
  color: #ffffff;
  font-size: 20px;
}

.user-list,
.feedback-user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding-bottom: 25px;
  border-radius: 70px;
  width: max-content;
}
.user-list img,
.feedback-user-list img {
  border-radius: 50%;
  border: 4px solid #ffffff;
}
.user-list li,
.feedback-user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.user-list li:first-child,
.feedback-user-list li:first-child {
  margin-left: 0;
}
.user-list .number,
.feedback-user-list .number {
  border-radius: 50%;
  background: #A852EA;
  font-size: 45px;
  color: #ffffff;
  width: 69px;
  height: 69px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff;
}

/*title-one*/
.title-big .upper-title {
  color: #E6E6E6;
  font-family: "Satoshi-Bold";
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #D6D9DD;
  border-radius: 50px;
  padding: 8px 21px;
  display: inline-block;
}
.title-big .title {
  font-size: 62px;
  line-height: 112.903%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1600px) {
  .title-big .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-big .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-big .title {
    font-size: 26px;
  }
}

.title-semi .upper-title {
  color: #F5ECFF;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 35px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 21px;
  border: 1.5px solid #F5ECFF;
  border-radius: 50px;
  padding: 0 19px;
  display: inline-block;
}
.title-semi .title {
  font-size: 52px;
  line-height: 113.077%;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1600px) {
  .title-semi .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-semi .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-semi .title {
    font-size: 26px;
  }
}

.description-text {
  font-size: 24px;
  line-height: 150%;
  font-family: "Satoshi-Medium";
  font-weight: 500;
}
@media only screen and (max-width: 1800px) {
  .description-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .description-text {
    font-size: 16px;
  }
}

.cta-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  line-height: 128.57%;
}
@media only screen and (max-width: 1200px) {
  .cta-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta-title {
    font-size: 20px;
  }
}

.semi-title {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 146.429%;
  letter-spacing: -0.56px;
}
@media only screen and (max-width: 1200px) {
  .semi-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .semi-title {
    font-size: 20px;
  }
}

.faq-title {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 80%;
}
@media only screen and (max-width: 1200px) {
  .faq-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq-title {
    font-size: 24px;
  }
}

.platform-title {
  font-size: 18px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
}

.platform-badge-wrap .badge {
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  border: 1px solid #F5ECFF;
  border-radius: 30px;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.platform-badge-wrap .badge:hover {
  border-color: rgba(168, 82, 234, 0.4);
  transform: translateY(-1px);
}
.platform-badge-wrap .badge img {
  margin-right: 5px;
}

.template-list-slider-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36) 0.38%, rgba(227, 205, 255, 0.72) 58.86%, rgba(215, 196, 255, 0.6) 75.03%, rgba(232, 208, 255, 0) 99.46%);
}

/* Marquee Wrapper - Main Container */
.ht-marquee-wrapper,
.marquee-wrapper,
.marquee-wrapper-right {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  gap: 15px;
}

/* Marquee Slide Container - Side by Side */
.marquee-slide {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: marquee-left 30s linear infinite;
  flex-shrink: 0;
}

.marquee-slide-right {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: marquee-right 30s linear infinite;
  flex-shrink: 0;
}

/* Animations */
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Pause on Hover */
.ht-marquee-wrapper:hover .marquee-slide,
.ht-marquee-wrapper:hover .marquee-slide-right,
.marquee-wrapper:hover .marquee-slide,
.marquee-wrapper-right:hover .marquee-slide-right {
  animation-play-state: paused;
}

/* Marque List Item */
.marque-list.template-marquee {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
  min-height: 80px;
}

.marque-list.template-marquee:hover {
  transform: translateY(-5px);
}

/* Icon Container */
.marque-list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
}

/* Icon Image - Show Actual Size */
.marque-list .icon img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: auto !important;
  min-height: auto !important;
  object-fit: none !important;
}

/* Main Image (ht_marques_image2) - Show Actual Size */
.marque-list > img,
.marque-list > a > img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: auto !important;
  min-height: auto !important;
  object-fit: none !important;
  flex-shrink: 0;
}

/* Remove any link styling */
.marque-list > a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

/* Marque Text Styling */
.marque-text {
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  white-space: nowrap;
  line-height: 1.5;
}

/* Template List Slider Container */
.template-list-slider {
  width: 100%;
  overflow: hidden;
}

/* Remove default margins/paddings that might affect layout */
.ht-marquee-wrapper > *,
.marquee-wrapper > *,
.marquee-wrapper-right > * {
  margin: 0;
  padding: 0;
}

/* Responsive Adjustments - Optional */
@media (max-width: 1024px) {
  .marque-list.template-marquee {
    gap: 12px;
    min-height: 70px;
  }
  .marque-list > img,
  .marque-list > a > img {
    display: block;
    width: 300px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    min-width: auto !important;
    min-height: auto !important;
    object-fit: cover !important;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .marque-list.template-marquee {
    gap: 10px;
    min-height: 60px;
  }
  .marquee-slide,
  .marquee-slide-right {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .marque-list.template-marquee {
    gap: 8px;
    min-height: 50px;
  }
  .marquee-slide,
  .marquee-slide-right {
    gap: 12px;
  }
}
/* Override any theme styles that might conflict */
.marque-list img {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Ensure smooth animation */
.marquee-slide,
.marquee-slide-right {
  will-change: transform;
}

/* For very large images, add optional max constraints */
/* Uncomment and adjust if images are too large */
/*
.marque-list .icon img {
    max-height: 60px;
}

.marque-list > img,
.marque-list > a > img {
    max-height: 200px;
}
*/
.showcase-wrap {
  border: 2px solid #F5ECFF;
  border-radius: 20px;
  padding: 54px 0;
  margin-bottom: 45px;
}
.showcase-wrap .showcase-title {
  color: #000;
  font-size: 24px;
  font-family: "Satoshi-Regular";
  line-height: 141.667%;
  margin-bottom: 6px;
}
.showcase-wrap .free-item-count {
  color: #000;
  font-size: 36px;
  font-family: "Satoshi-Bold";
  line-height: 122.222%;
  letter-spacing: -1px;
  margin-bottom: 38px;
}
.showcase-wrap .content {
  margin-top: 59px;
}

.showcase-template {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.showcase-template .tag {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 12px;
  font-weight: 700;
  line-height: 166.667%;
  text-transform: uppercase;
  display: inline-flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 20px;
}
.showcase-template .img-wrap {
  background: #E8D8E0;
  padding: 40px 48px 0 48px;
  border-radius: 30px;
}
.showcase-template .template-name,
.showcase-template .template-short-name,
.showcase-template .product-top-title {
  font-size: 28px;
  font-family: "Satoshi-Medium";
  line-height: 95.714%;
  margin-top: 32px;
  margin-bottom: 43px;
}
.showcase-template .template-name a,
.showcase-template .template-short-name a,
.showcase-template .product-top-title a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
.showcase-template .template-short-name a {
  color: #000;
}
.showcase-template .type-free {
  color: rgba(0, 0, 0, 0.39);
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  height: 43px;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F5ECFF;
  border-radius: 50px;
}
.showcase-template .downloadable-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #F5ECFF;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.showcase-template .downloadable-link:hover {
  background: #F5ECFF;
}
@media only screen and (max-width: 1200px) {
  .showcase-template .template-name,
  .showcase-template .template-short-name,
  .showcase-template .product-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .showcase-template .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .showcase-template .template-name,
  .showcase-template .template-short-name,
  .showcase-template .product-title {
    font-size: 20px;
  }
}

.product-wrapper.prstyle-2 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.product-wrapper.prstyle-2.custom-1 .img-wrap {
  background: #E8D8E0;
}
.product-wrapper.prstyle-2.custom-2 .img-wrap {
  background: #D9E3EB;
}
.product-wrapper.prstyle-2.custom-3 .img-wrap {
  background: #EFEFEF;
}
.product-wrapper.prstyle-2.custom-4 .img-wrap {
  background: #257654;
}
.product-wrapper.prstyle-2.custom-5 .img-wrap {
  background: #D6EAE3;
}
.product-wrapper.prstyle-2.custom-6 .img-wrap {
  background: #D3CFDD;
}
.product-wrapper.prstyle-2 .img-wrap {
  background: #E8D8E0;
  padding: 40px 48px 0 48px;
  border-radius: 30px;
}
.product-wrapper.prstyle-2 .tag {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 12px;
  font-weight: 700;
  line-height: 166.667%;
  text-transform: uppercase;
  display: inline-flex;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  z-index: 2;
  left: 34px;
  top: 20px;
}
.product-wrapper.prstyle-2 .product-img {
  border-radius: 0px;
}
.product-wrapper.prstyle-2 .template-name,
.product-wrapper.prstyle-2 .template-short-name,
.product-wrapper.prstyle-2 .product-title {
  font-size: 28px;
  font-family: "Satoshi-Medium";
  line-height: 95.714%;
  margin-top: 32px;
  margin-bottom: 43px;
}
.product-wrapper.prstyle-2 .template-name a,
.product-wrapper.prstyle-2 .template-short-name a,
.product-wrapper.prstyle-2 .product-title a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}
.product-wrapper.prstyle-2 .template-short-name a {
  color: #000;
}
.product-wrapper.prstyle-2 .type-free {
  color: rgba(0, 0, 0, 0.39);
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  height: 43px;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  background: #F5ECFF;
  border-radius: 50px;
}
.product-wrapper.prstyle-2 .downloadable-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #F5ECFF;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.product-wrapper.prstyle-2 .downloadable-link:hover {
  background: #F5ECFF;
}
@media only screen and (max-width: 1800px) {
  .product-wrapper.prstyle-2 .product-header {
    width: 100% !important;
  }
  .product-wrapper.prstyle-2 .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-wrapper.prstyle-2 .template-name,
  .product-wrapper.prstyle-2 .template-short-name,
  .product-wrapper.prstyle-2 .product-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-wrapper.prstyle-2 .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-wrapper.prstyle-2 .template-name,
  .product-wrapper.prstyle-2 .template-short-name,
  .product-wrapper.prstyle-2 .product-title {
    font-size: 20px;
  }
}

.showcase-style-2.custom-1 .img-wrap {
  background: #E8D8E0;
}
.showcase-style-2.custom-2 .img-wrap {
  background: #D9E3EB;
}
.showcase-style-2.custom-3 .img-wrap {
  background: #EFEFEF;
}
.showcase-style-2.custom-4 .img-wrap {
  background: #F7F0C9;
}
.showcase-style-2.custom-1 .img-wrap {
  background: #DCF3EB;
}
.showcase-style-2.custom-5 .img-wrap {
  background: #DCF3EB;
}
.showcase-style-2.custom-6 .img-wrap {
  background: #F0EBE8;
}
.showcase-style-2.custom-7 .img-wrap {
  background: #EBE9FE;
}
.showcase-style-2.custom-8 .img-wrap {
  background: #FFEBDD;
}
.showcase-style-2.custom-9 .img-wrap {
  background: #E8D8E0;
}
.showcase-style-2 .img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
}
.showcase-style-2 .product-custom-title-wrap {
  max-width: 91%;
}
.showcase-style-2 .product-logo-wrap {
  margin-bottom: 18px;
}
.showcase-style-2 .product-logo-wrap img {
  max-width: 96px;
  object-fit: cover;
}
.showcase-style-2 .template-name,
.showcase-style-2 .product-top-title {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
  margin-top: 0;
}
.showcase-style-2 .template-short-name,
.showcase-style-2 .product-title {
  font-size: 20px;
  line-height: 150%;
}
.showcase-style-2 .type-free {
  font-size: 16px;
  padding: 3px 14px;
  line-height: 187.5%;
  height: auto;
}
.showcase-style-2 .downloadable-link {
  width: 36px;
  height: 36px;
}
.showcase-style-2 .downloadable-link img {
  width: 24px;
}
.showcase-style-2 .product-content {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .showcase-style-2 .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .showcase-style-2 .product-custom-title-wrap {
    max-width: 100%;
  }
}

.showcase-component {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.showcase-component .img-wrap,
.showcase-component .product-img {
  background: #F1F1F1;
  padding: 29px 24px 24px 24px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.showcase-component .template-short-name,
.showcase-component .product-title {
  font-size: 20px;
  font-family: "Satoshi-Bold";
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.showcase-component .template-short-name a,
.showcase-component .product-title a {
  color: #000;
  line-height: 85.714%;
}
.showcase-component .type-free {
  color: rgba(0, 0, 0, 0.39);
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  height: 43px;
  padding: 5px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #F5ECFF;
  border-radius: 50px;
}
.showcase-component .downloadable-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  border: 1px solid #F5ECFF;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.showcase-component .downloadable-link:hover {
  background: #F5ECFF;
}
.showcase-component:hover .product-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.showcase-component:hover .img-wrap::before {
  height: 100px;
}
.component-style-2 .img-wrap {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}
.component-style-2 .img-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(241, 241, 241, 0.08) 0%, #8B8B8B 100%);
  width: 100%;
  height: 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.component-style-2 .template-name {
  font-size: 16px;
  line-height: 62.5%;
  margin-bottom: 24px;
}
.component-style-2 .template-short-name {
  font-size: 20px;
  line-height: 150%;
}
.component-style-2 .type-free {
  font-size: 16px;
  padding: 3px 14px;
  line-height: 187.5%;
  height: auto;
}
.component-style-2 .downloadable-link {
  width: 36px;
  height: 36px;
}
.component-style-2 .downloadable-link img {
  width: 24px;
}

.about-fact-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.38%, #E3CDFF 58.86%, #E2CCFF 65.77%, rgba(215, 196, 255, 0.6) 75.03%, rgba(232, 208, 255, 0) 99.46%);
  width: 100%;
  height: 605px;
  left: 0;
  top: -23%;
}
@media only screen and (max-width: 767.98px) {
  .about-fact-section::before {
    height: 100%;
    top: 0;
  }
}

.counter-wrap-1 .counter-title {
  color: #000;
  font-size: 24px;
  font-family: "Satoshi-Regular";
  line-height: 141.667%;
  margin-bottom: 6px;
}
.counter-wrap-1 .number {
  color: #000;
  font-size: 36px;
  font-family: "Satoshi-Bold";
  line-height: 122.222%;
  letter-spacing: -1px;
  margin-bottom: 38px;
}

.fact-wrap {
  text-align: center;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
  padding: 45px 0 57px 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.fact-wrap .number {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 116.667%;
  letter-spacing: -3px;
}
.fact-wrap .fact-title,
.fact-wrap .counter-title {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Satoshi-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.667%;
  margin-bottom: 0;
}
.fact-wrap:hover {
  border-color: #A852EA;
  transform: translateY(-5px);
}
@media only screen and (max-width: 1200px) {
  .fact-wrap .number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fact-wrap .number {
    font-size: 40px;
  }
  .fact-wrap .fact-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fact-wrap .number {
    font-size: 32px;
  }
}

.feature-list {
  display: inline-flex;
  align-items: center;
  border-radius: 45px;
  background: #F5ECFF;
  padding: 2px 25px 2px 10px;
}
.feature-list .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #A852EA;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.feature-list .feature-title {
  color: #272727;
  font-family: "Satoshi-Medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 190%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .feature-list .feature-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-list {
    padding-right: 10px;
  }
  .feature-list .feature-title {
    font-size: 16px;
    line-height: 110%;
  }
}

.rating-icon a {
  color: #FFC30E;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ui-policy-info {
  padding: 0;
  margin-left: 28px;
}
.ui-policy-info li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Satoshi-Medium";
  margin-bottom: 15px;
}
.ui-policy-info b {
  color: #000;
}

.divider-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D6D9DD;
}

.ui-contact-info {
  padding: 0;
  margin: 0;
}
.ui-contact-info li {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Satoshi-Medium";
  margin-bottom: 15px;
  list-style-type: none;
}
.ui-contact-info b {
  color: #000;
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.contact-form .input-wrapper label {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Satoshi-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-bottom: 7px;
}
.contact-form .input-wrapper input,
.contact-form .input-wrapper .select-event {
  width: 100%;
  height: 60px;
  border: 0;
  background: #ffffff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  border-radius: 8px;
  border: 0;
  border: 1.5px solid #D6D9DD;
  padding-left: 20px;
}
.contact-form .input-wrapper input::placeholder,
.contact-form .input-wrapper .select-event::placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper input::-moz-placeholder,
.contact-form .input-wrapper .select-event::-moz-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper input::-webkit-placeholder,
.contact-form .input-wrapper .select-event::-webkit-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper input::-o-placeholder,
.contact-form .input-wrapper .select-event::-o-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper input::-ms-placeholder,
.contact-form .input-wrapper .select-event::-ms-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 209px;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 17px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  border-radius: 8px;
  border: 1.5px solid #D6D9DD;
  padding-left: 20px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: #000;
  font-size: 17px;
}
.contact-form .input-wrapper select {
  color: #E6E6E6;
  border: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.contact-form .input-wrapper select:focus-visible {
  outline-offset: 0px;
  outline: none;
}
.contact-form .submit-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  height: 60px;
  line-height: 58px;
  padding-left: 44px;
  padding-right: 44px;
  text-transform: capitalize;
  border-radius: 10px;
  border: 0;
  background: #000;
  width: max-content;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-form .submit-btn:hover {
  color: #ffffff;
  background: #A852EA;
}
@media only screen and (max-width: 1200px) {
  .contact-form .input-wrapper {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form .submit-btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-section-background {
  border-radius: 2043px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(148, 65, 255, 0.42) 0%, rgba(148, 65, 255, 0) 97.09%);
}

.contact-background {
  background: #ffffff;
  border-radius: 30px;
  padding: 75px 68px 38px 68px;
}
@media only screen and (max-width: 1200px) {
  .contact-background {
    padding: 50px 15px 20px 15px;
  }
}

.contact-content-box .icon-mail {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #A852EA;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}
.contact-content-box .icon-mail img {
  display: inline-block;
  width: 27.5px;
  height: 22px;
}
.contact-content-box .shape-c2 {
  left: -24%;
  top: 110%;
  animation: jumpAni infinite linear 5s;
}

.subscribe-border {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.subscribe-form,
.download-form {
  width: 100%;
  position: relative;
  z-index: 1;
}
.subscribe-form input,
.download-form input {
  width: 100%;
  max-width: 375px;
  height: 60px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  padding-left: 30px;
  border-radius: 10px;
  background: #F2F2F2;
  border: 0;
}
.subscribe-form input::placeholder,
.download-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder,
.download-form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder,
.download-form input::-webkit-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.subscribe-form input::-o-placeholder,
.download-form input::-o-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder,
.download-form input::-ms-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.subscribe-form button,
.download-form button {
  color: #ffffff;
  font-size: 17px;
  font-family: "Satoshi-Medium";
  border: 0;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: #0B1215;
  position: relative;
  border-radius: 10px;
  height: 60px;
  width: max-content;
  padding: 10px 26px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form button:hover,
.download-form button:hover {
  background: #A852EA;
}
@media only screen and (max-width: 1200px) {
  .subscribe-form input,
  .download-form input {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form,
  .download-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form input,
  .download-form input {
    max-width: 100%;
  }
  .subscribe-form button,
  .download-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
  .subscribe-form button.black-btn,
  .download-form button.black-btn {
    background: #000;
  }
}

.download-form {
  position: relative;
  z-index: 1;
}
.download-form input {
  max-width: 422px;
  border: 2px solid #A852EA;
  background: transparent;
  height: 49px;
  padding-left: 22px;
  border-radius: 8px;
  line-height: 49px;
}
.download-form input::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.download-form button.submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 49px;
  font-size: 15px;
  z-index: 2;
  background: #A852EA;
  border-radius: 0px 8px 8px 0;
}

#uic-popup {
  position: fixed;
  inset: 0;
  background: rgba(189, 189, 189, 0.44);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.uic-close-popup {
  color: #803CE7;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.uic-close-popup:hover {
  transform: rotate(-90deg);
}

.uic-popup-inner {
  background: #fff;
  padding: 25px;
  width: 100%;
  max-width: 468px;
  position: relative;
  border-radius: 8px;
  text-align: center;
}
.uic-popup-inner .icon {
  color: #803CE7;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #F5F5F5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uic-popup-inner .download-form-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 11px;
  margin-bottom: 24px;
}
.uic-popup-inner .conditions-desc {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  padding-top: 16px;
  margin-bottom: 0;
}
.uic-popup-inner .conditions-desc a {
  color: #000;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  text-decoration: underline;
}
.uic-popup-inner .wpcf7-response-output {
  color: #000;
  font-size: 14px;
  border-radius: 6px;
}

.contact-map iframe {
  height: 530px;
  width: 100%;
  border-radius: 30px;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 400px;
  }
}

.signup-form-section .contact-wrapper {
  background: rgba(244, 244, 244, 0.5);
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .signup-form-section .contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.signup-form-section .contact-form .input-wrapper span {
  left: 21px;
}
.signup-form-section button.signup-btn {
  border: 0;
  width: 100%;
  height: 45px;
  background: transparent;
  color: #000;
  font-weight: 600;
}

.feedback-wrap {
  padding: 20px 25px 30px 25px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
}
.feedback-wrap .feedback-text {
  color: #22282B;
  font-family: "Satoshi-Medium";
  font-size: 22px;
  font-weight: 500;
  line-height: 168.182%;
  letter-spacing: -0.44px;
  margin-bottom: 20px;
}
.feedback-wrap .name {
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}
.feedback-wrap .designation {
  color: #E6E6E6;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.feedback-wrap .author-avatar img {
  border-radius: 100%;
  margin-right: 8px;
}
.feedback-wrap .feedback-rating {
  color: rgb(255, 188, 59);
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap .feedback-text {
    font-size: 20px;
  }
  .feedback-wrap .name {
    font-size: 18px;
  }
}

.feedback-slider {
  width: 111vw;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.side-overlay::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 415px;
  height: 100%;
}
.side-overlay::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 103.41%);
  width: 415px;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .side-overlay::before, .side-overlay::after {
    width: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .side-overlay::before, .side-overlay::after {
    display: none;
  }
}

.wrapper-background {
  background: #A852EA;
  border-radius: 30px;
  padding: 60px 95.5px;
}
@media only screen and (max-width: 1200px) {
  .wrapper-background {
    padding-left: 15px;
    padding: 20px 15px;
  }
}

.ui-author-thumb img {
  border-radius: 100%;
  width: 266px;
  height: 266px;
}

.quote-wrap .quote-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Satoshi-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 165%;
  margin-bottom: 22px;
}
.quote-wrap .quote-text {
  color: #ffffff;
  font-family: "Satoshi-Medium";
  font-size: 32px;
  font-weight: 500;
  line-height: 118.75%;
  margin-bottom: 22px;
}
.quote-wrap .name {
  color: #ffffff;
  font-family: "Satoshi-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 165%;
  margin-bottom: 0;
}
.quote-wrap .designation {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Satoshi-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
}
.quote-wrap .quote-icon {
  width: 54.547px;
  height: 54.547px;
  border-radius: 54.547px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .quote-wrap .quote-text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quote-wrap .quote-text {
    font-size: 18px;
  }
  .quote-wrap .designation {
    font-size: 16px;
  }
}

.upcoming-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.38%, #E3CDFF 58.86%, #E2CCFF 65.77%, rgba(215, 196, 255, 0.6) 75.03%, rgba(232, 208, 255, 0) 99.46%);
}

.roadmap-block {
  border-radius: 30px;
  background: #ffffff;
  padding: 35px 37.5px;
  margin-bottom: 27px;
}
.roadmap-block .roadmap-title {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Satoshi-Medium";
  font-size: 17px;
  font-weight: 500;
  line-height: 147.059%;
  letter-spacing: -0.17px;
}
.roadmap-block .release-date {
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
}
.roadmap-block .release-date span {
  color: #000;
}
.roadmap-block .description-content {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Satoshi-Medium";
  font-size: 17px;
  font-weight: 500;
  line-height: 147.059%;
  letter-spacing: -0.17px;
  max-width: 344px;
}
.roadmap-block .icon-wrap {
  width: 150px;
  height: 150px;
  padding: 25px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
  background: #E0F3F6;
}
@media only screen and (max-width: 991.98px) {
  .roadmap-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .roadmap-block .intro-title {
    font-size: 22px;
  }
  .roadmap-block .description-content {
    font-size: 16px;
    max-width: 300px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .roadmap-block {
    text-align: center;
  }
  .roadmap-block .description-content {
    padding-left: 0;
    max-width: 100%;
  }
}

.vertical-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vertical-slider::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 27px;
  margin: 0 auto;
  width: 82%;
  height: 220px;
  border-radius: 20px;
  background: linear-gradient(181deg, rgba(255, 255, 255, 0.33) 6.26%, #FFF 70.13%);
}
.vertical-slider .pointer-5,
.vertical-slider .pointer-6,
.vertical-slider .pointer-7 {
  position: absolute;
  z-index: 2;
}
.vertical-slider .pointer-7 {
  right: -15%;
  top: 34%;
}
.vertical-slider .pointer-6 {
  left: -15%;
  bottom: 28%;
}
.vertical-slider .pointer-5 {
  left: -14%;
  top: -83px;
}

.blog-one,
.blog-six {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.blog-one .blog-content,
.blog-six .blog-content {
  flex: 1;
  margin-left: 90px;
}
.blog-one .blog-thumb,
.blog-six .blog-thumb {
  position: relative;
  z-index: 3;
}
.blog-one .blog-thumb img,
.blog-six .blog-thumb img {
  width: 100%;
  border-radius: 192px 40px 40px 192px;
  border: 10px solid #F5ECFF;
}
.blog-one .blog-date,
.blog-six .blog-date {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  line-height: 20px;
  padding: 14px 22px 12px 22px;
  background: #F5ECFF;
  border-radius: 8px 0 40px 40px;
  position: absolute;
  z-index: 1;
  left: 26%;
  top: 0;
}
.blog-one .blog-date b,
.blog-six .blog-date b {
  font-size: 24px;
  font-family: "Satoshi-Bold";
  line-height: 1;
}
.blog-one .blog-meta,
.blog-six .blog-meta {
  margin-bottom: 12px;
}
.blog-one .blog-meta a,
.blog-six .blog-meta a {
  color: #E6E6E6;
  font-size: 14px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  display: inline-block;
  padding: 0px 16px;
  border-radius: 40px;
  line-height: 35px;
  background: #F5ECFF;
  margin-right: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-meta a:last-child,
.blog-six .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.blog-one .blog-meta .divider,
.blog-six .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: rgba(0, 0, 0, 0.6);
  transform: rotate(32deg) translateY(2px);
}
.blog-one .blog-title,
.blog-six .blog-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.blog-one .blog-title a,
.blog-six .blog-title a {
  color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-text,
.blog-six .blog-text {
  margin-bottom: 48px;
}
.blog-one .blog-btn,
.blog-six .blog-btn {
  color: #E6E6E6;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  border-bottom: 1.5px solid #000;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-btn i,
.blog-six .blog-btn i {
  margin-left: 19px;
}
@media only screen and (max-width: 1600px) {
  .blog-one .blog-content,
  .blog-six .blog-content {
    margin-left: 30px;
  }
  .blog-one .blog-title,
  .blog-six .blog-title {
    font-size: 38px;
  }
  .blog-one .blog-text,
  .blog-six .blog-text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-one .blog-content,
  .blog-six .blog-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-one .blog-title,
  .blog-six .blog-title {
    font-size: 28px;
  }
  .blog-one .blog-tag,
  .blog-six .blog-tag {
    left: 15px;
    top: 15px;
  }
}

.blog-six .blog-thumb img {
  border-radius: 192.5px;
}

.classic-style {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
  margin-right: 50px;
}
.classic-style .blog-thumb {
  position: relative;
  z-index: 1;
}
.classic-style .blog-thumb img {
  max-width: 100%;
  border-radius: 40px 0 40px 40px;
}
.classic-style .blog-audio iframe {
  width: 100%;
  height: 180px;
  border-radius: 40px 0 40px 40px;
}
.classic-style .popup-video {
  color: #E6E6E6;
  font-size: 50px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F5ECFF;
  position: absolute;
}
.classic-style .popup-video img {
  width: 20px;
}
.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
.classic-style .blog-tag {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  line-height: 35px;
  display: inline-block;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 0 17px 17px 0px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 45px;
}
.classic-style .blog-meta {
  margin-bottom: 5px;
}
.classic-style .blog-meta a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
}
.classic-style .blog-meta a i {
  margin-right: 3px;
  font-size: 16px;
}
.classic-style .blog-meta a:hover {
  color: #A852EA;
}
.classic-style .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 4px;
}
.classic-style .blog-meta .divider {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  width: 1.5px;
  height: 13px;
  transform: rotate(15deg);
  margin-right: 4px;
}
.classic-style .blog-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  margin-top: 5px;
}
.classic-style .blog-title a {
  color: #000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-title a:hover {
  color: #A852EA;
}
.classic-style .blog-content {
  padding-top: 30px;
}
.classic-style p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  margin-bottom: 30px;
}
.classic-style .blog-btn,
.classic-style .more-btn {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn .btn-icon,
.classic-style .more-btn .btn-icon {
  position: relative;
  z-index: 1;
}
.classic-style .blog-btn .btn-icon::before,
.classic-style .more-btn .btn-icon::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #000;
  z-index: -1;
  top: -1px;
  right: -15px;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn .btn-icon::after,
.classic-style .more-btn .btn-icon::after {
  content: "";
  position: absolute;
  background: #000;
  width: 21px;
  height: 1.5px;
  z-index: 1;
  left: 20px;
  top: 18px;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn img,
.classic-style .more-btn img {
  display: inline-block;
  transition: all 0.4s ease 0s;
  margin-left: 20px;
}
.classic-style .blog-btn:hover,
.classic-style .more-btn:hover {
  color: #A852EA;
}
.classic-style .blog-btn:hover .btn-icon::before,
.classic-style .more-btn:hover .btn-icon::before {
  background: #A852EA;
  border-color: #A852EA;
}
.classic-style .blog-btn:hover img,
.classic-style .more-btn:hover img {
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .classic-style {
    margin-right: 0;
  }
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .classic-style .blog-meta a:first-child {
    margin-right: 3px;
  }
  .classic-style .blog-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1600px) {
  .classic-style .blog-title {
    font-size: 36px;
  }
  .classic-style p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .classic-style {
    margin-left: 0;
  }
}

.blockquote {
  background: #EAEAFF;
  padding: 40px 70px 44px 60px;
  border-left: 6px solid #A852EA;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.blockquote img {
  display: inline-block;
}
.blockquote .quote-icon {
  display: inline-block;
}
.blockquote p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.32;
  margin-bottom: 22px;
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .blockquote p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  color: #E6E6E6;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  position: relative;
}
.blockquote .blockquote-footer::before {
  color: #000;
  width: 30px;
  height: 2px;
  border-radius: 6px;
  left: 10px;
}
@media only screen and (max-width: 1200px) {
  .blockquote .blockquote-footer {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-details-wrapper .classic-style {
  border: 0;
}
.blog-details-wrapper .classic-style .blog-title {
  font-size: 60px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-details-wrapper .classic-style .blog-title {
    font-size: 28px;
  }
}
.blog-details-wrapper .classic-style .blog-content {
  padding-left: 0;
  padding-right: 0;
}
.blog-details-wrapper .img-box img {
  border-radius: 30px 0 30px 30px;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
  font-size: 42px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.comment-reply-title i,
.comment-title i,
.blog-details-title i {
  font-size: 32px;
  margin-right: 4px;
  color: #A852EA;
}
@media only screen and (max-width: 1200px) {
  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(7, 17, 6, 0.05);
}
.comment-box .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: "Satoshi-Regular";
  margin-bottom: 0;
}
.comment-box .name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}
.comment-box .comment-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.comment-box .comment-content {
  overflow: hidden;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .comment-reply-link,
.comment-box .comment-edit-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 8px 15px;
  line-height: 1;
  position: absolute;
  background: #000;
  z-index: 1;
  right: 0;
  top: 6px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .comment-reply-link,
  .comment-box .comment-edit-link {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}
.comment-box .comment-reply-link:hover,
.comment-box .comment-edit-link:hover {
  color: #ffffff;
  background: #A852EA;
}
.comment-box .comment-edit-link {
  right: 100px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li .children {
  padding-top: 20px;
  padding-bottom: 0;
}

.media-content {
  background: #EAEAFF;
  border-radius: 15px;
  margin-top: 50px;
}
.media-content .social-links span {
  color: #E6E6E6;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-right: 10px;
}
.media-content .social-links a:hover {
  background: #A852EA;
}

.ht-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-pagination a {
  display: inline-block;
  color: #000;
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000;
}
.ht-pagination a i {
  font-size: 20px;
}
.ht-pagination a:focus {
  z-index: 2;
  color: #000;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.ht-pagination a:hover {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.team-background-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.38%, #E3CDFF 58.86%, #E2CCFF 65.77%, rgba(215, 196, 255, 0.6) 75.03%, rgba(232, 208, 255, 0) 99.46%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ui-team-wrap {
  background: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-team-wrap .team-thumb {
  margin-bottom: 17px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-team-wrap .team-thumb img {
  border-radius: 30px 30px 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-team-wrap .team-social {
  border-radius: 15px 15px 0px 0px;
  background: #ffffff;
  padding: 25px;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-team-wrap .team-social a:not(:last-child) {
  margin-right: 15px;
}
.ui-team-wrap .name {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-team-wrap .name a {
  color: #000;
}
.ui-team-wrap .name a:hover {
  color: #A852EA;
}
.ui-team-wrap .designation {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Satoshi-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 186.667%;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.copyright-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  color: rgba(0, 0, 0, 0.4);
}
.copyright-text a {
  color: #000;
  font-family: "Satoshi-Medium";
  font-weight: 500;
}
.copyright-text a:hover {
  color: #A852EA;
}
@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 18px;
  }
}

.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-widget .widget-title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.52px;
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #000;
  font-size: 18px;
  line-height: 177.778%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: #A852EA;
}
@media only screen and (max-width: 991.98px) {
  .footer-widget .widget-title {
    font-size: 24px;
  }
}

.ht-widget-contact .info-box {
  display: flex;
}
.ht-widget-contact .info-box-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #F5ECFF;
  line-height: 1;
  margin-top: 10px;
}
.ht-widget-contact .ht-content {
  font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
  color: #F5ECFF;
}
.ht-widget-contact .info-box-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.footer-menu li:last-child a::after {
  display: none;
}
.footer-menu li a {
  color: #000;
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-right: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background: #000;
  right: 0;
  top: 27%;
  z-index: 1;
  transform: rotate(22deg);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #A852EA;
}
.footer-menu li a:hover::after {
  background: #A852EA;
}
@media only screen and (max-width: 1200px) {
  .footer-menu li a::after {
    display: none;
  }
}

.footer-one {
  position: relative;
  z-index: 1;
}
.footer-one .widget-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.footer-one .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/*
  Theme Name: 
  Author: Hamina-Themes
  Support: hasanlab1999@hotmail.com
  Description: 
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. footer
*/
/*.........<! 1. Theme default css !>.........*/
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #ffffff;
  border: 1px solid #ddd;
  padding: 15px;
}

/*......... Alignments .........*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*......... screen-reader-text .........*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually*/
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------ht-unit css-------*/
.blog-content dl,
.blog-content ol,
.blog-content ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-details-wrapper ol li,
.blog-details-wrapper ul li {
  padding-top: 7px;
}

.ht-blog-area ol ol,
.ht-blog-area ol ul,
.ht-blog-area ul ol,
.ht-blog-area ul ul {
  margin-bottom: 0;
}

.ht-blog-area ol li,
.ht-blog-area ul li,
.ht-blog-area dl li {
  color: #E6E6E6;
}

ol.wp-block-latest-comments {
  padding-left: 0;
}

.comment-list > ul > li {
  list-style: none;
}

/*......... ht-page-content form .........*/
.ht-page-content ol li ol,
.ht-page-content ul li ul {
  margin-top: 7px;
}

.ht-page-content ol ol,
.ht-page-content ol ul,
.ht-page-content ul ol,
.ht-page-content ul ul {
  margin-bottom: 0;
}

.ht-page-content ol,
.ht-page-content ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.ht-page-content table,
.ht-page-content th,
.ht-page-content td {
  border: 1px solid #d1d1d1;
}
.ht-page-content table {
  margin-bottom: 30px;
}
.ht-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 500;
}
.ht-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.ht-page-content table tbody td {
  text-align: center;
}
.ht-page-content table a {
  color: #A852EA;
}

.ht-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 60px;
  clear: both;
}

.ht-page-content .comments-wrapper {
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  padding-top: 30px;
}

.ht-page-content .page-content > p {
  margin-bottom: 30px;
}

.ht-page-area p.form-text {
  margin-bottom: 15px;
}

/*......... blog .........*/
.blog-single ul li a,
dl a {
  color: #E6E6E6;
}
.blog-single ul li a:hover,
dl a:hover {
  color: #A852EA;
}

select {
  word-wrap: normal;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
select:focus, select:focus-visible {
  border: 1px solid #A852EA;
}
select:focus-visible {
  outline: none;
}

.nice-select {
  width: 100%;
  margin-bottom: 20px;
}
.nice-select .list {
  width: 100%;
}

img.alignright.size-thumbnail {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-details-wrapper table a {
  color: #ffffff;
}

.blog-details .blog-details-wrapper p {
  margin-bottom: 20px;
}

.blog-details-wrapper .format-chat.blog-single .blog-content > p:nth-child(2n) {
  background: rgba(24, 24, 24, 0.04);
  padding: 5px 20px;
}

.comments-avatar {
  float: left;
}
.comments-avatar img {
  margin-right: 15px;
}

.comment-content {
  overflow: hidden;
}

.sticky.classic-style {
  border-top: 3px solid #A852EA;
}
.sticky.classic-style .blog-content {
  border-radius: 30px;
}

.wp-block-search {
  margin-bottom: 30px;
}

label.wp-block-search__label {
  margin-bottom: 15px;
}

.blog-thumb iframe {
  width: 100%;
}

.blog-details-wrapper p:last-child {
  margin-bottom: 0;
}
.blog-details-wrapper .post-details-meta .wp-block-group p {
  color: #ffffff;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content p.has-large-font-size,
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile .wp-block-media-text__content p {
  color: #E6E6E6;
}

.wp-block-group.has-background .wp-block-group__inner-container p,
.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow p,
.wp-block-group.has-background .wp-block-group__inner-container p {
  color: #E6E6E6;
}

.wp-block-media-text__content .has-large-font-size,
.wp-block-media-text__content p {
  color: #E6E6E6;
  line-height: 1.4;
}

figure.wp-block-table.is-style-stripes table tr:nth-child(odd) td {
  color: #000;
}

.post-details-meta ul li a,
dl a {
  color: #ffffff;
  text-underline-offset: 3px;
  text-decoration-skip-ink: all;
  text-decoration: underline;
}

.post-details-meta ul li a:hover,
dl a:hover {
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
  padding: 0;
}

.wp-block-search__input {
  color: #000;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  border: 0;
  background: #ffffff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 3px;
  border-radius: 8px 0 0 8px;
}
.wp-block-search__input::placeholder {
  color: #ffffff;
}
.wp-block-search__input::-moz-placeholder {
  color: #E6E6E6;
}
.wp-block-search__input::-ms-placeholder {
  color: #E6E6E6;
}
.wp-block-search__input::-o-placeholder {
  color: #E6E6E6;
}

.wp-block-search__inside-wrapper {
  position: relative;
  border: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  font-size: 15px;
  border: 0;
  background: #000;
  color: white;
  border-radius: 0;
  z-index: 1;
  padding: 0 14px;
  margin: 0;
  border-radius: 6px;
}

.wp-block-navigation-item__content {
  padding: 0;
}

div.blog-details-wrapper .wp-block-cover-text {
  color: #ffffff;
}

/*......... wp-calendar .........*/
#wp-calendar caption {
  text-align: right;
  margin-bottom: 0;
  padding-bottom: 0;
}

#wp-calendar thead th {
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
#wp-calendar tbody td {
  color: #E6E6E6;
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 0;
  transition: 0.3s;
}
#wp-calendar tbody td#today {
  background: #000;
  color: #ffffff;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}

/*......... page-links .........*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  margin-top: 10px;
  padding-top: 30px;
}

.page-links {
  clear: both;
  margin: 0 0 0 2px;
  margin-top: 30px;
}

.page-links > a, .page-links > span:not(.page-links-title),
.wp-block-query-pagination-numbers > a,
.wp-block-query-pagination-numbers > span:not(.page-links-title) {
  display: inline-block;
  color: #000;
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 7px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-links > a:focus, .page-links > a:hover, .page-links > a.current, .page-links > span:not(.page-links-title):focus, .page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title).current,
.wp-block-query-pagination-numbers > a:focus,
.wp-block-query-pagination-numbers > a:hover,
.wp-block-query-pagination-numbers > a.current,
.wp-block-query-pagination-numbers > span:not(.page-links-title):focus,
.wp-block-query-pagination-numbers > span:not(.page-links-title):hover,
.wp-block-query-pagination-numbers > span:not(.page-links-title).current {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.wp-block-query-pagination .wp-block-query-pagination-next {
  color: #000;
  font-size: 16px;
  line-height: 38px;
  padding: 1px 10px;
  border-radius: 5px;
  border: 1px solid #000;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
  color: #ffffff;
  background: #A852EA;
  border-color: #A852EA;
}

.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
  background-color: #A852EA;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #A852EA;
  border-color: #A852EA;
  color: #ffffff;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #ffffff;
}

/*......... wp-block-group .........*/
.wp-block-group.has-background {
  padding: 0;
}

.wp-block-column.has-pale-cyan-blue-background-color.has-background.is-layout-flow.wp-block-column-is-layout-flow p {
  color: #ffffff;
}

.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex {
  padding: 0;
}
.wp-block-columns.has-pale-pink-background-color.has-background.is-layout-flex.wp-container-10.wp-block-columns-is-layout-flex p {
  color: #ffffff;
}

.wp-block-cover {
  margin-bottom: 30px;
}

.blocks-gallery-caption {
  color: #E6E6E6;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.post-details-metap.has-large-font-size {
  font-size: 24px;
  line-height: 1.2;
}

/*......... blockquote .........*/
figure.alignright.is-resized {
  margin-top: 70px;
  margin-bottom: 30px;
}

.wp-block-quote {
  border: 0;
}

blockquote p cite {
  display: inline-block;
  margin-top: 10px;
}

blockquote {
  color: #E6E6E6;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 30px 40px 30px 40px;
  margin: 35px 0 !important;
  border-radius: 6px;
  position: relative;
  clear: both;
  z-index: 1;
}
blockquote::before {
  content: "\f6b0";
  position: static;
  font-family: "bootstrap-icons";
  color: #A852EA;
  font-size: 25px;
  left: 0;
  top: 0;
  z-index: 1;
}
blockquote p {
  color: #E6E6E6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
}
blockquote cite {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ht-blog-area blockquote {
  color: #E6E6E6;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  background: #EAEAFF;
  box-shadow: 5px 15px 40px 3px rgba(24, 24, 24, 0.05);
  padding: 20px 40px 30px 40px;
  border-left: 6px solid #A852EA;
  margin: 35px 0 !important;
  position: relative;
  clear: both;
  z-index: 1;
  border-radius: 25px;
}
.ht-blog-area blockquote::before {
  content: "\f6b0";
  position: static;
  font-family: "bootstrap-icons";
  color: #A852EA;
  font-size: 35px;
  left: 0;
  top: 0;
  z-index: 1;
}
.ht-blog-area blockquote p {
  color: #E6E6E6;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.ht-blog-area blockquote cite {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .ht-blog-area blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp-block-quote.is-style-large {
  padding: 36px 40px 30px 40px;
}
@media only screen and (max-width: 1200px) {
  .wp-block-quote.is-style-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp-block-table th {
  color: #000;
}
.wp-block-table td {
  color: #E6E6E6;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #E6E6E6;
  border: 1px solid #ddd;
  padding: 15px;
}

.media-tag {
  overflow: hidden;
  clear: both;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.wp-block-table figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption {
  color: #E6E6E6;
}

.ht-blog-area .wp-block-column blockquote {
  padding: 15px 15px;
}
.ht-blog-area .wp-block-column blockquote p {
  margin-bottom: 10px;
}
.ht-blog-area .wp-block-column blockquote cite {
  font-size: 16px;
}

blockquote.wp-block-quote.has-text-align-right.extraclass {
  padding: 36px 40px 30px 40px;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  blockquote.wp-block-quote.has-text-align-right.extraclass {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
  background: #ffffff;
  display: inline-block;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color.has-very-dark-gray-color p {
  margin-bottom: 20px;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  margin-bottom: 0;
}

.post__quote .post-text blockquote p cite {
  margin-top: 15px;
  display: inline-block;
}

.wp-block-post-comments-form input[type=submit] {
  border: 0;
  overflow: hidden;
  color: #ffffff;
  background: #000;
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  line-height: 1;
  padding: 16px 30px 16px 30px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s;
}
.wp-block-post-comments-form input[type=submit]:hover {
  color: #ffffff;
  background: #A852EA;
}

.wp-block-categories-list.wp-block-categories li a,
.wp-block-latest-posts__list.wp-block-latest-posts li a,
.wp-block-page-list li a,
.wp-block-rss li a,
.wp-block-archives-list.extraclass.wp-block-archives li a {
  transition: all 0.3s;
}
.wp-block-categories-list.wp-block-categories li a:hover,
.wp-block-latest-posts__list.wp-block-latest-posts li a:hover,
.wp-block-page-list li a:hover,
.wp-block-rss li a:hover,
.wp-block-archives-list.extraclass.wp-block-archives li a:hover {
  color: #A852EA;
}

.wp-block-latest-comments__comment {
  margin-bottom: 5px;
}

/*......... table .........*/
.blog-details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-weight: 400;
}
.blog-details-wrapper table td {
  border: 1px solid #e1e1e1;
  padding: 12px 12px;
  text-align: center;
}

/*......... block button .........*/
.wp-block-button {
  margin-bottom: 10px;
}

/*......... gallery .........*/
.gallery-columns-2 .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-item .wp-caption-text.gallery-caption {
  font-size: 16px;
  line-height: 1.5;
}

.gallery-columns-1 {
  margin-bottom: 1.5em;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}
.gallery-columns-1 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-2 {
  margin-bottom: 1.5em;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-2 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-3 {
  margin-bottom: 1.5em;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-3 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-4 {
  margin-bottom: 1.5em;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-4 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-5 {
  margin-bottom: 1.5em;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-5 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-6 {
  margin-bottom: 1.5em;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-6 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-7 {
  margin-bottom: 1.5em;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-7 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-8 {
  margin-bottom: 1.5em;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-8 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.gallery-columns-9 {
  margin-bottom: 1.5em;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-9 .gallery-item .wp-caption-text.gallery-caption {
  font-size: 14px;
  padding: 0.5em 0;
}

.post-details-meta .nice-select {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.post-details-meta .nice-select .option {
  font-size: 16px;
}
.post-details-meta .nice-select ul.list li {
  padding-top: 0;
}

.wp-block-group.has-background {
  margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.wp-block-preformatted {
  margin: 30px 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 16px;
  font-style: italic;
}

/*......... password form .........*/
.post-password-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 15px;
}
.post-password-form label {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
}
.post-password-form input[type=password] {
  background: #ffffff;
  border: 1px solid rgba(7, 17, 6, 0.1);
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.post-password-form input[type=submit] {
  width: 120px;
  height: 50px;
  background: #000;
  color: #ffffff;
  border: 0;
  transition: 0.3s;
}
.post-password-form input[type=submit]:hover {
  background: #A852EA;
}

/*......... comment .........*/
.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author,
.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-author {
  color: #000;
  font-weight: 500;
}
.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-author:hover,
.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-author:hover {
  color: #A852EA;
}

.blog-single .blog-content .wp-block-latest-comments article a.wp-block-latest-comments__comment-link:hover {
  color: #A852EA;
}

.sidebar-area .widget_block .wp-block-latest-comments article a.wp-block-latest-comments__comment-link:hover {
  color: #A852EA;
}

.sidebar-area .widget_archive select,
.sidebar-area .widget_categories select {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  color: #000;
}
.sidebar-area .widget_archive select option,
.sidebar-area .widget_categories select option {
  color: #000;
}

.sidebar-area #wp-calendar thead {
  background: #ffffff;
}
.sidebar-area #wp-calendar thead th {
  color: #000;
}

.widget.footer-widget {
  background: none;
}

.sidebar-area .wp-block-calendar #wp-calendar thead th {
  color: #000;
}

.comment-reply-title {
  margin-bottom: 30px;
}
.comment-reply-title #cancel-comment-reply-link {
  color: #A852EA;
  font-size: 18px;
  margin-left: 10px;
  transition: all 0.4s;
}
.comment-reply-title #cancel-comment-reply-link:hover {
  color: #000;
}
@media screen and (max-width: 992px) {
  .comment-reply-title {
    font-size: 24px;
  }
}

.comment-form-cookies-consent label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.post-comments .comments-text > ul,
.post-comments .comments-text > ol {
  margin-bottom: 20px;
}

.post-comments .comments-text ul li,
.post-comments .comments-text ol li {
  margin-bottom: 3px;
}

.comments-wrapper .comment-list ul ul {
  margin-left: 0;
}

.comments-wrapper ul .children {
  list-style: none;
}

.comment-list ul li .children {
  margin-left: 60px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .comment-list ul li .children {
    margin-left: 0px;
  }
}

div.comment-list > ul {
  padding-left: 0;
}

.comments-wrapper .comment-list .comments-box {
  margin-bottom: 0;
}

.comment-list ul li {
  margin-bottom: 10px;
}

/*......... blog sidebar .........*/
.sidebar-area ol li a {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-area ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.sidebar-area ul li ul {
  padding-top: 10px;
  padding-left: 15px;
}

.widget_meta ul {
  padding-left: 0;
  margin: 0;
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
}

.widget_recent_comments ul li .comment-author-link a:hover {
  color: #A852EA;
}

.widget ul {
  margin: 0;
}
.widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.widget ul li a:hover {
  color: #A852EA;
}
.widget .nice-select {
  float: none;
  background: transparent;
  font-size: 16px;
  margin-bottom: 0;
}
.widget .nice-select ul li {
  margin-bottom: 0;
}
.widget .nice-select .list {
  width: 100%;
}
.widget .nice-select .option {
  margin-bottom: 0 !important;
}
.widget #wp-calendar caption {
  text-align: right;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget #wp-calendar tbody td {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 8px 13px;
  transition: 0.3s;
}
.widget #wp-calendar tbody td#today {
  background: #A852EA;
  color: #ffffff;
}
@media (max-width: 767px) {
  .widget #wp-calendar tbody td {
    padding: 6px 10px;
  }
}
.widget.widget_categories ul {
  list-style: none;
}
.widget.widget_categories ul li a {
  margin-bottom: 0;
}
.widget.widget_categories ul li a:hover {
  color: #A852EA;
}
.widget.widget_pages ul, .widget.widget_meta ul {
  list-style: none;
}
.widget.widget_recent_comments .comment-author-link a {
  color: #000;
  font-weight: 500;
}
.widget.widget_recent_comments .comment-author-link a:hover {
  color: #A852EA;
}

.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidge {
  color: #000;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rsswidget:hover,
.wp-block-rss ul .rsswidge:hover {
  color: #A852EA;
}

.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.widget_rss ul cite::before,
.wp-block-rss ul cite::before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: #000;
}

.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: #E6E6E6;
}

.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-weight: 300;
  color: #A852EA;
}

/*......... footer .........*/
.bypostauthor {
  display: block;
}

footer .footer-widget .sidebar-search {
  position: relative;
  background: #f3f3f3;
  z-index: 1;
}
footer .footer-widget .sidebar-search input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
  height: 50px;
}
footer .footer-widget .sidebar-search button {
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594b;
  color: #ffffff;
}
footer .footer-widget ul {
  padding: 0;
  margin: 0;
}
footer .footer-widget ul ul {
  padding-left: 10px;
  padding-top: 0;
}
footer .footer-widget .nice-select {
  float: none;
}
footer .footer-widget .nice-select span.current {
  color: #ffffff;
}
footer .footer-widget .nice-select .list {
  width: 100%;
}
footer .footer-widget .nice-select ul li {
  margin-bottom: 0;
  font-size: 16px;
  min-height: 35px;
  line-height: 35px;
}
footer .footer-widget #wp-calendar thead th {
  color: #000;
}
footer .footer-widget #wp-calendar tbody td {
  color: #ffffff;
  padding: 5px 8px;
}
footer .footer-widget #wp-calendar caption {
  color: #ffffff;
}
footer .footer-widget #wp-calendar .wp-calendar-nav-prev a {
  color: #ffffff;
}
footer .footer-widget .widget_categories ul li {
  line-height: 1;
  margin-bottom: 12px;
}
footer .footer-widget .widget_categories ul li a {
  margin-bottom: 0;
}
footer .footer-widget.widget_recent_comments li.recentcomments {
  color: #ffffff;
  line-height: 1.8;
}
footer .footer-widget.widget_recent_comments .comment-author-link a {
  color: #ffffff;
  font-weight: 500;
}
footer .footer-widget.widget_rss ul li a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-weight: 500;
}
footer .footer-widget.widget_rss ul li cite {
  color: #ffffff;
  font-size: 16px;
}
footer .footer-widget.widget_rss span.rss-date {
  color: #ffffff;
}
footer .footer-widget .rssSummary {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}

/*.........block widget css..........*/
.sidebar-area .wp-block-search,
.sidebar-area select {
  margin-bottom: 0;
}
.sidebar-area .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: #ffffff;
  font-weight: 500;
}

/*..........footer block widget..........*/
.footer-widget .wp-block-group__inner-container h2,
.footer-widget .wp-block-search .wp-block-search__label {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget .wp-block-group__inner-container h2,
  .footer-widget .wp-block-search .wp-block-search__label {
    font-size: 20px;
  }
}
.footer-widget .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  color: #ffffff;
  font-weight: 500;
}
.footer-widget .wp-block-tag-cloud {
  margin: 0 -4px;
}
.footer-widget .wp-block-tag-cloud a {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.03);
  display: inline-block;
  padding: 15px 21px;
  margin: 5px 5px;
  border-radius: 6px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.footer-widget .wp-block-tag-cloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  border-radius: 6px;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.footer-widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
}
.footer-widget .wp-block-tag-cloud a:hover::before {
  width: 100%;
  background: #A852EA;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-widget .wp-block-tag-cloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .footer-widget .wp-block-tag-cloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}
.footer-widget .widget_categories ul li a {
  display: inline;
}

.ht-comments-wrap ul.children {
  list-style-type: none;
}

.comment-form .custom-checkbox input#wp-comment-cookies-consent {
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 0;
}
.comment-form p.form-text a {
  margin-left: 3px;
}
.comment-form p.form-text a:last-child {
  color: #000;
}

.ht-comment-form .form-group > i,
.ht-comments-wrap .form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: #000;
  z-index: 1;
}

.ht-comment-form {
  margin-top: 50px;
}

.ht-comments-wrap .comment-title {
  margin-top: 50px;
}

.blog-comment-form .custom-checkbox.notice label,
.comment-form .custom-checkbox.notice label {
  display: inline-block;
  color: #E6E6E6;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.share-media {
  margin-top: 50px;
  padding-bottom: 30px;
  clear: both;
}
.share-media .tag-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.share-media .tagcloud {
  display: inline-block;
}

.classic-style .wp-block-heading {
  margin: 25px 0;
}

.blog-comment-form label,
.comment-form label {
  display: block;
  color: #000;
  font-family: "Satoshi-Bold";
  font-size: 18px;
  font-weight: 500;
}

.wp-block-search .wp-block-search__label {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}

/*.................admin-bar..............*/
.admin-bar .theme-main-menu .main-header-area.sticky-menu {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .theme-main-menu .main-header-area.sticky-menu {
    top: 0;
  }
}

/*# sourceMappingURL=main.css.map */
