/* TechMitsu IT solution & Technology Services HTML-5 Template */

/*** 

====================================================================
	Attachment Css Files
====================================================================

***/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.css");
@import url("rtl.css");
@import url("dark-body.css");
@import url("jquery-ui.css");
@import url("swiper.min.css");
@import url("font-awesome.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("jquery.bootstrap-touchspin.css");

/*** 

====================================================================
	Main Slider
====================================================================

***/

.slider-one {
  position: relative;
  border: 25px solid var(--white-color);
}

.slider-one .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 40px !important;
  right: auto !important;
  width: 60px !important;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0px;
  color: var(--white-color);
  margin: 35px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: var(--white-color);
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--white-color);
}

.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.slider-one .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 350px 0px 170px;
}

.slider-one_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-one_image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 0) 100%
  );
}

.slider-one .swiper-slide-active .slider-one_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 306px;
  height: 306px;
  background-repeat: no-repeat;
}

.slider-one_content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.slider-one_content-inner {
  position: relative;
}

.slider-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.slider-one .swiper-slide-active .slider-one_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-one_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_heading span {
  color: transparent;
  font-weight: 800;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-one .swiper-slide-active .slider-one_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_arrow {
  position: absolute;
  content: "";
  right: 35%;
  bottom: -30px;
  width: 227px;
  height: 202px;
  background-repeat: no-repeat;
}

.slider-one .slider-one_button {
  position: relative;
  gap: 5px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_video {
  position: relative;
}

.slider-one .slider-one_button .slider-one_video:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-color: var(--white-color);
}

.slider-one .swiper-slide-active .slider-one_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Play Box */

.slider-one .play-box {
  position: relative;
}

.slider-one .play-box:hover .fa {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-one .play-box .fa {
  position: relative;
  width: 62px;
  height: 62px;
  margin-top: 3px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  text-align: center !important;
  border: 6px solid var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

/* Slider Socials Box */

.slider-one_socials {
  position: absolute;
  left: 5px;
  bottom: -15px;
  z-index: 1;
  padding: 25px 30px;
  transform-origin: 8% 45%;
  transform: rotate(-90deg);
  border-radius: 0px 50px 50px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.slider-one_socials a {
  position: relative;
  font-size: 14px;
  margin: 0px 15px;
  text-transform: capitalize;
  color: var(--white-color);
}

.slider-one_socials a::before {
  position: absolute;
  content: "-";
  right: -20px;
  font-size: 24px;
  color: var(--white-color);
}

.slider-one_socials a:hover {
  color: var(--main-color);
}

.slider-one_socials a:last-child::before {
  display: none;
}

.slider-one_options {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.slider-one_options .button {
  position: relative;
  border-radius: 40px 0px 0px 0px;
  background-color: var(--color-four);
  border: 10px solid var(--white-color);
  border-bottom: none;
  border-right: none;
}

.slider-one_options .button a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 55px;
  padding: 15px 30px;
  color: var(--black-color);
}

.slider-one_options .button i {
  position: relative;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
}

.slider-one_options .button a:hover {
  color: var(--main-color);
}

.slider-one_authors {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: var(--color-four);
  border-left: 10px solid var(--white-color);
  border-right: 25px solid var(--color-four);
  border-radius: 0px 0px 30px;
  padding: 5px 0px 20px;
}

.slider-one_authors ul {
  position: relative;
  display: flex;
  margin-left: 40px;
}

.slider-one_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.slider-one_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.slider-one_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one {
  position: relative;
}

.clients-one .auto-container {
  position: relative;
  max-width: 1910px;
}

.clients-one .inner-container {
  position: relative;
  padding: 40px 80px;
  border-radius: 100px 100px;
  background-color: #eeeeee;
}

.clients-one_title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  color: var(--black-color);
}

.clients-one .client-image {
  position: relative;
  text-align: center;
}

.clients-one .client-image img {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.clients-one .client-image img:hover {
  opacity: 0.5;
}

/*** 

====================================================================
	About One
====================================================================

***/

.about-one {
  position: relative;
  padding: 140px 0px 60px;
}

.about-one_vector {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 459px;
  height: 447px;
  background-repeat: no-repeat;
}

.about-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1510px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-one_pattern-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1622px;
  background-position: right center;
  background-repeat: no-repeat;
}

.about-one_years {
  position: relative;
  margin-top: 60px;
  margin-left: 45px;
}

.about-one_text {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #666666;
  max-width: 440px;
  margin-top: 40px;
}

.about-one_text span {
  position: relative;
  font-weight: 600;
  color: var(--black-color);
}

.about-one_image-outer {
  position: relative;
  text-align: right;
}

.about-one_image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-one_image.now-in-view {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.about-one_image-two {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-left: -172px;
  margin-top: -45px;
  display: inline-block;
}

/* About One Carousel */

.about-one_carousel {
  position: relative;
  margin-left: 60px;
  margin-top: 10px;
  max-width: 301px;
}

.review-block_one {
  position: relative;
}

.review-block_one-quote {
  position: relative;
}

.review-block_one-text {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  line-height: 28px;
  max-width: 301px;
  margin-bottom: 25px;
}

.review-block_one-info {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  padding-left: 90px;
  color: var(--main-color);
}

.review-block_one-info i {
  position: absolute;
  left: 0px;
  top: 18px;
}

.review-block_one-info strong {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-left: 30px;
  display: block;
  color: var(--black-color);
  border-left: 3px solid var(--white-color);
}

.review-block_one-info span {
  position: relative;
  font-size: 16px;
  display: block;
}

/*** 

====================================================================
	Marketing One
====================================================================

***/

.marketing-one {
  position: relative;
  overflow: hidden;
  padding: 40px 0px 100px;
}

.marketing-one .animation_mode {
  position: relative;
  min-height: 112px;
}

.marketing-one h1 {
  font-size: 156px;
  line-height: 1em;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(var(--color-three-rgb), 1);
  font-family: "Manrope", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.marketing-one h1:hover {
  background: linear-gradient(to right, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-one.style-two {
  padding-top: 0px;
}

/*** 

====================================================================
	Achieve One
====================================================================

***/

.achieve-one {
  position: relative;
  padding: 125px 0px 400px;
}

.achieve-one .sec-title {
  margin-left: 300px;
}

.achieve-one_vector {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  background-position: left center;
  background-repeat: no-repeat;
}

.achieve-one_vector-two {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 20px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.achieve-one_bg {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  border-radius: 50px;
  background-size: cover;
}

.achieve-one_counter {
  position: relative;
  margin-left: 250px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: none;
  border-right: none;
}

.counter-one_column {
  position: relative;
}

.counter-one_column:last-child {
  border-right: none;
}

.counter-one_inner {
  position: relative;
  padding: 40px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.counter-one_inner:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  height: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.counter-one_inner:hover::before {
  top: 0px;
  opacity: 1;
  height: 100%;
}

.counter-one_text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  min-height: 52px;
  margin-bottom: 10px;
}

.counter-one_count {
  position: relative;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

/*** 

====================================================================
	Video One
====================================================================

***/

.video-one {
  position: relative;
}

.video-one.style-two {
  margin-top: 100px;
}

.video-one.style-two .video-box {
  margin-top: 0px;
}

.video-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.video-one .video-box {
  margin-top: -315px;
}

.video-box {
  position: relative;
}

.video-box .video-image {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 60px;
  border: 20px solid var(--white-color);
}

.video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  border-radius: 40px;
}

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 150px;
  bottom: -100px;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  line-height: 190px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  border: 20px solid var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}

/*** 

====================================================================
	Process One
====================================================================

***/

.process-one {
  position: relative;
  padding: 200px 0px 120px;
}

.process-one.style-two {
  padding-bottom: 0px;
}

.process-one .step-block_one:nth-child(2) {
  top: 30px;
}

.process-one .step-block_one:nth-child(2) .step-block_one-inner:before {
  bottom: auto;
  top: 20%;
}

.process-one .step-block_one:nth-child(3) {
  top: -160px;
}

.process-one .step-block_one:nth-child(3) .step-block_one-inner:before {
  bottom: auto;
  top: 30%;
}

.process-one .step-block_one:nth-child(4) {
  top: -325px;
}

.step-block_one:last-child .step-block_one-inner:before {
  display: none;
}

.step-block_one {
  position: relative;
}

.step-block_one-inner {
  position: relative;
  padding: 65px 50px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
}

.step-block_one-inner:before {
  position: absolute;
  content: "";
  right: -29px;
  bottom: 60px;
  width: 30px;
  height: 90px;
  z-index: 1;
  background: url(../images/icons/curve.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.step-block_one:last-child .step-block_one-inner::before {
  display: none;
}

.step-block_one-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-size: cover;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-inner:hover .step-block_one-bg {
  opacity: 1;
}

.step-block_one-number {
  position: relative;
  font-size: 16px;
}

.step-block_one-number span {
  position: relative;
  line-height: 1em;
  font-weight: 800;
  font-size: 96px;
  background: linear-gradient(to bottom, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-block_one-inner:hover .step-block_one-number span {
  color: var(--black-color);
  -webkit-text-fill-color: inherit;
}

.step-block_one-inner:hover .step-block_one-heading {
  color: var(--main-color);
}

.step-block_one-heading {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: 100px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-text {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 15px;
}

.process-one_content {
  position: relative;
  text-align: right;
  margin-top: -140px;
}

.process-one_button {
  position: relative;
}

.process-one_content-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 20px;
}

/*** 

====================================================================
	Offer One
====================================================================

***/

.offer-one {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 220px;
}

.offer-one.style-two {
  padding-top: 120px;
}

.offer-one_color {
  position: absolute;
  left: -40px;
  bottom: 0px;
  width: 830px;
  height: 900px;
  border-radius: 45px;
  background-color: #eeeeee;
}

.offer-one_bg-color {
  position: absolute;
  right: -40px;
  width: 80px;
  height: 1100px;
  border-radius: 50px;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.offer-one .auto-container {
  position: relative;
  max-width: 1700px;
}

.step-award_box {
  position: absolute;
  right: 115px;
  top: 100%;
  width: 345px;
  padding: 25px 25px;
  border-radius: 20px;
  border: 10px solid var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.step-award_box:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 25px;
  width: 76px;
  height: 72px;
  background: url(../images/icons/award-vector.png) no-repeat;
}

.step-award_count {
  position: relative;
  font-size: 64px;
  line-height: 36px;
  font-weight: 700;
  color: var(--white-color);
}

.step-award_subtitle {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
}

.offer-one_title {
  position: relative;
  padding-left: 120px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}

.offer-one_arrow {
  position: absolute;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #eeeeee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.offer-one_title.active .offer-one_arrow img,
.offer-one_title:hover .offer-one_arrow img {
  fill: #ffffff;
  filter: brightness(200%);
  color: var(--white-color);
}

.offer-one_title:last-child {
  margin-bottom: 0px;
}

.offer-one_icon-outer {
  position: absolute;
  left: 0px;
  top: 10px;
}

.offer-one_icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #999999;
}

.offer-one_icon:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 5px;
  bottom: 5px;
  border-radius: 50px;
  border: 1px solid #dddddd;
}

.offer-one_number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  z-index: 1;
  font-size: 12px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #d9d9d9;
}

.offer-one_title.active .offer-one_number,
.offer-one_title:hover .offer-one_number {
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.offer-one_heading {
  margin-top: 10px;
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Manrope", sans-serif;
}

.offer-one_heading a {
  position: relative;
  color: var(--black-color);
}

.offer-one_title.active .offer-one_arrow,
.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.offer-one_title.active .offer-one_heading a,
.offer-one_title:hover .offer-one_heading a {
  color: var(--main-color);
}

.offer-one_tags {
  position: relative;
  margin-top: 15px;
}

.offer-one_tags li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.offer-one_tags li a {
  position: relative;
  font-size: 12px;
  color: #666666;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #999999;
}

.offer-one_tags li a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.offer-one_image-column {
  position: relative;
}

.offer-one_image-outer {
  position: relative;
  height: 100%;
}

.offer-one_images_outer {
  position: relative;
  height: 100%;
}

.offer-one_title.active .offer-one_subtitle,
.offer-one_title:hover .offer-one_subtitle {
  background-color: var(--color-two);
}

.offer-one_image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(-5deg) translateX(0px);
  transform: rotate(-5deg) translateX(0px);
}

.offer-one_image.active {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
}

.offer-one_content-column {
  position: relative;
}

.offer-one_content-outer {
  position: relative;
  padding-top: 70px;
  max-width: 720px;
  padding-left: 70px;
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one {
  position: relative;
  padding: 145px 0px 120px;
}

.testimonial-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: -300px;
  bottom: 0px;
  width: 732px;
  height: 1376px;
  background-repeat: no-repeat;
}

.testimonial-one .sec-title {
  margin-bottom: 30px;
}

.testimonial-one_talk {
  position: relative;
  font-size: 32px;
  gap: 25px;
  font-weight: 700;
  color: var(--color-two);
}

.about-one_arrows {
  position: relative;
  width: 275px;
  height: 130px;
  margin-left: 40px;
  margin-top: -40px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-one_content-column {
  position: relative;
}

.testimonial-one_carousel-column {
  position: relative;
}

.testimonial-one_carousel-content {
  position: relative;
  margin-left: 30px;
  border-radius: 30px;
  padding: 60px 70px 15px;
  background-color: #f5f5f5;
}

.testimonial-one_carousel-content:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 126px;
  height: 126px;
  background: url(../images/icons/vector-1.png);
}

.testimonial-one_carousel-content:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 199px;
  height: 125px;
  background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 389px;
  height: 238px;
  background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-content .swiper-container {
  padding-bottom: 60px;
  margin-left: -55px;
}

.testimonial-block_one {
  position: relative;
}

.testimonial-block_one-inner {
  position: relative;
  padding-left: 50px;
}

.testimonial-block_one-author {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-left: 145px;
  padding-top: 35px;
  min-height: 120px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.testimonial-block_one-author span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--black-color);
  font-family: "Manrope", sans-serif;
}

.testimonial-block_one-author_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 150px;
}

.testimonial-block_one-text {
  position: relative;
  font-size: 24px;
  line-height: 44px;
  margin-top: 30px;
  color: var(--black-color);
}

.testimonial-block_one-rating {
  position: relative;
  display: flex;
  gap: 4px;
  justify-content: end;
  align-items: center;
  margin-top: 70px;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
  color: var(--black-color);
}

.testimonial-block_one-rating span {
  position: relative;
  font-size: 22px;
  color: var(--color-two);
}

.testimonial-one_arrow {
  position: absolute;
  left: 0px;
  z-index: 99999;
  bottom: 0px;
}

.testimonial-one_carousel-prev,
.testimonial-one_carousel-next {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 20px;
  margin: 0px 1px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-image: linear-gradient(180deg, #000bff, #c115ec);
}

.testimonial-one_carousel-prev:hover,
.testimonial-one_carousel-next:hover {
  color: var(--white-color);
  background-image: linear-gradient(
    180deg,
    var(--black-color),
    var(--black-color)
  );
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one {
  position: relative;
  padding-bottom: 130px;
}

.team-one.style-two {
  padding-top: 100px;
}

.team-one_layer {
  position: absolute;
  left: 0px;
  top: -200px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.team-one .team-one_one {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}
.team-one .team-one_one:hover,
.team-one .team-one_one.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991.98px) {
  .team-one .team-one_one {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .team-one .team-one_one {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
.team-one_one {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
.team-one_one .active .image-box .image:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-one_one .active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.team-one_one .active .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.team-one_one .active .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.team-one_one .active .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.team-one_one .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-one_one .inner-box:hover .image-box .image:before {
  opacity: 0.1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-one_one .inner-box:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.team-one_one .inner-box:hover .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.team-one_one .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.team-one_one .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.team-one_one .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-one_one .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.team-one_one .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.team-one_one .image-box .image img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-one_one .content-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #fafafa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.team-one_one .inner-box:hover .content-box {
  opacity: 1;
}

.team-one_one .content-box .cat {
  position: relative;
  font-weight: 400;
  color: #777777;
  display: inline-block;
  opacity: 0;
  font-size: 12px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}
.team-one_one .content-box .title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: var(--black-color);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-one_one .content-box .title a {
  position: relative;
  color: var(--black-color);
}

.team-one_one:hover .team-one_socials {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one_socials {
  position: relative;
  margin-top: 10px;
  opacity: 0;
}

.team-one_socials a {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--black-color);
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.25);
}

.team-one_socials a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

@media (max-width: 991.98px) {
  .team-one_one .content-box .title {
    font-size: 30px;
  }
}
.team-one_one .content-box .read-more {
  position: relative;
  width: 51px;
  height: 51px;
  line-height: 53px;
  opacity: 0;
  margin-bottom: 18px;
  border-radius: 0%;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--main-color);
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-one_one .content-box .read-more i {
  font-size: 20px;
}

.team-one_info {
  position: relative;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #e4e0e0;
  padding: 0px 0px 0px 30px;
}

.team-one_info .team-one_info-button {
  height: 54px;
  margin-left: 30px;
}

/*** 

====================================================================
	Incredible One
====================================================================

***/

.incredible-one {
  position: relative;
  padding: 140px 0px 140px;
}

.incredible-one .sec-title {
  margin-bottom: 25px;
}

.incredible-one_vector {
  position: absolute;
  right: 40px;
  top: -80px;
  width: 578px;
  height: 519px;
  z-index: 1;
  background-repeat: no-repeat;
}

.incredible-one_bg {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  border-radius: 50px;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.incredible-one_pattern {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  width: 551px;
  background-repeat: no-repeat;
}

.incredible-one_title {
  position: relative;
  font-size: 120px;
  line-height: 110px;
  font-weight: 800;
  opacity: 0.8;
  text-transform: uppercase;
  color: transparent;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

/*** 

====================================================================
	Experiance One
====================================================================

***/

.experiance-one {
  position: relative;
  padding: 50px 0px 100px;
}

.experiance-one .marque-outer {
  position: relative;
  overflow: hidden;
}

.experiance-one .animation_mode {
  position: relative;
  min-height: 150px;
}

.experiance-one h1 {
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h1.light {
  margin: 0px 15px;
  font-family: "Raleway", serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h2 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
  margin: 30px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: "Raleway", serif;
  transition: -webkit-text-fill-color 0.4s ease-in-out;
}

.experiance-one h2:hover {
  -webkit-text-fill-color: #15c1ec; /* Fills the text with the color on hover */
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

.experiance-one .animation_mode-two {
  position: relative;
  min-height: 150px;
  z-index: 1;
}

.experiance-one_years {
  position: relative;
  width: 100%;
}

.experiance-one_years-inner {
  position: relative;
  padding: 80px 70px;
  margin-top: -700px;
  border-radius: 20px;
  background-color: var(--black-color);
}

.experiance-one_text {
  position: relative;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  max-width: 400px;
  margin-bottom: 70px;
  color: var(--white-color);
  font-family: "Outfit", serif;
}
.experiance-one_years-inner .experiance-one_button {
  z-index: 9;
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one {
  position: relative;
  padding-bottom: 90px;
}

.news-block_one {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.news-block_one-inner {
  position: relative;
}

.news-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-block_one-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block_one-content {
  position: relative;
  padding-top: 25px;
}

.news-block_one-date_outer {
  position: absolute;
  left: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.news-block_one-date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.news-block_one-date span {
  position: relative;
  font-size: 14px;
}

.news-block_one-date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.news-block_one-date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.news-block_one-meta {
  position: relative;
  padding: 24px 30px;
}

.news-block_one-meta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 410px;
  height: 106px;
  background: url(../images/icons/news-one_arrows.png);
}

.news-block_one-meta li {
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}

.news-block_one-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}

.news-block_one-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block_one-arrow {
  position: relative;
  width: 54px;
  height: 54px;
  opacity: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transform: rotate(90deg);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block_one-inner:hover .news-block_one-arrow {
  transform: rotate(0deg);
  opacity: 1;
}

.news-block_one-title {
  position: relative;
  text-transform: capitalize;
}

.news-block_one-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_one-title a:hover {
  color: var(--main-color);
}

.news-block_one-text {
  position: relative;
  line-height: 28px;
  font-size: var(--font-16);
  margin-top: var(--margin-top-15);
}

.news-block_one-more {
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  color: var(--color-three);
  text-transform: capitalize;
  margin-top: var(--margin-top-15);
  padding-right: var(--padding-right-25);
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two {
  position: relative;
  background-color: #f5f5f5;
}

.slider-two_bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 240px;
  background-color: rgba(0, 1, 3, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 1, 3, 1) 0%,
    rgba(2, 4, 72, 1) 100%
  );
}

.slider-two .slider-one_pagination {
  position: absolute;
  z-index: 999;
  right: 40px !important;
  left: auto !important;
  width: 60px !important;
  bottom: 300px;
}

.slider-two .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: var(--white-color);
  margin: 25px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
  border: 1px solid var(--white-color);
}

.slider-two .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-two
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-two .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 320px 0px 0px;
}

.slider-two_title {
  position: relative;
  font-size: 16px;
  opacity: 0;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_title {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two_heading span {
  color: transparent;
  font-weight: 800;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-two .swiper-slide-active .slider-two_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_content {
  position: relative;
  padding: 0px 50px;
}

.slider-two_image {
  position: relative;
  margin-top: 50px;
}

.slider-two_image img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.slider-two_socials {
  position: absolute;
  left: 40px;
  bottom: 530px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.slider-two_socials a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 8px 0px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.slider-two_socials a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-two_shadow {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_vector {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 459px;
  height: 459px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_circle {
  position: absolute;
  top: 30%;
  right: 90px;
  width: 628px;
  height: 628px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_touch {
  position: absolute;
  right: 80px;
  top: -100px;
  width: 236px;
  height: 236px;
  z-index: 10;
}

.slider-two_touch:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: url(../images/main-slider/slider-two_arrow.png) no-repeat;
}

.slider-two_touch span {
  position: relative;
  display: inline-block;
}

/*** 

====================================================================
	Counter Two
====================================================================

***/

.counter-two {
  position: relative;
  padding: 80px 0px 70px;
  background-color: #f5f5f5;
}

.counter-two_vector {
  position: absolute;
  left: 0px;
  top: -150px;
  width: 459px;
  height: 447px;
  background-repeat: no-repeat;
}

.counter-two_vector-two {
  position: absolute;
  right: 0px;
  top: -150px;
  width: 459px;
  height: 459px;
  background-repeat: no-repeat;
}

.counter-block_two {
  position: relative;
  margin-bottom: 30px;
}

.counter-block_two-inner {
  position: relative;
}

.counter-block_two-count {
  position: relative;
  font-size: 96px;
  line-height: 1em;
  font-weight: 800;
  color: var(--black-color);
}

.counter-block_two-count sup {
  position: relative;
  font-size: 50px;
  margin-left: 5px;
  color: var(--color-two);
}

.counter-block_two-text {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
  font-weight: 700;
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.counter-block_two-inner:hover .counter-block_two-text {
  color: var(--main-color);
}

/*** 

====================================================================
	About Two
====================================================================

***/

.about-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 100px;
}

.about-two_shadow {
  position: absolute;
  right: -60px;
  top: -160px;
  left: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-two_title-column {
  position: relative;
  margin-bottom: 30px;
}

.about-two_title-outer {
  position: relative;
  padding-right: 30px;
}

.about-two_title {
  position: relative;
  margin-top: 25px;
  color: var(--black-color);
  text-transform: capitalize;
}

.about-two_title i {
  position: relative;
  color: #666666;
}

.about-two_title span {
  position: relative;
  color: var(--color-two);
}

.about-two_title strong {
  position: relative;
  font-weight: 700;
  color: var(--main-color);
}

.about-two_image-outer {
  position: relative;
  margin-top: 80px;
}

.about-two_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
}

.about-two_image:before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  width: 162px;
  height: 151px;
  z-index: 1;
  background: url(../images/icons/vector-4.png);
}

.about-two_video {
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 10;
  width: 147px;
  height: 147px;
  text-align: center;
  border-radius: 100px;
  line-height: 147px;
  display: inline-block;
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.about-two_video .ripple,
.about-two_video .ripple:before,
.about-two_video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 147px;
  height: 147px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-two_video .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-two_video .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-two_image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-two_image-two {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  opacity: 0;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-two_image-two.now-in-view {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.about-two_image-two img {
  position: relative;
  width: 100%;
  display: block;
}

.about-two_image-column_outer {
  position: relative;
  padding-left: 30px;
}

.about-two_text {
  position: relative;
  font-size: 20px;
  color: #444444;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* Skills Section */

.default-skills {
  position: relative;
}

.default-skill-item {
  position: relative;
  margin-bottom: 40px;
}

.default-skill-item:last-child {
  margin-bottom: 0px;
}

.default-skill-title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.default-skill-bar {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 50px;
}

.default-skill-bar:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -8px;
  right: 0px;
  height: 16px;
  border-radius: 50px;
  background-color: #d9d9d9;
}

.default-bar-inner {
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  border-radius: 50px;
}

.default-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 16px;
  width: 0px;
  border-radius: 50px;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.default-count-box {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
}

.about-two_button {
  position: relative;
  margin-top: 60px;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 100px;
}

.services-one .sec-title {
  z-index: 99;
  display: inline-block;
}

.services-one .services-carousel_pagination {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 99;
  bottom: auto;
  text-align: right;
}

.services-one .services-carousel_pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin: 0px 8px;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: var(--white-color);
}

.services-one
  .services-carousel_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.services-one .services-carousel_pagination .swiper-pagination-bullet:hover {
  background-color: var(--color-two);
}

.services-one .swiper-container {
  overflow: visible;
  padding-top: 110px;
  margin-top: -100px;
}

.services-one .inner-container {
  position: relative;
}

.services-one .inner-container:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0px;
  bottom: 0px;
  width: 200%;
  z-index: 10;
  background-color: #001e53;
}

.services-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
}

.services-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 459px;
  height: 446px;
  background-repeat: no-repeat;
}

.service-block_one {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

.service-block_one-inner {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 25px 30px 45px;
  background-color: #002361;
}

.service-block_one-inner:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  opacity: 0;
  width: 162px;
  height: 151px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: url(../images/icons/vector-5.png);
}

.service-block_one-icon {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 105px;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.service-block_one-inner:hover .service-block_one-icon {
  transform: rotateY(180deg);
}

.service-block_one-heading {
  position: relative;
  margin-top: 45px;
  text-transform: capitalize;
}

.service-block_one-heading a {
  position: relative;
  color: var(--white-color);
}

.service-block_one-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.service-block_one-arrow {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 88px;
  height: 88px;
  z-index: 1;
  opacity: 0;
  text-align: center;
  line-height: 88px;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(90deg);
  background-color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block_one-inner:hover .service-block_one-arrow {
  opacity: 1;
  transform: rotate(0deg);
}

.service-block_one-inner:hover::before {
  opacity: 1;
}

.services-one .services-one_animate-outer {
  position: relative;
  overflow: hidden;
}

.services-one .animation_mode {
  position: relative;
  min-height: 150px;
  margin-top: 20px;
  overflow: hidden;
}

.services-one .animation_mode h1 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
  margin: 30px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: "Raleway", serif;
}

.gallery-one_triangle {
  position: absolute;
  right: 100px;
  top: -280px;
  width: 511px;
  height: 511px;
  z-index: 10;
  background-repeat: no-repeat;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

/*** 

====================================================================
	Gallery One
====================================================================

***/

.gallery-one {
  position: relative;
  padding: 130px 0px 130px;
}

.gallery-one.style-two {
  padding-bottom: 0px;
}

.gallery-one_shadow {
  position: absolute;
  right: 0px;
  top: -200px;
  left: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.gallery-block-one {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block-one_inner {
  position: relative;
  overflow: hidden;
}

.gallery-block-one_inner:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 115px;
  height: 114px;
  z-index: 20;
  background: url(../images/icons/project-vector.png);
}

.gallery-block_one-image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--black-color);
}

.gallery-block-one_inner.blank {
  background: none;
  visibility: hidden;
}

.gallery-block_one-image img {
  position: relative;
  width: 100%;
  display: block;

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery-block-one_inner:hover .gallery-block_one-image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

.gallery-block-one_inner:hover .gallery-block_one-overlay {
  opacity: 1;
}

.gallery-block_one-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery-block_one-designation {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  color: var(--main-color);
  text-transform: uppercase;
  padding: 10px 20px 5px 20px;
  border-radius: 15px 15px 0px 0px;
  background-color: var(--white-color);
}

.gallery-block-one_title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.gallery-block-one_title a {
  position: relative;
  padding: 8px 20px 15px 20px;
  display: inline-block;
  color: var(--black-color);
  border-radius: 0px 15px 15px 15px;
  background-color: var(--white-color);
}

.gallery-block-one_title a:hover {
  color: var(--main-color);
}

.gallery-block_one-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  z-index: 30;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: var(--black-color);
}

.gallery-block-one_inner:hover .gallery-block_one-arrow {
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.gallery-block_one-hand {
  position: absolute;
  right: 0px;
  top: 100px;
}

.gallery-one_button {
  position: relative;
  padding-top: 30px;
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
  position: relative;
  z-index: 1;
  padding: 130px 0px 100px;
}

.faq-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 40px;
  background-color: #f8dbff;
}

.faq-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}

.faq-one_image-column {
  position: relative;
  margin-bottom: 30px;
}

.faq-one_images-outer {
  position: relative;
  text-align: right;
  padding-right: 50px;
}

.faq-one_carousel-column {
  position: relative;
  margin-bottom: 30px;
}

.faq-one_image {
  position: relative;
  border-radius: 350px;
  display: inline-block;
}

.faq-one_image img {
  position: relative;
  overflow: hidden;
  border-radius: 350px;
}

.faq-one_image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(to bottom, #ffffff, #c115ec);
  border-radius: 360px; /* Slightly larger for a smooth effect */
}

.faq-one_image-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 350px;
  display: inline-block;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.faq-one_image-two img {
  position: relative;
  overflow: hidden;
  border-radius: 350px;
}

.faq-one_image-two::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(to bottom, #030fff, #ffffff);
  border-radius: 360px; /* Slightly larger for a smooth effect */
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
  position: relative;
  z-index: 1;
}

.accordion-box .block {
  position: relative;
  border-radius: 50px;
  margin-bottom: 20px;
  background-color: var(--white-color);
}

.accordion-box .block.active-block {
  border-radius: 35px;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 55px 20px 30px;
  color: var(--black-color);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  font-family: "Outfit", serif;
}

.accordion-box .block .acc-btn.active {
  color: var(--main-color);
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 12px;
  top: 8px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
  transform: rotate(-90deg);
}

.accordion-box .block.active-block .icon {
  opacity: 1;
  color: var(--white-color);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content .content-text {
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 30px 30px;
}

.accordion-box .block .content .text {
  line-height: 34px;
  font-size: 18px;
  color: #444444;
}

.accordion-box.style-two .block {
  background-color: #feefff;
}

/*** 

====================================================================
	Offer Two
====================================================================

***/

.offer-two {
  position: relative;
  margin-top: -40px;
  padding: 160px 0px 130px;
  background-color: #00022b;
}

.offer-two.alternate {
  margin-top: 0px;
}

.offer-two_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.offer-two .inner-container {
  position: relative;
  gap: 30px;
  text-align: center;
  justify-content: center;
}

.offer-two .offer-block_one {
  position: relative;
  width: 18%;
}

.offer-block_one {
  position: relative;
}

.offer-block_one-inner {
  position: relative;
  padding: 75px 30px;
  border-radius: 150px;
  text-align: center;
  display: block;
  overflow: hidden;
  background-color: var(--black-color);
}

.offer-block_one-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.offer-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.offer-block_one-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
}

.offer-block_one-icon {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  line-height: 100px;
  border-radius: 50px;
  background-color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.offer-block_one-inner:hover .offer-block_one-icon {
  transform: rotate(360deg);
}
.offer-block_one-arrow {
  position: relative;
  margin: 35px 0px;
}

.offer-block_one-title {
  position: relative;
  color: var(--white-color);
  font-family: "Manrope", sans-serif;
}

.step-two_button {
  position: relative;
  margin-top: 30px;
}

/*** 

====================================================================
	Price One
====================================================================

***/

.price-one {
  position: relative;
  padding: 130px 0px 130px;
}

.price-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.price-one .pricing-tabs .price-block_one {
  transform: rotateY(90deg);
}

.price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one {
  transform: rotateY(0deg);
}

.pricing-tabs {
  position: relative;
  z-index: 2;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
}

.pricing-tabs .buttons-outer {
  text-align: center;
}

.pricing-tabs .tab-buttons {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  border: 3px solid var(--color-two);
  background-color: var(--white-color);
}

.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  float: left;
  cursor: pointer;
  padding: 17px 48px;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background-color: var(--color-two);
}

.price-block_one {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}

.price-block_one-inner {
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  border-radius: 45px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 3px solid var(--color-two);
  background-color: var(--white-color);
}

.price-block_one-inner:hover {
  border-color: #00022a;
}

.price-block_one.active .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-icon img {
  fill: #ffffff;
  filter: invert(100%);
}

.price-block_one-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.1, 1);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #00022a;
}

.price-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one.active .price-block_one-inner {
  border-color: #00022a;
}

.price-block_one.active .price-block_one-inner::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-repeat: no-repeat;
}

.price-block_one.active .price-block_one-bg {
  opacity: 1;
}

.price-block_one-inner:hover .price-block_one-bg {
  opacity: 1;
}

.price-block_one-icon {
  position: absolute;
  right: 35px;
  top: 35px;
}

.price-block_one-subtitle {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-title,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-list li {
  color: var(--white-color);
}

.price-block_one.active .price-block_one-subtitle,
.price-block_one.active .price-block_one-title,
.price-block_one.active .price-block_one-text,
.price-block_one.active .price-block_one-price,
.price-block_one.active .price-block_one-list li {
  color: var(--white-color);
}

.price-block_one-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-price {
  position: relative;
  font-weight: 700;
  margin-top: 20px;
  font-size: 68px;
  line-height: 1em;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-list {
  position: relative;
  margin-top: 30px;
}

.price-block_one-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #666666;
  padding-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/icons/check.png);
}

.price-block_one-list li:last-child {
  margin-bottom: 0px;
}

.price-block_one-btn {
  position: relative;
  margin-top: 40px;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  padding: 18px 40px;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.price-block_one-btn:hover {
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two {
  position: relative;
  padding-bottom: 70px;
}

.news-two_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -150px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.news-two_vector {
  position: absolute;
  left: 10%;
  bottom: 18%;
  width: 388px;
  height: 376px;
  background-repeat: no-repeat;
}

.news-two_image-column {
  position: relative;
  margin-bottom: 30px;
}

.news-two_images-outer {
}

.sticky-top {
  z-index: 1;
  top: 110px;
}

.news-two_blocks-column {
  position: relative;
  margin-bottom: 30px;
}

.news-two_blocks-outer {
  position: relative;
}

/*** 

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
  position: relative;
}

.slider-three .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 40px !important;
  right: auto !important;
  width: 60px !important;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0px;
  color: var(--white-color);
  margin: 35px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: var(--white-color);
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--white-color);
}

.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.slider-three .auto-container {
  position: relative;
}

.slider-three .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 300px 0px 230px;
}

.slider-three_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 0px 0px 40px 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-three_image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.1;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.slider-three .swiper-slide-active .slider-three_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-three_content {
  position: relative;
  z-index: 2;
}

.slider-three_content-inner {
  position: relative;
}

.slider-three_title {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.slider-three .swiper-slide-active .slider-three_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-three_heading {
  font-size: 128px;
  margin-top: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--white-color);
  text-transform: uppercase;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three_heading span {
  color: transparent;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-three .swiper-slide-active .slider-three_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_subtitle {
  font-size: 27px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_subtitle {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 660px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button {
  position: relative;
  gap: 25px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .slider-three_button .theme-btn {
  padding: 16px 34px;
}

.slider-three .swiper-slide-active .slider-three_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_options {
  position: absolute;
  left: 0px;
  bottom: -47px;
  z-index: 10;
  border-radius: 150px;
  border: 2px solid var(--color-two);
}

.slider-three_authors {
  position: relative;
  display: flex;
  gap: 25px;
  border-radius: 100px;
  padding: 20px 20px;
  align-items: center;
  background-color: var(--color-four);
}

.slider-three_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.slider-three_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.slider-three_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.slider-three_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

/*** 

====================================================================
	Employer One
====================================================================

***/

.empower-one {
  position: relative;
  padding: 160px 0px 100px;
}
.empower-shape-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.empower-one.style-two {
  padding-top: 110px;
}

.empower-one .sec-title {
  margin-bottom: 0px;
}

.empower-one .auto-container {
  max-width: 1500px;
}

.empower-one .empower-block_one {
  position: relative;
  width: 19.8%;
  padding: 0px 10px;
  display: inline-block;
}

.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4) {
  transform: translateY(70px);
}

.empower-one .empower-block_one:nth-child(3) {
  transform: translateY(140px);
}

/* Empower Block One */

.empower-block_one {
  position: relative;
}

.empower-block_one-inner {
  position: relative;
  padding: 10px 10px;
  border-radius: 30px;
  border: 3px solid var(--color-two);
  background-color: #fff;
}
.empower-block_one .empower-block_one-inner:hover {
  background-color: var(--black-color);
}

.empower-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.empower-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
}

.empower-block_one-image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 78px;
  height: 76px;
  z-index: 1;
  background: url(../images/icons/vector-6.png);
}
.empower-block_one-inner:hover .empower-block_one-image:before {
  background: url(../images/icons/vector-6-1.png);
}
.empower-block_one-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
  padding: 12px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.empower-block_one-content {
  position: relative;
  padding: 25px 10px 20px;
}

.empower-block_one-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.empower-block_one-title a {
  position: relative;
  color: var(--black-color);
}

.empower-block_one-title a:hover {
  color: var(--main-color);
}

.empower-block_bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 119px;
}

.empower-one .lower-box {
  position: relative;
  margin-top: 180px;
}

.empower-block_one-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color);
}
.empower-block_one-inner:hover .empower-block_one-title a,
.empower-block_one-inner:hover .empower-block_one-text {
  color: var(--white-color);
}
.empower-one_button {
  position: relative;
  margin-top: 30px;
}

/*** 

====================================================================
	About Three
====================================================================

***/

.about-three {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  padding: 120px 0px 50px;
  background-color: #e6e9f1;
  margin: 0px 20px;
}

.about-three_shadow {
  position: absolute;
  left: 0px;
  top: -220px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-three_title-column {
  position: relative;
}

.about-three_title-outer {
  position: relative;
  padding-right: 90px;
}

.about-three_content {
  position: relative;
  padding-left: 140px;
}

.about-three_experiance {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 260px;
  border-radius: 50px;
  text-align: center;
  padding: 40px 10px;
  color: var(--white-color);
}

.about-three_experiance strong {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-family: "Outfit", serif;
}

.about-three_experiance span {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  transform: rotate(90deg);
  display: block;
  width: 135px;
  text-align: left;
  font-weight: 700;
  transform-origin: 20% 72%;
}

.about-three_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.about-three_text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
}

.about-three_button {
  position: relative;
  margin-top: 35px;
}

.about-three_image-column {
  position: relative;
}

.about-three_image-outer {
  position: relative;
  padding-right: 20px;
  margin-left: -50px;
}

.about-three_image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.about-three_image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-three_image-two {
  position: absolute;
  right: -80px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 26px;
}

.about-three_authors {
  position: relative;
  display: flex;
  gap: 25px;
  margin-top: 50px;
  margin-left: 30px;
}

.about-three_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.about-three_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.about-three_reviews {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.about-three_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.about-three .animation_mode {
  position: relative;
  min-height: 150px;
  margin-top: 0px;
}

.about-three .animation_mode h1 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
  margin: 30px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: "Raleway", serif;
}

/*** 

====================================================================
	Gallery Two
====================================================================

***/

.gallery-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 130px;
}

.gallery-two .swiper-container {
  overflow: visible;
}

/*** 

====================================================================
	Inspire One
====================================================================

***/

.inspire-one {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
}

.inspire-one.alternate {
  padding-bottom: 120px;
}

.inspire-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 22px;
  right: 0px;
  height: 100px;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    -90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.inspire-one .animation_mode {
  position: relative;
  min-height: 100px;
  transform: rotate(2deg);
  background-color: var(--black-color);
}

.inspire-one .animation_mode h1 {
  position: relative;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  margin: 35px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: "Outfit", serif;
}
.inspire-one .animation_mode h1:hover {
  color: var(--main-color);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two {
  position: relative;
  padding: 120px 0px 120px;
}

.clients-two.style-two {
  padding-top: 40px;
}

.clients-two .inner-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #aaaaaa;
  border-bottom: 0px;
}

.clients-two .column {
  position: relative;
  width: 20%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.clients-two .column:nth-child(5n + 0) {
  border-right: none;
}

.clients-two .client-image {
  position: relative;
}

.clients-two .client-image img {
  position: relative;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.clients-two .client-image:hover img {
  opacity: 0.5;
}

/*** 

====================================================================
	Business One
====================================================================

***/

.business-one {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 85px;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.business-one_vector {
  position: absolute;
  right: 1%;
  top: 4%;
  width: 406px;
  height: 365px;
  background-repeat: no-repeat;
}

.business-one_vector-two {
  position: absolute;
  right: 1%;
  bottom: 4%;
  width: 438px;
  height: 406px;
  background-repeat: no-repeat;
}

.business-one_video-column {
  position: relative;
  margin-bottom: 30px;
}

.business-one_video-outer {
  position: relative;
  margin-left: -180px;
  margin-right: 180px;
}

.business-one_video {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid var(--white-color);
}

.business-one_video img {
  position: relative;
  width: 100%;
}

.business-one_play {
  position: absolute;
  right: -80px;
  top: 100px;
  z-index: 10;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 100px;
  line-height: 140px;
  display: inline-block;
  color: var(--white-color);
  border: 12px solid var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.business-one_play .ripple,
.business-one_play .ripple:before,
.business-one_play .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(0, 13, 255, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.business-one_play .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.business-one_play .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.business-one_video-bg {
  position: absolute;
  right: -305px;
  top: -162px;
  bottom: -120px;
  width: 200%;
  background: url(../images/background/video-shape.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.business-one_content {
  position: relative;
  padding-left: 165px;
  margin-left: 100px;
}
.business-one_content-outer .news-one_button {
  margin-left: 140px;
  margin-top: 80px;
}
.business-one_certified {
  position: absolute;
  left: 0px;
  top: 0px;
}

.business-one_list {
  position: relative;
}

.business-one_list li {
  position: relative;
  display: block;
  font-size: 16px;
  list-style: disc;
  margin-bottom: 12px;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.business-one_content .business-one_list li:hover {
  font-weight: 700;
}

.business-one_video-content {
  position: relative;
  font-size: 15px;
  text-align: right;
  margin-top: -80px;
  margin-right: -180px;
  color: var(--white-color);
}

.business-one_video-content div {
  position: relative;
  text-align: left;
  display: inline-block;
}

.business-one_video-content span {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 32px;
}

.business-one_content-column {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two {
  position: relative;
  padding: 145px 0px 120px;
}

.testimonial-two_shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: right center;
  background-repeat: no-repeat;
}

.testimonial-two .swiper-container {
  padding-bottom: 70px;
}

.testimonial-two_pattern-layer {
  position: absolute;
  left: 0px;
  top: -300px;
  bottom: 0px;
  width: 732px;
  height: 1376px;
  background-repeat: no-repeat;
}

.testimonial-two_arrows {
  position: absolute;
  left: 120px;
  top: -70px;
  width: 168px;
  height: 75px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-two .sec-title .right-box {
  position: relative;
}

.testimonial-two_rating-column {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-two_rating-outer {
  position: relative;
  border-radius: 30px;
  padding: 35px 50px 50px;
  background-color: #fbedff;
}

.testimonial-two_rating {
  position: relative;
  font-size: 128px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

/* Testimonial Two Authors */

.testimonial-two_authors {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 25px;
  align-items: center;
}

.testimonial-two_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.testimonial-two_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.testimonial-two_reviews {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.testimonial-two_title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  color: var(--black-color);
}

.testimonial-two_button {
  position: relative;
}

.testimonial-two_title-button {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.testimonial-two_carousel-column {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-two_carousel-outer {
  position: relative;
  border-radius: 30px;
  padding: 40px 50px 0px;
  background-color: #f5f5f5;
  background-position: center top;
  background-repeat: repeat-x;
}

.testimonial-two_carousel-outer:before {
  position: absolute;
  content: "";
  left: 49%;
  top: 40px;
  bottom: 0px;
  width: 12px;
  height: 317px;
  background: url(../images/icons/testimonial-two_devider.png) no-repeat;
}

.testimonial-two_carousel-outer:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 234px;
  height: 80px;
  transform: translateX(-50%);
  background: url(../images/background/pattern-24.png) no-repeat;
}

/* Arrows */

.testimonial-two_arrow {
  position: absolute;
  left: 50%;
  width: 150px;
  z-index: 99999;
  bottom: 0px;
  transform: translateX(-50%);
}

.testimonial-two_carousel-prev,
.testimonial-two_carousel-next {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 20px;
  margin: 0px 1px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--black-color);
}

.testimonial-two_carousel-prev:hover,
.testimonial-two_carousel-next:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/* Testimonial Block Two */

.testimonial-block_two {
  position: relative;
}

.testimonial-block_two-inner {
  position: relative;
  padding-right: 40px;
}

.testimonial-block_two-author {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 120px;
  padding-top: 25px;
  min-height: 120px;
  margin-top: 25px;
  text-align: right;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.testimonial-block_two-author span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--black-color);
  font-family: "Manrope", sans-serif;
}

.testimonial-block_two-author_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 150px;
}

.testimonial-block_two-text {
  position: relative;
  font-size: 19px;
  line-height: 36px;
  color: var(--black-color);
}

.testimonial-block_two-rating {
  position: relative;
  display: flex;
  gap: 4px;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
  align-items: center;
  color: var(--black-color);
}

.testimonial-block_two-rating span {
  position: relative;
  font-size: 22px;
  color: var(--color-two);
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
  padding-left: 30px;
}

.testimonial-block_two.alternate .testimonial-block_two-author_image {
  left: auto;
  right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-author {
  text-align: left;
  padding-left: 0px;
  padding-right: 120px;
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
  padding-right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-rating {
  display: flex;
  justify-content: end;
}

/*** 

====================================================================
	Team Two
====================================================================

***/

.team-two {
  position: relative;
  padding: 100px 0px 120px;
}

.team-two.style-two {
  padding-top: 200px;
}

.team-two_shadow {
  position: absolute;
  left: 0px;
  top: -180px;
  right: 0px;
  bottom: 0px;
  background-position: right center;
  background-repeat: no-repeat;
}

.team-two .inner-container {
  position: relative;
}

.team-two .inner-container:before {
  position: absolute;
  content: "";
  left: -40px;
  top: -55px;
  width: 227px;
  height: 484px;
  background: url(../images/background/arrow.png) no-repeat;
}

.team-two_border-layer {
  position: absolute;
  right: 200px;
  top: -190px;
  width: 160px;
  height: 750px;
  border-radius: 100px;
  transform: rotate(-45deg);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

/* Team Block Three */

.team-block_two {
  position: relative;
}

.team-block_two-inner {
  position: relative;
  min-height: 391px;
  padding-left: 430px;
}

.team-block_two-inner:before {
  position: absolute;
  content: "";
  left: 120px;
  top: 30px;
  right: 120px;
  bottom: 30px;
  border-radius: 300px;
  background-color: #00022a;
}

.team-block_two-image {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  padding: 15px 15px;
  border-radius: 50%;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.team-block_two-image img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.team-block_two-content {
  position: relative;
  padding-top: 65px;
  max-width: 300px;
}

.team-block_two-designation {
  position: relative;
  font-size: 16px;
  color: var(--color-two);
}

.team-block_two-title {
  position: relative;
  font-weight: 600;
  margin-top: 10px;
  color: var(--white-color);
}

.team-block_two-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  color: var(--white-color);
}

.team-block_two-socials {
  position: relative;
  margin-top: 30px;
  z-index: 10;
  display: inline-block;
}

.team-block_two-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}

.team-block_two-socials a:hover {
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.team-two .thumbs-column {
  position: absolute;
  right: 0px;
  top: -50px;
  max-width: 500px;
  width: 100%;
}

.team-two .thumbs-column .testimonial__nav-thumb {
  position: relative;
  max-width: 240px; /* Keep fixed width */
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 250px;
  border: 20px solid var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.team-two .thumbs-column .testimonial__nav-thumb.swiper-slide-thumb-active {
  z-index: 10;
  border-color: var(--color-two);
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(3),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
  margin-top: -40px;
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(2),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
  margin-left: -40px;
}

.testimonial__nav .swiper-wrapper {
  padding: 20px 0px;
  transform: none !important; /* Stop unwanted movement */
  display: grid !important; /* Force 2x2 grid */
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0px; /* Adjust spacing */
  justify-content: center;
  align-items: center;
}

.team-two_title {
  position: absolute;
  font-size: 24px;
  left: 220px;
  top: -50px;
  font-weight: 700;
  color: var(--color-two);
}

.team-two_lower-box {
  position: relative;
  gap: 30px;
  margin-top: 20px;
  margin-left: 170px;
}

.team-two_phone {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding-top: 110px;
}

.contact-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  background-color: #00022b;
  margin: 0px 20px;
}

.contact-one_shadow {
  position: absolute;
  left: 20px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 50px;
  background-position: left top;
  background-repeat: no-repeat;
}

.contact-one_form-column {
  position: relative;
}

.contact-one_form-outer {
  position: relative;
  padding: 40px 80px 150px 40px;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_form-outer:before {
  position: absolute;
  content: "";
  left: -35px;
  top: -45px;
  right: 35px;
  bottom: 0px;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_vector {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 467px;
  height: 466px;
  background-repeat: no-repeat;
}

.contact-one_form-title-box {
  position: relative;
  margin-bottom: 35px;
}

.contact-one_form-title {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: var(--white-color);
}

.contact-one_form-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color: var(--white-color);
}

/* Default Form */

.default-form {
  position: relative;
}

.default-form .form-group {
  margin-bottom: 35px;
}

.default-form .form-group label {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 0px;
  padding-left: 25px;
  color: var(--white-color);
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0px;
  background: none;
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: var(--white-color);
}

.default-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 15px;
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 0px;
  color: var(--color-two);
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: var(--white-color);
}

.contact-one_info-column {
  position: relative;
}

.contact-one_info-outer {
  position: relative;
  padding-left: 30px;
}

.contact-one_info {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.contact-one_info li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  margin-bottom: 60px;
  color: var(--white-color);
}

.contact-one_info li span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.contact-one_info li strong {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: "Outfit", serif;
}

.contact-one_info li a {
  position: relative;
  font-size: 16px;
  margin: 2px 0px;
  display: inline-block;
  color: var(--white-color);
}

.contact-one_side-image {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three {
  position: relative;
  padding-top: 110px;
}

.news-three.alternate {
  padding-bottom: 110px;
}

.news-three_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -80px;
  z-index: -1;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
}

.news-block_two {
  position: relative;
  z-index: 1;
}

.news-block_two:last-child .news-block_two-inner {
  border-bottom: 2px solid rgba(var(--black-color-rgb), 0.2);
}

.news-block_two-inner {
  position: relative;
  padding: 40px 30px 40px 100px;
  border-top: 2px solid rgba(var(--black-color-rgb), 0.2);
}

.news-block_two-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0%;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  background-color: var(--white-color);
  border-left: 10px solid var(--color-two);
}

.news-block_two-inner:hover::before {
  width: 100%;
  opacity: 1;
}

.news-block_two-content {
  position: relative;
  z-index: 2;
}

.news-block_two-meta {
  position: relative;
}

.news-block_two-meta li {
  position: relative;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}

.news-block_two-meta li:last-child {
  margin-right: 0px;
}

.news-block_two-meta li a {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
}

.news-block_two-meta li:last-child a {
  color: var(--color-two);
}

.news-block_two-title {
  position: relative;
  margin-top: 20px;
}

.news-block_two-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-title a {
  color: var(--color-two);
}

.news-block_two-arrow {
  position: relative;
}

.news-block_two-arrow a {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background-color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-arrow a {
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.news-block_two-hover {
  width: 328px;
  height: 456px;
  position: absolute;
  top: -155px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  border-radius: 30px;
  border: 5px solid var(--color-two);
  -webkit-transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -100px 0 0 -150px;
  pointer-events: none;
}

.news-block_two-inner:hover .news-block_two-hover {
  opacity: 1;
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one {
  position: relative;
  padding-top: 120px;
  z-index: 10;
}

.cta-one.style-two {
  padding-top: 0px;
}

.cta-one .inner-container {
  position: relative;
  padding: 50px 95px;
  border-radius: 150px;
  border: 2px solid var(--color-two);
  background-color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(223, 248, 255, 1) 100%
  );
}

.cta-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
}

.cta-one_heading {
  position: relative;
  margin-top: 10px;
}

.cta-one .theme-btn {
  padding: 20px 50px;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 280px 0px 25px;
}

.page-title_big-title {
  position: absolute;
  left: 70px;
  bottom: 90px;
  z-index: 10;
  color: transparent;
  font-weight: 800;
  font-size: 100px;
  text-transform: uppercase;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.4);
}

.page-title_bg-image {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 50px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title_bg-image:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.7;
  background-color: #00022a;
}

.page-title h1 {
  color: var(--white-color);
  text-transform: capitalize;
}

.page-title .bread-crumb {
  position: relative;
  margin-top: 110px;
}

.page-title .bread-crumb li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
}

.page-title .bread-crumb li:first-child::before {
  position: absolute;
  right: -6px;
  top: -2px;
  content: ":";
  font-size: 22px;
  font-family: "Font Awesome 6 Free";
}

.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.page-title .bread-crumb li a {
  color: var(--white-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
  color: var(--main-color);
}

/***

====================================================================
	Error One
====================================================================

***/

.error-one {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 0px;
}

.error-one_heading {
  position: relative;
  font-weight: 800;
  font-size: 400px;
  line-height: 1em;
  display: inline-block;
  font-family: "Outfit", serif;
  background: linear-gradient(to top, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-one_heading span {
  position: relative;
  font-size: 120px;
  line-height: 1em;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: 36% -15%;
  font-family: "Outfit", serif;
  background: linear-gradient(to top, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-one_image {
  position: relative;
  margin-top: 0px;
}

.error-one_content {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.error-one h2 {
  line-height: 1em;
}

.error-one_text {
  position: relative;
  margin-top: 30px;
  color: #666666;
  font-size: 18px;
}

.error-one_button {
  position: relative;
  margin-top: 30px;
}

/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-detail {
  position: relative;
  padding: 130px 0px 0px;
}

.project-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
}

.project-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-detail_info {
  position: relative;
  margin-top: 80px;
  display: flex;
  margin-bottom: 80px;
  border-radius: 25px;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.project-detail_info li {
  position: relative;
  padding: 25px 25px;
  width: 20%;
  font-size: 16px;
  flex-wrap: wrap;
  color: #666666;
  border-right: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.project-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.project-detail_info li:last-child {
  border: none;
}

/* Project Detail Lists */

.project-detail_lists {
  position: relative;
}

.project-detail_lists li {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 50px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.project-detail_lists li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -3px;
  width: 32px;
  height: 32px;
  background: url(../images/icons/check-1.png);
}

.project-detail_gallery {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.project-detail .no-marging {
  margin-bottom: 0px;
}

/***

====================================================================
	Coming Soon
====================================================================

***/

.coming-soon {
  position: relative;
  display: block;
  text-align: center;
}

.coming-soon .content {
  position: relative;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 110px 15px 0px;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
  margin-bottom: 150px;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 1em;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 7;
  border-radius: 20px;
  background-color: #00022a;
  margin: 0 15px 20px;
  font-family: "Outfit", serif;
}

.time-counter .time-countdown .counter-column:nth-child(2) {
  background-color: #c115ec;
}

.time-counter .time-countdown .counter-column:nth-child(3) {
  background-color: #000000;
}

.time-counter .time-countdown .counter-column:nth-child(4) {
  background-color: #000dff;
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 30px;
  padding: 60px 0px 30px;
  color: var(--white-color);
  font-weight: 600;
}

.coming-soon .emailed-form {
  position: relative;
}

.coming-soon .emailed-form h3 {
  color: var(--black-color);
  margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
  display: block;
  color: var(--black-color);
  font-size: 18px;
  margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  color: var(--black-color);
  font-size: 16px;
  overflow: hidden;
  border-radius: 50px;
  padding: 15px 50px 15px 25px;
  background: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 40px;
  font-size: 18px;
  color: var(--main-color);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
  color: var(--color-two);
}

.coming-soon .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 400;
}

.coming-soon .copyright-text a {
  color: var(--main-color);
}

.coming-soon .copyright-text a:hover {
  text-decoration: underline;
}

.clock-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: rgba(var(--black-color-rgb), 0.2);
  transform: scale(2);
}

.clock-base {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 230px;
}

.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
}

.click-indicator div > span {
  height: 5px;
  width: 5px;
  background-color: #00022a;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.click-indicator div:nth-child(1) {
  transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
  transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
  transform: rotate(90deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(4) {
  transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
  transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
  transform: rotate(180deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(7) {
  transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
  transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
  transform: rotate(270deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(10) {
  transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
  transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
  transform: rotate(360deg) translateY(-120px);
  background-color: var(--main-color);
}

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 123px;
  width: 4px;
  height: 65px;
  background-color: var(--main-color);
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 50px;
  transition: 0.5s;
  -webkit-animation: rotate-hour 43200s linear infinite;
  -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 123px;
  width: 4px;
  height: 85px;
  background-color: var(--main-color);
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 70px;
  transition: 0.5s;
  -webkit-animation: rotate-minute 3600s linear infinite;
  -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 124px;
  width: 2px;
  height: 130px;
  background-color: var(--black-color);
  opacity: 0.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 1px 110px;
  transition: 0.5s;
  -webkit-animation: rotate-second 60s linear infinite;
  -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: var(--black-color);
  border: solid 2px var(--black-color);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  /* background-color: var(--black-color); */
  border-radius: 50%;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 120px 0px 0px;
}

.sidebar-page-container.alternate {
  padding-bottom: 100px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 0px;
}

/* Sidebar Title */

.sidebar-widget {
  position: relative;
  margin-bottom: 60px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 15px;
}

/* Category List */

.category-list {
  position: relative;
  z-index: 1;
}

.category-list li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.category-list li a {
  position: relative;
  display: block;
  font-size: 22px;
  z-index: 1;
  padding: 24px 25px 24px 75px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    -90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list li a:hover::before {
  opacity: 0;
}

.category-list li a:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
}

.category-list li span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  padding: 12px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    -90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.category-list li a:hover span {
  background-image: none;
  background-color: var(--black-color);
}

.category-list li a:hover {
  color: var(--white-color);
  transform: rotate(2deg);
}

.category-list li:last-child {
  margin-bottom: 0px;
}

.rating-widget .widget-content {
  position: relative;
  border-radius: 50px;
  padding: 35px 50px 50px;
  background-color: #fbedff;
}

.rating-widget_rating {
  position: relative;
  font-size: 128px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

/* Rating Widget Authors */

.rating-widget_authors {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 25px;
  align-items: center;
}

.rating-widget_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.rating-widget_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.rating-widget_reviews {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.rating-widget_title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  color: var(--black-color);
}

.rating-widget_button {
  position: relative;
}

.rating-widget_title-button {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.service-detail {
  position: relative;
}

.service-detail_inner {
  position: relative;
}

.service-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.service-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.service-detail_tag {
  position: absolute;
  left: 80px;
  bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 20px 20px 0px 0px;
  font-family: "Outfit", serif;
  background-color: var(--white-color);
}

.service-detail_tag span {
  position: relative;
  background: linear-gradient(to right, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-detail_title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--black-color);
}

.service-detail_text {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 25px;
}

.service-detail_subtitle {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--black-color);
}

.service-detail_list {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.service-detail_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
}

.service-detail_list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/icons/service-arrow-2.svg);
}

.service-detail_list-two {
  position: relative;
  margin-bottom: 20px;
}

.service-detail_list-two li {
  position: relative;
  color: #666666;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
}

.service-detail_list-two li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #666666;
}

.service-detail_list-two li:last-child {
  margin-bottom: 0px;
}

/*** 

====================================================================
	Team Three
====================================================================

***/

.team-three {
  position: relative;
  padding: 0px 0px 80px;
}

/* Team Block Three */

.team-block_three {
  position: relative;
  margin-bottom: 40px;
}

.team-block_three-inner {
  position: relative;
}

.team-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 25px 25px;
  outline: 8px solid var(--white-color);
  outline-offset: -26px;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.team-block_three-image img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.team-block_three-content {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.team-block_three-designation {
  position: relative;
  font-size: 16px;
  color: var(--color-two);
}

.team-block_three-title {
  position: relative;
  font-weight: 700;
  color: var(--black-color);
}

.team-block_three-title a {
  position: relative;
  color: var(--black-color);
}

.team-block_three-title a:hover {
  position: relative;
  color: var(--color-two);
}

.team-block_three-designation {
  position: relative;
  font-size: 16px;
  opacity: 0.6;
  margin-top: 10px;
  color: var(--black-color);
}

.team-block_three-socials {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 10;
  opacity: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-socials {
  opacity: 1;
  bottom: 50px;
}

.team-block_three-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}

.team-block_three-socials a:hover {
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.team-block_three-layer {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 50%;
  background-position: center bottom;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-layer {
  opacity: 1;
}

/*** 

====================================================================
	Team Detail
====================================================================

***/

.team-detail {
  position: relative;
  padding: 120px 0px 100px;
}

.team-detail_image-column {
  position: relative;
}

.team-detail_image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--color-two);
}

.team-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-detail_content-column {
  position: relative;
}

.team-detail_content {
  position: relative;
  padding-left: 30px;
}

.team-detail_designation {
  position: relative;
  font-size: 20px;
  color: #777777;
  text-transform: capitalize;
}

.team-detail_title {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
  color: var(--black-color);
}

.team-detail_text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.team-detail_info {
  position: relative;
}

.team-detail_info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 35px;
}

.team-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.team-detail .lower-box {
  position: relative;
  margin-top: 80px;
}

.team-detail .lower-box h3 {
  position: relative;
  margin-bottom: 25px;
}

/*** 

====================================================================
	Team Tabs Style
====================================================================

***/

.team-tabs {
  position: relative;
  margin-top: 30px;
}

.team-tabs .tab-btns {
  position: relative;
}

.team-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  color: #151515;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 36px;
  font-size: 16px;
  margin-right: 10px;
  transition: all 500ms ease;
  text-transform: capitalize;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.team-tabs .tab-btns .tab-btn:last-child {
  margin-right: 0px;
}

.team-tabs .tab-btns .tab-btn:hover,
.team-tabs .tab-btns .tab-btn.active-btn {
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.team-tabs .tabs-content {
  position: relative;
  padding: 30px 0px 0px;
}

.team-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.team-tabs .tabs-content .tab.active-tab {
  display: block;
}

.team-detail_contact {
  position: relative;
  margin-top: 60px;
  border-radius: 30px;
  padding: 35px 35px 50px;
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.team-detail_subtext {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-top: -15px;
  margin-bottom: 25px;
}

/* Contact Form */

.contact-form {
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: none;
  color: #666666;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
}

.contact-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 10px;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 25px;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
}

/*** 

====================================================================
	News Four
====================================================================

***/

.news-four {
  position: relative;
  padding: 110px 0px 110px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.news-four .styled-pagination {
  margin-top: 40px;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  min-width: 50px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  color: var(--white-color);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  height: 60px;
  width: 60px;
  background-image: none;
  background-color: var(--black-color);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/* News Block Three */

.news-block_three {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.news-block_three-inner {
  position: relative;
}

.news-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-block_three-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_three-inner:hover .news-block_three-image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block_three-inner:hover .news-block_three-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_three-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block_three-content {
  position: relative;
  padding-top: 30px;
  padding-left: 35px;
}

.news-block_three-date_outer {
  position: absolute;
  right: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.news-block_three-date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.news-block_three-date span {
  position: relative;
  font-size: 14px;
}

.news-block_three-date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.news-block_three-date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.news-block_three-meta {
  position: relative;
}

.news-block_three-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -50px;
  right: 0px;
  height: 266px;
  background: url(../images/icons/news-three_arrows.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.news-block_three-meta li {
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}

.news-block_three-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}

.news-block_three-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block_three-arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
  opacity: 0;
  z-index: 10;
  padding: 15px 0px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(90deg);
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block_three-arrow img {
  width: auto;
  margin: 0 auto;
  padding: 17px 0px;
}

.news-block_three-inner:hover .news-block_three-arrow {
  transform: rotate(0deg);
  opacity: 1;
}

.news-block_three-title {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}

.news-block_three-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_three-title a:hover {
  color: var(--main-color);
}

.news-block_three-text {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #666666;
}

/* Search Widget */

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input:focus + button {
  background-color: var(--main-color);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  font-size: 14px;
  padding: 10px 50px 10px 25px;
  background: none;
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 50px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #f5f5f5;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
  color: #666666;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 64px;
  width: 64px;
  display: block;
  cursor: pointer;
  line-height: 50px;
  font-weight: normal;
  border-radius: 50px;
  font-size: 16px;
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.sidebar .search-box .form-group button:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* Post Widget */

.post-widget .widget-content {
  position: relative;
}

.post-widget .post {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.post-widget .post:last-child {
  margin-bottom: 0px;
}

.post-widget .post .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.post-widget .post .thumb a {
  display: block;
}

.post-widget .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.post-widget .post h4 {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
}

.post-widget .post h4 a {
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post h4 a:hover {
  color: var(--main-color);
}

.post-widget .post .post-date {
  position: absolute;
  left: 25px;
  top: 0px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 20px;
  display: inline-block;
  color: var(--black-color);
  text-transform: capitalize;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--white-color);
}

/* Category List */

.category-list_two {
  position: relative;
  z-index: 1;
}

.category-list_two li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.category-list_two li a {
  position: relative;
  display: block;
  font-size: 18px;
  z-index: 1;
  padding: 24px 25px 24px 40px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list_two li a:hover::before {
  color: var(--white-color);
}

.category-list_two li a:before {
  position: absolute;
  content: "\f105";
  right: 35px;
  top: 22px;
  z-index: 98;
  color: var(--black-color);
  font-family: "Font Awesome 6 Free";
}

.category-list_two li a:hover {
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    0deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  color: var(--white-color);
}

.category-list_two li:last-child {
  margin-bottom: 0px;
}

/* Tags */

.popular-tags a {
  position: relative;
  padding: 10px 25px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.popular-tags a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/* Blog Detail */

.blog-detail {
  position: relative;
  z-index: 1;
}

.news-detail_inner {
  position: relative;
}

.news-detail_content {
  position: relative;
}

.blog-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.blog-detail_image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-detail_inner:hover .blog-detail_image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-detail_inner:hover .blog-detail_image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.blog-detail_image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-detail_content {
  position: relative;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.blog-detail_content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px 0px 15px 15px;
  border: 2px solid rgba(var(--black-color-rgb), 0.2);
  border-top: none;
}

.blog-detail_date_outer {
  position: absolute;
  right: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.blog-detail_date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.blog-detail_date span {
  position: relative;
  font-size: 14px;
}

.blog-detail_date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.blog-detail_date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.blog-detail_meta {
  position: relative;
}

.blog-detail_meta li {
  position: relative;
  display: inline-block;
  color: #666666;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}

.blog-detail_meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
}

.blog-detail_meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.blog-detail_title {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}

.blog-detail_title a {
  position: relative;
  color: var(--black-color);
}

.blog-detail_title a:hover {
  color: var(--main-color);
}

.blog-detail_text {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #666666;
}

.blog-detail blockquote {
  position: relative;
  padding: 34px 30px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e6e9f1;
}

.blog-detail blockquote .blockquote-inner {
  position: relative;
  padding-left: 95px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.blog-detail blockquote:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -6px;
  bottom: 40px;
  width: 60%;
  z-index: -1;
  border-radius: 20px;
  background-color: var(--color-two);
}

.blog-detail blockquote .quote {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  background-color: rgba(0, 13, 255, 1);
  background-image: linear-gradient(
    90deg,
    rgba(0, 13, 255, 1) 0%,
    rgba(193, 21, 236, 1) 100%
  );
}

.blog-detail blockquote i {
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}

.blog-detail_gallery {
  position: relative;
  margin-top: 30px;
}

.blog-detail_image-two {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 25px;
}

.blog-detail_image-two img {
  position: relative;
  width: 100%;
  display: block;
}

.post-share-options {
  position: relative;
  margin-top: 40px;
}

.post-share-options strong {
  position: relative;
  font-size: 24px;
  margin-right: 20px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.post-share-options a {
  position: relative;
  padding: 8px 20px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.post-share-options a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.social-links_title {
  position: relative;
  font-size: 24px;
  margin-right: 20px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.blog-detail .social-links {
  position: relative;
}

.blog-detail .social-links a {
  position: relative;
  font-size: 16px;
  margin-left: 5px;
  color: var(--black-color);
}

.blog-detail .social-links a:hover {
  color: var(--color-two);
}

.blog-author-post {
  position: relative;
  margin-top: 30px;
}

.blog-author-post_inner {
  position: relative;
  padding-left: 300px;
}

.blog-detail_author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 266px;
  overflow: hidden;
  border-radius: 5px;
}

.blog-author-post h5 {
  font-weight: 700;
  color: var(--black-color);
}

.blog-author-post .text {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #666666;
}

.blog-author-post_socials {
  position: relative;
  margin-top: 15px;
}

.blog-author-post_socials li {
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.blog-author-post_socials li a {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-two);
}

.blog-author-post_socials li a:hover {
  color: var(--main-color);
}

/* More Posts */

.blog-more_posts {
  position: relative;
  margin-top: 60px;
  padding: 25px 0px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.blog-more_posts .more-posts {
  position: relative;
}

.blog-more_posts .prev-posts {
  position: relative;
  min-height: 120px;
  padding-left: 160px;
}

.blog-more_posts .prev-posts .post-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  overflow: hidden;
}

.blog-more_posts h6 {
  font-weight: 700;
  color: var(--black-color);
}

.blog-more_posts .title {
  position: relative;
  color: var(--black-color);
  text-transform: capitalize;
}

.blog-more_posts .prev-posts .text {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.blog-more_posts .next-posts {
  position: relative;
  text-align: right;
  min-height: 120px;
  padding-right: 160px;
}

.blog-more_posts .next-posts .post-image {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 140px;
  overflow: hidden;
}

.blog-more_posts .date {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 10px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 50px;
  border-radius: 20px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .group-title h4 {
  font-weight: 700;
  color: var(--black-color);
}

.sidebar-page-container .group-title .text {
  position: relative;
  font-size: 16px;
  color: var(--color-five);
  margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 120px;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  gap: 15px;
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
  position: relative;
  font-weight: 700;
  display: block;
  font-size: 18px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.sidebar-page-container .comments-area .comment-box .text {
  line-height: 28px;
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-weight: 500;
  display: block;
  font-size: 14px;
  color: var(--main-color);
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0px;
  top: -20px;
  padding: 7px 20px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--color-two);
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form-outer {
  position: relative;
}

.comment-form-outer .rating {
  position: relative;
}

.comment-form-outer .rating strong {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-left: 25px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.comment-form-outer .rating span {
  position: relative;
  color: #fece50;
}

.comment-form .form-group {
  margin-bottom: 25px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 54px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--color-six);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
  color: var(--color-five);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  font-size: 14ox;
  color: var(--color-six);
  height: 120px;
  resize: none;
  border-radius: 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .theme-btn {
  padding: 17px 40px;
}

/*** 

====================================================================
	Contact Two
====================================================================

***/

.contact-two {
  position: relative;
  padding: 120px 0px 120px;
}

.contact-two_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-two .inner-container {
  position: relative;
  border-radius: 20px;
  padding: 100px 100px 50px;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.contact-info_box {
  position: relative;
  margin-top: 80px;
}

.contact-info_box .contact-info_text {
  position: relative;
  margin-top: 15px;
}

.contact-info_block {
  position: relative;
}

.contact-info_block-inner {
  position: relative;
}

.contact-info_block-icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--main-color);
  font-family: "Font Awesome 6 Free";
  border: 2px solid var(--main-color);
}

.contact-info_block-inner h4 {
  margin: 15px 0px 10px;
  color: var(--black-color);
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
  position: relative;
  padding: 110px 0px 110px;
}

.map-one iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

/*** 

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section {
  position: relative;
  padding: 100px 0px 100px;
}

.privacy-section .privacy-content {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.privacy-section h3 {
  color: var(--black-color);
  margin-bottom: 20px;
}

.privacy-section p {
  margin-bottom: 20px;
}

.privacy-section .date {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--main-color);
}

.privacy-section h4 {
  color: var(--black-color);
  margin-bottom: 20px;
}

.privacy-section .privacy-list {
  position: relative;
  margin-left: 20px;
}

.privacy-section .privacy-list li {
  position: relative;
  font-weight: 400;
  padding-left: 26px;
  line-height: 1.7em;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--black-color);
}

.privacy-section .privacy-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: var(--main-color);
}

/*** 

====================================================================
	Contact Three
====================================================================

***/

.contact-three {
  position: relative;
  padding: 120px 0px 0px;
}

/* Shop Cat */

.shop-cat {
  position: relative;
}

.shop-cat li {
  position: relative;
  margin-bottom: 15px;
}

.shop-cat li a {
  position: relative;
  font-size: 17px;
  display: block;
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 15px 50px 15px 20px;
  margin-bottom: 2px;
  border: 1px solid #eee;
  display: block;
  border-radius: 8px;
}

.shop-cat li a span {
  position: absolute;
  right: 20px;
}

.shop-cat li a:hover {
  color: var(--main-color);
}

/*Sidebar Range slider */

.range-slider-one {
  position: relative;
  min-height: 48px;
}

.range-slider-one .title {
  position: relative;
  float: left;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.range-slider-one .title:before {
  position: absolute;
  content: "$";
  right: -14px;
  top: 0px;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}

.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  margin-top: 10px;
  position: relative;
}

.range-slider-one .input input {
  background: none;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  width: auto;
  text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 5px;
  border: none;
  margin-bottom: 35px;
  background-color: #cccccc;
  border-radius: 0px;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 5px;
  background: var(--black-color);
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  top: -9px;
  width: 22px;
  height: 22px;
  border: 4px solid var(--white-color);
  background: var(--main-color);
  border-radius: 0px;
  cursor: pointer;
}

.range-slider-one .theme-btn {
  padding: 10px 24px;
  border-radius: 0px;
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
  position: relative;
  padding-top: 40px;
  padding-left: 150px;
  min-height: 155px;
  margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
  margin-bottom: 0px;
  min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 130px;
  background-color: rgba(0, 0, 0, 0.05);
}

.sidebar .related-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .related-posts .post h4 {
  top: -2px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  color: var(--black-color);
  text-transform: capitalize;
}

.sidebar .related-posts .post h4 a {
  color: var(--black-color);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post h4 a:hover {
  opacity: 1;
  color: var(--main-color);
  text-decoration: underline;
}

.sidebar .related-posts .post .price {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-top: 5px;
  color: var(--color-two);
}

/* Shop Section */

.shop-section {
  position: relative;
}

.shop-section .items-sorting {
  position: relative;
  margin-bottom: 30px;
}

.shop-section .items-sorting .total-items {
  position: relative;
  font-size: 18px;
  color: var(--black-color);
}

.shop-section .items-sorting .total-items span {
  color: var(--main-color);
}

/* Shop Item */

.shop-item {
  position: relative;
  margin-bottom: 40px;
}

.shop-item .inner-box {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.shop-item .inner-box .image {
  position: relative;
  text-align: center;
  background-color: var(--color-three);
}

.shop-item .inner-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.shop-item .inner-box .image .sale {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  padding: 8px 20px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--black-color);
}

.shop-item .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option {
  position: relative;
  top: 50%;
  margin-top: -25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li {
  position: relative;
  margin: 0px 3px;
  color: var(--black-color);
  display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a {
  position: relative;
  color: var(--black-color);
  font-size: 56px;
  font-weight: 700;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option li a .fa {
  margin-bottom: 8px;
  display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
  color: var(--main-color);
}

.shop-item .inner-box .image img {
  width: 100%;
  display: inline-block;
}

.shop-item .inner-box .lower-content {
  position: relative;
  padding: 20px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 6px;
}

.shop-item .inner-box .lower-content h3 a {
  color: var(--black-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
  color: var(--main-color);
}

.shop-item .inner-box .lower-content .price {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.9;
  color: var(--black-color);
}

.shop-item .inner-box .lower-content .cart {
  position: relative;
  display: inline-block;
  font-size: 28px;
  width: 40px;
  color: var(--black-color);
}

.shop-section .lower-text {
  position: relative;
  margin-top: 30px;
}

.shop-section .lower-text .products {
  position: relative;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  padding-bottom: 4px;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black-color);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.shop-section .lower-text .products:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: var(--black-color);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.shop-section .lower-text .products:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.shop-section .lower-text .products:hover {
  color: var(--white-color);
}

/*** 

====================================================================
	Shop Detail
====================================================================

***/

.shop-detail {
  position: relative;
  padding: 100px 0px 70px;
}

.shop-detail_gallery-column {
  position: relative;
  margin-bottom: 30px;
}

.shop-detail_gallery-column .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: rgba(var(--color-two-rgb), 0.03);
}

.shop-detail_gallery-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.shop-detail_gallery-column .thumb {
  position: relative;
  cursor: pointer;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 2px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_gallery-column .thumb img {
  width: 100%;
  display: block;
}

.shop-detail_gallery-column .thumb:hover {
  border-color: rgba(var(--black-color-rgb), 0.01);
  background-color: rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_content-column {
  position: relative;
  margin-bottom: 30px;
}

.shop-detail_content-column .inner-column {
  position: relative;
  padding-left: 20px;
}

.shop-detail_title {
  font-weight: 700;
  line-height: 1em;
  font-size: 40px;
  color: var(--black-color);
  text-transform: uppercase;
}

.shop-detail_rating {
  position: relative;
  margin-top: 20px;
}

.shop-detail_rating .fa-star {
  position: relative;
  font-size: 14px;
  color: var(--black-color);
}

.shop-detail_rating .fa-star.light {
  opacity: 0.4;
  color: var(--black-color);
}

.shop-detail_rating i {
  position: relative;
  font-size: 18px;
  margin-left: 10px;
  color: var(--black-color);
}

.shop-detail_price {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  color: var(--black-color);
}

.shop-detail_text {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--black-color);
}

/* Item Quantity */

.item-quantity {
  position: relative;
  width: 100%;
  max-width: 115px;
  padding: 0px 45px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 30px;
  border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.quantity-box .item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 144px;
  width: 100%;
  height: 42px;
}

.quantity-box .item-quantity input.qty-spinner {
  line-height: 40px;
  height: 40px;
  width: 20px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
  border: none;
  border-radius: 0;
  background: none;
  margin-right: 0px;
}

.quantity-box .item-quantity input.qty-spinner:focus {
  background: none;
}

.quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down {
  position: absolute;
  height: 44px;
  width: 44px;
  background: none;
  padding: 6px 0px !important;
  line-height: 30px;
  left: -40px;
  top: -40px;
  border: none !important;
  border-radius: 0px;
}

.quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up {
  position: absolute;
  height: 44px;
  width: 44px;
  background: none;
  padding: 6px 0px !important;
  line-height: 30px;
  right: -25px;
  top: -40px;
  border: none !important;
  border-radius: 0px;
  margin-top: 0px;
}

.quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-down:hover,
.quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  > .btn.bootstrap-touchspin-up:hover {
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\2b";
  color: var(--black-color);
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-family: "Font Awesome 6 Free";
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  color: var(--black-color);
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-family: "Font Awesome 6 Free";
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
  top: 6px;
  left: 14px;
  font-size: inherit !important;
}

.quantity-box
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  margin-top: 0px;
}

.shop-detail .button-box .theme-btn {
  padding: 14px 30px;
  letter-spacing: 0px;
  font-size: 14px;
}

.shop-detail_list {
  position: relative;
  margin-top: 25px;
}

.shop-detail_list li {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--black-color);
}

.shop-detail_list li span {
  position: relative;
  font-weight: 500;
  color: var(--black-color);
  text-transform: uppercase;
  margin-right: 10px;
}

.shop-detail_socials {
  position: relative;
}

.shop-detail_socials .share {
  position: relative;
  font-weight: 600;
  display: inline-block;
  color: var(--black-color);
  font-size: 16px;
}

.shop-detail_socials {
  position: relative;
  margin-top: 30px;
}

.shop-detail_socials li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.shop-detail_socials li a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--black-color);
  font-size: 16px;
  font-family: "Font Awesome 5 Brands";
  border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_socials li a:hover {
  color: var(--white-color);
  border-color: var(--color-two);
  background-color: var(--color-two);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail .prod-tabs {
  position: relative;
  margin-top: 30px;
}

.shop-detail .prod-tabs .tab-btns {
  position: relative;
}

.shop-detail .prod-tabs .tab-btns::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 30px;
  right: 0px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shop-detail .prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  color: var(--black-color);
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  padding: 16px 30px;
  font-size: 20px;
  margin-right: 20px;
  transition: all 500ms ease;
  text-transform: capitalize;
  background: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:last-child {
  margin-right: 0px;
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn {
  color: var(--white-color);
  background-color: var(--main-color);
}

.shop-detail .prod-tabs .tabs-content {
  position: relative;
  padding: 40px 0px 0px;
}

.shop-detail .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.shop-detail .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.prod-tabs .tabs-content p {
  line-height: 28px;
  font-size: 16px;
  color: var(--black-color);
  margin-bottom: 20px;
}

.prod-tabs .tabs-content .tab .title {
  position: relative;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--black-color);
}

/* Comments Area */

.comments-area {
  position: relative;
  padding: 40px 40px;
  background-color: rgba(var(--black-color-rgb), 0.03);
}

.comments-area .group-title {
  position: relative;
  margin-bottom: 25px;
}

.comments-area .group-title h4 {
  position: relative;
  font-weight: 700;
  color: var(--color-two);
}

.comments-content {
  position: relative;
  padding: 45px 40px;
  margin-bottom: 30px;
  background-color: var(--black-color);
}

.comment-box {
  position: relative;
  margin-bottom: 25px;
}

.comment-box:last-child {
  margin-bottom: 0px;
}

.comment-box .comment {
  position: relative;
  padding-left: 80px;
}

.comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.comment-options {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.comment-options li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.comment-options li a {
  position: relative;
  font-size: 14px;
  color: var(--color-two);
}

.comment-options li a:hover {
  color: var(--black-color);
}

.comment-box .comment-info {
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
  color: var(--black-color);
}

.comment-box .comment-time {
  position: relative;
  font-size: 14px;
  margin-top: 5px;
  color: var(--black-color);
}

.comment-box .text {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  opacity: 0.7;
  color: var(--black-color);
  margin-top: 15px;
  margin-bottom: 15px;
}

.likes-option {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.likes-option li {
  position: relative;
  display: inline-block;
  color: var(--black-color);
  margin-left: 15px;
  padding-left: 25px;
}

.likes-option li span {
  position: absolute;
  left: 0px;
  font-family: "Font Awesome 5 Pro";
}

.comment-reply {
  position: relative;
  font-size: 14px;
  color: var(--black-color);
}

.comment-reply span {
  position: relative;
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
}

.reply-comment {
  position: relative;
  margin-left: 40px;
  padding: 30px 30px;
  background-color: var(--white-color);
}

.related-products {
  position: relative;
  margin-top: 40px;
}

.related-products h3 {
  position: relative;
  margin-bottom: 25px;
  color: var(--black-color);
  text-transform: uppercase;
}

/*** 

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section {
  position: relative;
  padding: 110px 0px 50px;
}

.shoping-cart-section .cart-column {
  position: relative;
  margin-bottom: 30px;
}

.shoping-cart-section .cart-column .inner-column {
  position: relative;
}

.shoping-cart-section .cart-table {
  width: 100%;
  min-width: 740px;
}

.cart-total-outer {
  position: relative;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  border-radius: 0px;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-two);
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 0px 15px 20px;
  min-width: 120px;
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color);
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  min-width: 100px;
  vertical-align: middle;
  padding: 20px 10px 5px;
}

.cart-table .prod-title {
  font-weight: 500;
  font-size: 16px;
  color: var(--black-color);
}

.cart-table .prod-text {
  font-weight: 400;
  font-size: 16px;
  color: rgba(var(--black-color-rgb), 0.8);
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 90px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 70px;
  left: 0px;
  top: 0px;
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
}

.cart-table .cross-icon {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  font-size: 6px;
  font-weight: 700;
  cursor: pointer;
  line-height: 16px;
  text-align: center;
  border-radius: 50px;
  color: var(--white-color);
  font-family: "Font Awesome 6 Free";
  background-color: var(--main-color);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  margin-bottom: 10px;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 18px;
  color: var(--color-two);
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border: 2px solid #ececec;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  font-size: 14px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: #f0f0f0;
  color: var(--white-color);
  text-align: center;
  overflow: hidden;
  text-indent: 100px;
}

.cart-table tbody tr .remove {
  text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa {
  text-indent: 0px;
  background: var(--main-color);
}

.cart-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td.price {
  font-weight: 500;
  font-size: 15px;
  color: var(--black-color);
}

.cart-table tbody tr td.sub-total {
  font-weight: 500;
  font-size: 15px;
  color: var(--black-color);
}

.shoping-cart-section .total-column {
  position: relative;
  margin-bottom: 25px;
}

.shoping-cart-section .total-column .inner-column {
  position: relative;
}

.shoping-cart-section .total-column .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  color: var(--black-color);
}

.shoping-cart-section .total-column .title-box h6 {
  color: var(--black-color);
}

.cart-total-box {
  position: relative;
  padding: 30px 30px;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.cart-totals {
  position: relative;
}

.cart-totals li {
  position: relative;
  padding: 15px 0px;
  font-size: 18px;
  color: var(--black-color);
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span {
  position: absolute;
  right: 0px;
}

.shoping-cart-section .check-box {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}

.shoping-cart-section .check-box label {
  color: #2b2b2b;
}

.shoping-cart-section .check-box label {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px 0px;
  padding-left: 30px;
  font-size: 16px;
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label {
  border-color: 0px;
}

.shoping-cart-section .form-group .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.shoping-cart-section .check-box label:before {
  position: absolute;
  left: 0;
  top: 6px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shoping-cart-section .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: "FontAwesome";
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"] {
  display: none;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:before {
  border: 8px solid var(--main-color);
  background-color: var(--white-color);
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}

/* Shipping Outer */

.shipping-outer {
  position: relative;
}

.shipping-outer .cart-shipping-box {
  position: relative;
  padding: 20px 30px 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.shipping-list {
  position: relative;
}

.shipping-list li {
  position: relative;
  padding: 15px 0px;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--black-color);
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-outer .buttons-box {
  position: relative;
  margin-top: 25px;
}

/* Checkout Section */

.checkout-section {
  position: relative;
  padding: 100px 0px 80px;
}

.checkout-section h4 {
  margin-bottom: 25px;
  color: var(--black-color);
}

.checkout-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.checkout-section .form-column .inner-column {
  position: relative;
}

.checkout-section .order-column {
  position: relative;
  margin-bottom: 30px;
}

.checkout-section .order-column .inner-column {
  position: relative;
}

/*** 

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group {
  margin-bottom: 30px;
}

.shipping-form .form-group:last-child {
  margin-bottom: 0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 45px;
  padding: 10px 25px;
  height: 70px;
  border-radius: 0px;
  font-size: 16px;
  color: var(--black-color);
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .form-group .ui-button .ui-icon {
  top: 11px;
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder {
  color: var(--black-color);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.shipping-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  height: 200px;
  resize: none;
  font-size: 16px;
  border-radius: 0px;
  padding: 20px 25px 25px;
  color: var(--black-color);
  background: var(--white-color);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .check-box {
  position: relative;
}

.shipping-form .check-box label {
  color: var(--black-color);
}

.shipping-form .check-box label {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 10px 0px;
  padding-left: 30px;
  font-size: 18px;
  display: inline;
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked + label {
  border-color: var(--main-color);
}

.shipping-form .check-box label {
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
}

.shipping-form .check-box label:before {
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  background: #ffffff;
  content: "";
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shipping-form .check-box label:after {
  position: absolute;
  left: 0px;
  top: 0;
  height: 15px;
  line-height: 15px;
  max-width: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  overflow: hidden;
  background: transparent;
  text-align: center;
  font-family: "FontAwesome";
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
  display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked + label:before {
  border: 8px solid var(--main-color);
  background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked + label:after {
  max-width: 20px;
  opacity: 1;
}

.shipping-form .theme-btn {
  cursor: pointer;
  padding: 20px 44px;
}

.order-box {
  position: relative;
  padding: 25px 25px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.order-totals {
  position: relative;
}

.order-totals li {
  position: relative;
  font-weight: 600;
  padding: 18px 25px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.order-totals li span {
  position: absolute;
  right: 25px;
  font-weight: 500;
  color: var(--black-color);
}

.order-totals li:last-child {
  color: var(--white-color);
  background-color: var(--black-color);
}

.order-totals li:last-child span {
  color: var(--white-color);
}

/* Voucher Box */

.voucher-box {
  position: relative;
}

.voucher-box .form-group {
  position: relative;
  margin: 0px;
  width: 100%;
  max-width: 100%;
  padding-right: 100px;
}

.voucher-box .form-group input[type="text"],
.voucher-box .form-group input[type="email"] {
  position: relative;
  line-height: 38px;
  display: block;
  height: 54px;
  width: 100%;
  font-weight: 500;
  border-radius: 0px;
  box-shadow: inherit;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 10px 15px 10px 25px;
  color: var(--black-color);
  background-color: rgba(var(--white-color-rgb), 1);
  border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.voucher-box .form-group input::placeholder,
.voucher-box .form-group textarea::placeholder {
  color: var(--black-color);
}

.voucher-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 500;
  padding: 16px 24px;
  font-size: 14px;
  color: var(--white-color);
  text-transform: capitalize;
  background-color: var(--black-color);
}

.order-box .order-total {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: var(--black-color);
  margin-top: 30px;
}

.order-box .order-total span {
  position: absolute;
  right: 0px;
}

.order-box .button-box {
  position: relative;
  margin-top: 30px;
}

.order-box .pay-btn {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 17px 15px;
  border-radius: 6px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: var(--black-color);
}

.order-box .pay-btn:hover {
  letter-spacing: 2px;
  background-color: var(--black-color);
}

/*** 

====================================================================
	Register One
====================================================================

***/

.register-one {
  position: relative;
  padding: 100px 0px 80px;
}

.register-one .form-column {
  position: relative;
  margin-bottom: 30px;
}

.register-one .form-column .inner-column {
  position: relative;
  padding: 30px 30px;
  border-radius: 5px;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.register-one h3 {
  position: relative;
  margin-bottom: 20px;
  color: var(--black-color);
}

.faq-two {
  position: relative;
  padding-top: 110px;
}
