html {
  font-size: 10px;
}

.section-statistics {
  padding: 4rem 0 10rem;
}
.section-statistics .title .h3 {
  font-weight: 500;
}
.section-statistics .title p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-statistics .inner-box {
  position: relative;
  padding: 4rem 6rem;
}
.section-statistics .inner-box::after {
  content: "";
  position: absolute;
  background: url(../images/home/rectangle.svg) 0 0 no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-statistics .stat {
  margin-top: 3rem;
}
.section-statistics .stat .card {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.1);
  margin: 1rem 0;
  border-radius: 10px;
  min-height: 29rem;
  padding: 0 1rem;
  width: 100%;
}
.section-statistics .stat .card p {
  font-size: 2.2rem;
}
.section-solutions {
  padding: 12rem 0 0;
}
.section-solutions::after {
  content: "";
  position: absolute;
  background: url(../images/home/solid-rectangle.svg) bottom center no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section-solutions .tabs {
  margin-top: 6rem;
  background-color: rgba(255, 255, 255, 0.03);
  display: flex;
  min-height: 80rem;
  width: 100%;
}
.section-solutions .tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 3rem 2rem;
  position: relative;
  width: 43rem;
  z-index: 1;
}
.section-solutions .tabs > ul::after {
  content: "";
  position: absolute;
  background: #fff;
  background: linear-gradient(180deg, #fff 0%, rgb(153, 153, 153) 100%);
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.03;
  width: 100%;
  z-index: -1;
}
.section-solutions .tabs > ul li {
  display: block;
}
.section-solutions .tabs > ul li a,
.section-solutions .tabs > ul li a:visited {
  border-bottom: none;
}
.section-solutions .tabs > ul li a {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  padding: 3.2rem 2.4rem;
  text-decoration: none;
  line-height: 1;
}
.section-solutions .tabs > ul li a:hover, .section-solutions .tabs > ul li a:focus, .section-solutions .tabs > ul li a:active {
  border-bottom: none;
  outline: 0;
}
.section-solutions .tabs > ul li a.active {
  font-weight: 600;
}
.section-solutions .tabs > ul li a:hover, .section-solutions .tabs > ul li a.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.section-solutions .tabs > ul li a:hover svg path, .section-solutions .tabs > ul li a.active svg path {
  stroke: #fff;
}
.section-solutions .tab-body {
  display: none;
  flex: 1;
  padding: 3rem 5rem;
  width: calc(100% - 43rem);
  word-wrap: break-word;
}
.section-solutions .tab-body.active {
  display: block;
}
.section-solutions .tab-body .text p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-solutions .tab-body ul {
  margin-top: 4rem;
}
.section-solutions .tab-body ul li {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  max-width: 47rem;
  line-height: 7.5rem;
  padding: 0 2.4rem;
}
.section-solutions .tab-body ul li .ic {
  font-size: 2.8rem;
  line-height: 1;
}
.section-solutions .tab-body ul li p {
  padding-left: 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.section-solutions .tab-body ul li + li {
  margin-top: 2.4rem;
}
.section-domains {
  padding: 12rem 0 20rem;
  z-index: 1;
}
.section-domains .title .h {
  margin-bottom: 2.4rem;
  max-width: 68rem;
}
.section-domains .title p {
  color: #ECECEC;
  font-size: 1.8rem;
  line-height: 1.6;
  max-width: 56rem;
}
.section-domains ul {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-domains ul li {
  margin: 3.6rem 0;
  width: 48%;
}
.section-domains ul li .inner-box {
  max-width: 50rem;
}
.section-domains ul li .h {
  padding-bottom: 0.8rem;
  margin-bottom: 2.4rem;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.section-domains ul li .h::after {
  content: "";
  position: absolute;
  background-color: #3841BC;
  bottom: 0;
  height: 5px;
  left: 0;
  width: 100%;
}
.section-domains ul li p {
  color: #ECECEC;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-domains::after {
  content: "";
  position: absolute;
  background: url(../images/home/domain-bg.png) 0 0 no-repeat;
  background-size: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-testimony {
  padding: 0 0 13rem;
}
.section-testimony .title p {
  color: #ECECEC;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-testimony .slider-testimony {
  margin-top: 5rem;
}
.section-testimony .slider-testimony .card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  min-height: 32rem;
  padding: 4rem;
}
.section-testimony .slider-testimony .card:hover {
  background-color: #3841BC;
}
.section-testimony .slider-testimony .card-qoute p {
  font-size: 2rem;
  font-weight: 400;
}
.section-testimony .slider-testimony .card-qouteby {
  display: flex;
  align-items: center;
}
.section-testimony .slider-testimony .card-qouteby .user {
  background-color: #d9d9d9;
  border-radius: 100%;
  height: 5.6rem;
  width: 5.6rem;
}
.section-testimony .slider-testimony .card-qouteby .by {
  flex: 1;
  padding-left: 1.5rem;
  width: calc(100% - 5.6rem);
}
.section-testimony .slider-testimony .card-qouteby .by p {
  font-size: 1.8rem;
}
.section-testimony .slider-testimony .card-qouteby .by p ~ p {
  font-size: 1.4rem;
  font-weight: 300;
}
.section-testimony .slider-testimony .slick-slide {
  margin: 0 1rem;
}
.section-testimony .slider-testimony .slick-list {
  margin: 0 -1rem;
  padding: 0 25% 0 0;
}

@media (max-width: 1199px) {
  .section-statistics {
    padding: 4rem 0 3rem;
  }
  .section-solutions {
    padding: 2rem 0 0;
  }
  .section-testimony .slider-testimony .slick-list {
    padding: 0;
  }
  .section-testimony .slider-testimony .card {
    padding: 2rem;
  }
  .section-domains {
    padding: 10rem 0;
  }
  .section-solutions .tabs {
    min-height: 60rem;
  }
  .section-solutions .tabs > ul {
    width: 34rem;
  }
  .section-solutions .tabs > ul li a {
    font-size: 1.8rem;
    padding: 2.2rem 1.4rem;
  }
  .section-solutions .tab-body {
    padding: 2.2rem 3rem;
    width: calc(100% - 34rem);
  }
}
@media (max-width: 991px) {
  .section-solutions .title {
    text-align: center;
  }
  .section-domains {
    padding: 5rem 0;
  }
  .section-domains ul li {
    width: 100%;
  }
  .section-domains ul li .inner-box {
    max-width: 100%;
  }
  .section-statistics .inner-box {
    padding: 0;
  }
  .section-statistics .inner-box::after {
    display: none;
  }
  .section-testimony {
    padding-bottom: 5rem;
  }
  .section-solutions .tabs {
    display: block;
  }
  .section-solutions .tabs > ul {
    background-color: #20212f;
    display: flex;
    padding: 1.5rem;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
  .section-solutions .tabs > ul li a {
    padding: 1.2rem;
  }
  .section-solutions .tabs > ul::after {
    display: none;
  }
  .section-solutions .tab-body {
    padding: 1.5rem;
    width: 100%;
  }
  .section-solutions .tab-body ul li {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-statistics .stat .card {
    min-height: 18rem;
  }
}
@media (max-width: 575px) {
  .section-solutions .tab-body ul li {
    padding: 0 1.6rem;
  }
  .section-solutions .tab-body ul li p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .section-testimony .container {
    width: calc(1200px + (100% - 1230px) / 2);
    padding: 0;
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  .section-testimony .container {
    width: calc(1330px + (100% - 1290px) / 2);
  }
}/*# sourceMappingURL=home.css.map */