main[data-v-3c794405] {
  background-color: #fcfcfc;
}
.hero-section[data-v-3c794405] {
  background: url(/_nuxt/assets/print/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 1000px;
}
.hero-content h5[data-v-3c794405] {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #09aff3;
  font-weight: 500;
  border: 0.5px solid #09aff3;
  padding: 6px 32px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.hero-content h5[data-v-3c794405]:before {
  position: absolute;
  content: '';
  left: 18px;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  border: 0.5px solid #09aff3;
}
.hero-content h5[data-v-3c794405]:after {
  position: absolute;
  content: '';
  right: 18px;
  top: 12px;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  border: 0.5px solid #09aff3;
}
.hero-content h1[data-v-3c794405] {
  font-size: 55px;
  line-height: 65px;
  color: #0a0a0a;
  font-weight: 700;
  font-family: 'Jost';
  margin: auto;
}
.hero-content h1 span[data-v-3c794405] {
  display: inline-block;
  color: #09aff3;
}
.hero-content p[data-v-3c794405] {
  margin: 16px 0px 35px;
  font-size: 20px;
  line-height: 28px;
  color: #818181;
  font-weight: 400;
  font-family: 'Jost';
  width: 80%;
}
.section-button[data-v-3c794405] {
  display: inline;
}
.section-button a[data-v-3c794405] {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: 'Jost';
  background: #09aff3;
  padding: 15px 40px;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.section-button a[data-v-3c794405]:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -50px;
  left: 0;
  border-bottom: 55px solid #0a0a0a;
  border-right: 30px solid transparent;
  transition: all 600ms ease;
  transform: translateX(-100%);
  z-index: -1;
}
.section-button a[data-v-3c794405]:hover:before {
  transform: translateX(-40%);
}
.section-button a[data-v-3c794405]::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 55px solid #0a0a0a;
  transition: all 600ms ease;
  transform: translateX(100%);
  z-index: -1;
}
.section-button a[data-v-3c794405]:hover::after {
  transform: translateX(40%);
}
.section-button.up a[data-v-3c794405] {
  display: inline-block;
  background: no-repeat;
  border: 1px solid #09aff3;
  color: #09aff3;
  padding: 14px 39px;
  margin-left: 15px;
}
.slider-thumb img[data-v-3c794405] {
  width: 100%;
  transform: scaleX(1);
}

/*<!-- ============================================================== -->
<!-- Start it solution service Section  -->
<!-- ============================================================== -->*/
.service-section[data-v-3c794405] {
  padding: 115px 0 90px;
}
.single-service-box[data-v-3c794405] {
  border-radius: 5px;
  -webkit-filter: drop-shadow(rgba(235, 235, 235, 0.59) 15px 0px 43.5px);
          filter: drop-shadow(rgba(235, 235, 235, 0.59) 15px 0px 43.5px);
  background-color: white;
  margin-bottom: 30px;
  padding: 40px 0px 34px 30px;
  position: relative;
  z-index: 1;
}
.single-service-box[data-v-3c794405]::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: #09aff3;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  z-index: -1;
}
.single-service-box[data-v-3c794405]:hover::before {
  width: 100%;
}
.service-icon img[data-v-3c794405] {
  padding: 12px 14px;
  transition: .5s;
}
.service-content h4[data-v-3c794405] {
  font-size: 24px;
  color: #0a0a0a;
  font-weight: 600;
  margin-top: 22px;
  transition: .5s;
}
.single-service-box:hover .service-content h4[data-v-3c794405] {
  color: rgba(255,255,255,1);
}
.service-content p[data-v-3c794405] {
  font-size: 18px;
  line-height: 27px;
  color: #7a8387;
  font-weight: 400;
  margin: 14px 0 22px;
  width: 99%;
  transition: .5s;
}
.single-service-box:hover .service-content p[data-v-3c794405] {
  color: rgba(255,255,255,1);
}
.service-button a[data-v-3c794405] {
  display: inline-block;
  font-size: 16px;
  color: #09aff3;
  font-weight: 400;
  transition: .5s;
}
.single-service-box:hover .service-button a[data-v-3c794405] {
  color: rgba(255,255,255,1);
}
.service-button a i[data-v-3c794405] {
  color: #09aff3;
  font-size: 20px;
  position: relative;
  transition: .5s;
  top: 4px;
  left: 5px;
}
.single-service-box:hover .service-button i[data-v-3c794405] {
  color: rgba(255,255,255,1);
}

/* section-title*/

/*=======================*/
.section-title[data-v-3c794405] {
  margin-bottom: 58px;
}
.section-title h5[data-v-3c794405] {
  margin: 0 0 14px;
  font-size: 16px;
  color: #09aff3;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.section-title h5[data-v-3c794405]:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid;
  border-color: #09aff3;
}
.section-title h5[data-v-3c794405]:after {
  position: absolute;
  content: "";
  left: 135px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  border: 1px solid;
  border-color: #09aff3;
}
.section-title h1[data-v-3c794405] {
  margin: 0;
  font-size: 48px;
  line-height: 60px;
  color: #0a0a0a;
  font-weight: 600;
}
.section-title h1 span[data-v-3c794405] {
  color: #09aff3;
}
.services-button[data-v-3c794405] {
  float: right;
}
.services-button a[data-v-3c794405] {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jost";
  background: #09aff3;
  padding: 15px 35px;
  border-radius: 5px;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-button a[data-v-3c794405]:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -50px;
  left: 0;
  border-bottom: 55px solid #0a0a0a;
  border-right: 30px solid transparent;
  transition: all 600ms ease;
  transform: translateX(-100%);
  z-index: -1;
}
.services-button a[data-v-3c794405]:hover:before {
  transform: translateX(-40%);
}
.services-button a[data-v-3c794405]::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 55px solid #0a0a0a;
  transition: all 600ms ease;
  transform: translateX(100%);
  z-index: -1;
}
.services-button a[data-v-3c794405]:hover::after {
  transform: translateX(40%);
}
.section-title p[data-v-3c794405] {
  font-size: 18px;
  line-height: 27px;
  color: #7a8387;
  font-weight: 400;
  font-family: "Jost";
  margin-top: 22px;
}
.section-title h2[data-v-3c794405] {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jost";
}

/*
<!-- ============================================================== -->
<!-- End it solution Hero Section  -->
<!-- ============================================================== -->*/

/*<!-- ============================================================== -->
<!-- Start it solution choose us Section  -->
<!-- ============================================================== -->*/
.choose-us-section[data-v-3c794405] {
  padding: 0 0 120px;
}
.choose-us-section .section-title[data-v-3c794405] {
  margin-bottom: 50px;
}
.choose-us-section .section-title h5[data-v-3c794405]:after {
  left: 160px;
}
.choose-us-thumb[data-v-3c794405] {
  margin-right: 55px;
}
.choose-us-thumb img[data-v-3c794405] {
  width: 100%;
  transform: scaleX(1);
}
.info-item[data-v-3c794405] {
  display: flex;
  margin-bottom: 52px;
}
.info-icon i[data-v-3c794405] {
  color: #09aff2;
  font-size: 32px;
  background: #e5f6f9;
  float: left;
  margin-right: 25px;
  padding: 12px 15px;
  border-radius: 2px;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.info-icon i[data-v-3c794405]:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #09aff3;
  border-radius: 2px;
  transition: .5s;
  z-index: -1;
}
.info-icon i[data-v-3c794405]:hover:after {
  width: 100%;
}
.info-icon i[data-v-3c794405]:hover {
  color: rgba(255,255,255,1);
}
.info-content h4[data-v-3c794405] {
  font-size: 24px;
  color: #0a0a0a;
  font-weight: 600;
  font-family: "Jost";
  margin: 0 0 10px;
  transition: .5s;
}
.info-item:hover .info-content h4[data-v-3c794405] {
  color: #09aff3;
}
.info-content p[data-v-3c794405] {
  font-size: 18px;
  line-height: 27px;
  color: #7a8387;
  font-weight: 400;
  margin: auto;
  width: 100%;
}
.choose-us-button[data-v-3c794405] {
  padding-top: 10px;
}
.choose-us-button a[data-v-3c794405] {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jost";
  background: #09aff3;
  padding: 15px 35px;
  border-radius: 5px;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose-us-button a[data-v-3c794405]:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -50px;
  left: 0;
  border-bottom: 55px solid #0a0a0a;
  border-right: 30px solid transparent;
  transition: all 600ms ease;
  transform: translateX(-100%);
  z-index: -1;
}
.choose-us-button a[data-v-3c794405]:hover:before {
  transform: translateX(-40%);
}
.choose-us-button a[data-v-3c794405]::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 55px solid #0a0a0a;
  transition: all 600ms ease;
  transform: translateX(100%);
  z-index: -1;
}
.choose-us-button a[data-v-3c794405]:hover::after {
  transform: translateX(40%);
}

/*<!-- ============================================================== -->
<!-- End it solution choose us Section  -->
<!-- ============================================================== -->*/

