h1, h2, h3 {
  color: #222222;
}

body {
  font-family: "Poppins";
}

#header {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 991px) {
  #header {
    padding: 0 60px;
    height: 90px;
  }
}
@media (min-width: 991px) {
  #header .topbar {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
}
#header .topbar ul {
  margin-left: auto;
  margin-bottom: 0;
}
#header .topbar ul li {
  padding: 0 30px;
}
#header .topbar ul li:last-child {
  padding-right: 0;
}
#header .topbar ul li a {
  color: #222222;
}
#header .topbar ul li a:hover {
  color: #ff3845;
}
#header .topbar ul li a .fa {
  margin-right: 9px;
}
@media (max-width: 990px) {
  #header .topbar {
    text-align: center;
    padding: 10px 0;
  }
  #header .topbar .pull-left {
    float: none !important;
    text-align: center;
  }
  #header .topbar ul {
    width: 100%;
    padding-top: 10px;
  }
  #header .topbar ul li {
    display: block;
    padding: 5px 0;
  }
}
#header .btn-demo {
  background-color: #2b85f4;
  color: #fff !important;
}
#header .btn-demo:hover {
  background: #2b85f4;
  /* The Fallback */
  background: rgba(43, 133, 244, 0.8);
}

.hero-head {
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  background-size: cover;
  width: 100%;
 /*@media (max-width:990px){
   height: 600px;
 }
 @media (max-width:767px){
  height: 450px;
  display: none;
}*/
}
.hero-head > div {
  height: 100%;
}
.hero-head > div .col-md-4 {
  height: 100%;
}
.hero-head > div .box-head {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero-head > div .box-head h1 {
  font-size: 60px;
  font-weight: 100;
  letter-spacing: -0.05em;
  width: 100%;
}
.hero-head > div .box-head .des {
  font-size: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-head > div .box-head .des {
    font-size: 20px;
  }
}
.hero-head > div .box-head img {
  margin-bottom: 40px;
}
.hero-head > div .box-head .number {
  font-size: 70px;
  font-weight: 500;
  margin-left: 30px;
}
.hero-head > div .box-head .number sup {
  font-size: 20px;
  font-weight: 500;
  top: -2em;
  right: 10px;
}
.hero-head > div .box-head .layout {
  text-align: center;
  color: #5bcbff;
  font-size: 18px;
}

#scene {
  overflow: hidden;
}

#Layer_1 {
  position: absolute;
  bottom: 0%;
  z-index: 8;
}

svg {
  display: block;
  font-size: 200px;
  width: 100%;
  margin: 0 auto;
}

.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1) {
  stroke: #5bcbff;
  animation-delay: -1;
}

.text-copy:nth-child(2) {
  stroke: #ff3845;
  animation-delay: -2s;
}

.text-copy:nth-child(3) {
  stroke: #BD0034;
  animation-delay: -3s;
}

.text-copy:nth-child(4) {
  stroke: #ff3845;
  animation-delay: -4s;
}

.text-copy:nth-child(5) {
  stroke: #FDB731;
  animation-delay: -5s;
}

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #ff3845;
}

.img-auto {
  margin: 0 auto;
}

.btn {
  height: 50px;
  padding: 0 25px;
  border-radius: 2px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.title-builder {
  font-family: "Poppins";
  color: #ff3845;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -2px;
}

.title-multi {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  border-bottom: 2px solid #ff3845;
}

.block-respon {
  padding: 100px 0 0;
  text-align: center;
}
.block-respon .title-demo {
  margin-bottom: 50px;
}
.block-respon .btn-demo {
  background-color: #2b85f4;
  min-width: 200px;
}
.block-respon .btn-demo:hover {
  background: #2b85f4;
  /* The Fallback */
  background: rgba(43, 133, 244, 0.8);
}
.block-respon .btn {
  margin: 0 15px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block-respon .btn {
    margin-bottom: 20px;
  }
}
.block-respon .btn-green {
  background-color: #12c957;
}
.block-respon .btn-green:hover {
  background: #12c957;
  /* The Fallback */
  background: rgba(18, 201, 87, 0.8);
}
.block-respon .block-respon--des {
  margin: 50px 0 90px;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

#demo-layout {
  padding: 100px 0px 140px;
  background-color: #E9EBEE;
}
#demo-layout .box-item .box-link {
  -moz-transition: all 5s ease;
  -o-transition: all 5s ease;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
#demo-layout .box-item:hover .box-link {
  background-position: center 100% !important;
}

@media screen and (max-width: 767px) {
  .box-demo .col {
    padding: 0;
  }
}
.box-demo .title-demo {
  margin-top: 0;
  font-size: 34px;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  color: #000;
  font-weight: 400;
}
.box-demo .title-demo sup {
  font-size: 30px;
  font-weight: 700;
  top: -50px;
}
.box-demo .description_tit {
  color: #999;
}

.title-demo {
  margin-top: 0;
  font-size: 34px;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 400;
}
.title-demo sup {
  font-size: 30px;
  font-weight: 700;
  top: -50px;
}
.title-demo.title-color {
  color: #222;
}

.box-support {
  padding-bottom: 0;
}

.box-item {
  margin-top: 60px;
}
.box-item .demo-img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.box-item .btn {
  display: none;
}
.box-item .name-home {
  display: inline-block;
  min-width: 150px;
  color: #fff;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  background: #E9EBEE;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.02em;
  border-radius: 3px;
}
.box-item .name-home:hover {
  background-color: #344dce;
  color: #fff;
}
.box-item .box-link {
  height: 360px;
  position: relative;
  margin-bottom: 30px;
  border: 20px solid #fff;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-item:hover .demo-img:before {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.box-item:hover .name-home {
  background-color: #344dce;
  color: #fff;
}
.box-item:hover .btn {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.no-margin {
  margin: 0 !important;
}

.other-demo {
  margin: -30px 0 0px;
  text-align: center;
}
.other-demo span {
  color: #fff;
  font-weight: 500;
  background-color: #344dce;
  font-size: 16px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 3px;
}

.other {
  margin-top: 100px;
  background-color: #2b2f33;
}
.other span {
  display: block;
  background-color: #2b2f33;
}

.box-unlimted {
  padding: 110px 0;
  text-align: center;
  color: #fff;
}
.box-unlimted h3 {
  font-size: 28px;
  color: #ff3845;
  font-weight: 400;
  margin-bottom: 30px;
}
.box-unlimted p {
  line-height: 32px;
  font-weight: 300;
}

.box_item {
  padding: 60px 0 130px;
}
@media (max-width: 990px) {
  .box_item {
    padding: 15px 0;
  }
}
.box_item .box_item--count {
  font-weight: 500;
  font-size: 40px;
  color: #ff3845;
}
.box_item .box_item--count sup {
  font-size: 14px;
  font-weight: 600;
  top: -20px;
}
.box_item .box_item--des {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #444;
}

.des-demo {
  color: #666;
  line-height: 32px;
  font-size: 16px;
  margin-top: 10px;
}

.box-service {
  padding-top: 100px;
}
.box-service .other-demo {
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 33px;
  letter-spacing: -1px;
}
.box-service .other-demo span {
  border-bottom: none;
}

.item-service {
  margin-top: 40px;
}
.item-service img {
  width: 100%;
}

.box-sp {
  padding: 150px 0 50px;
}
.box-sp .fa {
  color: #eec123;
}
.box-sp h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
  margin-top: 10px;
}
.box-sp .des-sp {
  line-height: 32px;
  font-weight: 300;
  color: #666;
}

.img-support {
  float: right;
  margin-top: 10px;
}

/* footer */
#footerbot {
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
#footerbot h3 {
  margin: 30px 0 40px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #b4ff00;
  text-transform: capitalize;
}
#footerbot .btn-green {
  background-color: #ff3845;
  color: #fff;
}
#footerbot .btn-green:hover {
  background: #ff3845;
  /* The Fallback */
  background: rgba(255, 56, 69, 0.7);
}

.container-fluid {
  padding: 0 60px;
}

.page-child {
  background-color: #E9EBEE;
  padding: 90px 0 45px;
}
.page-child.last-child {
  padding-bottom: 100px;
}
.page-child .col {
  padding: 0 15px;
}
.page-child .col .box-item .box-link {
  height: 290px;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
#back-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
}
#back-top a {
  background: none repeat scroll 0% 0% transparent;
  opacity: 1;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: inline-block;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#back-top a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
}

.sticky-button {
    text-align: center;
    position: fixed;
    top: 32px;
    right: 20px;
    background-color: #008060;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 999;
    line-height: 20px;
    text-transform: uppercase;
}
.sticky-button.start-button {
    top: 90px;
    background-color: #599A26;
}
