h1, h2, h3 {
  color: #222222;
}

body {
  font-family: "Poppins";
}

#header {
  position: relative;
  z-index: 1;
  height: 90px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0 60px;
}

#header .topbar {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

#header .topbar ul {
  margin-left: auto;
}

#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;
}
#header .btn-demo{
  background-color: #ff3845;
  color:#fff !important;
}
#header .btn-demo:hover{
 background: #ff3845;
background: rgba(255, 56, 69, 0.7);
}



.hero-head {
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  background-size: cover;
}

.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;
  background-color: #fff;
}

.hero-head > div .box-head h1 {
  font-size: 44px;
  font-weight: 100;
  letter-spacing: -0.05em;
}

.hero-head > div .box-head .des {
  font-size: 18px;
  margin-bottom: 50px;
}

.hero-head > div .box-head img {
  margin-bottom: 50px;
}

.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: #ff3845;
}

#scene {
  overflow: hidden;
}

#Layer_1 {
  position: absolute;
  bottom: -40%;
}

svg {
  display: block;
  font-size: 260px;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

.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: #ff3845;
  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: 55px;
  padding: 0 25px;
  border-radius: 2px;
  line-height: 55px;
  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 60px 140px;
  background-color: #2b2f33;
}

@media screen and (max-width: 767px) {
  .box-demo .col {
    padding: 0;
  }
}

.box-demo .title-demo {
  margin-top: 0;
  font-size: 30px;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 300;
}

.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: 30px;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 300;
}

.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 .demo-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-item .btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 170px;
  background-color: #ff3845;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .box-item .btn {
    min-width: 170px;
  }
}

.box-item .btn:hover {
  background: #ff3845;
  /* The Fallback */
  background: rgba(255, 56, 69, 0.9);
}

.box-item .box-link {
  height: 330px;
  position: relative;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-item .name-home {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
}

.box-item .name-home span {
  color: #ff3845;
  font-weight: 500;
}

.box-item:hover .demo-img:before {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.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: #ff3845;
  font-size: 16px;
  display: inline-block;
  padding: 20px 30px;
}

.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;
}

.box_item .box_item--count {
  font-weight: 400;
  font-size: 36px;
  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: 400;
  font-size: 14px;
  color: #666;
}

.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: 60px;
}

.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 {
  margin-top: 40px;
  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: #f2f2f2;
  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;
}

.page-child .col .box-item .name-home {
  color: #222;
}


.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;
}