/*** 
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area {
  position: relative;
  display: block;
  padding: 0px 0 0px;
  background: #ffffff;
  z-index: 10;
}

.service-style1__title {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 100px;
  margin-right: -30px;
  z-index: 1;
}

.service-style1__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000000px;
  bottom: 0;
  right: 0;
  background: var(--thm-bg);
  z-index: -1;
}

.service-style1__title .sec-title--style2 {
  padding-bottom: 36px;
}

.service-style1__title .inner-text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}

.service-style1__title .inner-text p {
  margin: 0;
}

.video-holder-box {
  position: relative;
  display: flex;
  align-items: center;
}

.video-gallery-style1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 160px;
  height: 75px;
}

.video-gallery-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--thm-bg);
  background-blend-mode: luminosity;
}

.video-gallery-style1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  background: var(--thm-base);
  z-index: 2;
}

.video-gallery-style1 .icon:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 10, 20, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 10, 20, 0.1);
  -webkit-animation: ripple 6s infinite;
  animation: ripple 6s infinite;
}

.video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.video-gallery-style1 .icon .video-popup span::before {
  position: relative;
  color: #ffffff;
}

.video-gallery-title {
  position: relative;
  display: block;
  padding-left: 30px;
}

.video-gallery-title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 4px;
}

.video-gallery-title a {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.service-style1__content {
  position: relative;
  display: block;
  padding-top: 70px;
  padding-left: 100px;
}

.single-service-style1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 232px;
  margin-top: 30px;
  z-index: 1;
}

.single-service-style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-primary);
  z-index: -1;
}

.single-service-style1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: -1;
}

.single-service-style1:hover:after {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.single-service-style1 .shape-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 1;
  background-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  border-bottom: 60px solid #ffffff;
  border-left: 60px solid transparent;
  -webkit-transform: perspective(400px) rotateX(-90deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(-90deg) scaleY(1);
  transform: perspective(400px) rotateX(-90deg) scaleY(1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.single-service-style1:hover .shape-box {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.6s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.single-service-style1 .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 12px;
}

.single-service-style1 .icon-holder span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
  line-height: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .icon-holder span:before {
  color: #ffffff;
  transform: scale(1.1);
  transition: all 200ms linear;
  transition-delay: 0.3s;
}

.single-service-style1 .title-holder {
  position: relative;
  display: block;
}

.single-service-style1 .title-holder h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.single-service-style1 .title-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.3s;
}

.single-service-style1:hover .title-holder h3 a {
  color: #ffffff;
}

.single-service-style1 .title-holder h3 a:hover {
  color: var(--thm-black);
}

/*** 
=============================================
    service Style2 Area Css
=============================================
***/
.service-style2-area {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background: #ffffff;
  overflow: hidden;
  z-index: 10;
}

.service-style2--primary-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 660px;
  background: var(--thm-primary);
  z-index: -1;
}

.single-service-style2 {
  position: relative;
  display: block;
  margin: 0 0 30px;
}

.single-service-style2 .img-holder {
  position: relative;
  display: block;
}

.single-service-style2 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
  z-index: 1;
}

.single-service-style2 .img-holder .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: rgba(var(--thm-base), 0.7);
  content: "";
  transition: all 500ms ease;
}

.single-service-style2:hover .img-holder .inner:before {
  opacity: 1;
}

.single-service-style2 .img-holder .inner img {
  width: 100%;
  transform: scale(1);
  mix-blend-mode: luminosity;
  transition: all 700ms ease;
}

.single-service-style2:hover .img-holder .inner img {
  transform: scale(1.2);
  mix-blend-mode: normal;
}

.single-service-style2 .img-holder .icon {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: var(--thm-base);
  z-index: 2;
}

.single-service-style2 .img-holder .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-black);
  content: "";
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style2:hover .img-holder .icon:before {
  transform: scaleX(1);
}

.single-service-style2 .img-holder .icon span {
  position: relative;
  display: block;
}

.single-service-style2 .img-holder .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2:hover .img-holder .icon span:before {
  color: #ffffff;
}

.single-service-style2 .title-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 44px 49px 50px;
  border: 1px solid #d9e3e4;
  border-top: none;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 1;
}

.single-service-style2:hover .title-holder {
  border: 1px solid var(--thm-base);
  border-top: none;
}

.single-service-style2 .title-holder:before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 60px;
  height: 60px;
  border-bottom: 60px solid var(--thm-base);
  border-left: 60px solid transparent;
  transform: rotateY(-90deg) scaleY(1);
  transform-origin: right;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}

.single-service-style2:hover .title-holder:before {
  transform: rotateY(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.single-service-style2 .title-holder h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}

.single-service-style2 .title-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2 .title-holder h3 a:hover {
  color: var(--thm-base);
}

.single-service-style2 .title-holder .text {
  position: relative;
  display: block;
}

.single-service-style2 .title-holder .text p {
  margin: 0;
  transition: all 0.3s ease-in-out 0.1s;
}

.single-service-style2 .title-holder .btn-box {
  position: relative;
  display: block;
  padding-top: 19px;
}

.single-service-style2 .title-holder .btn-box a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: var(--thm-primary);
  border-radius: 50%;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  transition: all 0.3s ease-in-out 0.1s;
}

.single-service-style2:hover .title-holder .btn-box a {
  color: #ffffff;
  background-color: var(--thm-black);
}

/*** 
=============================================
    service Page Css
=============================================
***/
.service-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background: #ffffff;
  overflow: hidden;
  z-index: 10;
}

/*** 
=============================================
    Service Details Area Css
=============================================
***/
.service-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.service-details__sidebar {
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
}

.view-all-service {
  position: relative;
  display: block;
  background: #eff7f8;
  padding: 30px 30px 30px;
}

.view-all-service .service-pages {
  position: relative;
  display: block;
}

.view-all-service .service-pages li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
}

.view-all-service .service-pages li:last-child {
  margin-bottom: 0px;
}

.view-all-service .service-pages li a {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 30px 0px;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.view-all-service .service-pages li.active a,
.view-all-service .service-pages li:hover a {
  color: #ffffff;
}

.view-all-service .service-pages li a span {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  float: right;
  line-height: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.view-all-service .service-pages li.active a span,
.view-all-service .service-pages li:hover a span {
  color: #ffffff;
}

.view-all-service .service-pages li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  transform: perspective(400px) scaleY(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.view-all-service .service-pages li:hover a::before,
.view-all-service .service-pages li.active a::before {
  transform: perspective(400px) scaleY(1);
}

.service-details-contact-info {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 60px 50px 60px;
  margin-top: 30px;
  z-index: 1;
}

.service-details-contact-info .sidebar-info-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: var(--thm-bg);
  background-blend-mode: luminosity;
  z-index: -1;
}

.service-details-contact-info .sidebar-info-box-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-bg);
  opacity: 0.9;
}

.service-details-contact-info .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: var(--thm-base);
  border-radius: 50%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 40px;
}

.service-details-contact-info .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: transparent;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-details-contact-info h3 {
  color: #ffffff;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 25px 0 33px;
}

.service-details-contact-info h2 {
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px 30px 15px;
  font-size: 20px;
  font-weight: 700;
}

.service-details-contact-info h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details-contact-info h2 a:hover {
  color: var(--thm-base);
}

.info-download-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.info-download-box ul {
  position: relative;
  display: block;
}

.info-download-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--thm-base);
  padding: 25px 50px 25px;
}

.info-download-box ul li .icon {
  position: relative;
  display: block;
  line-height: 0;
  width: 50px;
}

.info-download-box ul li .icon span:before {
  position: relative;
  top: 2px;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.info-download-box ul li .title {
  position: relative;
  display: block;
}

.info-download-box ul li .title h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.info-download-box ul li .title h5 a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.info-download-box ul li .title h5 a:hover {
  color: var(--thm-black);
}

.service-details__content {
  position: relative;
  display: block;
}

.service-details__content .img-box-outer {
  position: relative;
  display: block;
}

.service-details__content .img-box-outer .icon {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: var(--thm-base);
  z-index: 2;
}

.service-details__content .img-box-outer .icon span {
  position: relative;
  display: block;
}

.service-details__content .img-box-outer .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.service-details__content .img-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
}

.service-details__content .img-box1::after {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(var(--thm-base-rgb), 0.1) 0%,
    rgba(var(--thm-base-rgb), 0.5) 50%,
    rgba(255, 255, 255, 0.9) 100%
  );
  transform: skewX(-15deg);
  z-index: 2;
}

.service-details__content .img-box1:hover::after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.service-details__content .img-box1 img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__content .img-box1:hover img {
  transform: scale(1.3) rotate(1deg);
}

.service-details__content .text-box1 {
  position: relative;
  display: block;
  margin-top: 41px;
}

.service-details__content .text-box1 h2 {
  color: var(--thm-black);
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 19px;
}

.service-details__content .text-box1 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box1 p + p {
  margin-top: 19px;
}

.service-details__content .text-box2 {
  position: relative;
  display: block;
  margin-top: 48px;
  margin-bottom: 50px;
  background: var(--thm-base);
  padding: 37px 60px 36px;
}

.service-details__content .text-box2 .text-box2-single {
  position: relative;
  display: block;
}

.service-details__content .text-box2 .text-box2-single p {
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  margin: 0;
}

.service-details__content .text-box3 {
  position: relative;
  display: block;
}

.service-details__content .text-box3 p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box4 {
  position: relative;
  display: block;
  margin-top: 48px;
}

.service-details__content .text-box4 .img-box {
  position: relative;
  display: block;
  background-color: var(--thm-bg);
}

.service-details__content .text-box4 .img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.service-details__content .text-box4 .content-box {
  position: relative;
  display: block;
  margin-top: -8px;
}

.service-details__content .text-box4 .content-box h2 {
  color: var(--thm-black);
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.service-details__content .text-box4 .content-box p {
  font-size: 20px;
  line-height: 34px;
  margin: 0;
}

.service-details__content .text-box4 .content-box ul {
  position: relative;
  display: block;
  margin-top: 33px;
}

.service-details__content .text-box4 .content-box ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.service-details__content .text-box4 .content-box ul li:last-child {
  margin-bottom: 0;
}

.service-details__content .text-box4 .content-box ul li span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 16px;
  top: 0px;
  padding-right: 7px;
}

.service-details-faq-content {
  position: relative;
  display: block;
  margin-top: 60px;
}
