@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);
.slider-one {
  position: relative;
  border: 25px solid var(--white-color);
}
.slider-one .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 40px !important;
  right: auto !important;
  width: 60px !important;
}
.slider-one .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0;
  color: var(--white-color);
  margin: 35px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}
.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: var(--white-color);
}
.slider-one .slider-one_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--white-color);
}
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}
.slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}
.slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.slider-one .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 350px 0 170px;
}
.slider-one_image-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
.slider-one_image-layer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: #fff0;
  background-image: linear-gradient(90deg, rgb(0 13 255) 0%, #fff0 100%);
}
.slider-one .swiper-slide-active .slider-one_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slider-one_pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 306px;
  height: 306px;
  background-repeat: no-repeat;
}
.slider-one_content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}
.slider-one_content-inner {
  position: relative;
}
.slider-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: #fff0;
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0%,
    rgb(193 21 236) 100%
  );
}
.slider-one .swiper-slide-active .slider-one_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.slider-one_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.slider-one_heading span {
  color: #fff0;
  font-weight: 800;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}
.slider-one .swiper-slide-active .slider-one_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.slider-one_arrow {
  position: absolute;
  content: "";
  right: 35%;
  bottom: -30px;
  width: 227px;
  height: 202px;
  background-repeat: no-repeat;
}
.slider-one .slider-one_button {
  position: relative;
  gap: 5px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.slider-one_video {
  position: relative;
}
.slider-one .slider-one_button .slider-one_video:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-color: var(--white-color);
}
.slider-one .swiper-slide-active .slider-one_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.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: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0%,
    rgb(193 21 236) 100%
  );
}
.slider-one_socials {
  position: absolute;
  left: 5px;
  bottom: -15px;
  z-index: 1;
  padding: 25px 30px;
  transform-origin: 8% 45%;
  transform: rotate(-90deg);
  border-radius: 0 50px 50px 0;
  background-color: rgba(var(--white-color-rgb), 0.05);
}
.slider-one_socials a {
  position: relative;
  font-size: 14px;
  margin: 0 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: 0;
  bottom: 0;
  z-index: 10;
}
.slider-one_options .button {
  position: relative;
  border-radius: 40px 0 0 0;
  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: 0 0 30px;
  padding: 5px 0 20px;
}
.slider-one_authors ul {
  position: relative;
  display: flex;
  margin-left: 40px;
}
.slider-one_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}
.slider-one_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}
.slider-one_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
}
.about-one {
  position: relative;
  padding: 140px 0 60px;
}
.about-one_vector {
  position: absolute;
  left: 0;
  top: 150px;
  width: 459px;
  height: 447px;
  background-repeat: no-repeat;
}
.about-one_pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1510px;
  background-position: right top;
  background-repeat: no-repeat;
}
.about-one_pattern-two {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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: #666;
  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 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s 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;
}
.marketing-one {
  position: relative;
  overflow: hidden;
  padding: 40px 0 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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.marketing-one h1:hover {
  background: linear-gradient(to right, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.marketing-one.style-two {
  padding-top: 0;
}
.achieve-one {
  position: relative;
  padding: 125px 0 400px;
}
.achieve-one .sec-title {
  margin-left: 300px;
}
.achieve-one_vector {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  background-position: left center;
  background-repeat: no-repeat;
}
.achieve-one_vector-two {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 20px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.achieve-one_bg {
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  border-radius: 50px;
  background-size: cover;
}
.video-one {
  position: relative;
}
.video-one.style-two {
  margin-top: 100px;
}
.video-one.style-two .video-box {
  margin-top: 0;
}
.video-one_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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: 0;
  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;
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}
.process-one {
  position: relative;
  padding: 200px 0 120px;
}
.process-one.style-two {
  padding-bottom: 0;
}
.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(http://inffyskkys.infysky.com/assets/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: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-size: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s 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: #fff0;
}
.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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.step-block_one-text {
  position: relative;
  font-size: 16px;
  color: #666;
  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: #666;
  margin-top: 20px;
}
.offer-one {
  position: relative;
  overflow: hidden;
  padding: 0 0 220px;
}
.offer-one.style-two {
  padding-top: 120px;
}
.offer-one_color {
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 830px;
  height: 900px;
  border-radius: 45px;
  background-color: #eee;
}
.offer-one_bg-color {
  position: absolute;
  right: -40px;
  width: 80px;
  height: 1100px;
  border-radius: 50px;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.offer-one .auto-container {
  position: relative;
  max-width: 1700px;
}
.offer-one_title {
  position: relative;
  padding-left: 120px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
}
.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: #eee;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgb(0 13 255);
  box-shadow: 0 20px 20px rgb(0 0 0 / 0.15);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.offer-one_title:hover .offer-one_arrow img {
  fill: #fff;
  filter: brightness(200%);
  color: var(--white-color);
}
.offer-one_title:last-child {
  margin-bottom: 0;
}
.offer-one_icon-outer {
  position: absolute;
  left: 0;
  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 #999;
}
.offer-one_icon:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 5px;
  bottom: 5px;
  border-radius: 50px;
  border: 1px solid #ddd;
}
.offer-one_number {
  position: absolute;
  left: 0;
  top: 0;
  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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #d9d9d9;
}
.offer-one_title:hover .offer-one_number {
  color: var(--white-color);
  background-color: rgb(0 13 255);
  box-shadow: 0 20px 20px rgb(0 0 0 / 0.15);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.offer-one_heading {
  margin-top: 10px;
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-family: Manrope, sans-serif;
}
.offer-one_heading a {
  position: relative;
  color: var(--black-color);
}
.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgb(0 13 255);
  box-shadow: 0 20px 20px rgb(0 0 0 / 0.15);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.offer-one_title:hover .offer-one_heading a {
  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:hover .offer-one_subtitle {
  background-color: var(--color-two);
}
.offer-one_image {
  position: absolute;
  right: 15px;
  top: 0;
  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(0);
  transform: rotate(-5deg) translateX(0);
}
.offer-one_content-column {
  position: relative;
}
.offer-one_content-outer {
  position: relative;
  padding-top: 70px;
  max-width: 720px;
  padding-left: 70px;
}
.team-one {
  position: relative;
  padding-bottom: 130px;
}
.team-one.style-two {
  padding-top: 100px;
}
.team-one_layer {
  position: absolute;
  left: 0;
  top: -200px;
  right: 0;
  bottom: 0;
  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 {
  -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 .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 .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.team-one_one .image-box {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s 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 0.3s ease;
  transition: all 0.3s 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 0.3s ease;
  transition: all 0.3s 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 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 10px 15px rgb(0 0 0 / 0.2);
}
.team-one_one .inner-box:hover .content-box {
  opacity: 1;
}
.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 0.3s ease;
  transition: all 0.3s 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: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.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_info {
  position: relative;
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #e4e0e0;
  padding: 0 0 0 30px;
}
.team-one_info .team-one_info-button {
  height: 54px;
  margin-left: 30px;
}
.incredible-one {
  position: relative;
  padding: 140px 0 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: 0;
  right: 15px;
  bottom: 0;
  border-radius: 50px;
  background-color: #fff0;
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.incredible-one_pattern {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  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: #fff0;
  font-family: Raleway, serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}
.experiance-one {
  position: relative;
  padding: 50px 0 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: 0 15px;
  font-family: Raleway, serif;
  -webkit-text-fill-color: #fff0;
  -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: #000;
  margin: 30px 25px 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: Raleway, serif;
  transition: -webkit-text-fill-color 0.4s ease-in-out;
}
.experiance-one h2:hover {
  -webkit-text-fill-color: #15c1ec;
  transition: all 0.3s ease-in-out;
}
.experiance-one .animation_mode-two {
  position: relative;
  min-height: 150px;
  z-index: 1;
}
.experiance-one_years {
  position: relative;
  width: 100%;
}
.experiance-one_years-inner {
  position: relative;
  padding: 80px 70px;
  margin-top: -700px;
  border-radius: 20px;
  background-color: var(--black-color);
}
.experiance-one_text {
  position: relative;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  max-width: 400px;
  margin-bottom: 70px;
  color: var(--white-color);
  font-family: Outfit, serif;
}
.experiance-one_years-inner .experiance-one_button {
  z-index: 9;
}
.news-one {
  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: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block_one-content {
  position: relative;
  padding-top: 25px;
}
.news-block_one-meta {
  position: relative;
  padding: 24px 30px;
}
.news-block_one-meta:before {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  width: 410px;
  height: 106px;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/news-one_arrows.png);
}
.news-block_one-meta li {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}
.news-block_one-meta li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}
.news-block_one-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.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: rgb(0 13 255);
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-block_one-inner:hover .news-block_one-arrow {
  transform: rotate(0);
  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 {
  position: relative;
  background-color: #f5f5f5;
}
.slider-two_bg-color {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 240px;
  background-color: rgb(0 1 3);
  background-image: linear-gradient(180deg, rgb(0 1 3) 0, rgb(2 4 72) 100%);
}
.slider-two .slider-one_pagination {
  position: absolute;
  z-index: 999;
  right: 40px !important;
  left: auto !important;
  width: 60px !important;
  bottom: 300px;
}
.slider-two .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 320px 0 0;
}
.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 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  text-transform: capitalize;
  background-color: #fff0;
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 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_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s 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: #fff0;
  font-weight: 800;
  font-family: Raleway, serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}
.slider-two_content {
  position: relative;
  padding: 0 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 0;
  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: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  background-position: right top;
  background-repeat: no-repeat;
}
.slider-two_vector {
  position: absolute;
  top: 80px;
  right: 0;
  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: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(http://inffyskkys.infysky.com/assets/images/main-slider/slider-two_arrow.png)
    no-repeat;
}
.slider-two_touch span {
  position: relative;
  display: inline-block;
}
.about-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}
.about-two_shadow {
  position: absolute;
  right: -60px;
  top: -160px;
  left: 0;
  bottom: 0;
  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;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  font-family: Outfit, serif;
}
.about-two_title i {
  position: relative;
  color: #666;
}
.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;
}
.about-two_video {
  position: absolute;
  right: 0;
  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: rgb(0 13 255);
  box-shadow: 0 20px 20px rgb(0 0 0 / 0.15);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.about-two_image-column {
  position: relative;
  margin-bottom: 30px;
}
.about-two_image-two {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s 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: #444;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.default-skills {
  position: relative;
}
.default-skill-item {
  position: relative;
  margin-bottom: 40px;
}
.default-skill-item:last-child {
  margin-bottom: 0;
}
.default-skill-title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
}
.default-skill-bar {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 50px;
}
.default-skill-bar:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  right: 0;
  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: 0;
  top: 0;
  height: 16px;
  width: 0;
  border-radius: 50px;
  background-color: #fff0;
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.about-two_button {
  position: relative;
  margin-top: 60px;
}
.services-one {
  position: relative;
  overflow: hidden;
  padding: 130px 0 100px;
}
.services-one .sec-title {
  z-index: 99;
  display: inline-block;
}
.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: 0;
  bottom: 0;
  width: 200%;
  z-index: 10;
  background-color: #001e53;
}
.services-one_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
}
.services-one_pattern {
  position: absolute;
  left: 0;
  top: 0;
  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: 0;
  top: 0;
  opacity: 0;
  width: 162px;
  height: 151px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: url(http://inffyskkys.infysky.com/assets/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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 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: 0;
  top: 0;
  right: 0;
  bottom: 0;
  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 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-block_one-inner:hover .service-block_one-arrow {
  opacity: 1;
  transform: rotate(0);
}
.service-block_one-inner:hover::before {
  opacity: 1;
}
.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: #000;
  margin: 30px 25px 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: Raleway, serif;
}
.offer-two {
  position: relative;
  margin-top: -40px;
  padding: 160px 0 130px;
  background-color: #00022b;
}
.offer-two_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.offer-two .inner-container {
  position: relative;
  gap: 30px;
  text-align: center;
  justify-content: center;
}
.offer-two .offer-block_one {
  position: relative;
  width: 18%;
}
.offer-block_one {
  position: relative;
}
.offer-block_one-inner {
  position: relative;
  padding: 75px 30px;
  border-radius: 150px;
  text-align: center;
  display: block;
  overflow: hidden;
  background-color: var(--black-color);
}
.offer-block_one-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.offer-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.offer-block_one-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.offer-block_one-icon {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  line-height: 100px;
  border-radius: 50px;
  background-color: var(--black-color);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.offer-block_one-inner:hover .offer-block_one-icon {
  transform: rotate(360deg);
}
.offer-block_one-arrow {
  position: relative;
  margin: 35px 0;
}
.offer-block_one-title {
  position: relative;
  color: var(--white-color);
  font-family: Manrope, sans-serif;
}
.step-two_button {
  position: relative;
  margin-top: 30px;
}
.price-one {
  position: relative;
  padding: 130px 0 130px;
}
.price-one_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.price-block_one {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.price-block_one-inner {
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 3px solid var(--color-two);
  background-color: var(--white-color);
}
.price-block_one-inner:hover {
  border-color: #00022a;
}
.price-block_one-inner:hover .price-block_one-icon img {
  fill: #fff;
  filter: invert(100%);
}
.price-block_one-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(0.1, 1);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #00022a;
}
.price-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.price-block_one-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: no-repeat;
}
.price-block_one-inner:hover .price-block_one-bg {
  opacity: 1;
}
.price-block_one-icon {
  position: absolute;
  right: 35px;
  top: 35px;
}
.price-block_one-subtitle {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-block_one-inner:hover .price-block_one-list li,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-title {
  color: var(--white-color);
}
.price-block_one-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-block_one-text {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-block_one-price {
  position: relative;
  font-weight: 700;
  margin-top: 20px;
  font-size: 68px;
  line-height: 1em;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-block_one-list {
  position: relative;
  margin-top: 30px;
}
.price-block_one-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #666;
  padding-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.price-block_one-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/check.png);
}
.price-block_one-list li:last-child {
  margin-bottom: 0;
}
.price-block_one-btn {
  position: relative;
  margin-top: 40px;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  padding: 18px 40px;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: Manrope, sans-serif;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.price-block_one-btn:hover {
  color: var(--white-color);
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.news-two {
  position: relative;
  padding-bottom: 70px;
}
.news-two_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -150px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.news-two_vector {
  position: absolute;
  left: 10%;
  bottom: 18%;
  width: 388px;
  height: 376px;
  background-repeat: no-repeat;
}
.news-two_image-column {
  position: relative;
  margin-bottom: 30px;
}
.sticky-top {
  z-index: 1;
  top: 110px;
}
.slider-three {
  position: relative;
}
.slider-three .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 40px !important;
  right: auto !important;
  width: 60px !important;
}
.slider-three .auto-container {
  position: relative;
}
.slider-three .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 300px 0 230px;
}
.slider-three_image-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 0 0 40px 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0 100%);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.slider-three_image-layer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-color: #fff0;
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.slider-three_content {
  position: relative;
  z-index: 2;
}
.slider-three_content-inner {
  position: relative;
}
.slider-three_title {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--white-color);
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  text-transform: capitalize;
  font-family: Outfit, serif;
}
.slider-three_heading {
  font-size: 128px;
  margin-top: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--white-color);
  text-transform: uppercase;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.slider-three_heading span {
  color: #fff0;
  font-weight: 800;
  text-transform: capitalize;
  font-family: Raleway, serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}
.slider-three_subtitle {
  font-size: 27px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.slider-three_text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 660px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.slider-three .slider-three_button {
  position: relative;
  gap: 25px;
  display: inline-block;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.slider-three .slider-three_button .theme-btn {
  padding: 16px 34px;
}
.slider-three_options {
  position: absolute;
  left: 0;
  bottom: -47px;
  z-index: 10;
  border-radius: 150px;
  border: 2px solid var(--color-two);
}
.empower-one {
  position: relative;
  padding: 160px 0 100px;
}
.empower-shape-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.empower-one.style-two {
  padding-top: 110px;
}
.empower-one .sec-title {
  margin-bottom: 0;
}
.empower-one .auto-container {
  max-width: 1500px;
}
.empower-one .empower-block_one {
  position: relative;
  width: 19.8%;
  padding: 0 10px;
  display: inline-block;
}
.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4) {
  transform: translateY(70px);
}
.empower-one .empower-block_one:nth-child(3) {
  transform: translateY(140px);
}
.empower-block_one {
  position: relative;
}
.empower-block_one-inner {
  position: relative;
  padding: 10px 10px;
  border-radius: 30px;
  border: 3px solid var(--color-two);
  background-color: #fff;
}
.empower-block_one .empower-block_one-inner:hover {
  background-color: var(--black-color);
}
.empower-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.empower-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
}
.empower-block_one-image:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 78px;
  height: 76px;
  z-index: 1;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/vector-6.png);
}
.empower-block_one-inner:hover .empower-block_one-image:before {
  background: url(http://inffyskkys.infysky.com/assets/images/icons/vector-6-1.png);
}
.empower-block_one-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
  padding: 12px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.empower-block_one-content {
  position: relative;
  padding: 25px 10px 20px;
}
.empower-block_one-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}
.empower-block_one-title a {
  position: relative;
  color: var(--black-color);
}
.empower-block_one-title a:hover {
  color: var(--main-color);
}
.empower-block_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 119px;
}
.empower-one .lower-box {
  position: relative;
  margin-top: 180px;
}
.empower-block_one-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color);
}
.empower-block_one-inner:hover .empower-block_one-text,
.empower-block_one-inner:hover .empower-block_one-title a {
  color: var(--white-color);
}
.empower-one_button {
  position: relative;
  margin-top: 30px;
}
.about-three {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  padding: 120px 0 50px;
  background-color: #e6e9f1;
  margin: 0 20px;
}
.about-three_shadow {
  position: absolute;
  left: 0;
  top: -220px;
  right: 0;
  bottom: 0;
  background-position: right top;
  background-repeat: no-repeat;
}
.about-three_title-column {
  position: relative;
}
.about-three_title-outer {
  position: relative;
  padding-right: 90px;
}
.about-three_content {
  position: relative;
  padding-left: 140px;
}
.about-three_experiance {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 260px;
  border-radius: 50px;
  text-align: center;
  padding: 40px 10px;
  color: var(--white-color);
}
.about-three_experiance strong {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-family: Outfit, serif;
}
.about-three_experiance span {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  transform: rotate(90deg);
  display: block;
  width: 135px;
  text-align: left;
  font-weight: 700;
  transform-origin: 20% 72%;
}
.about-three_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--main-color);
  font-family: Outfit, serif;
}
.about-three_text {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #232121;
  margin-top: 15px;
}
.about-three_button {
  position: relative;
  margin-top: 35px;
}
.about-three_image-column {
  position: relative;
}
.about-three_image-outer {
  position: relative;
  padding-right: 20px;
  margin-left: -50px;
}
.about-three_image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.about-three_image img {
  position: relative;
  width: 100%;
  display: block;
}
.about-three_image-two {
  position: absolute;
  right: -80px;
  bottom: -198px;
  overflow: hidden;
  border-radius: 26px;
}
.about-three .animation_mode {
  position: relative;
  min-height: 150px;
  margin-top: 0;
}
.about-three .animation_mode h1 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000;
  margin: 30px 25px 0;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: Raleway, serif;
}
.inspire-one {
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
.inspire-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 22px;
  right: 0;
  height: 100px;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    -90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.inspire-one .animation_mode {
  position: relative;
  min-height: 100px;
  transform: rotate(2deg);
  background-color: var(--black-color);
}
.inspire-one .animation_mode h1 {
  position: relative;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  margin: 35px 25px 0;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: Outfit, serif;
}
.inspire-one .animation_mode h1:hover {
  color: var(--main-color);
}
.business-one {
  position: relative;
  overflow: hidden;
  padding: 130px 0 6px;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.business-one_vector {
  position: absolute;
  right: 1%;
  top: 4%;
  width: 406px;
  height: 365px;
  background-repeat: no-repeat;
}
.business-one_vector-two {
  position: absolute;
  right: 1%;
  bottom: 4%;
  width: 438px;
  height: 406px;
  background-repeat: no-repeat;
}
.business-one_video-column {
  position: relative;
  margin-bottom: 30px;
}
.business-one_video-outer {
  position: relative;
  margin-left: -180px;
  margin-right: 180px;
}
.business-one_video {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid var(--white-color);
}
.business-one_video img {
  position: relative;
  width: 100%;
}
.business-one_video-bg {
  position: absolute;
  right: -305px;
  top: -162px;
  bottom: -120px;
  width: 200%;
  background: url(http://inffyskkys.infysky.com/assets/images/background/video-shape.png);
  background-position: right top;
  background-repeat: no-repeat;
}
.business-one_content {
  position: relative;
  padding-left: 165px;
  margin-left: 100px;
}
.business-one_content-outer .news-one_button {
  margin-left: 140px;
  margin-top: 20px;
  padding-bottom: 30px;
  float: inline-end;
}
.business-one_list {
  position: relative;
}
.business-one_list li {
  position: relative;
  display: block;
  font-size: 16px;
  list-style: disc;
  margin-bottom: 12px;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.business-one_content .business-one_list li:hover {
  font-weight: 700;
}
.business-one_video-content {
  position: relative;
  font-size: 15px;
  text-align: right;
  margin-top: -80px;
  margin-right: -180px;
  color: var(--white-color);
}
.business-one_video-content div {
  position: relative;
  text-align: left;
  display: inline-block;
}
.business-one_video-content span {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 32px;
}
.business-one_content-column {
  position: relative;
  margin-top: -50px;
}
.team-two {
  position: relative;
  padding: 100px 0 120px;
}
.team-two.style-two {
  padding-top: 200px;
}
.team-two_shadow {
  position: absolute;
  left: 0;
  top: -180px;
  right: 0;
  bottom: 0;
  background-position: right center;
  background-repeat: no-repeat;
}
.team-two .inner-container {
  position: relative;
}
.team-two .inner-container:before {
  position: absolute;
  content: "";
  left: -40px;
  top: -55px;
  width: 227px;
  height: 484px;
  background: url(http://inffyskkys.infysky.com/assets/images/background/arrow.png)
    no-repeat;
}
.team-two_border-layer {
  position: absolute;
  right: 200px;
  top: -190px;
  width: 160px;
  height: 750px;
  border-radius: 100px;
  transform: rotate(-45deg);
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.team-block_two {
  position: relative;
}
.team-block_two-inner {
  position: relative;
  min-height: 391px;
  padding-left: 430px;
}
.team-block_two-inner:before {
  position: absolute;
  content: "";
  left: 120px;
  top: 30px;
  right: 120px;
  bottom: 30px;
  border-radius: 300px;
  background-color: #00022a;
}
.team-block_two-image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  padding: 15px 15px;
  border-radius: 50%;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.team-block_two-image img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.team-block_two-content {
  position: relative;
  padding-top: 65px;
  max-width: 300px;
}
.team-block_two-title {
  position: relative;
  font-weight: 600;
  margin-top: 10px;
  color: var(--white-color);
}
.team-block_two-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  color: var(--white-color);
}
.team-block_two-socials {
  position: relative;
  margin-top: 30px;
  z-index: 10;
  display: inline-block;
}
.team-block_two-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}
.team-block_two-socials a:hover {
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.team-two_title {
  position: absolute;
  font-size: 24px;
  left: 220px;
  top: -50px;
  font-weight: 700;
  color: var(--color-two);
}
.team-two_lower-box {
  position: relative;
  gap: 30px;
  margin-top: 20px;
  margin-left: 170px;
}
.team-two_phone {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
  font-family: Outfit, serif;
}
.contact-one {
  position: relative;
  padding-top: 110px;
}
.contact-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background-color: #00022b;
  margin: 0 20px;
}
.contact-one_shadow {
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
  background-position: left top;
  background-repeat: no-repeat;
}
.contact-one_form-column {
  position: relative;
}
.contact-one_form-outer {
  position: relative;
  padding: 40px 80px 150px 40px;
  border-radius: 30px 30px 0 0;
  background-color: rgba(var(--white-color-rgb), 0.05);
}
.contact-one_form-outer:before {
  position: absolute;
  content: "";
  left: -35px;
  top: -45px;
  right: 35px;
  bottom: 0;
  border-radius: 30px 30px 0 0;
  background-color: rgba(var(--white-color-rgb), 0.05);
}
.contact-one_vector {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 467px;
  height: 466px;
  background-repeat: no-repeat;
}
.contact-one_form-title-box {
  position: relative;
  margin-bottom: 35px;
}
.contact-one_form-title {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: var(--white-color);
}
.contact-one_form-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color: var(--white-color);
}
.default-form {
  position: relative;
}
.default-form .form-group {
  margin-bottom: 35px;
}
.default-form .form-group label {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 25px;
  color: var(--white-color);
}
.default-form .form-group:last-child {
  margin-bottom: 0;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  background: 0 0;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(var(--white-color-rgb), 0.15);
}
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="text"]:focus,
.default-form .form-group textarea:focus {
  border-color: var(--white-color);
}
.default-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 15px;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 0;
  color: var(--color-two);
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-form input:focus,
.default-form textarea:focus {
  border-color: var(--white-color);
}
.contact-one_info-column {
  position: relative;
}
.contact-one_info-outer {
  position: relative;
  padding-left: 30px;
}
.contact-one_info {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.contact-one_info li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  margin-bottom: 60px;
  color: var(--white-color);
}
.contact-one_info li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.contact-one_info li strong {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: Outfit, serif;
}
.contact-one_info li a {
  position: relative;
  font-size: 16px;
  margin: 2px 0;
  display: inline-block;
  color: var(--white-color);
}
.contact-one_side-image {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.news-three {
  position: relative;
  padding-top: 110px;
}
.news-three_shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -80px;
  z-index: -1;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
}
.news-block_two {
  position: relative;
  z-index: 1;
}
.news-block_two:last-child .news-block_two-inner {
  border-bottom: 2px solid rgba(var(--black-color-rgb), 0.2);
}
.news-block_two-inner {
  position: relative;
  padding: 40px 30px 40px 100px;
  border-top: 2px solid rgba(var(--black-color-rgb), 0.2);
}
.news-block_two-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background-color: var(--white-color);
  border-left: 10px solid var(--color-two);
}
.news-block_two-inner:hover::before {
  width: 100%;
  opacity: 1;
}
.news-block_two-content {
  position: relative;
  z-index: 2;
}
.news-block_two-meta {
  position: relative;
}
.news-block_two-meta li {
  position: relative;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}
.news-block_two-meta li:last-child {
  margin-right: 0;
}
.news-block_two-meta li a {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
}
.news-block_two-meta li:last-child a {
  color: var(--color-two);
}
.news-block_two-title {
  position: relative;
  margin-top: 20px;
}
.news-block_two-title a {
  position: relative;
  color: var(--black-color);
}
.news-block_two-inner:hover .news-block_two-title a {
  color: var(--color-two);
}
.news-block_two-arrow {
  position: relative;
}
.news-block_two-arrow a {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background-color: var(--black-color);
}
.news-block_two-inner:hover .news-block_two-arrow a {
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.cta-one {
  position: relative;
  padding-top: 120px;
  z-index: 10;
}
.cta-one.style-two {
  padding-top: 0;
}
.cta-one .inner-container {
  position: relative;
  padding: 50px 95px;
  border-radius: 150px;
  border: 2px solid var(--color-two);
  background-color: rgb(255 255 255);
  background-image: linear-gradient(
    90deg,
    rgb(255 255 255) 0,
    rgb(223 248 255) 100%
  );
}
.cta-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-color);
}
.cta-one_heading {
  position: relative;
  margin-top: 10px;
}
.cta-one .theme-btn {
  padding: 20px 50px;
}
.page-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 280px 0 25px;
}
.page-title_big-title {
  position: absolute;
  left: 70px;
  bottom: 90px;
  z-index: 10;
  color: #fff0;
  font-weight: 800;
  font-size: 100px;
  text-transform: uppercase;
  font-family: Raleway, serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.4);
}
.page-title_bg-image {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title_bg-image:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #00022a;
}
.page-title h1 {
  color: var(--white-color);
  text-transform: capitalize;
}
.page-title .bread-crumb {
  position: relative;
  margin-top: 110px;
}
.page-title .bread-crumb li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  display: inline-block;
  color: var(--white-color);
  text-transform: uppercase;
}
.page-title .bread-crumb li:first-child::before {
  position: absolute;
  right: -6px;
  top: -2px;
  content: ":";
  font-size: 22px;
  font-family: "Font Awesome 6 Free";
}
.page-title .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.page-title .bread-crumb li:last-child:before {
  display: none;
}
.page-title .bread-crumb li a {
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title .bread-crumb li a:hover {
  color: var(--main-color);
}
.error-one {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}
.error-one_heading {
  position: relative;
  font-weight: 800;
  font-size: 400px;
  line-height: 1em;
  display: inline-block;
  font-family: Outfit, serif;
  background: linear-gradient(to top, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.error-one_heading span {
  position: relative;
  font-size: 120px;
  line-height: 1em;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: 36% -15%;
  font-family: Outfit, serif;
  background: linear-gradient(to top, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.error-one_image {
  position: relative;
  margin-top: 0;
}
.error-one_content {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.error-one h2 {
  line-height: 1em;
}
.error-one_text {
  position: relative;
  margin-top: 30px;
  color: #666;
  font-size: 18px;
}
.error-one_button {
  position: relative;
  margin-top: 30px;
}
.project-detail {
  position: relative;
  padding: 130px 0 0;
}
.project-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
}
.project-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}
.project-detail_info {
  position: relative;
  margin-top: 80px;
  display: flex;
  margin-bottom: 80px;
  border-radius: 25px;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}
.project-detail_info li {
  position: relative;
  padding: 25px 25px;
  width: 20%;
  font-size: 16px;
  flex-wrap: wrap;
  color: #666;
  border-right: 1px solid rgba(var(--black-color-rgb), 0.2);
}
.project-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--black-color);
  font-family: Outfit, serif;
}
.project-detail_info li:last-child {
  border: none;
}
.clock-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
  background-color: rgba(var(--black-color-rgb), 0.2);
  transform: scale(2);
}
.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  box-shadow: 0 0 3px rgb(0 0 0 / 0.2);
  border-radius: 50%;
}
.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  border-radius: 50%;
}
.sidebar-page-container {
  position: relative;
  padding: 120px 0 0;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 0;
}
.sidebar-widget {
  position: relative;
  margin-bottom: 60px;
}
.sidebar-title {
  position: relative;
  margin-bottom: 15px;
}
.category-list {
  position: relative;
  z-index: 1;
}
.category-list li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.category-list li a {
  position: relative;
  display: block;
  font-size: 20px;
  z-index: 1;
  padding: 24px 25px 24px 75px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
  background-color: #fff0;
  background-image: linear-gradient(
    -90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-list li a:hover::before {
  opacity: 0;
}
.category-list li a:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: -1;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--white-color);
}
.category-list li span {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  padding: 12px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: #fff0;
  background-image: linear-gradient(
    -90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.category-list li a:hover span {
  background-image: none;
  background-color: var(--black-color);
}
.category-list li a:hover {
  color: var(--white-color);
  transform: rotate(2deg);
}
.category-list li:last-child {
  margin-bottom: 0;
}
.service-detail {
  position: relative;
}
.service-detail_inner {
  position: relative;
}
.service-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.service-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}
.service-detail_tag {
  position: absolute;
  left: 80px;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 20px 20px 0 0;
  font-family: Outfit, serif;
  background-color: var(--white-color);
}
.service-detail_tag span {
  position: relative;
  background: linear-gradient(to right, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.service-detail_title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--black-color);
}
.service-detail_text {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-bottom: 25px;
}
.service-detail_subtitle {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  color: var(--black-color);
}
.service-detail_list {
  position: relative;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.service-detail_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
}
.service-detail_list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/service-arrow-2.svg);
}
.home_service-detail_list {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-left: 100px;
}
.home_service-detail_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
}
.home_service-detail_list li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 26px;
  height: 26px;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/icon-02.png);
  background-size: contain;
}
.home_service-quote-detail {
  position: relative;
  z-index: 1;
}
.home_service-quote-detail_content {
  position: relative;
  padding: 30px 30px;
}
.home_service-quote-detail_content:before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  border: none;
}
.home_service-quote-detail blockquote {
  position: relative;
  padding: 34px 30px;
  border-radius: 20px;
  margin-bottom: 5px;
  background-color: #e6e9f1;
}
.home_service-quote-detail blockquote .blockquote-inner {
  position: relative;
  padding-left: 95px;
  font-size: 20px;
  line-height: 30px;
  padding-top: 5px;
  color: var(--black-color);
  font-family: Outfit, serif;
}
.home_service-quote-detail blockquote:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -6px;
  bottom: 5px;
  width: 60%;
  z-index: -1;
  border-radius: 20px;
  background-color: var(--color-two);
}
.home_service-quote-detail blockquote .quote {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.home_service-quote-detail blockquote i {
  position: relative;
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}
.service-detail_list-two {
  position: relative;
  margin-bottom: 20px;
}
.service-detail_list-two li {
  position: relative;
  color: #666;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-detail_list-two li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #666;
}
.service-detail_list-two li:last-child {
  margin-bottom: 0;
}
.team-three {
  position: relative;
  padding: 0 0 80px;
}
.team-block_three {
  position: relative;
  margin-bottom: 40px;
}
.team-block_three-inner {
  position: relative;
}
.team-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 25px 25px;
  outline: 8px solid var(--white-color);
  outline-offset: -26px;
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    90deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.team-block_three-image img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}
.team-block_three-content {
  position: relative;
  padding-top: 25px;
  text-align: center;
}
.team-block_three-title {
  position: relative;
  font-weight: 700;
  color: var(--black-color);
}
.team-block_three-title a {
  position: relative;
  color: var(--black-color);
}
.team-block_three-title a:hover {
  position: relative;
  color: var(--color-two);
}
.team-block_three-socials {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  z-index: 10;
  opacity: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block_three-inner:hover .team-block_three-socials {
  opacity: 1;
  bottom: 50px;
}
.team-block_three-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}
.team-block_three-socials a:hover {
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    180deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
}
.team-block_three-layer {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 50%;
  background-position: center bottom;
  background-repeat: repeat-x;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-block_three-inner:hover .team-block_three-layer {
  opacity: 1;
}
.team-detail {
  position: relative;
  padding: 120px 0 100px;
}
.team-detail_image-column {
  position: relative;
}
.team-detail_image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--color-two);
}
.team-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}
.team-detail_content-column {
  position: relative;
}
.team-detail_content {
  position: relative;
  padding-left: 30px;
}
.team-detail_title {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
  color: var(--black-color);
}
.team-detail_text {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}
.team-detail_info {
  position: relative;
}
.team-detail_info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 35px;
}
.team-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--black-color);
  font-family: Outfit, serif;
}
.team-detail .lower-box {
  position: relative;
  margin-top: 80px;
}
.team-detail .lower-box h3 {
  position: relative;
  margin-bottom: 25px;
}
.team-detail_contact {
  position: relative;
  margin-top: 60px;
  border-radius: 30px;
  padding: 35px 35px 50px;
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: 0 0;
  color: #666;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e1e1e1;
}
.contact-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 10px;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 25px;
  background-color: #e1e1e1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-block_three {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.news-block_three-inner {
  position: relative;
}
.news-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.news-block_three-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block_three-inner:hover .news-block_three-image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-block_three-inner:hover .news-block_three-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-block_three-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-block_three-content {
  position: relative;
  padding-top: 30px;
  padding-left: 35px;
}
.news-block_three-meta {
  position: relative;
}
.news-block_three-content:before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  right: 0;
  height: 266px;
  background: url(http://inffyskkys.infysky.com/assets/images/icons/news-three_arrows.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.news-block_three-meta li {
  position: relative;
  display: inline-block;
  color: #666;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}
.news-block_three-meta li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}
.news-block_three-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.news-block_three-arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
  opacity: 0;
  z-index: 10;
  padding: 15px 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(90deg);
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news-block_three-arrow img {
  width: auto;
  margin: 0 auto;
  padding: 17px 0;
}
.news-block_three-inner:hover .news-block_three-arrow {
  transform: rotate(0);
  opacity: 1;
}
.news-block_three-title {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}
.news-block_three-title a {
  position: relative;
  color: var(--black-color);
}
.news-block_three-title a:hover {
  color: var(--main-color);
}
.news-block_three-text {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.post-widget .widget-content {
  position: relative;
}
.post-widget .post {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}
.post-widget .post:last-child {
  margin-bottom: 0;
}
.post-widget .post h4 {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
}
.post-widget .post h4 a {
  color: var(--black-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-widget .post h4 a:hover {
  color: var(--main-color);
}
.category-list_two {
  position: relative;
  z-index: 1;
}
.category-list_two li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.category-list_two li a {
  position: relative;
  display: block;
  font-size: 18px;
  z-index: 1;
  padding: 24px 25px 24px 40px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: Outfit, serif;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-list_two li a:hover::before {
  color: var(--white-color);
}
.category-list_two li a:before {
  position: absolute;
  content: "\f105";
  right: 35px;
  top: 22px;
  z-index: 98;
  color: var(--black-color);
  font-family: "Font Awesome 6 Free";
}
.category-list_two li a:hover {
  background-color: rgb(0 13 255);
  background-image: linear-gradient(
    0deg,
    rgb(0 13 255) 0,
    rgb(193 21 236) 100%
  );
  color: var(--white-color);
}
.category-list_two li:last-child {
  margin-bottom: 0;
}
.news-detail_inner {
  position: relative;
}
.news-detail_content {
  position: relative;
}
.social-links_title {
  position: relative;
  font-size: 24px;
  margin-right: 20px;
  color: var(--black-color);
  font-family: Outfit, serif;
}
.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}
.sidebar-page-container .group-title h4 {
  font-weight: 700;
  color: var(--black-color);
}
.sidebar-page-container .group-title .text {
  position: relative;
  font-size: 16px;
  color: var(--color-five);
  margin-top: 5px;
}
.contact-two {
  position: relative;
  padding: 120px 0 120px;
}
.contact-two_shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-two .inner-container {
  position: relative;
  border-radius: 20px;
  padding: 100px 100px 50px;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}
.contact-info_box {
  position: relative;
  margin-top: 80px;
}
.contact-info_box .contact-info_text {
  position: relative;
  margin-top: 15px;
}
.contact-info_block {
  position: relative;
}
.contact-info_block-inner {
  position: relative;
}
.contact-info_block-icon {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--main-color);
  font-family: "Font Awesome 6 Free";
  border: 2px solid var(--main-color);
}
.contact-info_block-inner h4 {
  margin: 15px 0 10px;
  color: var(--black-color);
}
.map-one {
  position: relative;
  padding: 110px 0 110px;
}
.map-one iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}
.contact-three {
  position: relative;
  padding: 120px 0 0;
}
.float_inline_end {
  float: inline-end;
}
.text-white {
  color: #fff;
}
.service-detail-quote {
  margin-top: 30px;
  text-align: center;
  left: 80px;
  bottom: 0;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  font-family: Outfit, serif;
  background-color: var(--white-color);
}
.service-detail-quote span {
  position: relative;
  background: linear-gradient(to right, #020dff, #bf15ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.section-separator {
  border: none;
  height: 2px;
  background-color: #ccc;
  opacity: 0.6;
  margin: 40px auto;
  width: 80%;
  max-width: 800px;
  border-radius: 1px;
}
.mar-bot-20 {
  margin-bottom: 20px;
}
.mar-top-48 {
  margin-top: 48px;
}
.mar-top-20 {
  margin-top: 20px;
}


.about-one-title {
  text-transform: capitalize;
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  font-family: Outfit, serif;
  color: #fff;
}

/* Floating WhatsApp & Call Buttons */
.floating-buttons {
  position: fixed;
  bottom: 90px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-buttons a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

.call-btn {
  /*background-color: #ff6600; */
  background-color: #020dff;
  border: 1px solid #fff;
}

.whatsapp-btn {
  background-color: #25d366; /* WhatsApp Green */
  border: 1px solid #fff;
}

