
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
/*section{
  background-color: black;
  color:white;
}*/
::-webkit-scrollbar{
    width: 4px;
    color:#A76AE4;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #A76AE4; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.mt-24 {
  margin-top: 24px;
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 24px;
  margin-bottom: 4px;
}
h4, h5, h6, .h4, .h5, .h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

*, *:before, *:after {
  box-sizing: inherit;
}
user agent stylesheet
h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

 /*
---------------------------------------------
header
--------------------------------------------- 
/**/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color: rgb(12, 10, 10);
  font-weight: 600;
}
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 50px;
  
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  border-radius: 30px;
  min-height: 75px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 18.5px;
}

.header-area .main-nav .logo img {
margin-top:-22px;
  position: fixed;
/*  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;*/
}
.header-area .main-nav .logo h6{
  margin-left:60px;
 
 position: fixed;
}
 

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 30px;
  border: transparent;
  
  letter-spacing: 0px;
}

.header-area .main-nav .nav li a:hover {
  color: #8758FF;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #727476;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: white;
}

.header-area.header-sticky .nav li a.active {
  color: #8261ee;
}

@media (min-width:280px)and (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;   
  }
  .header-area a.logo img{
    background-repeat: no-repeat;
    width:100px;
    height:50px;
  }
  .header-area .main-nav .logo h6 {
   margin-left:60px;
   margin-top: -9px;
    }
  .header-area .main-nav{
    min-height: 60px;
}
  .header-area .main-nav:before {
    display: none;
   
  }
 .header-area .menu-trigger{
  margin-top:-9px;
 }
}
@media only screen and (min-width: 243px)and (max-width:356px){
  .header-area .main-nav{
   min-height: 60px;
   }
  .header-area .main-nav .logo h6 {
  display:none;
  }

  .header-area a.logo img{
    background-repeat: no-repeat;
    width:100px;
    height:50px;
  }
 .header-area .menu-trigger{
  margin-top:-7px;
 }
 
}
@media only screen and (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 70px;
    box-shadow: none;
    text-align: center;
  }
 
 
 
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
    
  }
  .header-area .main-nav {
    overflow: hidden;
   
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
body {
  color: #8a9fa7;
  font-size: 1rem;
  overflow-x:hidden;
}







html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}article,aside,
footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}
figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:hidden}pre{font-family:monospace, 
  monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}
  abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;
    text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}
    code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}
    mark{background-color:#ff0;color:#000}small{font-size:80%}sub,
    sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}
    sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}
    img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;
      font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}
      button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
      button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]
      ::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,
      [type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]
      :-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}
      legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
      progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]
      {box-sizing:border-box;padding:0}[type="number"]
::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]
{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]
::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button
{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}
canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}body{background:#1D2026;
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
  hr{border:0;display:block;height:1px;background:#141516;margin-top:24px;margin-bottom:24px}
  ul,ol{margin-top:0;margin-bottom:24px;padding-left:24px}ul{list-style:disc}ol{list-style:decimal}
  li>ul,li>ol{margin-bottom:0}dl{margin-top:0;margin-bottom:24px}dt{font-weight:600}
  dd{margin-left:24px;margin-bottom:24px}img{height:auto;max-width:100%;vertical-align:middle}
  figure{margin:24px 0}figcaption{font-size:16px;line-height:24px;padding:8px 0}img,svg{display:block}
  table{margin-bottom:24px;width:100%;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
border-spacing:0pt;
    border-collapse: separate; }tr{border-bottom:1px solid #141516;border-top-left-radius: 15px;}
  th{text-align:left;border-spacing: 0;background: transparent;}th,td{padding:10px 16px;border-spacing: 0;}th:first-child,td:first-child{padding-left:0;border-spacing: 0;}
  th:last-child,td:last-child{padding-right:0;border-spacing: 0;border-top-right-radius: 15px;}html{font-size:20px;line-height:30px}
  body{color:#8A94A7;font-size:1rem}body,button,input,select,textarea{font-family:"IBM Plex Sans", sans-serif}
a{color:#8A94A7;text-decoration:underline}a:hover,a:active{outline:0;text-decoration:none}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{clear:both;color:white ;font-weight:600}h1,
.h1{font-size:38px;line-height:48px;letter-spacing:0px}@media (min-width: 641px)
{h1,.h1{font-size:44px;line-height:54px;letter-spacing:0px}}
h2,.h2{font-size:32px;line-height:42px;letter-spacing:0px}
@media (min-width: 641px){h2,.h2{font-size:38px;line-height:48px;letter-spacing:0px}}
h3,.h3,blockquote{font-size:24px;line-height:34px;letter-spacing:0px}
@media (min-width: 641px){h3,.h3,blockquote{font-size:32px;line-height:42px;letter-spacing:0px}}
h4,h5,h6,.h4,.h5,.h6{font-size:20px;line-height:30px;letter-spacing:-0.1px}@media (min-width: 641px)
{h4,h5,h6,.h4,.h5,.h6{font-size:24px;line-height:34px;letter-spacing:0px}}@media (max-width: 640px)
{.h1-mobile{font-size:38px;line-height:48px;letter-spacing:0px}
.h2-mobile{font-size:32px;line-height:42px;letter-spacing:0px}
.h3-mobile{font-size:24px;line-height:34px;letter-spacing:0px}
.h4-mobile,.h5-mobile,.h6-mobile{font-size:20px;line-height:30px;letter-spacing:-0.1px}}
.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6,
.text-light .h1,.text-light .h2,.text-light .h3,.text-light .h4,.text-light .h5,.text-light 
.h6{color:!important}.text-sm{font-size:18px;line-height:28px;letter-spacing:-0.1px}
.text-xs{font-size:16px;line-height:24px;letter-spacing:-0.1px}h1,h2,.h1,
.h2{margin-top:48px;margin-bottom:16px}h3,.h3{margin-top:36px;margin-bottom:12px}h4,h5,h6,.h4,.h5,
.h6{margin-top:24px;margin-bottom:4px}p{margin-top:0;margin-bottom:24px}dfn,cite,em,i{font-style:italic}
blockquote{color:#3B404C;font-style:italic;margin-top:24px;margin-bottom:24px;margin-left:24px}
blockquote::before{content:"\201C"}blockquote::after{content:"\201D"}blockquote p{display:inline}
address{color:#8A94A7;border-width:1px 0;border-style:solid;border-color:#141516;padding:24px 0;margin:0 0 24px}
pre,pre h1,pre h2,pre h3,pre h4,pre h5,pre h6,pre .h1,pre .h2,pre .h3,pre .h4,pre .h5,pre 
.h6{font-family:"Courier 10 Pitch", Courier, monospace}pre,code,kbd,tt,var{background:#1D2026}
pre{font-size:16px;line-height:24px;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:24px;
  margin-top:24px;margin-bottom:24px}code,kbd,tt,var{font-family:Monaco, Consolas,
     "Andale Mono", "DejaVu Sans Mono", monospace;font-size:16px;padding:2px 4px}
     abbr,acronym{cursor:help}mark,ins{text-decoration:none}
     small{font-size:18px;line-height:28px;letter-spacing:-0.1px}
     b,strong{font-weight:600}button,input,select,textarea,label{font-size:20px;line-height:30px}
     .container,.container-sm{width:100%;margin:0 auto;padding-left:16px;padding-right:16px}
     @media (min-width: 481px){.container,.container-sm{padding-left:24px;padding-right:24px}}
     .container{max-width:1128px}.container-sm{max-width:848px}.container 
     .container-sm{max-width:800px;padding-left:0;padding-right:0}
     .screen-reader-text{clip:rect(1px, 1px, 1px, 1px);
      position:absolute !important;height:1px;width:1px;
      overflow:hidden;word-wrap:normal !important}
      .screen-reader-text:focus{border-radius:2px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
      clip:auto !important;display:block;font-size:14px;
      letter-spacing:0px;font-weight:600;line-height:16px;text-decoration:none;text-transform:uppercase;
  background-color:#1D2026;color:#030f1b !important;border:none;height:auto;left:8px;padding:16px 32px;
  top:8px;width:auto;z-index:100000}.list-reset{list-style:none;padding:0}.text-left{text-align:left}
  .text-center{text-align:center}.text-right{text-align:right}.text-primary{color:#5AA3F3}
  .has-top-divider{position:relative}
.has-top-divider::before{content:'';position:absolute;top:0;left:0;width:100%;display:block;height:1px;
  background:#141516}.has-bottom-divider{position:relative}
  .has-bottom-divider::after{content:'';position:absolute;bottom:0;left:0;width:100%;display:block;
    height:1px;background:#141516}.m-0{margin:0}.mt-0{margin-top:0}.mr-0{margin-right:0}
    .mb-0{margin-bottom:0}.ml-0{margin-left:0}.m-8{margin:8px}.mt-8{margin-top:8px}
    .mr-8{margin-right:8px}.mb-8{margin-bottom:8px}.ml-8{margin-left:8px}.m-16{margin:16px}
    .mt-16{margin-top:16px}.mr-16{margin-right:16px}.mb-16{margin-bottom:16px}.ml-16{margin-left:16px}.m-24{margin:24px}
  .mt-24{margin-top:24px}.mr-24{margin-right:24px}.mb-24{margin-bottom:24px}.ml-24{margin-left:24px}.m-32{margin:32px}.mt-32{margin-top:32px}.mr-32{margin-right:32px}.mb-32{margin-bottom:32px}.ml-32{margin-left:32px}.m-40{margin:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.ml-40{margin-left:40px}.m-48{margin:48px}.mt-48{margin-top:48px}.mr-48{margin-right:48px}.mb-48{margin-bottom:48px}.ml-48{margin-left:48px}.m-56{margin:56px}.mt-56{margin-top:56px}.mr-56{margin-right:56px}.mb-56{margin-bottom:56px}.ml-56{margin-left:56px}.m-64{margin:64px}.mt-64{margin-top:64px}.mr-64{margin-right:64px}.mb-64{margin-bottom:64px}.ml-64{margin-left:64px}.p-0{padding:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.p-8{padding:8px}.pt-8{padding-top:8px}.pr-8{padding-right:8px}.pb-8{padding-bottom:8px}.pl-8{padding-left:8px}.p-16{padding:16px}.pt-16{padding-top:16px}.pr-16{padding-right:16px}.pb-16{padding-bottom:16px}.pl-16{padding-left:16px}.p-24{padding:24px}.pt-24{padding-top:24px}.pr-24{padding-right:24px}.pb-24{padding-bottom:24px}.pl-24{padding-left:24px}.p-32{padding:32px}.pt-32{padding-top:32px}.pr-32{padding-right:32px}.pb-32{padding-bottom:32px}.pl-32{padding-left:32px}.p-40{padding:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.pl-40{padding-left:40px}.p-48{padding:48px}.pt-48{padding-top:48px}.pr-48{padding-right:48px}.pb-48{padding-bottom:48px}.pl-48{padding-left:48px}.p-56{padding:56px}.pt-56{padding-top:56px}.pr-56{padding-right:56px}.pb-56{padding-bottom:56px}.pl-56{padding-left:56px}.p-64{padding:64px}.pt-64{padding-top:64px}.pr-64{padding-right:64px}.pb-64{padding-bottom:64px}.pl-64{padding-left:64px}.sr .has-animations .is-revealing{visibility:hidden}.has-animations .anime-element{visibility:hidden}.anime-ready .has-animations .anime-element{visibility:visible}.input,.textarea{background-color:#fff;border-width:1px;border-style:solid;border-color:#141516;border-radius:2px;color:#8A94A7;max-width:100%;width:100%}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#3B404C}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#3B404C}.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#3B404C}.input::placeholder,.textarea::placeholder{color:#3B404C}.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#3B404C}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#3B404C}.input:hover,.textarea:hover{border-color:#191c21}.input:active,.input:focus,.textarea:active,.textarea:focus{outline:none;border-color:#141516}.input[disabled],.textarea[disabled]{cursor:not-allowed;background-color:#1D2026;border-color:#1D2026}.input{-moz-appearance:none;-webkit-appearance:none;font-size:16px;letter-spacing:-0.1px;line-height:20px;padding:13px 16px;height:48px;box-shadow:none}.input .inline-input{display:inline;width:auto}.textarea{display:block;min-width:100%;resize:vertical}
.textarea .inline-textarea{display:inline;width:auto}.field-grouped>.control:not(:last-child)
{margin-bottom:8px}@media (min-width: 641px){.field-grouped{display:flex}.field-grouped>
.control{flex-shrink:0}.field-grouped>.control.control-expanded{flex-grow:1;flex-shrink:1}
.field-grouped>.control:not(:last-child){margin-bottom:0;margin-right:8px}}
.button{display:inline-flex;font-size:14px;letter-spacing:0px;font-weight:600;line-height:16px;
  text-decoration:none !important;text-transform:uppercase;background-color:rgb(176, 31, 176);
  color:#fff !important;border:none;border-radius:20px;cursor:pointer;
  justify-content:center;padding:16px 32px;height:48px;text-align:center;white-space:nowrap}
  .button:hover{background:#198ffd}.button:active{outline:0}.button::before{border-radius:2px}
  .button-sm{padding:8px 24px;height:32px}
  
  .button-primary{background:#0275e1; border-radius:20px;
    background:color(65deg, black 0, purple 100%)}
    .button-primary:hover{background:rgb(15, 104, 146);
      background:linear-gradient(65deg, #0b4984 0, #166cbc 100%)}
      .button-block{display:flex}.button-block{display:flex;width:100%}
      @media (max-width: 640px){.button-wide-mobile{width:100%;max-width:280px}}
     
      .site-header{padding:24px 0}.site-header-inner{position:relative;display:flex;
        justify-content:space-between;align-items:center}.header-links{display:inline-flex}
        .header-links li{display:inline-flex}.header-links a:not(.button)
        {font-size:16px;line-height:24px;letter-spacing:-0.1px;font-weight:600;
          color:#8A94A7;text-transform:uppercase;text-decoration:none;line-height:16px;padding:8px 24px}
          @media screen and (max-width: 641px){.site-header{position:relative}
          .site-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:700px;}
            .site-header::after{content:'';position:absolute;top:0;left:0;width:100%;height:860px;
          
      
        /*change to 80 deg */ background:linear-gradient(80deg, rgb(189, 15, 145) ,#5AA3F3  0%,  #A76AE4  100%);
            -webkit-transform-origin:0;
            
            transform-origin:0;-webkit-transform:skewY(-12deg);transform:skewY(-12deg)}
           
          }
        
       
         
            section.color{
              background-color:rgb(189, 15, 145) ;
            }

            .hero{text-align:center;padding-top:48px;padding-bottom:88px}.hero-copy{position:relative;z-index:1}
            .hero-cta{margin-bottom:40px}.hero-figure{position:relative}.hero-figure svg{width:100%;height:auto}
            .hero-figure::before,.hero-figure::after{content:'';
              position:absolute;background-repeat:no-repeat;background-size:100%}
              .has-animations .hero-figure::before,.has-animations 
              .hero-figure::after{opacity:0;transition:opacity 2s ease}.anime-ready
               .has-animations .hero-figure::before,.anime-ready .has-animations 
               .hero-figure::after{opacity:1}
               .hero-figure::before{top:-57.8%;left:-1.3%;width:152.84%;height:178.78%;
                background-image:url("../images/hero-back-illustration.svg")}
                .hero-figure::after{top:-35.6%;left:99.6%;width:57.2%;height:87.88%;
               /*   background-image:url("../images/hero-top-illustration.svg")*/}
                  .hero-figure-box{position:absolute;top:0;will-change:transform}.hero-figure-box-01,
                  .hero-figure-box-02,.hero-figure-box-03,.hero-figure-box-04,.hero-figure-box-08,
                  .hero-figure-box-09{overflow:hidden}.hero-figure-box-01::before,.hero-figure-box-02::before,
                  .hero-figure-box-03::before,.hero-figure-box-04::before,.hero-figure-box-08::before,
                  .hero-figure-box-09::before{content:'';position:absolute;top:0;bottom:0;left:0;right:0;
                    -webkit-transform-origin:100% 100%;transform-origin:100% 100%}
.hero-figure-box-01{left:103.2%;top:41.9%;width:28.03%;height:37.37%;
background:linear-gradient(to left top, #0270D7  , #0270D7);
-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}                                       
 .hero-figure-box-01::before{background:linear-gradient(to left, #0270D7 0%, #0270D7 60%);
                        -webkit-transform:rotateZ(45deg) scale(1.5);transform:rotateZ(45deg) scale(1.5)}
                        .hero-figure-box-02{left:61.3%;top:64.1%;width:37.87%;height:50.50%;
                          background:linear-gradient(to left top, #0270D7, #0270D7);
                          -webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
.hero-figure-box-02::before{background:linear-gradient(to top, #0270D7 0%, #0270D7 60%);
-webkit-transform:rotateZ(-45deg) scale(1.5);transform:rotateZ(-45deg) scale(1.5)}
.hero-figure-box-03{left:110%;top:-56.8%;width:56.81%;height:75.75%;
background:linear-gradient(to left top, #00BFFB, rgba(0,191,251,0))}
 .hero-figure-box-03::before{background:linear-gradient(to left,#0270D7 0%, rgba(21,24,29,0) 60%);                
-webkit-transform:rotateZ(30deg) scale(0.5);transform:rotateZ(30deg) scale(0.5)}  
.hero-figure-box-04{left:54.9%;top:-8%;width:45.45%;height:60.60%;
background:linear-gradient(to left top, 	#0270D7, #0270D7);
-webkit-transform:rotateZ(-135deg);transform:rotateZ(-135deg)}
 .hero-figure-box-04::before{background:linear-gradient(to top, 	#0270D7 ,#0270D7 60%);
 -webkit-transform:rotateZ(-45deg) scale(1.5);transform:rotateZ(-45deg) scale(1.5)}
.hero-figure-box-05,.hero-figure-box-06,
 .hero-figure-box-07{background-color:#141516 ;box-shadow:-20px 32px 64px rgb(17, 17, 17)  }
.hero-figure-box-05{left:17.4%;top:13.3%;width:64%;height:73.7%;
-webkit-transform:perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
transform:perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg)}
 .hero-figure-box-06{left:65.5%;top:6.3%;width:30.3%;height:40.4%;
 -webkit-transform:rotateZ(20deg);transform:rotateZ(20deg)}
 .hero-figure-box-07{left:1.9%;top:42.4%;width:12.12%;height:16.16%;
-webkit-transform:rotateZ(20deg);transform:rotateZ(20deg)}
.hero-figure-box-08{left:27.1%;top:81.6%;width:19.51%;height:26.01%;
background:#0270D7 ;-webkit-transform:rotateZ(-22deg);
transform:rotateZ(-22deg)}.hero-figure-box-08::before
{background:linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.48) 100%);
 -webkit-transform:rotateZ(45deg) scale(1.5);transform:rotateZ(45deg) scale(1.5)}
.hero-figure-box-09{left:42.6%;top:-17.9%;width:6.63%;height:8.83%;
 background:#0270D7;-webkit-transform:rotateZ(-52deg);transform:rotateZ(-52deg)}
.hero-figure-box-09::before
{background:linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.64) 100%);
  -webkit-transform:rotateZ(45deg) scale(1.5);transform:rotateZ(45deg) scale(1.5)}
  .hero-figure-box-10{left:-3.8%;top:4.3%;width:3.03%;height:4.04%;
    background:rgba(0,191,251,0.32);
    -webkit-transform:rotateZ(-50deg);
    transform:rotateZ(-50deg)}
   #new{
    margin-top:70px;
   }
    @media screen and ( min-width:320px)and (max-width: 1280px) { 
     
      .site-header{position:relative}
          .site-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:700px;}
            .site-header::after{content:'';position:absolute;top:0;left:0;width:100%;height:860px;
        /*change to 80 deg*/    background:linear-gradient(80deg, rgb(189, 15, 145) ,#5AA3F3  0%,  #A76AE4  100%);
            -webkit-transform-origin:0;
            transform-origin:0;-webkit-transform:skewY(-12deg);transform:skewY(-12deg)}
           .section.no{
            background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 91%);
           }
           #template{
            padding-top: 30px;
           }

          }
         

       
          @media screen and ( min-width:1180px) {
           
            .site-header{position:relative}
                .site-header::before{content:'';position:absolute;top:0;left:0;width:100%;height:700px;}
                  .site-header::after{content:'';position:absolute;top:0;left:0;width:100%;height:860px;
                 
              /*change to 80 deg */  background:linear-gradient(45deg, rgb(189, 15, 145) ,#5AA3F3  0%,  #A76AE4  100%);
                  -webkit-transform-origin:0;
                  transform-origin:0;-webkit-transform:skewY(-12deg);transform:skewY(-12deg)
                 
                }
                #template{
                  padding-top: 30px;
                 }
                
                
                }
            
          @media screen and (  max-width: 653px ){.hero-cta{max-width:653px;margin-left:auto;margin-right:auto}
          .hero-cta .button{display:flex}.hero-cta .button+.button{margin-top:16px}
          .hero-figure::after,.hero-figure-box-03,.hero-figure-box-04,
          .hero-figure-box-09{display:none}
          #template{
            padding-top: 35px;
           }
        }@media screen and (min-width: 1000px)
          {.hero{text-align:left;padding-top:64px;padding-bottom:88px;} 
        
          .hero-inner{display:flex;justify-content:space-between;align-items:center;}
          .hero-copy{padding-right:64px;min-width:552px;width:552px}.hero-cta{margin:0}
          .hero-cta .button{min-width:170px}.hero-cta .button:first-child{margin-right:16px}
          .hero-figure svg{width:auto}
          #template{
            padding-top: 30px;
           }
        }


          

    


    
    .features-wrap{display:flex;flex-wrap:wrap;
      justify-content:space-evenly;margin-right:-32px;margin-left:-32px}
      .features-wrap:first-of-type{margin-top:-16px}.features-wrap:last-of-type{margin-bottom:-16px}
      .feature{padding:16px 32px;width:380px;max-width:380px;flex-grow:1}.feature-inner{height:100%}                                              
.feature-icon{display:flex;justify-content:center; }@media (min-width: 641px)
{.features-wrap:first-of-type{margin-top:-24px}.features-wrap:last-of-type{margin-bottom:-24px}
.feature{padding:32px 32px}}.pricing-header{margin-bottom:48px}
.pricing-tables-wrap{display:flex;flex-wrap:wrap;justify-content:center;
  margin-right:-12px;margin-left:-12px}.pricing-tables-wrap:first-child{margin-top:-12px}
  .pricing-tables-wrap:last-child{margin-bottom:-12px}
#move{margin-bottom:50px;}


  .pricing-table{position:relative;  
    padding:12px;width:300px;max-width:350px;flex-grow:1}.pricing-table::before{content:'';
      position:absolute;left:50%;width:200%;max-width:200%;height:500px;background-repeat:no-repeat;
    
      background-position:center;background-size:100%;bottom:18.8%;-webkit-transform:translateX(-50%);
      transform:translateX(-50%);border-radius:100px;
      background-image:url("../images/pricing-illustration.svg");}
      .pricing-table-header,.pricing-table-features-title,.pricing-table-features
       li{border-bottom:1px solid #141516;}.pricing-table-inner 
       {position:relative;display:flex;flex-wrap:wrap;

      background:linear-gradient(60deg, rgb(252, 239, 249) ,#5AA3F3  0%, #af7be1 100%); 
      padding:24px;height:100%; border-radius: 2px; } 
     /*   background:#062264;padding:24px;height:100%*/
       .text-xs{color:#141516;font-weight:bold;}
      

       .pricing-table-inner>*{position:relative;width:100% ;color: rgb(68, 61, 61);}
       .pricing-table-inner::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;
        box-shadow:0 24px 48px rgba(1, 5, 14, 0.24);mix-blend-mode:multiply}
        .pricing-table-price-currency {color:#141516 }
        .pricing-table-features-title{color:rgb(13, 1, 1);font-weight:700}
        .pricing-table-features li{display:flex;font-style: normal;align-items:center;padding:14px 0;color-scheme: rgb(194, 76, 76) ,#141516 ;}
        .pricing-table-features li::before{content:'';width:16px;height:12px;margin-right:50px;
          background-image:url(../images/new.png);background-repeat:no-repeat}.pricing-table-cta{align-self:flex-end;}@media (min-width: 641px)
        /*  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNiA2LjRMMS42IDQgMCA1LjYgNS42IDEyIDE2IDEuNiAxNC40IDB6IiBmaWxsPSIjMDJDQkIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);background-repeat:no-repeat}.pricing-table-cta{align-self:flex-end}@media (min-width: 641px)*/
          {.pricing .section-paragraph{padding-left:90px;padding-right:90px }
          .pricing-header{margin-bottom:52px}}.cta{text-align:center}
          .cta .section-inner{padding:48px 16px;padding-bottom: 0px}.cta .section-title{margin-bottom:40px}
          .cta-inner{position:relative;background:rgb(218, 14, 14) ;overflow:hidden}
          .cta-inner::before{content:'';position:absolute;right:98px;top:-100px;width:160px;height:187px;
            background-image:url("../images/cta-illustration.svg");background-repeat:no-repeat}
            .cta-inner>*{position:relative}@media (min-width: 641px){.cta{text-align:left}.cta 
            .section-inner{padding:64px 32px; padding-bottom: 0px}.cta .section-title{margin-bottom:0;padding-right:24px}
            .cta-inner{display:flex;align-items:center;justify-content:space-between}}.is-boxed{background:#141516}



/*change background*/         .body-wrap{ background: rgb(248, 245, 248)  100%; overflow:hidden;display:flex;


  flex-direction:column;min-height:100vh}
  .container-sm{margin-top: -200px;}
.boxed-container{max-width:1440px;margin:0 auto;box-shadow:0 24px 48px rgba(22, 13, 20, 0.24);
  mix-blend-mode:multiply;mix-blend-mode:normal}main{flex:1 0 auto}
  .section-inner{position:relative;padding-top:48px;padding-bottom:0px;}
  @media (min-width: 641px){.section-inner{padding-top:88px;padding-bottom:0px}}
  .site-footer{font-size:14px;line-height:22px;letter-spacing:0px}
  .site-footer a{color:rgb(12, 1, 1) ;text-decoration:none}.site-footer a:hover,
  .site-footer a:active{text-decoration:underline}.site-footer-inner{position:relative;display:flex;
    flex-wrap:wrap;padding-top:48px;padding-bottom:48px}
    .footer-brand,.footer-links,.footer-social-links,.footer-copyright{flex:none;width:100%;
      display:inline-flex;justify-content:center}.footer-brand,.footer-links,.footer-social-links
      {margin-bottom:24px}.footer-social-links li{display:inline-flex}
      .footer-social-links li+li{margin-left:16px}.footer-social-links li a{padding:8px}
      .footer-links li+li{margin-left:24px}@media (min-width: 641px){.site-footer{margin-top:20px}
      .site-footer-inner{justify-content:space-between;padding-top:64px;padding-bottom:64px}
      .footer-brand,.footer-links,.footer-social-links,.footer-copyright{flex:50%}
      .footer-brand,.footer-copyright{justify-content:flex-start}.footer-links,
      .footer-social-links{justify-content:flex-end}.footer-links{order:1;margin-bottom:0}}

/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
 
}

.section.colored {
  background: inherit;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: white;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: white;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #ff589e;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #58aeff;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: purple;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #58aeff;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: rgb(195, 54, 195);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #58aeff;
}
.team-content #pic{
  filter: invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(100%) contrast(98%);
  -webkit-filter:invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
}
.row #pic{
  filter: invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(100%) contrast(98%);
  -webkit-filter:invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
}



/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  color: white;
  background: inherit;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 11px;
  min-height: 380px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
 
  margin-top:70px;
}
div.icon{
  display: flex;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.features-small-item:hover .icon {
  background-color: #58aeff;
  
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #5AA3F3;
 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
  
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: white;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  margin-top: -220px;
  z-index: 9;
}
.img{
  vertical-align: middle;

}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}




/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  margin-top: -10px;
  padding-top: 90px;
  padding-bottom: 90px;
}
#counter{
  margin-top: -40px;
}
.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
/*  background-size: cover;*/
background-size:40%;
  background-position: center center;
  background-image: url(../images/gallery-bg.webp);
  /*filter: invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
  -webkit-filter:invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);*/
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h2 {
  color: rgb(18, 17, 17);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: rgb(12, 11, 11);
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}
.mini .mini-content .mini-box img {  filter: invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
  -webkit-filter:invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%); 
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding-top: 10px;
 min-height: 155px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;

  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
margin-left: 55px;
position: relative;
 align-items: middle;
 
}


.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}
@media(max-width:590px){
  .mini .mini-content .mini-box i {
    display: block;
    font-size: 20px;
 
  
   
  }
  .mini .mini-content .mini-box i img{
  align-items: center;
  }
  .mini .mini-content .mini-box{
    min-height: 170px;
  }

}

.counter {
  overflow: hidden;
  position: relative;
  background-color:#5AA3F3; 

  }

.counter::before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
    background-image: url(../images/fun-facts-bg.png);
    
    /*
filter: invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
  -webkit-filter:invert(26%) sepia(97%) saturate(2287%) hue-rotate(195deg) brightness(93%) contrast(98%);
  background:linear-gradient(60deg, rgb(252, 239, 249) ,#5AA3F3  0%, #af7be1 100%);*/
  
  background-repeat: no-repeat;
  background-size: cover;
 
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
 
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
  
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
 
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: rgb(21, 20, 20);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 40px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}


.team-item i {
  align-items: middle;
  display: block;
 margin-left:150px;
  margin-top: 25px;
  font-size: 30px;
  color: #A76AE4;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #777;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #8261ee;
  letter-spacing: 0.25px;
}
#testimonials{
  margin-top: -100px;
}
.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}


/* 
---------------------------------------------
pricing
--------------------------------------------- 

.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 70px;
  margin-bottom: 30px;
  margin-top: 20px;
 padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff589e;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 7px;
 
  background: #8261ee;
  width: 80%;
  margin: auto;
 margin-bottom: 40px;
  margin-top:-45px;
  border-radius: 50px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
 
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

*/
/* 
---------------------------------------------
blog
--------------------------------------------- 

.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
  color: #777;
margin-top: -100px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: white;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color:#A76AE4; 
  padding-top: 30px;
  text-align: center;
}

footer .fsocial {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .fsocial li {
  margin: 0px 10px;
  display: inline-block;
}

footer .fsocial li a {
  color: #5AA3F3;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .fsocial li a:hover {
  background-color: #58aeff;
  color: #fff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}



.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
 /* -webkit-backface-visibility: hidden;*/
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 26px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.logoNav{
  max-width: 60px;
  max-height: 60px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .mini:before{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}








.setter{
     font-size: 40px;
     color:#7856E8;
}
.device-notification{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    -ms-grid-row-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    background-color:#0c0c0c;
    z-index:12
}
.device-notification--logo{
    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;
    text-decoration:none;
    color:#fff
}
.device-notification--logo p{
    margin:0 0 0 10px;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase
}
.device-notification--message{
    width:70%;
    margin:30px 0 0 0;
    font-weight:700;
    text-align:center
}
@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px){
    .device-notification{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
    }
}
@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px){
    .device-notification{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
    }
}
@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape){
    .device-notification{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
    }
}
@media(max-width: 359px){
    .device-notification{
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
    }
}
.effect-rotate-left .containerNav{
    -webkit-transform-origin:0% 50%;
    transform-origin:0% 50%;
    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s, -webkit-transform .4s
}
.effect-rotate-left--animate .containerNav{
    -webkit-transform:translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform:translateZ(-1800px) translateX(-50%) rotateY(45deg);

}
.perspective{
    position:relative;
    width:100%;
    height:100%;
}
.perspective--modalview{
    position:fixed;
    -webkit-perspective:1500px;
    perspective:1500px
}
.containerNav{
    position:relative;
    -webkit-transform:translateZ(0) translateX(0) rotateY(0deg);
    transform:translateZ(0) translateX(0) rotateY(0deg);
    min-height:100%;

    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s, -webkit-transform .4s
}
.modalview .containerNav{
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.effect-rotate-left .containerNav{
    -webkit-transform-origin:0% 50%;
    transform-origin:0% 50%;
    -webkit-transition:-webkit-transform .4s;
    transition:-webkit-transform .4s;
    transition:transform .4s;
    transition:transform .4s, -webkit-transform .4s
}
.effect-rotate-left--animate .containerNav{
    -webkit-transform:translateZ(-1800px) translateX(-50%) rotateY(45deg);
    transform:translateZ(-1800px) translateX(-50%) rotateY(45deg);

}
.outer-nav{
    position:absolute;
    top:50%;
    left:55%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
    visibility:hidden;
    -webkit-transition:visibility 0s .2s;
    transition:visibility 0s .2s
}
.outer-nav.is-vis{
    visibility:visible

}
.outer-nav--return{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    cursor:pointer;
    z-index:11
}
.outer-nav--return.is-vis{
    display:block
}
.outer-nav>li{
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    -webkit-transform:translateX(350px) translateZ(-1000px);
    transform:translateX(350px) translateZ(-1000px);
    font-weight:900;
    opacity:0;
    cursor:pointer;
    -webkit-transition:opacity .2s,-webkit-transform .2s;
    transition:opacity .2s,-webkit-transform .2s;
    transition:transform .2s,opacity .2s;
    transition:transform .2s,opacity .2s,-webkit-transform .2s
}
.outer-nav>li.is-vis{
    -webkit-transform:translateX(0) translateZ(0);
    transform:translateX(0) translateZ(0);
    opacity:1;
    -webkit-transition:opacity .4s,-webkit-transform .4s;
    transition:opacity .4s,-webkit-transform .4s;
    transition:transform .4s,opacity .4s;
    transition:transform .4s,opacity .4s,-webkit-transform .4s
}
.outer-nav>li::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -25%);
    transform:translate(-50%, -25%);
    width:110%;
    height:15px;
    opacity:0;
    background-color:#0f33ff
}
.outer-nav>li.is-active::before{
    opacity:1
}
@media (max-width: 767px){
    .outer-nav>li{
        font-size:44px
    }
}
@media (max-width: 600px){
    .outer-nav>li{
        font-size:34px
    }
}
.outer-nav li.is-vis:nth-child(2){
    -webkit-transition-delay:.04s;
    transition-delay:.04s
}
.outer-nav li.is-vis:nth-child(3){
    -webkit-transition-delay:.08s;
    transition-delay:.08s
}
.outer-nav li.is-vis:nth-child(4){
    -webkit-transition-delay:.12s;
    transition-delay:.12s
}
.outer-nav li.is-vis:nth-child(5){
    -webkit-transition-delay:.16s;
    transition-delay:.16s
}

.l-viewport{
    position:relative;
    width:100%;

    box-shadow:0 0 45px 5px rgba(0,0,0,0.85);


}
#viewport{
-webkit-box-shadow: 0px 0px 29px 18px rgba(0,0,0,0.81); 
box-shadow: 0px 0px 29px 18px rgba(0,0,0,0.81);
}
.l-wrapper{
    position:relative;

    height:100%;
    margin:0 auto
}
.header{
    position:absolute;
    top:0;
    left:50px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height:70px;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    z-index:10
}
.header--nav-toggle{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;

    width:50px;
    height:50px;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:pointer
}
 .header--nav-toggle span,.header--nav-toggle::before,.header--nav-toggle::after{
    content:"";
    position:relative;
    width:16px;
    height:2px;
    background-color:#fff
}
.header--nav-toggle::before{
    bottom:5px;
    width:23px
}
.header--nav-toggle::after{
    top:5px;
    width:23px
}
.section--is-active{
    opacity:1;
    visibility:visible;
    z-index:1;
    -webkit-transition:opacity .4s ease-in-out .4s;
    transition:opacity .4s ease-in-out .4s
}
.header--cta.is-active{
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .4s ease-in-out .4s;
    transition:opacity .4s ease-in-out .4s
}
 .side-nav li.is-active{
    color:#0f33ff;
    -webkit-transition:color .4s ease-in-out;
    transition:color .4s ease-in-out
}
.side-nav li.is-active span{
    opacity:1;
    visibility:visible;
    -webkit-transition:opacity .4s ease-in-out;
    transition:opacity .4s ease-in-out
}
.side-nav li.is-active::before{
    left:-33px;
    color:#fff
}
.outer-nav>li.is-active::before{
    opacity:1
}
.outer-nav li.is-vis:nth-child(2){
    -webkit-transition-delay:.04s;
    transition-delay:.04s
}
.outer-nav li.is-vis:nth-child(3){
    -webkit-transition-delay:.08s;
    transition-delay:.08s
}
.outer-nav li.is-vis:nth-child(4){
    -webkit-transition-delay:.12s;
    transition-delay:.12s
}
.outer-nav li.is-vis:nth-child(5){
    -webkit-transition-delay:.16s;
    transition-delay:.16s
}
.outer-nav--return.is-vis{
    display:block
}
.outer-nav.is-vis{
    visibility:visible
}

 .logoNav{
     max-height : auto;
     max-width : 60px;
}
.visNone{
  visibility: hidden;
  display: none;
  position: absolute;
}
.blackinator{
  background-color: #141516;
}
  
@media all and (max-width: 568px) {
  .setter{
    font-size: 30px;
    margin-left: -50%;
    color: #7856E8;
   }
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
.body-wrap{
  background-color: #141516;
  color: white;
}

/*#5AA3F3   #A76AE4*/
.visiblemaker{
  display: none;
}
.visTrue{
  position: relative;
  margin-left: 2rem;
  text-align: center;
  display: block;
  color: white;
}

.shadowRemover{
    box-shadow: none !important;
}
/*dropdown*/


#dropdown-products {
  display: none;

}
#dropdown-products{
  position: absolute;
  z-index: 999;
  top: 20%;
  text-align: left;

}
@media only screen and (max-width: 991px) {
#dropdown-products{

}
}

#dropdown-products a .setter{
  width:300%;
}
#menu-products:hover #dropdown-products {
  
  display: block;
}
#menu-products:hover ~ .hide .setter{
  color:#141516;
}
.pricing-table-price-amount{
  color: white;
  background-color: #A76AE4;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
  font-size: 1rem;
}
li span{
  color: #569CE8;
}