@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXME.ttf) format('truetype');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXME.ttf) format('truetype');
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #FAFAFA;
  background: #060a15;
  font-size: 16.5px;
  line-height: 22px;
  overflow-x: hidden;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
  }
}
a {
  text-decoration: none;
  color: #FAFAFA;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #952BEA;
}
a:focus {
  outline: 0;
  text-decoration: none;
  border: 0;
}
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}
:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
ul {
  list-style: none;
}
b,
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}
/*---ICON---*/
/*---Common Classes---*/
.container {
  max-width: 1440px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 96%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
h1 {
  margin: 0 0 15px 0;
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
  color: #36D29D;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2 {
  margin: 0 0 15px 0;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #36D29D;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
}
h3 {
  margin: 0 0 30px 0;
  font-size: 32px;
  line-height: 40px;
  color: #952BEA;
}
@media (max-width: 1500px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 22px;
  color: #36D29D;
  font-weight: 700;
}
h6 {
  margin: 0 0 15px 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 1500px) {
  h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 2px 0;
  }
}
.btn-custom {
  margin: 10px 0 0 0;
  padding: 22px 30px 15px;
  display: inline-block;
  width: auto;
  color: #952BEA;
  background-color: none;
  border: 1px solid #36D29D;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}
.btn-custom:focus {
  border: 1px solid #36D29D;
}
@media (max-width: 1500px) {
  .btn-custom {
    padding: 20px 24px 12px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .btn-custom {
    padding: 15px 20px 9px;
    font-size: 18px;
    line-height: 24px;
  }
}
.btn-custom {
  display: inline-block;
  text-decoration: none;
}
.btn-custom span {
  display: block;
}
.btn-custom:before,
.btn-custom:after,
.btn-custom span:before,
.btn-custom span:after {
  position: absolute;
  background-color: #36D29D;
}
.btn-custom:before {
  width: 3px;
  height: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all .1s .3s;
  -o-transition: all .1s .3s;
  transition: all .1s .3s;
  content: "";
  display: block;
}
.btn-custom:after {
  width: 0;
  height: 3px;
  left: 0;
  top: 0;
  -webkit-transition: all .1s .2s;
  -o-transition: all .1s .2s;
  transition: all .1s .2s;
  content: "";
  display: block;
}
.btn-custom span:before {
  width: 3px;
  height: 0;
  right: 0;
  top: 0;
  -webkit-transition: all .1s .1s;
  -o-transition: all .1s .1s;
  transition: all .1s .1s;
  content: "";
  display: block;
}
.btn-custom span:after {
  width: 0;
  height: 3px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  content: "";
  display: block;
}
.btn-custom:hover:before {
  height: 100%;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.btn-custom:hover:after {
  width: 100%;
  -webkit-transition: all .1s .1s;
  -o-transition: all .1s .1s;
  transition: all .1s .1s;
}
.btn-custom:hover span:before {
  height: 100%;
  -webkit-transition: all .1s .2s;
  -o-transition: all .1s .2s;
  transition: all .1s .2s;
}
.btn-custom:hover span:after {
  width: 100%;
  -webkit-transition: all .1s .3s;
  -o-transition: all .1s .3s;
  transition: all .1s .3s;
}
/*---Navigation---*/
.navbar .navbar-toggler {
  padding: 2px;
  border: 0;
  width: 37px;
  height: 30px;
  left: 13.3%;
  top: 28px;
  position: absolute;
}
@media (max-width: 1500px) {
  .navbar .navbar-toggler {
    left: 5%;
  }
}
.navbar .navbar-toggler span {
  margin: 0 0 5px 0;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 5px;
  background: #36D29D;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar .navbar-toggler .line-ani2 {
  width: 100%;
}
.navbar .navbar-toggler .line-ani3 {
  width: 50%;
}
.navbar .navbar-toggler:hover .line-ani3 {
  width: 100%;
}
.navbar .navbar-toggler:hover .line-ani2 {
  width: 50%;
}
.navbar .navbar-collapse {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 70px 15px 15px 90px;
  width: 510px;
  height: 100%;
  background: rgba(54, 210, 157, 0.95);
}
@media (max-width: 1500px) {
  .navbar .navbar-collapse {
    width: 320px;
    padding: 70px 15px 15px 60px;
  }
}
.navbar .navbar-collapse.collapsing {
  left: -30%;
  transition: height 0s ease;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse.collapsing {
    left: -100%;
  }
}
.navbar .navbar-collapse.show {
  left: 0;
  transition: left 600ms ease-in-out;
}
.navbar .navbar-close {
  border: 0;
  padding: 5px;
  right: 20px;
  position: absolute;
  top: 13px;
  cursor: pointer;
}
.navbar .navbar-toggler.collapsed ~ .navbar-collapse {
  transition: left 500ms ease-in-out;
}
.navbar .nav-name {
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #FAFAFA;
  display: inline-block;
  border-bottom: 2px solid #FAFAFA;
}
.navbar .navbar-nav .nav-link {
  margin: 0 0 25px 0;
  padding: 4px 0;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1500px) {
  .navbar .navbar-nav .nav-link {
    margin: 0 0 20px 0;
    font-size: 20px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 1500px) {
  .navbar .navbar-nav .nav-link:hover {
    font-size: 23px;
  }
}
.navbar .navbar-nav .nav-link.active {
  font-weight: 700;
  font-size: 23px;
  color: #952BEA;
}
.footer-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .footer-nav {
    bottom: 20px;
  }
}
.footer-nav .logo-illuminar {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 343px;
  float: left;
  opacity: 0;
}
@media (max-width: 1500px) {
  .footer-nav .logo-illuminar {
    width: 270px;
  }
}
.footer-nav .logo-illuminar img {
  width: 100%;
}
.footer-nav .logo-fadeIn {
  opacity: 1;
}
.footer-nav .logo-scale {
  width: 250px;
}
@media (max-width: 1500px) {
  .footer-nav .logo-scale {
    width: 230px;
  }
}
.footer-nav .col-12 {
  overflow: hidden;
}
.footer-nav .nav-bg {
  margin: 0;
  padding: 18px 0 0 0;
  float: right;
  font-size: 26px;
  font-weight: 400;
  width: 75%;
  left: 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 1500px) {
  .footer-nav .nav-bg {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  .footer-nav .nav-bg {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer-nav .nav-bg {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .footer-nav .nav-bg {
    width: 74%;
    padding: 5px 0 0 0;
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .footer-nav .nav-bg {
    width: 54%;
    padding: 0;
    font-size: 13px;
  }
}
.footer-nav .nav-bg .col-auto {
  overflow: hidden;
  position: relative;
  line-height: 31px;
  margin: 0 0 0 12%;
}
@media (max-width: 1100px) {
  .footer-nav .nav-bg .col-auto {
    margin: 0 0 0 9%;
  }
}
@media (max-width: 991px) {
  .footer-nav .nav-bg .col-auto {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .footer-nav .nav-bg .col-auto {
    margin: 0 0 0 0;
    width: 50%;
    padding: 0 6px;
    line-height: 25px;
    text-align: center;
  }
}
.footer-nav .nav-bg .col-auto a {
  color: #36D29D;
}
.footer-nav .nav-bg .col-auto a:hover {
  color: #952BEA;
}
.footer-nav .nav-bg .col-auto a.active {
  color: #952BEA;
}
.footer-nav .nav-bg-ani {
  left: 0;
  opacity: 1;
}
.internal-nav {
  padding: 110px 0 0 0;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 202px;
  background: url(../img/footer-bg.png) no-repeat center top;
  background-size: cover;
  z-index: 99;
}
@media (max-width: 1500px) {
  .internal-nav {
    padding: 80px 0 0 0;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .internal-nav {
    padding: 60px 0 0 0;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .internal-nav {
    padding: 48px 0 0 0;
    height: 115px;
  }
}
@media (max-width: 400px) {
  .internal-nav {
    padding: 48px 0 0 0;
    height: 105px;
  }
}
.internal-nav .logo-illuminar {
  opacity: 1;
  width: 250px;
}
@media (max-width: 1500px) {
  .internal-nav .logo-illuminar {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .internal-nav .logo-illuminar {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .internal-nav .logo-illuminar {
    width: 45%;
    padding: 5px 0 0 0;
  }
}
.internal-nav .nav-bg {
  opacity: 1;
}
/*--Custom Input--*/
.form-group {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .form-group {
    margin-bottom: 10px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  background: #0D1220;
  color: #abafb7;
  border: 0;
  border: 1px solid #0D1220;
  border-radius: 6px;
}
@media (max-width: 1400px) {
  .form-control {
    height: 36px;
    padding: 4px 12px;
  }
}
.form-control:focus {
  background: #0D1220;
  color: #abafb7;
  border: 1px solid #5f636c;
  outline: 0;
  box-shadow: none;
}
textarea.form-control {
  resize: none;
}
.scroll-nav {
  display: block !important;
  opacity: 1 !important;
}
/*--------Main Layout------*/
.main-wrapper {
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000000;
}
/*---Footer----*/
.color-black {
  color: #000000 !important;
}
.color-white {
  color: #FAFAFA !important;
}
.color-green {
  color: #36D29D !important;
}
/* Light 300 
  Regular 400 
   Medium 500 
    Semi-bold 600 
         Bold 700 */
@keyframes home-characters {
  0% {
    top: 0;
    left: 0px;
  }
  20% {
    left: -200px;
  }
  50% {
    left: -300px;
    width: 74px;
  }
  100% {
    top: 100%;
    left: -400px;
    width: 74px;
  }
}
@keyframes home-characters2 {
  0% {
    top: -50px;
    left: 45%;
    opacity: 1;
  }
  100% {
    top: 39%;
    left: 52.5%;
    opacity: 1;
  }
}
@keyframes scroll {
  100% {
    background-position: 2000px bottom;
    bottom: 0px;
  }
}
@keyframes scroll02 {
  100% {
    background-position: 2000px top;
    top: 0px;
  }
}
@keyframes firefile-wrapper-ani {
  0% {
    opacity: 1;
    transform: scale(1);
    transform: rotate(0deg);
  }
  25% {
    opacity: 0.3;
    transform: scale(0.95);
    /*transform: rotate(2deg);*/
  }
  30% {
    opacity: 0.3;
    transform: scale(1);
    /*transform: rotate(0deg);*/
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 0.3;
    transform: scale(0.95);
    /*transform: rotate(2deg);*/
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: rotate(360deg);
  }
}
@keyframes firefile-ani {
  0% {
    filter: grayscale(80%);
    transform: scale(0.95);
  }
  50% {
    filter: grayscale(0%);
    transform: scale(1);
  }
  100% {
    filter: grayscale(80%);
    transform: scale(0.95);
  }
}
@keyframes firefile-move-logo {
  0% {
    bottom: 53%;
    left: 52.3%;
  }
  50% {
    bottom: 20%;
  }
  100% {
    bottom: 60px;
    left: 24%;
  }
}
@keyframes about-stars-ani {
  0% {
    filter: grayscale(100%);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  50% {
    filter: grayscale(0%);
    transform: rotate(0.8deg);
    opacity: 1;
  }
  100% {
    filter: grayscale(100%);
    transform: rotate(0deg);
    opacity: 0.1;
  }
}
@keyframes firefile-move-contact {
  0% {
    position: fixed;
    bottom: 43%;
    left: 71%;
  }
  100% {
    position: absolute;
    bottom: 77%;
    left: 39%;
  }
}
@media (max-width: 1500px) {
  @keyframes firefile-move-logo {
    0% {
      bottom: 53%;
      left: 52.3%;
    }
    50% {
      bottom: 20%;
    }
    100% {
      bottom: 60px;
      left: 24%;
    }
  }
  @keyframes firefile-move-contact {
    0% {
      position: fixed;
      bottom: 35%;
      left: 79%;
    }
    100% {
      position: absolute;
      bottom: 81%;
      left: 36%;
    }
  }
}
@media (max-width: 1400px) {
  @keyframes home-characters2 {
    0% {
      top: -50px;
      left: 40%;
      opacity: 1;
    }
    100% {
      top: 37%;
      left: 51.5%;
      opacity: 1;
    }
  }
  @keyframes firefile-move-logo {
    0% {
      bottom: 53%;
      left: 50.5%;
    }
    15% {
      bottom: 55%;
    }
    50% {
      bottom: 15%;
    }
    100% {
      bottom: 45px;
      left: 18.5%;
    }
  }
  @keyframes firefile-move-contact {
    0% {
      position: fixed;
      bottom: 54%;
      left: 78%;
    }
    100% {
      position: absolute;
      bottom: 70%;
      left: 36%;
    }
  }
}
.waterfall {
  position: absolute;
  width: 232px;
  height: 381px;
  left: 14.2%;
  top: 11.3%;
}
@media (max-width: 1500px) {
  .waterfall {
    width: 174px;
    height: 285px;
    left: 14%;
    top: 11%;
  }
}
@media (max-width: 1400px) {
  .waterfall {
    width: 165px;
    height: 270px;
    left: 13.8%;
    top: 11%;
  }
}
@media (max-width: 1100px) {
  .waterfall {
    width: 155px;
    height: 258px;
    left: 4%;
    top: 11%;
  }
}
@media (max-width: 991px) {
  .waterfall {
    display: none;
  }
}
.waterfall > div {
  position: absolute;
}
.waterfall-loop {
  margin: 10px 0 0 10px;
  width: 90%;
  height: 358px;
  background: url("../img/waterfall-loop.png") 0 0 repeat-y;
  background-size: cover;
  -moz-animation: waterfallloop 5s infinite linear;
  -webkit-animation: waterfallloop 5s infinite linear;
  -ms-animation: waterfallloop 5s infinite linear;
  -o-animation: waterfallloop 5s infinite linear;
}
@media (max-width: 1500px) {
  .waterfall-loop {
    margin: 10px 0 0 7px;
    width: 91%;
    height: 275px;
  }
}
@media (max-width: 1400px) {
  .waterfall-loop {
    margin: 8px 0 0 6px;
    width: 92%;
    height: 260px;
  }
}
@media (max-width: 1100px) {
  .waterfall-loop {
    margin: 8px 0 0 6px;
    width: 94%;
    height: 245px;
  }
}
@-moz-keyframes waterfallloop {
  0% {
    background-position: 0 0;
  }
  /* the end position y must equal bitmap's height */
  100% {
    background-position: 0 1112px;
  }
}
@-webkit-keyframes waterfallloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
@-ms-keyframes waterfallloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
@-o-keyframes waterfallloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
/* The mask overlay to soften borders */
.waterfall-mask {
  width: 100%;
  height: 100%;
  background: url("../img/waterfall-mask.png") 0px 0px no-repeat;
}
@media (max-width: 1500px) {
  .waterfall-mask {
    background-size: cover;
  }
}
/*-------2nd Waterfall-------*/
.waterfall2 {
  position: absolute;
  width: 397px;
  height: 346px;
  left: 58.4%;
  top: -94px;
}
@media (max-width: 1500px) {
  .waterfall2 {
    width: 292px;
    height: 250px;
    left: 56.8%;
    top: -83px;
  }
}
@media (max-width: 1400px) {
  .waterfall2 {
    width: 262px;
    height: 240px;
    left: 56.6%;
    top: -64px;
  }
}
@media (max-width: 1100px) {
  .waterfall2 {
    width: 270px;
    height: 226px;
    left: 58.2%;
    top: -33px;
  }
}
@media (max-width: 991px) {
  .waterfall2 {
    display: none;
  }
}
.waterfall2 > div {
  position: absolute;
}
.waterfall-loop2 {
  margin: 10px 0 0 10px;
  width: 90%;
  height: 315px;
  background: url("../img/waterfall-loop.png") 0 0 repeat-y;
  background-size: cover;
  -moz-animation: waterfallloop2 5s infinite linear;
  -webkit-animation: waterfallloop2 5s infinite linear;
  -ms-animation: waterfallloop2 5s infinite linear;
  -o-animation: waterfallloop2 5s infinite linear;
  opacity: 0.6;
}
@media (max-width: 1500px) {
  .waterfall-loop2 {
    margin: 10px 0 0 9px;
    width: 96%;
    height: 235px;
  }
}
@media (max-width: 1400px) {
  .waterfall-loop2 {
    margin: 8px 0 0 6px;
    width: 96%;
    height: 227px;
  }
}
@media (max-width: 1100px) {
  .waterfall-loop2 {
    height: 215px;
  }
}
@-moz-keyframes waterfallloop2 {
  0% {
    background-position: 0 0;
  }
  /* the end position y must equal bitmap's height */
  100% {
    background-position: 0 1112px;
  }
}
@-webkit-keyframes waterfallloop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
@-ms-keyframes waterfallloop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
@-o-keyframes waterfallloop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1112px;
  }
}
/* The mask overlay to soften borders */
.waterfall-mask2 {
  width: 100%;
  height: 100%;
  background: url("../img/waterfall-mask02.png") 0px 0px no-repeat;
}
@media (max-width: 1500px) {
  .waterfall-mask2 {
    background-size: cover;
  }
}
.wrapper-home {
  overflow-y: hidden;
}
.home-bg {
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #000000 url(../img/home-bg.jpg) no-repeat center;
  background-size: cover;
  font-size: 18px;
  line-height: 26px;
  z-index: 5;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  overflow: visible;
}
@media (max-width: 767px) {
  .home-bg {
    background: url(../img/home-bg-mob.jpg) no-repeat center;
    background-size: cover;
    font-size: 14px;
    line-height: 22px;
  }
  .home-bg p br {
    display: none;
  }
  .home-bg .btn-custom {
    position: relative;
    margin: 20% auto 0;
    display: table;
  }
}
.home-bg h1 {
  margin-top: 15%;
  margin-bottom: 35px;
  line-height: 75px;
  font-size: 64px;
  color: #FAFAFA;
}
.home-bg h1 span {
  color: #36D29D;
}
@media (max-width: 1500px) {
  .home-bg h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 1400px) {
  .home-bg h1 {
    margin-top: 8%;
  }
}
@media (max-width: 991px) {
  .home-bg h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .home-bg h1 {
    margin-top: 80%;
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 35px;
  }
}
.home-bg .home-characters {
  position: absolute;
  top: 24.5%;
  right: 0;
  bottom: 0;
  width: 34.8%;
}
.home-bg .home-characters img {
  width: 60px;
  filter: grayscale(100%);
}
@media (max-width: 1500px) {
  .home-bg .home-characters {
    top: 27%;
    width: 31.5%;
  }
  .home-bg .home-characters img {
    width: 55px;
  }
}
@media (max-width: 1400px) {
  .home-bg .home-characters {
    top: 25%;
    width: 35.5%;
  }
}
.home-bg .home-characters .homeCharactersStart {
  position: absolute;
  animation: home-characters 4.3s;
  animation-fill-mode: forwards;
  z-index: 9;
  filter: grayscale(0%);
}
.home-bg .home-cloude {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background: url(../img/home-cloudes.png) repeat-x;
  background-size: contain;
  background-position: 0 100%;
  animation: scroll 100s linear infinite;
}
@media (max-width: 1400px) {
  .home-bg .home-cloude {
    bottom: 0px;
    height: 22%;
  }
}
.home-bg-ani {
  bottom: 100%;
  top: inherit;
}
.home-bg02 {
  margin: 0;
  padding: 50px 0 0 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 100%;
  bottom: 0;
  background: #FAFAFA url(../img/home-bg02.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: 8;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-bg02 {
    background: url(../img/home-bg02-mob.jpg) no-repeat center;
    background-size: cover;
    font-size: 14px;
    line-height: 22px;
  }
}
.home-bg02 .home-cloude02 {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 50%;
  background: url(../img/home-cloudes02.png) repeat-x;
  background-size: contain;
  background-position: 100% 0;
  animation: scroll02 100s linear infinite;
}
.home-bg02 .advertising-wing-text {
  position: absolute;
  bottom: 130px;
  left: 13.3%;
  width: 100%;
}
@media (max-width: 1500px) {
  .home-bg02 .advertising-wing-text {
    bottom: 100px;
    left: 5.2%;
  }
}
.home-bg02 h6 {
  margin: 15px 0 15px 0;
}
@media (max-width: 1500px) {
  .home-bg02 h6 {
    margin: 15px 0 15px 0;
  }
}
@media (max-width: 1400px) {
  .home-bg02 h6 {
    margin: 15px 0 15px 0;
  }
}
.home-bg02 h1 {
  font-size: 64px;
  line-height: 70px;
  margin: 0 0 20px 0;
}
@media (max-width: 1500px) {
  .home-bg02 h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  .home-bg02 h1 {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .home-bg02 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.home-bg02 .firefile-bg-screen02 {
  position: absolute;
  top: 0%;
  left: 45%;
  opacity: 0;
}
.home-bg02 .firefile-bg-screen02 img {
  width: 74px;
}
.home-bg02 .firefile-bg-screen02-ani {
  position: absolute;
  opacity: 0;
  animation: home-characters2 3s;
  animation-fill-mode: forwards;
}
.home-bg02 .firefile-bg {
  position: absolute;
  bottom: 53%;
  left: 52.3%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1;
}
@media (max-width: 1500px) {
  .home-bg02 .firefile-bg {
    bottom: 53%;
    left: 53%;
  }
}
@media (max-width: 1400px) {
  .home-bg02 .firefile-bg {
    bottom: 52%;
    left: 52%;
  }
}
.home-bg02 .firefile-bg .firefile-ani {
  /*filter: grayscale(100%);*/
}
.home-bg02 .firefile-bg .firefile-ani-glow {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  filter: grayscale(0%);
}
.home-bg02 .firefile-ani-glow-logo {
  animation: firefile-ani 1.5s infinite;
}
.home-bg02 .firefile-move-logo {
  bottom: 53%;
  left: 52.3%;
  opacity: 1;
  position: absolute;
  z-index: 9;
  animation: firefile-move-logo 4s normal forwards;
}
.home-bg02 .firefile-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.home-bg02 .firefile-wrapper img {
  width: 100%;
  mix-blend-mode: screen;
  animation: firefile-wrapper-ani 15s infinite;
}
.home-bg02-ani {
  top: 0;
  bottom: 0;
}
.home-bg02-ani .cloud-moveup {
  opacity: 0;
  -webkit-transition: all 2.8s ease;
  transition: all 2.8s ease;
}
.wrapper-main {
  margin-bottom: 120px;
}
@media (max-width: 1500px) {
  .wrapper-main {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .wrapper-main {
    margin-bottom: 100px;
  }
}
.star-bg-about {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50vh;
  background: url(../img/about-stars.png) no-repeat center top;
  animation: about-stars-ani 5s infinite;
}
.wrapper-about-content {
  margin: 15px 0 0 0;
  padding: 12% 0 0 0;
  width: 100%;
  background: url(../img/bg-about-us.png) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.wrapper-about-content p span {
  color: #36D29D;
}
@media (max-width: 1500px) {
  .wrapper-about-content {
    /*background-size: contain;*/
    padding: 7% 0 0 0;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content {
    background: url(../img/bg-about-us.png) no-repeat -50px 160px;
    background-size: 135%;
  }
  .wrapper-about-content .mob-bg01 {
    width: 70%;
    float: right;
  }
  .wrapper-about-content .mob-bg01 br {
    display: none;
  }
  .wrapper-about-content .mob-bg02 {
    width: 50%;
  }
}
.wrapper-about-content .wrapper-meet-rays {
  margin: 38% 0 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 33% 0 0 0;
  }
}
@media (max-width: 1400px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 31% 0 0 0;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 16% 0 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 170px 0 0 0;
  }
  .wrapper-about-content .wrapper-meet-rays .mob-bg02 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 130px 0 0 0;
  }
}
@media (max-width: 365px) {
  .wrapper-about-content .wrapper-meet-rays {
    margin: 100px 0 0 0;
  }
  .wrapper-about-content .wrapper-meet-rays .mob-bg02 {
    width: 52%;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content {
  margin: 120px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  min-height: 350px;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content {
    margin: 45px 0 0 0;
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content {
    margin: 130px 0 0 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content {
    margin: 50px 0 0 0;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content h3 {
  text-align: center;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content h3 {
    margin: 0 0 15px 0;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel.slide {
  width: 40%;
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel.slide {
    width: 93%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel.slide {
    width: 90%;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next,
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev {
  width: 30px;
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev {
  left: -46px;
  opacity: 1;
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev {
    left: -35px;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../img/arrow-left-green.png");
  width: 12px;
  height: 21px;
  margin-top: 65px;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev .carousel-control-prev-icon {
    margin-top: 25px;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next {
  right: -46px;
  opacity: 1;
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next {
    right: -35px;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next .carousel-control-next-icon {
  width: 12px;
  height: 21px;
  background-image: url("../img/right-arrow-green.png");
  margin-top: 65px;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next .carousel-control-next-icon {
    margin-top: 25px;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-prev.arrow-white,
.wrapper-about-content .wrapper-meet-rays .rays-content .carousel-control-next.arrow-white {
  pointer-events: none !important;
  filter: grayscale(100%);
}
.wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
  top: 5px;
  position: absolute;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
    top: 15px;
  }
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
    top: 40px;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
    top: -170px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
    top: -113px;
    width: 30px;
  }
}
@media (max-width: 400px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefilesabout01bg {
    top: -128px;
    width: 26px;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about01 {
  left: 146%;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about01 {
    left: 141%;
  }
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about01 {
    left: 145%;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about01 {
    left: 65%;
  }
}
@media (max-width: 400px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about01 {
    left: 64%;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about02 {
  left: 173%;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about02 {
    left: 163%;
  }
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about02 {
    left: 172%;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about02 {
    left: 78%;
  }
}
@media (max-width: 400px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about02 {
    left: 77%;
  }
}
.wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about03 {
  left: 203%;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about03 {
    left: 188%;
  }
}
@media (max-width: 1100px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about03 {
    left: 203%;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about03 {
    left: 92%;
  }
}
@media (max-width: 400px) {
  .wrapper-about-content .wrapper-meet-rays .rays-content .firefile-about03 {
    left: 91%;
  }
}
.wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission {
  margin: 0 auto;
  padding: 50px 0 230px;
  display: table;
  width: 60%;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission {
    padding: 60px 0 130px;
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission {
    padding: 35px 0 130px;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission {
    width: 90%;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission {
    width: 100%;
    padding: 30px 0 0;
  }
}
.wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .wrapper-about-content .wrapper-meet-rays .wrapper-vison-mission h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90%;
  margin: auto;
  width: 90vw;
  transform: rotate(28deg);
}
@media (max-width: 1400px) {
  .lines {
    height: 50%;
  }
}
@media (max-width: 991px) {
  .lines {
    height: 60%;
    display: none;
  }
}
.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 58%;
  overflow: hidden;
}
.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: drop 5s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
  margin-left: -44%;
}
.line:nth-child(1)::after {
  animation-delay: 2s;
}
.line:nth-child(3) {
  margin-left: 35%;
}
.line:nth-child(3)::after {
  animation-delay: 2.5s;
}
@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.star-bg-ourservices {
  margin: 0;
  padding: 0px 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 90vh;
  background: url(../img/services-stars.png) no-repeat center top;
  animation: about-stars-ani 5s infinite;
}
@media (max-width: 767px) {
  .star-bg-ourservices {
    width: 94%;
    height: 80vh;
  }
}
.globe-our-services {
  position: absolute;
  top: 0;
  left: 28%;
  z-index: 2;
}
@media (max-width: 1500px) {
  .globe-our-services img {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .globe-our-services img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .globe-our-services img {
    width: 100px;
  }
}
.wrapper-services-content {
  margin: 0;
  padding: 120px 0 0 0;
  width: 100%;
}
@media (max-width: 1500px) {
  .wrapper-services-content {
    padding: 85px 0 0 0;
  }
}
.wrapper-services-content h6 {
  font-weight: 600;
}
@media (max-width: 1500px) {
  .wrapper-services-content h6 {
    font-weight: 400;
  }
}
.wrapper-services-content .services-content-bg {
  margin: 0;
  padding: 150px 0 0 0;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .wrapper-services-content .services-content-bg {
    padding: 110px 0 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper-services-content .services-content-bg {
    padding: 35px 0 0 0;
    font-size: 14px;
  }
}
.wrapper-services-content .services-content-bg h3 {
  margin: 15px 0 28px 0;
  position: relative;
  color: #36D29D;
}
@media (max-width: 767px) {
  .wrapper-services-content .services-content-bg h3 {
    float: left;
  }
  .wrapper-services-content .services-content-bg h3 br {
    display: none;
  }
}
.wrapper-services-content .services-content-bg h3:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 35%;
  height: 2px;
  background: #36D29D;
}
@media (max-width: 767px) {
  .wrapper-services-content .services-content-bg h3:after {
    width: 100%;
    bottom: -6px;
    height: 1px;
  }
}
.wrapper-services-content .services-content-bg .services-hover {
  padding-right: 3%;
}
@media (max-width: 1500px) {
  .wrapper-services-content .services-content-bg .services-hover {
    padding-right: 2%;
  }
}
@media (max-width: 991px) {
  .wrapper-services-content .services-content-bg .services-hover {
    padding-right: 15px;
    width: 50%;
    max-width: 50%;
    flex: auto;
  }
}
@media (max-width: 767px) {
  .wrapper-services-content .services-content-bg .services-hover {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wrapper-services-content .services-content-bg .services-hover img {
    float: left;
    width: 45px;
    margin: 8px 6px 0 -5px;
  }
  .wrapper-services-content .services-content-bg .services-hover p {
    clear: both;
  }
}
.wrapper-services-content .services-content-bg .services-hover:hover h3 {
  color: #952BEA;
}
.wrapper-services-content .services-content-bg .services-hover:hover h3:after {
  background: #952BEA;
}
.wrapper-brand-assets {
  margin: 0;
  padding: 50px 0 130px 0;
  width: 100%;
  text-align: center;
  background: url(../img/brand-assets-bg.png) no-repeat center top;
  background-size: cover;
  font-size: 16.5px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper-brand-assets h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 991px) {
  .wrapper-brand-assets h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper-brand-assets {
    padding: 20px 0 90px 0;
    font-size: 15px;
    font-weight: 300;
    background: url(../img/services-bg-mob.png) no-repeat center bottom;
    background-size: 100%;
  }
  .wrapper-brand-assets h1 {
    font-size: 23px;
    line-height: 34px;
  }
}
@media (max-width: 400px) {
  .wrapper-brand-assets h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper-brand-assets .star-bg-ourservices {
  z-index: -1;
}
.wrapper-brand-assets .text-expert {
  margin: 0 0 45px 0;
  font-size: 19px;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .wrapper-brand-assets .text-expert {
    margin: 0 0 34px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-brand-assets .text-expert {
    margin: 0 0 32px 0;
    font-size: 16px;
    line-height: 25px;
  }
}
.wrapper-brand-assets .text-expert span {
  color: #36D29D;
}
.wrapper-brand-assets .divider {
  margin: 0 auto 45px;
  padding: 0;
  display: table;
  width: 105px;
  height: 2px;
  background: #A7A9AC;
}
@media (max-width: 767px) {
  .wrapper-brand-assets .divider {
    margin: 0 auto 30px;
  }
}
.wrapper-brand-assets h1 span {
  font-size: 24px;
  color: #FAFAFA;
}
@media (max-width: 767px) {
  .wrapper-brand-assets h1 span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .wrapper-brand-assets h1 span {
    font-size: 18px;
  }
}
.wrapper-brand-assets h1 b {
  color: #FAFAFA;
}
.wrapper-brand-assets .for-individuals-bg {
  margin: 45px auto 45px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  width: 40%;
}
@media (max-width: 1500px) {
  .wrapper-brand-assets .for-individuals-bg {
    margin: 30px auto 25px;
  }
}
@media (max-width: 991px) {
  .wrapper-brand-assets .for-individuals-bg {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .wrapper-brand-assets .for-individuals-bg {
    width: 100%;
    font-size: 15px;
  }
}
.wrapper-brand-assets .for-individuals-bg img {
  margin: 0 0 15px 0;
}
.wrapper-brand-assets .wrapper-our-partners {
  margin: 75px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .wrapper-brand-assets .wrapper-our-partners {
    margin: 50px 0 0 0;
  }
  .wrapper-brand-assets .wrapper-our-partners .slick-slider {
    margin: 10px 0 0 0;
  }
}
/*.cursorimg, .cursorimg button, .cursorimg a{
	cursor: url("../img/firefile.png"), pointer !important;
}*/
.wrapper-contact {
  /*	overflow: hidden;*/
}
.globe-contact {
  position: absolute;
  top: 0;
  left: 38.6%;
  z-index: 2;
}
.globe-contact img {
  width: 199px;
}
@media (max-width: 1500px) {
  .globe-contact {
    left: 37%;
  }
  .globe-contact img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .globe-contact {
    left: 28%;
  }
  .globe-contact img {
    width: 100px;
  }
}
.tree-contact {
  position: fixed;
  right: 16%;
  bottom: 130px;
}
@media (max-width: 1500px) {
  .tree-contact {
    right: 5%;
    bottom: 97px;
    width: 275px;
  }
}
@media (max-width: 767px) {
  .tree-contact {
    right: 0px;
    bottom: 75px;
    width: 180px;
    position: fixed;
  }
}
.firefile-contact01 {
  position: fixed;
  bottom: 43%;
  left: 71%;
  /*animation: firefile-ani 2.5s infinite;*/
  animation: firefile-move-contact 6s normal forwards;
  animation-delay: 2s;
}
@media (max-width: 1500px) {
  .firefile-contact01 {
    bottom: 35%;
    left: 79%;
  }
}
@media (max-width: 1400px) {
  .firefile-contact01 {
    bottom: 54%;
    left: 78%;
  }
}
@media (max-width: 1100px) {
  .firefile-contact01 {
    display: none;
  }
}
.wrapper-contact-content {
  margin: 0;
  padding: 65px 0 0 12%;
  width: 100%;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper-contact-content {
    padding: 50px 0 70px 10%;
  }
}
@media (max-width: 991px) {
  .wrapper-contact-content {
    padding: 85px 0 0 0;
    z-index: 1;
  }
  .wrapper-contact-content h1 {
    text-align: right;
  }
}
.wrapper-contact-content h6 {
  margin: 0 0 50px 0;
  font-weight: 600;
}
@media (max-width: 1500px) {
  .wrapper-contact-content h6 {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 991px) {
  .wrapper-contact-content h6 {
    margin: 0 0 70px 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .wrapper-contact-content h6 {
    margin: 0 0 40px 0;
  }
}
.wrapper-contact-content .thank-msg a {
  color: #36D29D;
}
.wrapper-contact-content .thank-msg a:hover {
  color: #952BEA;
}
#contact-form {
  margin: 0;
  padding: 0 8% 0 0;
}
@media (max-width: 991px) {
  #contact-form {
    padding: 0 0 0 0;
  }
}
#contact-form .btn-custom {
  background: transparent;
  padding: 12px 40px 8px;
  font-size: 24px;
  line-height: 26px;
  cursor: pointer;
}
#contact-form .help-block {
  font-size: 13px;
  color: #ffc3c3;
  font-weight: 300;
}
.contact-details-bg {
  margin: 0;
  padding: 0 0 0 12%;
  width: 100%;
  border-left: 1px solid #101932;
  min-height: 315px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .contact-details-bg {
    min-height: 255px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .contact-details-bg {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-details-bg {
    padding: 40px 0 0 0;
    font-size: 15px;
    font-weight: 400;
    border: 0;
  }
}
.contact-details-bg p {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .contact-details-bg p {
    margin-bottom: 30px;
  }
}
.contact-details-bg p img {
  margin-right: 5px;
  margin-top: -4px;
}
.contact-details-bg .social-bg {
  font-size: 18px;
}
@media (max-width: 991px) {
  .contact-details-bg .social-bg {
    font-size: 16px;
  }
}
.contact-details-bg .social-bg img {
  margin-right: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .contact-details-bg .social-bg img {
    width: 24px;
  }
}
.contact-details-bg .social-bg a {
  margin: 10px 6px 0 0;
  display: inline-block;
  padding: 2px;
}
.wrapper-join-content {
  margin: 0;
  padding: 120px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
.wrapper-join-content span {
  color: #36D29D;
}
@media (max-width: 1500px) {
  .wrapper-join-content {
    padding: 80px 0 0 0;
  }
}
.wrapper-join-content h6 {
  margin: 0 0 30px 0;
  font-weight: 600;
}
.join-contact-details {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 180px;
  font-size: 20px;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 1500px) {
  .join-contact-details {
    font-size: 18px;
    bottom: 120px;
  }
}
@media (max-width: 991px) {
  .join-contact-details {
    font-size: 16px;
    position: relative;
    bottom: inherit;
    top: 60px;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .join-contact-details {
    font-size: 15px;
  }
}
.join-contact-details p {
  margin-bottom: 30px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .join-contact-details p {
    margin-left: 0px;
  }
}
.join-contact-details p img {
  margin-right: 5px;
  margin-top: -4px;
}
.join-contact-details .social-bg {
  font-size: 18px;
}
@media (max-width: 767px) {
  .join-contact-details .social-bg {
    font-size: 16px;
  }
}
.join-contact-details .social-bg img {
  margin-right: 0px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .join-contact-details .social-bg img {
    width: 24px;
  }
}
.join-contact-details .social-bg a {
  margin: 10px 6px 0 0;
  display: inline-block;
  padding: 2px;
}
.tree-join {
  position: absolute;
  left: 16%;
  bottom: 130px;
}
@media (max-width: 1500px) {
  .tree-join {
    left: 10%;
    bottom: 105px;
    width: 275px;
  }
}
@media (max-width: 991px) {
  .tree-join {
    left: 13%;
  }
}
@media (max-width: 767px) {
  .tree-join {
    left: inherit;
    position: fixed;
    bottom: 72px;
    right: 0;
    width: 200px;
  }
}
.tree-join .firefile-contact {
  position: absolute;
  top: 25%;
  left: 78%;
  animation: firefile-ani 2.5s infinite;
}
.firefile-bg-join {
  position: absolute;
  top: 11%;
  left: 8.2%;
  mix-blend-mode: screen;
  z-index: 1;
}
@media (max-width: 1500px) {
  .firefile-bg-join {
    top: 14%;
    left: -23px;
  }
}
@media (max-width: 1400px) {
  .firefile-bg-join {
    top: 0;
    left: 33px;
    width: 373px;
  }
}
@media (max-width: 991px) {
  .firefile-bg-join {
    top: inherit;
    left: 0;
    width: 373px;
    bottom: 45px;
  }
}
@media (max-width: 767px) {
  .firefile-bg-join {
    top: inherit;
    left: inherit;
    width: 373px;
    bottom: 0;
    position: fixed;
    right: -37px;
  }
}
.firefile-bg-join img {
  mix-blend-mode: screen;
  animation: firefile-wrapper-ani 15s infinite;
}
.wrapper-blog-content {
  margin: 0;
  padding: 65px 0 0 12%;
  width: 100%;
}
@media (max-width: 1500px) {
  .wrapper-blog-content {
    padding: 50px 0 0 10%;
  }
}
@media (max-width: 1100px) {
  .wrapper-blog-content {
    padding: 90px 0 0 15px;
  }
}
@media (max-width: 991px) {
  .wrapper-blog-content {
    padding: 30px 0 0 0px;
    /*.container{
    		padding: 0;
    	}*/
  }
  .wrapper-blog-content h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wrapper-blog-content {
    /*	height: 100vh;*/
  }
}
.blog-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/blog-bg.png) no-repeat top right;
  background-size: contain;
}
@media (max-width: 991px) {
  .blog-bg {
    background: none;
    display: none;
  }
}
.wrapper-tab {
  height: 100%;
}
.work-cloude {
  position: absolute;
  top: 72px;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: url(../img/cloud-work-bg.png) repeat-x;
  background-size: contain;
  background-position: 0 100%;
  animation: scroll 150s linear infinite;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .work-cloude {
    background-size: cover;
    top: 100px;
  }
}
.wrapper-work-content {
  margin: 0;
  padding: 120px 0 0 0;
  width: 100%;
}
@media (max-width: 1500px) {
  .wrapper-work-content {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .wrapper-work-content {
    padding: 70px 0 0 0;
  }
  .wrapper-work-content h1 {
    margin-bottom: 10px;
  }
}
.wrapper-work-content h6 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 767px) {
  .wrapper-work-content h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
}
.wrapper-work-bg {
  margin: 125px 0 0 0;
  /*height: 800px;*/
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper-work-bg {
    margin: 80px 0 0 0;
    /*height: 648px;*/
  }
}
@media (max-width: 1100px) {
  .wrapper-work-bg {
    /*height: auto;*/
  }
}
@media (max-width: 767px) {
  .wrapper-work-bg {
    margin: 50px 0 0 0;
  }
}
.work-content-bg {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  height: 100%;
}
.wrapper-testimonials {
  margin: 0;
  padding: 75px 0 110px 0;
  width: 100%;
  background: url(../img/testimonials-bg.png) no-repeat center bottom;
  background-size: contain;
}
@media (max-width: 1500px) {
  .wrapper-testimonials {
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .wrapper-testimonials {
    padding: 40px 0 0 0;
  }
}
.wrapper-testimonials .testimonials-bg {
  margin: 25px auto;
  padding: 10px 60px 65px;
  background: rgba(142, 142, 142, 0.2);
  border-radius: 15px;
  font-size: 17px;
  /*font-weight: 400;*/
  line-height: 24px;
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg {
    margin: 5px auto 20px;
    padding: 0px 35px 65px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
  .wrapper-testimonials .testimonials-bg h5 {
    font-size: 15px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-item {
  padding: 0 10%;
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg .carousel-item {
    padding: 0 0;
  }
}
.wrapper-testimonials .testimonials-bg .divider {
  margin: 20px auto 35px;
  width: 250px;
  height: 4px;
  background: #952BEA;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg .divider {
    margin: 20px auto 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg .divider {
    margin: 20px auto 25px;
    width: 150px;
    height: 3px;
  }
}
.wrapper-testimonials .testimonials-bg h3 {
  margin: 0 0 8px 0;
  color: #FAFAFA;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-indicators {
  bottom: -35px;
  margin: 0;
}
.wrapper-testimonials .testimonials-bg .carousel-indicators li {
  margin-right: 8px;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #36D29D;
}
.wrapper-testimonials .testimonials-bg .carousel-indicators li.active {
  background-color: #36D29D;
}
.wrapper-testimonials .testimonials-bg .carousel-item p {
  position: relative;
}
.wrapper-testimonials .testimonials-bg .carousel-item p:before {
  position: absolute;
  top: -6px;
  left: -30px;
  content: '';
  background: url("../img/quotes01.png") no-repeat center;
  width: 35px;
  height: 29px;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg .carousel-item p:before {
    left: -50px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-item p:after {
  position: absolute;
  bottom: -6px;
  right: -30px;
  content: '';
  background: url("../img/quotes02.png") no-repeat center;
  width: 35px;
  height: 29px;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg .carousel-item p:after {
    right: -50px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-control-next,
.wrapper-testimonials .testimonials-bg .carousel-control-prev {
  width: 30px;
}
.wrapper-testimonials .testimonials-bg .carousel-control-prev {
  left: -46px;
  opacity: 1;
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg .carousel-control-prev {
    left: -32px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../img/arrow-left-green.png");
  width: 12px;
  height: 21px;
  margin-top: 65px;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg .carousel-control-prev .carousel-control-prev-icon {
    margin-top: 25px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-control-next {
  right: -46px;
  opacity: 1;
}
@media (max-width: 767px) {
  .wrapper-testimonials .testimonials-bg .carousel-control-next {
    right: -32px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-control-next .carousel-control-next-icon {
  width: 12px;
  height: 21px;
  background-image: url("../img/right-arrow-green.png");
  margin-top: 65px;
}
@media (max-width: 1500px) {
  .wrapper-testimonials .testimonials-bg .carousel-control-next .carousel-control-next-icon {
    margin-top: 25px;
  }
}
.wrapper-testimonials .testimonials-bg .carousel-control-prev.arrow-white,
.wrapper-testimonials .testimonials-bg .carousel-control-next.arrow-white {
  pointer-events: none !important;
  filter: grayscale(100%);
}
.wrapper-work-details {
  margin: 120px 0 0 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1500px) {
  .wrapper-work-details {
    margin: 80px 0 0 0;
  }
}
.wrapper-work-details img {
  width: 100%;
}
.wrapper-work-details .project-head {
  margin: 0;
  padding: 30px 30px;
  width: 100%;
  background: #000000;
  color: #36D29D;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1500px) {
  .wrapper-work-details .project-head {
    padding: 25px 15px 22px;
    font-size: 22px;
  }
}
.wrapper-work-details .project-head img {
  width: 35px;
  float: left;
  margin: -7px 20px 0 0;
}
.wrapper-work-details .project-details-bg {
  padding: 0px 30px 25px;
  font-size: 16.5px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .wrapper-work-details .project-details-bg {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-work-details .project-details-bg {
    margin-bottom: 0px;
    padding: 8px 20px 15px;
    font-size: 15px;
    line-height: 20px;
  }
}
.wrapper-work-details .project-details-bg h5 {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #36D29D;
}
@media (max-width: 767px) {
  .wrapper-work-details .project-details-bg h5 {
    font-size: 18px;
  }
}
/*--------------Portfolio Animation------------------*/
.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 400px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}
.grid figure figcaption {
  padding: 2em;
  color: #36D29D;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure p {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 1500px) {
  .grid figure p {
    font-size: 24px;
    line-height: 30px;
  }
}
figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-chico:hover img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-chico figcaption {
  padding: 3em;
  display: table;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
figure.effect-chico figcaption:hover {
  background: rgba(0, 0, 0, 0.8);
}
figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  display: table-cell;
  vertical-align: middle;
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

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