html,
body {
  height: 100%;
  scroll-behavior: smooth;
  /* Keyword values */
  scroll-behavior: auto;
  scroll-behavior: smooth;
  /* Global values */
  scroll-behavior: inherit;
  scroll-behavior: initial;
  scroll-behavior: revert;
  scroll-behavior: unset;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    color: #ffffff;
    transition: all 0.3s;
  }

  .navbar-expand-lg .navbar-collapse.collapsing,
.navbar-expand-lg .navbar-collapse.show {
    display: block !important;
    right: 0px;
  }
}
.navbar-header {
  z-index: 1;
  margin: 0 30px;
  text-align: center;
}
@media (max-width: 998px) {
  .navbar-header {
    display: inline-block;
    width: auto;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    width: 140px;
  }
}

.navbar-light .navbar-toggler .navbar-toggler-icon,
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
}

.navbar-light .navbar-toggler {
  background: transparent;
  border: 0;
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 2;
}
@media (max-width: 998px) {
  .navbar-light .navbar-toggler {
    position: relative;
    top: 0px;
    left: 0;
    padding: 5px 8px;
    display: inline-block;
  }
}

@media (max-width: 998px) {
  header .navbar-collapse {
    background: #ffffff;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-bottom: 20px;
  }
}

header {
  background: #ffffff;
  transition: all 0.5s;
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 2;
}
@media (max-width: 998px) {
  header {
    width: 100%;
    height: auto;
  }
}

header .navbar {
  padding: 0;
}
@media (max-width: 998px) {
  header .navbar {
    display: block;
  }
}

header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #ACABB9;
  font-family: "Poppins", sans-serif;
  position: relative;
  text-align: center;
  letter-spacing: 0.6px;
  font-size: 12px;
  font-weight: 500;
  padding: 19px 15px;
}
@media (max-width: 1280px) {
  header .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 19px 6px;
  }
}
@media (max-width: 998px) {
  header .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 6px;
  }
}
header .navbar-light .navbar-nav .nav-item .nav-link b {
  position: absolute;
  top: 0;
  right: 0;
  background: #45D08F;
  border-radius: 2px;
  padding: 2px 4px;
  display: inline-block;
  width: 81px;
  font-size: 10px;
  letter-spacing: 0.4px;
  color: #ffffff;
  top: 4px;
  left: 60%;
}

header .navbar-light .navbar-nav .nav-item.mobileLogin {
  display: none;
}
@media (max-width: 998px) {
  header .navbar-light .navbar-nav .nav-item.mobileLogin {
    display: block;
  }
}

header .navbar-light .navbar-nav {
  margin: 0 auto;
}
header .navbar-light .navbar-nav .nav-item {
  margin: 0 3px;
  position: relative;
}
header .navbar-light .navbar-nav .nav-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
header .navbar-light .navbar-nav .nav-item:first-child::before {
  display: none;
}

.navbar-light .navbar-nav .nav-item.active > .nav-link {
  color: #FB6E78;
}

@media (max-width: 998px) {
  .desktopLogin {
    display: none;
  }
}

@media (max-width: 998px) {
  .lanMainWrap {
    display: inline-flex;
    float: right;
    margin: 16px 20px 0 0px;
  }
}

.lanWrap {
  background: url(../images/lan.png);
  width: 21px;
  height: 21px;
  display: inline-block;
}

.lanBox {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lanBox::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -10px;
  top: 0;
}
.lanBox .lanWrap {
  display: inline-flex;
}
.lanBox .selectCostom {
  position: relative;
}
.lanBox .selectCostom select {
  border: 0;
  background: transparent;
}

.darkWrap {
  background: rgba(241, 243, 245, 0.8);
  border-radius: 4px;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .darkWrap {
    margin-top: 0px;
  }
}
.darkWrap.active {
  background: rgba(255, 255, 255, 0.4);
}

.loginWrap a {
  text-transform: uppercase;
  color: #1756C6;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.0049em;
  margin: 0 10px;
  position: relative;
}
.loginWrap a:last-child::before {
  display: none;
}
.loginWrap a::before {
  content: "";
  width: 1px;
  height: 11px;
  background: #1756C6;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

header .searchWrap {
  width: 247px;
  display: inline-block;
  position: relative;
  top: -6px;
}
@media (max-width: 998px) {
  header .searchWrap {
    width: 120px;
  }
}
@media (max-width: 767px) {
  header .searchWrap {
    width: 74px;
    right: 56px;
    position: absolute;
    top: 10px;
  }
}
header .searchWrap b {
  display: none;
  float: right;
  margin-top: 7px;
  margin-right: 0px;
  padding: 5px;
  border-radius: 4px;
  background: #c6c7d3;
  width: 30px;
  text-align: center;
  height: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 998px) {
  header .searchWrap b {
    display: inline-block;
  }
}
header .searchWrap input {
  border: 0;
  width: 100%;
  background-color: rgba(214, 214, 214, 0.2);
  border-radius: 25px;
  padding: 5px 25px;
  background-image: url(../images/search_w.svg);
  background-position: 12px 10px;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media (max-width: 998px) {
  header .searchWrap input {
    display: none;
  }
}
header .searchWrap input::placeholder {
  color: #ffffff;
}
header .searchWrap.active {
  width: 160px;
  position: absolute;
  right: 56px;
  top: 10px;
  z-index: 1;
}
header .searchWrap.active input {
  display: block;
  position: absolute;
  top: 9px;
  background-color: #19184b;
  box-shadow: 0 0px 7px black;
}

header .navbar-light .navbar-nav .nav-item:hover .subNav {
  display: block;
}

.subNav {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);
  background: #26285A;
  border-radius: 5px;
  padding: 0 10px;
  width: 140px;
  display: none;
}
.subNav::before {
  border-bottom: 10px solid #26285A;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
}
.subNav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.subNav li:last-child {
  border-bottom: 0;
}
.subNav li a {
  padding: 8px;
  display: block;
  color: #ffffff;
}
.subNav li a:hover {
  text-decoration: none;
}

footer {
  background: rgba(136, 136, 136, 0.05);
  padding-top: 20px;
  padding-bottom: 0px;
}
footer .footerNav li {
  width: 33%;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footerNav li {
    width: 32%;
  }
}
@media (max-width: 767px) {
  footer .footerNav li {
    width: 48%;
    margin-bottom: 10px;
  }
}
footer .footerNav li a {
  color: #444444;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .footerNav li a {
    font-size: 11px;
  }
}
footer .footerNav li a.active {
  color: #FB6E78;
}
footer .copyRight {
  padding: 9px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 10px;
  background: #838DD4;
  color: #ffffff;
  padding-bottom: 5px;
}

button:focus {
  outline: none;
}

.mian-wrapper {
  background: #F1F3F5;
}

.centerwrapper {
  width: 100%;
  display: block;
  padding-top: 45px;
  background: url(../images/bgimage.png);
  background-size: 100%;
}
@media (max-width: 767px) {
  .centerwrapper {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.heroGridBg {
  background: url(../images/bg/bgfirst.png);
  background-position: bottom center;
  padding-bottom: 40px;
  background-size: 100% 80%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .heroGridBg {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .ourTeams {
    display: inline-block;
    overflow: hidden;
  }
}

.heroGrid {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.exploreBtn {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  padding-right: 26px;
}
.exploreBtn::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/short_left.svg);
  display: inline-block;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -1px;
}

.leftPanle {
  width: 270px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .leftPanle {
    width: 100%;
    order: 2;
    margin-top: 15px;
  }
}

.collaboratingMain .collaborating {
  background: #b695c2;
  border-radius: 20px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 60px;
}
.collaboratingMain .collaborating:hover img {
  transform: scale(1.1);
}
.collaboratingMain .collaborating figure {
  margin-bottom: 0;
}
.collaboratingMain .collaborating figure img {
  width: 100%;
  transition: all 0.5s;
}
.collaboratingMain .collaborating .exploreBtn {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.collaboratingMain .collaborating h2 {
  font-size: 21px;
  font-weight: 700;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .collaboratingMain .collaborating h2 {
    font-size: 16px;
  }
}
.collaboratingMain .collaborating .collaboraHead {
  position: relative;
  z-index: 1;
}
.collaboratingMain .wedoBtn {
  align-items: center;
  background: #FB6E78;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 50px;
  margin-top: 38px;
}

.rightPanle {
  color: #ffffff;
  padding: 0 10px;
  width: calc(100% - 270px);
}
@media (max-width: 767px) {
  .rightPanle {
    width: 100%;
    order: 1;
  }
}
.rightPanle figure {
  margin-bottom: 0;
  border-radius: 20px;
  overflow: hidden;
}
.rightPanle figure img {
  width: 100%;
  transition: all 0.5s;
}
.rightPanle h2 {
  font-size: 25px;
  font-weight: 700;
}
.rightPanle .topPanle {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .rightPanle .topPanle {
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
  }
}
.rightPanle .topPanle .discoveringMain {
  position: relative;
}
@media (max-width: 767px) {
  .rightPanle .topPanle .discoveringMain {
    margin-bottom: 20px;
  }
}
.rightPanle .topPanle .discoveringMain:hover img {
  transform: scale(1.1);
}
.rightPanle .topPanle .discoveringMain .discoveringTitle {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.rightPanle .topPanle .discoveringMain .discoveringTitle h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .rightPanle .topPanle .discoveringMain .discoveringTitle h2 {
    font-size: 16px;
  }
}
.rightPanle .topPanle .discoveringMain .exploreBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.rightPanle .topPanle .casestudyMain {
  position: relative;
  border-radius: 6px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .rightPanle .topPanle .casestudyMain {
    padding: 0;
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  .rightPanle .topPanle .casestudyMain {
    margin-bottom: 20px;
    padding-right: 5px;
  }
}
.rightPanle .topPanle .casestudyMain:hover img {
  transform: scale(1.1);
}
.rightPanle .topPanle .casestudyMain .casestudyTitle {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.rightPanle .topPanle .casestudyMain .casestudyTitle h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .rightPanle .topPanle .casestudyMain .casestudyTitle h2 {
    font-size: 13px;
  }
}
.rightPanle .topPanle .contactMain {
  background: linear-gradient(180deg, #8C96DB 21.88%, #838DD4 83.85%);
  border-radius: 20px;
  height: 222px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
@media (max-width: 540px) {
  .rightPanle .topPanle .contactMain {
    margin-left: 5px;
  }
}
.rightPanle .topPanle .contactMain:hover img {
  transform: scale(1.1);
}
.rightPanle .topPanle .contactMain h2 {
  position: absolute;
  font-size: 14px;
  width: 100%;
  text-align: center;
  bottom: 9px;
}
.rightPanle .realWrap:hover img {
  transform: scale(1.1);
}
.rightPanle .bottomPanle {
  display: flex;
}
@media (max-width: 540px) {
  .rightPanle .bottomPanle {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.rightPanle .bottomPanle .videoWrap {
  padding: 0 20px;
}
@media (max-width: 540px) {
  .rightPanle .bottomPanle .videoWrap {
    padding: 20px 0;
  }
}
.rightPanle .bottomPanle .videoWrap:hover img {
  transform: scale(1.1);
}

.heroMianWrap {
  background: #ffffff;
}
.heroMianWrap .commanHeader {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.heroContent {
  padding: 50px;
  background: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  font-weight: 400;
  color: #394C5E;
}
@media (max-width: 767px) {
  .heroContent {
    text-align: center;
    font-size: 14px;
    padding: 15px;
  }
}

.teamList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.teamList li {
  width: 25%;
  height: 100%;
  padding: 8px;
}
@media (max-width: 998px) {
  .teamList li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .teamList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .teamList li {
    width: 100%;
  }
}

.teamViewWrap {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.teamViewWrap figure {
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
}
.teamViewWrap figure:hover img {
  transform: scale(1.1);
}
.teamViewWrap figure img {
  transition: all 0.5s;
}
.teamViewWrap .teamHead {
  display: flex;
  align-items: center;
  padding: 8px 18px;
}
.teamViewWrap .teamHead figure {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
}
.teamViewWrap .teamHead .teamName {
  padding-left: 10px;
  width: calc(100% - 30px);
}
.teamViewWrap .teamHead h3 {
  margin: 0;
  color: #394C5E;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.teamViewWrap .teamHead small {
  font-weight: normal;
  font-size: 10px;
  color: #888888;
}
.teamViewWrap .teamFooter {
  display: flex;
  align-items: center;
  padding: 5px 18px;
}
.teamViewWrap .teamFooter .socialContact {
  margin-left: auto;
}
.teamViewWrap .teamFooter .socialContact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.teamViewWrap .teamFooter .socialContact a img {
  transition: all 0.5s;
}
.teamViewWrap .teamFooter .followers {
  color: #F68B51;
}

.commanHeader {
  text-align: center;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .commanHeader {
    padding: 0 20px;
  }
}
.commanHeader h2 {
  font-weight: bold;
  font-size: 26px;
  color: #394C5E;
  margin: 0;
}
@media (max-width: 767px) {
  .commanHeader h2 {
    font-size: 24px;
  }
}
.commanHeader p {
  color: #888888;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  .commanHeader p {
    font-size: 16px;
  }
}

@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.shake {
  display: block;
  position: relative;
}

.shake:hover,
.shake:focus {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 0.8s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

.creatorsList {
  display: flex;
  flex-wrap: wrap;
}
.creatorsList li {
  width: 25%;
}
@media (max-width: 768px) {
  .creatorsList li {
    width: 33%;
  }
}
@media (max-width: 540px) {
  .creatorsList li {
    width: 50%;
  }
}
.creatorsList li:hover .creatorsSection figure {
  transform: scale(1);
}
@media (max-width: 767px) {
  .creatorsList li:hover .creatorsSection figure {
    transform: scale(0.9);
  }
}
.creatorsList li:hover .creatorsSection h2 {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .creatorsList li:hover .creatorsSection h2 {
    transform: scale(0.9);
  }
}
.creatorsList li:nth-child(1) {
  background: #FB6E78;
}
.creatorsList li:nth-child(2) {
  background: #FDD240;
}
.creatorsList li:nth-child(2) .creatorsSection figure::before {
  background: #F68B51;
}
.creatorsList li:nth-child(3) {
  background: #76C8CF;
}
.creatorsList li:nth-child(3) .creatorsSection figure::before {
  background: #E26281;
}
.creatorsList li:nth-child(4) {
  background: #F68B51;
}
.creatorsList li:nth-child(4) .creatorsSection figure::before {
  background: #F7DD99;
}
.creatorsList li:nth-child(5) {
  background: #76C8CF;
}
.creatorsList li:nth-child(5) .creatorsSection figure::before {
  background: #8C96DB;
}
.creatorsList li:nth-child(6) {
  background: #F68B51;
}
.creatorsList li:nth-child(6) .creatorsSection figure::before {
  background: #F66450;
}
.creatorsList li:nth-child(7) {
  background: #FB6E78;
}
.creatorsList li:nth-child(7) .creatorsSection figure::before {
  background: #FDD240;
}
.creatorsList li:nth-child(8) {
  background: #FDD240;
}
.creatorsList li:nth-child(8) .creatorsSection figure::before {
  background: #F68B51;
}
.creatorsList li .creatorsSection figure {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 11px;
  min-height: 225px;
  transition: all 0.5s;
  position: relative;
  transform: scale(0.8);
}
@media (max-width: 767px) {
  .creatorsList li .creatorsSection figure {
    transform: scale(0.7);
  }
}
.creatorsList li .creatorsSection figure::before {
  content: "";
  width: 194px;
  height: 194px;
  display: inline-block;
  border-radius: 50%;
  background: #FECB49;
  position: absolute;
}
.creatorsList li .creatorsSection h2 {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.5s;
}

li + li {
  margin-top: 0 !important;
}

.creatorsMainWrap .creatorsHead {
  background: #D580E9;
  padding: 20px 80px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .creatorsMainWrap .creatorsHead {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.creatorsMainWrap .creatorsHead p {
  font-weight: 500;
  font-size: 16px;
  max-width: 62%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .creatorsMainWrap .creatorsHead p {
    max-width: 100%;
    text-align: center;
  }
}
.creatorsMainWrap .creatorsHead a {
  margin: 0 20px;
}

.brandsWrap {
  background: #ffffff;
}
.brandsWrap .brandsFooter {
  background: #76c8cf;
  padding: 20px 80px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .brandsWrap .brandsFooter {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.brandsWrap .brandsFooter p {
  font-weight: 500;
  font-size: 16px;
  max-width: 62%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .brandsWrap .brandsFooter p {
    max-width: 100%;
    text-align: center;
  }
}
.brandsWrap .brandsFooter a {
  margin: 0 20px;
}

.brandList ul {
  display: flex;
  flex-wrap: wrap;
}
.brandList ul li {
  margin: 10px;
  vertical-align: top;
  width: 14%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .brandList ul li {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .brandList ul li {
    width: 28%;
  }
}
@media (max-width: 420px) {
  .brandList ul li {
    width: 44%;
  }
}
.brandList ul li:hover img {
  transform: scale(1.2);
}
.brandList ul li img {
  max-width: 100%;
  display: block;
  transition: all 0.5s;
  transform: scale(0.9);
}

.whatwedoBanner {
  position: relative;
}
.whatwedoBanner .videoWrap {
  overflow: hidden;
  height: 90vh;
}
.whatwedoBanner .whatwedoBannerText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
}
.whatwedoBanner .whatwedoBannerText h2 {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .whatwedoBanner .whatwedoBannerText h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .whatwedoBanner .whatwedoBannerText h2 {
    font-size: 22px;
  }
}
.whatwedoBanner .whatwedoBannerText p {
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .whatwedoBanner .whatwedoBannerText p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .whatwedoBanner .whatwedoBannerText p {
    font-size: 16px;
  }
}

.whatwedoHistory ul {
  background: #D580E9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 12px 12px 12px;
  position: relative;
  max-width: 1200px;
  margin: -50px auto 0;
}
@media (max-width: 540px) {
  .whatwedoHistory ul {
    flex-wrap: wrap;
  }
}
.whatwedoHistory ul li {
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 540px) {
  .whatwedoHistory ul li {
    width: 50%;
    padding-bottom: 14px;
  }
}
.whatwedoHistory ul li:first-child::before {
  display: none;
}
.whatwedoHistory ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 80px;
}
.whatwedoHistory ul li .recordView {
  font-family: "Bebas Neue", cursive;
  color: #ffffff;
}
.whatwedoHistory ul li .recordView h2 {
  font-size: 50px;
  margin: 0;
  line-height: 40px;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .whatwedoHistory ul li .recordView h2 {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .whatwedoHistory ul li .recordView h2 {
    font-size: 30px;
  }
}
.whatwedoHistory ul li .recordView span {
  font-weight: normal;
  font-size: 16px;
}

.ourServiceMainWrap {
  padding: 60px 0;
  background: url(../images/bg/ourservice.png);
  background-attachment: fixed;
}

.ourServiceHead {
  text-align: center;
  margin-bottom: 30px;
}
.ourServiceHead h2 {
  color: #394C5E;
  font-weight: bold;
  font-size: 24px;
}
.ourServiceHead p {
  color: #394C5E;
  font-weight: normal;
  font-size: 14px;
}

.ourServiceListWrap ul {
  display: flex;
  flex-wrap: wrap;
}
.ourServiceListWrap ul li {
  width: 25%;
  vertical-align: top;
  margin: 0;
  padding: 10px;
}
@media (max-width: 998px) {
  .ourServiceListWrap ul li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .ourServiceListWrap ul li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .ourServiceListWrap ul li {
    width: 100%;
  }
}

.ourServiceWrap {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .ourServiceWrap {
    text-align: center;
  }
}
.ourServiceWrap figure {
  min-height: 82px;
}
.ourServiceWrap h2 {
  font-weight: 600;
  font-size: 14px;
  color: #394C5E;
}
.ourServiceWrap p {
  font-weight: normal;
  font-size: 11px;
  color: #888888;
}

.onboardWrap {
  position: relative;
  padding: 60px 0;
}
.onboardWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #FB6E78;
}

.onboardImage {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .onboardImage {
    margin: 10px 0;
  }
}
.onboardImage:hover figure img {
  transform: scale(1.1);
}
.onboardImage figure {
  margin: 0;
}
.onboardImage figure img {
  width: 100%;
  transition: all 0.5s;
}
.onboardImage .btn {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .onboardImage .btn {
    width: 200px;
  }
}

.reportingToolWrap {
  background: url(../images/bg/bg3-services.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
}
.reportingToolWrap h2 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 40px;
}

.reportingBox {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 28px 26px;
  height: 100%;
}
@media (max-width: 998px) {
  .reportingBox {
    margin: 10px 0;
    height: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .reportingBox {
    margin-bottom: 15px;
    height: auto;
    text-align: center;
  }
}
.reportingBox h3 {
  color: #394C5E;
  font-weight: 600;
  font-size: 14px;
}
.reportingBox p {
  color: #888888;
  font-weight: normal;
  font-size: 11px;
}

.socialListWrap ul {
  max-width: 800px;
  margin: 0 auto;
}
.socialListWrap ul li {
  margin-bottom: 20px;
}

.socialListBox {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .socialListBox {
    flex-wrap: wrap;
  }
}
.socialListBox figure {
  width: 210px;
}
@media (max-width: 767px) {
  .socialListBox figure {
    width: 100%;
    height: 210px;
  }
}
.socialListBox figure:hover img {
  transform: scale(1.1);
}
.socialListBox figure img {
  transition: all 0.5s;
}
.socialListBox .socialContent {
  padding: 28px 26px;
  width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .socialListBox .socialContent {
    width: 100%;
    text-align: center;
  }
}
.socialListBox .socialContent h2 {
  font-weight: 600;
  font-size: 14px;
  color: #394C5E;
  margin: 0 0 20px 0;
}
.socialListBox .socialContent h2 b {
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  display: block;
}
.socialListBox .socialContent p {
  font-weight: normal;
  font-size: 11px;
  color: #888888;
  margin-bottom: 20px;
  max-width: 540px;
  display: inline-block;
}
.socialListBox .socialContent span {
  font-weight: 500;
  font-size: 11px;
  color: #888888;
  display: block;
}

.caseStudiesWrap {
  background: url(../images/bg/casebg.png);
  padding: 5px 0 40px 0;
  background-size: cover;
  background-attachment: fixed;
}
.caseStudiesWrap .commanHeader {
  margin-bottom: 40px;
}
.caseStudiesWrap .commanHeader h2 {
  color: #ffffff;
}
.caseStudiesWrap .commanHeader p {
  color: #ffffff;
}

.caseStudiesBox {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .caseStudiesBox {
    margin-bottom: 20px;
  }
}
.caseStudiesBox figure img {
  width: 100%;
}

.caseStdContant {
  padding: 0px 26px 0 26px;
}
.caseStdContant p {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #888888;
  margin-bottom: 0;
}

.caseStdContantHead {
  display: flex;
  align-items: center;
}
.caseStdContantHead h2 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #394C5E;
}
.caseStdContantHead a {
  margin-left: auto;
}

.caseStdContantFooter ul {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(136, 136, 136, 0.1);
}
.caseStdContantFooter ul li {
  width: 100%;
  position: relative;
}
.caseStdContantFooter ul li:first-child::before {
  display: none;
}
.caseStdContantFooter ul li::before {
  content: "";
  background: rgba(136, 136, 136, 0.1);
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.caseStdContantFooter ul li .caseCount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 9px;
  margin: 15px 0;
  text-align: center;
}
.caseStdContantFooter ul li .caseCount b {
  color: #F68B51;
  font-weight: bold;
  font-size: 16px;
  display: block;
  width: 100%;
}

.testiWrap {
  position: relative;
  width: 100%;
}
.testiWrap .testVideoWrap {
  background: url(../images/videobg.png);
  background-size: cover;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 400px;
}
.testiWrap .testVideoWrap video {
  width: 100%;
}
.testiWrap .testiContent {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  width: 80%;
  text-align: center;
}
@media (max-width: 998px) {
  .testiWrap .testiContent {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .testiWrap .testiContent {
    font-size: 20px;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
  }
}
.testiWrap .testiContent b {
  position: absolute;
  left: -25px;
  top: -15px;
}
@media (max-width: 767px) {
  .testiWrap .testiContent b {
    left: -17px;
    top: -8px;
    width: 22px;
  }
}
.testiWrap .testiContent span {
  font-size: 20px;
  font-weight: 600;
}

.field input:focus::placeholder,
.field textarea:focus::placeholder {
  opacity: 1;
}

.label-before,
.field input:focus + label::before,
.field input:valid + label::before,
.field textarea:focus + label::before,
.field textarea:valid + label::before {
  line-height: 20px;
  font-size: 12px;
  top: -20px;
  background: #fff;
  padding: 0 6px;
  left: 20px;
}

.field {
  position: relative;
  margin-bottom: 15px;
}

.field label::before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 26px;
  line-height: 40px;
  font-size: 14px;
  color: #777;
  transition: 300ms all;
}

.field input,
.field textarea {
  width: 100%;
  line-height: 40px;
  padding: 0 26px;
  box-sizing: border-box;
  font-size: 14px;
  color: #222;
  border: 1px solid rgba(147, 141, 144, 0.2);
  border-radius: 25px;
}

.field textarea {
  line-height: 18px;
  min-height: 100px;
}

.field input::placeholder,
.field textarea::placeholder {
  opacity: 0;
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  border-color: #394C5E;
}

.field input:valid + label::before,
.field textarea:valid + label::before {
  content: attr(data-title);
}

.field input:focus + label::before,
.field textarea:focus + label::before {
  color: #394C5E;
}

.formBtn {
  padding: 10px 25px;
  border-radius: 25px;
  border: 0;
  background: #FB6E78;
  color: #ffffff;
}

.getinteachWrap {
  padding-top: 70px;
  background: #ffffff url(../images/bg/getintuch.png);
  background-size: 100% 70%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .getinteachWrap {
    background-size: 200% 250px;
    padding-top: 0px;
  }
}
.getinteachWrap form {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .getinteachWrap form {
    margin-bottom: 20px;
  }
}
.getinteachWrap .commanHeader {
  text-align: left;
  margin-top: 60px;
}
.getinteachWrap .commanHeader h2 {
  color: #ffffff;
}
.getinteachWrap .commanHeader p {
  color: #ffffff;
}
.getinteachWrap .contactInfoWrap {
  margin-top: 50px;
}
.getinteachWrap .contactInfoWrap a {
  color: #FB6E78;
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.getinteachWrap .contactInfoWrap a img {
  margin-right: 10px;
}
.getinteachWrap .addressWrap {
  display: flex;
  padding: 40px 0 20px 0;
}
.getinteachWrap .addressWrap li {
  color: #000000;
  font-size: 14px;
  width: 100%;
  padding-right: 15px;
}
.getinteachWrap .addressWrap li h2 {
  font-size: 14px;
}
.ourTeamsWrap {
  background: url(../images/bg/meetbg.png);
  background-attachment: fixed;
}

.modal-header .close span {
  font-weight: normal;
  font-size: 29px;
}

.fullpage-wrapper {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transform: translate3d(0px, -4060px, 0px);
  transform: translate3d(0px, -4060px, 0px);
  -webkit-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
}

.fp-scroller {
  -webkit-transition-duration: 500ms !important;
  -o-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  -o-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms;
  -webkit-transform: translate(0px, -500px) translateZ(0px);
  transform: translate(0px, -500px) translateZ(0px);
}

.fp-section.fp-table, .fp-slide.fp-table {
  background: #ffffff;
}

.section {
  position: relative;
}

.positionSet {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
}

.animate01 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s;
}

.animate02 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1s;
}

.animate03 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.2s;
}

.animate04 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.4s;
}

.animate05 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.6s;
}

.animate06 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 1.8s;
}

.animate07 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 2s;
}

.animate08 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 2.2s;
}

.animate09 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 2.4s;
}

.animate10 {
  transform: translateY(100%);
  opacity: 0;
  transition: all 2.6s;
}

.section.active .animate01,
.section.active .animate02,
.section.active .animate03,
.section.active .animate04,
.section.active .animate05,
.section.active .animate06,
.section.active .animate07,
.section.active .animate08,
.section.active .animate09,
.section.active .animate10 {
  transform: translateY(0);
  opacity: 1;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #979798;
}
img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(57, 76, 94, 0.6);
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(57, 76, 94, 0.6);
}

:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(57, 76, 94, 0.6);
}

:-moz-placeholder {
  /* Firefox 18- */
  text-transform: none;
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  color: rgba(57, 76, 94, 0.6);
}

button.btn.btn-primary {
  border-radius: 25px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 24px;
  letter-spacing: 1.76px;
  background: #ffffff;
  padding: 5px 20px;
  border-radius: 25px;
  border: 1px solid #000000;
}

button.btn,
button.btn.btn-primary:hover,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active {
  background: #FFFFFF;
  border-radius: 40px;
  color: #FB6E78;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 30px;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-sm:focus,
.btn.btn-sm.focus {
  box-shadow: none;
}

.btn,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
  background: #FFFFFF;
  border-radius: 40px;
  color: #FB6E78;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 30px;
  text-decoration: none;
  border: 0;
  box-shadow: none;
}

.btn.btn-secondary {
  background: #ffffff;
  color: #79D677;
  border: 1px solid #79D677;
}

.form-control:focus {
  box-shadow: inherit;
}

ul {
  margin: 0;
  padding: 0px;
}

ul li {
  list-style: none;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
}

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