/* ITHUB 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("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("jquery.bootstrap-touchspin.css");

/***

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

***/

.slider-one {
  position: relative;
}

.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;
}

.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;
  padding: 260px 0px 140px;
}

.slider-one_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  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.3;
  background-color: var(--black-color);
}

.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;
  text-align: center;
}

.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: var(--main-color);
}

.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: 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);
}

.slider-one_heading span {
  color: var(--main-color);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.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_text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  margin-bottom: 35px;
  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;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_text {
  -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-one_arrow {
  position: absolute;
  content: "";
  right: 0%;
  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: 16px;
  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: "Roboto", sans-serif;
}

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

.slider-one .swiper-pagination {
  bottom: 40px !important;
}

.slider-one .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
  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: "Roboto", sans-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: #000000;
  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: "Roboto", sans-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: "Roboto", sans-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: "Roboto", sans-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: "Roboto", sans-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: "Roboto", 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%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

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

.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: #000000;
  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: "Roboto", sans-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: "Roboto", sans-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: #000000;
}

.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: "Roboto", sans-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: "Roboto", sans-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;
}

.about-content .about-title {
  margin-bottom: 30px;
}

.about-content .about-title span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

.about-content .about-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: var(--main-color);
}

.about-content .about-features {
  margin-bottom: 35px;
}

.about-content .about-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-content .about-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.about-content .about-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2c2c2c;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .about-features ul li .icon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  border-radius: 5px;
  z-index: -1;
}

.about-content .about-features ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .about-features ul li:hover h3 {
  color: var(--main-color);
}

.about-content .about-features ul li:hover .icon {
  color: #ffffff;
}

.about-content .about-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.about-area.style-2 {
  margin-top: -80px;
}

.about-area.style-2 .about-content .about-features ul {
  margin-bottom: 35px;
  margin-top: 35px;
}

.about-area.style-2 .about-content .about-features ul li {
  padding-left: 55px;
  margin-bottom: 30px;
}

.about-area.style-2 .about-content .about-features ul li .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-area.style-2 .about-content .experience {
  position: relative;
  padding-left: 95px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-area.style-2 .about-content .experience .icon {
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 5px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-area.style-2 .about-content .experience h3 {
  margin-bottom: 0;
}

.about-area.style-2 .about-content .experience p {
  color: #2c2c2c;
  font-weight: 500;
}

.bg_1 {
  background: #f5f5f7;
}

/*
Choose Style
======================================================*/
.choose-sec {
  overflow: hidden;
  position: relative;
}

.choose-overlay {
  background: url(../images/tts-bg.png) no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 400px;
  bottom: -16px;
  right: -16px;
}

.choose-area .tab-teaser .tab-menu {
  list-style-type: none;
  max-width: max-content;
  margin: auto auto 40px auto;
  padding-bottom: 20px;
  text-align: center;
  padding-left: 0;
  padding: 10px 0;
}

.choose-area .tab-teaser .tab-menu ul {
  padding-left: 0;
  margin-bottom: 10px;
}

.choose-area .tab-teaser .tab-menu li {
  display: inline-block;
}

.choose-area .tab-teaser .tab-menu li a {
  color: #2c2c2c;
  padding: 10px 8px;
  line-height: 4.2rem;
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  transition: all ease 0.5s;
  font-size: 20px;
  letter-spacing: 1px;
}

.choose-area .tab-teaser .tab-menu li .active {
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 1rem;
}

.choose-area .tab-teaser .tab-menu li a.active::before,
.choose-area .tab-teaser .choose-area .tab-teaser .tab-menu li a:focus::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ed1c24;
}

.choose-area .tab-box {
  display: none;
}

.choose-area .tab-box:first-child {
  display: block;
}

.choose-content .choose-title {
  margin-bottom: 25px;
}

.choose-content .choose-title span {
  color: var(--main-color);
  font-weight: 500;

  margin-bottom: 10px;
  display: inline-block;
}

.choose-content .choose-title h2 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 2.7rem;
  font-weight: 600;
}

.choose-content .choose-title p {
  font-size: 16px;
  text-align: justify;
}

.choose-content .choose-features-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.choose-content .choose-features-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 22px;
}

.choose-content .choose-features-list ul li .number {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2c2c2c;
  background-color: #e5e5e5;
  border-radius: 5px;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li .number::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: var(--main-color);
  border-radius: 5px;
  z-index: -1;
}

.choose-content .choose-features-list ul li h3 {
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-content .choose-features-list ul li:hover h3 {
  color: var(--main-color);
}

.choose-content .choose-features-list ul li:hover .number {
  color: #ffffff;
}

.choose-content .choose-features-list ul li:hover .number::before {
  height: 100%;
  width: 100%;
}

.choose-content .choose-features-list ul li:last-child {
  margin-bottom: 0;
}

/*
Project Style
======================================================*/
.project-area {
  position: relative;
  z-index: 1;
}

.project-area .project-shape-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-area .project-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.single-project-card {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-project-card .project-content {
  padding: 0;
  border-radius: 5px;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 90%;
}

.more-circle {
  width: 32px;
  height: 32px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;

  &:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: 1s;
  }
}

.single-project-card .project-content h3 {
  font-size: 17px;
  margin-bottom: 0;
  color: var(--white-color);
}

.single-project-card:hover .project-content {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-project-card.style2 {
  margin-bottom: 30px;
}

.single-project-card.style2 .project-content {
  max-width: 310px;
  padding: 15px 20px;
}

.single-project-card.style2 .project-content span {
  color: #2c2c2c;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}

.project-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 30px;
  right: -85px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
}

.project-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.project-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: -155px;
  left: auto;
}

.project-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.project-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

.works-content {
  padding-top: 30px;
}

.works-content .works-title span {
  color: var(--main-color);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 500;
}

.works-content .works-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.single-project-box {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-bottom: 40px;
}

.single-project-box .project-content {
  position: absolute;
  max-width: 310px;
  padding: 20px;
  background-color: #ffffff;

  border-radius: 5px;
  left: 20px;
  bottom: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #2c2c2c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-project-box::before {
  position: absolute;
  content: "";
  border: 1px dashed var(--main-color);
  height: 94%;
  width: 95%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-project-box.style-2 {
  padding-left: 30px;
  padding-right: 0;
}

.single-project-box.style-2 .project-content {
  left: 50px;
}

.single-project-box.style-2::before {
  left: 0;
  right: auto;
}

.single-project-box:hover .project-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.project-slider2.owl-theme .owl-nav [class*="owl-"] {
  background-color: #e5e5e5;
  border: none;
  height: 45px;
  width: 45px;
  line-height: 52px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 12px;
  margin: auto 10px;
}

.project-slider2.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.project-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.project-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: var(--main-color);
  color: #ffffff;
}

.works-area {
  background-color: var(--color-two);
  position: relative;
  z-index: 1;
}

.workarea-overlay {
  background: url(../images/sec-bg.png);
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.why-us-sec {
  position: relative;
  z-index: 1;
}

.why-overlay {
  background: url(../images/why-us-bg.png) no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 400px;
  bottom: -16px;
  left: -16px;
}

.works-area .container-fluid {
  max-width: 1520px;
}

.works-overly {
  padding-left: 100px;
  padding-right: 100px;
}

/* .owl-carousel .owl-stage-outer {
    margin-right: -300px;
	overflow: hidden;
} */
.work-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: -90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 65px;
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;

  span {
    color: var(--color-two);
  }
}

.work-slider.owl-theme .owl-nav [class*="owl-"] i {
  position: relative;
  top: -2px;
  left: -1px;
}

.work-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 0;
  left: auto;
}

.work-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}

.work-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000;
  color: #ffffff;

  span {
    color: var(--white-color);
  }
}

/* Why US */

.why-us-sec .why-features {
  margin-bottom: 35px;
}

.why-us-sec .why-features ul {
  padding-left: 0;
  margin-bottom: 0;
}

.why-us-sec .why-features ul li {
  list-style-type: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}

.why-us-sec .why-features ul li p {
  margin-bottom: 0;
}

.why-us-sec .why-features ul li .icon {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #2c2c2c;
  background-color: #e5e5e5;
  border-radius: 50%;
  left: 0;
  top: 5px;
  text-align: center;
  font-size: 22px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.why-us-sec .why-features ul li .icon::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  left: 0;
  bottom: 0;
  background-color: var(--color-two);
  border-radius: 50%;
  z-index: -1;
}

.why-us-sec .why-features ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.why-us-sec .why-features ul li:hover h3 {
  color: var(--color-two);
}

.why-us-sec .why-features ul li:hover .icon {
  color: #ffffff;
}

.why-us-sec .why-features ul li:hover .icon::before {
  height: 100%;
  width: 100%;
}

.why-us-sec .why-features ul {
  margin-bottom: 35px;
  margin-top: 35px;
}

.why-us-sec .why-features ul li {
  padding-left: 55px;
  margin-bottom: 10px;
}

.why-us-sec .why-features ul li .icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Featured */
.industries-sec {
  background-color: var(--color-two);
  position: relative;
  z-index: 1;
}

.swiper-button-next-unique:hover,
.swiper-button-prev-unique:hover {
  background: #000;
  color: #ffffff;

  span {
    color: var(--white-color);
  }
}

.industry-overlay {
  background: url(../images/sec-bg.png);
  background-position: center center;
  background-size: cover;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  z-index: -1;
}

.slider_featured {
  position: relative;

  .card {
    background-color: white;
    color: black;
    border-radius: 10px;
    overflow: hidden;
  }

  .card img {
    height: 200px;
    object-fit: cover;
  }

  .carousel-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .carousel-nav button {
    background: white;
    border: none;
    font-size: 1.5rem;
    padding: 10px 20px;
    color: #8b0000;
  }
}
.logo-txt {
  color: var(--white-color);
  margin-left: 1rem;
  font-size: 24px;
  font-weight: 500;
}
.rotate_180 {
  transform: rotate(180deg) !important;
}

.feature-card {
  padding: 12px 12px 25px 12px;
  width: 295px;
  min-height: 400px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #ccc;
}

.card-img-container {
  position: relative;
}

.card-img-container img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-box {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ee1c25;
  padding: 10px;
  width: 45px;
  display: flex;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 24px;
  height: 24px;
}

.feature-card-body {
  padding: 20px 0px;
}

.feature-card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.card-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.explore-more {
  display: flex;
  align-items: center;
  color: #ee1c25;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.explore-more i {
  margin-left: 6px;
  font-style: normal;
  transform: rotate(-45deg);
}

/*
Footer Style
======================================================*/
.start-footer-area {
  background: rgb(46, 24, 43);
  background: linear-gradient(90deg, rgb(33 31 31) 0%, rgb(39 40 41) 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer-overlay {
  background: url(../images/footer-bg.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 400px;
  bottom: -50px;
  right: 0;
}

.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 30px;
  width: 200px;
}

.footer-logo-area p {
  color: #bfbfbf;
  margin-bottom: 25px;
  font-size: 13px;
}

.footer-logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
  margin-right: 8px;
  display: inline-block;
}

.footer-logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.footer-logo-area .social-content ul li span {
  color: #ffffff;
  font-weight: 300;
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.footer-logo-area .social-content ul li a {
  color: #2c2c2c;
  height: 30px;
  background-color: #ffffff;
  width: 30px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-logo-area .social-content ul li a:hover {
  background-color: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
}

.footer-address-area {
  padding-left: 50px;
}

.footer-address-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-address-area ul li {
  list-style-type: none;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}

.footer-address-area ul li:last-child {
  margin-bottom: 0;
}

.footer-address-area ul li p {
  margin-bottom: 3px;
  color: #bfbfbf;
  font-weight: 300;
}

.footer-address-area ul li a {
  color: #e5e5e5;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.footer-address-area ul li a:hover {
  color: var(--main-color);
}

.footer-address-area ul li span {
  color: #e5e5e5;
  font-weight: 500;
}

.footer-address-area ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2c2c2c;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: var(--main-color);
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li .icon::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: var(--main-color);
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li:hover .icon {
  color: #ffffff;
}

.footer-address-area ul li:hover .icon::before {
  height: 100%;
}

.footer-useful-links-area {
  padding-left: 50px;
}

.footer-useful-links-area .link-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-useful-links-area .link-list ul li:last-child {
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -2px;
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li a {
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li:hover i {
  color: var(--main-color);
}

.footer-useful-links-area .link-list ul li:hover a {
  color: var(--main-color);
}

.footer-subscribe-area p {
  color: #bfbfbf;
  margin-bottom: 20px;
}

.footer-subscribe-area .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  height: 55px;
}

.footer-subscribe-area
  .subscribe-form
  .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .default-btn {
  width: 100%;
  margin-top: 20px;
}

.footer-instagram-area {
  margin-bottom: 0;
}

.footer-instagram-area .instagram-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}

.footer-instagram-area .instagram-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 3px;
  opacity: 0;
}

.footer-instagram-area .instagram-img:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-instagram-area .instagram-img:hover .icon a {
  opacity: 1;
}

.copy-right-area {
  background-color: #212122;
  text-align: center;
}

.copy-right-area p {
  color: #ffffff;
  padding-top: 10px;
  font-weight: 300;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p span {
  color: #e5e5e5;
}

.copy-right-area p a {
  color: #e5e5e5;
}

.feature-card.explore-more::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #f7f7f7;
  border-radius: 50%;
  z-index: -1;
}

.featured-slide.owl-theme .owl-nav {
  position: absolute;
  bottom: -160px;
  right: 0;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.feature-btn-area {
  margin-top: 2.5rem;
}

.ft-divider {
  background-color: #d7d7d7;
  width: 60%;
  height: 1px;
  position: relative;
}

.ft-divider::before,
.ft-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white-color);
}

.ft-divider::before {
  left: -4px;
}

.ft-divider::after {
  right: -4px;
}

.feature-footer {
  margin: 2rem 0;
  gap: 32px;
}

/* Contact */
.contact-us-sec {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-overlay {
  background: url(../images/why-us-bg.png) no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  z-index: -1;
  width: 753px;
  height: 753px;
  bottom: 0;
}
.career_form {
  background: #58585a;
  padding: 4rem 3rem;

  h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 2rem;
    text-align: left;
  }

  p {
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    color: var(--white-color);
  }
}
.contact_form {
  background: #58585a;
  padding: 8rem 3rem;

  h3 {
    font-size: 32px;
    font-weight: 500;
    color: var(--main-color);
    margin-bottom: 2rem;
    text-align: left;
  }

  p {
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    color: var(--white-color);
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-area {
  .form-control {
    background-color: #f5f5f5;
    border: none;
    padding: 15px 9px;
  }
}

.tts-txt-area {
  min-height: 7rem;
}

input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  border-radius: 5px;
  padding: 8px 9px;
  background-color: #fff;
  border: 1px solid rgb(192 192 192);
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
  background-color: #e5e5e5;
  border: none;
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 100%;
  margin-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next-unique {
  margin-right: 0.3rem;
}

.captcha {
  background-color: #f9f9f9;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  color: #4c4a4b;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem;
}

@media screen and (max-width: 500px) {
  .captcha {
    flex-direction: column;
  }

  .text {
    margin: 0.5em !important;
    text-align: center;
  }

  .logo {
    align-self: center !important;
  }

  .spinner {
    margin: 2em 0.5em 0.5em 0.5em !important;
  }
}

.captcha-text {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

.captcha-spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 2em 1em;
  align-items: center;
  justify-content: center;
}

.captcha {
  input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  input[type="checkbox"] + .checkmark {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 2.5px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  input[type="checkbox"] + .checkmark span {
    content: "";
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
  }

  input[type="checkbox"] + .checkmark > span:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
  }

  input[type="checkbox"] + .checkmark > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
  }

  input[type="checkbox"]:checked + .checkmark {
    animation: 2s spin forwards;
  }

  input[type="checkbox"]:checked + .checkmark > span {
    animation: 1s fadein 1.9s forwards;
  }

  input[type="checkbox"]:checked + .checkmark > span:after {
    animation: 0.3s bottomslide 2s forwards;
  }

  input[type="checkbox"]:checked + .checkmark > span:before {
    animation: 0.5s rightslide 2.2s forwards;
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    align-self: flex-end;
    margin: 0rem 1rem;
  }

  .logo img {
    height: 2em;
    width: 2em;
  }

  .logo p {
    color: #9d9ba7;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    margin: 0.4em 0 0.2em 0;
  }

  .logo small {
    color: #9d9ba7;
    margin: 0;
    font-size: 0.8em;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bottomslide {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes rightslide {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes spin {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }

  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }

  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }

  90% {
    border-width: 4px;
  }

  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transform: rotate(720deg);
    border-color: transparent;
  }
}

::selection {
  background-color: transparent;
  color: teal;
}

::-moz-selection {
  background-color: transparent;
  color: teal;
}

/* Contact */

.contact-card {
  background: white;
  border-radius: 1rem;
  border: 1px solid #dde6e3;
}

.contact-item {
  padding: 2rem 1.5rem;
}

.contact-item:not(:last-child) {
  border-bottom: 1px solid #e9ecef;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;

  img {
    width: 2rem;
  }
}

.contact-icon {
  font-size: 2rem;
  color: #dc3545;
}

.contact-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.75rem;
}

.contact-details {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
}

.company-name {
  font-weight: 500;
  color: #000;
}

.main-container {
  min-height: 100vh;
  padding: 2rem 0;
}

@media (max-width: 576px) {
  .contact-item {
    padding: 1.5rem 1rem;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }

  .contact-icon {
    font-size: 1.75rem;
  }

  .contact-title {
    font-size: 1.25rem;
  }
}

/* Hover effects */
.contact-item:hover {
  background-color: #f8f9fa;
  transition: background-color 0.3s ease;
}

.contact-item:hover .icon-circle {
  background-color: #e9ecef;
  transition: background-color 0.3s ease;
}

.contact-item:hover .contact-icon {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/*
Footer Style
======================================================*/
.start-footer-area {
  background: rgb(46, 24, 43);
  background: linear-gradient(90deg, rgb(33 31 31) 0%, rgb(39 40 41) 100%);
}

.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 30px;
  width: 100px;
}

.footer-logo-area p {
  color: #bfbfbf;
  margin-bottom: 25px;
}

.footer-logo-area .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
  margin-right: 8px;
  display: inline-block;
}

.footer-logo-area .social-content ul li:last-child {
  margin-right: 0;
}

.footer-logo-area .social-content ul li span {
  color: #ffffff;
  font-weight: 300;
  padding-right: 10px;
  position: relative;
  top: -2px;
}

.footer-logo-area .social-content ul li a {
  color: #2c2c2c;
  height: 30px;
  background-color: #ffffff;
  width: 30px;
  line-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn.active {
  background: rgb(237, 028, 036, 1);
  background: linear-gradient(
    90deg,
    rgb(237, 028, 036, 1) 0%,
    rgb(116, 000, 000, 1) 100%
  );
  color: #ffffff;
  border-color: var(--main-color);
}
.submit-btn {
  display: flex;
  vertical-align: middle;
}

.default-btn {
  background-color: transparent;
  color: #40265f;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 25px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  border: 1px solid rgb(80 40 96);
  z-index: 1;
  line-height: normal;
}

.footer-logo-area .social-content ul li a:hover {
  background-color: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 300;
}

.footer-address-area {
  padding-left: 50px;
}

.footer-address-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-address-area ul li {
  list-style-type: none;
  position: relative;
  padding-left: 58px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 15px;
}

.footer-address-area ul li:last-child {
  margin-bottom: 0;
}

.footer-address-area ul li p {
  margin-bottom: 3px;
  color: #bfbfbf;
  font-weight: 300;
}

.footer-address-area ul li a {
  color: #e5e5e5;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 500;
}

.footer-address-area ul li a:hover {
  color: var(--main-color);
}

.footer-address-area ul li span {
  color: #e5e5e5;
  font-weight: 500;
}

.footer-address-area ul li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 45px;
  width: 45px;
  color: #2c2c2c;
  line-height: 45px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: var(--main-color);
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li .icon::before {
  position: absolute;
  content: "";
  height: 0%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: var(--main-color);
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-address-area ul li:hover .icon {
  color: #ffffff;
}

.footer-address-area ul li:hover .icon::before {
  height: 100%;
}

.footer-useful-links-area {
  padding-left: 50px;
}

.footer-useful-links-area .link-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-useful-links-area .link-list ul li:last-child {
  margin-bottom: 0;
}

.footer-useful-links-area .link-list ul li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -2px;
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li a {
  color: #bfbfbf;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-useful-links-area .link-list ul li:hover i {
  color: var(--main-color);
}

.footer-useful-links-area .link-list ul li:hover a {
  color: var(--main-color);
}

.footer-subscribe-area p {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-size: 13px;
}

.footer-subscribe-area .subscribe-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  height: 55px;
}

.footer-subscribe-area
  .subscribe-form
  .form-control::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .form-control::placeholder {
  color: #bfbfbf;
  font-size: 15px;
}

.footer-subscribe-area .subscribe-form .default-btn {
  width: 100%;
  margin-top: 20px;
}

.footer-instagram-area {
  margin-bottom: 0;
}

.footer-instagram-area .instagram-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 25px;
}

.footer-instagram-area .instagram-img img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.footer-instagram-area .instagram-img .icon a {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  top: 3px;
  opacity: 0;
}

.footer-instagram-area .instagram-img:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-instagram-area .instagram-img:hover .icon a {
  opacity: 1;
}

.copy-right-area {
  background-color: #212122;
  text-align: center;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.copy-right-area p {
  color: #ffffff;
  padding-top: 10px;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 13px;;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy-right-area p span {
  color: #e5e5e5;
}

.copy-right-area p a {
  color: #e5e5e5;
}

/* INNER PAGE STYLES */

.vision-mission {
  padding: 100px 0 50px;
  background: linear-gradient(
    180deg,
    var(--main-color) 60%,
    var(--white-color) 40%
  );
}

.vision-mission-box {
  background-color: var(--white-color);
  padding: 45px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 150px;
}
.vision-mission-item-one {
   position: relative;
  width:100% !important;
}
.vision-mission-item {
  position: relative;
  width: calc(50% - 75px);
}

.vision-mission-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: -75px;
  bottom: 0;
  background-color: #eaf0ec;
  z-index: 1;
}

.vision-mission-item:nth-child(2n + 2)::before,
.vision-mission-item:last-child::before {
  display: none;
}

.vision-mission-item .icon-box {
  position: relative;
  width: 95px;
  height: 95px;
  background: #eaf0ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vision-mission-item .icon-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.vision-mission-item:hover .icon-box:before {
  transform: scale(1);
}

.vision-mission-item .icon-box img {
  position: relative;
  max-width: 36px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.vision-mission-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.vision-mission h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--white-color) !important;
}

.vision-mission-content p {
  margin: 0;
}

.vision-mission-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.vision-mission-content p {
  margin: 0;
}
.featured_img {
  height: 500px !important;
}