/*------------------------------------------
  Service style1
--------------------------------------------*/
.service-style1 {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0px 125px;
  z-index: 10;
}

.single-service-style1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.single-service-style1 .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 900ms ease;
  z-index: 2;
}

.single-service-style1:hover .shape1 {
  opacity: 0.7;
  filter: grayscale(100%);
}

.single-service-style1::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid var(--thm-border-color);
  content: "";
  z-index: -1;
  border-radius: 8px;
}

.single-service-style1 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  z-index: 5;
}

.single-service-style1 .img-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  transition: all 1500ms ease;
}

.single-service-style1:hover .img-box::before {
  opacity: 0.5;
}

.single-service-style1 .img-box img {
  width: 100%;
  transform: scale(1);
  transition: all 1500ms ease;
}

.single-service-style1:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
}

.single-service-style1 .text-box {
  position: relative;
  display: block;
  padding: 41px 40px 50px;
  z-index: 1;
}

.single-service-style1 .text-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 8px;
  background-color: #831d71;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: all 900ms ease;
  z-index: -1;
}

.single-service-style1:hover .text-box::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.single-service-style1 .text-box h3 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.single-service-style1 .text-box h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .text-box h3 a {
  color: #ffffff;
}

.single-service-style1 .text-box h3 a:hover {
  color: #f6a56e;
}

.single-service-style1 .text-box p {
  margin: 0;
  transition: all 400ms linear;
  transition-delay: 0.2s;
}

.single-service-style1:hover .text-box p {
  color: #ffffff;
}

.single-service-style1 .text-box .btn-box {
  position: relative;
  display: block;
  margin-top: 14px;
}

.single-service-style1 .text-box .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 50px;
  border-bottom: 3px solid #831d71;
}

.single-service-style1 .text-box .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: #f6a56e;
  font-size: 20px;
  line-height: 20px;
  padding-left: 5px;
  transform: rotate(90deg);
  font-weight: 700;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .text-box .btn-box a span:before {
  transform: rotate(0deg);
}

/*
-----------------------------------------
  Service style2 Css
-----------------------------------------
*/
.service-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.service-style2__gray-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% + 630px) / 2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: var(--thm-gray-bg);
  z-index: -1;
}

.service-style2 .shape1 {
  position: absolute;
  top: 50px;
  right: 100px;
  z-index: -1;
}

.service-style2 .shape2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.single-service-style2 {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-service-style2 .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.single-service-style2 .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 93.33%);
  content: "";
  z-index: 1;
  height: 200px;
}

.single-service-style2 .img-box img {
  width: 100%;
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.single-service-style2:hover .img-box img {
  transform: scale(1.1) rotate(1deg);
}

.single-service-style2 .img-box::after {
  position: absolute;
  top: 80px;
  right: 0%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(var(--thm-base-rgb), 0.8);
  border-radius: 30%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.single-service-style2:hover .img-box::after {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.single-service-style2 .img-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 5;
}

.single-service-style2 .img-box .overlay-content .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0px 0px 8px 0px;
}

.single-service-style2 .img-box .overlay-content .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #d9d9d9;
  font-size: 55px;
  line-height: 55px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2:hover .img-box .overlay-content .icon-box span:before {
  color: #f6a56e;
}

.single-service-style2 .img-box .overlay-content .text-box {
  position: relative;
  display: block;
  margin-left: 35px;
}

.single-service-style2 .img-box .overlay-content .text-box h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
}

.single-service-style2 .btn-box {
  position: relative;
  display: block;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  box-shadow: 0px 6px 30px 8px rgba(0, 0, 0, 0.05);
}

.single-service-style2 .btn-box a {
  position: relative;
  display: block;
  color: #831d71;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 31px 40px 31px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.single-service-style2:hover .btn-box a {
  color: #ffffff;
}

.single-service-style2 .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 0px;
  background-color: #831d71;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition:
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  border-radius: 0px 0px 8px 8px;
  z-index: -1;
}

.single-service-style2:hover .btn-box a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.single-service-style2 .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: #f6a56e;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  padding-left: 6px;
  transition: all 400ms linear;
  transition-delay: 0.1s;
}

.single-service-style2:hover .btn-box a span:before {
  transform: rotate(90deg);
}

/*------------------------------------------
    Service Details Page Css
-------------------------------------------*/
.service-details-page {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0px 120px;
  z-index: 10;
}

.service-details-sidebar-box {
  position: relative;
  display: block;
  max-width: 410px;
  width: 100%;
}

.single-sidebar-box .title-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-sidebar-box .title-box h2 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
}

.single-sidebar-box .title-box .border-box {
  position: relative;
  display: block;
  width: 40px;
  height: 3px;
  background: #831d71;
  margin-top: 12px;
}

.single-sidebar-box {
  position: relative;
  display: block;
  background: #f8f6f0;
  border-radius: 8px;
  padding: 42px 40px 50px;
  margin-bottom: 45px;
}

.sidebar-search-box {
  position: relative;
  display: block;
}

.sidebar-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background-color: #ffffff;
  border: 0px solid #f7f7f7;
  color: var(--thm-gray);
  font-size: 17px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 75px;
  border-radius: 8px;
  font-family: var(--thm-font);
  transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font-size: 20px;
  background: #f6a56e;
  text-align: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
  position: relative;
  top: 0px;
}

.sidebar-search-box .search-form input[type="text"]:focus {
  color: var(--thm-black);
}

.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
  color: #ffffff;
  background: var(--thm-black);
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-moz-placeholder {
  color: var(--thm-gray);
}

.sidebar-search-box .search-form input::-moz-placeholder {
  color: var(--thm-gray);
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: var(--thm-gray);
}

.sidebar-popular-services-list {
  position: relative;
  display: block;
}

.sidebar-popular-services-list li {
  position: relative;
  display: block;
}

.sidebar-popular-services-list li + li {
  margin-top: 15px;
}

.sidebar-popular-services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 25px 15px;
  color: var(--thm-gray);
  font-size: 17px;
  font-weight: 400;
  border-radius: 8px;
  text-transform: capitalize;
  font-family: var(--thm-font);
  overflow: hidden;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.sidebar-popular-services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f6a56e;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  z-index: -1;
}

.sidebar-popular-services-list li.current a::before,
.sidebar-popular-services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.sidebar-popular-services-list li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  padding-right: 15px;
  top: -1px;
}

.sidebar-popular-services-list li.current a,
.sidebar-popular-services-list li:hover a {
  color: #ffffff;
}

.sidebar-download-box {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.sidebar-download-box .title-box h2 {
  color: #ffffff;
}

.sidebar-download-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.sidebar-download-box__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
  content: "";
  z-index: -1;
}

.sidebar-download-box-btn {
  position: relative;
  display: block;
}

.sidebar-download-box-btn a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--thm-gray);
  font-size: 17px;
  font-weight: 400;
  background: #ffffff;
  padding: 16px 25px 15px;
  border-radius: 8px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover {
  background: #f6a56e;
  color: #ffffff;
}

.sidebar-download-box-btn a + a {
  margin-top: 15px;
}

.sidebar-download-box-btn a i:before {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 15px;
  padding-right: 15px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover i:before {
  color: #ffffff;
}

.sidebar-download-box-btn a span {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #f6a56e;
  font-size: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sidebar-download-box-btn a:hover span {
  color: #ffffff;
}

/*Service Details Page Content Css*/
.service-details-page__content {
  position: relative;
  display: block;
  margin-left: 30px;
  z-index: 1;
}

.service-details-page__content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  content: "";
  z-index: -1;
}

.service-details-page__content-img-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #f6a56e;
  border-radius: 8px;
}

.service-details-page__content-img-box img {
  width: 100%;
  transition: all 700ms linear;
  transition-delay: 0.2s;
}

.service-details-page__content-img-box:hover img {
  transform: scale(1.05) rotate(0deg);
  opacity: 0.5;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.service-details-page__content-inner {
  position: relative;
  display: block;
  padding: 51px 50px 50px;
}

.service-details-page__content-text1 {
  position: relative;
  display: block;
}

.service-details-page__content-text1 h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 21px;
}

.service-details-page__content-text1 p + p {
  margin-top: 20px;
}

.service-details-page__content-text2 {
  position: relative;
  display: block;
  margin-top: 42px;
}

.service-details-page__content-text2 h2 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.service-details-page__content-text2 p + p {
  margin-top: 20px;
}

.service-details-page__content-text2 ul {
  position: relative;
  display: block;
  margin-top: 26px;
}

.service-details-page__content-text2 ul li {
  position: relative;
  display: block;
  padding-left: 40px;
  margin-bottom: 14px;
}

.service-details-page__content-text2 ul li:last-child {
  margin-bottom: 0;
}

.service-details-page__content-text2 ul li .icon-box {
  position: absolute;
  top: 4px;
  left: 0;
}

.service-details-page__content-text2 ul li .icon-box span {
  position: relative;
  display: inline-block;
  color: #f6a56e;
  font-size: 25px;
  line-height: 25px;
}

.service-details-page__content-text2 ul li p {
  margin: 0;
}

.service-details-page__content-text3 {
  position: relative;
  display: block;
  margin-top: 43px;
}

.service-details-page__content-text3 h2 {
  font-size: 24px;
  line-height: 34px;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.service-details-page__content-text3 p {
  margin: 0;
}

.service-details-page__content-text3-inner {
  position: relative;
  display: block;
  margin-top: 50px;
}

.service-details-page__content-text3-inner .single-img {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.service-details-page__content-text3-inner .single-img img {
  width: 100%;
}

.service-details-carousel.owl-theme .owl-nav {
  position: absolute;
  width: 70px;
  height: 70px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0px;
}

.service-details-carousel.owl-carousel .owl-nav button.owl-next,
.service-details-carousel.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  border: none;
  padding: 0 !important;
  color: #f6a56e;
  font-size: 18px;
  font-weight: 700;
}

.service-details-carousel.owl-carousel .owl-nav button.owl-next span,
.service-details-carousel.owl-carousel .owl-nav button.owl-prev span {
  font-weight: 700;
}

/*** 
=============================================
    End Css
=============================================
***/
