/*========================================= 
  WEB FONT
=========================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*========================================= 
  RESET
=========================================*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
    background-color: rgb(34,20,48);
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: rgb(34,20,48);
    color: #fff;
    text-shadow: none
}

body {
  font-family: 'Poppins', sans-serif !important;
    font-weight: 300;
    color: #8E96A8;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  color: inherit;
}

.text-uppercase {text-transform: uppercase;}
.condensed {font-family: 'Poppins Condensed', sans-serif;}

.text-trans-none {text-transform: none !important;}

.f100 {font-weight: 100; !important}
.f200 {font-weight: 200; !important}
.f300 {font-weight: 300; !important}
.f400 {font-weight: 400; !important}
.f500 {font-weight: 500; !important}
.f600 {font-weight: 600; !important}
.f700 {font-weight: 700; !important}
.f800 {font-weight: 800; !important}
.f900 {font-weight: 900; !important}

.fs8 {font-size: 8px; !important}
.fs9 {font-size: 9px; !important}
.fs10 {font-size: 10px; !important}
.fs11 {font-size: 11px; !important}
.fs12 {font-size: 12px; !important}
.fs13 {font-size: 13px; !important}
.fs14 {font-size: 14px; !important}
.fs15 {font-size: 15px; !important}
.fs16 {font-size: 16px; !important}
.fs18 {font-size: 18px; !important}
.fs20 {font-size: 20px; !important}
.fs24 {font-size: 24px; !important}
.fs30 {font-size: 30px; !important}
.fs36 {font-size: 36px; !important}
.fs40 {font-size: 40px; !important}
.fs50 {font-size: 50px; !important}
.fs60 {font-size: 60px; !important}

.fs100 {font-size: 100px; !important}

.fc-black { color: #000000 !important;}
.fc-green { color: #a6ff00 !important;}
.fc-white { color: #FFFFFF !important;}
.fc-purple { color: #974fe7; !important;}
.fc-purple-light { color: #857495 !important;}
.fc-blue { color: #4f4f6f !important;}
.fc-gray { color: #3F4450 !important;}

.bg-black {background: #000000 !important;}
.bg-purple {background: #19072f !important;}


.cb2 {
  display: inline-block;
  padding: 20px;
  background-color: #fdb813;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

a {
  color: #4f4f6f;
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  text-decoration: none;
}
a:active,
a:hover {
  color: #fbb813;
  -moz-transition: all 0.7s ease-in;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  text-decoration: none;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.max1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.max1700 {
    max-width: 1700px;
    margin: 0 auto;
}

.cardblue {
    padding: 30px;
    background-color: rgba(25, 70, 93, 0.8);
}

.hov {
    color: rgba(186,105,215,1);
  background: -webkit-linear-gradient(180deg, rgba(186,105,215,1) 0%, rgba(149,90,237,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.psb {
    margin-top:2px; 
    margin-right: 15px;
    position: absolute; 
    z-index:9; 
    right:0;
}

.btn {
  font-family: 'Poppins', sans-serif !important;
}

.btn-green {
  color: #fff;
  background-color: #72bf44;
  border-color: #72bf44;
}
.btn-green:hover {
  color: #fff;
  background-color: #5da632;
  border-color: #5da632;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #fff;
  background-color: #5da632;
  border-color: #5da632;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #fdb813;
  border-color: #fdb813;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #fff;
  background-color: #ff8b00;
  border-color: #ff8b00
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-gray {
  color: #fff;
  background-color: #3f4450;
  border-color: #3f4450;
}
.btn-gray:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-light {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
/* =========================================================================
  MOBILE MENI
========================================================================== */
.box-shortcut-nav {
    background: #fff;
    padding: 10px 0;
    border-radius: 0px; 
}

/* =========================================================================
  SITE HEADER
========================================================================== */
.hedgie-header {
  font-family: 'Poppins', sans-serif !important;
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.hedgie-header a {
  color: #fff;
  transition: color .15s ease-in-out;
  font-size: 13px;
  font-weight: 500;
}
.hedgie-header a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

.bg-header {
    background: rgb(34,20,48);
    background: linear-gradient(90deg, rgba(34,20,48,1) 0%, rgba(20,12,30,1) 100%);
}

/* ===== GREEN ===== */

.border-R {
  border-right: 1px solid #FFFFFF !important;
}

.navbar-hgd-top {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  font-size: 15px;
 font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  height: 78px;
  margin: 0;
  padding: 0;
}

.navbar-hgd-top .navbar-brand {
  color: #2b2b2b;
}

.navbar-hgd-top .navbar-brand img {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .navbar-hgd-top .navbar-brand img {
      margin-top: -10px;
  }
}

.navbar-hgd-top .navbar-brand:hover, .navbar-hgd-top .navbar-brand:focus {
  color: #2b2b2b;
}
.navbar-hgd-top .navbar-nav .nav-link {
  color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
  font-weight:500;
  padding: 28px 30px;
}
.navbar-hgd-top .navbar-nav .nav-link:hover, .navbar-hgd-top .navbar-nav .nav-link:focus {
    color: #fbb813;
}
.navbar-hgd-top .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-hgd-top .navbar-nav .show > .nav-link,
.navbar-hgd-top .navbar-nav .nav-link.active {
  color: #fbb813;
}
.navbar-hgd-top .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-hgd-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-hgd-top .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-hgd-top .navbar-text a,
.navbar-hgd-top .navbar-text a:hover,
.navbar-hgd-top .navbar-text a:focus {
  color: #2b2b2b;
}
/* ===== */

.navbar-hgd-bottom {
  background: transparent;
  border-bottom: none;
  font-family: 'Poppins', sans-serif !important;
  height: 67px;
}

.navbar-hgd-bottom .navbar-brand {
  color: #2b2b2b;
}

.navbar-hgd-bottom .navbar-brand img {
  margin-top: -91px;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .navbar-hgd-bottom .navbar-brand img {
      margin-top: -10px;
  }
}

.navbar-hgd-bottom .navbar-brand:hover, .navbar-hgd-bottom .navbar-brand:focus {
  color: #2b2b2b;
}
.navbar-hgd-bottom .navbar-nav .nav-link {
  color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
}
.navbar-hgd-bottom .navbar-nav .nav-link:hover, .navbar-hgd-bottom .navbar-nav .nav-link:focus {
    color: #fbb813;
}
.navbar-hgd-bottom .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-hgd-bottom .navbar-nav .show > .nav-link,
.navbar-hgd-bottom .navbar-nav .nav-link.active {
  color: #fbb813;
}
.navbar-hgd-bottom .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-hgd-bottom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-hgd-bottom .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-hgd-bottom .navbar-text a,
.navbar-hgd-bottom .navbar-text a:hover,
.navbar-hgd-bottom .navbar-text a:focus {
  color: #2b2b2b;
}

.btn-mobile {
    margin-right: 0px;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.close-mobile {
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: 30px;
    right: 0px;
}

.navbar .megamenu{ padding: 1rem; text-transform: none !important;}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  
  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
  
} 
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 
/* ============ desktop view .end// ============ */
.dropdown-toggle::after {
    display:none !important;
}
/* ============ auto hide// ============ */ 
.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

/* =========================================================================
 BLOG STYLE
========================================================================== */
.blog-main{
  position: relative; 
  z-index:9
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-size: 30px;
}

.blog-header-logo:hover {
  text-decoration: none;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

/*===============
loop
===============*/
.blog-loop {}

.blog-loop h2 {
  padding-top: 20px;
  font-size: 18px;
}

.blog-loop p {
  font-size: 14px;
  line-height: 1.3;
}

.img-blog {
  max-width: 100%;
  height: auto;
  border: 1px solid #FFFFFF;
  border-radius: 0.3rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.img-blog:hover {
  border: 1px solid rgba(119,41,148,1);
  box-shadow: 0 0.5rem 1rem rgba(119,41,148,0.25);
}

/* lm */
.lm {
    stroke: #2c2c2c !important;
    color: #2c2c2c;
}

.lm:hover {
  stroke: #974fe7 !important;
  color: #974fe7 !important;
  background: -webkit-linear-gradient(90deg, rgba(186,105,215,1) 0%, rgba(186,105,215,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

/* =========================================================================
  SIDEBAR
========================================================================== */
.sidebar {
    background: #FFFFFF;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

.sidebar h4 {
    font-size: 14px;
    font-weight: 900;
    color: #004e48;
}

.sidebar ul{
  list-style: none;
  margin: 30px 0 0 ;
  padding: 0;
}

.sidebar ul li {
  list-style: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.sidebar ul li:before{
  content: "\f105";
    font-family: 'FontAwesome';
    color: #696969;
}

.sidebar ul li a {
  color: #838383;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin-left: 15px;
  margin-top: -20px;
  display: block;
}

.sidebar ul li a:hover {
  text-decoration: none;
  color: #4eafcc;
}
/* =========================================================================
  CARD
========================================================================== */
.card-syg {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: url(../img/plus2.png) no-repeat bottom right !important;
  background-color: #F1F2F2 !important;
  background-clip: border-box !important;
  border: 1px solid #3F4450 !important;
  border-radius: 0px !important;
}

/* =========================================================================
  SITE FOOTER
========================================================================== */
.hedgie-footer {
    padding: 90px 20px 20px 20px;
    background: #3f4450;
}

.hedgie-footer p {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}

.hedgie-footer p a {
    font-size: 14px;
    color: #ffffff;
}

.hedgie-footer p a:hover {
    font-size: 14px;
    color: #fbb813;
}

/* =========================================================================
  BTN HEDGIE'S
========================================================================== */
/*Purple*/
.btn-hdg-p {
  color: #fff;
  padding: 20px 60px;
  background: rgb(150,91,236);
  background: linear-gradient(90deg, rgba(150,91,236,1) 0%, rgba(186,105,215,1) 100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-hdg-p:hover {
  color: #fff;
  background: rgb(150,91,236);
  background: linear-gradient(180deg, rgba(150,91,236,1) 0%, rgba(150,91,236,1) 100%);
  border-color: rgb(150,91,236);
}
.btn-hdg-p:focus + .btn-hdg-p, .btn-hdg-p:focus {
  color: #fff;
  background-color: rgb(150,91,236);
  border-color: rgb(150,91,236);
}

/*black*/
.btn-hdg-b {
  color: #fff;
  padding: 20px;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.btn-hdg-b:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-hdg-b:focus + .btn-hdg-b, .btn-hdg-b:focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
/* =========================================================================
  CARD HEDIE
========================================================================== */
.card-hedgie {
  color: #4f4f6f !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  padding: 35px;
  border: 1px solid #e0e0e0;
}

.card-hedgie:hover {
    background: #67bd45;
    color: #FFFFFF !important;
}

.card-hedgie p {
    font-weight: 500;
}

.card-hedgie h5 {
  font-weight: 700;
}

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

/* =========================================================================
  CARD HEDIE MENU
========================================================================== */
.card-hdg-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.card-hdg-menu:hover {
    background: #67bd45;
    color: #FFF !important;
}

.card-hdg-menu p {
    line-height: 1.3 !important;
    padding: 0;
    margin: 0;
}

.card-hedgie p {
    line-height: 1.3 !important;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.card-hedgie h5 {
  font-weight: 500;
}

/* =========================================================================
  CARD HEDIE MENU
========================================================================== */
.card-hdg-me {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgb(34,20,48);
  background: linear-gradient(90deg, rgba(20,12,30,1) 0%, rgba(34,20,48,) 100%);
  color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  padding: 25px;
}

.card-hdg-me:hover {
    background: rgb(119,41,148);
    background: linear-gradient(90deg, rgba(119,41,148,1) 0%, rgba(74,24,135,1) 100%);
    color: #FFF !important;
}

.card-hdg-me p {
    line-height: 1.2 !important;
    padding: 0;
    margin: 0;
}

/* cb */
.cb {
    stroke: #2b2b2b !important;
    color: #2b2b2b !important;
}

.cb:hover {
    stroke: #FFF !important;
    color: #FFF !important;
  background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* cg */
.cg {
    stroke: #a6ff00 !important;
    color: #a6ff00 !important;
}

.cg:hover {
    stroke: #FFF !important;
    color: #FFF !important;
  background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ban */
.ban {
    stroke: #2c2c2c !important;
    color: #2c2c2c !important;
}

.ban:hover {
  stroke: #67bd45 !important;
  color: #67bd45 !important;
}

/* me */
.me {
    stroke: #FFFFFF !important;
    color: #FFFFFF !important;
}

.me:hover {
  stroke: #974fe7 !important;
  color: #974fe7 !important;
  background: -webkit-linear-gradient(90deg, rgba(186,105,215,1) 0%, rgba(186,105,215,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m1 {
    position: relative;
    z-index: 1;
    margin-top: -10px !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* =========================================================================
  NAV BAR SCROLLER
========================================================================== */
.nav-scroller {
  position: relative;
  z-index: 2;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

/* =========================================================================
  HOVER HACK
========================================================================== */
.lik {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.lik--arrowed {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
}
.lik--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}
.lik--arrowed .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.lik--arrowed:hover .arrow-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
}
.lik--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

/* =========================================================================
  HOVER HACK
========================================================================== */

/* https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
    /* Provide a fallback style for browsers
   that don't support :focus-visible */
    outline: none;
    background: lightgrey;
}

a:focus:not(:focus-visible) {
    /* Remove the focus indicator on mouse-focus for browsers
   that do support :focus-visible */
    background: transparent;
}

a:focus-visible {
    /* Draw a very noticeable focus style for
   keyboard-focus on browsers that do support
   :focus-visible */
    outline: 2px solid red;
    background: transparent;
}

.content__item {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    counter-increment: itemcounter;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content__item::before {
    color: var(--color-number);
    position: absolute;
    top: 0;
    left: 0;
    content: counters(itemcounter, ".", decimal-leading-zero);
}

.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.link--helike {
    font-family: aktiv-grotesk-extended, sans-serif;
    /*font-weight: bold;*/
}

.link--helike:hover span {
    animation: glitchText 0.4s linear;
}

@keyframes glitchText {
    0% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    10% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    20% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    35% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    50% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    70% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    80% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    90% {
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.link--helike::before {
    height: 1px;
    opacity: 0;
}

.link--helike:hover::before {
    opacity: 1;
    animation: glitchLine 0.4s steps(2, start) forwards;
}

@keyframes glitchLine {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10% {
        transform: translate3d(10px, 0, 0);
    }

    20% {
        transform: translate3d(0, 4px, 0);
    }

    30% {
        transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
        transform-origin: 100% 0%;
    }

    40% {
        transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    }

    50% {
        transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    }

    60% {
        transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    }

    70% {
        transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    }

    80% {
        transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
        transform-origin: 100% 0%;
    }

    90% {
        transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
        ;
        transform-origin: 0% 50%;
    }

    100% {
        opacity: 1;
    }
}

/* =========================================================================
  glitch
========================================================================== */
.cursor {
   pointer-events: none;
}
 .cursor__circle {
   position: fixed;
   top: 0;
   left: 0;
   mix-blend-mode: difference;
   z-index: 10;
   transform: translateX(-50%) translateY(-50%);
}
 .cursor__circle--big {
   stroke: #dedede;
   fill: transparent;
   mix-blend-mode: difference;
   transform: translateX(-50%) translateY(-50%);
}
 .cursor__circle--small {
   fill: #dedede;
   mix-blend-mode: difference;
   transform: translateX(-50%) translateY(-50%);
}
 .cursor__plus {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 100;
   stroke: transparent;
   fill: transparent;
   mix-blend-mode: normal;
   transform: translateX(-50%) translateY(-50%);
}
 .cursor__plus--area {
   stroke: transparent;
}
 
/* =========================================================================
  DECOR LINES
========================================================================== */
.decolines {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.decolines--fixed {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.decoline {
  position: absolute;
}

/* Sponsor */
.pater {
  position: fixed;
  width: 100%;
  pointer-events: auto;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.pater:focus {
  outline: none;
}

.pater::after {
  content: 'Sponsored by';
  position: absolute;
  top: 2.5em;
  left: 3.5em;
  color: #408283;
  font-size: 0.65em;
  font-weight: bold;
}

.pater__inner {
  padding: 2.75em 1.5em 1.5em;
  background: #D4E5E4;
  border-top: 2px solid #192637;
}

.pater__img {
  max-width: 100%;
}

.pater__title {
  font-size: 0.65em;
  color: #006666;
  margin: 0 0 0.25em 10px;
}

.pater__description {
  color: #1a2638;
  font-size: 0.75em;
  font-weight: 400;
  margin: 1em 0 0 10px;
  display: none;
}

.pater__description strong {
  color: #006666;
}

@media screen and (min-width: 50em) {
  .pater {  
    width: 300px;
    -webkit-transform: translate3d(0,5em,0);
    transform: translate3d(0,5em,0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .pater::before {
    content: '';
    width: 300px;
    height: 187px;
    position: absolute;
    background: url(../img/sponsor/AcuityScheduling_screenshot.png);
    top: 3em;
    left: -30%;
    z-index: -1;
    pointer-events: none;
    border: 2px solid #006666;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(25%,-20%,0);
    transform: translate3d(25%,-20%,0);
  }
  .pater:focus,
  .pater:hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .pater:focus::before,
  .pater:hover::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: auto;
  }
  .pater__inner {
    border: 2px solid #192637;
    border-width: 2px 0 0 2px;
  }
  .pater__img {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .pater:focus .pater__img,
  .pater:hover .pater__img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .pater__description {
    opacity: 0;
    -webkit-transform: translate3d(0,1em,0);
    transform: translate3d(0,1em,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }

  .pater:focus .pater__description,
  .pater:hover .pater__description {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
  .pater__title {
    font-size: 0.85em;
  }
  .pater__description {
    display: block;
  }
}

/* =========================================================================
  CLOSE MODAL BTN
========================================================================== */
@media (max-width: 576px) {
  .btc { 
      margin-top: -10px;
      margin-right: -10px;
  }
}

@media (min-width: 768px) {
  .btc { 
      margin-top: -10px;
      margin-right: -10px;
  }
}

.btc {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
}

.btc::before,
.btc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bt-close {
  background: none !important;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 100px;
  height: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.progress {
    color: #a6ff00 !important;
    background: none !important;
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.bt-close:hover .progress {
  transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
  fill: none;
  stroke: #b464da;
  stroke-width: 1px;
}

.bt-close:focus-visible .progress__circle {
  fill: rgba(150,91,236,0.4);
}

.progress__path {
  stroke: #974fe7;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.bt-close:hover .progress__path {
  stroke-dashoffset: 0;
}

.im img {
    margin-left: 30px;
    margin-top: 30px;
}
/* =========================================================================
  MOD BOOTSTRAP
========================================================================== */
/*=== form ===*/
.form-lg {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.15) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.form-lg:focus {
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.25) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}


textarea.form-md {
  min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-md {
    height: calc(1.5em + 1rem + 2px);
    padding: 25px 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.5rem;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.15) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

.form-md:focus {
    box-shadow: 0 0.1rem 1rem rgba(51, 51, 112, 0.25) !important;

    -moz-transition: all 0.7s ease-in;
    -webkit-transition: all 0.7s ease-in;
    -o-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}

/* =========================================================================
 hedgie fingerprint
========================================================================== */

svg#fingerprint {
  height: 15px;
}

#fingerprint {
  stroke: #2c2c2c; 
  fill: #232020;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke-linecap: butt;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#fingerprint:hover {
  fill: #b464da;
  stroke: #b464da;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#fingerprint:focus {
  fill: #b464da;
  stroke: #b464da;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 1;
}

.line-s1 { width: 11px;height: 2px;}
.line-s2 { width: 25px;height: 2px;}
.line-s3 { width: 17px;height: 2px;}

/* =========================================================================
 hedgie fingerprint
========================================================================== */

svg#fingerlight {
  height: 25px;
}

#fingerlight {
  stroke: #ffffff; 
  fill: #ffffff;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  stroke-linecap: butt;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

#fingerlight:hover {
  fill: #b464da;
  stroke: #b464da;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 1;
}

#fingerlight:focus {
  fill: #b464da;
  stroke: #b464da;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 1;
}

/* =========================================================================
 MODAL backdrop
========================================================================== */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000 !important;
}
.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.65;
  -webkit-filter:  none !important;
  -moz-filter:  none !important;
  filter: none !important;
}
/* =========================================================================
 MODAL LLEFT RIGHT
========================================================================== */
.modal.left_modal,
.modal.right_modal {
  position: fixed;
  z-index: 99999;
}

.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0)
}

.modal-dialog {
}

@media (max-width: 768px) {
  .left_modal .modal-dialog {
    width: 100%;
  }
  
  .left_modal .modal-dialog {
    width: 100%;
  }
}

.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  height: 100vh !important
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px
}

.modal-backdrop {
  /*display: none;*/
}

.modal.left_modal.fade .modal-dialog {
  left: -50%;
  -webkit-transition: opacity .3s linear, left .3s ease-out;
  -moz-transition: opacity .3s linear, left .3s ease-out;
  -o-transition: opacity .3s linear, left .3s ease-out;
  transition: opacity .3s linear, left .3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog {
  left: 0;
}

.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity .3s linear, right .3s ease-out;
  -moz-transition: opacity .3s linear, right .3s ease-out;
  -o-transition: opacity .3s linear, right .3s ease-out;
  transition: opacity .3s linear, right .3s ease-out;
}

.modal.right_modal.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header.left_modal,
.modal-header.right_modal {
  padding: 10px 15px;

}

.modal_outer .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 91vh;
}
/*========================================= 
  PAGINATION
=========================================*/
.page-title {
    padding: 60px 0;
    background: rgb(2,149,242);
background: linear-gradient(40deg, rgba(2,149,242,1) 0%, rgba(7,209,252,1) 100%);
}

.page-title h1 {
    color: #FFF;
    font-weight: 800;
}

.page-link {
  color: #9850e6 !important;
}
.page-link:hover {
  z-index: 2;
  color: #9850e6 !important;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #9850e6 !important;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #9850e6 !important;
  border-color: #9850e6 !important;
}

/*========================================= 
  newsletter / search form
=========================================*/
.newsletter-form {
    position: relative;
    max-width: 100%;
    margin-top: 23px;
    background: #FFF;
    border-radius: 50px;
}

.newsletter-form input {
    height: 55px;
    width: 100%;
    padding: 40px 135px 40px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    outline: none;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    color: #1107ff;
    font-size: 1.125rem;
    line-height: 1;
}

.newsletter-form button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 65px;
    height: 65px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1);
    border-radius: 50px;
    background: rgb(150,91,236);
    background: linear-gradient(90deg, rgba(150,91,236,1) 0%, rgba(186,105,215,1) 100%);
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.newsletter-form button:hover {
  background: rgb(150,91,236);
  cursor: pointer;
}

.newsletter-form button:focus {
  background: rgb(150,91,236);
}

/*========================================= 
  newsletter
=========================================*/
.livesearch-form {
    position: relative !important;
    max-width: 100% !important;
    margin-top: 23px !important;
    background: #FFF !important;
    border-radius: 50px !important;
}

.livesearch-form input {
    height: 55px !important;
    width: 100% !important;
    padding: 40px 135px 40px 30px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    outline: none !important;
    background-color: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 50px !important;
    color: #666 !important;
    font-size: 1.125rem !important;
    line-height: 1 !important;
}

.livesearch-form button {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    width: 100px !important;
    height: 65px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1) !important;
    border-radius: 50px !important;
    background-color: #67bd45 !important;
    color: #fff !important;
    font-size: .875rem !important;
    line-height: 1 !important;
    position: absolute !important;
    right: 9px !important;
    bottom: 9px !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0px !important;
    outline: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
}