::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}

body {
  overflow: unset;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.scrollbaring * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#main {
  margin-bottom: 0;
}

@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main-footer {
    margin-top: -10vw;
  }
}
#main-footer .wbg {
  height: 100%;
  top: 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main-footer .wbg {
    top: 10vw;
    height: calc(100% - 10vw);
  }
}
#main-footer .center-content {
  display: none;
}

#scrollbar-container {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #scrollbar-container {
    position: fixed;
    display: block;
    top: calc(50vh - 100px);
    right: 20px;
    width: 5px;
    height: 200px;
    background: #cfe3ff;
    border-radius: 2.5px;
    cursor: pointer;
    z-index: 999;
  }
  #scrollbar-container #scrollbar {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    border-radius: 2.5px;
    background: #0069ff;
  }
  #scrollbar-container #scrollbar-circle {
    position: absolute;
    display: block;
    top: 0;
    right: -2.5px;
    width: 10px;
    height: 10px;
    margin-top: -2.5px;
    border-radius: 50%;
    background: #0069ff;
  }
}

.trisec {
  position: fixed;
  overflow: hidden;
  padding-bottom: 33vw;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}
.trisec .wbg {
  position: absolute;
  display: block;
  width: 100vw;
  height: calc(100% - 85vw);
  top: 0;
  right: 0;
  background: #fff;
  z-index: 2;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .wbg {
    height: calc(100% - 65vw);
  }
}
.trisec .wbgt {
  position: absolute;
  display: block;
  width: 130vw;
  height: 54vw;
  bottom: 50vw;
  left: -25vw;
  background: #fff;
  z-index: 1;
  transform: rotate(-30deg);
  box-shadow: 10px 10px 60px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .wbgt {
    bottom: 34vw;
  }
}
.trisec .seccontent {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh + 30vw + 20px);
  z-index: 3;
}
.trisec .seccontent .content {
  margin-top: 100px;
  z-index: 2;
}
.trisec .seccontent .content .title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 20pt;
  line-height: 40px;
  text-align: right;
  color: #0069ff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .seccontent .content .title {
    font-size: 24pt;
    line-height: 60px;
    text-align: center;
  }
}
.trisec .seccontent .content .title > span {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .seccontent .content .title > span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 40pt;
    color: rgba(0, 105, 255, 0.1);
  }
}
.trisec .seccontent .content .desc {
  font-size: 11pt;
  text-align: right;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .seccontent .content .desc {
    font-size: 14pt;
    text-align: center;
    line-height: 2.5;
  }
}
.trisec .seccontent .content .desc > strong {
  margin: 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .trisec .seccontent .content .view-all {
    text-align: center;
  }
}
.trisec .seccontent .content .view-all > a {
  position: relative;
  display: inline-block;
  color: #0069ff;
  border-bottom: 1px dashed #0069ff;
  line-height: 40px;
  transition: all 0.2s linear;
}
.trisec .seccontent .content .view-all > a:hover {
  color: #1fc198;
  border-bottom: 1px dashed #1fc198;
}
.trisec.inview {
  position: relative;
  opacity: 1;
}
.trisec.inview + .trisec {
  opacity: 1;
}

#intro {
  z-index: 7;
}
#intro .intro-content {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  top: 0;
  right: 0;
  padding: 10px 0;
  z-index: 2;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #intro .intro-content {
    top: 80px;
  }
}
#intro .intro-content .intro-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 24pt;
  line-height: 50px;
  text-align: right;
  color: #0069ff;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #intro .intro-content .intro-title {
    font-size: 28pt;
    text-align: center;
    line-height: 60px;
  }
}
#intro .intro-content .intro-title > span {
  display: block;
  color: #1fc198;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #intro .intro-content .intro-title > span {
    display: inline;
  }
}
#intro .intro-content .intro-desc {
  font-size: 11pt;
  text-align: right;
  line-height: 2;
  margin-bottom: 10px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #intro .intro-content .intro-desc {
    font-size: 14pt;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 20px;
  }
}
#intro .intro-content .intro-desc > strong {
  margin: 0;
}
#intro .json-bg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 300vw;
  height: 497.45vw;
  margin-top: -150vw;
  margin-bottom: -70vw;
  margin-right: -100vw;
  z-index: 1;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #intro .json-bg {
    width: 100%;
    height: 165.8vw;
    margin-top: -53vw;
    margin-bottom: -27vw;
    margin-right: 0;
  }
}

#hosting-plans {
  z-index: 6;
}
#hosting-plans .image-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: left 90%;
  background-size: contain;
  background-image: url("/asset/img/services-bg.svg");
  z-index: 1;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #hosting-plans .image-bg {
    background-position: left bottom;
  }
}
#hosting-plans .content .services-container {
  margin: 0 -30px 70vw -30px;
}
@media only screen and (min-width: 992px) {
  #hosting-plans .content .services-container {
    margin: 0;
    min-height: 800px;
  }
}

#testimonials {
  z-index: 5;
}
#testimonials .testimonials {
  overflow: auto hidden;
  width: 100vw;
  padding: 20px 0 70vw 0;
  background-repeat: no-repeat;
  background-position: center 350px;
  background-size: contain;
  background-image: url("/asset/img/testimonials-bg.svg");
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials {
    overflow: hidden;
    width: 100%;
    padding: 0;
    background: none;
  }
}
#testimonials .testimonials .testimonials-holder {
  width: calc(700vw + 150px);
  padding: 10px 30px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder {
    width: 100%;
    padding: calc(53.5% + 100px) 0 0 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-image: url("/asset/img/testimonials-bg.svg");
  }
}
#testimonials .testimonials .testimonials-holder .testimonial-icon {
  display: none;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial-icon {
    position: absolute;
    display: block;
    text-align: center;
    z-index: 4;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon.active .testimonial-logo {
    height: 40px;
    opacity: 1;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon.active .dot {
    top: calc(100% + 10px);
    box-shadow: 0 10px 10px -2px #0069ff;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon .testimonial-logo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 120px;
    height: 0px;
    margin: 0 auto;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 8px;
    transition: all 0.2s linear;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon .dot {
    position: absolute;
    display: block;
    width: 0.9vw;
    height: 0.65vw;
    top: calc(100% + 20px);
    right: calc(50% - 0.45vw);
    background: #0069ff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px 0 #0069ff;
    transition: all 0.2s linear;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="1"] {
    bottom: 50%;
    right: 25%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="2"] {
    bottom: 55%;
    right: 32.5%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="3"] {
    bottom: 60%;
    right: 40%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="4"] {
    bottom: 50%;
    right: 45%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="5"] {
    bottom: 40%;
    right: 50%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="6"] {
    bottom: 45%;
    right: 57.5%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="7"] {
    bottom: 50%;
    right: 65%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="8"] {
    bottom: 37.5%;
    right: 67.5%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="9"] {
    bottom: 25%;
    right: 70%;
  }
  #testimonials .testimonials .testimonials-holder .testimonial-icon[data-testimonialid="10"] {
    bottom: 35%;
    right: 80%;
  }
}
#testimonials .testimonials .testimonials-holder .testimonial {
  position: relative;
  float: right;
  width: 70vw;
  height: 350px;
  margin: 0 5px;
  z-index: 3;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial {
    position: absolute;
    float: unset;
    display: block;
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    margin: 0;
    opacity: 0;
  }
}
#testimonials .testimonials .testimonials-holder .testimonial[data-testimonialid="1"] {
  margin-right: 0;
}
#testimonials .testimonials .testimonials-holder .testimonial[data-testimonialid="10"] {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial.active {
    top: 0;
    opacity: 1;
  }
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box {
  height: 100%;
  padding: 15px;
  line-height: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box {
    width: 80%;
    max-width: 1200px;
    height: calc(40% - 80px);
    margin: 20px auto 0 auto;
    padding: 30px 5vw;
    border: 1px solid rgba(0, 105, 255, 0.1);
    box-shadow: 0px 20px 30px -15px rgba(0, 105, 255, 0.3);
  }
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .testimonial-box-logo {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  opacity: 0.1;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .testimonial-box-logo {
    display: none;
  }
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container {
  height: 100%;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .sitename {
  font-size: 16pt;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #0069ff;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content {
  max-height: 210px;
  margin: 20px 0;
  overflow: hidden auto;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content {
    max-height: calc(12vw - 60px);
  }
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: block;
  background: #fff;
  border-radius: 2.5px;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-track {
  height: 5px;
  border: 0;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2.5px;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-thumb {
  height: 5px;
  border: 0;
  background-clip: padding-box;
  background-color: #0069ff;
  border-radius: 2.5px;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-thumb:hover {
  background-color: #005fe6;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-corner {
  background-color: transparent;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .link {
  font-size: 11pt;
  font-family: "Shabnam", Tahoma, monospace;
  direction: ltr;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .link > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1fc198;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 20px;
  background-image: url("/asset/img/icon/external-link.svg");
  transition: all 0.2s linear;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .link > a:hover, #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .link > a:active, #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .link > a:focus {
  color: #0069ff;
}
#testimonials .testimonials .testimonials-holder .testimonial .testimonial-box .navigator {
  display: none;
}
@media only screen and (min-width: 992px) {
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box .navigator {
    position: absolute;
    display: block;
    width: 30px;
    right: calc(50% - 15px);
    text-align: center;
    font-size: 18pt;
    color: #0069ff;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box .navigator:hover {
    color: #1fc198;
  }
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box .navigator.prev {
    top: 15px;
  }
  #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box .navigator.next {
    bottom: 15px;
  }
}

#webdesign {
  z-index: 4;
}
#webdesign .content .action-btn {
  text-align: right;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #webdesign .content .action-btn {
    text-align: center;
  }
}
#webdesign .json-bg {
  position: relative;
  display: block;
  overflow: hidden;
  margin: -20vw auto 30vw auto;
  width: 100%;
  height: 125vw;
  z-index: 1;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #webdesign .json-bg {
    width: 50%;
    height: 62.5vw;
    margin: -10vw auto 5vw auto;
  }
}

#distinguished {
  z-index: 3;
}
#distinguished .content .distinguished-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  line-height: 40px;
  text-align: right;
  color: #0069ff;
  margin-bottom: 60px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #distinguished .content .distinguished-title {
    line-height: 80px;
  }
}
#distinguished .content .distinguished-title > span {
  position: relative;
  display: block;
  width: 100%;
}
#distinguished .content .distinguished-title > span.first {
  font-size: 14pt;
  color: #1fc198;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #distinguished .content .distinguished-title > span.first {
    font-size: 18pt;
  }
}
#distinguished .content .distinguished-title > span.second {
  font-size: 28pt;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #distinguished .content .distinguished-title > span.second {
    font-size: 38pt;
  }
}
#distinguished .content .distinguished-title > span > u {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #distinguished .content .distinguished-title > span > u {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 60pt;
    text-decoration: none;
    color: rgba(0, 105, 255, 0.1);
  }
}
#distinguished .content .cards-container {
  overflow: auto hidden;
  width: 100vw;
  margin: 0 -30px 70vw -30px;
}
@media only screen and (min-width: 992px) {
  #distinguished .content .cards-container {
    overflow: unset;
    width: 100%;
    margin: 0;
    min-height: 800px;
  }
}
#distinguished .content .cards-container .cards-holder {
  width: calc(420vw + 120px);
  padding: 10px 30px;
}
@media only screen and (min-width: 992px) {
  #distinguished .content .cards-container .cards-holder {
    width: 100%;
    padding: 15px;
  }
}
#distinguished .content .cards-container .cards-holder .card {
  position: relative;
  float: right;
  overflow: hidden;
  text-align: center;
  width: 70vw;
  height: 300px;
  background: #fff;
  margin: 0 5px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  #distinguished .content .cards-container .cards-holder .card {
    float: left;
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  #distinguished .content .cards-container .cards-holder .card:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  }
  #distinguished .content .cards-container .cards-holder .card:hover .card-link {
    opacity: 1;
    right: 0;
  }
  #distinguished .content .cards-container .cards-holder .card:nth-child(5) {
    margin-right: calc(33.33% + 10px);
  }
}
#distinguished .content .cards-container .cards-holder .card .card-icon {
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#distinguished .content .cards-container .cards-holder .card .card-icon.support {
  background-image: url("/asset/img/icon/support.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-icon.uptime {
  background-image: url("/asset/img/icon/uptime.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-icon.security {
  background-image: url("/asset/img/icon/security.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-icon.backup {
  background-image: url("/asset/img/icon/backup.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-icon.config {
  background-image: url("/asset/img/icon/config.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-icon.remote-db {
  background-image: url("/asset/img/icon/remote-db.svg");
}
#distinguished .content .cards-container .cards-holder .card .card-title {
  font-size: 12pt;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #0069ff;
  margin: 20px 0;
}
#distinguished .content .cards-container .cards-holder .card .card-desc {
  font-size: 10pt;
}
#distinguished .content .cards-container .cards-holder .card .card-link {
  margin-top: 20px;
  font-size: 18pt;
  color: #1fc198;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  #distinguished .content .cards-container .cards-holder .card .card-link {
    opacity: 0;
    right: -20px;
  }
}

#statistics {
  padding-bottom: 0;
  z-index: 2;
}
#statistics .seccontent {
  min-height: unset;
}
#statistics .seccontent .content .statistics-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  line-height: 40px;
  text-align: right;
  color: #0069ff;
  margin-bottom: 60px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .statistics-title {
    line-height: 80px;
    text-align: center;
  }
}
#statistics .seccontent .content .statistics-title > span {
  position: relative;
  display: block;
  width: 100%;
}
#statistics .seccontent .content .statistics-title > span.first {
  font-size: 14pt;
  color: #1fc198;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .statistics-title > span.first {
    font-size: 18pt;
  }
}
#statistics .seccontent .content .statistics-title > span.second {
  font-size: 24pt;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .statistics-title > span.second {
    font-size: 38pt;
  }
}
#statistics .seccontent .content .statistics-title > span > u {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .statistics-title > span > u {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 60pt;
    text-decoration: none;
    color: rgba(0, 105, 255, 0.1);
  }
}
#statistics .seccontent .content .card {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 20px;
  text-align: center;
  z-index: 3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card {
    float: right;
    width: calc(50% - 125px);
    height: 500px;
    padding: 0;
    margin-bottom: 0;
    box-shadow: unset;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card.customers {
    text-align: left;
  }
}
#statistics .seccontent .content .card.customers .card-icon-holder .card-icon {
  background-image: url("/asset/img/icon/groups.svg");
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card.services {
    text-align: right;
  }
}
#statistics .seccontent .content .card.services .card-icon-holder .card-icon {
  background-image: url("/asset/img/icon/services.svg");
}
#statistics .seccontent .content .card.gap {
  display: none;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card.gap {
    display: inline-block;
    overflow: hidden;
    width: 250px;
  }
  #statistics .seccontent .content .card.gap .line {
    position: absolute;
    display: block;
    top: 0;
    right: calc(50% - 0.5px);
    width: 1px;
    height: 100%;
    background: #0069ff;
    z-index: 1;
  }
  #statistics .seccontent .content .card.gap .line .indicator {
    position: absolute;
    display: block;
    top: 0;
    right: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background: #0069ff;
    border-radius: 50%;
  }
  #statistics .seccontent .content .card.gap .card-icon {
    position: absolute;
    display: block;
    bottom: 0;
    right: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-color: rgba(0, 105, 255, 0.1);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    z-index: 2;
    border-radius: 50%;
  }
}
#statistics .seccontent .content .card.contact {
  margin-bottom: 15vw;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card.contact {
    float: unset;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  #statistics .seccontent .content .card.contact .card-icon-holder {
    margin-top: 0;
  }
  #statistics .seccontent .content .card.contact .card-icon-holder .card-icon {
    width: 70px;
    height: 70px;
    background-size: 40px;
  }
}
#statistics .seccontent .content .card.contact .card-icon-holder .card-icon {
  background-image: url("/asset/img/icon/contact.svg");
}
#statistics .seccontent .content .card.contact .card-desc {
  line-height: 35px;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card.contact .card-desc {
    padding: 10px 10vw;
    text-align: center;
  }
}
#statistics .seccontent .content .card.contact .card-desc span, #statistics .seccontent .content .card.contact .card-desc strong {
  margin: 30px 0 0 0;
}
#statistics .seccontent .content .card.contact .card-desc span > a, #statistics .seccontent .content .card.contact .card-desc strong > a {
  color: #0069ff;
}
#statistics .seccontent .content .card.contact .card-desc .card-email {
  font-size: 12pt;
  font-family: "Shabnam-Bold", Tahoma, monospace;
  letter-spacing: 1px;
  color: #0069ff;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card .card-icon-holder {
    margin-top: 150px;
  }
}
#statistics .seccontent .content .card .card-icon-holder .card-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  #statistics .seccontent .content .card .card-icon-holder .card-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 105, 255, 0.1);
    background-size: 30px;
    border-radius: 50%;
  }
}
#statistics .seccontent .content .card .card-number {
  direction: ltr;
  font-size: 34pt;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  margin: 20px 0;
  color: #0069ff;
}
#statistics .seccontent .content .card .card-title {
  font-size: 10pt;
  margin-bottom: 10px;
}
#statistics .seccontent .content .footer-bg {
  height: 58vw;
  margin-top: -15vw;
  background: #fff;
  background: linear-gradient(150deg, white 0%, white 50%, #000f24 50%, #000f24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000f24",GradientType=1);
  z-index: 2;
}
#statistics .seccontent .content .footer-bg .center-content {
  position: absolute;
  display: block;
  top: calc(50% - 29px);
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder {
  position: absolute;
  display: block;
  overflow: hidden;
  right: 0;
  top: 10px;
  width: 100%;
  height: 40px;
  z-index: 1;
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .techs {
  position: relative;
  display: block;
  width: 200%;
  height: 40px;
  overflow: hidden;
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech {
  position: relative;
  float: right;
  width: calc(50vw - 80px);
  height: 40px;
  margin: 0 20px 0 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .footer-bg .center-content .techs-holder .tech {
    width: calc(25vw - 100px);
    margin: 0 20px 0 100px;
  }
}
@media only screen and (min-width: 1400px) {
  #statistics .seccontent .content .footer-bg .center-content .techs-holder .tech {
    width: calc(16.66vw - 105px);
    margin: 0 20px 0 100px;
  }
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech:hover, #statistics .seccontent .content .footer-bg .center-content .techs-holder .tech:active, #statistics .seccontent .content .footer-bg .center-content .techs-holder .tech:focus {
  filter: grayscale(0%);
  opacity: 1;
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.apache {
  background-image: url("/asset/img/tech/apache.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.bash {
  background-image: url("/asset/img/tech/bash.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.cloudlinux {
  background-image: url("/asset/img/tech/cloudlinux.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.cpanel {
  background-image: url("/asset/img/tech/cpanel.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.css3 {
  background-image: url("/asset/img/tech/css3.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.html5 {
  background-image: url("/asset/img/tech/html5.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.intel {
  background-image: url("/asset/img/tech/intel.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.jquery {
  background-image: url("/asset/img/tech/jquery.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.laravel {
  background-image: url("/asset/img/tech/laravel.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.linux {
  background-image: url("/asset/img/tech/linux.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.litespeed {
  background-image: url("/asset/img/tech/litespeed.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.mariadb {
  background-image: url("/asset/img/tech/mariadb.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.mysql {
  background-image: url("/asset/img/tech/mysql.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.nginx {
  background-image: url("/asset/img/tech/nginx.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.php {
  background-image: url("/asset/img/tech/php.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.phpmyadmin {
  background-image: url("/asset/img/tech/phpmyadmin.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.sass {
  background-image: url("/asset/img/tech/sass.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.vmware {
  background-image: url("/asset/img/tech/vmware.png");
}
#statistics .seccontent .content .footer-bg .center-content .techs-holder .tech.wordpress {
  background-image: url("/asset/img/tech/wordpress.png");
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 57px;
  border-radius: 1em/0.5em;
  background: #eee;
  z-index: 3;
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder:before, #statistics .seccontent .content .footer-bg .center-content .hexagon-holder:after {
  content: " ";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  top: 0;
  right: 0;
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder:before {
  transform: rotate(60deg);
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder:after {
  transform: rotate(-60deg);
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon {
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  width: 80px;
  height: 54px;
  border-radius: 1em/0.5em;
  background: #fff;
  z-index: 4;
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon:before, #statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon:after {
  content: " ";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  top: 0;
  right: 0;
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon:before {
  transform: rotate(60deg);
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon:after {
  transform: rotate(-60deg);
}
#statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon .logo {
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 40px);
  top: -20px;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/asset/img/logo.svg");
  z-index: 1;
}
#statistics .seccontent .content .footer-bg .center-content .site-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 14pt;
  color: #0069ff;
  margin-top: 10px;
  z-index: 3;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #statistics .seccontent .content .footer-bg .center-content .site-title {
    margin-top: 20px;
  }
}
#statistics .seccontent .content .footer-bg .center-content .site-desc {
  font-family: "Shabnam-Bold", Tahoma, monospace;
  font-size: 9pt;
  color: #fff;
  z-index: 3;
}

/* Night Mode */
@media only screen and (min-width: 770px) and (min-height: 500px) {
  .night-mode #scrollbar-container {
    background: #2a384a;
  }
}
.night-mode .trisec .wbg {
  background: #212930;
}
.night-mode .trisec .wbgt {
  background: #212930;
}
.night-mode #testimonials .testimonials {
  background-repeat: no-repeat;
  background-position: center 350px;
  background-size: contain;
  background-image: url("/asset/img/testimonials-bg-dark.svg");
}
@media only screen and (min-width: 992px) {
  .night-mode #testimonials .testimonials {
    background: none;
  }
}
@media only screen and (min-width: 992px) {
  .night-mode #testimonials .testimonials .testimonials-holder {
    background-image: url("/asset/img/testimonials-bg-dark.svg");
  }
}
.night-mode #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box {
  background: #181f26;
}
.night-mode #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar {
  background: #212930;
}
.night-mode #testimonials .testimonials .testimonials-holder .testimonial .testimonial-box > .container .testimonial-content::-webkit-scrollbar-track {
  background-color: #212930;
}
.night-mode #distinguished .content .cards-container .cards-holder .card {
  background: #181f26;
}
.night-mode #statistics .seccontent .content .footer-bg {
  background: #212930;
  background: linear-gradient(150deg, #212930 0%, #212930 50%, #0f1317 50%, #0f1317 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212930",endColorstr="#0f1317",GradientType=1);
}
.night-mode #statistics .seccontent .content .footer-bg .center-content .hexagon-holder {
  background: #2a384a;
}
.night-mode #statistics .seccontent .content .footer-bg .center-content .hexagon-holder .hexagon {
  background: #212930;
}
