/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
/**/
html {
  background: #fff;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #25252d;
  text-align: left;
}

img {
  max-width: 100%;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-5 {
    font-size: 1.25rem !important;
  }
  .fs-6 {
    font-size: 1rem !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

header {
  display: block;
  padding: 0;
}
header .show-sm {
  display: none !important;
}
header .hide-sm {
  display: block !important;
}
header .hide-sm.d-flex {
  display: flex !important;
}
header .ham-container {
  display: none;
}
header .navbar-brand {
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-brand img {
  height: 80px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-brand.light {
  display: none;
}
header .navbar-brand.dark {
  display: block;
}
header .navbar-nav {
  float: right;
  list-style-type: none;
  margin: 0;
}
header .navbar-nav .nav-item {
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  background: 0 !important;
  position: relative;
  padding: 6px 4px;
  margin: 0 8px 0 8px;
  min-width: 0;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
header .navbar-nav .nav-link::after {
  content: "";
  left: 50%;
  background: #ff9000;
  height: 8px;
  width: 0%;
  position: absolute;
  bottom: 13px;
  z-index: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -o-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
  transition: all 0.2s cubic-bezier(0.42, 0.16, 0.21, 0.93);
}
header .navbar-nav .nav-link.active {
  color: #ff9000;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link:hover {
  color: #fff;
}
header .navbar-nav .nav-link.active::after, header .navbar-nav .nav-link:hover::after {
  left: 10px;
  width: 60%;
}
header .navbar-nav .nav-link .text {
  position: relative;
  z-index: 1;
}
header .navbar-main {
  display: flex;
  width: 100vw;
  justify-content: space-between;
  padding: 0 10vw;
  position: fixed;
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1000000000000000000;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .navbar-brand {
  height: 70px;
}
header .navbar-main.scroll .navbar-brand.light {
  display: block;
}
header .navbar-main.scroll .navbar-brand.dark {
  display: none;
}
header .navbar-main.scroll .navbar-brand img {
  height: 65px;
  padding-top: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5490196078) !important;
}
header .navbar-main.scroll .navbar-nav .nav-link.active, header .navbar-main.scroll .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7019607843) !important;
}
header .navbar-main.scroll .navbar-nav .nav-link::after {
  background: #ffdbac !important;
}
header .navbar-main.scroll .deco {
  opacity: 0;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .btn-contact {
  height: 70px;
  border-radius: 0;
  background-color: #ff9000;
  color: #fff;
  padding: 23px 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header .navbar-main.scroll .btn-contact:hover {
  background-color: rgba(255, 144, 0, 0.8);
  color: #fff;
}
header .deco {
  z-index: -1;
  width: 500px;
  height: 300px;
  border-radius: 40px;
  position: absolute;
  top: -240px;
  background-color: #ff9000;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
header .btn-contact {
  color: #ff9000;
  font-weight: 400;
  z-index: 1;
  margin: 0 90px;
  border: none;
}
header .btn-contact:hover {
  color: #ff9000;
  background-color: rgba(255, 255, 255, 0.8);
}
header #nav-icon {
  width: 34px;
  height: 25px;
  position: relative;
  margin: auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header #nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header #nav-icon span:first-child {
  top: 0px;
}
header #nav-icon span:nth-child(2) {
  top: 11px;
}
header #nav-icon span:nth-child(3) {
  top: 11px;
}
header #nav-icon span:nth-child(4) {
  top: 22px;
}
header #nav-icon span {
  background: #fff;
}

.menu-open #nav-icon span {
  background: #ff9000 !important;
}
.menu-open #nav-icon span:first-child {
  top: 20px;
  width: 0%;
  left: 50%;
}
.menu-open #nav-icon span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
}
.menu-open #nav-icon span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.menu-open #nav-icon span:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}
.menu-open header .navbar-main {
  background-color: #fff;
}
.menu-open header .navbar-brand.light {
  display: block !important;
}
.menu-open header .navbar-brand.dark {
  display: none !important;
}
.menu-open .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5490196078) !important;
}

@media only screen and (max-width: 576px) {
  header .show-sm {
    display: none !important;
  }
  header .hide-sm {
    display: block !important;
  }
  header .hide-sm.d-flex {
    display: flex !important;
  }
  header .ham-container {
    display: block;
  }
  header .navbar-main {
    padding: 0 5vw;
  }
  header .navbar-main .navbar-brand, header .navbar-main.scoll .navbar-brand {
    height: 65px !important;
  }
  header .navbar-main .navbar-brand img, header .navbar-main.scoll .navbar-brand img {
    height: 60px !important;
  }
  header .navbar-main .navbar-mobile {
    height: 100vh !important;
    width: 100%;
  }
  header .navbar-nav {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  header .navbar-nav .nav-link {
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
  }
  header .navbar-nav .nav-link::after {
    bottom: 26px;
  }
}
.home header .navbar-main .deco {
  display: block;
}
.home header .navbar-main #nav-icon span {
  background: #ff9000 !important;
}
.home header .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5490196078);
}
.home header .navbar-nav .nav-link.active, .home header .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7019607843);
}
.home header .navbar-nav .nav-link::after {
  background: #ffdbac !important;
}
.home header .navbar-brand.light {
  display: block;
}
.home header .navbar-brand.dark {
  display: none;
}

.main section {
  padding: 2em;
  position: relative;
  overflow: hidden;
}

#home .section-hero {
  width: 100%;
  min-height: 750px;
  padding: 150px 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
#home .section-hero::before {
  content: "";
  background-color: #38a2d7;
  display: block;
  position: absolute;
  border-radius: 40px;
  width: 1600px;
  height: 1024px;
  top: -450px;
  left: 50%;
  margin-left: -700px;
  opacity: 0.1;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
#home .section-hero .cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #d6ecf7;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
#home .section-hero .cube:nth-child(2n) {
  border-color: white;
}
#home .section-hero .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
#home .section-hero .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
#home .section-hero .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
#home .section-hero .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 85vh;
}
#home .section-hero .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
#home .section-hero .container {
  position: relative;
}
#home .section-hero .deco-banner .img {
  width: 100%;
  position: relative;
  z-index: 5;
}
#home .section-hero .parallax-scene {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(10deg);
  transform-origin: top;
  width: 1200px;
}
#home .section-hero .parallax-scene.back {
  z-index: 4;
}
#home .section-hero .parallax-scene.front {
  z-index: 6;
}
#home .section-hero .parallax-scene span {
  display: block;
  position: relative;
}
#home .section-hero .icon-one {
  top: 100px;
  width: 510px;
  left: 150%;
  height: 600px;
  background: url("../images/home/hero/parallax-one.png") no-repeat;
}
#home .section-hero .icon-two {
  width: 450px;
  height: 560px;
  left: 65%;
  top: 125px;
  background: url("../images/home/hero/parallax-two.png") no-repeat;
}
#home .section-hero .icon-three {
  width: 400px;
  height: 560px;
  left: 93%;
  top: 120px;
  background: url("../images/home/hero/parallax-three.png") no-repeat;
}
#home .section-hero .icon-four {
  width: 400px;
  height: 560px;
  left: 185%;
  top: 225px;
  background: url("../images/home/hero/parallax-four.png") no-repeat;
}
#home .section-hero .title {
  position: relative;
  display: inline-block;
  margin-top: 100px;
  z-index: 7;
  cursor: pointer;
}
#home .section-hero .text-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
#home .section-hero .text-title h2 {
  font-size: 50px;
  font-size: 3.125rem;
  position: relative;
  z-index: 1;
}
#home .section-hero .text-title h3 {
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  z-index: 1;
}
#home .section-hero .text-title::before {
  background-color: #ffdbac;
  content: "";
  height: 20px;
  width: 90%;
  position: absolute;
  bottom: -5px;
  z-index: 0;
}
#home .section-hero .text-title a {
  text-decoration: none;
  color: inherit;
}
#home .section-hero .text-title a.primary:hover {
  color: #ff9000;
}
#home .section-hero .text-title a.secondary:hover {
  color: #38a2d7;
}
#home .section-hero .text-sub-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
#home .section-hero .text-sub-title h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  position: relative;
  z-index: 1;
}
#home .section-hero .text-sub-title a {
  text-decoration: none;
  color: inherit;
}
#home .section-hero .text-sub-title a.primary:hover {
  color: #ff9000;
}
#home .section-hero .text-sub-title a.secondary:hover {
  color: #38a2d7;
}
#home .section-hero .btn-started {
  position: relative;
  z-index: 7;
}
@media only screen and (max-width: 576px) {
  #home .section-hero {
    padding: 40vw 5vw;
    min-height: 0;
    height: auto;
  }
  #home .section-hero::before {
    top: -600px;
    margin-left: -270px;
  }
  #home .section-hero .title {
    margin-top: 0px;
    text-align: center;
  }
  #home .section-hero .title.d-sm-block {
    display: block !important;
  }
  #home .section-hero .title.d-sm-none {
    display: none !important;
  }
  #home .section-hero .text-title::before {
    left: 50%;
    margin-left: -45%;
  }
  #home .section-hero .text-sub-title h3 {
    margin-top: 15px;
    line-height: 30px;
  }
  #home .section-hero .btn-started {
    display: block;
    margin: 0 auto;
  }
}
#home .section-services {
  width: 100%;
  height: auto;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
#home .section-services .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
#home .section-services .deco.deco-primary {
  background-color: #ff9000;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
#home .section-services .deco.deco-secondary {
  background-color: #38a2d7;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
#home .section-services .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
#home .section-services .cube:nth-child(2n) {
  border-color: #fff1df;
}
#home .section-services .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
#home .section-services .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
#home .section-services .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
#home .section-services .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
#home .section-services .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
#home .section-services .title-main .title h3 {
  position: relative;
  z-index: 1;
}
#home .section-services .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
#home .section-services .nav-row-services {
  display: flex;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #d5e0e9;
  margin: 20px auto 45px;
  z-index: 2;
}
#home .section-services .nav-item-service {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.2vw;
  text-transform: uppercase;
  font-size: calc(6px + 0.9vw);
  text-align: center;
  margin: 0;
  cursor: pointer;
  transition: 0.3s ease-out !important;
}
#home .section-services .nav-item-service:hover {
  background-color: #ebf6fb;
  position: relative;
}
#home .section-services .nav-item-service:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #ebf6fb transparent transparent transparent;
}
#home .section-services .nav-item-service.active {
  font-weight: bold;
  color: #fff;
  background-color: #ff9000;
  position: relative;
}
#home .section-services .nav-item-service.active:hover {
  font-weight: bold;
  color: #fff;
  background-color: #ff9000;
}
#home .section-services .nav-item-service.active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: #ff9000 transparent transparent transparent;
}
#home .section-services .section-service .img {
  width: 100%;
}
#home .section-services .section-service .title {
  display: flex;
  color: #38a2d7;
}
#home .section-services .section-service .title::before {
  content: "";
  display: block;
  height: auto;
  width: 10px;
  margin-right: 20px;
  background: #ff9000;
}
#home .section-services .icon-wrap .icon-service {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
#home .section-services .icon-wrap .icon-service a {
  display: block;
  margin-bottom: 5px;
}
#home .section-services .icon-wrap .icon-service img {
  height: 40px;
  width: auto;
}
#home .section-services .icon-wrap .icon-service p {
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 576px) {
  #home .section-services {
    padding: 5vw 5vw;
  }
  #home .section-services .section-service .image.img {
    width: auto;
    height: 300px;
    margin: 0 auto 30px;
    display: block;
  }
  #home .section-services .section-service .title::before {
    width: 20px;
  }
  #home .section-services .section-service .desc {
    text-align: center;
  }
}
#home .section-case-studies {
  width: 100%;
  min-height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
#home .section-case-studies .show-sm {
  display: none !important;
}
#home .section-case-studies .hide-sm {
  display: block !important;
}
#home .section-case-studies .hide-sm.d-flex {
  display: flex !important;
}
#home .section-case-studies::before {
  content: "";
  background-color: #ff9000;
  display: block;
  position: absolute;
  border-radius: 40px;
  width: 1000px;
  height: 500px;
  top: 40px;
  left: -70px;
  opacity: 0.1;
  -webkit-transform: rotate(-5deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-5deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-5deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-5deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-5deg) scale(1) skew(0deg) translate(0px);
}
#home .section-case-studies .floating-title {
  position: absolute;
  top: 50%;
  margin-top: -110px;
}
#home .section-case-studies .title-main .title h3 {
  position: relative;
  z-index: 1;
  font-size: 52px;
}
#home .section-case-studies .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
#home .section-case-studies .title-mobile {
  display: none;
  margin-bottom: 25px;
}
#home .section-case-studies .title-mobile .title-main .title h3 {
  position: relative;
  z-index: 1;
}
#home .section-case-studies .title-mobile .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
#home .section-case-studies .item {
  display: inline-block;
  margin-right: 20px;
}
#home .section-case-studies .item .card {
  display: block;
  position: relative;
  background-color: #fff;
  border-width: 0px;
  width: 100%;
  max-height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
#home .section-case-studies .item .card .image {
  width: 100%;
  height: 500px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
#home .section-case-studies .item .card .card-desc {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -15px;
  left: 5%;
  border-width: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.9019607843);
}
#home .section-case-studies .item .card .title {
  text-align: center;
  padding: 40px 16px 55px;
}
#home .section-case-studies .item .card .btn {
  background-color: #38a2d7;
  border-color: #38a2d7;
  position: absolute;
  bottom: -15px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}
#home .section-case-studies .item .card .btn:hover {
  background-color: #ff9000;
  border-color: #ff9000;
}
#home .section-case-studies .btn-floating {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  margin-top: -100px;
  width: 100px;
  z-index: 3;
  height: 100px;
  min-width: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
#home .section-case-studies .btn-floating.prev {
  padding: 25px 10px 25px 32px;
  left: -35px;
}
#home .section-case-studies .btn-floating.next {
  padding: 25px 32px 25px 10px;
  right: -35px;
}
#home .section-case-studies .cube {
  position: absolute;
  top: 50vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
#home .section-case-studies .cube:nth-child(2n) {
  border-color: #fff1df;
}
#home .section-case-studies .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
#home .section-case-studies .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
#home .section-case-studies .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
#home .section-case-studies .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 55vh;
}
#home .section-case-studies .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@media only screen and (max-width: 576px) {
  #home .section-case-studies {
    margin-top: 80px;
    min-height: 650px;
  }
  #home .section-case-studies .show-sm {
    display: block !important;
  }
  #home .section-case-studies .hide-sm {
    display: none !important;
  }
  #home .section-case-studies .hide-sm.d-flex {
    display: none !important;
  }
  #home .section-case-studies .title-mobile {
    display: block !important;
  }
  #home .section-case-studies .item .card .image {
    height: 400px;
  }
  #home .section-case-studies .btn-floating {
    margin-top: -100px;
  }
}
#home .section-client {
  width: 100%;
  min-height: auto;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
#home .section-client .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
#home .section-client .deco.deco-primary {
  background-color: #ff9000;
  width: 500px;
  height: 500px;
  top: 20px;
  right: -450px;
  opacity: 0.1;
}
#home .section-client .deco.deco-secondary {
  background-color: #38a2d7;
  width: 400px;
  height: 400px;
  top: 130px;
  left: -200px;
  opacity: 0.1;
}
#home .section-client .title-main .title h3 {
  position: relative;
  z-index: 1;
}
#home .section-client .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
#home .section-client .slider-wrap {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
#home .section-client .item .image {
  width: 100px;
  height: auto;
}
#home .section-client .item .image img {
  width: 100%;
}
#home .section-client .cube {
  position: absolute;
  top: 50vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #d6ecf7;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
#home .section-client .cube:nth-child(2n) {
  border-color: white;
}
#home .section-client .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
#home .section-client .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
#home .section-client .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
#home .section-client .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 55vh;
}
#home .section-client .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@media only screen and (max-width: 576px) {
  #home .section-client .row-client .col-md-2, #home .section-client .row-partners .col-md-2 {
    width: 50%;
  }
  #home .section-client .row-client .col-md-2:nth-child(3), #home .section-client .row-client .col-md-2:nth-child(4), #home .section-client .row-client .col-md-2:nth-child(5), #home .section-client .row-client .col-md-2:nth-child(6) {
    margin-top: -35px;
  }
  #home .section-client .row-partners .col-md-2:nth-child(3), #home .section-client .row-partners .col-md-2:nth-child(4) {
    margin-top: -35px;
  }
  #home .section-client .row-partners .col-md-2:nth-child(5) {
    margin-top: -55px;
  }
}

.section-office {
  width: 100%;
  min-height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.section-office::before {
  content: "";
  background-color: #38a2d7;
  display: block;
  position: absolute;
  border-radius: 40px;
  width: 1600px;
  height: 1024px;
  bottom: -415px;
  right: 50%;
  margin-right: -700px;
  opacity: 0.1;
  -webkit-transform: rotate(-7deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-7deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-7deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-7deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-7deg) scale(1) skew(0deg) translate(0px);
}
.section-office .cube {
  position: absolute;
  top: 50vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #d6ecf7;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.section-office .cube:nth-child(2n) {
  border-color: white;
}
.section-office .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.section-office .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.section-office .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.section-office .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 55vh;
}
.section-office .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.section-office .title-main {
  color: #fff;
  display: block;
  position: relative;
  width: 265px;
  height: 265px;
}
.section-office .title-main::before {
  z-index: 1;
  content: "";
  width: 200px;
  height: 200px;
  background: #ff9000;
  border-radius: 24px;
  position: absolute;
  left: 32px;
  top: 32px;
  -webkit-transform: rotate(-45deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-45deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-45deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-45deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-45deg) scale(1) skew(0deg) translate(0px);
}
.section-office .title-main h3 {
  z-index: 2;
  position: relative;
  padding: 92px 62px;
}
.section-office .card {
  background-color: #fff;
  border-width: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.section-office .card-address {
  padding: 16px 25px;
  cursor: pointer;
}
.section-office .card-address.head-quarter {
  margin-top: 60px;
}
.section-office .card-address i {
  color: #38a2d7;
}
.section-office .card-map {
  margin-top: -130px;
  height: 525px;
}
.section-office .card-map #map {
  height: 100%;
}
.section-office .card-map #map .place-card.place-card-large, .section-office .card-map #map .gm-inset-map {
  display: none !important;
}

@media only screen and (max-width: 576px) {
  .section-office {
    padding: 0 5vw;
  }
  .section-office .card-address {
    display: block !important;
  }
  .section-office .card-address .line-2 {
    display: block !important;
  }
  .section-office .card-address .line-2 > div {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .section-office .card-map {
    margin-top: 20px;
    margin-bottom: 50px;
    height: 360px;
  }
}
@media only screen and (max-width: 576px) {
  .section-office::before {
    bottom: auto;
    top: 160px;
    height: 1300px;
  }
  .section-office .title-main {
    margin: 0 auto;
  }
  .section-office .title-main h3 {
    font-size: 36px;
  }
  .section-office .card-address.head-quarter {
    margin-top: 25px;
  }
  .section-office .card-address .line-1 svg {
    width: 50px;
  }
}
.about-us .show-sm {
  display: none !important;
}
.about-us .hide-sm {
  display: block !important;
}
.about-us .hide-sm.d-flex {
  display: flex !important;
}
.about-us .section-hero {
  background-image: url("../images/about/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 750px;
  padding: 150px 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.about-us .section-hero .container {
  position: relative;
  z-index: 2;
}
.about-us .section-hero .text-case-study::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.about-us .section-hero .text-case-study::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.about-us .section-hero .title {
  font-size: 52px;
  font-size: 3.25rem;
}
.about-us .section-hero .btn-section-one {
  display: block;
  height: 50px;
  width: 50px;
  color: #fff;
  margin: 0 auto;
}
.about-us .section-one {
  width: 100%;
  height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.about-us .section-one .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.about-us .section-one .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
.about-us .section-one .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
.about-us .section-one .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.about-us .section-one .cube:nth-child(2n) {
  border-color: #fff1df;
}
.about-us .section-one .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.about-us .section-one .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.about-us .section-one .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.about-us .section-one .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.about-us .section-one .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.about-us .section-one .btn-section-two {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #38a2d7;
  margin: 0 auto;
}
.about-us .section-two {
  width: 100%;
  height: auto;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.about-us .section-two .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.about-us .section-two .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  right: -450px;
  opacity: 0.1;
}
.about-us .section-two .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 145px;
  left: -200px;
  opacity: 0.1;
}
.about-us .section-two .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.about-us .section-two .cube:nth-child(2n) {
  border-color: #fff1df;
}
.about-us .section-two .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.about-us .section-two .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.about-us .section-two .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.about-us .section-two .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.about-us .section-two .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.about-us .section-two .title-main {
  margin-top: 100px;
}
.about-us .section-two .title-main .title h3 {
  position: relative;
  z-index: 1;
}
.about-us .section-two .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
.about-us .section-two .item {
  display: inline-block;
  margin: 0 10px;
}
.about-us .section-two .item .card {
  display: block;
  position: relative;
  background-color: #fff;
  border-width: 0px;
  width: 100%;
  max-height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.about-us .section-two .item .card .image {
  width: 100%;
  height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.about-us .section-two .btn-floating {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  margin-top: 110px;
  width: 100px;
  z-index: 3;
  height: 100px;
  min-width: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.about-us .section-two .btn-floating.prev {
  padding: 25px 10px 25px 32px;
  left: -35px;
}
.about-us .section-two .btn-floating.next {
  padding: 25px 32px 25px 10px;
  right: -35px;
}

@media only screen and (max-width: 576px) {
  .about-us .show-sm {
    display: block !important;
  }
  .about-us .hide-sm {
    display: none !important;
  }
  .about-us .hide-sm.d-flex {
    display: none !important;
  }
  .about-us .section-hero {
    height: 100vh;
    padding: 70px 10vw 0;
  }
  .about-us .section-hero::before {
    height: 100vh;
  }
  .about-us .section-one, .about-us .section-two {
    height: auto;
  }
  .about-us .section-one .container {
    text-align: center;
  }
  .about-us .section-one .col-md-7 p:nth-child(1) {
    padding-top: 0 !important;
  }
  .about-us .section-two .btn-floating {
    margin-top: 240px;
  }
}
.section-privacy h1 {
  font-size: 34px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-privacy h2 {
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-privacy h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}
.section-privacy p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}
.section-privacy ul {
  list-style-type: disc;
  display: block;
  margin-left: 32px;
}
.section-privacy ul li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.case-study-danamon-save-acquisition .show-sm {
  display: none !important;
}
.case-study-danamon-save-acquisition .hide-sm {
  display: block !important;
}
.case-study-danamon-save-acquisition .hide-sm.d-flex {
  display: flex !important;
}
.case-study-danamon-save-acquisition .section-hero {
  background-image: url("../images/case-study/danamon-save-acquisition/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 750px;
  padding: 150px 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-save-acquisition .section-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 750px;
  background-color: #ff9000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.case-study-danamon-save-acquisition .section-hero .container {
  position: relative;
  z-index: 2;
}
.case-study-danamon-save-acquisition .section-hero .text-case-study::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.case-study-danamon-save-acquisition .section-hero .text-case-study::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.case-study-danamon-save-acquisition .section-hero .title {
  font-size: 52px;
  font-size: 3.25rem;
}
.case-study-danamon-save-acquisition .section-hero .btn-section-one {
  display: block;
  height: 50px;
  width: 50px;
  color: #fff;
  margin: 0 auto;
}
.case-study-danamon-save-acquisition .section-one {
  width: 100%;
  height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-save-acquisition .section-one .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-save-acquisition .section-one .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-one .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-one .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-save-acquisition .section-one .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-save-acquisition .section-one .btn-section-two {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #38a2d7;
  margin: 0 auto;
}
.case-study-danamon-save-acquisition .section-two {
  width: 100%;
  height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-save-acquisition .section-two .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-save-acquisition .section-two .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  right: -450px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-two .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  left: -200px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-two .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-save-acquisition .section-two .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-save-acquisition .section-two .btn-section-three {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #38a2d7;
  margin: 0 auto;
}
.case-study-danamon-save-acquisition .section-three {
  width: 100%;
  height: auto;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-save-acquisition .section-three .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-save-acquisition .section-three .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-three .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
.case-study-danamon-save-acquisition .section-three .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-save-acquisition .section-three .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-save-acquisition .section-three .title-main {
  margin-top: 100px;
}
.case-study-danamon-save-acquisition .section-three .title-main .title h3 {
  position: relative;
  z-index: 1;
}
.case-study-danamon-save-acquisition .section-three .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
.case-study-danamon-save-acquisition .section-three .item {
  display: inline-block;
  margin-right: 20px;
}
.case-study-danamon-save-acquisition .section-three .item .card {
  display: block;
  position: relative;
  background-color: #fff;
  border-width: 0px;
  width: 100%;
  max-height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.case-study-danamon-save-acquisition .section-three .item .card .image {
  width: 100%;
  height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.case-study-danamon-save-acquisition .section-three .btn-floating {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  margin-top: 140px;
  width: 100px;
  z-index: 3;
  height: 100px;
  min-width: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.case-study-danamon-save-acquisition .section-three .btn-floating.prev {
  padding: 25px 10px 25px 32px;
  left: -35px;
}
.case-study-danamon-save-acquisition .section-three .btn-floating.next {
  padding: 25px 32px 25px 10px;
  right: -35px;
}

@media only screen and (max-width: 576px) {
  .case-study-danamon-save-acquisition .show-sm {
    display: block !important;
  }
  .case-study-danamon-save-acquisition .hide-sm {
    display: none !important;
  }
  .case-study-danamon-save-acquisition .hide-sm.d-flex {
    display: none !important;
  }
  .case-study-danamon-save-acquisition .section-hero {
    height: 100vh;
    padding: 70px 10vw 0;
  }
  .case-study-danamon-save-acquisition .section-hero::before {
    height: 100vh;
  }
  .case-study-danamon-save-acquisition .section-one, .case-study-danamon-save-acquisition .section-two, .case-study-danamon-save-acquisition .section-three {
    height: auto;
  }
  .case-study-danamon-save-acquisition .section-one .container {
    text-align: center;
  }
  .case-study-danamon-save-acquisition .section-one .col-md-6 {
    padding-top: 0 !important;
  }
  .case-study-danamon-save-acquisition .section-one .col-md-6 p:nth-child(1) {
    padding-top: 0 !important;
  }
  .case-study-danamon-save-acquisition .section-two .container {
    text-align: center;
  }
  .case-study-danamon-save-acquisition .section-three .container {
    text-align: center;
  }
  .case-study-danamon-save-acquisition .section-three .btn-floating {
    margin-top: 260px;
  }
}
.case-study-danamon-qris-merchant-acquisition .show-sm {
  display: none !important;
}
.case-study-danamon-qris-merchant-acquisition .hide-sm {
  display: block !important;
}
.case-study-danamon-qris-merchant-acquisition .hide-sm.d-flex {
  display: flex !important;
}
.case-study-danamon-qris-merchant-acquisition .section-hero {
  background-image: url("../images/case-study/danamon-qris-acquisition/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 750px;
  padding: 150px 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-qris-merchant-acquisition .section-hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 750px;
  background-color: #ff9000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.case-study-danamon-qris-merchant-acquisition .section-hero .container {
  position: relative;
  z-index: 2;
}
.case-study-danamon-qris-merchant-acquisition .section-hero .text-case-study::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.case-study-danamon-qris-merchant-acquisition .section-hero .text-case-study::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 9px;
  height: 3px;
  background-color: #fff;
  width: 50px;
}
.case-study-danamon-qris-merchant-acquisition .section-hero .title {
  font-size: 52px;
  font-size: 3.25rem;
}
.case-study-danamon-qris-merchant-acquisition .section-hero .btn-section-one {
  display: block;
  height: 50px;
  width: 50px;
  color: #fff;
  margin: 0 auto;
}
.case-study-danamon-qris-merchant-acquisition .section-one {
  width: 100%;
  height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-qris-merchant-acquisition .section-one .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-qris-merchant-acquisition .section-one .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-one .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-qris-merchant-acquisition .section-one .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-qris-merchant-acquisition .section-one .btn-section-two {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #38a2d7;
  margin: 0 auto;
}
.case-study-danamon-qris-merchant-acquisition .section-two {
  width: 100%;
  height: 700px;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-qris-merchant-acquisition .section-two .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-qris-merchant-acquisition .section-two .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  right: -450px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-two .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  left: -200px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-qris-merchant-acquisition .section-two .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-qris-merchant-acquisition .section-two .btn-section-three {
  display: inline-block;
  height: 50px;
  width: 50px;
  color: #38a2d7;
  margin: 0 auto;
}
.case-study-danamon-qris-merchant-acquisition .section-three {
  width: 100%;
  height: auto;
  padding: 0 10vw;
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
}
.case-study-danamon-qris-merchant-acquisition .section-three .deco {
  content: "";
  display: block;
  position: absolute;
  border-radius: 40px;
  -webkit-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
  transform: rotate(-10deg) scale(1) skew(0deg) translate(0px);
}
.case-study-danamon-qris-merchant-acquisition .section-three .deco.deco-primary {
  background-color: #38a2d7;
  width: 500px;
  height: 500px;
  top: 50px;
  left: -450px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-three .deco.deco-secondary {
  background-color: #ff9000;
  width: 400px;
  height: 400px;
  top: 200px;
  right: -200px;
  opacity: 0.1;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube {
  position: absolute;
  top: 70vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px #ffd093;
  border-radius: 2px;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 12s ease-in forwards infinite;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(2n) {
  border-color: #fff1df;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(2) {
  animation-delay: 2s;
  left: 25vw;
  top: 40vh;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(3) {
  animation-delay: 4s;
  left: 90vw;
  top: 55vh;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(4) {
  animation-delay: 6s;
  left: 90vw;
  top: 10vh;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(5) {
  animation-delay: 8s;
  left: 10vw;
  top: 75vh;
}
.case-study-danamon-qris-merchant-acquisition .section-three .cube:nth-child(6) {
  animation-delay: 10s;
  left: 50vw;
  top: 10vh;
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.case-study-danamon-qris-merchant-acquisition .section-three .title-main {
  margin-top: 100px;
}
.case-study-danamon-qris-merchant-acquisition .section-three .title-main .title h3 {
  position: relative;
  z-index: 1;
}
.case-study-danamon-qris-merchant-acquisition .section-three .title-main .title::before {
  background-color: #ffdbac;
  content: "";
  height: 15px;
  width: 90%;
  position: absolute;
  bottom: -3px;
  z-index: 0;
}
.case-study-danamon-qris-merchant-acquisition .section-three .item {
  display: inline-block;
  margin-right: 20px;
}
.case-study-danamon-qris-merchant-acquisition .section-three .item .card {
  display: block;
  position: relative;
  background-color: #fff;
  border-width: 0px;
  width: 100%;
  max-height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.case-study-danamon-qris-merchant-acquisition .section-three .item .card .image {
  width: 100%;
  height: 360px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.case-study-danamon-qris-merchant-acquisition .section-three .btn-floating {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  margin-top: 140px;
  width: 100px;
  z-index: 3;
  height: 100px;
  min-width: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.case-study-danamon-qris-merchant-acquisition .section-three .btn-floating.prev {
  padding: 25px 10px 25px 32px;
  left: -35px;
}
.case-study-danamon-qris-merchant-acquisition .section-three .btn-floating.next {
  padding: 25px 32px 25px 10px;
  right: -35px;
}

@media only screen and (max-width: 576px) {
  .case-study-danamon-qris-merchant-acquisition .show-sm {
    display: block !important;
  }
  .case-study-danamon-qris-merchant-acquisition .hide-sm {
    display: none !important;
  }
  .case-study-danamon-qris-merchant-acquisition .hide-sm.d-flex {
    display: none !important;
  }
  .case-study-danamon-qris-merchant-acquisition .section-hero {
    height: 100vh;
    padding: 70px 10vw 0;
  }
  .case-study-danamon-qris-merchant-acquisition .section-hero::before {
    height: 100vh;
  }
  .case-study-danamon-qris-merchant-acquisition .section-one, .case-study-danamon-qris-merchant-acquisition .section-two, .case-study-danamon-qris-merchant-acquisition .section-three {
    height: auto;
  }
  .case-study-danamon-qris-merchant-acquisition .section-one .container {
    text-align: center;
  }
  .case-study-danamon-qris-merchant-acquisition .section-one .col-md-6 {
    padding-top: 0 !important;
  }
  .case-study-danamon-qris-merchant-acquisition .section-one .col-md-6 p:nth-child(1) {
    padding-top: 0 !important;
  }
  .case-study-danamon-qris-merchant-acquisition .section-two .container {
    text-align: center;
  }
  .case-study-danamon-qris-merchant-acquisition .section-three .container {
    text-align: center;
  }
  .case-study-danamon-qris-merchant-acquisition .section-three .btn-floating {
    margin-top: 260px;
  }
}
:root {
  --animate-delay: 0.5s;
}

footer {
  padding: 25px 0;
  background-color: #ff9000;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  color: #38a2d7;
}
footer .copyright {
  font-size: 12px;
}
footer .socmed li {
  display: inline-block;
  margin-right: 5px;
}
footer .socmed .icon {
  opacity: 0.7;
}
footer .socmed .icon img {
  height: 40px;
  width: 40px;
}
footer .socmed .icon:hover {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  footer {
    text-align: center;
  }
  footer .footer-company {
    margin-bottom: 30px;
  }
  footer .footer-nav-company, footer .footer-nav-guide {
    display: none !important;
  }
}
/*--- Mobile portrait ---*/
/*--- Mobile landscape ---*/
/*--- Small tablet portrait ---*/
/*--- Tablet portrait ---*/
/*--- Small tablet landscape ---*/
/*--- Tablet landscape --- */