@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.service-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .service-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .service-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner {
    height: 40vh;
  }
}
.service-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 26.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 43.27%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 540px) {
  .service-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 64.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14.27%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.service-banner .banner-wrapper {
  width: 100%;
}
.service-banner .banner-wrapper .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.service-banner .banner-wrapper .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container {
    padding: 0;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 35%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .service-banner .banner-wrapper .container .bg-wrapper {
    bottom: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bg-wrapper {
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper {
    bottom: 6%;
    margin-left: 0px;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 7px;
  max-width: 620px;
}
@media only screen and (max-width: 991px) {
  .service-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 8px;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper h2 {
  font-size: 33px;
  max-width: 670px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bg-wrapper h2 {
    text-align: center;
    margin: auto;
    font-size: 20px;
    max-width: 60%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper h2 {
    font-size: 16px;
    max-width: 80%;
    line-height: 1.2;
  }
}
.service-banner .banner-wrapper .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white);
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bg-wrapper p {
    margin: auto;
    text-align: center;
    font-size: 17px;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bg-wrapper p {
    max-width: 95%;
    text-align: center;
    margin: auto;
    font-size: 15px;
    display: none;
  }
}
.service-banner .banner-wrapper .container .bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: right;
  position: absolute;
  bottom: 11%;
}
@media only screen and (max-width: 1024px) {
  .service-banner .banner-wrapper .container .bottom {
    max-width: 95%;
  }
}
@media only screen and (max-width: 540px) {
  .service-banner .banner-wrapper .container .bottom {
    justify-content: center;
    max-width: 100%;
    bottom: 5%;
  }
}
.service-banner .banner-wrapper .container .bottom .btn:first-child {
  margin: 0;
  padding: 0;
}
.service-banner .banner-wrapper .container .bottom .btn:first-child a {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bottom .btn:first-child a {
    padding: 9px;
  }
}
.service-banner .banner-wrapper .container .bottom .btn:first-child a svg path {
  fill: var(--black);
}
.service-banner .banner-wrapper .container .bottom .btn:first-child a:hover svg path {
  fill: var(--white);
}
.service-banner .banner-wrapper .container .bottom .btn:last-child {
  padding: 0;
  margin: 0;
}
.service-banner .banner-wrapper .container .bottom .btn:last-child a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  gap: 10px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .service-banner .banner-wrapper .container .bottom .btn:last-child a {
    padding: 6px 24px;
  }
}
.service-banner .banner-wrapper .container .bottom .btn:last-child a span {
  font-weight: 400;
  font-size: 16px;
  color: black;
}
.service-banner .banner-wrapper .container .bottom .btn:last-child a:hover {
  color: var(--white);
}

.service-secA {
  padding: 50px 0;
}
.service-secA .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box {
    flex-direction: column;
  }
}
.service-secA .flex-box .flex-box-item:first-child {
  width: 65%;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .flex-box-item:first-child {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box .flex-box-item:first-child {
    width: 100%;
  }
}
.service-secA .flex-box .flex-box-item:first-child .content p {
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 25px;
  color: var(--text);
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .content p {
    -moz-text-align-last: center;
         text-align-last: center;
    text-align: center;
    line-height: 1.4;
  }
}
.service-secA .flex-box .flex-box-item:first-child .content h2 {
  font-weight: 600;
  font-size: 25px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h3 {
  font-weight: 600;
  font-size: 18px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h4 {
  font-weight: 600;
  font-size: 16px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content h5 {
  font-weight: 600;
  font-size: 14px;
  color: black;
  margin: 40px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .content ul {
  margin-bottom: 20px;
  margin-left: 10px;
}
.service-secA .flex-box .flex-box-item:first-child .content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: var(--text);
}
.service-secA .flex-box .flex-box-item:first-child .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(270deg, #005659 0%, #0FD0D9 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  transform: translateY(-50%);
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .content ul li::before {
    top: 19%;
  }
}
.service-secA .flex-box .flex-box-item:first-child .sub-content h2 {
  font-weight: 600;
  font-size: 25px;
  color: black;
  margin: 10px 0 20px 0;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content h2 {
    text-align: center;
  }
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .disclaimer {
  margin-top: 30px;
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .disclaimer p {
  font-weight: 400;
  font-size: 13px;
  color: var(--text);
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .disclaimer strong {
  color: black;
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box {
    display: block;
  }
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item {
  display: flex;
  justify-content: start;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item {
    align-items: center;
    text-align: center;
  }
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item figure {
  width: 80px;
  height: 80px;
  border: 1px solid #07b9c0;
  padding: 15px;
  border-radius: 15%;
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item .text {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item .text {
    width: 100%;
  }
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item .text h2 {
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.81);
  margin: 0px 0 10px 0;
}
.service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item .text p {
  font-weight: 400;
  font-size: 14px;
  color: var(--text);
  text-align: left;
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:first-child .sub-content .grid-box .grid-box-item .text p {
    text-align: center;
    max-width: 70%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.service-secA .flex-box .flex-box-item:last-child {
  width: 380px;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  border-radius: 10px;
  background: var(--gradient-a);
  position: Sticky;
  top: 125px;
  padding: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box .flex-box-item:last-child {
    width: 100%;
  }
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar {
  width: 2px;
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar-track {
  box-shadow: unset;
  background: #fff;
}
.service-secA .flex-box .flex-box-item:last-child::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #3154AE 0%, #1A1D5B 100%);
}
.service-secA .flex-box .flex-box-item:last-child .heading h2 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  padding: 15px 0 0 0;
  text-align: center;
}
.service-secA .flex-box .flex-box-item:last-child .heading p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service-secA .flex-box .flex-box-item:last-child .heading p {
    max-width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:last-child .heading p {
    max-width: 100%;
  }
}
.service-secA .flex-box .flex-box-item:last-child form {
  padding: 30px 0 0 0;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid {
  --gaptb:15px;
}
@media only screen and (max-width: 991px) {
  .service-secA .flex-box .flex-box-item:last-child form .form-grid {
    --item: 2;
  }
}
@media only screen and (max-width: 540px) {
  .service-secA .flex-box .flex-box-item:last-child form .form-grid {
    --item: 1;
  }
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .form-group::before {
  background: white;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .form-group::after {
  background: white;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .form-group input, .service-secA .flex-box .flex-box-item:last-child form .form-grid .form-group textarea {
  color: white;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .form-group label {
  color: white;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .bottom-btn {
  margin: 30px 0 0 0;
  width: 100%;
}
.service-secA .flex-box .flex-box-item:last-child form .form-grid .bottom-btn button {
  width: 100%;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading {
  padding: 40px 0;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li {
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  padding-left: 20px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li a {
  color: var(--white);
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li .active {
  color: #5EB9FF;
  position: relative;
}
.service-secA .flex-box .flex-box-item:last-child .content-heading ul li .active::before {
  content: "";
  position: absolute;
  top: 5%;
  left: -18px;
  width: 25px;
  background: url(../../../assets/icon/right-primary.svg);
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.service-secB {
  background: #EEEEEE;
  padding: 70px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .service-secB {
    padding: 50px 0;
  }
}
.service-secB .heading h2 {
  font-size: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 540px) {
  .service-secB .heading h2 {
    font-size: 40px;
  }
}
.service-secB .flex-box {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  gap: 90px;
  position: relative;
  overflow: hidden;
}
.service-secB .flex-box::before {
  content: "";
  position: absolute;
  width: 26%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/service/bg-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.service-secB .flex-box:nth-child(odd) {
  flex-direction: row-reverse;
}
.service-secB .flex-box:nth-child(odd)::before {
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .service-secB .flex-box:nth-child(odd) {
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px 0px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box:nth-child(odd) {
    padding: 30px 0 0 0;
  }
}
.service-secB .flex-box:nth-child(even) {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .service-secB .flex-box:nth-child(even) {
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px 0px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box:nth-child(even) {
    padding: 30px 0 0 0;
  }
}
.service-secB .flex-box .flex-box-item:first-child figure {
  width: 580px;
  height: 404px;
}
@media only screen and (max-width: 1024px) {
  .service-secB .flex-box .flex-box-item:first-child figure {
    width: auto;
    height: auto;
  }
}
.service-secB .flex-box .flex-box-item:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  box-shadow: 13px 13px 0px 0px rgba(15, 208, 217, 0.2509803922);
}
.service-secB .flex-box .flex-box-item:last-child {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .service-secB .flex-box .flex-box-item:last-child {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .service-secB .flex-box .flex-box-item:last-child {
    width: 100%;
    text-align: center;
  }
}
.service-secB .flex-box .flex-box-item:last-child h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #303030;
  margin-bottom: 20px;
  max-width: 80%;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .service-secB .flex-box .flex-box-item:last-child h3 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box .flex-box-item:last-child h3 {
    font-size: 25px;
    line-height: 1.1;
  }
}
.service-secB .flex-box .flex-box-item:last-child p {
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .service-secB .flex-box .flex-box-item:last-child p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box .flex-box-item:last-child p {
    font-size: 14px;
  }
}
.service-secB .flex-box .flex-box-item:last-child span {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .service-secB .flex-box .flex-box-item:last-child span {
    justify-content: center;
  }
}
@media only screen and (max-width: 540px) {
  .service-secB .flex-box .flex-box-item:last-child span {
    margin-top: 20px;
  }
}
.service-secB .flex-box .flex-box-item:last-child span .btn {
  margin: 0;
}
.service-secB .flex-box .flex-box-item:last-child span .btn a {
  border: 1px solid #50A6AA;
  color: #50A6AA;
}
.service-secB .flex-box .flex-box-item:last-child span .btn a:hover {
  color: white;
}
.service-secB .flex-box .flex-box-item:last-child span .btn2 {
  margin: 0;
}

.service-cat {
  margin-top: var(--headerheight);
  padding: 50px 0;
}
.service-cat .heading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
}
@media only screen and (max-width: 540px) {
  .service-cat .heading h2 {
    font-size: 33px;
    line-height: 1.1;
  }
}
.service-cat .heading p {
  max-width: 60%;
  text-align: center;
  margin: auto;
  font-size: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 540px) {
  .service-cat .heading p {
    max-width: 100%;
  }
}
.service-cat .grid-box {
  display: grid;
  padding: 50px 0 0 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .service-cat .grid-box {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.service-cat .grid-box .grid-box-item {
  border: 1px solid rgba(0, 0, 0, 0.2235294118);
  border-radius: 9px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 540px) {
  .service-cat .grid-box .grid-box-item {
    padding: 20px;
    text-align: center;
  }
}
.service-cat .grid-box .grid-box-item::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0%;
  transform: translate(50%);
  width: -webkit-fill-available;
  height: 340px;
  background: url(../../../assets/images/footer-bg.png) no-repeat;
  filter: brightness(0.5);
  opacity: 0.4;
}
.service-cat .grid-box .grid-box-item figure {
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .service-cat .grid-box .grid-box-item figure {
    margin: auto;
  }
}
.service-cat .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-cat .grid-box .grid-box-item figure svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-cat .grid-box .grid-box-item h3 {
  font-size: 32px;
  font-weight: 500;
  color: black;
  max-width: 100%;
  margin: auto;
  margin-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  .service-cat .grid-box .grid-box-item h3 {
    font-size: 20px;
    margin: 10px 0;
    max-width: 100%;
  }
}
.service-cat .grid-box .grid-box-item p {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  color: var(--text);
  font-family: "Brother 1816";
  text-decoration: none;
}
.service-cat .grid-box .grid-box-item .btn2 {
  padding: 10px 0;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .service-cat .grid-box .grid-box-item .btn2 {
    margin: auto;
  }
}
.service-cat .grid-box .grid-box-item .btn2 span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--white);
  padding: 10px 24px;
  border-radius: 25px;
  background: var(--gradient-b);
  overflow: hidden;
  z-index: 0;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .service-cat .grid-box .grid-box-item .btn2 span {
    padding: 5px 24px;
  }
}
.service-cat .grid-box .grid-box-item .btn2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 25px;
  background: var(--gradient-a);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.service-cat .grid-box .grid-box-item .btn2 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
}
.service-cat .grid-box .grid-box-item .btn2 span:hover {
  color: var(--white);
}
.service-cat .grid-box .grid-box-item .btn2 span:hover::before {
  opacity: 1;
}/*# sourceMappingURL=service.css.map */