/** Service
================================================*/
/** Heading */
.head_single {
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.head_single .title {
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 600;
  position: relative;
  margin: 0;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .head_single .title {
    font-size: 40px;
    line-height: 48px;
  }
}

/** Single Service */
.gv_single_service {
  position: relative;
  overflow: hidden;
}
.gv_single_service .container > .row > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_single_service .content-box .srv-thumbnail {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 45.9%;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.gv_single_service .content-box .srv-thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_single_service .content-box .srv-heading {
  margin-bottom: 15px;
  position: relative;
}
.gv_single_service .content-box .srv-heading h2 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 67.2px;
  color: #1F1F1F;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-heading h2 {
    font-size: 32px;
    line-height: 60.2px;
  }
}
@media (max-width: 1023px) {
  .gv_single_service .content-box .srv-heading h2 {
    font-size: 28px;
    line-height: 50.2px;
  }
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-heading h2 {
    font-size: 25px;
    line-height: 40.2px;
  }
}
.gv_single_service .content-box article {
  position: relative;
  margin-bottom: 20px;
}
.gv_single_service .content-box .srv-extra {
  background: #f2f4f7;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gv_single_service .content-box .srv-extra > .row {
  align-items: center;
  margin: 0;
}
.gv_single_service .content-box .srv-extra > .row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.gv_single_service .content-box .srv-extra .image img {
  width: 100%;
  height: auto;
}
.gv_single_service .content-box .srv-extra .info {
  position: relative;
  padding: 20px 30px;
}
.gv_single_service .content-box .srv-extra .info h3 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 47.2px;
  color: #1F1F1F;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-extra .info h3 {
    font-size: 22px;
    line-height: 40.2px;
  }
}
.gv_single_service .content-box .srv-extra .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_single_service .content-box .srv-extra .info ul > li {
  display: block;
  padding-left: 30px;
  margin-bottom: 6px;
  position: relative;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #1F1F1F;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-extra .info ul > li {
    font-size: 18px;
  }
}
.gv_single_service .content-box .srv-extra .info ul > li::before {
  content: "";
  height: 14px;
  width: 19px;
  background-image: url("../images/svg/ic-check-list.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}
.gv_single_service .content-box .srv-extra .info ul > li:last-child {
  margin-bottom: 0;
}
.gv_single_service .content-box .srv-project h2.name {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 67.2px;
  color: #1F1F1F;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project h2.name {
    font-size: 32px;
    line-height: 60.2px;
  }
}
@media (max-width: 1023px) {
  .gv_single_service .content-box .srv-project h2.name {
    font-size: 28px;
    line-height: 50.2px;
  }
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project h2.name {
    font-size: 25px;
    line-height: 40.2px;
  }
}
.gv_single_service .content-box .srv-project > .desc {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E3135;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project > .desc {
    font-size: 18px;
  }
}
.gv_single_service .content-box .srv-project ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_single_service .content-box .srv-project ul > li {
  display: block;
  padding: 10px 0;
  position: relative;
}
.gv_single_service .content-box .srv-project ul > li .inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gv_single_service .content-box .srv-project ul > li .inner .info {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .gv_single_service .content-box .srv-project ul > li .inner .info {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .info h4 {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27.72px;
  color: #2E3135;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project ul > li .inner .info h4 {
    font-size: 20px;
    line-height: 25.72px;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .info > .desc {
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #2E3135;
  margin-bottom: 10px;
  text-align: justify;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project ul > li .inner .info > .desc {
    font-size: 18px;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .info .more-x {
  display: block;
}
.gv_single_service .content-box .srv-project ul > li .inner .info .more-x > a {
  display: inline-flex;
  align-items: center;
  font-family: "Mulish", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #1F1F1F;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project ul > li .inner .info .more-x > a {
    font-size: 18px;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .info .more-x > a span {
  height: 21px;
  width: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #118FA6;
  border-radius: 100%;
}
@media (max-width: 1399px) {
  .gv_single_service .content-box .srv-project ul > li .inner .info .more-x > a span {
    width: 18px;
    height: 18px;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .info .more-x > a span i {
  height: 10px;
  width: 10px;
  background-image: url("../images/svg/rx-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.gv_single_service .content-box .srv-project ul > li .inner .thumb {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .gv_single_service .content-box .srv-project ul > li .inner .thumb {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_single_service .content-box .srv-project ul > li .inner .thumb > a {
  display: block;
}
.gv_single_service .content-box .srv-project ul > li .inner .thumb > a img {
  width: 100%;
  height: auto;
}
.gv_single_service .content-box .srv-project ul > li:nth-child(even) .inner {
  flex-direction: row-reverse;
}

/** Default Box */
.default-box {
  padding-top: 120px;
  position: relative;
  padding-bottom: 60px;
}
.default-box article {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 60px;
  border-radius: 24px;
  position: relative;
}
@media (max-width: 575px) {
  .default-box article {
    padding: 60px 20px;
  }
}
.default-box article::before {
  content: "";
  background: rgba(43, 44, 59, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.default-box article .entry-content {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #F2F2F2;
}

/** Package Box */
.package-box {
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.package-box .row {
  align-items: stretch;
  margin-bottom: 48px;
}
.package-box .row:last-child {
  margin-bottom: 0;
}
.package-box .row [class*=col] {
  min-height: 100%;
}
.package-box .info .sub {
  font-style: italic;
  font-size: 16px;
  line-height: 19.2px;
  color: #9597A7;
  margin-bottom: 8px;
}
.package-box .info .name h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 52.8px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .package-box .info .name h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.package-box .extra .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #9597A7;
  margin-bottom: 24px;
}
.package-box .extra a {
  display: inline-flex;
  color: #7C95FE;
  font-size: 16px;
  line-height: 21.97px;
  font-weight: 700;
}
.package-box .extra a i {
  height: 13.5px;
  width: 7.5px;
  display: block;
  background-image: url("../images/svg/icn-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.package-box .package-item {
  padding-top: 24px;
  padding-bottom: 24px;
}
.package-box .package-item .inner {
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
  height: 100%;
  position: relative;
}
.package-box .package-item .inner .bag {
  position: absolute;
  padding: 8px 16px 8px 16px;
  height: 28px;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  top: -28px;
  text-transform: uppercase;
  left: 32px;
}
.package-box .package-item .inner .box {
  display: flex;
  align-items: stretch;
  margin: 0 -20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .package-box .package-item .inner .box {
    flex-wrap: wrap;
  }
}
.package-box .package-item .inner .box [class*=pc-] {
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.package-box .package-item .inner .box .pc-left {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
@media (max-width: 767px) {
  .package-box .package-item .inner .box .pc-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 0;
  }
}
.package-box .package-item .inner .box .pc-right {
  flex: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .package-box .package-item .inner .box .pc-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.package-box .package-item .inner .box .tag {
  position: relative;
  margin-bottom: 24px;
}
.package-box .package-item .inner .box .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.package-box .package-item .inner .box .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.package-box .package-item .inner .box .price {
  padding-bottom: 48px;
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .package-box .package-item .inner .box .price {
    text-align: left;
    padding-bottom: 24px;
  }
}
.package-box .package-item .inner .box .price span {
  font-size: 44px;
  font-weight: 700;
  line-height: 52.8px;
  display: block;
  color: #D3D4DA;
  margin-bottom: 4px;
}
.package-box .package-item .inner .box .price p {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  margin-bottom: 0;
  color: #D3D4DA;
}
.package-box .package-item .inner .box .more button {
  outline: none;
  border: 0;
  font-family: "Open Sans", sans-serif;
  height: 40px;
  display: block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #4263EB, #253885);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0px 4px 12px 0px rgba(27, 27, 27, 0.06);
  border-radius: 8px;
  cursor: pointer;
}
.package-box .package-item .inner .box .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D3D4DA;
}
.package-box .package-item .inner .box .desc ul, .package-box .package-item .inner .box .desc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package-box .package-item .inner .box .desc ul li, .package-box .package-item .inner .box .desc ol li {
  display: block;
  padding-left: 28px;
  margin-bottom: 24px;
  position: relative;
}
.package-box .package-item .inner .box .desc ul li::before, .package-box .package-item .inner .box .desc ol li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 16.5px;
  width: 16.5px;
  top: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/svg/icn-checkbox-list.svg");
}
.package-box .package-item .inner .box .desc ul li:last-child, .package-box .package-item .inner .box .desc ol li:last-child {
  margin-bottom: 0;
}

/** Other Wrap */
.other-wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  font-family: "Open Sans", sans-serif;
}
.other-wrap .name {
  position: relative;
  padding-bottom: 24px;
}
.other-wrap .name h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 52.8px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .other-wrap .name h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.other-wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .other-wrap .box {
    flex-wrap: wrap;
  }
}
.other-wrap .box .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #F2F2F2;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 1024px) {
  .other-wrap .box .desc {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .other-wrap .box .desc {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.other-wrap .box .arrow-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .other-wrap .box .arrow-box {
    justify-content: center;
    width: 100%;
  }
}
.other-wrap .box .arrow-box button {
  padding: 12px 24px 12px 24px;
  border-radius: 53px;
  height: 56px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
  border: 1px solid rgba(255, 255, 255, 0.26);
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .other-wrap .box .arrow-box button {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.other-wrap .box .arrow-box button img {
  height: 20px;
  width: auto;
}
.other-wrap .carousel .other-item .inner {
  height: 480px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background: linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.11));
}
.other-wrap .carousel .other-item .inner .dot {
  position: relative;
  padding-bottom: 48px;
}
.other-wrap .carousel .other-item .inner .dot span {
  height: 12px;
  width: 12px;
  border-radius: 24px;
  background: #F24040;
  display: block;
}
.other-wrap .carousel .other-item .inner .info h3 {
  font-size: 32px;
  line-height: 38.4px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 24px;
}
.other-wrap .carousel .other-item .inner .info .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #F2F2F2;
}/*# sourceMappingURL=service.css.map */