.elementor-widget-image-carousel .swiper-slide {
  opacity: 0.8;
}
.elementor-widget-image-carousel .swiper-slide img {
  padding: 15px 50px;
  transition: 0.5s ease;
  transform: scale(1.02);
  width: auto;
}
.elementor-widget-image-carousel .swiper-slide:hover img {
  transform: scale(1);
}
.elementor-widget-image-carousel .swiper-slide:hover {
  opacity: 1;
}
.elementor-widget-image-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 130px;
  transition: 0.5s ease;
}

.card-pagination {
  padding-top: 30px;
}
.woocommerce.best_selling.title-default .card-pagination {
  padding-top: 0px;
}

.elementor-widget-image-gallery .gallery-item img {
  transition: 0.5s ease;
  transform: scale(1.02);
  opacity: 0.8;
}

.elementor-widget-image-gallery .gallery-item {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px !important;
}

.elementor-widget-image-gallery .gallery-item:hover img {
  opacity: 1;
  transform: scale(1);
}

.card-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
}
.card-pagination li a,
.card-pagination li span.page-numbers.current {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  border: 1px solid #dee0e2;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}
.card-pagination li span.page-numbers.current,
.card-pagination li a:hover {
  color: #ffffff;
}

/***
=============================================
    Theme Shapes
=============================================
***/
.thm-shape {
  position: absolute;
}
.animation-x {
  animation: animation1 5s ease-in infinite;
}

/***
=============================================
    Rating Box 
=============================================
***/
.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  float: left;
  margin-right: 4px;
  line-height: 0;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: #ffc93d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
    Image 
=============================================
***/

.thm__img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 11px;
  z-index: 1;
}

.thm__img .inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.thm__img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.thm__img:hover .inner::before {
  opacity: 0.4;
}

.thm__img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.thm__img:hover .inner img {
  transform: scale(1);
}

/***
=============================================
    Footer Social Link 
=============================================
***/
.social-widget.social-link {
  position: relative;
  display: block;
}

.social-widget.social-link li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.social-widget.social-link li:last-child {
  margin-right: 0;
}

.social-widget.social-link li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.social-widget.social-link li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.social-widget.social-link li a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.social-widget.social-link li a svg{
  width: 15px;
  z-index: 1;
}

.social-widget.social-link li a i::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.rotate-img img {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

/*
==================
Footer Form
=================
*/

.footer-form .wpcf7-submit {
  margin-top: 5px !important;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #fff !important;
}
.footer-form input {
  padding: 15px 20px !important;
  height: 60px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
}

.footer-form .wpcf7-submit {
  font-weight: 500 !important;
  font-size: 16px !important;
}

.footer-form .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

/*==================
 * Subscribe Form Footer
 * ================
 * */

.subscribe-form button {
  position: absolute;
  top: 15px;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #ffffff;
  transition: all 300ms ease 100ms;
  border: 0;
  font-size: 16px;
}

.subscribe-form input {
  border: 0px !important;
  border-radius: 10px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  outline: none;
  height: 60px !important;
  padding: 0 30px !important;
  padding-right: 70px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.subscribe-form ::placeholder {
  color: #ffffff !important;
}

.subscribe-form button:hover {
  color: #fff;
}
.team-detal-content li {
  display: flex;
  margin-bottom: 10px;
}
.team-detal-content li .title {
  position: relative;
  display: block;
  width: 95px;
}

.team-detal-content li .title h5 {
  font-weight: 600;
}

.team-detal-content li .text {
  font-weight: 500;
}

/*=======================
 * Tabs
 * =====================*/
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 7%);
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.elementor-accordion .elementor-accordion-item i:before {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
/* ========================*
 * Home 2 Appointment Form
 =========================*/
.contact-one__form input {
  margin-top: 5px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
form .contact-one__form input[type="submit"] {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.contact-one__form select option {
  color: unset;
}

.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form input[type="tel"],
.contact-one__form input[type="date"],
.contact-one__form input[type="submit"],
.contact-one__form select,
.contact-one__form textarea {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.1) !important;
  width: 100% !important;
  height: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal;
  padding-left: 30px !important;
  padding-right: 20px !important;
  border-radius: 0px !important;
  transition: all 500ms ease;
  outline: none;
  line-height: 50px !important;
}
.contact-one__form input[type="submit"] {
  margin-top: 5px;
  padding: unset !important;
}

.contact-one__form input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.contact-one__form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="text"]::-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.contact-one__form input[type="tel"]::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="tel"]:-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="tel"]::-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="tel"]:-ms-input-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}

.contact-one__form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

.get_estimate-form textarea {
  height: 140px !important;
}
.get_estimate-form textarea,
.get_estimate-form input[type="tel"],
.get_estimate-form input[type="text"],
.get_estimate-form select {
  min-height: 70px !important;
  background-color: #f4f5f8 !important;
  border-radius: 5px !important;
  border: 0px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.get_estimate-form input.wpcf7-form-control.wpcf7-submit.thm-btn {
  width: 100%;
  height: 65px !important;
  margin-bottom: 0px !important;
  margin-top: -5px;
  border-radius: 0px !important;
}
/*===============
 * Appointment Form
 * ================*/
.appointnebt-form textarea {
  height: 180px !important;
  resize: none !important;
  padding-top: 14px !important;
  border: 1px solid #e8e7e7 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal;
  padding-left: 20px !important;
  padding-right: 20px !important;
  transition: all 500ms ease;
  outline: none;
  border-radius: 5px !important;
}

.appointnebt-form input[type="text"],
.appointnebt-form input[type="email"],
.appointnebt-form input[type="tel"],
.appointnebt-form input[type="date"],
.appointnebt-form select {
  position: relative;
  display: block;
  width: 100% !important;
  height: 65px !important;
  border: 1px solid #e8e7e7 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-style: normal;
  padding-left: 20px !important;
  padding-right: 20px !important;
  transition: all 500ms ease;
  outline: none;
  border-radius: 5px !important;
  line-height: 50px !important;
}
.appointnebt-form input[type="submit"] {
  margin-top: 15px;
}

/***
=============================================
Blog Widget
=============================================
***/
.footer-widget__single-blog {
  position: relative;
  display: block;
}

.footer-widget__single-blog-list {
  position: relative;
  display: block;
}

.footer-widget__single-blog-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.footer-widget__single-blog-list li:last-child {
  margin-bottom: 0;
}

.footer-widget__single-blog-list li .img-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.footer-widget__single-blog-list li .img-box img {
  width: 100%;
}

.footer-widget__single-blog-list li .img-box .overlay-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.footer-widget__single-blog-list li:hover .img-box .overlay-icon {
  opacity: 0.8;
  transform: perspective(400px) scale(1);
  transition: all 0.3s ease-in-out 0.3s;
}

.footer-widget__single-blog-list li .img-box .overlay-icon a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget__single-blog-list li .text-box {
  position: relative;
  display: block;
  margin-left: 20px;
  flex: 1;
}

.footer-widget__single-blog-list li .text-box span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-widget__single-blog-list li .text-box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.footer-widget__single-blog-list li .text-box p a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
Counter One
=============================================
***/
.counter-one {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
  z-index: 1;
}

.counter-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.03;
  z-index: -1;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.counter-one__single {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  padding: 0px 15px 0px;
  z-index: 3;
}

[counter-list-length="3"] .counter-one__single {
  width: 33.33%;
}
[counter-list-length="4"] .counter-one__single {
  width: 25%;
}

.counter-one__single .inner {
  position: relative;
  display: block;
  padding: 45px 15px 27px;
  margin-bottom: 30px;
  border-bottom-right-radius: 60px;
  z-index: 1;
}

.counter-one__single .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  border-bottom-right-radius: 60px;
  opacity: 0;
  content: "";
  z-index: -1;
}

.counter-one__single:hover .inner::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.counter-one__single .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 23px;
}

.counter-one__single .icon-box span:before {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__single:hover .icon-box span:before {
  transform: scale(0.9);
}

.counter-one__single .text-box {
  position: relative;
  display: block;
}

.counter-one__single .text-box p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}

.counter-one__single .text-box h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

.counter-one__single .odometer.odometer-auto-theme,
.counter-one__single .odometer.odometer-theme-default {
  line-height: 48px;
}

.counter-one__single .odometer-formatting-mark {
  display: none;
}

/***
=============================================
Features One
=============================================
***/
.features-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 186px 0px 90px;
  z-index: 1;
}

.features-one .shape1 {
  position: absolute;
  top: 90px;
  left: 280px;
  z-index: -1;
}

.features-one .shape2 {
  position: absolute;
  left: 50px;
  bottom: 500px;
  z-index: -1;
}

.features-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.features-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(241, 243, 242);
  background: linear-gradient(
    90deg,
    rgba(241, 243, 242, 1) 9%,
    rgba(241, 243, 242, 1) 37%,
    rgba(241, 243, 242, 1) 63%,
    rgba(241, 243, 242, 1) 79%,
    rgba(241, 243, 242, 0.05085784313725494) 93%
  );
  z-index: -2;
  content: "";
}

.features-one__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
  padding: 60px 30px 52px;
  border-bottom-right-radius: 60px;
  margin-bottom: 30px;
}

.features-one__single.mb60 {
  margin-top: 60px;
}

.features-one__single.style2 .icon-box .round-box {
  background: rgba(255, 255, 255, 0.12);
}

.features-one__single.style2 .icon-box span::before {
  color: #ffffff !important;
}

.features-one__single.style2 .icon-box i::before {
  color: #ffffff !important;
}

.features-one__single.style2 .icon-box svg {
  color: #ffffff !important;
}

.features-one__single.style2 .text-box h3 a {
  color: #ffffff !important;
}

.features-one__single.style2 .text-box p {
  color: #ffffff !important;
}

.features-one__single .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding-left: 25px;
  z-index: 1;
}

.features-one__single .icon-box svg{
  width: 50px;
  height: 50px;
}

.features-one__single .icon-box .round-box {
  position: absolute;
  top: 0;
  left: 0px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f3f3f3;
  z-index: -1;
}

.features-one__single .icon-box span::before,
  .features-one__single .icon-box i::before {
    position: relative;
  display: inline-block;
  font-size: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.features-one__single .icon-box svg {
    position: relative;
  display: inline-block;
  width: 65px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.features-one__single:hover .icon-box span::before,
.features-one__single:hover .icon-box i::before,
.features-one__single:hover .icon-box svg {
  transform: scale(0.9);
}


.features-one__single .text-box {
  position: relative;
  display: block;
}

.features-one__single .text-box h3 {
  margin-bottom: 2px;
}

.features-one__single .text-box p {
  margin-top: 12px;
}

/***
=============================================
Features Two
=============================================
***/
.features-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.features-two__inner {
  position: relative;
  display: block;
}

.features-two__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.features-two__img img {
  width: 100%;
}

.features-two__list {
  position: relative;
  display: block;
}

.features-two__list li {
  position: relative;
  display: block;
  padding-top: 50px;
  max-width: 430px;
  width: 100%;
  float: left;
  margin-bottom: 31px;
}

.features-two__list li.style2 {
  float: right;
}
.features-two__list li .inner h2 {
  margin-bottom: 17px;
}
.features-two__list li .inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
  padding: 67px 40px 36px;
  border-bottom-right-radius: 60px;
}

.features-two__list li .count-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 40px;
  width: 90px;
  height: 90px;
  z-index: 3;
}

.features-two__list li .count-box span {
  color: #ffffff;
}

.features-two__list li.style3 .inner h2 a {
  color: #ffffff !important;
}

.features-two__list li.style3 .inner p {
  color: #ffffff !important;
}

.features-two__list li.style3 .count-box {
  background: #ffffff !important;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
}

/***
=============================================
Feature Three
=============================================
***/
.feature-three {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}
.feature-three .container-fluid {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}

.feature-three .shape1 {
  position: absolute;
  top: 150px;
  right: 310px;
  z-index: -1;
}

.features-three__inner {
  position: relative;
  display: block;
}

.feature-three__single {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 370px;
  width: 100%;
  padding: 50px 40px 50px;
  z-index: 1;
}

.feature-three__single .shape1 {
  position: absolute;
  top: 45px;
  right: 10px;
  opacity: 0.5;
  z-index: 1;
}

.feature-three__single .shape2 {
  position: absolute;
  left: 0;
  bottom: 25px;
  opacity: 0.5;
  z-index: 1;
}

.feature-three__single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 10px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  content: "";
  z-index: -1;
}

.feature-three__single::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.7) rotateX(0deg);
  transition: all 0.4s linear;
  border-radius: 10px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  opacity: 0;
  z-index: -1;
  content: "";
}

.feature-three__single:hover::after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-three__single-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eef0f6;
  margin: 0 auto 37px;
}

.feature-three__single-icon span::before,
.feature-three__single-icon i::before {
  position: relative;
  display: inline-block;
  font-size: 50px;
}

.feature-three__single-icon svg {
  position: relative;
  display: inline-block;
  width: 50px;
}

.feature-three__single h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-three__single h2 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-three__single:hover h2 a {
  color: #ffffff !important;
}

.feature-three__single .border-box {
  position: relative;
  display: block;
  width: 50px;
  height: 3px;
  background: #eef0f6;
  margin: 10px auto 0px;
}

.feature-three__single .border-box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 3px;
  content: "";
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-three__single:hover .border-box::before {
  background: #96a7d8;
}

.feature-three__single p {
  margin: 0;
  margin-top: 10px;
}

.feature-three__single .btn-box {
  position: relative;
  display: inline-block;
  margin-top: 24px;
}

.feature-three__single:hover p {
  color: #ffffff;
}

.feature-three__single .btn-box a {
  position: relative;
  display: block;
  padding: 0px 30px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 50px;
  border-radius: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.feature-three__single .btn-box a:hover {
  color: #ffffff;
}

.feature-three__single .btn-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  top: 2px;
}

.feature-three__carousel.owl-carousel {
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.feature-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

.feature-three__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .feature-three__single::after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.6s linear;
  opacity: 1;
}

.feature-three__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .feature-three__single
  h2
  a {
  color: #ffffff !important;
}

.feature-three__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .feature-three__single
  p {
  color: #ffffff !important;
}

.feature-three__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .feature-three__single
  .border-box::before {
  background: #96a7d8;
}

.about-three__content-text2-single {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__content-text2-single .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.about-three__content-text2-single .img-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  content: "";
  z-index: -1;
}

.about-three__content-text2-single .img-box img {
  width: auto;
}

.about-three__content-text2-single .content-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 40px;
}

.about-three__content-text2-single .content-box h2 {
  font-size: 27px;
  line-height: 37px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.about-three__content-text2-single .content-box p {
  margin: 0;
}

.about-two__content-text2-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.about-two__content-text2-single .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  z-index: 1;
  margin-left: 10px;
  margin-bottom: 27px;
}

.about-two__content-text2-single .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 0;
  right: 0;
  background: #d9dee6;
  border-radius: 5px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box img {
  width: auto;
}

.about-two__content-text2-single .text-box {
  position: relative;
  display: block;
}

.about-two__content-text2-single .text-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.about-two__content-text2-single .text-box h3 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-two__content-text2-single .text-box p {
  margin: 0;
}

.about-one__client-info-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__client-info-box .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.about-one__client-info-box .img-box img {
  width: 100%;
}
.about-one__client-info-box h3 {
  margin-bottom: 0px;
}

.about-one__client-info-box .title-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

/***
=============================================
Portfolio One
=============================================
***/
.portfolio-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.portfolio-one .auto-container {
  max-width: 1880px;
  width: 100%;
}

.portfolio-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-one__single-img {
  position: relative;
  display: block;
}

.portfolio-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  z-index: 1;
  border-top-right-radius: 100px;
}

.portfolio-one__single-img .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  transition: all 500ms ease;
  background-image: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}

.portfolio-one__single-img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-one__single:hover .portfolio-one__single-img .inner::before {
  opacity: 0.6;
}

.portfolio-one__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  object-fit: cover;
}

.portfolio-one__single:hover .portfolio-one__single-img .inner img {
  transform: scale(1);
}

.portfolio-one__single-img .inner .content-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  border-top-right-radius: 40px;
  z-index: 2;
  padding: 33px 30px 30px;
  width: 310px;
}

.portfolio-one__single-img .inner .content-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.portfolio-one__single-img .inner .content-box h2 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 3px;
  text-transform: capitalize;
}

.portfolio-one__single-img .inner .content-box h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-one__single-img .inner .btn-box {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 310px;
}

.portfolio-one__single-img .inner .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.portfolio-one__single-img .inner .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-one__single-img .inner .btn-box a:hover span::before {
  color: #ffffff;
}

/***
=============================================
Portfolio Two
=============================================
***/
.portfolio-two {
  position: relative;
  display: block;
}

.portfolio-two__single {
  position: relative;
  display: block;
}

.portfolio-two__single-img {
  position: relative;
  display: block;
}

.portfolio-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-two__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-two__single:hover .portfolio-two__single-img .inner::before {
  opacity: 1;
}

.portfolio-two__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.portfolio-two__single:hover .portfolio-two__single-img img {
  transform: scale(1);
}

.portfolio-two__single-img .overlay-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  bottom: -50px;
  right: 0;
  width: 520px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 5px 8.66px 20px 0px rgb(130, 132, 134, 0.08);
  padding: 36px 40px 38px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 3;
  -webkit-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
  -ms-transform: perspective(400px) rotateX(40deg) scaleY(0.7);
  transform: perspective(400px) rotateX(40deg) scaleY(0.7);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
}

.portfolio-two__single:hover .portfolio-two__single-img .overlay-content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 1;
}

.portfolio-two__single-img .overlay-content .text-box {
  position: relative;
  display: block;
}

.portfolio-two__single-img .overlay-content h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin-bottom: 9px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.5s;
}

.portfolio-two__single:hover .portfolio-two__single-img .overlay-content h2 {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.portfolio-two__single-img .overlay-content h2 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-two__single-img .overlay-content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(10px);
  transition: all 700ms ease;
}

.portfolio-two__single:hover .portfolio-two__single-img .overlay-content p {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 900ms;
}

.portfolio-two__link {
  position: relative;
  display: block;
}

.portfolio-two__link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 0;
  border-radius: 50%;
  z-index: 1;
}

.portfolio-two__link a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.portfolio-two__link a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.portfolio-two__link a span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.portfolio-two__carousel.owl-carousel {
  display: block;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.portfolio-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

.portfolio-two__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .portfolio-two__single-img
  .overlay-content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 1;
}

.portfolio-two__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .portfolio-two__single-img
  .overlay-content
  h2 {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.portfolio-two__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .portfolio-two__single-img
  .overlay-content
  p {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 900ms;
}

.portfolio-two__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .portfolio-two__single-img
  .inner::before {
  opacity: 1;
}

.portfolio-two__carousel.owl-carousel
  .owl-stage-outer
  .owl-item.active
  .portfolio-two__single-img
  img {
  transform: scale(1);
}

.portfolio-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transform: translateY(-50%);
  z-index: 100;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-prev,
.portfolio-two__carousel.owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  outline: none;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-prev {
  float: left;
  left: -100px;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-prev span::before {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 55px;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-next span::before {
  font-weight: 700;
  line-height: 55px;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-next {
  float: right;
  right: -100px;
}

.portfolio-two__carousel.owl-carousel .owl-nav button.owl-prev:hover,
.portfolio-two__carousel.owl-carousel .owl-nav button.owl-next:hover {
  color: #ffffff;
}

/***
=============================================
Portfolio Three
=============================================
***/
.portfolio-three {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 0px;
  z-index: 1;
}

.portfolio-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-three__single-img {
  position: relative;
  display: block;
}

.portfolio-three__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-three__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.portfolio-three__single:hover .portfolio-three__single-img .inner::before {
  opacity: 0.4;
}

.portfolio-three__single-img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
  object-fit: cover;
}

.portfolio-three__single:hover .portfolio-three__single-img .inner img {
  transform: scale(1);
}

.portfolio-three__single-img .inner .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  padding: 25px 20px 17px;
  padding-right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.portfolio-three__single:hover
  .portfolio-three__single-img
  .inner
  .overlay-content {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.portfolio-three__single-img .inner .overlay-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0 100%);
  content: "";
  z-index: -1;
}

.portfolio-three__single-img .inner .overlay-content .text-box {
  position: relative;
  display: block;
}

.portfolio-three__single-img .inner .overlay-content .text-box span {
  position: relative;
  display: inline-block;
  background: #f3f3f5;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 7px 20px 7px;
  margin-bottom: 7px;
  margin-right: 7px;
}
.portfolio-three__single-img .inner .overlay-content .text-box span a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-three__single-img .inner .overlay-content .text-box h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
}

.portfolio-three__single-img .inner .overlay-content .text-box h2 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.portfolio-three__single-img .inner .overlay-content .btn-box {
  position: relative;
  display: block;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.portfolio-three__single-img .inner .overlay-content .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

/***
=============================================
Portfolio One Project
=============================================
***/
.portfolio-one--project {
  position: relative;
  display: block;
  padding: 90px 0px 90px;
}

/***
=============================================
Gallery One
=============================================
***/
.gallery-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.gallery-one .container-fluid {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}

.gallery-one__single {
  position: relative;
  display: block;
  padding-top: 75px;
  max-width: 375px;
  width: 100%;
  z-index: 1;
}

.gallery-one__single::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #eef0f6;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
  content: "";
  z-index: -1;
}

.gallery-one__single-img {
  position: relative;
  display: block;
}

.gallery-one__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border-top-left-radius: 0px;
  z-index: 1;
}

.gallery-one__single-img .inner img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.gallery-one__single:hover .gallery-one__single-img .inner img {
  transform: scale(1.2);
}

.gallery-one__single-img .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.gallery-one__single:hover .gallery-one__single-img .inner::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.gallery-one__single-img .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  padding: 32px 0px 33px;
  padding-left: 20px;
  width: 280px;
  border-top-right-radius: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.gallery-one__single-img .content-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transform: scaleX(0.7) rotateX(20deg);
  transition: all 0.4s linear;
  z-index: -1;
  border-top-right-radius: 20px;
  opacity: 0;
}

.gallery-one__single:hover .gallery-one__single-img .content-box::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.gallery-one__single-img .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.gallery-one__single-img .content-box h3 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.gallery-one__single:hover .gallery-one__single-img .content-box h3 a {
  color: #ffffff;
}

.gallery-one__single-img .content-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.gallery-one__single:hover .gallery-one__single-img .content-box p {
  color: #ffffff;
}

.gallery-one__single-img .btn-box {
  position: absolute;
  left: 255px;
  bottom: 32px;
  z-index: 2;
}

.gallery-one__single-img .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  transition: all 200ms linear;
  transition-delay: 0.3s;
}

.gallery-one__single:hover .gallery-one__single-img .btn-box a {
  background: #ffffff;
}

.gallery-one__single-img .btn-box a span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.gallery-one__carousel.owl-carousel {
  display: block;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.gallery-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}
/***
=============================================
Services Three
=============================================
***/
.services-three {
  position: relative;
  display: block;
  background-color: #eef0f6;
  padding: 420px 0 180px;
  z-index: 1;
}

.services-three__single {
  position: relative;
  display: block;
  padding: 65px 50px 55px;
  z-index: 1;
}

.services-three__single::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 95%);
  border-radius: 0px;
  content: "";
  z-index: -1;
}

.services-three__single-bg {
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  border-radius: 0px;
  height: 200px;
  content: "";
  z-index: -2;
}

.services-three__single-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.7) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  border-radius: 0px;
  content: "";
}

.services-three__single:hover .services-three__single-bg::before {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-three__single-inner {
  position: relative;
  display: block;
}

.services-three__single-inner .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 22px;
  z-index: 1;
}

.services-three__single-inner .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0.5);
  opacity: 0;
  transition: all 400ms linear;
  transition-delay: 0.1s;
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.services-three__single:hover .services-three__single-inner .icon-box::before {
  transform: scale(1);
  opacity: 1;
}

.services-three__single-inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 70px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-three__single:hover
  .services-three__single-inner
  .icon-box
  span::before {
  transform: scale(0.9);
}

.services-three__single-inner .content-box {
  position: relative;
  display: block;
}

.services-three__single-inner .content-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.services-three__single-inner .content-box h2 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-three__single-inner .content-box p {
  margin: 0;
}

.services-three__single-inner .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 19px;
}

.services-three__single-inner .content-box .btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f1f1f5;
  margin: 0 auto;
}

.services-three__single-inner .content-box .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #717178;
  font-size: 20px;
  font-weight: 700;
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.services-three__single-inner .content-box .btn-box a:hover span::before {
  color: #ffffff;
}

.services-three__single-inner .content-box .btn-box a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  transform: scale(0.7);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.services-three__single-inner .content-box .btn-box a:hover::before {
  transform: scale(1);
  opacity: 1;
}

/***
=============================================
Services Two
=============================================
***/
.services-two {
  position: relative;
  display: block;
  background: var(--thm-black);
  padding: 120px 0px 320px;
  z-index: 1;
}

.services-two .shape1 {
  position: absolute;
  top: 500px;
  left: 50px;
  opacity: 0.3;
  z-index: -1;
}

.services-two .shape2 {
  position: absolute;
  top: 150px;
  right: 310px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape3 {
  position: absolute;
  top: 15px;
  left: 330px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape4 {
  position: absolute;
  top: 50px;
  right: 750px;
  z-index: -1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
  opacity: 0.3;
}

.services-two .shape5 {
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape6 {
  position: absolute;
  right: -10px;
  bottom: 135px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape7 {
  position: absolute;
  bottom: 460px;
  right: -60px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .shape8 {
  position: absolute;
  bottom: 220px;
  left: 370px;
  z-index: -1;
  opacity: 0.3;
}

.services-two .sec-title .sub-title .text span {
  color: #ffffff;
}

.services-two .sec-title .sub-title .text span::before {
  background: #ffffff;
}

.services-two .sec-title h2 {
  color: #ffffff;
}

.services-two__single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 37px 45px 37px;
  padding-right: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.services-two__single .inner {
  position: relative;
  display: block;
  padding-left: 130px;
}

.services-two__single .inner .img-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #eef0f6;
  border: 8px solid #ffffff;
  box-shadow: 0px 2px 20px 0px rgb(9, 24, 84, 0.08);
}

.services-two__single .inner .img-box img {
  width: auto;
  transition: 0.5s ease;
  transform: scale(1);
  object-fit: cover;
  max-width: 55px;
}

.services-two__single:hover .inner .img-box img {
  transform: scale(1.05);
}

.services-two__single .inner .content-box {
  position: relative;
  display: block;
}

.services-two__single .inner .content-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.services-two__single .inner .content-box h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.services-two__single .inner .content-box h2 a:hover {
  color: var(--thm-primary);
}

.services-two__single .inner .content-box p {
  font-size: 14px;
  line-height: 26px;
}

/***
=============================================
About One
=============================================
***/
.about-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.about-one__shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
}

.about-one__img {
  position: relative;
  display: block;
  padding-left: 100px;
}

.about-one__img1 {
  position: relative;
  display: block;
}

.about-one__img1 img {
  border-bottom-right-radius: 60px;
  width: 100%;
}

.about-one__img2 {
  position: absolute;
  left: 0;
  bottom: -100px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

.about-one__img2 img {
  width: 100%;
}

.about-one__experience-box {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding: 42px 50px 37px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  z-index: 2;
}

.about-one__experience-box::before {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 2px dashed rgba(255, 255, 255, 1);
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  content: "";
}

.about-one__experience-box .count-box {
  position: relative;
  display: block;
}

.about-one__experience-box .count-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 0.8em;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
}

.about-one__experience-box .count-box h2 .odometer.odometer-auto-theme,
.about-one__experience-box .count-box h2 .odometer.odometer-theme-default {
  line-height: 0.8em;
  letter-spacing: -0.02em;
}

.about-one__experience-box .title-box {
  position: relative;
  display: block;
  margin-left: 23px;
  margin-top: 0px;
}

.about-one__experience-box .title-box h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.about-one__content {
  position: relative;
  display: block;
  margin-right: -185px;
  margin-left: 70px;
}

.about-one__content .sec-title {
  padding-bottom: 37px;
}

.about-one__content .text {
  position: relative;
  display: block;
}

.about-one__content .text p {
  margin: 0;
}

.about-one__content-list {
  position: relative;
  display: block;
  margin-top: 22px;
}

.about-one__content-list li {
  position: relative;
  display: block;
  padding-left: 27px;
  margin-bottom: 3px;
}

.about-one__content-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-list li .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}

.about-one__content-list li .icon-box span:before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  top: 6px;
  font-weight: 700;
}

.about-one__content-list li .text-box {
  position: relative;
  display: block;
}

.about-one__content-list li .text-box p {
  margin: 0px;
}

.about-one__content-text2 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.about-one__content-text2-single {
  position: relative;
  display: block;
}

.about-one__content-text2-list {
  position: relative;
  display: block;
}

.about-one__content-text2-list li {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 23px;
}

.about-one__content-text2-list li:last-child {
  margin-bottom: 0;
}

.about-one__content-text2-list li .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.about-one__content-text2-list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.about-one__content-text2-list li .text-box {
  position: relative;
  display: block;
}

.about-one__content-text2-list li .text-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.about-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 48px;
}

.about-one__content-bottom .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.07);
  padding: 180px 0px 120px;
  z-index: 2;
}

.about-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
}

.about-two__img {
  position: relative;
  display: block;
  margin-left: -50px;
  margin-right: 30px;
  z-index: 1;
}

.about-two__img .shape1 {
  position: absolute;
  top: -23px;
  right: -23px;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.about-two__img .shape2 {
  position: absolute;
  right: -27px;
  bottom: -27px;
  z-index: -1;
}

.about-two__img1 {
  position: relative;
  display: block;
}

.about-two__img1 img {
  width: 100%;
}

.about-two__img1 .counter-box {
  position: absolute;
  left: -25px;
  bottom: -25px;
  padding: 40px 30px 35px;
}

.about-two__img1 .counter-box h2 {
  color: #ffffff;
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0;
  margin-bottom: 0px;
}

.about-two__img1 .counter-box h2 .plus {
  font-size: 40px;
  margin-left: -5px;
}

.about-two__img1 .counter-box h2 .text {
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
  letter-spacing: 0;
}

.about-two__img .odometer.odometer-auto-theme,
.about-two__img .odometer.odometer-theme-default {
  line-height: 0.9em;
}

.about-two__img2 {
  position: absolute;
  top: -60px;
  left: 0px;
  width: 160px;
  height: 160px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
}

.about-two__img2 img {
  width: 100%;
}

.about-two__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.about-two__content .sec-title {
  padding-bottom: 26px;
}

.about-two__content-text {
  position: relative;
  display: block;
}

.about-two__content-text p {
  margin: 0;
  font-weight: 500;
}

.about-two__content-text2 {
  position: relative;
  display: block;
  margin-top: 35px;
}

.about-two__content-text2-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.about-two__content-text2-single .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  z-index: 1;
  margin-left: 10px;
  margin-bottom: 27px;
}

.about-two__content-text2-single .img-box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  border-bottom-left-radius: 30px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: 0;
  right: 0;
  background: #d9dee6;
  border-radius: 5px;
  content: "";
  z-index: -1;
}

.about-two__content-text2-single .img-box img {
  width: auto;
}

.about-two__content-text2-single .text-box {
  position: relative;
  display: block;
}

.about-two__content-text2-single .text-box h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.about-two__content-text2-single .text-box h3 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.about-two__content-text2-single .text-box p {
  margin: 0;
}

.about-two__content-text3 {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.about-two__content-text3 .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.about-two__client-info-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}

.about-two__client-info-box .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.about-two__client-info-box .img-box img {
  width: 100%;
}

.about-two__client-info-box .title-box {
  position: relative;
  display: block;
  margin-left: 25px;
}

.about-two__client-info-box .title-box h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  text-transform: capitalize;
}

.about-two__client-info-box .title-box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.elementor-icon-list-item {
  align-items: start !important;
}
.elementor-icon-list-icon {
  margin-top: 9px;
}
/***
=============================================
Main Slider One
=============================================
***/
.main-slider-one {
  position: relative;
  display: block;
}

.main-slider-one .shape1 {
  position: absolute;
  top: 290px;
  left: 40px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape2 {
  position: absolute;
  left: 700px;
  bottom: 10px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape3 {
  position: absolute;
  top: 200px;
  right: 50px;
  opacity: 0.2;
  z-index: 2;
}

.main-slider-one .shape4 {
  position: absolute;
  top: 130px;
  left: 260px;
  opacity: 0.3;
  z-index: 2;
}

.main-slider-one .shape5 {
  position: absolute;
  top: 200px;
  left: 850px;
  opacity: 0.3;
  z-index: 2;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-one .shape6 {
  position: absolute;
  left: 200px;
  bottom: 70px;
  opacity: 0.3;
  z-index: 2;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-one__img {
  position: absolute;
  top: -35px;
  right: -75px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  overflow: hidden;
  border-top-right-radius: 0;
  opacity: 0;
  transform: translateX(40%);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 2;
}

.main-slider-one__img img {
  width: auto;
  height: 100%;
}

.main-slider-one .swiper-slide-active .main-slider-one__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: color-burn;
  background-size: cover;
  z-index: 1;
}

.main-slider-one__content {
  position: relative;
  display: block;
  padding-top: 299px;
  padding-bottom: 225px;
  z-index: 5;
}

.main-slider-one__content .tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.main-slider-one .swiper-slide-active .main-slider-one__content .tagline {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-one__content .tagline::before {
  position: absolute;
  top: 15px;
  right: -60px;
  width: 40px;
  height: 3px;
  background: #ffffff;
  content: "";
}

.main-slider-one__content .tagline p {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  z-index: 5;
}

.main-slider-one__content .title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.main-slider-one .swiper-slide-active .main-slider-one__content .title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-one__content .title h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.main-slider-one__content .text {
  position: relative;
  display: block;
  margin-top: 24px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.main-slider-one .swiper-slide-active .main-slider-one__content .text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider-one__content .text p {
  color: #ffffff;
}

.main-slider-one__content .btn-box {
  position: relative;
  display: block;
  margin-top: 49px;
  line-height: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  z-index: 10;
}

.main-slider-one .swiper-slide-active .main-slider-one__content .btn-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1800ms;
  -moz-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider__nav {
  position: absolute;
  top: 43%;
  left: 80px;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  line-height: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transform: scaleX(1) translateX(0px);
  z-index: 105;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider__nav .swiper-button-prev {
  float: left;
  left: 0;
  margin-bottom: 10px;
}

.main-slider__nav .swiper-button-next {
  float: right;
  right: 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev i::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
}

.main-slider__nav .swiper-button-next i::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
}

/***
=============================================
Main Slider Two
=============================================
***/
.main-slider-two {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider.main-slider-two .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-two .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(241, 243, 242);
  background: linear-gradient(
    90deg,
    rgba(241, 243, 242, 1) 6%,
    rgba(241, 243, 242, 1) 33%,
    rgba(241, 243, 242, 0.4542191876750701) 50%,
    rgba(241, 243, 242, 0.006039915966386533) 53%,
    rgba(241, 243, 242, 0) 74%
  );
  content: "";
}

.main-slider-two .shape1 {
  position: absolute;
  top: -130px;
  left: -30px;
  opacity: 0.07;
  z-index: 1;
}

.main-slider-two .shape2 {
  position: absolute;
  top: -70px;
  left: 0px;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape3 {
  position: absolute;
  left: -270px;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: -110px;
  opacity: 0.4;
  z-index: 1;
}

.main-slider-two .shape5 {
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
  right: -110px;
}

.main-slider-two .shape6 {
  position: absolute;
  top: 70px;
  left: 290px;
  z-index: 1;
}

.main-slider-two .shape7 {
  position: absolute;
  left: 240px;
  bottom: 400px;
  z-index: 1;
}

.main-slider-two .shape8 {
  position: absolute;
  left: 600px;
  bottom: 130px;
  z-index: 1;
}

.main-slider-two .shape9 {
  position: absolute;
  top: 50px;
  right: 80px;
  z-index: 1;
}

.main-slider-two .container {
  padding: 225px 30px 230px;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 2;
}

.main-slider-two__content .tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__content .tagline {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-two__content .tagline::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  height: 1px;
  content: "";
  width: 0%;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-two
  .swiper-slide-active
  .main-slider-two__content
  .tagline::before {
  width: 100%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-two__content .tagline p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

.main-slider-two__content .title {
  position: relative;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-two__content .title h1 {
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 700;
}

.main-slider-two__content .text {
  position: relative;
  display: block;
  margin-bottom: 49px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

.main-slider-two__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-two .swiper-slide-active .main-slider-two__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.main-slider-two__nav {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1500px;
  width: 100%;
  padding: 0 15px;
  height: 0;
  line-height: 0;
  z-index: 100;
}

.main-slider-two__nav .swiper-button-next,
.main-slider-two__nav .swiper-button-prev {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider-two__nav .swiper-button-prev {
  float: left;
  left: 0;
  margin-bottom: 10px;
}

.main-slider-two__nav .swiper-button-next {
  float: right;
  right: 0;
}

.main-slider-two__nav .swiper-button-next:hover,
.main-slider-two__nav .swiper-button-prev:hover {
  color: #ffffff;
}

.main-slider-two__nav .swiper-button-next::after,
.main-slider-two__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-two__nav .swiper-button-prev i::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
}

.main-slider-two__nav .swiper-button-next i::before {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
}

/***
=============================================
Main Slider Three
=============================================
***/
.main-slider-three {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three__img {
  position: absolute;
  top: -90px;
  right: 0;
  z-index: -1;
  opacity: 0;
  transform: translateX(40%);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider-three .shape1 {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}

.main-slider-three .shape2 {
  position: absolute;
  left: -200px;
  bottom: 30px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  z-index: -1;
  opacity: 0;
  transform: translateX(-100%);
}

.main-slider-three .swiper-slide-active .shape2 {
  opacity: 1;
  transform: translate(0);
  transition: all 1700ms ease;
  transition-delay: 2300ms;
}

.main-slider-three .shape3 {
  position: absolute;
  top: 170px;
  left: 240px;
  opacity: 0.7;
  z-index: -1;
}

.main-slider-three .shape4 {
  position: absolute;
  left: 200px;
  bottom: 75px;
  opacity: 0.55;
  z-index: -1;
}

.main-slider-three .shape5 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
}

.main-slider-three .shape6 {
  position: absolute;
  top: 180px;
  left: 40px;
  opacity: 0.5;
  z-index: -1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.main-slider-three .shape7 {
  position: absolute;
  left: 70px;
  bottom: 130px;
  opacity: 0.5;
  z-index: -1;
}

.main-slider-three .shape8 {
  position: absolute;
  top: 170px;
  left: 620px;
  opacity: 0.5;
  z-index: -1;
}

.main-slider-three .shape9 {
  position: absolute;
  bottom: 45px;
  right: 680px;
  opacity: 0.5;
  z-index: -1;
}

.main-slider-three .shape10 {
  position: absolute;
  top: 155px;
  right: 655px;
  opacity: 0.5;
  z-index: -1;
}

.main-slider-three__content {
  position: relative;
  display: block;
  padding: 313px 0px 190px;
}

.main-slider-three__content .tagline {
  position: relative;
  display: inline-block;
  margin-bottom: 26px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__content .tagline {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-three__content .tagline::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  height: 1px;
  background: #ffffff;
  content: "";
  width: 0%;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.main-slider-three
  .swiper-slide-active
  .main-slider-three__content
  .tagline::before {
  width: 100%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider-three__content .tagline p {
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  z-index: 5;
}

.main-slider-three__content .title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__content .title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__content .title h1 {
  color: #ffffff;
  font-size: 70px;
  line-height: 1.2em;
  font-weight: 700;
  z-index: 5;
}

.main-slider-three__content .text {
  position: relative;
  display: block;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.main-slider-three .swiper-slide-active .main-slider-three__content .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.main-slider-three__content .text p {
  color: #ffffff;
}

.main-slider-three__content .btn-box {
  position: relative;
  display: block;
  margin-top: 43px;
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 1300ms ease;
  transition: all 1300ms ease;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  z-index: 5;
}

.main-slider-three .swiper-slide-active .main-slider-three__content .btn-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

/***
=============================================
Banefits One
=============================================
***/
.banefits-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  margin-top: -240px;
  z-index: 5;
}

.banefits-one::before {
  position: absolute;
  top: 0;
  left: 210px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  content: "";
  z-index: -1;
}

.banefits-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}

.banefits-one-inner {
  position: relative;
  display: block;
}

.banefits-one__tab-box {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .banefits-one__tab-box .tab-buttons {
    display: flex;
  }
}
.banefits-one__tab-box .tab-buttons {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.07);
  margin-bottom: 44px;
}

.banefits-one__tab-box .tab-buttons .tab-btn {
  position: relative;
  float: left;
  width: 100%;
}

.banefits-one__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0px;
}

.banefits-one__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #ffffff;
  padding: 36px 0px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.banefits-one__tab-box .tab-buttons .tab-btn.active-btn span {
  color: #ffffff;
  background: var(--thm-primary);
}

.banefits-one__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  content: "";
  background-color: var(--thm-primary);
  transition: all 0.3s ease;
  z-index: -1;
}

.banefits-one__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}

.banefits-one__tab-box .tabs-content {
  position: relative;
  display: block;
}

.banefits-one__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.banefits-one__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.tabs-content__inner {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.tabs-content__img {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 2px 3.464px 18px 0px rgb(227, 222, 222, 1);
  overflow: hidden;
  padding: 41px 0px 42px;
  border-radius: 11px;
  z-index: 1;
}

.tabs-content__img .inner {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.tabs-content__img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  background: rgba(var(--thm-primary-rgb), 0.4);
  opacity: 0;
  z-index: 1;
  content: "";
}

.tabs-content__img:hover .inner::before {
  opacity: 1;
}

.tabs-content__img .inner img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.tabs-content__img:hover .inner img {
  transform: scale(1);
}

.tabs-content__content {
  position: relative;
  display: block;
}

.tabs-content__content-accordion {
  position: relative;
  display: block;
  margin-left: 40px;
}

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

.accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms ease;
  background: rgba(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.07);
}

.tabs-box .elementor-accordion-item {
  box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 7%);
  margin-bottom: 20px;
}
.tabs-box .elementor-accordion .elementor-tab-content {
  border-top: 1px solid #bdc0c2 !important;
}

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

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

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
  padding-top: 24px;
  padding-left: 40px;
  padding-bottom: 23px;
  padding-right: 40px;
}

.accordion-box .block .acc-btn.active {
  padding-bottom: 19px;
}

.accordion-box .block .acc-btn h3 {
  color: var(--thm-black);
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  transition: all 500ms ease;
}

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

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 20px;
  color: var(--thm-black);
  font-size: 18px;
  text-align: right;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: var(--thm-black);
  transform: translateY(-50%) rotate(0deg);
}

.accordion-box .block .acc-btn .icon-outer i:before {
  font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 20px;
  font-family: "icomoon" !important;
  font-weight: 700;
  margin: 0px;
  content: "\e92d";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 30px;
  padding-left: 40px;
  padding-bottom: 34px;
  padding-right: 40px;
  border-top: 1px solid #bdc0c2;
}

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

.accordion-box .block .acc-content p {
  margin: 0;
  font-weight: 400;
}

/***
=============================================
Team One
=============================================
***/
.team-one {
  position: relative;
  display: block;
  background: #eef0f6;
  padding: 120px 0px 290px;
  z-index: 1;
}

.team-one .shape1 {
  position: absolute;
  left: 50px;
  bottom: 305px;
  z-index: -1;
}

.team-one .shape2 {
  position: absolute;
  top: 195px;
  right: 355px;
  z-index: -1;
}

.team-one .shape3 {
  position: absolute;
  right: 280px;
  bottom: 50px;
  z-index: -1;
}

.team-one .shape4 {
  position: absolute;
  top: 150px;
  right: 150px;
  z-index: -1;
}

.team-one .shape5 {
  position: absolute;
  bottom: 300px;
  right: 255px;
  z-index: -1;
}

.team-one .shape6 {
  position: absolute;
  top: 175px;
  left: 500px;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
  z-index: -1;
}

.team-one .shape7 {
  position: absolute;
  left: 210px;
  bottom: 240px;
  z-index: -1;
  webkit-animation: animation1 5s ease-in infinite;
  animation: animation1 5s ease-in infinite;
}

.team-one .shape8 {
  position: absolute;
  left: 230px;
  bottom: 370px;
  z-index: -1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__single-img {
  position: relative;
  display: block;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

.team-one__single-img img {
  width: 100%;
  transition: all 900ms ease 100ms;
}

.team-one__single:hover .team-one__single-img img {
  transform: scale(1.2, 1.2);
}

.team-one__single-img .content-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px 20px 23px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.team-one__single:hover .team-one__single-img .content-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-one__single-img .content-box h2 a {
  color: #ffffff;
}

.team-one__single-img .content-box h2 {
  margin-bottom: 0px;
}

.team-one__single-img .content-box p {
  color: #ffffff;
}

.team-one__single-img ul {
  position: absolute;
  top: 25px;
  right: 20px;
  padding: 12px 15px 11px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.team-one__single:hover .team-one__single-img ul {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.team-one__single-img ul li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team-one__single-img ul li:last-child {
  margin-bottom: 0px;
}

.team-one__single-img ul li a {
  position: relative;
  display: block;
}

.team-one__single-img ul li a i:before,
.team-one__single-img ul li a span:before {
  position: relative;
  display: inline-block;
  font-size: 15px;
}
.team-one__single-img ul li a svg{
  width: 15px;
}


/***
=============================================
Team Two
=============================================
***/
.team-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 120px;
  z-index: 1;
}

.team-two .auto-container {
  max-width: 1530px;
  width: 100%;
}

.team-two__single {
  position: relative;
  display: block;
  z-index: 1;
}

.team-two__single::before {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  border-radius: 9px;
  content: "";
  z-index: -1;
}

.team-two__single::after {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scaleX(0.7) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  border-radius: 9px;
  content: "";
  z-index: -1;
}

.team-two__single:hover::after {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.team-two__single-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.team-two__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.team-two__single:hover .team-two__single-img:before {
  opacity: 1;
}

.team-two__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.team-two__single:hover .team-two__single-img img {
  transform: scale(1);
}

.team-two__single-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 30px 23px;
}

.team-two__single-content .content-box {
  position: relative;
  display: block;
  line-height: 0;
}

.team-two__single-content .content-box h3 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-two__single:hover .team-two__single-content .content-box h3 a {
  color: #ffffff;
}

.team-two__single:hover .team-two__single-content .content-box span {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-two__single-content .social-links {
  position: relative;
  display: block;
  z-index: 5;
}

.team-two__single-content .social-links li {
  position: relative;
  display: inline-block;
}

.team-two__single-content .social-links li.share {
  position: relative;
}

.team-two__single-content .social-links > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  z-index: 1;
}

.team-two__single-content .social-links > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 5px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.team-two__single:hover
  .team-two__single-content
  .social-links
  > li
  > a::before {
  transform: scale(1);
  opacity: 1;
}

.team-two__single-content .social-links > li > a > span {
  position: relative;
  display: block;
}

.team-two__single-content .social-links > li > a > span::before {
  position: relative;
  display: inline-block;
  top: -1px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-two__single-content .social-links .share .social-links-inner {
  position: absolute;
  bottom: 55px;
  left: 0px;
  right: 0;
  line-height: 0;
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transform-origin: bottom center;
}

.team-two__single-content .social-links .share:hover .social-links-inner {
  transform: scaleY(1);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.team-two__single-content .social-links .share .social-links-inner li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.team-two__single-content
  .social-links
  .share
  .social-links-inner
  li:last-child {
  margin-bottom: 0px;
}

.team-two__single-content .social-links .share .social-links-inner li a {
  position: relative;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 1;
}

.team-two__single-content
  .social-links
  .share
  .social-links-inner
  li
  a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.team-two__single-content
  .social-links
  .share
  .social-links-inner
  li
  a:hover::before {
  transform: scale(1);
  opacity: 1;
}

.team-two__single-content .social-links .share .social-links-inner li a i {
  position: relative;
  display: block;
}

.team-two__single-content .social-links .share .social-links-inner li a i::before, 
.team-two__single-content .social-links .share .social-links-inner li a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.team-two__single-content .social-links .share .social-links-inner li a svg {
  width: 15px;
}

.team-two__single-content .social-links .share .social-links-inner li a:hover i::before {
  color: #ffffff;
}
.team-two__single-content .social-links .share .social-links-inner li a:hover svg {
  fill: #ffffff;
}

/***
=============================================
Our Banefits One
=============================================
***/
.banefits-two {
  position: relative;
  display: block;
  background: #eef0f6;
  padding: 120px 0px 210px;
  margin-top: 5px;
  z-index: 1;
}

.banefits-two .shape1 {
  position: absolute;
  left: 50px;
  bottom: 230px;
  z-index: -1;
}

.banefits-two .shape2 {
  position: absolute;
  top: 208px;
  right: 275px;
  z-index: -1;
}

.banefits-two__single {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 55px 30px 38px;
}

.banefits-two__single-img {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.banefits-two__single-img::before {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  background: #f3f5fb;
  content: "";
  z-index: -1;
}

.banefits-two__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
}

.banefits-two__single-img .inner::before {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  content: "";
  transform: scaleY(1);
  opacity: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  z-index: 1;
}

.banefits-two__single:hover .banefits-two__single-img .inner::before {
  opacity: 0.7;
  transform: scaleY(1);
}

.banefits-two__single-img .inner img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s opacity 0.2s ease-in;
}

.banefits-two__single:hover .banefits-two__single-img .inner img {
  transform: scale(1.1) rotate(1deg);
}

.banefits-two__single-content {
  position: relative;
  display: block;
  margin-top: 37px;
}

.banefits-two__single-content h2 {
  margin-bottom: 4px;
}

.banefits-two__single-content h2 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/***
=============================================
Testimonials One
=============================================
***/
.testimonials-one {
  position: relative;
  display: block;
  margin-top: -235px;
  z-index: 3;
}

.testimonials-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 750px;
  content: "";
  z-index: -1;
}

.testimonials-one__left {
  position: relative;
  display: block;
  margin-left: -165px;
  max-width: 520px;
  width: 100%;
  padding: 120px 0px 120px;
}

.testimonials-one__left-inner {
  position: relative;
  display: block;
}

.testimonials-one__single {
  position: relative;
  display: block;
}

.testimonials-one__single .icon {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.testimonials-one__single .icon span::before {
  color: #ffffff;
  font-size: 45px;
}

.testimonials-one__single h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 60px;
  font-weight: 500;
}

.testimonials-one__single .client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.testimonials-one__single .client-info .img-box {
  position: relative;
  display: block;
}

.testimonials-one__single .client-info .img-box .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 30px;
}

.testimonials-one__single .client-info .img-box .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid #ffffff;
  border-top-left-radius: 30px;
  content: "";
  z-index: 1;
}

.testimonials-one__single .client-info .img-box .inner img {
  width: 100%;
}

.testimonials-one__single .client-info .img-box .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
}

.testimonials-one__single .client-info .img-box .icon span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.testimonials-one__single .client-info .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 45px;
}

.testimonials-one__single .client-info .text-box .review-box {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.testimonials-one__single .client-info .text-box .review-box li {
  position: relative;
  display: inline-block;
}

.testimonials-one__single .client-info .text-box .review-box li span::before {
  position: relative;
  display: inline-block;
  color: #fab600;
  font-size: 15px;
}

.testimonials-one__single .client-info .text-box .text {
  position: relative;
  display: block;
}

.testimonials-one__single .client-info .text-box .text h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.testimonials-one__single .client-info .text-box .text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonials-one__carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  position: absolute;
  top: 35%;
  right: -130px;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #f1f3f2;
  margin: 13px 0px;
  padding: 0px;
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot::before {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 2px solid #f1f3f2;
  content: "";
  transform: scale(0.5);
  border-radius: 50%;
  transition: all 300ms linear;
  transition-delay: 0.2s;
}

.testimonials-one__carousel.owl-carousel .owl-dots .owl-dot.active::before {
  transform: scale(1);
}

.testimonials-one__carousel.owl-theme .owl-dots .owl-dot span {
  display: none;
}

/***
=============================================
Testimonial Three
=============================================
***/
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}

.testimonial-three__single {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05);
  padding: 40px 40px 52px;
  border-radius: 15px;
  border-top-left-radius: 0px;
}

.testimonial-three__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.testimonial-three__single-top .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 60px;
  z-index: 1;
}

.testimonial-three__single-top .icon-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  content: "";
  -moz-transform: skew(-8deg, 0deg);
  -webkit-transform: skew(-8deg, 0deg);
  -o-transform: skew(-8deg, 0deg);
  -ms-transform: skew(-8deg, 0deg);
  transform: skew(-8deg, 0deg);
  z-index: -1;
}

.testimonial-three__single-top .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  transform: rotate(180deg);
}

.testimonial-three__single-top .icon-box::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0%;
  -moz-transform: skew(-8deg, 0deg) scale(0.6);
  -webkit-transform: skew(-8deg, 0deg) scale(0.6);
  -o-transform: skew(-8deg, 0deg) scale(0.6);
  -ms-transform: skew(-8deg, 0deg) scale(0.6);
  transform: skew(-8deg, 0deg) scale(0.6);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  content: "";
}

.testimonial-three__single:hover
  .testimonial-three__single-top
  .icon-box::after {
  opacity: 1;
  z-index: -1;
  -moz-transform: skew(-8deg, 0deg) scale(1);
  -webkit-transform: skew(-8deg, 0deg) scale(1);
  -o-transform: skew(-8deg, 0deg) scale(1);
  -ms-transform: skew(-8deg, 0deg) scale(1);
  transform: skew(-8deg, 0deg) scale(1);
}

.testimonial-three__single-text {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.testimonial-three__single-text p {
  font-size: 17px;
  line-height: 34px;
  margin: 0;
}

.testimonial-three__single-bottom {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #e2ddda;
  padding-top: 30px;
}

.testimonial-three__single-bottom .img-box {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-three__single-bottom .img-box .round-one {
  position: absolute;
  top: 0px;
  left: -12px;
  bottom: -12px;
  right: 0;
  border-radius: 50%;
  z-index: -2;
}

.testimonial-three__single-bottom .img-box .round-one::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
    145deg,
    rgb(255, 94, 21) 1%,
    rgb(255, 94, 21) 6%,
    rgb(247, 150, 35) 100%
  );
  background-image: -webkit-linear-gradient(
    145deg,
    rgb(255, 94, 21) 1%,
    rgb(255, 94, 21) 6%,
    rgb(247, 150, 35) 100%
  );
  background-image: -ms-linear-gradient(
    145deg,
    rgb(255, 94, 21) 1%,
    rgb(255, 94, 21) 6%,
    rgb(247, 150, 35) 100%
  );
  opacity: 0;
  transform: scaleY(0.7) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  content: "";
}

.testimonial-three__single:hover
  .testimonial-three__single-bottom
  .img-box
  .round-one::before {
  opacity: 1;
  transform: scaleY(1) rotateY(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.testimonial-three__single-bottom .img-box .round-two {
  position: absolute;
  top: 0px;
  left: -7px;
  bottom: -7px;
  right: 0;
  border-radius: 50%;
  background: #ffffff;
  z-index: -1;
}

.testimonial-three__single-bottom .img-box .inner {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-three__single-bottom .img-box img {
  width: 100%;
}

.testimonial-three__single-bottom .client-info {
  position: relative;
  display: block;
  line-height: 0;
  margin-left: 15px;
}

.testimonial-three__single-bottom .client-info h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.testimonial-three__single-bottom .client-info span {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  transform: perspective(400px) rotateX(0deg) scaleY(1.2);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: all;
}

/***
=============================================
Testimonial Two
=============================================
***/
.testimonial-two {
  position: relative;
  display: block;
  background: #dddddd;
  overflow: hidden;
  z-index: 1;
}

.testimonial-two__img .icon span::before {
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
  display: inline-block;
}

.testimonial-two__content {
  position: relative;
  display: block;
  max-width: 880px;
  width: 100%;
}

.testimonial-two__content .sec-title h2 {
  color: #ffffff;
}

.testimonial-two__content .sec-title .sub-title .text span {
  color: #ffffff;
}

.testimonial-two__content .sec-title .sub-title .text span::before {
  background: #ffffff;
}

.testimonial-two__content .shape1 {
  position: absolute;
  top: -340px;
  left: -260px;
  width: 1210px;
  height: 1210px;
  border-radius: 50%;
}

#testimonial-two__thumb {
  width: 353px;
  margin-left: 0;
}

.testimonial-two__img {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-two__img .inner {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 500ms ease;
}

.testimonial-two__img .inner::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255, 0.2);
  transition: all 500ms ease;
  border-radius: 50%;
  content: "";
}

#testimonial-two__thumb
  .swiper-slide-thumb-active
  .testimonial-two__img
  .inner::before {
  background-color: rgba(var(--moniz-base-rgb, 255, 255, 255), 0);
}

.testimonial-two__img .inner > img {
  width: 105px;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0.6s;
}

.testimonial-two__img .icon {
  position: absolute;
  bottom: 15px;
  right: -5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  background: #ffffff;
  transform: scale(0);
  transition: all 500ms ease;
}

#testimonial-two__thumb .swiper-slide-thumb-active .testimonial-two__img .icon {
  transform: scale(1);
}

.testimonial-two__content-box {
  position: relative;
  display: block;
  margin-top: 62px;
}

.testimonial-two__content-box-single {
  position: relative;
  display: block;
}

.testimonial-two__content-box-single .inner {
  position: relative;
  display: block;
  padding-left: 150px;
}

.testimonial-two__content-box-single .inner .icon-box {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.testimonial-two__content-box-single .inner .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-two__content-box-single .inner .img-box {
  position: absolute;
  top: 8px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-two__content-box-single .inner .img-box img {
  width: 100%;
  height: 100%;
}

.testimonial-two__content-box-single .inner .content-box {
  position: relative;
  display: block;
}

.testimonial-two__content-box-single .inner .content-box h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.testimonial-two__content-box-single .inner .content-box .name {
  position: relative;
  display: block;
  margin-top: 27px;
}

.testimonial-two__content-box-single .inner .content-box .name h4 {
  color: #d0d2d0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.testimonial-two__content-box-single .inner .content-box .name span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

#testimonial-two__carousel-pagination {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: -117px;
  right: 0;
  left: auto;
  width: 100%;
  z-index: 20;
}

#testimonial-two__carousel-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  transition: all 500ms ease;
  opacity: 1;
  margin: 0;
  display: block;
}

#testimonial-two__carousel-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 6px;
}

#testimonial-two__carousel-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/***
=============================================
   Video One
=============================================
***/
.video-one {
  position: relative;
  display: block;
  margin-bottom: -300px;
  z-index: 2;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 250px 0px 250px;
  z-index: 1;
}

.video-one__inner .shape1 {
  position: absolute;
  top: 0;
  left: -55px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.video-one__inner .video-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-one__inner .video-box a {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.video-one__icon::before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.video-one__inner .video-box .border-animation {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid rgba(255, 255, 255, 1);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-one__inner .video-box .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-one__inner .video-box .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/***
=============================================
 Video Two
=============================================
***/
.services-details__video .img-box {
  position: relative;
  display: block;
}

.services-details__video .img-box img {
  width: 100%;
}

.services-details__video .video-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.services-details__video .video-box a {
  position: relative;
  display: inline-block;
}

.services-details__video-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.services-details__video-icon span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
}

/***
=============================================
Work Process One
=============================================
***/
.work-process-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px 0px 70px;
  z-index: 1;
}

.work-process-one .shape1 {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  text-align: center;
}

.work-process-one__single {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 0px 20px 0px;
  z-index: 1;
}

.work-process-one__single.mt-100 {
  margin-top: 100px;
}

.work-process-one__single.mt-50 {
  margin-top: 50px;
}

.work-process-one__single .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: 0 auto;
  z-index: 1;
}

.work-process-one__single .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 10px;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.work-process-one__single:hover .icon-box::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.work-process-one__single .icon-box span::before {
  position: relative;
  display: inline-block;
  font-size: 60px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.work-process-one__single:hover .icon-box span::before {
  color: #ffffff;
}

.work-process-one__single .content-box {
  position: relative;
  display: block;
  margin-top: 27px;
}

.work-process-one__single .content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.work-process-one__single .content-box h3 a {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.work-process-one__single .content-box p {
  margin: 0;
}

/***
=============================================
Pricing Plan One
=============================================
***/
.pricing-plan-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}

.pricing-plan-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 65px;
}

.pricing-plan-one__single-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}

.pricing-plan-one__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  content: "";
}

.pricing-plan-one__single:hover .pricing-plan-one__single-img::before {
  opacity: 0.6;
}

.pricing-plan-one__single-img img {
  width: 100%;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.pricing-plan-one__single:hover .pricing-plan-one__single-img img {
  transform: scale(1);
}

.pricing-plan-one__single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e8e7e7;
  padding: 134px 65px 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.pricing-plan-one__single:hover .pricing-plan-one__single-inner {
  box-shadow: 0px 2px 30px 0px rgb(9, 24, 84, 0.08);
  border: 1px solid transparent;
}

.pricing-plan-one__single-inner .shape1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.22;
  z-index: -1;
  width: 100%;
}

.pricing-plan-one__single-inner .shape1 img {
  width: 100%;
}

.pricing-plan-one__single-inner .table-header {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 11px;
  border-radius: 5px;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-one__single-inner .table-header h2 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}

.pricing-plan-one__single-inner .table-header h2 .dollar {
  position: absolute;
  top: -5px;
  font-size: 15px;
}

.pricing-plan-one__single-inner .table-header h2 .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 10px;
}

.pricing-plan-one__single-inner .table-content {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 25px;
}

.pricing-plan-one__single-inner .table-content ul {
  position: relative;
  display: block;
}

.pricing-plan-one__single-inner .table-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-plan-one__single-inner .table-content ul li:last-child {
  margin-bottom: 0;
}

.pricing-plan-one__single-inner .table-content ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e8e7e7;
  border-radius: 50%;
}

.pricing-plan-one__single-inner .table-content ul li .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 15px;
}

.pricing-plan-one__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.pricing-plan-one__single-inner .table-content ul li .text-box p {
  color: #838691;
  font-size: 15px;
  line-height: 25px;
}

.pricing-plan-one__single-inner .table-footer {
  position: relative;
  display: block;
  margin-top: 40px;
}

.pricing-plan-one__single-inner .table-footer a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  background: #f8f9fd;
  border-radius: 5px;
  padding: 18px 40px 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.pricing-plan-one__single-inner .table-footer a:hover {
  color: #ffffff;
}

.pricing-plan-one__single-inner .table-footer a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(0.9);
  opacity: 0;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  border-radius: 5px;
  content: "";
  z-index: -1;
}

.pricing-plan-one__single-inner .table-footer a:hover:before {
  opacity: 1;
  transform: scale(1);
}

/***
=============================================
Pricing Plan Two
=============================================
***/
.pricing-plan-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 240px 0px 90px;
}

.pricing-plan-two__single {
  position: relative;
  display: block;
  background: #fafbfa;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 20px 20px 20px;
}

.pricing-plan-two__single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #f1f1f0;
  padding: 30px 30px 35px;
  z-index: 1;
}

.pricing-plan-two__single-inner-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  transform: scaleX(0.8) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 0;
  z-index: -1;
}

.pricing-plan-two__single:hover .pricing-plan-two__single-inner-bg {
  transform: scaleX(1) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.pricing-plan-two__single-inner-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -2;
  content: "";
  border-radius: 6px;
}

.pricing-plan-two__single-inner .table-header {
  position: relative;
  display: block;
  padding: 15px 30px 17px;
  z-index: 1;
}

.pricing-plan-two__single-inner .table-header::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fafbfa;
  border: 1px solid #f3f3f3;
  content: "";
  z-index: -1;
  transition: all 500ms linear;
  transition-delay: 0.3s;
}

.pricing-plan-two__single:hover
  .pricing-plan-two__single-inner
  .table-header::before {
  -moz-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  border-radius: 5px;
}

.pricing-plan-two__single-inner .table-header h2 {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 17px;
  padding-right: 10px;
}

.pricing-plan-two__single-inner .table-header h2 .dollar {
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 25px;
  padding-right: 10px;
}

.pricing-plan-two__single-inner .table-header h2 .text {
  position: absolute;
  top: -16px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  margin-left: 9px;
}

.pricing-plan-two__single-inner .table-header h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.pricing-plan-two__single-inner .table-header .review-box {
  position: relative;
  display: block;
}

.pricing-plan-two__single-inner .table-header .review-box li {
  position: relative;
  display: inline-block;
}

.pricing-plan-two__single-inner .table-header .review-box li span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
}

.pricing-plan-two__single-inner .table-content {
  position: relative;
  display: block;
  margin-top: 30px;
}

.pricing-plan-two__single-inner .table-content ul {
  position: relative;
  display: block;
}

.pricing-plan-two__single-inner .table-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pricing-plan-two__single-inner .table-content ul li:last-child {
  margin-bottom: 0;
}

.pricing-plan-two__single-inner .table-content ul li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #e8e7e7;
  border-radius: 50%;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-two__single:hover
  .pricing-plan-two__single-inner
  .table-content
  ul
  li
  .icon-box {
  border-color: #ffffff;
}

.pricing-plan-two__single-inner .table-content ul li .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 15px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-two__single:hover
  .pricing-plan-two__single-inner
  .table-content
  ul
  li
  .icon-box
  span:before {
  color: #ffffff;
}

.pricing-plan-two__single-inner .table-content ul li .text-box {
  position: relative;
  display: block;
  flex: 1;
  margin-left: 20px;
}

.pricing-plan-two__single-inner .table-content ul li .text-box p {
  color: #838691;
  font-size: 15px;
  line-height: 25px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.pricing-plan-two__single:hover
  .pricing-plan-two__single-inner
  .table-content
  ul
  li
  .text-box
  p {
  color: #ffffff;
}

.pricing-plan-two__single-inner .table-footer {
  position: relative;
  display: block;
  margin-top: 40px;
  text-align: center;
  line-height: 0;
}

.pricing-plan-two__single-inner .table-footer .thm-btn {
  background: #fafbfa;
  border-radius: 0px;
}

.pricing-plan-two__single-inner .table-footer .thm-btn .txt {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
