h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

.banner-title-wrapper {
  background-size: cover;
}
.banner-title-wrapper#banner-contact {
  background-image: url("../images/contact/banner.png");
}
.banner-title-wrapper#banner-career {
  background-image: url("../images/career/banner.png");
  background-position: bottom;
}
.banner-title-wrapper#banner-about {
  background-image: url("../images/about/banner.png");
  background-position: center;
}
.banner-title-wrapper#banner-e-commerce {
  background-image: url("../images/e-commerce/bg.png");
  background-position: center;
}
.banner-title-wrapper#banner-web-design {
  background-image: url("../images/web-design/bg.png");
}

.banner-title-holder {
  color: #fff;
  padding: 30px 10px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner-title-holder .divider {
  margin: 20px 0;
  background-color: #fff;
  width: 100%;
  max-width: 120px;
  height: 1px;
}
.banner-title-holder .title-desc {
  color: #00ffc3;
  font-size: 18px;
}

.intro-wrapper {
  background: linear-gradient(to top, #41c0c8, #34ba9a);
  padding: 0 10px 100px;
}

.intro-rocket-img {
  text-align: right;
}
.intro-rocket-img img {
  width: 120%;
  animation: 1s scaleAnim infinite alternate;
}

@keyframes scaleAnim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
.intro-title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
}

.intro-desc {
  font-size: 20px;
}

.cloud-wrapper {
  background-color: #41c0c8;
  height: 130px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.cloud-wrapper .cloud {
  width: 100%;
  position: absolute;
}
.cloud-wrapper .cloud img {
  width: 150%;
}
.cloud-wrapper .cloud.cloud-1 {
  top: 20px;
  left: 0;
  z-index: 3;
}
.cloud-wrapper .cloud.cloud-1 img {
  animation: cloudAnim 400s infinite linear;
  opacity: 0.9;
}
.cloud-wrapper .cloud.cloud-2 {
  top: -5px;
  left: 200px;
  z-index: 2;
}
.cloud-wrapper .cloud.cloud-2 img {
  animation: cloudAnim 350s infinite linear;
  opacity: 0.5;
}
.cloud-wrapper .cloud.cloud-3 {
  top: 0px;
  left: 400px;
  z-index: 2;
}
.cloud-wrapper .cloud.cloud-3 img {
  animation: cloudAnim 300s infinite linear;
  opacity: 0.7;
}

@keyframes cloudAnim {
  0% {
    transform: translateX(-30%) translateZ(0);
  }
  100% {
    transform: translateX(105%) translateZ(0);
  }
}
.arc-wrapper {
  overflow: hidden;
  height: 200px;
  margin-top: -70px;
}

.arc-holder {
  border-top-left-radius: 700px;
  border-top-right-radius: 700px;
  background-color: #fff;
  width: 50%;
  margin: 0 auto;
  height: 700px;
  position: relative;
}
.arc-holder:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 103%;
  height: 700px;
  background-color: #41c0c8;
  z-index: -1;
  border-top-left-radius: 700px;
  border-top-right-radius: 700px;
}

.arc-title {
  position: absolute;
  width: 50%;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.index-about-wrapper {
  margin-bottom: 30px;
}

.index-about-img img {
  width: 100%;
}

.marquee-text-wrapper {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.marquee-text-wrapper:hover .marquee-text {
  animation-play-state: paused;
}

.marquee-text {
  display: inline-block;
  font-weight: 900;
  color: #fff;
  animation: marqueeAnim 35s linear infinite;
  cursor: pointer;
}
.marquee-text span {
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  margin-right: 30px;
}
.marquee-text.marquee-text-black span {
  -webkit-text-stroke: 1px #000;
}
.marquee-text.marquee-text-black span:hover {
  -webkit-text-fill-color: #000;
}
.marquee-text.marquee-text-blue {
  animation-direction: reverse;
}
.marquee-text.marquee-text-blue span {
  -webkit-text-stroke: 1px #41c0c8;
}
.marquee-text.marquee-text-blue span:hover {
  -webkit-text-fill-color: #41c0c8;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.expertise-wrapper {
  margin-bottom: 30px;
}

.expertise-info-wrapper {
  position: sticky;
  top: 100px;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 15px;
}

.expertise-info {
  text-align: right;
  position: relative;
}
.expertise-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 50%;
  background-color: #41c0c8;
}
.expertise-info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 50%;
  background-color: #34ba9a;
}

.expertise-title {
  color: #41c0c8;
}

.expertise-desc {
  width: 50%;
  margin-left: auto;
  margin-bottom: 15px;
}

.expertise-counter {
  margin-bottom: 15px;
}
.expertise-counter:last-child {
  margin-bottom: 0;
}
.expertise-counter .expertise-count-num {
  font-size: 50px;
  font-weight: 600;
}

.expertise-item-info-holder {
  display: flex;
}
.expertise-item-info-holder.expertise-item-info-holder-reverse {
  flex-direction: row-reverse;
}
.expertise-item-info-holder .expertise-item-img {
  width: 50%;
}
.expertise-item-info-holder .expertise-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.expertise-item-info-holder .expertise-item-info {
  width: 50%;
  padding: 40px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.expertise-item-info-holder .expertise-item-info:hover {
  background-color: #00ffc3;
}
.expertise-item-info-holder .expertise-item-info .expertise-item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.expertise-item-info-holder .expertise-item-info .expertise-item-desc {
  font-size: 14px;
}

.industries-wrapper {
  padding: 30px;
  background-color: #eeeeee;
  background-image: url("../images/index/industries-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.industries-list ul {
  margin-bottom: 0;
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
  padding-left: 0;
}
.industries-list li {
  margin-bottom: 5px;
  color: #41c0c8;
  font-weight: 500;
}

.index-contact-wrapper {
  padding: 18vh;
  text-align: center;
  background-color: #00ffc3;
}

.index-contact-desc {
  margin: 20px 0;
}

.index-contact-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.index-contact-link a {
  display: block;
  color: #000;
  border: 2px solid #fff;
  padding: 5px 15px;
  border-radius: 3px;
  transition: 0.3s;
}
.index-contact-link a:hover {
  color: #fff;
  background-color: #41c0c8;
}

.contact-info-wrapper {
  background-color: #fbfbfb;
}

.contact-info-holder {
  text-align: center;
  padding: 30px 0;
}

.contact-info-item {
  margin-bottom: 10px;
}
.contact-info-item a {
  color: #34ba9a;
}
.contact-info-item a:hover {
  color: #34ba9a;
  text-decoration: underline;
}

.com-info {
  margin: 20px 0 15px;
}
.com-info span {
  font-size: 12px;
}

.enquiry-form-wrapper {
  background-color: #e9ddc6;
}

.enquiry-form-holder {
  padding: 30px 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.enquiry-form-holder .title {
  margin-bottom: 15px;
}

.enquiry-form-input {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 5px;
}
.enquiry-form-input label {
  display: flex;
}
.enquiry-form-input label span {
  color: red;
  margin-left: 3px;
}
.enquiry-form-input input {
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
}
.enquiry-form-input select {
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
}
.enquiry-form-input textarea {
  width: 100%;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
}

.enquiry-form-btn button {
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
  font-size: 18px;
}

.enquiry-tnc {
  font-size: 13px;
}

.map-wrapper iframe {
  height: 400px;
}

.career-item-holder {
  border-bottom: 1px solid #8b8b8b;
  padding: 0 0 15px;
  margin-bottom: 30px;
}
.career-item-holder:last-child {
  margin-bottom: 0;
}
.career-item-holder .career-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
}
.career-item-holder .career-item-title i {
  margin-right: 10px;
  background-color: #00ffc3;
  padding: 7px 5px;
  border-radius: 3px;
  font-size: 14px;
  transition: 0.3s;
}
.career-item-holder .career-item-title i.rotate {
  transform: rotateX(-180deg);
}
.career-item-holder .career-collapse-info {
  padding: 20px 0 0;
  color: rgba(0, 0, 0, 0.7);
}
.career-item-holder .career-collapse-info a {
  display: flex;
  align-items: center;
  color: #41c0c8;
  transition: 0.3s;
}
.career-item-holder .career-collapse-info a i {
  margin-left: 5px;
  transition: 0.3s;
}
.career-item-holder .career-collapse-info a:hover {
  color: #41c0c8;
  letter-spacing: 0.7px;
}
.career-item-holder .career-collapse-info a:hover i {
  margin-left: 15px;
}

.career-title {
  display: flex;
  align-items: center;
  position: sticky;
  top: 70px;
  z-index: 1;
  background-color: #fbfbfb;
  width: 100%;
  padding: 10px 0;
}
.career-title a {
  background-color: #00ffc3;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 10px;
  color: #000;
}
.career-title a:hover {
  color: #000;
}

.jd-holder {
  overflow: hidden;
}

.jd-title {
  margin-bottom: 10px;
  color: #34ba9a;
}

.jd-list li {
  margin-bottom: 7px;
}

.countup-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.countup-holder .countup-item {
  padding: 0 30px;
}
.countup-holder .countup-num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
}

.about-info-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.about-info-item.about-item-info-reverse {
  flex-direction: row-reverse;
}
.about-info-item.about-item-info-reverse .about-info-desc-holder {
  transform: translateX(30px);
}
.about-info-item .about-info-img {
  position: relative;
  width: 70%;
  z-index: 0;
}
.about-info-item .about-info-img img {
  width: 100%;
  border-radius: 5px;
}
.about-info-item .about-info-desc-holder {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transform: translateX(-30px);
  padding: 30px;
  height: 100%;
  text-align: justify;
}

.client-comment-wrapper {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../images/about/handshake-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.client-comment-holder {
  padding: 50px 0;
  color: #fff;
}

.client-comment-slider .client-c-pagination {
  bottom: 0 !important;
  position: relative;
}
.client-comment-slider .client-c-pagination .swiper-pagination-bullet {
  background-color: #00ffc3;
}
.client-comment-slider .client-c-prev {
  color: #000;
  left: 0 !important;
}
.client-comment-slider .client-c-prev:after {
  font-size: 20px;
}
.client-comment-slider .client-c-next {
  color: #000;
  right: 0 !important;
}
.client-comment-slider .client-c-next:after {
  font-size: 20px;
}

.client-comment-item {
  display: flex;
  position: relative;
  padding: 0 30px;
  margin-bottom: 15px;
}
.client-comment-item p {
  margin-bottom: 0;
}
.client-comment-item .quote-left {
  text-align: left;
  padding: 0 10px 0 0;
  margin-top: -5px;
}
.client-comment-item .quote-right {
  display: flex;
  align-items: flex-end;
  padding: 10px 0 0 0;
  margin-top: 5px;
}

.portfolio-item-wrapper {
  padding: 40px 0;
  overflow: hidden;
}

.portfolio-item-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.portfolio-item {
  color: #fff;
  position: relative;
  height: 250px;
  width: calc(33.3333333333% - 50px);
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}
.portfolio-item.second {
  transform: translateY(30px);
}
.portfolio-item:hover .portfolio-img {
  background-position: 0 100%;
}
.portfolio-item .portfolio-img {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
  transition: background-position 2s ease-out;
}
.portfolio-item .portfolio-item-title {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.542) 80%, transparent);
  color: #fff;
}

.services-info-wrapper {
  padding: 30px 0;
}

.services-info-holder {
  text-align: center;
}
.services-info-holder .title {
  margin-bottom: 20px;
  color: #41c0c8;
}

.feature-item-holder {
  margin-bottom: 20px;
}

.feature-item .feature-item-img {
  margin-bottom: 10px;
}
.feature-item .feature-item-img img {
  width: 80%;
}
.feature-item .feature-item-title {
  font-weight: 500;
  color: #41c0c8;
  margin-bottom: 10px;
}
.feature-item .feature-item-desc {
  font-size: 14px;
  text-align: justify;
}
.feature-item .feature-item-desc ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.feature-item .feature-item-desc li {
  margin-bottom: 15px;
}

.wd-feature-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.wd-feature-item {
  position: relative;
  width: 33.3333333333%;
}
.wd-feature-item:hover .wd-feature-inner {
  transform: rotateY(180deg);
}
.wd-feature-item .wd-feature-img {
  text-align: right;
}
.wd-feature-item .wd-feature-img img {
  width: 80%;
}
.wd-feature-item .wd-feature-title {
  text-align: right;
  font-size: 25px;
  font-weight: 700;
}
.wd-feature-item .wd-feature-bg img {
  width: 100%;
}
.wd-feature-item .wd-feature-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.wd-feature-inner {
  position: relative;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.wd-feature-front {
  backface-visibility: hidden;
}

.wd-feature-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  overflow: auto;
  cursor: default;
}
.wd-feature-back::-webkit-scrollbar {
  width: 5px;
}
.wd-feature-back::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.wd-feature-back::-webkit-scrollbar-thumb {
  background: #888;
}
.wd-feature-back p {
  width: 100%;
}
.wd-feature-back p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .about-info-item {
    flex-wrap: wrap;
  }
  .about-info-item.about-item-info-reverse {
    flex-direction: row;
  }
  .about-info-item.about-item-info-reverse .about-info-desc-holder {
    transform: unset;
    text-align: left;
  }
  .about-info-item .about-info-img {
    width: 100%;
  }
  .about-info-item .about-info-img img {
    border-radius: 5px 5px 0 0;
  }
  .about-info-item .about-info-desc-holder {
    transform: unset;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-rocket-img {
    overflow: hidden;
  }
  .intro-rocket-img img {
    width: 100%;
  }
  .arc-wrapper {
    margin: 15px 0;
    height: auto;
  }
  .arc-holder {
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  .arc-holder:after {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .arc-title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    text-align: center;
    width: auto;
  }
  .expertise-desc {
    width: 90%;
  }
  .expertise-info-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .expertise-item-info-holder {
    flex-direction: column;
  }
  .expertise-item-info-holder.expertise-item-info-holder-reverse {
    flex-direction: column;
  }
  .expertise-item-info-holder .expertise-item-img {
    width: 100%;
  }
  .expertise-item-info-holder .expertise-item-info {
    width: 100%;
  }
  .enquiry-form-holder {
    width: 100%;
  }
  .wd-feature-item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .industries-list ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .index-contact-wrapper {
    padding: 30px;
  }
  .contact-info-holder {
    text-align: left;
  }
  .wd-feature-item .wd-feature-title {
    font-size: 20px;
  }
  .wd-feature-item .wd-feature-desc {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-title-wrapper .banner-title-holder {
    height: auto;
  }
  .banner-title-wrapper .banner-title-holder .divider {
    margin: 15px 0;
  }
  .intro-wrapper {
    padding: 0 10px 30px;
    overflow: hidden;
  }
  .intro-rocket-img {
    margin-bottom: 20px;
  }
  .intro-rocket-img img {
    width: 100%;
  }
  .intro-title {
    text-align: center;
    font-size: 25px;
    line-height: unset;
  }
  .intro-desc {
    font-size: 14px;
    text-align: center;
  }
  .cloud-wrapper .cloud img {
    height: 100%;
    width: auto;
  }
  .index-about-desc {
    text-align: center;
  }
  .marquee-text span {
    font-size: 30px;
  }
  .expertise-wrapper {
    margin-bottom: 0;
  }
  .expertise-item-info-holder .expertise-item-info {
    padding: 20px;
  }
  .industries-list ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .index-contact-wrapper {
    padding: 30px 15px;
  }
  .map-wrapper iframe {
    height: 300px;
  }
  .enquiry-tnc {
    font-size: 11px;
  }
  .career-title {
    top: 65px;
  }
  .career-title a.blue-btn {
    font-size: 13px;
    white-space: nowrap;
  }
  .career-title h3 {
    font-size: 17px;
  }
  .countup-holder .countup-item {
    padding: 0;
    width: 48%;
    margin-bottom: 15px;
  }
  .countup-holder .countup-num {
    font-size: 30px;
  }
  .countup-holder .countup-desc {
    font-size: 14px;
  }
  .client-comment-item {
    align-items: unset;
    padding: 0 10px;
  }
  .client-comment-item p {
    margin: 0;
  }
  .about-info-item .about-info-desc-holder {
    font-size: 14px;
    padding: 15px;
  }
  .portfolio-item {
    width: calc(50% - 20px);
  }
  .portfolio-item.second {
    transform: unset;
  }
  .portfolio-item:nth-child(even) {
    transform: translateY(30px);
  }
  .portfolio-item .portfolio-item-title {
    font-size: 14px;
  }
  .wd-feature-item {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
}/*# sourceMappingURL=index.css.map */