/* ------------------------
 Banner Area
--------------------------- */

.banner-area.style-one .banner-one-top {
  margin-bottom: 46px;
}
.banner-area.style-one .banner-one-title {
  position: relative;
}
.banner-area.style-one .banner-one-title h2 {
  color: var(--title-color-1);
  font-size: 80px;
  font-weight: 600;
  line-height: 1.375;
}
.banner-area.style-one .banner-one-title .banner-icon-1 {
  position: absolute;
  right: 12%;
  bottom: 16px;
}
.banner-area.style-one .banner-one-title .banner-icon-1 i {
  font-size: 56px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--brand-color-1);
  transform: rotate(-45deg);
}
.banner-area.style-one .banner-one-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
}

/* round text */
.banner-area.style-one .round-box-content {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area.style-one .round-box-content::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
}
.banner-area.style-one .round-box-content .curved-circl {
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--theme-color);
  font-weight: 400;
  text-align: center;
  transition: 0.7s;
  animation: round 20s linear infinite;
}
.banner-area.style-one .round-box-icon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner-area.style-one .round-box-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* round text */

.banner-area.style-one .banner-one-bottom-left {
  position: relative;
}
.banner-area.style-one .banner-one-bottom-image {
  width: 100%;
  height: 572px;
}
.banner-area.style-one .banner-one-bottom-image img {
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 4px 100px;
  object-fit: cover;
}
.banner-area.style-one .banner-one-left-content {
  position: absolute;
  top: -20px;
  left: -20px;
  padding: 20px 20px;
  background: #f9ffff;
  border-radius: 5px;
}
.banner-area.style-one .banner-one-left-content-inner {
  text-align: center;
  background: var(--title-color-1);
  padding: 14px 0 26px;
  width: 256px;
  border-radius: 8px;
}
.banner-area.style-one .banner-one-left-content-inner h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 0;
}
.banner-area.style-one .banner-one-left-content-inner h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
.banner-area.style-one .banner-one-bottom-right {
  border-radius: 8px;
  background: var(--title-color-1);
  color: #fff;
  text-align: center;
  padding: 48px 24px 24px;
}
.banner-area.style-one .banner-one-bottom-right h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 30px;
}
.banner-area.style-one .twenty-four {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #285858;
  margin-bottom: 40px;
}
.banner-area.style-one .twenty-four-inner {
  position: relative;
  border: 1px solid var(--text-color-1);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  animation: round 20s linear infinite;
}
.banner-area.style-one .twenty-four-inner::after {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #738888;
  background: #285858;
  position: absolute;
  top: -9px;
}
.banner-area.style-one .twenty-four h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-area.style-one .banner-one-bottom-right-image {
  position: relative;
}
.banner-area.style-one .banner-one-bottom-right-image img {
  width: auto;
  height: 263px;
  border-radius: 8px;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .banner-area.style-one .banner-one-bottom-right {
    margin-top: 30px;
  }
  .banner-area.style-one .banner-one-bottom-image img {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.style-one .banner-one-title h2 {
    font-size: 40px;
  }
  .banner-area.style-one .banner-one-title .banner-icon-1 {
    bottom: 0;
  }
  .banner-area.style-one .banner-one-title .banner-icon-1 i {
    font-size: 35px;
  }
  .banner-area.style-one .banner-one-top-right {
    display: none;
  }
  .banner-area.style-one .banner-one-bottom-image {
    height: 360px;
  }
  .banner-area.style-one .banner-one-bottom-image img {
    border-radius: 4px;
  }
  .banner-area.style-one .banner-one-left-content {
    position: static;
    padding: 0;
    margin: 30px 0 10px;
  }
  .banner-area.style-one .banner-one-left-content-inner {
    width: 100%;
  }
  .banner-area.style-one .banner-one-bottom-right {
    margin-top: 0;
  }
}

/* Style Two */

.banner-area.style-two {
  background: var(--title-color-2);
  padding: 140px 0 80px;
}
.banner-area.style-two .banner-two-blank{
  width: 45%;
  height: 100%;
  background: #554AFF;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-area.style-two .banner-media{
  position: absolute;
  top: 53%;
  left: 2%;
}
.banner-area.style-two .banner-media ul{
  position: relative;
  padding-left: 0;
}
.banner-area.style-two .banner-media ul::after {
  content: '';
  width: 2px;
  height: 140px;
  background: linear-gradient(182deg, rgba(232, 253, 200, 0.00) 0%, #AEFE3A 100%);
  position: absolute;
  left: 8px;
  top: -112%;
}
.banner-area.style-two .banner-media ul li{
  margin: 20px 0;
}
.banner-area.style-two .banner-media ul li a{
  color: var(--text-color-3) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px
}
.banner-area.style-two .banner-media ul li a:hover{
  color: var(--white-color) !important;
}
.banner-area.style-two .banner-top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 50px;
}
.banner-area.style-two .round-box-content {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area.style-two .round-box-content::after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: -9px;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  border: 1px solid rgba(62, 62, 62, 0.2);
}
.banner-area.style-two .round-box-content .curved-circle {
  font-size: 20px;
  letter-spacing: 1px;
  color: var(--brand-color-3);
  font-weight: 400;
  text-align: center;
  transition: .7s;
  animation: round 20s linear infinite;
}
.banner-area.style-two .round-box-icon{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner-area.style-two .round-box-icon a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-area.style-two .text__first,
.banner-area.style-two .text__second,
.banner-area.style-two .text__third{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.375;
}
.banner-area.style-two .text__second span span{
  color: var(--brand-color-3);
}
.banner-area.style-two .text__second{
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.banner-area.style-two .text__second .highlight-text{
  position: relative;
  display: inline-block;
  height: 110px;
  overflow: hidden;
  opacity: 0;
}
.banner-area.style-two .text__second .highlight-text span {
  position: absolute;
  /* width: 100%; */
  height: 100%;
  text-align: center;
  transform-origin: center bottom;
  opacity: 0;
  animation: flip 8s linear infinite;
}
.banner-area.style-two .text__second .highlight-text span:nth-child(1) { animation-delay: 0s; }
.banner-area.style-two .text__second .highlight-text span:nth-child(2) { animation-delay: 2s; }
.banner-area.style-two .text__second .highlight-text span:nth-child(3) { animation-delay: 4s; }
.banner-area.style-two .text__second .highlight-text span:nth-child(4) { animation-delay: 6s; }

@keyframes flip {
  0%   { opacity: 0; transform: rotateX(-90deg) translateY(60px); }
  5%   { opacity: 1; transform: rotateX(0deg) translateY(0); }
  25%  { opacity: 1; transform: rotateX(0deg) translateY(0); }
  30%  { opacity: 0; transform: rotateX(90deg) translateY(-60px); }
  100% { opacity: 0; transform: rotateX(90deg) translateY(-60px); }
}
/* @keyframes flip {
  0%   { opacity: 0; transform: translateY(100%); }
  5%   { opacity: 1; transform: translateY(0); }
  25%  { opacity: 1; transform: translateY(0); }
  30%  { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 0; transform: translateY(-100%); }
} */

.banner-area.style-two .text__word{
  opacity: 0;
}
.banner-area.style-two .text__first-bg,
.banner-area.style-two .text__second-bg,
.banner-area.style-two .text__third-bg{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
}
.banner-area.style-two .text__first-bg{
  background-color: #554AFF;
}
.banner-area.style-two .text__second-bg{
  left: auto;
  right: 0;
  transform-origin: right center;
  background-color: var(--brand-color-3);
}
.banner-area.style-two .text__third-bg{
  background-color: var(--brand-color-1);
}

.banner-area.style-two .banner-two-btn-box {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  margin-top: 50px;
}
.banner-area.style-two .banner-two-btn-box .button {
  position: relative;
  display: inline-flex;
  padding: 14px 83px 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  background-color: var(--title-color-2);
  border: 1px solid #3E3E3E;
  border-radius: 50px;
}
.banner-area.style-two .banner-two-btn-box .button .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.banner-area.style-two .banner-two-btn-box .button .btn-icon .icon-first {
  color: var(--title-color-2);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.banner-area.style-two .banner-two-btn-box .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-2);
  font-size: 24px;
}
.banner-area.style-two .banner-two-btn-box .button:hover .icon-first {
  transform: translateX(250%);
}
.banner-area.style-two .banner-two-btn-box .button:hover .icon-second {
  transform: translateX(0%);
}

.banner-area.style-two .visitor-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
}
.banner-area.style-two .visitor-list ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}
.banner-area.style-two .visitor-list ul li {
    margin-left: -13px;
}
.banner-area.style-two .visitor-list ul li:first-child{
    margin-left: 0;
}
.banner-area.style-two .visitor-list ul li a {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.banner-area.style-two .visitor-list ul li a:hover{
  z-index: 1;
}
.banner-area.style-two .visitor-list ul li a img{
  width: 100%;
  height: 100%;
}
.banner-area.style-two .visitor-list ul li a span{
  width: 100%;
  height: 100%;
  background-color: var(--brand-color-3);
  color: var(--title-color-2);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-area.style-two .visitor-content p{
  margin-bottom: 0;
  max-width: 315px;
  width: 100%;
  color: #fff;
}
.banner-area.style-two .visitor-content p span,
.banner-area.style-two .visitor-content p a{
  color: var(--brand-color-3);
  text-decoration: underline;
}

.banner-area.style-two .banner-two-right {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-area.style-two .banner-two-right-image{
    position: relative;
    width: 100%;
    width: 670px;
    height: 650px;
    z-index: 1;
}
.banner-area.style-two .banner-two-right-image img{
  width: 100%;
  height: 100%;
}
.banner-area.style-two .payment-method {
  position: absolute;
  z-index: 2;
  padding: 16px 16px 19px;
  border-radius: 16px;
  background: rgba(255,255,255,0.2);
  bottom: 18%;
  left: -28%;
}
.banner-area.style-two .payment-method p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  color: var(--white-color);
}
.banner-area.style-two .payment-method p i{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-color-3);
  color: var(--title-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.banner-area.style-two .banner-payment-card{
  display: flex;
  align-items: center;
  gap: 35px;
}
.banner-area.style-two .banner-payment-card-image {
  text-align: center;
}
.banner-area.style-two .banner-payment-card-image span{
  display: block;
  color: var(--white-color);
  font-size: 10px;
}
.banner-area.style-two .banner-payment-card h6{
  color: var(--white-color);
}

.banner-area.style-two .banner-two-right .swiper {
  width: 100%;
  height: 100%;
}
.banner-area.style-two .banner-two-right .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-area.style-two .banner-two-right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-area.style-two .pagination-container{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 571px;
  background: rgba(255,255,255,0.08);
  z-index: 1;
}
.banner-area.style-two .swiper-pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.banner-area.style-two .swiper-pagination-bullet {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #9992FF;
  background: var( --thm-2-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.banner-area.style-two .swiper-pagination-bullet-active {
  color: var(--title-color-2);
  background: var(--brand-color-3);
  border-color: var(--brand-color-3);
}
.banner-area.style-two .pagination-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 55px;
  position: absolute;
  right: 46%;
  bottom: 34%;
}

@media only screen and (max-width: 1499px) {

  .banner-area.style-two .banner-media{
    display: none;
  }
}
@media only screen and (max-width: 1399px) {

  .banner-area.style-two .text__first,
  .banner-area.style-two .text__second,
  .banner-area.style-two .text__third{
    font-size: 70px;
  }
  .banner-area.style-two .text__second .highlight-text{
    height: 96px;
  }
}
@media only screen and (max-width: 1199px) {

  .banner-area.style-two .text__first,
  .banner-area.style-two .text__second,
  .banner-area.style-two .text__third{
    font-size: 60px;
  }
  .banner-area.style-two .text__second .highlight-text{
    height: 83px;
  }
}
@media only screen and (max-width: 1024px) {

  .banner-area.style-two .banner-media{
    display: none;
  }
  .banner-area.style-two .visitor-box{
    margin: 30px 0 30px;
  }
  .banner-area.style-two .payment-method{
    display: none;
  }
}
@media only screen and (max-width: 767px) {

  .banner-area.style-two .banner-media{
    display: none;
  }
  .banner-area.style-two .round-box-content{
    height: 120px;
    width: 120px;
  }
  .banner-area.style-two .round-box-content::after{
    width: 138px;
    height: 138px;
  }
  .banner-area.style-two .text__first,
  .banner-area.style-two .text__second,
  .banner-area.style-two .text__third{
    font-size: 40px;
  }
  .banner-area.style-two .text__second .highlight-text{
    height: 55px;
  }
  .banner-area.style-two .visitor-box{
    margin: 30px 0 10px;
  }
  .banner-area.style-two .banner-two-blank{
    display: none;
  }
  .banner-area.style-two .banner-two-btn-box img{
    display: none;
  }
  .banner-area.style-two .banner-top-right{
    margin: 0 0 30px 0;
  }
  .banner-area.style-two .banner-two-right-image{
    height: 350px;
  }
  .banner-area.style-two .pagination-container{
    position: static;
    height: auto;
    width: auto;
    background-color: transparent;
  }
  .banner-area.style-two .swiper-pagination{
    position: static;
    flex-direction: row;
    gap: 20px;
  }
  .banner-area.style-two .pagination-image{
    display: none;
  }
}

/* Style Three */

.banner-area.style-three {
  position: relative;
  padding: 275px 0 135px;
  z-index: 1;
}
.banner-area.style-three .banner-media {
  position: absolute;
  top: 56%;
  left: 2%;
}
.banner-area.style-three .banner-media ul {
  position: relative;
  padding-left: 0;
}
.banner-area.style-three .banner-media ul::after {
  content: '';
  width: 2px;
  height: 140px;
  background: linear-gradient(190deg, rgba(232, 253, 200, 0.00) 0%, #AEFE3A 100%);
  position: absolute;
  left: 8px;
  top: -112%;
}
.banner-area.style-three .banner-media ul li {
  margin: 20px 0;
}
.banner-area.style-three .banner-media ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.banner-area.style-three .banner-media ul li a:hover {
  color: var(--brand-color-3);
}
.banner-area.style-three .scroll-down-content {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 234, 221, 0.12);
}
.banner-area.style-three .scroll-down-content .scroll-down-button {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner-area.style-three .scroll-down-border {
  width: 2px;
  height: 140px;
  background: linear-gradient(298deg, rgba(232, 253, 200, 0.00) 0%, #AEFE3A 100%);
}
.banner-area.style-three .scroll-down-content .scroll-down-button span {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.banner-area.style-three .scroll-down-mouse {
  position: relative;
  width: 29px;
  height: 52px;
  border: 1px solid var(--brand-color-3);
  border-radius: 30px;
}
.banner-area.style-three .scroll-down-mouse::after {
  content: '';
  width: 1px;
  height: 10px;
  background: var(--brand-color-3);
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.banner-area.style-three .banner-six-container{
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.banner-area.style-three .banner-six-title h6{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 20px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.banner-area.style-three .banner-six-title h2{
  color: #fff;
  font-size: 76px;
  font-weight: 600;
  line-height: 1.31578;
  margin: 24px 0 32px;
}
.banner-area.style-three .banner-six-title h2 span{
  color: var(--brand-color-3);
  text-decoration: underline;
}
.banner-area.style-three .banner-six-title p {
  position: relative;
  color: #fff;
  margin-right: 74px;
}
.banner-area.style-three .banner-six-btn-box {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
}
.banner-area.style-three .banner-six-btn-box .button{
  position: relative;
  display: inline-flex;
  padding: 14px 83px 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: none;
}
.banner-area.style-three .banner-six-btn-box .button .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.banner-area.style-three .banner-six-btn-box .button .btn-icon .icon-first {
  color: var(--title-color-2);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.banner-area.style-three .banner-six-btn-box .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-2);
  font-size: 24px;
}
.banner-area.style-three .banner-six-btn-box .button:hover .icon-first {
  transform: translateX(250%);
}
.banner-area.style-three .banner-six-btn-box .button:hover .icon-second {
  transform: translateX(0%);
}
.banner-area.style-three .banner-six-round-text .round-box-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area.style-three .banner-six-round-text .round-box-content .curved-circle {
  flex-shrink: 0;
  margin-left: -23px;
  animation: round 20s linear infinite;
}
.banner-area.style-three .banner-six-round-text .round-box-content .arrow-icon{
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.banner-area.style-three .banner-six-round-text .round-box-content::after {
  display: none;
}
.banner-area.style-three .banner-six-round-text .round-box-icon .play_btn i{
  font-size: 28px;
  color: var(--title-color-2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--brand-color-3);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area.style-three .banner-six-right-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.banner-area.style-three .banner-six-right-bg{
  position: relative;
  max-width: 514px;
  width: 100%;
}
.banner-area.style-three .banner-six-right-bg img{
  width: 100%;
  height: 100%;
}
.banner-area.style-three .banner-six-right-bg .finger{
  position: absolute;
  top: 140px;
  left: 48px;
  animation: moveUpDown 1.5s ease-in-out infinite;
}
.banner-area.style-three .banner-six-right-image{
  position: absolute;
  right: 50px;
  bottom: 0;
  max-width: 332px;
  width: 100%;
  height: 677px;
  overflow: hidden;
}
.banner-area.style-three .banner-six-right-image img{
  width: 100%;
  height: 100%;
}
.banner-area.style-three .banner-six-visitor-list {
  position: absolute;
  left: 26px;
  bottom: 0;
}
.banner-area.style-three .banner-six-visitor-list ul{
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 60px;
  padding: 8px 6px;
}
.banner-area.style-three .banner-six-visitor-list ul li {
  margin-top: -8px;
}
.banner-area.style-three .banner-six-visitor-list ul li:first-child {
  margin-top: 0;
}
.banner-area.style-three .banner-six-visitor-list ul li a {
  position: relative;
  width: 54px;
  height: 54px;
  border: 1px solid var(--brand-color-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.banner-area.style-three .banner-six-visitor-list ul li a img {
  width: 100%;
  height: 100%;
}
.banner-area.style-three .banner-six-visitor-list ul li a:hover {
  z-index: 1;
}
.banner-area.style-three .banner-six-btn-1 a {
  color: var(--title-color-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 8px 24px;
  border-radius: 60px;
  background: var(--brand-color-3);
  position: absolute;
  left: 50px;
  top: 55px;
}
.banner-area.style-three .banner-six-btn-1 a .text{
  position: relative;
  overflow: hidden;
}
.banner-area.style-three .banner-six-btn-1 a .first-text {
	transition: 0.3s ease-out;
}
.banner-area.style-three .banner-six-btn-1 a:hover .first-text {
	transform: translateY(-100%);
}
.banner-area.style-three .banner-six-btn-1 a .second-text{
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(100%);
  transition: 0.3s ease-out;
}
.banner-area.style-three .banner-six-btn-1 a:hover .second-text {
	transform: translateY(0%);
}
.banner-area.style-three .banner-six-btn-2 a {
  color: var(--title-color-2);
  font-size: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color-3);
  position: absolute;
  right: -5px;
  top: -5px;
}

@media only screen and (max-width: 1499px) {

  .banner-area.style-three .banner-media{
    display: none;
  }
  .banner-area.style-three .scroll-down-content{
    display: none;
  }
}
@media only screen and (max-width: 1399px) {

  .banner-area.style-three .banner-six-btn-box{
    gap: 30px;
  }
  .banner-area.style-three .banner-six-visitor-list{
    left: 0;
  }
  .banner-area.style-three .banner-six-btn-1 a{
    left: -60px;
  }
  .banner-area.style-three .banner-six-right-bg .finger{
    left: -27px;
  }
}

@media only screen and (max-width: 1199px) {

  .banner-area.style-three .banner-six-title h2{
    font-size: 60px;
  }
  .banner-area.style-three .banner-six-btn-box .button{
    font-size: 16px;
  }
  .banner-area.style-three .banner-six-btn-box .button .btn-icon{
    height: 55px;
    width: 55px;
  }
  .banner-area.style-three .banner-six-btn-box .button .btn-icon .icon-first{
    font-size: 20px;
  }
  .banner-area.style-three .banner-six-btn-box .button .btn-icon .icon-second{
    font-size: 20px;
  }
  .banner-area.style-three .banner-six-right-bg{
    display: none;
  }
  .banner-area.style-three .banner-six-right-image{
    position: static;
  }
  .banner-area.style-three .banner-six-btn-1{
    display: none;
  }
  .banner-area.style-three .banner-six-btn-2{
    display: none;
  }
  .banner-area.style-three .banner-six-visitor-list{
    display: none;
  }
}
@media only screen and (max-width: 991px) {

  .banner-area.style-three .banner-media{
    display: none;
  }
  .banner-area.style-three .scroll-down-content{
    display: none;
  }
  .banner-area.style-three .banner-six-right-container{
    justify-content: center;
    margin-top: 100px;
  }
  .banner-area.style-three .banner-six-right-bg{
    display: block;
  }
  .banner-area.style-three .banner-six-right-image{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .banner-area.style-three .banner-six-btn-1{
    display: block;
  }
  .banner-area.style-three .banner-six-btn-1 a{
    left: 32px;
  }
  .banner-area.style-three .banner-six-btn-2{
    display: block;
  }
  .banner-area.style-three .banner-six-btn-2 a{
    right: 85px;
  }
  .banner-area.style-three .banner-six-visitor-list{
    display: block;
    left: 98px;
  }
}
@media only screen and (max-width: 767px) {

  .banner-area.style-three{
    padding: 152px 0 0;
    background-color: #554AFF !important;
  }
  .banner-area.style-three .banner-media{
    display: none;
  }
  .banner-area.style-three .scroll-down-content{
    display: none;
  }
  .banner-area.style-three .banner-six-title h2{
    font-size: 40px;
  }
  .banner-area.style-three .banner-six-title p{
    margin: 0;
  }
  .banner-area.style-three .banner-six-btn-box{
    flex-wrap: wrap;
    gap: 30px;
  }
  .banner-area.style-three .banner-six-btn-box .arrow-icon-2{
    display: none;
  }
  .banner-area.style-three .banner-six-right-container{
    margin-top: 0;
  }
  .banner-area.style-three .banner-six-right-bg{
    display: none;
  }
  .banner-area.style-three .banner-six-right-image{
    position: static;
    height: auto;
  }
  .banner-area.style-three .banner-six-btn-1{
    display: none;
  }
  .banner-area.style-three .banner-six-btn-2{
    display: none;
  }
  .banner-area.style-three .banner-six-visitor-list{
    display: none;
  }
}

/* ------------------------
 Hero Text
--------------------------- */

.hero-text.style-one .banner-title {
  position: relative;
  max-width: 757px;
  text-align: center;
  margin: 0 auto;
}
.hero-text.style-one .banner-title h3 {
  color: #0d2416;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.083333;
  margin-bottom: 30px;
}
.hero-text.style-one .banner-title-animation {
  position: relative;
}
.hero-text.style-one .banner-title-animation-inner {
  position: relative;
}
.hero-text.style-one .banner-title-animation::after,
.hero-text.style-one .banner-title-animation::before,
.hero-text.style-one .banner-title-animation-inner::after,
.hero-text.style-one .banner-title-animation-inner::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #37d275;
  background: var(--white-color);
  position: absolute;
}
.hero-text.style-one .banner-title-animation::after {
  top: -6px;
  left: -6px;
  z-index: 1;
}
.hero-text.style-one .banner-title-animation::before {
  top: -6px;
  right: 6px;
  z-index: 1;
}
.hero-text.style-one .banner-title-animation-inner::after {
  bottom: -12px;
  left: -6px;
  z-index: 1;
}
.hero-text.style-one .banner-title-animation-inner::before {
  bottom: -12px;
  right: 6px;
  z-index: 1;
}
.hero-text.style-one .flip {
  height: 57px;
  width: 150px;
  border: 3px solid #37d275;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -15px;
  position: relative;
}
.hero-text.style-one .flip-text {
  height: 45px;
  display: inline-block;
  font-size: 48px;
  font-weight: 600;
  color: #0d2416;
  animation: show 3s linear infinite;
}

@keyframes show {
  0% {
    margin-right: -270px;
  }
  71% {
    margin-right: 0px;
  }
  99.99% {
    margin-right: 0px;
  }
  100% {
    margin-right: -270px;
  }
}

.hero-text.style-one .description {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 908px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .hero-text.style-one .banner-title h3 {
    font-size: 36px;
  }
}

/* ------------------------
 Split Type Text
--------------------------- */

#split-type-text .word {
  opacity: 0.25;
}

/* ------------------------
 CTA Area
--------------------------- */

.cta-container {
  position: relative;
  background: var(--white-color);
  border-radius: 16px;
  padding: 60px;
  position: relative;
}
.cta-container-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-container .content {
  text-align: center;
  max-width: 613px;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 0;
}
.cta-container .content .title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cta-container .content .description {
  margin-bottom: 40px;
}
.cta-container .content .button {
  display: inline-flex;
}
.cta-container .content .button .button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
  color: #fff;
  padding: 0 32px;
  border-radius: 50px;
  background-color: var(--text-color-1);
  font-size: 16px;
  text-transform: capitalize;
  height: 50px;
}
.cta-container .content .button .main-text {
  transition: all 0.3s ease-out 0s;
}
.cta-container .content .button .hover-text {
  position: absolute;
  transform: translateY(140%);
  transition: all 0.3s ease-out 0s;
}
.cta-container .content .button:hover .main-text {
  transform: translateY(-140%);
}
.cta-container .content .button:hover .hover-text {
  transform: translateY(0%);
}
.cta-container .content .button:hover .button-text {
  background-color: var(--main-color);
}
.cta-container .content .button .button-icon {
  border: 2px solid var(--text-color-1);
  background-color: var(--supporting-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -8px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 2;
}
.cta-image-box img {
  position: absolute;
  max-width: 100px;
  width: 100px;
  object-fit: cover;
}
.cta-image-1 {
  top: 0;
  left: 0;
}
.cta-image-2 {
  left: 12%;
  top: 35%;
}
.cta-image-3 {
  bottom: 0;
  left: 0;
}
.cta-image-4 {
  top: 0;
  right: 0;
}
.cta-image-5 {
  right: 12%;
  top: 35%;
  z-index: 1;
}
.cta-image-6 {
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .cta-container {
    padding: 10px 10px;
  }
  .cta-container .cta-image-box {
    display: none;
  }
  .cta-container .content .title {
    font-size: 30px;
  }
  .cta-container .content {
    padding: 0;
  }
}

/* ------------------------
 Video Icon
--------------------------- */

.video-icon.style-one {
  position: relative;
  margin: 0 auto;
}
.video-icon.style-one img {
  border-radius: 16px;
  width: 100%;
}
.video-icon.style-one .video-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.video-icon.style-one a.hv-popup-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #0d2416;
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: 45px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 1;
}
.video-icon.style-one .hv-popup-link i {
  color: var(--text-color-1);
  font-size: 18px;
}
.video-icon.style-one .video-btn span {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: linear-gradient(
    to right,
    rgba(141, 164, 144, 1),
    rgba(255, 255, 255, 1)
  );
  border-radius: 50%;
}
/* Style Two */

.video-icon.style-two {
  text-align: right;
  margin: 0 auto;
}
.video-icon.style-two .wrapper {
  position: relative;
  display: inline-block;
}
.video-icon.style-two img {
  border-radius: 5px;
}
.video-icon.style-two .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-icon.style-two a.hv-popup-link {
  position: relative;
  color: #fff;
  background-color: var(--title-color-1);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.video-icon.style-two .hv-popup-link i {
  font-size: 16px;
}

/* Style Three */

.video-icon.style-three {
  position: relative;
  text-align: center;
}
.video-icon.style-three img {
  border-radius: 16px;
  width: 100%;
}
.video-icon.style-three .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-icon.style-three a.hv-popup-link {
  position: relative;
  color: #0d2416;
  background-color: #fff;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.video-icon.style-three a.hv-popup-link:after {
  content: "";
  position: absolute;
  border: 20px solid #fff;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  animation: anim 1.5s linear infinite;
  opacity: 0;
}
.video-icon.style-three .hv-popup-link i {
  color: var(--main-color);
  font-size: 30px;
}
@keyframes anim {
  0% {
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}

/* ------------------------
 Video Box
--------------------------- */

.video-box.style-one {
  position: relative;
  width: 669px;
  max-width: 100%;
  aspect-ratio: 669 / 389;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.video-box.style-one .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-box.style-one .video-play-btn {
  position: absolute;
  bottom: 8%;
  right: 5%;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-box.style-one .video-play-btn i {
  color: var(--main-color);
}
.video-box.style-one video {
  width: 100%;
  height: 97%;
  display: none;
  border-radius: 16px;
}
.video-box.style-one iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.video-box.style-one video,
.video-box.style-one iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: none;
}
.video-box.style-one .overlay-top {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0%, -100%);
}
.video-box.style-one .overlay-bottom {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0%, 100%);
}

/* ------------------------
 Heading
--------------------------- */

.heading-text.style-one .heading span {
  color: var(--text-color-2);
}
.heading-text.style-one.center {
  text-align: center;
}
.heading-text.style-one.center .heading {
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .heading-text.style-one h2.heading {
    font-size: 30px;
  }
  .heading-text.style-one p.heading {
    font-size: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .heading-text.style-one h2.heading {
    font-size: 24px;
  }
}

/* ------------------------
 Section Title
--------------------------- */

.section-title.style-one {
  margin-bottom: 0;
}
.section-title.style-one.center {
  text-align: center;
  margin: auto;
}
.section-title.style-one .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--title-color-1);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 18px;
}
.section-title.style-one .subtitle .icon {
  height: 24px;
  width: 24px;
  line-height: 1;
  text-align: center;
  background-color: var(--brand-color-1);
  border-radius: 50%;
}
.section-title.style-one .title {
  color: var(--title-color-1);
  font-size: 40px;
  line-height: 1.5;
  /* perspective: 500px; */
}
.section-title.style-one p {
  color: var(--text-color-1);
  margin: 16px 0 0;
}
.section-title.style-one .title span {
  position: relative;
  color: var(--text-color-2);
}

@media only screen and (max-width: 767px) {
  .section-title.style-one .title {
    font-size: 30px;
  }
}

/* Style two */

.section-title.style-two {
  margin-bottom: 0;
}
.section-title.style-two.center {
  text-align: center;
  margin: auto;
}
.section-title.style-two .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--title-color-2);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-title.style-two .subtitle .icon {
  height: 24px;
  width: 24px;
  line-height: 1;
  text-align: center;
  background-color: var(--brand-color-3);
  border-radius: 50%;
}
.section-title.style-two .title {
  color: var(--title-color-2);
  font-size: 40px;
  line-height: 1.5;
  perspective: 500px;
}
.section-title.style-two p {
  color: var(--text-color-2);
  margin: 20px 0 0;
}
.section-title.style-two .title span {
  position: relative;
  color: var(--text-color-2);
}

@media only screen and (max-width: 767px) {

  .section-title.style-two .title {
    font-size: 30px;
  }
}

/* Style Three */

.section-title.style-three {
  margin-bottom: 0;
}
.section-title.style-three.center {
  text-align: center;
  margin: auto;
}
.section-title.style-three .subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--title-color-2);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section-title.style-three .subtitle .icon {
  height: 24px;
  width: 24px;
  line-height: 18px;
  text-align: center;
  background-color: var(--brand-color-3);
  border-radius: 50%;
}
.section-title.style-three .title {
  color: var(--title-color-2);
  font-size: 40px;
  line-height: 1.5;
  perspective: 500px;
}
.section-title.style-three p {
  color: var(--text-color-2);
  line-height: 1.8;
}
.section-title.style-three .title span {
  position: relative;
  color: var(--text-color-2);
}

@media only screen and (max-width: 767px) {

  .section-title.style-three .title {
    font-size: 30px;
  }
}

/* Style Four */

.section-title.style-four {
  margin-bottom: 0;
}
.section-title.style-four.center {
  text-align: center;
  margin: auto;
}
.section-title.style-four .subtitle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--title-color-2);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section-title.style-four .subtitle .icon {
  height: 24px;
  width: 24px;
  line-height: 1;
  text-align: center;
  background-color: var(--brand-color-3);
  border-radius: 50%;
}
.section-title.style-four .title {
  color: var(--title-color-2);
  font-size: 40px;
  line-height: 1.5;
  perspective: 500px;
}
.section-title.style-four p {
  color: var(--text-color-2);
  margin: 20px 0 0;
}
.section-title.style-four .title span {
  position: relative;
  color: var(--text-color-2);
}

@media only screen and (max-width: 767px) {

  .section-title.style-four .title {
    font-size: 30px;
  }
}

/* ------------------------
 Process
--------------------------- */

.process-step.style-one .item-grid{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.process-step.style-one .process-box{
  background-color: #F7F7F7;
  padding: 30px 30px 40px;
  border-radius: 4px;
  text-align: center;
}
.process-step.style-one .number{
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--title-color-1);
  margin: 0 auto 32px;
  border: 10px solid #CAD1D1;
}
.process-step.style-one .title{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 12px;
}
.process-step.style-one .description{
  color: var(--text-color-1);
}

@media only screen and (max-width: 767px) {

  .process-step.style-one .item-grid{
    grid-template-columns: 1fr;
  }
}

/* Style Two */

.process-step.style-two .process-box{
  display: flex;
  gap: 24px;
  padding: 32px 32px 32px 32px;
  border: 1px solid #F6F6F6;
  border-radius: 12px;
  margin-bottom: 60px;
  transition: 0.3s;
}
.process-step.style-two .process-box:last-child{
  margin-bottom: 0;
}
.process-step.style-two .number{
  position: relative;
  color: var(--text-color-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  height: 32px;
  width: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #F6F6F6;
  background-color: #fff;
  flex-shrink: 0;
  transition: 0.3s;
}
.process-step.style-two .title{
  color: var(--title-color-2);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 16px;
}
.process-step.style-two .description{
  color: var(--text-color-2);
  margin-bottom: 0;
  transition: 0.3s;
}

.process-step.style-two .process-box:hover{
  background-color: var(--brand-color-3);
}
.process-step.style-two .process-box:hover .number{
  color: var(--title-color-2);
}
.process-step.style-two .process-box:hover .description{
  color: #3E3E3E;
}

@media only screen and (max-width: 1024px) {

  .process-step.style-two .process-box{
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
  }
  .process-step.style-two .number{
    display: none;
  }
}

/* ------------------------
 Newsletter
--------------------------- */

.newsletter.style-one .provix-newsletter-form {
  position: relative;
  display: flex;
  max-width: 515px;
}
.newsletter.style-one .provix-newsletter-form::before{
  content: "\f0e0";
  position: absolute;
  left: 24px;
  top: 10px;
  font-family: "Font Awesome 6 Pro";
  color: #A2AFAF;
  font-size: 17px;
}
.newsletter.style-one .provix-newsletter-form input {
  color: #fff;
  width: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px 50px;
  transition: 0.3s;
}
.newsletter.style-one .provix-newsletter-form input::placeholder{
  color: #A2AFAF;
}
.newsletter.style-one button{
  position: absolute;
  top: 7px;
  right: 8px;
  color: var(--title-color-2);
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: var(--brand-color-3);
  border-radius: 50%;
}
.newsletter.style-one button i{
  transform: rotate(-45deg);
}

/* ------------------------
 Tabs
--------------------------- */

.provix-tabs.style-one .nav-tabs{
  justify-content: space-between;
  gap: 20px;
  border-bottom: none;
  padding-bottom: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.provix-tabs.style-one .nav-tabs .nav-link{
  border: 1px solid #F1F0FF;
  color: var(--text-color-2);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 17px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  white-space: nowrap;
}
.provix-tabs.style-one .nav-tabs .nav-link.active {
  color: var(--title-color-2);
  background-color: var(--brand-color-3);
}
.provix-tabs.style-one .nav-tabs .nav-link span{
  display: none;
  background: var(--title-color-2);
  color: #fff;
  margin-right: 7px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.provix-tabs.style-one .nav-tabs .nav-link.active span{
  display: inline-block;
}
.provix-tabs.style-one .service-two-container{
  width: 100%;
  padding: 40px 40px;
  background: var(--white-color);
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.provix-tabs.style-one .service-two-container-left img{
  max-width: 470px;
  height: 437px;
  object-fit: cover;
}
.provix-tabs.style-one .service-two-content-number{
  position: relative;
  color: var(--title-color-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  padding-left: 60px;
}
.provix-tabs.style-one .service-two-content-number::after{
  content: '';
  width: 43px;
  height: 2px;
  background: var(--brand-color-3);
  position: absolute;
  left: 0;
  bottom: 15px;
}
.provix-tabs.style-one .service-two-container-content .title{
  color: var(--title-color-2);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.provix-tabs.style-one .service-two-content-text p{
  margin-bottom: 24px;
}
.provix-tabs.style-one .service-two-content-text ul{
  position: relative;
  padding-left: 15px;
}
.provix-tabs.style-one .service-two-content-text ul::after{
  content: '';
  width: 1px;
  height: 85%;
  background-color: #E7E7E7;
  position: absolute;
  left: 0;
  top: 11px;
}
.provix-tabs.style-one .service-two-content-text ul li{
  position: relative;
  margin-bottom: 16px;
  color: var(--title-color-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  padding-left: 10px;
}
.provix-tabs.style-one .service-two-content-text ul li::after {
  content: '';
  width: 11px;
  height: 11px;
  background: #E7E7E7;
  transform: rotate(45deg);
  position: absolute;
  left: -20px;
  top: 8px;
}
.provix-tabs.style-one .service-two-content-text ul li:last-child{
  margin-bottom: 0;
}
.provix-tabs.style-one .service-two-btn{
  margin-top: 40px;
}
.provix-tabs.style-one .service-two-btn .button {
  position: relative;
  display: inline-flex;
  padding: 12px 83px 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--title-color-2);
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid #F6F6F6;
  border-radius: 50px;
}
.provix-tabs.style-one .service-two-btn .button .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 58px;
  width: 58px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.provix-tabs.style-one .service-two-btn .button .btn-icon .icon-first {
  color: var(--title-color-2);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.provix-tabs.style-one .service-two-btn .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-2);
  font-size: 24px;
}
.provix-tabs.style-one .service-two-btn .button:hover .icon-first {
  transform: translateX(250%);
}
.provix-tabs.style-one .service-two-btn .button:hover .icon-second {
  transform: translateX(0%);
}

@media only screen and (max-width: 1024px) {

  .provix-tabs.style-one .service-two-container{
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  
  .provix-tabs.style-one .service-two-content-number{
    font-size: 18px;
    padding-left: 40px;
  }
  .provix-tabs.style-one .service-two-content-number::after{
    width: 30px;
  }
  .provix-tabs.style-one .service-two-container-left img{
    height: auto;
    width: 100%;
  }
  .provix-tabs.style-one .service-two-container-content .title{
    font-size: 24px;
  }
}

/* ------------------------
 Social Icons
--------------------------- */

.social-icons.style-one{
  display: flex;
  gap: 10px;
}
.social-icons.style-one a{
  font-size: 18px;
}

/* ------------------------
 Brand
--------------------------- */

.brand.style-one {
  display: flex;
  gap: 50px;
  border-radius: 16px;
  border: 1px solid #ecedec;
  overflow: hidden;
}
.brand.style-one .marquee-item-box {
  display: flex;
  gap: 20px;
}
.brand.style-one .brand-item {
  padding: 41px 57px;
  border-right: 1px solid #ecedec;
  flex-shrink: 0;
}
.brand.style-one .brand-item img {
  min-width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand.style-one:hover .marquee-item-wrapper {
  animation-play-state: paused;
}
.brand.style-one .marquee-item-wrapper {
  display: inline-block;
  animation: marquee-left 20s infinite linear;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .brand.style-one .brand-item {
    padding: 35px 40px;
  }
}

/* ------------------------
 Portfolio Grid
--------------------------- */

.portfolio-grid.style-one .section-title.style-two{
  margin-bottom: 60px;
}
.portfolio-grid.style-one .portfolio-item{
  position: relative;
  display: inline-block;
}
.portfolio-grid.style-one .portfolio-item .image img{
  aspect-ratio: 645 / 383;
  object-fit: cover;
  width: 100%;
}
.portfolio-grid.style-one .right-column{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.portfolio-grid.style-one .portfolio-item::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(22, 56, 56, 0), rgba(22, 56, 56, 1));
  height: 100%;
  width: 100%;
}
.portfolio-grid.style-one .portfolio-item .content{
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 36px 32px 36px;
  z-index: 2;
}
.portfolio-grid.style-one .portfolio-item .portfolio-categories {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 11px;
}
.portfolio-grid.style-one .portfolio-item .portfolio-categories li a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.57142;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #CFCFCF;
  padding: 3px 16px;
  border-radius: 50px;
}
.portfolio-grid.style-one .portfolio-item .content .title{
  color: #fff;
}
.portfolio-grid.style-one .portfolio-item .content .button{
  position: relative;
  padding: 10px 63px 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  background-color: #554AFF;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
  transition: 0.5s;
}
.portfolio-grid.style-one .portfolio-item .content .button .btn-icon{
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.portfolio-grid.style-one .portfolio-item .content .button .btn-icon .icon-first {
  color: var(--title-color-1);
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
}
.portfolio-grid.style-one .portfolio-item .content .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-1);
  font-size: 20px;
}
.portfolio-grid.style-one .portfolio-item .content .button:hover .icon-first {
  transform: translateX(250%);
}
.portfolio-grid.style-one .portfolio-item .content .button:hover .icon-second {
  transform: translateX(0%);
}
.portfolio-grid.style-one .section-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 77px;
}
.portfolio-grid.style-one .section-footer .description{
  width: 70%;
  margin-bottom: 0;
}
.portfolio-grid.style-one .section-footer .button{
  color: var(--title-color-2);
  text-decoration: underline;
}
.portfolio-grid.style-one .section-footer .button:hover{
  color: #554AFF;
}
.portfolio-grid.style-one .section-footer .button i{
  position: relative;
  top: 3px;
  color: #554AFF;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {

  .portfolio-grid.style-one .right-column .portfolio-item .image img{
    height: 360px;
  }
  .portfolio-grid.style-one .portfolio-item .content{
    flex-wrap: wrap;
  }
  .portfolio-grid.style-one .portfolio-item .content .button{
    margin-top: 15px;
  }
  .portfolio-grid.style-one .section-footer{
    margin: 40px 0;
  }
}

@media only screen and (max-width: 991px) {

  .portfolio-grid.style-one .right-column {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {

  .portfolio-grid.style-one .right-column{
    flex-direction: column;
  }
  .portfolio-grid.style-one .portfolio-item .image img{
    height: 360px;
  }
  .portfolio-grid.style-one .portfolio-item .content{
    flex-wrap: wrap;
    padding: 0 30px 32px 30px;
  }
  .portfolio-grid.style-one .section-footer{
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .portfolio-grid.style-one .section-footer .description{
    width: 100%;
  }
  .portfolio-grid.style-one .section-footer .button{
    margin-top: 13px;
  }
}

/* Style Two */

.portfolio-grid.style-two .portfolio-item {
  position: relative;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
}
.portfolio-grid.style-two .portfolio-item .image img {
  aspect-ratio: 420 / 383;
  object-fit: cover;
  width: 100%;
}
.portfolio-grid.style-two .right-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.portfolio-grid.style-two .portfolio-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(22, 56, 56, 0), rgba(22, 56, 56, 1));
  height: 50%;
  width: 100%;
}
.portfolio-grid.style-two .portfolio-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 36px 32px 36px;
  z-index: 2;
}
.portfolio-grid.style-two .portfolio-item .portfolio-categories {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.portfolio-grid.style-two .portfolio-item .portfolio-categories li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1.57142;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #CFCFCF;
  padding: 3px 16px;
  border-radius: 50px;
}
.portfolio-grid.style-two .portfolio-item .content .title {
  color: #fff;
}
.portfolio-grid.style-two .portfolio-item .content .button .btn-icon {
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.portfolio-grid.style-two .portfolio-item .content .button .btn-icon .icon-first {
  color: var(--title-color-1);
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
}
.portfolio-grid.style-two .portfolio-item .content .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-1);
  font-size: 20px;
}
.portfolio-grid.style-two .portfolio-item .content .button:hover .icon-first {
  transform: translateX(250%);
}
.portfolio-grid.style-two .portfolio-item .content .button:hover .icon-second {
  transform: translateX(0%);
}

/* ------------------------
 All Portfolio
--------------------------- */

.all-portfolio-grid.style-one .items-wrapper{
  column-count: 2;
  column-gap: 60px;
}
.all-portfolio-grid.style-one .portfolio-item{
  break-inside: avoid;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F6F6F6;
}
.all-portfolio-grid.style-one .portfolio-item .image{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.all-portfolio-grid.style-one .portfolio-item .image::after{
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, #163838, #16383800);
  bottom: -50%;
  transition: 0.5s;
}
.all-portfolio-grid.style-one .portfolio-item:hover .image::after{
  bottom: 0;
}
.all-portfolio-grid.style-one .portfolio-item .image a{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 102px;
  width: 102px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
  transform: scale(0);
  z-index: 9;
  transition: 0.5s;
}
.all-portfolio-grid.style-one .portfolio-item:hover .image a{
  transform: scale(1);
}
.all-portfolio-grid.style-one .portfolio-item .image a i{
  color: var(--title-color-2);
  font-size: 40px;
  transform: rotate(-45deg);
}
.all-portfolio-grid.style-one .portfolio-item .portfolio-categories{
  position: relative;
  display: inline-flex;
  gap: 20px;
  margin: 24px 0 8px;
}
.all-portfolio-grid.style-one .portfolio-item .portfolio-categories::after{
  content: "";
  position: absolute;
  height: 2px;
  width: 131px;
  background-color: #F6F6F6;
  top: 14px;
  right: -160px;
}
.all-portfolio-grid.style-one .portfolio-item .portfolio-categories li a{
  color: var(--text-color-2);
}
.all-portfolio-grid.style-one .portfolio-item .title a{
  display: inline;
  color: var(--title-color-2);
  background: linear-gradient(to bottom, var(--title-color-2) 0, var(--title-color-2) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: right bottom;
  transition: background-size 0.75s;
}
.all-portfolio-grid.style-one .portfolio-item .title a:hover {
	background-size: 100% 1px;
	background-position: left bottom;
}

@media only screen and (max-width: 1024px) {

  .all-portfolio-grid.style-one .portfolio-item .image a{
    height: 60px;
    width: 60px;
    line-height: 70px;
  }
  .all-portfolio-grid.style-one .portfolio-item .image a i{
    font-size: 24px;
  }
  .all-portfolio-grid.style-one .portfolio-item .title{
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {

  .all-portfolio-grid.style-one .items-wrapper{
    column-count: 1;
  }
}

/* ------------------------
 Marquee
--------------------------- */

.marquee.style-one {
  display: flex;
  overflow: hidden;
}
.marquee.style-one .marquee-item-box {
  display: flex;
}
.marquee.style-one .marquee-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 34px 20px;
  flex-shrink: 0;
}
.marquee.style-one .marquee-item .title {
  text-transform: uppercase;
}
.marquee.style-one .marquee-item img {
  width: auto;
  height: auto;
}
.marquee.style-one:hover .marquee-item-wrapper {
  animation-play-state: paused;
}
.marquee.style-one .marquee-item-wrapper {
  display: inline-block;
  flex-shrink: 0;
  animation: marquee-left 20s infinite linear;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .marquee.style-one .marquee-item {
    padding: 35px 40px;
  }
}

/* ------------------------
 Icon Box
--------------------------- */

.box-icon.style-one {
  display: flex;
}
.box-icon.style-one .icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--title-color-1);
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 40px;
  transition: 0.5s;
  z-index: 1;
}
.box-icon.style-one .icon::before {
  display: none;
}
.box-icon.style-one.yes .icon::before {
  display: block;
  content: "";
  position: absolute;
  height: 74px;
  width: 1px;
  background-color: #eee;
  top: calc(100% + 10px);
}
.box-icon.style-one .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--brand-color-2);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}
.box-icon.style-one:hover .icon::after {
  transform: scale(1);
}
.box-icon.style-one .content .title {
  position: relative;
  color: var(--title-color-1);
  font-weight: normal;
  margin: 0 0 8px;
  transition: 0.5s;
}
.box-icon.style-one .content .title::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--brand-color-2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleY(-50%);
  transition: 0.5s;
}
.box-icon.style-one:hover .content .title {
  padding-left: 50px;
}
.box-icon.style-one:hover .content .title::before {
  width: 40px;
}
.box-icon.style-one .content .description {
  color: var(--text-color-1);
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .box-icon.style-one {
    margin-right: 20px;
  }
  .box-icon.style-one .icon {
    margin-right: 25px;
  }
  .box-icon.style-one:hover .content .title {
    padding-left: 0;
  }
  .box-icon.style-one .content .title::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-icon.style-one {
    flex-wrap: wrap;
  }
  .box-icon.style-one .icon {
    margin: 0 0 15px;
  }
  .box-icon.style-one.yes .icon::before {
    display: none;
  }
  .box-icon.style-one .content .title {
    font-size: 24px;
  }
}

/* Style Two */

.box-icon.style-two {
  display: flex;
  gap: 24px;
  align-items: center;
}
.box-icon.style-two .title {
    color: var(--text-color-1);
    font-size: 18px;
    margin-bottom: 2px;
}
.box-icon.style-two .description {
    color: var(--title-color-1);
    margin-bottom: 0;
}
.box-icon.style-two .icon {
    color: #fff;
    font-size: 20px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: var(--title-color-1);
    transition: 0.5s;
}

/* Style Three */

.box-icon.style-three {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #E6F3F3;
  border-radius: 4px;
  padding: 30px 25px;
  background-color: #F9FFFF;
}
.box-icon.style-three .title {
  color: var(--title-color-1);
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.box-icon.style-three .icon {
  width: 90px;
  height: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #033f1b;
  border: 1px solid #E6F3F3;
  border-radius: 4px;
  flex-shrink: 0;
  transition: 0.5s;
}
.box-icon.style-three .content p{
  color: var(--text-color-1);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .box-icon.style-three{
    flex-wrap: wrap;
  }
}

/* Style Four */

.box-icon.style-four {
  display: flex;
}
.box-icon.style-four .icon {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--title-color-2);
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 40px;
  transition: 0.5s;
  z-index: 1;
}
.box-icon.style-four .icon::before {
  display: none;
}
.box-icon.style-four.yes .icon::before {
  display: block;
  content: "";
  position: absolute;
  height: 61px;
  width: 1px;
  background-color: var(--brand-color-3);
  top: calc(100% + 10px);
}
.box-icon.style-four.yes .icon::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid var(--brand-color-3);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.box-icon.style-four .icon span{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--brand-color-3);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}
.box-icon.style-four:hover .icon span{
  transform: scale(1);
}
.box-icon.style-four .content .title {
  position: relative;
  color: var(--title-color-2);
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 8px;
  transition: 0.5s;
}
.box-icon.style-four .content .title::before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--brand-color-3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: scaleY(-50%);
  transition: 0.5s;
}
.box-icon.style-four:hover .content .title {
  padding-left: 50px;
}
.box-icon.style-four:hover .content .title::before {
  width: 40px;
}
.box-icon.style-four .content .description {
  color: var(--text-color-2);
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .box-icon.style-four {
    margin-right: 20px;
  }
  .box-icon.style-four .icon {
    margin-right: 25px;
  }
  .box-icon.style-four:hover .content .title {
    padding-left: 0;
  }
  .box-icon.style-four .content .title::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-icon.style-four {
    flex-wrap: wrap;
  }
  .box-icon.style-four .icon {
    margin: 0 0 15px;
  }
  .box-icon.style-four.yes .icon::before {
    display: none;
  }
  .box-icon.style-four .content .title {
    font-size: 24px;
  }
}

/* Style Five */

.box-icon.style-five .icon{
  margin-bottom: 20px;
}
.box-icon.style-five .icon img{
  max-width: 100px;
}
.box-icon.style-five .content .title {
  position: relative;
  color: var(--title-color-2);
  font-weight: normal;
  line-height: 1.25;
  margin: 0 0 8px;
  transition: 0.5s;
}
.box-icon.style-five .content .description {
  color: var(--text-color-2);
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .box-icon.style-five {
    margin-right: 20px;
  }
  .box-icon.style-five .icon {
    margin-right: 25px;
  }
  .box-icon.style-five:hover .content .title {
    padding-left: 0;
  }
  .box-icon.style-five .content .title::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-icon.style-five {
    flex-wrap: wrap;
  }
  .box-icon.style-five .icon {
    margin: 0 0 15px;
  }
  .box-icon.style-five.yes .icon::before {
    display: none;
  }
  .box-icon.style-five .content .title {
    font-size: 24px;
  }
}

/* ------------------------
 Experience Box
--------------------------- */

.experience-box.style-one .round-box-content {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.experience-box.style-one .round-box-content .curved-circle {
  font-size: 13px;
  color: var(--text-color-2);
  font-weight: 400;
  text-transform: uppercase;
}
.experience-box.style-one .round-box-content .curved-circle span {
  display: inline-block;
}
.experience-box.style-one .round-box-content .curved-circle,
.experience-box.style-one .round-box-content .curved-circle .circle-text span {
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  text-rendering: geometricPrecision;
}
.experience-box.style-one .round-box-icon {
  position: absolute;
  width: 78px;
  height: 78px;
  line-height: 78px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-size: 40px;
  z-index: 1;
}
.experience-box.style-one .round-box-icon::after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ------------------------
 Single Image
--------------------------- */

.image-box.style-one {
  font-size: 0;
}
.image-box.style-one .image {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
}
.image-box.style-one .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-box.style-one .overlay-top,
.image-box.style-one .overlay-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: 2;
}
.image-box.style-one .overlay-top {
  top: 0;
}
.image-box.style-one .overlay-bottom {
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .image-box.style-one .about-right-image {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Style Two */

.image-box.style-two {
  position: relative;
}
.image-box.style-two .image {
  overflow: hidden;
}
.image-box.style-two .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
}

@media only screen and (max-width: 767px) {
  .image-box.style-two .about-right-image {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Style Three */

.image-box.style-three {
  position: relative;
}

/* Style Four */

.image-box.style-three {
  position: relative;
}
.image-box.style-three .plane {
  position: absolute;
  left: 100px;
  top: 100px;
  animation: plane 2s linear infinite alternate;
}
@keyframes plane {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.image-box.style-three .gallery {
  position: absolute;
  left: 100px;
  top: 210px;
  animation: gallery 10s linear infinite;
}
@keyframes gallery {
  0% {
    transform: rotate(380deg);
  }
  100% {
    transform: rotate(0);
  }
}
.image-box.style-three .experience-right-bg {
  position: absolute;
  right: 45px;
  bottom: -70px;
}
.image-box.style-three .experience-bottom-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -50px;
}
.image-box.style-three .experience-bottom-image {
  position: relative;
}
.image-box.style-three .experience-bottom-image img {
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .image-box.style-three .experience-bottom-image {
    margin-top: 0;
  }
  .image-box.style-three .experience-right-bg {
    display: none;
  }
}

/* ------------------------
 Review Box
--------------------------- */

.review-box.style-one{
  display: flex;
  background-color: var(--brand-color-3);
  padding: 21px 32px;
}
.review-box.style-one .review-title{
  display: flex;
  gap: 18px;
  align-items: center;
}
.review-box.style-one .review-title .icon i{
  color: var(--title-color-2);
  font-size: 31px;
}
.review-box.style-one .review-title .title{
  color: var(--title-color-2);
  margin-bottom: 0;
}
.review-box.style-one .seperator{
  position: relative;
  height: 61px;
  width: 1px;
  background-color: #8D8D8D;
  margin: 0 24px;
}
.review-box.style-one .seperator::after{
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  border: 1px solid #8D8D8D;
  border-radius: 50%;
  background-color: #AEFE3A;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
}
.review-box.style-one .review-contact .rating{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.review-box.style-one .review-contact .rating h4{
  color: var(--title-color-2);
}
.review-box.style-one .review-contact .rating .stars{
  display: flex;
  gap: 5px;
}
.review-box.style-one .review-contact .rating .stars i{
  color: var(--title-color-2);
}
.review-box.style-one .review-contact .subtitle{
  color: #3E3E3E;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .review-box.style-one{
    flex-wrap: wrap;
  }
  .review-box.style-one .review-title{
    margin-bottom: 20px;
  }
  .review-box.style-one .seperator{
    display: none;
  }
}

/* Style Two */

.review-box.style-two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.review-box.style-two .avater-image {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 10px 14px;
}
.review-box.style-two .avater-image ul {
  display: flex;
}
.review-box.style-two .avater-image ul li:first-child {
  margin-left: 0;
}
.review-box.style-two .avater-image ul li {
  margin-left: -22px;
}
.review-box.style-two .avater-image ul li a img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.review-box.style-two .avater-image ul li .client-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  border: 2px solid #fff;
}
.review-box.style-two .contact {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 13px 16px 13px 24px;
  text-align: left;
}
.review-box.style-two .icon i {
  font-size: 36px;
  transform: rotate(-35deg);
}
.review-box.style-two .icon {
  margin-right: 14px;
}
.review-box.style-two .text .title {
  margin-bottom: 0;
}
.review-box.style-two .text .number {
  color: var(--text-color-1);
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .review-box.style-two {
    display: block;
    text-align: center;
  }
  .review-box.style-two .avater-image {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .review-box.style-two .avater-image ul li a img {
    height: 60px;
    width: 60px;
  }
  .review-box.style-two .avater-image ul li .client-icon {
    height: 60px;
    width: 60px;
  }
}

/* ------------------------
 Pricing Plan
--------------------------- */

.pricing-card.style-one {
  position: relative;
  border-radius: 16px;
  border: 1px solid #fff;
  background: transparent;
  padding: 32px 32px;
  background: transparent;
  display: flex;
  gap: 55px;
  transition: 0.5s;
}
.pricing-card.style-one .card-head {
  position: relative;
  text-align: center;
  max-width: 240px;
  width: 100%;
}
.pricing-card.style-one .card-head .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55555;
  margin-bottom: 20px;
}
.pricing-card.style-one .card-head .price {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}
.pricing-card.style-one .card-head .price span {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.pricing-card.style-one .card-head .price sup {
  font-size: 20px;
}
.pricing-card.style-one .pricing-btn .button {
  position: relative;
  overflow: hidden;
  padding: 12px 32px;
  background: var(--title-color-1);
  font-size: 18px;
  line-height: 1.55555;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
  transition: 0.5s;
}
.pricing-card.style-one .pricing-btn .button .text {
	position: relative;
	overflow: hidden;
}
.pricing-card.style-one .pricing-btn .button .first-text {
	transition: all 0.3s ease-out 0s;
}
.pricing-card.style-one .pricing-btn .button:hover .first-text {
	transform: translateY(-100%);
}
.pricing-card.style-one .pricing-btn .button .second-text {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(100%);
	transition: all 0.3s ease-out 0s;
}
.pricing-card.style-one .pricing-btn .button:hover .second-text {
	transform: translateY(0%);
}
.pricing-card.style-one .button i {
  margin-bottom: -3px;
  transition: 0.2s;
  transform: rotate(-45deg);
}
.pricing-card.style-one .card-head::after {
  content: "";
  width: 1px;
  height: 200px;
  background: var(--white-color);
  position: absolute;
  right: -13px;
  top: -16px;
  transition: 0.5s;
}
.pricing-card.style-one ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pricing-card.style-one ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--title-color-1);
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 15px;
}
.pricing-card.style-one ul li img {
  max-width: 50px;
  margin-top: 6px;
}

.pricing-card.is-active {
  background-color: #fff;
}
.pricing-card.is-active .card-head::after {
  background-color: var(--brand-color-2);
}
.pricing-card.is-active .pricing-btn .button {
  background-color: var(--brand-color-1);
}

@media only screen and (max-width: 767px) {
  .pricing-card.style-one {
    flex-wrap: wrap;
  }
  .pricing-card.style-one .card-head {
    max-width: none;
  }
  .pricing-card.style-one .card-head::after {
    top: inherit;
    bottom: -30px;
    width: 100%;
    height: 1px;
  }
}

/* Style Two */

.pricing-card.style-two {
  position: relative;
  border-radius: 16px;
  border: 1px solid #e6f3f3;
  padding: 0 60px 32px 60px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: 0.5s;
}
.pricing-card.style-two .card-head {
  position: relative;
  text-align: center;
  max-width: 142px;
  background-color: #ecf8f8;
  align-self: center;
  padding: 24px 0 25px;
  width: 100%;
  border-radius: 0 0 100px 100px;
}
.pricing-card.style-two .card-head .icon {
  color: var(--title-color-1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 4px;
  background-color: var(--brand-color-2);
  border-radius: 50%;
}
.pricing-card.style-two .card-head .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55555;
  margin-bottom: 2px;
}
.pricing-card.style-two .card-head .type {
  color: var(--text-color-1);
  margin-bottom: 0;
}
.pricing-card.style-two ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--title-color-1);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}
.pricing-card.style-two ul li:last-child {
  margin-bottom: 0;
}
.pricing-card.style-two ul li img {
  max-width: 50px;
  margin-top: 6px;
}
.pricing-card.style-two .card-body .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing-card.style-two .card-body .price span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.pricing-card.style-two .card-body .price sup {
  font-size: 16px;
  top: -1.4em;
}
.pricing-card.style-two .pricing-btn .btn-2 {
  position: relative;
  padding: 14px 102px 14px 42px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--title-color-1);
  text-transform: capitalize;
  border: 1px solid #f6f6f6;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
  transition: 0.5s;
}
.pricing-card.style-two .btn-2 .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-2);
}
.pricing-card.style-two .btn-2 .btn-icon .icon-first {
  color: var(--title-color-1);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.pricing-card.style-two .btn-2 .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-1);
  font-size: 24px;
}
.pricing-card.style-two .btn-2:hover .icon-first {
  transform: translateX(250%);
}
.pricing-card.style-two .btn-2:hover .icon-second {
  transform: translateX(0%);
}

.pricing-card.style-two.is-active {
  background-color: #ecf8f8;
}
.pricing-card.style-two.is-active .card-head {
  background-color: var(--brand-color-2);
}
.pricing-card.style-two.is-active .card-head .icon {
  background-color: #fff;
}
.pricing-card.style-two.is-active .pricing-btn .btn-2 {
  color: #fff;
  background-color: var(--title-color-1);
}

@media only screen and (max-width: 1299px) {
  .pricing-card.style-two {
    padding: 0 40px 32px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-card.style-two .pricing-btn .btn-2 {
    font-size: 16px;
    padding: 14px 85px 14px 30px;
  }
  .pricing-card.style-two .btn-2 .btn-icon {
    height: 54px;
    width: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-card.style-two {
    padding: 0 20px 32px 20px;
  }
}

/* Style Three */

.pricing-card.style-three {
  position: relative;
  border-radius: 16px;
  border: 1px solid #e6f3f3;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.pricing-card.style-three .card-head {
  position: relative;
  text-align: center;
  max-width: 142px;
  align-self: center;
  margin-bottom: 32px;
  padding: 24px 0 25px;
  width: 100%;
  border: 1px solid #F1F0FF;
  border-top: 0;
  border-radius: 0 0 100px 100px;
}
.pricing-card.style-three .card-head .icon {
  color: var(--title-color-1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 4px;
  background-color: var(--brand-color-3);
  border-radius: 50%;
}
.pricing-card.style-three .card-head .name {
  color: var(--title-color-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55555;
  margin-bottom: 2px;
}
.pricing-card.style-three .card-head .type {
  color: var(--text-color-1);
  margin-bottom: 0;
}
.pricing-card.style-three ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--title-color-2);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}
.pricing-card.style-three ul li:last-child {
  margin-bottom: 0;
}
.pricing-card.style-three ul li img {
  max-width: 50px;
  margin-top: 6px;
}
.pricing-card.style-three .card-body{
  padding: 0 60px 0;
}
.pricing-card.style-three .card-body .price {
  color: var(--title-color-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing-card.style-three .card-body .price span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}
.pricing-card.style-three .card-body .price sup {
  font-size: 16px;
  top: -1.4em;
}
.pricing-card.style-three .pricing-btn{
  text-align: center;
  margin-bottom: 24px;
}
.pricing-card.style-three .pricing-btn .btn-2 {
  position: relative;
  padding: 14px 102px 14px 42px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--title-color-2);
  text-transform: capitalize;
  border: 1px solid #f6f6f6;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
  transition: 0.5s;
}
.pricing-card.style-three .btn-2 .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.pricing-card.style-three .btn-2 .btn-icon .icon-first {
  color: var(--title-color-1);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.pricing-card.style-three .btn-2 .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-1);
  font-size: 24px;
}
.pricing-card.style-three .btn-2:hover .icon-first {
  transform: translateX(250%);
}
.pricing-card.style-three .btn-2:hover .icon-second {
  transform: translateX(0%);
}

.pricing-card.style-three.is-active .card-head {
  background-color: var(--brand-color-3);
}
.pricing-card.style-three.is-active .card-head .icon {
  background-color: #fff;
}
.pricing-card.style-three.is-active .pricing-btn .btn-2 {
  color: #fff;
  background-color: var(--title-color-2);
}

@media only screen and (max-width: 1199px) {

  .pricing-card.style-three .pricing-btn .btn-2 {
    font-size: 16px;
    padding: 14px 85px 14px 30px;
  }
  .pricing-card.style-three .btn-2 .btn-icon {
    height: 54px;
    width: 54px;
  }
}
@media only screen and (max-width: 1024px) {

  .pricing-card.style-three .card-body{
    padding: 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-card.style-three {
    padding: 0 20px 32px 20px;
  }
  .pricing-card.style-three .card-body{
    padding: 0 10px 0;
  }
}

@keyframes fadeInLeftLong {
  from {
    opacity: 0;
    transform: translate3d(-400px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftLong {
  animation-name: fadeInLeftLong;
}

/* ------------------------
 Team Member
--------------------------- */

.team-single.style-one {
  position: relative;
  background-color: #fff;
  padding: 24px;
  border-top-right-radius: 160px;
  border-top-left-radius: 160px;
  overflow: hidden;
}
.team-single.style-one .team-single-image-box {
  position: relative;
  display: inline-block;
  aspect-ratio: 260 / 260;
}
.team-single.style-one .team-single-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.team-single.style-one .team-single-content{
  margin-top: 40px;
}
.team-single.style-one .team-single-content .name {
  color: var(--title-color-2);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 23px;
  margin-bottom: 19px;
}
.team-single.style-one .team-single-content .bottom-area{
  display: flex;
  justify-content: space-between;
}
.team-single.style-one .team-single-content .bottom-area button{
  border: 0;
  outline: 0;
  font-size: 12px;
  background-color: var(--brand-color-3);
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}
.team-single.style-one .team-single-content .bottom-area .social-icons ul{
  position: absolute;
  right: 0;
  bottom: -43%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #F5FBFF;
  padding: 18px 19px 3px 19px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: 0.5s;
}
.team-single.style-one .team-single-content .bottom-area .social-icons:hover ul{
  bottom: 0;
}
.team-single.style-one .team-single-content .bottom-area .social-icons ul li a{
  display: inline-block;
  color: var(--title-color-2);
  font-size: 12px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.team-single.style-one .team-single-content .bottom-area .social-icons ul li a:hover{
  background-color: var(--brand-color-3);
}
.team-single.style-one .team-single-content .designation {
  color: var(--text-color-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

  .team-single.style-one{
    text-align: center;
  }
  .team-single.style-one .team-single-content{
    text-align: left;
  }
  .team-single.style-one .team-single-content .name {
    font-size: 24px;
  }
  .team-single.style-one .team-single-content .designation {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-single-image img {
    width: 100%;
    height: 236px;
  }
}

/* Style Two */

.team-single.style-two {
  background-color: var(--bg-2);
  border-radius: 16px;
}
.team-single.style-two .team-single-image-box {
  position: relative;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}

.team-single.style-two .team-single-overlay {
  width: 100%;
  height: 0;
  border-radius: 16px 16px 0px 0px;
  background: rgba(155, 155, 155, 0.5);
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.team-single.style-two .team-single-overlay .footer-media {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.team-single.style-two .team-single-overlay .footer-media ul {
  gap: 8px;
}
.team-single.style-two .team-single-overlay .footer-media ul li a {
  color: var(--white-color);
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: 0.5s;
}
.team-single.style-two .team-single-overlay .footer-media ul li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.team-single.style-two:hover .team-single-overlay {
  height: 100%;
}
.team-single.style-two .team-single-number p {
  background-color: #f9e36a;
  padding: 7px 24px;
  font-size: 20px;
  font-weight: 700;
}
.team-single.style-two .team-single-content {
  padding: 16px 24px 24px 24px;
}
.team-single.style-two .team-single-content h6 {
  color: var(--text-color-1);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}

/* Style Three */

.team-single.style-three {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.team-single.style-three .team-single-image-box {
  position: relative;
  display: inline-block;
  aspect-ratio: 486 / 661;
}
.team-single.style-three .team-single-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-single.style-three .team-single-image-box .overlay-top,
.team-single.style-three .team-single-image-box .overlay-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: 2;
}
.team-single.style-three .team-single-image-box .overlay-top {
  top: 0;
}
.team-single.style-three .team-single-image-box .overlay-bottom {
  bottom: 0;
}
.team-single.style-three .team-single-content {
  width: 243px;
  padding: 12px 20px;
  border-radius: 16px;
  background: var(--white-color);
  position: absolute;
  left: 20px;
  bottom: 36px;
  transform: translate3d(0px, 100%, 0px) scale3d(0, 0, 1);
  transform-style: preserve-3d;
  transition: 0.5s;
}
.team-single.style-three:hover .team-single-content {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1);
}
.team-single.style-three .team-single-content .name {
  color: var(--text-color-1);
  font-size: 18px;
  font-weight: 400;
}
.team-single.style-three .team-single-content .designation {
  color: var(--text-color-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .team-single.style-three .team-single-content .name {
    font-size: 24px;
  }
  .team-single.style-three .team-single-content .designation {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-single-image img {
    width: 100%;
    height: 236px;
  }
}

/* ------------------------
 Accordion
--------------------------- */

.faq-accordion.style-one .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #e5e5e5;
}
.faq-accordion.style-one .accordion-button:focus {
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.faq-accordion.style-one .accordion {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq-accordion.style-one .accordion-item {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid #e5e5e5 !important;
}
.faq-accordion.style-one .accordion-item .accordion-body p {
  font-size: 16px;
}
.faq-accordion.style-one .accordion-button {
  padding: 17.5px 0 !important;
  margin: 0 24px;
  width: 93.5% !important;
  font-size: 18px !important;
  line-height: 30px !important;
  color: var(--text-color-1) !important;
}
.faq-accordion.style-one .accordion-button::after {
  display: none;
}

/* Style Two */

.accordion-box .accordion {
  position: relative;
  margin-bottom: 15px;
  border-top: 0;
}
.acc-content .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 0px 40px 20px 0px;
  border-bottom: 1px solid #d6dfdf;
  border-top: none;
}
.accordion-box .acc-btn {
  position: relative;
  padding: 10px 0 25px;
  border-bottom: 1px solid #d6dfdf;
}
.accordion-box .acc-btn.active {
  border-bottom: 1px solid transparent;
}
.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .acc-content {
  display: none;
}
.accordion-box .acc-btn h4 {
  color: var(--text-color-1);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
  cursor: pointer;
}
.accordion-box .acc-btn.active h4 {
  color: var(--praimary-color);
}
.accordion-box .acc-btn .icon-box {
  position: absolute;
  top: 15px;
  right: 0px;
}
.accordion-box .block .icon_1 {
  visibility: visible;
  opacity: 1;
  color: var(--text-color-1);
}
.accordion-box .active-block .icon_1 {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.accordion-box .block .icon_2 {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.accordion-box .active-block .icon_2 {
  visibility: visible;
  opacity: 1;
  width: 24px;
  height: 24px;
  background-color: #033f1b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .faq-left-shape {
    display: none;
  }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-left-container {
    margin-right: 0;
  }
  .accordion-box .acc-btn h4 {
    font-size: 18px;
    line-height: 24px;
    width: 90%;
  }
  .faq-left-shape {
    bottom: 0;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq {
    padding: 100px 0 90px;
  }
  .faq-right {
    margin-top: 40px;
  }
  .faq-rifht-container {
    margin-left: 0;
    margin-top: 80px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .faq {
    padding: 100px 0 90px;
  }
  .faq-rifht-container {
    margin-left: 0;
    margin-top: 80px;
  }
  .faq-right {
    margin-top: 40px;
  }
  .faq-left-container {
    margin-right: 0;
    margin-top: 50px;
  }
  .accordion-box .acc-btn h4 {
    font-size: 16px;
    padding-right: 25px;
  }
  .acc-content .text {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0 20px 0px;
  }
}

/* ------------------------
 Single Button
--------------------------- */

.single-btn.style-one .button {
  color: var(--title-color-1);
  font-size: 20px;
  height: 130px;
  width: 130px;
  border: 1px solid #c3df94;
  border-radius: 50%;
  background-color: transparent;
  padding: 30px 20px 20px 30px;
  transition: none;
}
.single-btn.style-one .button:hover {
  color: var(--title-color-1);
}
.single-btn.style-one .button i {
  font-size: 20px;
  transform: rotate(-45deg);
  margin-left: 3px;
}
.single-btn.style-one .button span {
  background-color: #c3df94;
}

/* Style Two */

.single-btn.style-two .button {
  position: relative;
  display: inline-flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  background-color: var(--title-color-1);
  border-radius: 50px;
}
.single-btn.style-two .button i {
  transform: rotate(-45deg);
}
.single-btn.style-two .button .text{
  position: relative;
  overflow: hidden;
}
.single-btn.style-two .button .first-text {
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-two .button .second-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-two .button:hover .first-text {
  transform: translateY(-100%);
}
.single-btn.style-two .button:hover .second-text {
  transform: translateY(0%);
}

@media only screen and (max-width: 767px) {
  .single-btn.style-two .button {
    font-size: 14px;
    padding: 10px 24px;
  }
}

/* Style Three */

.single-btn.style-three .button {
  position: relative;
  display: inline-flex;
  padding: 14px 83px 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  background-color: var(--title-color-2);
  border-radius: 50px;
}
.single-btn.style-three .button .btn-icon {
  position: absolute;
  top: -1px;
  right: -1px;
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--brand-color-3);
}
.single-btn.style-three .button .btn-icon .icon-first {
  color: var(--title-color-2);
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-three .button .btn-icon .icon-second {
  position: absolute;
  transform: translateX(-250%);
  transition: all 0.3s ease-out 0s;
  color: var(--title-color-2);
  font-size: 24px;
}
.single-btn.style-three .button:hover .icon-first {
  transform: translateX(250%);
}
.single-btn.style-three .button:hover .icon-second {
  transform: translateX(0%);
}

@media only screen and (max-width: 767px) {
  
  .single-btn.style-three .button{
    font-size: 18px;
  }
  .single-btn.style-three .button .btn-icon{
    height: 57px;
    width: 57px;
  }
  .single-btn.style-three .button .btn-icon .icon-first,
  .single-btn.style-three .button .btn-icon .icon-second{
    font-size: 22px;
  }

}

/* Style Four */

.single-btn.style-four .button {
  display: inline-flex;
}
.single-btn.style-four .button .button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
  color: #fff;
  padding: 0 32px;
  border-radius: 50px;
  background-color: var(--text-color-1);
  font-size: 16px;
  text-transform: capitalize;
  height: 50px;
}
.single-btn.style-four .button .main-text {
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-four .button .hover-text {
  position: absolute;
  transform: translateY(140%);
  transition: all 0.3s ease-out 0s;
}
.single-btn.style-four .button:hover .main-text {
  transform: translateY(-140%);
}
.single-btn.style-four .button:hover .hover-text {
  transform: translateY(0%);
}
.single-btn.style-four .button:hover .button-text {
  background-color: var(--main-color);
}
.single-btn.style-four .button .button-icon {
  border: 2px solid var(--text-color-1);
  background-color: var(--supporting-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -8px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 2;
}

/* ------------------------
 Download Button
--------------------------- */

.app-icon {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 21px;
}
.app-icon a {
  position: relative;
  overflow: hidden;
}
.app-icon a::after {
  content: "";
  width: 70px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.5s;
}
.app-icon a:hover:after {
  left: 100%;
}

/* ------------------------
 Counter
--------------------------- */

.single-counter.style-one {
  display: flex;
}
.single-counter.style-one .counter-box {
  display: flex;
  align-items: center;
}
.single-counter.style-one .counter-box h5,
.single-counter.style-one .counter-box .odometer-text {
  color: var(--text-color-1);
  font-size: 40px;
  line-height: 1.7;
}
.single-counter.style-one .text {
  color: var(--text-color-2);
  margin: 5px 0 0;
}

/* Style Two */

.single-counter.style-two {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ecedec;
  padding: 12px 32px;
  border-radius: 16px;
}
.single-counter.style-two .counter-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.single-counter.style-two .counter-box h5,
.single-counter.style-two .counter-box .odometer-text {
  color: var(--text-color-1);
  font-size: 40px;
  line-height: 1.5;
}
.single-counter.style-two .text {
  color: var(--text-color-2);
  font-size: 18px;
  margin: 0 0 0 24px;
}

/* ------------------------
 Feature Box
--------------------------- */

.feature-box.style-one {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 40px;
}
.feature-box.style-one .icon {
  margin-bottom: 24px;
}
.feature-box.style-one .title {
  margin-bottom: 16px;
}
.feature-box.style-one .description {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .feature-box.style-one {
    display: block;
  }
}

/* ------------------------
 Feature List
--------------------------- */

.features-list .feature-title span {
  color: var(--text-color-2);
}
.features-list.style-one {
  position: relative;
}
.features-list.style-one .feature-left .button-area {
  position: relative;
}
.features-list.style-one .feature-left .shape {
  position: relative;
  margin-top: 120px;
}
.features-list.style-one .feature-left .shape::before {
  content: url(../img/feature1-shape.png);
}
.features-list.style-one .view-all {
  position: relative;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.features-list.style-one .view-all a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background-color: var(--text-color-1);
  padding: 16px 40px;
  border-radius: 60px;
  transform: rotate(-32deg);
}
.features-list.style-one .view-all a:hover {
  background-color: var(--main-color);
}
.features-list.style-one .view-all a i {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #fff;
  color: #0a0a0a;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 10px;
}
.features-list.style-one .stack-item {
  position: absolute;
  padding-bottom: 30px;
}
.features-list.style-one .feature-item {
  background-color: #f7f7f7;
  padding: 40px 40px 40px;
  width: 540px;
  border-radius: 16px;
  text-align: left;
  margin-bottom: 40px;
  z-index: 2;
}
.features-list.style-one .feature-item.item-2 {
  margin-left: 285px;
}
.features-list.style-one .feature-item.item-4 {
  margin-left: 285px;
}
.features-list.style-one .feature-item .box-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.features-list.style-one .feature-item .box-head .number {
  display: inline-block;
  color: #0a0a0a;
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-one .feature-item .box-head .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--text-color-1);
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-one .feature-item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
.features-list.style-one .feature-item .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

@media only screen and (max-width: 1680px) {
  .features-list.style-one .feature-item.item-2 {
    margin-left: 0;
  }
  .features-list.style-one .feature-item.item-4 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .features-list.style-one .feature-item {
    width: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .features-list.style-one .feature-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .features-list.style-one .feature-item {
    width: 350px;
    padding: 40px 30px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .features-list.style-one .feature-title {
    font-size: 30px;
  }
  .features-list.style-one .feature-left .shape {
    display: none;
  }
  .features-list.style-one .view-all {
    position: static;
  }
  .features-list.style-one .view-all a {
    font-size: 16px;
    transform: rotate(0);
    padding: 12px 32px;
  }
  .features-list.style-one .feature-item {
    width: 100%;
  }
  .features-list.style-one .feature-item.item-2 {
    margin-left: 0;
  }
  .features-list.style-one .feature-item.item-4 {
    margin-left: 0;
  }
  .features-list.style-one .feature-left .button-area {
    margin: 30px 0;
  }
}

/* Style Two */

.features-list.style-two {
  position: relative;
  /*height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
}
.features-list.style-two .border-one {
  position: relative;
  height: 820px;
  width: 820px;
  border: 1px solid #ecedec;
  border-radius: 50%;
  padding: 42px;
}
.features-list.style-two .border-one .dot1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 20s linear infinite;
}
.features-list.style-two .border-one .dot1:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--main-color);
  border-radius: 50%;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.features-list.style-two .border-two {
  position: relative;
  /*height: 734px;
    width: 734px;*/
  height: 100%;
  width: 100%;
  border: 1px solid #ecedec;
  border-radius: 50%;
  padding: 42px;
}
.features-list.style-two .border-one .dot2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 20s linear infinite;
}
.features-list.style-two .border-one .dot2:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--main-color);
  border-radius: 50%;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.features-list.style-two .circle-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #f7f7f7;
  border: 1px solid #ecedec;
}
.features-list.style-two .circle-center .title {
  color: var(--text-color-1);
  font-size: 60px;
  text-transform: uppercase;
}
.features-list.style-two .circle-center span {
  color: var(--text-color-2);
  display: block;
  margin-bottom: 10px;
}
.features-list.style-two .feature-item {
  background-color: #f7f7f7;
  padding: 40px 40px 40px;
  position: absolute;
  width: 540px;
  border-radius: 16px;
  text-align: left;
  z-index: 2;
  /*opacity: 0;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-list.style-two .feature-item .box-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.features-list.style-two .feature-item .box-head .number {
  display: inline-block;
  color: #0a0a0a;
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-two .feature-item .box-head .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--text-color-1);
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-two .feature-item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
.features-list.style-two .feature-item .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg); /* Completes a full rotation */
  }
}
@media only screen and (max-width: 1129px) {
  .features-list.style-two {
    display: block;
  }
  .features-list.style-two .border-one {
    height: auto;
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .features-list.style-two .border-one .dot1 {
    display: none;
  }
  .features-list.style-two .border-two {
    height: auto;
    width: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
  }
  .features-list.style-two .border-one .dot2 {
    display: none;
  }
  .features-list.style-two .circle-center {
    display: block;
    height: auto;
    width: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
  }
  .features-list.style-two .circle-center .title {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 15px;
  }
  .features-list.style-two .circle-center span {
    display: inline-block;
  }
  .features-list.style-two .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .features-list.style-two .feature-item {
    position: static;
    transform: translate(0);
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 767px) {
  .features-list.style-two .circle-center .title {
    font-size: 30px;
  }
  .features-list.style-two .feature-item {
    width: 100%;
  }
}

/* Style Three */

.features-list.style-three {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1041px;
}
.features-list.style-three .section-title {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color-1);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.features-list.style-three .section-title span {
  color: var(--text-color-2);
}
.features-list.style-three .border-one {
  height: 500px;
  width: 500px;
  border: 1px solid #ecedec;
  border-radius: 50%;
  padding: 48px;
  position: absolute;
  left: 338px;
  top: 112px;
}
.features-list.style-three .border-one .dot1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 18s linear infinite;
}
.features-list.style-three .border-one .dot1:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--main-color);
  border-radius: 50%;
  top: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.features-list.style-three .border-two {
  position: relative;
  /*height: 734px;
    width: 734px;*/
  height: 100%;
  width: 100%;
  border: 1px solid #ecedec;
  border-radius: 50%;
  padding: 42px;
}
.features-list.style-three .border-two .dot2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 18s linear infinite;
}
.features-list.style-three .border-two .dot2:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: var(--main-color);
  border-radius: 50%;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.features-list.style-three .circle-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #ecedec;
}
.features-list.style-three .circle-center h2 {
  color: #8f8f8f;
  font-size: 60px;
}
.features-list.style-three .circle-center span {
  color: #0a0a0a;
  display: block;
  margin-bottom: 10px;
}
.features-list.style-three .feature-item {
  background-color: #f7f7f7;
  padding: 40px 40px 40px;
  position: absolute;
  width: 540px;
  border-radius: 16px;
  text-align: left;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-list.style-three .feature-item .box-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.features-list.style-three .feature-item .box-head .number {
  display: inline-block;
  color: #0a0a0a;
  font-size: 18px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-three .feature-item .box-head .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--text-color-1);
  border-radius: 50%;
  overflow: hidden;
}
.features-list.style-three .feature-item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
.features-list.style-three .feature-item .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

@media only screen and (max-width: 1129px) {
  .features-list.style-three {
    display: block;
    height: auto;
  }
  .features-list.style-three .section-title {
    position: static;
    margin-bottom: 50px;
  }
  .features-list.style-three .border-one {
    display: none;
  }
  .features-list.style-three .item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .features-list.style-three .feature-item {
    position: static;
    transform: translate(0);
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .features-list.style-three .section-title {
    font-size: 30px;
  }
  .features-list.style-three .feature-item {
    width: 100%;
  }
}

/* ------------------------
 Adoption Box
--------------------------- */

.adoption-box.style-one {
  border-radius: 16px;
  background-color: #e5c6ff;
  padding-top: 40px;
}
.adoption-box.style-one .image {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.adoption-box.style-one .image .img-wrap {
  border: 0.4px solid #713edd52;
  border-right: none;
  border-radius: 120px 0 0 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 277px;
  aspect-ratio: 277 / 171;
  overflow: hidden;
}
.adoption-box.style-one .image .img-wrap img {
  border-radius: 120px 0 0 120px;
  width: 100%;
  max-width: 258px;
  aspect-ratio: 258 / 171;
  transition: 0.5s;
  transform-style: preserve-3d;
}
.adoption-box.style-one:hover img {
  transform: translate3d(-10px, 0px, 0px) scale3d(1.1, 1.1, 1);
}
.adoption-box.style-one .content {
  padding: 12px 19px 37px 24px;
}
.adoption-box.style-one .content .designation {
  margin-bottom: 12px;
}
.adoption-box.style-one .content .description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 32px;
}
.adoption-box.style-one .content .button {
  color: var(--text-color-1);
  text-decoration: underline;
}
.adoption-box.style-one .content .button:hover {
  color: var(--main-color);
}

/* Style Two */

.adoption-box.style-two {
  border-radius: 16px;
  background-color: #ffec88;
  padding-top: 40px;
}
.adoption-box.style-two .image {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.adoption-box.style-two .image .img-wrap {
  border: 0.4px solid #713edd52;
  border-left: none;
  border-radius: 0 120px 120px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 277px;
  aspect-ratio: 277 / 171;
  overflow: hidden;
}
.adoption-box.style-two .image .img-wrap img {
  border-radius: 0 120px 120px 0;
  width: 100%;
  max-width: 258px;
  aspect-ratio: 258 / 171;
  transition: 0.5s;
  transform-style: preserve-3d;
}
.adoption-box.style-two:hover img {
  transform: translate3d(0px, 0px, -10px) scale3d(1.2, 1.2, 1);
}
.adoption-box.style-two .content {
  padding: 12px 19px 37px 24px;
}
.adoption-box.style-two .content .designation {
  margin-bottom: 12px;
}
.adoption-box.style-two .content .description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 32px;
}
.adoption-box.style-two .content .button {
  color: var(--text-color-1);
  text-decoration: underline;
}
.adoption-box.style-two .content .button:hover {
  color: var(--main-color);
}

/* Style Three */

.adoption-box.style-three {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.adoption-box.style-three .content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 20px;
  bottom: -100%;
  width: 90%;
  padding: 18px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
  inset: auto auto 20px 50%;
  transform: translate3d(-50%, 120%, 0px) scale3d(0, 0, 1);
}
.adoption-box.style-three:hover .content {
  transform: translate3d(-50%, 0%, 0px) scale3d(1, 1, 1);
}
.adoption-box.style-three .content .icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.5s;
}
.adoption-box.style-three .content .icon a:hover {
  color: #fff;
  background-color: var(--main-color);
}

/* Style Four */

.adoption-box.style-four {
  border-radius: 16px;
  background-color: #faf9f5;
}
.adoption-box.style-four .image {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
.adoption-box.style-four .image img {
  aspect-ratio: 258 / 171;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.adoption-box.style-four .content {
  padding: 12px 19px 37px 24px;
}
.adoption-box.style-four .content .designation {
  margin-bottom: 12px;
}
.adoption-box.style-four .content .description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 32px;
}
.adoption-box.style-four .content .button {
  color: var(--text-color-1);
  text-decoration: underline;
}
.adoption-box.style-four .content .button:hover {
  color: var(--main-color);
}

/* ------------------------
 Adoption Info
--------------------------- */

.adoption-info.style-one .title {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.adoption-info.style-one .title .name {
  line-height: 1.5;
}
.adoption-info.style-one .title .designation {
  color: var(--text-color-2);
  font-size: 24px;
  margin-left: 16px;
}
.adoption-info.style-one .description {
  margin-bottom: 32px;
}
.adoption-info.style-one ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 32px;
}
.adoption-info.style-one ul li {
  color: #fff;
  font-size: 16px;
  background-color: var(--main-color);
  padding: 4px 20px;
  border-radius: 30px;
}
.adoption-info.style-one ul li:nth-child(even) {
  color: var(--text-color-1);
  background-color: var(--supporting-color);
}
.adoption-info.style-one ul li span {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .adoption-info.style-one .title .name {
    font-size: 30px;
  }
  .adoption-info.style-one .title .designation {
    font-size: 20px;
  }
  .adoption-info.style-one ul {
    column-gap: 20px;
    row-gap: 20px;
  }
}

/* ------------------------
 Service List
--------------------------- */

.service-list.style-one {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.service-list.style-one .service-item {
  flex: 1;
  min-width: 220px;
  transition: flex 0.4s ease, transform 0.4s ease;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-list.style-one .service-item.sActive {
  flex: 2;
  z-index: 2;
}
.service-list.style-one .service-item-frontend,
.service-list.style-one .service-item-backend {
  width: 100%;
  /*min-height: 519px;*/
  height: 519px;
  text-align: center;
  transition: opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-list.style-one .service-item-backend {
  text-align: left;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  position: relative;
  pointer-events: none;
  transition-delay: 0s;
}
.service-list.style-one .service-item-backend p {
  margin-bottom: 0;
}
.service-list.style-one .service-item-frontend {
  position: absolute;
  inset: 0;
  background: var(--white-color);
  gap: 18px;
  padding: 30px 20px;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}
.service-list.style-one .service-item-frontend .service-border {
  height: 50%;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(113, 62, 221, 1) 0%,
    rgba(113, 62, 221, 0) 100%
  );
}
.service-list.style-one .service-item.sActive .service-item-frontend {
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: opacity 0.2s ease;
  transition-delay: 0s;
}
.service-list.style-one .service-item.sActive .service-item-backend {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transition-delay: 0.2s;
}

.service-list.style-one .frontend-icon {
  width: 24px;
  height: 24px;
}
.service-list.style-one .frontend-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-list.style-one .frontend-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex-shrink: 0;
}

.service-list.style-one .service-backend-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  width: 100%;
}
.service-list.style-one .service-backend-title a {
  color: var(--text-color-1);
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
.service-list.style-one .service-backend-title .service-border {
  height: 1px;
  width: 50%;
  background: linear-gradient(
    90deg,
    rgba(113, 62, 221, 1) 0%,
    rgba(113, 62, 221, 0) 100%
  );
}

.service-list.style-one .service-btn {
  margin: 32px 0 43px;
}
.service-list.style-one .service-btn .button {
  display: inline-flex;
}
.service-list.style-one .service-btn .button .button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
  color: #fff;
  padding: 0 32px;
  border-radius: 50px;
  background-color: var(--text-color-1);
  font-size: 16px;
  text-transform: capitalize;
  height: 50px;
}
.service-list.style-one .service-btn .button .main-text {
  transition: all 0.3s ease-out 0s;
}
.service-list.style-one .service-btn .button .hover-text {
  position: absolute;
  transform: translateY(140%);
  transition: all 0.3s ease-out 0s;
}
.service-list.style-one .service-btn .button:hover .main-text {
  transform: translateY(-140%);
}
.service-list.style-one .service-btn .button:hover .hover-text {
  transform: translateY(0%);
}
.service-list.style-one .service-btn .button:hover .button-text {
  background-color: var(--main-color);
}
.service-list.style-one .service-btn .button .button-icon {
  border: 2px solid var(--text-color-1);
  background-color: var(--supporting-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -8px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 2;
}

.service-list.style-one .backend-image {
  position: relative;
  width: 100%;
  aspect-ratio: 487/267;
  border-radius: 12px;
  overflow: hidden;
}
.service-list.style-one .backend-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .service-list.style-one .service-item {
    flex: 2 2 100%;
    min-width: auto;
  }
  .service-list.style-one .service-item-frontend {
    display: none;
  }
  .service-list.style-one .service-item-backend {
    opacity: 1;
    justify-content: center;
    height: auto;
  }
}

/* Style Two */

.service-list.style-two {
  display: flex;
  gap: 60px;
}
.service-list.style-two .wrapper {
  width: 50%;
}
.service-list.style-two .wrapper .title {
  line-height: 1.5;
  margin-bottom: 44px;
}
.service-list.style-two .lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.service-list.style-two .lists .item {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.service-list.style-two .lists .item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--text-color-2);
  font-size: 24px;
  line-height: 1.66666;
}
.service-list.style-two .lists .item .service-list-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf9f5;
  font-size: 16px;
  transition: 0.5s;
}
.service-list.style-two .lists .item:hover .service-list-icon {
  transform: rotate(45deg);
  background: var(--supporting-color);
}
.service-list.style-two .image-box {
  position: relative;
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}
.service-list.style-two .image-box img {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .service-list.style-two .wrapper .title {
    font-size: 32px;
  }
  .service-list.style-two .lists {
    gap: 16px;
  }
  .service-list.style-two .lists .item a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-list.style-two {
    flex-wrap: wrap;
  }
  .service-list.style-two .wrapper {
    width: 100%;
  }
  .service-list.style-two .wrapper .title {
    font-size: 30px;
  }
  .service-list.style-two .image-box {
    display: none;
  }
}

/* Style Three */

.service-list.style-three .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.service-list.style-three .accordion-button {
  padding: 36px 0;
  color: var(--title-color-1);
  background-color: transparent;
}
.service-list.style-three .accordion-button:focus {
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.service-list.style-three .accordion-button .number {
  margin-right: 60px;
}
.service-list.style-three .accordion-button .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.38888;
}
.service-list.style-three .accordion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
}
.service-list.style-three .accordion-item {
  position: relative;
  border-radius: 0 !important;
  /* overflow: hidden; */
  border: 0;
  border-bottom: 1px solid #e5e5e5 !important;
  background-color: transparent;
}
.service-list.style-three .accordion-item .accordion-body {
  padding: 1px 0 15px 77px;
  width: 55%;
}
.service-list.style-three .accordion-item .accordion-body p {
  font-size: 16px;
}
.service-list.style-three .accordion-item .accordion-body img {
  max-width: 374px;
}
.service-list.style-three .accordion-button::after {
  display: none;
}
.service-list.style-three .icon a{
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(22, 56, 56, 0.08);
  border-radius: 50%;
}
.service-list.style-three .icon a:hover{
  background-color: var(--brand-color-1);
}
.service-list.style-three .icon i {
  font-size: 20px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #163838;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.service-list.style-three .icon a:hover i{
  -webkit-text-stroke-color: var(--brand-color-1);
}
.service-list.style-three .accordion-button[aria-expanded="true"] {
  z-index: 9;
}
.service-list.style-three .image {
  position: absolute;
  top: 33px;
  right: 142px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: 0.5s;
}
.service-list.style-three .image img {
  width: 374px;
  height: auto;
  border-radius: 16px;
}
.service-list.style-three .accordion-button[aria-expanded="true"] .image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .service-list.style-three .image {
    display: none;
  }
  .service-list.style-three .accordion-item .accordion-body {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .service-list.style-three .accordion-button .title {
    font-size: 24px;
  }
  .service-list.style-three .accordion-item .accordion-body {
    width: 100%;
    padding: 1px 0 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .service-list.style-three .accordion-button .number {
    width: 100%;
    margin: 0 0 10px;
  }
}

/* ------------------------
 Service Details Tab
--------------------------- */

.service-single-tab .nav-tabs {
  display: inline-flex;
  column-gap: 80px;
  row-gap: 20px;
  margin-bottom: 60px;
}
.service-single-tab .nav-link {
  border: none;
  border-bottom: 1px transparent;
  color: var(--text-color-2);
  font-size: 24px;
  font-weight: 400;
  line-height: 170%;
}
.service-single-tab .nav-link:hover {
  color: var(--main-color);
}
.service-single-tab .nav-tabs .nav-link:focus,
.service-single-tab .nav-tabs .nav-link:hover {
  border: none;
}
.service-single-tab .nav-tabs .nav-item.show .nav-link,
.service-single-tab .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: transparent;
  border-color: var(--main-color);
  border: none;
  border-bottom: 1px solid var(--main-color);
}
.service-single-tab .tab-content h2,
.service-single-tab .tab-content h3,
.service-single-tab .tab-content h4,
.service-single-tab .tab-content h5 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .service-single-tab .nav-tabs {
    column-gap: 40px;
  }
  .service-single-tab .nav-link {
    font-size: 20px;
  }
}

/* ------------------------
 About Tab
--------------------------- */

.about-tab.style-one {
  display: flex;
  gap: 30px;
}
.about-tab.style-one .tab-images {
  width: 32%;
}
.about-tab.style-one .tab-images img {
  border-radius: 16px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-two-tab-container {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  padding: clamp(15px, 3vw, 60px);
}
.about-two-tab-container .nav-tabs {
  border: none;
  column-gap: 120px;
  row-gap: 0;
  margin-bottom: 32px;
}
.about-two-tab-container .nav-tabs .nav-item.show .nav-link,
.about-two-tab-container .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: transparent;
  border-color: none;
  text-decoration: underline;
}
.about-two-tab-container .nav-tabs .nav-link {
  border: none !important;
  color: var(--text-color-2);
  font-size: 24px;
  line-height: 40px;
}
.about-two-tab-container .tab-content {
  height: 80%;
}
.about-two-tab-container .tab-pane {
  height: 100%;
}
.about-two-tab-container .about-two-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-two-tab-container .about-two-desc {
  margin-bottom: 60px;
}
.about-two-tab-container .button {
  display: inline-flex;
}
.about-two-tab-container .button .button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
  color: #fff;
  padding: 0 32px;
  border-radius: 50px;
  background-color: var(--text-color-1);
  font-size: 16px;
  text-transform: capitalize;
  height: 50px;
}
.about-two-tab-container .button .main-text {
  transition: all 0.3s ease-out 0s;
}
.about-two-tab-container .button .hover-text {
  position: absolute;
  transform: translateY(140%);
  transition: all 0.3s ease-out 0s;
}
.about-two-tab-container .button:hover .main-text {
  transform: translateY(-140%);
}
.about-two-tab-container .button:hover .hover-text {
  transform: translateY(0%);
}
.about-two-tab-container .button:hover .button-text {
  background-color: var(--main-color);
}
.about-two-tab-container .button .button-icon {
  border: 2px solid var(--text-color-1);
  background-color: var(--supporting-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -8px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .about-tab.style-one {
    flex-wrap: wrap;
  }
  .about-tab.style-one .tab-images {
    width: 100%;
    text-align: center;
  }
  .about-tab.style-one .tab-images img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-tab-container .nav-tabs {
    column-gap: 30px;
  }
  .about-two-tab-container .nav-tabs .nav-link {
    font-size: 20px;
  }
}

/* ------------------------
 Testimonial
--------------------------- */

.testimonial.style-one {
  position: relative;
}
.testimonial.style-one .swiper-container {
  margin-left: 30px;
}
.testimonial.style-one .testimonial-single {
  background: none;
}
.testimonial.style-one .testimonial-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s ease;
}
.testimonial.style-one .star-rating {
  margin-bottom: 24px;
}
.testimonial.style-one .star-rating i {
  color: #ff9529;
}
.testimonial.style-one .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial.style-one .client-info img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial.style-one .client-info .name {
  color: var(--text-color-1);
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0;
}
.testimonial.style-one .client-info .designation {
  color: var(--text-color-2);
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial.style-one .testimonial-content .quote p {
  color: var(--text-color-2);
  font-size: 18px;
  margin-bottom: 60px;
}
.testimonial.style-one .arrow-nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  bottom: 50px;
  right: 0;
  z-index: 2;
}
.testimonial.style-one .arrow-nav .swiper-navigetions {
  height: 38px;
  width: 64px;
  border: 1px solid #ecedec;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: 0.3s;
}
.testimonial.style-one .arrow-nav .swiper-navigetions:hover {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

@media only screen and (max-width: 991px) {
  .testimonial.style-one .testimonial-icon {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial.style-one .swiper-container {
    margin: 30px 0 0;
  }
  .testimonial.style-one .testimonial-content {
    display: block;
  }
  .testimonial.style-one .testi-left {
    width: 100%;
  }
  .testimonial.style-one .testi-left .quote-icon {
    margin: 30px 0 15px;
  }
  .testimonial.style-one .testi-left .quote-icon img {
    max-width: 80px;
  }
  .testimonial.style-one .quote {
    width: 100%;
  }
  .testimonial.style-one .arrow-nav {
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
}

/* Style Two */

.testimonial.style-two {
  position: relative;
}
.testimonial.style-two .testimonial-single {
  text-align: center;
  background: #fff;
  padding: 48px 60px 40px;
}
.testimonial.style-two .testimonial-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s ease;
}
.testimonial.style-two .quote-icon {
  margin-bottom: 36px;
}
.testimonial.style-two .quote-icon i {
  color: var(--title-color-2);
  font-size: 45px;
}
.testimonial.style-two .client-info .name {
  color: var(--title-color-2);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33333;
  margin: 0 0 4px;
}
.testimonial.style-two .client-info .designation {
  color: var(--text-color-2);
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial.style-two .testimonial-content .quote p {
  color: var(--text-color-2);
  margin-bottom: 40px;
}
.testimonial.style-two .arrow-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial.style-two .arrow-nav .swiper-navigetions {
  color: var(--title-color-2);
  height: 40px;
  width: 40px;
  border: 1px solid var(--brand-color-3);
  background-color: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: 0.3s;
}
.testimonial.style-two .arrow-nav .swiper-navigetions:hover {
  border-color: var(--brand-color-3);
  background-color: var(--brand-color-3);
}
.testimonial.style-two .arrow-nav .custom-prev{
  position: absolute;
  left: -20px;
  bottom: 60px;
  z-index: 9;
}
.testimonial.style-two .arrow-nav .custom-next{
  position: absolute;
  right: -20px;
  top: 60px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {

  .testimonial.style-two .testimonial-single{
    padding: 48px 20px 40px;
  }
  .testimonial.style-two .testimonial-content {
    display: block;
  }
  .testimonial.style-two .testi-left {
    width: 100%;
  }
  .testimonial.style-two .testi-left .quote-icon {
    margin: 30px 0 15px;
  }
  .testimonial.style-two .testi-left .quote-icon img {
    max-width: 80px;
  }
  .testimonial.style-two .quote {
    width: 100%;
  }
  .testimonial.style-two .testimonial-content .quote p {
    font-size: 18px;
  }
  .testimonial.style-two .arrow-nav {
    width: 100%;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  .testimonial.style-two .arrow-nav .custom-prev,
  .testimonial.style-two .arrow-nav .custom-next{
    position: static;
  }
}

/* Style Three */

.testimonial.style-three .testimonial-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  border: 1px solid var(--brand-color-2);
  padding: 16px;
  border-radius: 16px;
  transition: 0.4s;
}
.testimonial.style-three .testimonial-item:hover {
  background-color: #ecf8f8;
}
.testimonial.style-three .testimonial-item .client-info {
  display: flex;
  align-items: end;
  justify-content: center;
  flex-shrink: 0;
  height: 197px;
  width: 143px;
  border-radius: 16px;
  background-color: #ecf8f8;
  overflow: hidden;
  transition: 0.4s;
}
.testimonial.style-three .testimonial-item:hover .client-info {
  background-color: #fff;
}
.testimonial.style-three .client-info img {
  object-fit: cover;
}
.testimonial.style-three .star-rating {
  margin-bottom: 12px;
}
.testimonial.style-three .star-rating i {
  color: #ffb906;
}
.testimonial.style-three .quote {
  color: var(--text-color-1);
  margin-bottom: 12px;
}
.testimonial.style-three .name {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.55555;
}
.testimonial.style-three .designation {
  color: var(--text-color-1);
  margin-bottom: 0;
}
.testimonial.style-three .icon {
  position: absolute;
  right: 32px;
  bottom: 34px;
  color: rgba(22, 56, 56, 0.15);
}
.testimonial.style-three .arrow-nav {
  display: flex;
  gap: 6px;
  position: absolute;
  top: -164px;
  right: 0;
  z-index: 1;
}
.testimonial.style-three .arrow-nav .swiper-navigetions {
  color: var(--title-color-1);
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(22, 56, 56, 0.08);
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.testimonial.style-three .arrow-nav .swiper-navigetions:hover {
  color: #fff;
  background-color: var(--brand-color-1);
  border-color: var(--brand-color-1);
}

@media only screen and (max-width: 767px) {
  .testimonial.style-three .testimonial-item {
    display: block;
  }
  .testimonial.style-three .testimonial-item .client-info {
    margin-bottom: 20px;
  }
  .testimonial.style-three .arrow-nav {
    position: static;
    margin-top: 30px;
    justify-content: center;
  }
}

/* Style Four */

.testimonial.style-four .testi-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 878px;
}
.testimonial.style-four .testi-center {
  text-align: center;
}
.testimonial.style-four .shape {
  margin-bottom: 40px;
}
.testimonial.style-four .shape::before {
  content: url(../img/testi-shape.png);
}
.testimonial.style-four .title {
  max-width: 430px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 97px;
}
.testimonial.style-four .title span {
  color: var(--text-color-2);
}
.testimonial.style-four .single-testimonial {
  position: absolute;
  border-radius: 16px;
  border-top-right-radius: 8px;
  width: 540px;
  overflow: hidden;
}
.testimonial.style-four .single-testimonial .testi-head {
  position: relative;
  background-color: #f7f7f7;
}
.testimonial.style-four .single-testimonial .client-info {
  display: flex;
  justify-content: space-between;
}
.testimonial.style-four .single-testimonial .client-info .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px 0 43px;
}
.testimonial.style-four .single-testimonial .client-info .quote-icon {
  color: #ecedec;
  font-size: 26px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.testimonial.style-four .single-testimonial .client-info .name {
  color: var(--text-color-1);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.testimonial.style-four .single-testimonial .client-info .designation {
  color: var(--text-color-2);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.testimonial.style-four .single-testimonial .client-info .image {
  position: relative;
  height: 101px;
  width: 100px;
  background-color: #fff;
  border: 9px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  border-right: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.testimonial.style-four .single-testimonial .client-info .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial.style-four .single-testimonial .testi-content {
  background-color: #f7f7f7;
  border-top-right-radius: 16px;
  padding: 20px 37px 40px 40px;
}
.testimonial.style-four .single-testimonial .testi-content p {
  color: var(--text-color-2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.testimonial.style-four .single-testimonial .testi-content p span {
  color: var(--text-color-1);
}

@media only screen and (max-width: 1449px) {
  .testimonial.style-four .title {
    font-size: 30px;
    max-width: 350px;
  }
  .testimonial.style-four .single-testimonial {
    width: 440px;
  }
  .testimonial.style-four .single-testimonial .testi-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial.style-four .testi-wrapper {
    flex-wrap: wrap;
    height: auto;
    gap: 30px;
  }
  .testimonial.style-four .testi-center {
    width: calc(50% - 15px);
  }
  .testimonial.style-four .shape {
    display: none;
  }
  .testimonial.style-four .title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonial.style-four .single-testimonial {
    position: static;
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 1024px) {
  .testimonial.style-four .testi-center {
    width: 100%;
  }
  .testimonial.style-four .single-testimonial {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial.style-four .title {
    font-size: 30px;
  }
  .testimonial.style-four .single-testimonial .client-info .quote-icon {
    display: none;
  }
  .testimonial.style-four .single-testimonial .testi-content p {
    font-size: 18px;
  }
}

/* Style Five */

.testimonial.style-five {
  position: relative;
}
.testimonial.style-five .testimonial-single {
  background: none;
}
.testimonial.style-five .testimonial-icon {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: transparent;
  transition: 0.5s ease;
}
.testimonial.style-five .star-rating {
  margin-bottom: 24px;
}
.testimonial.style-five .star-rating i {
  color: #ff9529;
}
.testimonial.style-five .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial.style-five .client-info img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial.style-five .client-info .name {
  color: var(--text-color-1);
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0;
}
.testimonial.style-five .client-info .designation {
  color: var(--text-color-2);
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial.style-five .testimonial-content .quote p {
  color: var(--text-color-2);
  font-size: 24px;
  margin-bottom: 40px;
}
.testimonial.style-five .arrow-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial.style-five .nav-seperator {
  height: 1px;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.08);
  margin: 40px 0 24px;
}
.testimonial.style-five .arrow-nav .swiper-navigetions {
  height: 38px;
  width: 64px;
  border: 1px solid #ecedec;
  text-align: center;
  line-height: 38px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: 0.3s;
}
.testimonial.style-five .arrow-nav .swiper-navigetions:hover {
  color: #fff;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .testimonial.style-five .testimonial-content {
    display: block;
  }
  .testimonial.style-five .testi-left {
    width: 100%;
  }
  .testimonial.style-five .testi-left .quote-icon {
    margin: 30px 0 15px;
  }
  .testimonial.style-five .testi-left .quote-icon img {
    max-width: 80px;
  }
  .testimonial.style-five .quote {
    width: 100%;
  }
  .testimonial.style-five .testimonial-content .quote p {
    font-size: 18px;
  }
  .testimonial.style-five .arrow-nav {
    width: 100%;
  }
}

/* ------------------------
 Textimonial Box
--------------------------- */

.testimonial-box.style-one .single-testimonial {
  position: relative;
  border-radius: 16px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.testimonial-box.style-one .single-testimonial .testi-head {
  position: relative;
  background-color: #f7f7f7;
}
.testimonial-box.style-one .single-testimonial .client-info {
  display: flex;
  justify-content: space-between;
}
.testimonial-box.style-one .single-testimonial .client-info .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 0 20px 0 43px;
}
.testimonial-box.style-one .single-testimonial .client-info .quote-icon {
  color: #ecedec;
  font-size: 26px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.testimonial-box.style-one .single-testimonial .client-info .name {
  color: var(--text-color-1);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.testimonial-box.style-one .single-testimonial .client-info .designation {
  color: var(--text-color-2);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.testimonial-box.style-one .single-testimonial .client-info .image {
  position: relative;
  height: 101px;
  width: 100px;
  background-color: #fff;
  border: 9px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  border-right: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.testimonial-box.style-one .single-testimonial .client-info .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.testimonial-box.style-one .single-testimonial .testi-content {
  background-color: #f7f7f7;
  border-top-right-radius: 16px;
  padding: 20px 37px 40px 40px;
}
.testimonial-box.style-one .single-testimonial .testi-content p {
  color: var(--text-color-2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}
.testimonial-box.style-one .single-testimonial .testi-content p span {
  color: var(--text-color-1);
}

/* ------------------------
 List Item
--------------------------- */

.lists.style-1 li{
  margin: 0 0 24px;
}
.lists.style-1 li:last-child{
  margin-bottom: 0;
}
.lists.style-1 li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title-color-1);
  border: 1px solid rgba(22, 56, 56, 0.08);
  border-radius: 4px;
  padding: 16px 20px;
}
.lists.style-1 li a:hover{
  color: var(--brand-color-1);
}
.lists.style-1 li i {
  display: inline-block;
  font-size: 18px;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .lists.style-1 li {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

/* Style Two */

.lists.style-2 li {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--title-color-2);
  margin: 0 0 30px;
  padding-left: 25px;
}
.lists.style-2 li:last-child{
  margin-bottom: 0;
}
.lists.style-2 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 9px;
  width: 9px;
  background-color: #CFCFCF;
  transform: translate(0, -50%) rotate(-45deg);
}
.lists.style-2 li::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 18px;
  height: 50px;
  width: 1px;
  background-color: #CFCFCF;
}
.lists.style-2 li:last-child::after{
  display: none;
}
@media only screen and (max-width: 767px) {
  .lists.style-2 li {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

/* Style Three */

.lists.style-3 {
  max-width: 332px;
}
.lists.style-3 li {
  display: inline-flex;
  align-items: center;
  color: var(--text-color-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 6px 20px;
  margin: 0 0 24px;
  border-radius: 4px;
  background: #fff;
}
.lists.style-3 li:last-child {
  margin-bottom: 0;
}
.lists.style-3 li .icon {
  display: inline-block;
  font-size: 10px;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ecedec;
  margin-right: 12px;
  transition: 0.3s;
}
.lists.style-3 li:hover i {
  color: #fff;
  background-color: var(--main-color);
}

@media only screen and (max-width: 767px) {
  .lists.style-3 {
    padding: 20px 20px;
    border-radius: 8px;
  }
  .lists.style-3 li {
    padding: 5px 10px;
  }
}

/* ------------------------
 Progress Bar
--------------------------- */

.skill-list.style-one .skill-item {
  margin-bottom: 32px;
}
.skill-list.style-one .skill-item:last-child {
  margin-bottom: 0;
}
.skill-list.style-one .name {
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px;
}
.skill-list.style-one .progress {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: visible;
}
.skill-list.style-one .progress .progress-bar {
  position: relative;
  width: 0%;
  opacity: 0;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 5s;
  overflow: visible;
}
.skill-list.style-one .progress span {
  display: inline-block;
  position: absolute;
  top: -40px;
  padding: 5px;
  right: 0;
  z-index: 2;
  font-size: 16px;
  color: #fff;
}

/* ------------------------
 Blog Posts
--------------------------- */

.blog-posts.style-one .section-title{
  margin-bottom: 25px;
}
.blog-posts.style-one .blog-item {
  background-color: #fff;
}
.blog-posts.style-one .blog-item .blog-image{
  position: relative;
  margin-bottom: 32px;
}
.blog-posts.style-one .blog-item .blog-image a {
  display: block;
}
.blog-posts.style-one .blog-item .blog-image img {
  height: 349px;
  width: 100%;
  object-fit: cover;
}
.blog-posts.style-one .blog-item .blog-image .post-categories{
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.blog-posts.style-one .blog-item .blog-image .post-categories a {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  background-color: #554AFF;
  padding: 8px 24px;
  border-radius: 50px;
}
.blog-posts.style-one .blog-item .blog-content .title {
  color: var(--title-color-2);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
}
.blog-posts.style-one .blog-item .blog-content .title:hover {
  color: var(--brand-color-1);
}
.blog-posts.style-one .blog-item .blog-content .excerpt{
  margin-bottom: 16px;
}
.blog-posts.style-one .blog-item .blog-content .read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.blog-posts.style-one .blog-item .blog-content .read-more .line {
  height: 15px;
  width: 1px;
  background-color: #CFCFCF;
}
.blog-posts.style-one .blog-item .blog-content .read-more a {
  display: inline-block;
  color: var(--title-color-2);
}
.blog-posts.style-one .blog-item .blog-content .read-more a:hover {
  color: var(--brand-color-1);
}
.blog-posts.style-one .blog-item .blog-content .read-more a i{
  transform: rotate(-45deg);
}

.blog-posts.style-one .right-column .blog-item{
  background-color: #FAFAFA;
  padding: 32px 24px;
  margin-bottom: 40px;
}
.blog-posts.style-one .right-column .blog-item:last-child{
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .blog-posts.style-one .col-md-6 {
    margin-bottom: 30px;
  }
  .blog-posts.style-one .col-md-6:last-child {
    margin-bottom: 0;
  }
  .blog-posts.style-one .blog-item .blog-content .title{
    font-size: 24px;
  }
  .blog-posts.style-one .blog-item .blog-image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-posts.style-one .blog-item {
    padding: 20px;
  }
  .blog-posts.style-one .blog-item .blog-content .post-meta .post-categories a,
  .blog-posts.style-one .blog-item .blog-content .post-meta .date {
    font-size: 16px;
  }
  .blog-posts.style-one .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .blog-posts.style-one .blog-item .blog-content .read-more .line {
    display: none;
  }
}

/* Style Two */

.blog-posts.style-two .blog-item {
  background-color: #fff;
  padding: 24px;
  border-radius: 16px;
}
.blog-posts.style-two .blog-item .blog-image a {
  display: block;
}
.blog-posts.style-two .blog-item .blog-image img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.blog-posts.style-two .blog-item .blog-content .post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.blog-posts.style-two .blog-item .blog-content .post-meta .post-categories a,
.blog-posts.style-two .blog-item .blog-content .post-meta .date {
  color: var(--text-color-1);
  font-style: normal;
  font-weight: 400;
}
.blog-posts.style-two .blog-item .blog-content .title {
  color: var(--title-color-1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.blog-posts.style-two .blog-item .blog-content .title:hover {
  color: var(--brand-color-1);
}
.blog-posts.style-two .blog-item .blog-content .read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.blog-posts.style-two .blog-item .blog-content .read-more .line {
  height: 1px;
  width: 75%;
  background-color: #e5e5e5;
}
.blog-posts.style-two .blog-item .blog-content .read-more a {
  display: inline-block;
  color: var(--title-color-1);
}
.blog-posts.style-two .blog-item .blog-content .read-more a:hover {
  color: var(--brand-color-1);
}

@media only screen and (max-width: 1024px) {
  .blog-posts.style-two .col-md-6 {
    margin-bottom: 30px;
  }
  .blog-posts.style-two .col-md-6:last-child {
    margin-bottom: 0;
  }
  .blog-posts.style-two .blog-item .blog-content .read-more .line {
    width: 65%;
  }
  .blog-posts.style-two .blog-item .blog-image img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-posts.style-two .blog-item {
    padding: 20px;
  }
  .blog-posts.style-two .blog-item .blog-content .post-meta .post-categories a,
  .blog-posts.style-two .blog-item .blog-content .post-meta .date {
    font-size: 16px;
  }
  .blog-posts.style-two .blog-item .blog-content .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .blog-posts.style-two .blog-item .blog-content .read-more .line {
    display: none;
  }
}

/* Style Three */

.blog-posts.style-three .top-column .blog-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}
.blog-posts.style-three .top-column .blog-item .blog-image,
.blog-posts.style-three .top-column .blog-item .blog-content{
  width: 50%;
}
.blog-posts.style-three .blog-item .blog-image{
  position: relative;
}
.blog-posts.style-three .blog-item .blog-image a {
  display: block;
}
.blog-posts.style-three .blog-item .blog-image img {
  height: 349px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-posts.style-three .blog-item .blog-image .post-categories{
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.blog-posts.style-three .blog-item .blog-image .post-categories a {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  background-color: #554AFF;
  padding: 8px 24px;
  border-radius: 50px;
}
.blog-posts.style-three .blog-item .blog-content .blog-meta{
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 12px;
}
.blog-posts.style-three .blog-item .blog-content .blog-meta i{
  margin-right: 12px;
}
.blog-posts.style-three .blog-item .blog-content .title {
  color: var(--title-color-2);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 8px;
}
.blog-posts.style-three .blog-item .blog-content .title:hover {
  color: var(--brand-color-1);
}
.blog-posts.style-three .blog-item .blog-content .line{
  height: 32px;
  width: 1px;
  background-color: rgba(14, 14, 14, 0.08);
  margin-bottom: 8px;
}
.blog-posts.style-three .blog-item .blog-content .excerpt{
  margin-bottom: 24px;
}
.blog-posts.style-three .blog-item .blog-content .read-more {
  position: relative;
}
.blog-posts.style-three .blog-item .blog-content .read-more a {
  display: inline-block;
  color: var(--title-color-2);
}
.blog-posts.style-three .blog-item .blog-content .read-more a:hover {
  color: var(--brand-color-1);
}
.blog-posts.style-three .blog-item .blog-content .read-more a i{
  transform: rotate(-45deg);
}

.blog-posts.style-three .right-column .blog-item{
  position: relative;
}
.blog-posts.style-three .right-column .blog-item .blog-image a{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.blog-posts.style-three .right-column .blog-item .blog-image a::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to top, #163838, #16383800);
}
.blog-posts.style-three .right-column .blog-item .blog-image img{
  height: 270px;
}
.blog-posts.style-three .right-column .blog-item .blog-content{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.blog-posts.style-three .right-column .blog-item .blog-content .title{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.555555;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {

  .blog-posts.style-three .top-column .blog-item{
    flex-wrap: wrap;
  }
  .blog-posts.style-three .top-column .blog-item .blog-image,
  .blog-posts.style-three .top-column .blog-item .blog-content{
    width: 100%;
  }
  .blog-posts.style-three .blog-item .blog-content .title{
    font-size: 24px;
  }
  .blog-posts.style-three .right-column .blog-item{
    margin-bottom: 20px;
  }
}

/* ------------------------
 Contact Info Box
--------------------------- */

.contact-info-box.style-one {
  background-color: #faf9f5;
  padding: 40px;
  border-radius: 8px;
}
.contact-info-box.style-one .icon {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 4px;
  margin-bottom: 16px;
}
.contact-info-box.style-one .title {
  color: var(--text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
}
.contact-info-box.style-one .description {
  color: var(--text-color-2);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
}
.contact-info-box.style-one .button {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  border-radius: 40px;
  background: var(--main-color);
  padding: 4px 20px;
}
.contact-info-box.style-one .button:hover {
  background-color: var(--text-color-1);
}

/* ------------------------
 Contact Form
--------------------------- */

.contact-form label {
  margin-bottom: 12px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ecedec;
  background: #f7f7f7;
}
.contact-form select {
  display: block;
  width: 100%;
  color: var(--text-color-2);
  margin-bottom: 60px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ecedec;
  background: #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form textarea {
  height: 180px;
  padding: 10px 24px;
  margin-bottom: 160px;
}
.contact-form input[type="checkbox"] {
  margin-right: 3px;
}
.contact-form input[type="submit"] {
  position: relative;
  color: #fff;
  padding: 12px 40px;
  border-radius: 60px;
  background-color: var(--main-color);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  transition: 0.4s;
}
.contact-form input[type="submit"]:hover {
  background-color: var(--text-color-1);
}

@media only screen and (max-width: 1024px) {
  .contact-form select {
    margin-bottom: 40px;
  }
  .contact-form textarea {
    margin-bottom: 40px;
  }
}

/* ------------------------
 Booking Form
--------------------------- */

.service-booking input[type="text"],
.service-booking input[type="email"],
.service-booking input[type="date"],
.service-booking select {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 19px 24px;
  background-color: #fff;
}
.service-booking input[type="text"]::placeholder,
.service-booking input[type="email"]::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.service-booking input[type="date"] {
  text-transform: uppercase;
  color: var(--text-color-2);
}
.service-booking input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.service-booking select {
  color: var(--text-color-2);
}

.service-booking .name-field,
.service-booking .email-field,
.service-booking .date-field,
.service-booking .schedule-field,
.service-booking .service-field {
  margin-bottom: 24px;
}
.service-booking input[type="submit"] {
  color: #fff;
  font-size: 24px;
  width: 100%;
  padding: 15px 24px;
  background-color: var(--main-color);
  border-radius: 16px;
  transition: 0.5s;
}
.service-booking input[type="submit"]:hover {
  background-color: var(--text-color-1);
}

/* ------------------------
 Tab
--------------------------- */

.quote-tab {
  position: relative;
  display: block;
}

.quote-tab__button {
  position: relative;
  display: block;
  max-width: 360px;
  margin: 0 auto;
}
.quote-tab__button {
  position: relative;
  display: block;
  z-index: 1;
}

.quote-tab__button .tabs-button-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.quote-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.quote-tab__button
  .tabs-button-box
  .tab-btn-item:hover
  .quote-tab__button-inner
  h6,
.quote-tab__button
  .tabs-button-box
  .active-btn-item
  .quote-tab__button-inner
  h6 {
  color: var(--text-color-1);
  border-radius: 50px;
  background: #ccf2dd;
  padding: 6px 16px;
}

.quote-tab .tabs-content-box {
  position: relative;
  display: block;
}

.quote-tab .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
  padding: 32px 0 0px 0;
}

.quote-tab .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.quote-tab .tab-content-box-item .quote-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.quote-tab
  .tab-content-box-item.tab-content-box-item-active
  .quote-tab-content-box-item {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom top;
}
/* tab */

/* flatpickr */
.flatpickr-innerContainer {
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.flatpickr-calendar {
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 320px !important;
  background: var(--bg-1) !important;
  padding-bottom: 20px !important;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: var(--praimary-color) !important;
  height: 55px !important;
  line-height: 55px !important;
  background: var(--white-color) !important;
  overflow: visible !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-right: 50px !important;
  background-color: var(--bg-2) !important;
}
.flatpickr-current-month {
  font-weight: 400;
  left: 25.5%;
  top: 10px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 5px !important;
}
.flatpickr-monthDropdown-months span.current {
  padding: 0 30px 0 0;
  font-family: "Inter", sans-serif !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent !important;
}
.flatpickr-innerContainer {
  position: relative;
  z-index: -1;
}
.flatpickr-weekdays {
  height: 45px !important;
  background: var(--bg-2) !important;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: var(--white-color) !important;
  border-color: var(--white-color) !important;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  color: var(--text-color-1) !important;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #033f1b !important;
  color: var(--white-color) !important;
  border-color: #033f1b !important;
}
.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--bg-1) !important;
  font-size: 16px;
}
/* flatpickr */

/* select 2 */
.select2-container--focus {
  display: none;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  width: 100%;
  padding: 10px 12px 11px 32px;
  border-radius: 8px;
  border: 1px solid #033f1b;
  background: var(--white-color);
  color: var(--text-color-2);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-container .select2-selection--single {
  height: auto !important;
}
.select2-dropdown {
  background-color: var(--bg-2) !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 15px;
  box-shadow: var(--shadow-1);
}
.select2-search--dropdown {
  padding: 0 0 8px 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--secondary-color) !important;
  border-radius: 5px;
}
.select2-results__option {
  color: var(--text-color-1);
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
}
/* select 2 */

.select-option {
  position: relative;
}
.contents {
  background-color: var(--bg-2);
  position: absolute;
  color: var(--text-color-1);
  border-radius: 8px;
  padding: 30px 10px 10px;
  width: 100%;
  margin-top: 2px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  z-index: 999999;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.options {
  max-height: 267px;
  overflow-y: auto;
  padding: 0;
}
.options li {
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(var(--praimary-color-grb), 0.1);
  border-radius: 5px;
  transition: 0.5s;
}
.options li:last-child {
  border-bottom: none;
}
.options li:hover {
  background-color: var(--white-color);
}
.options li:hover h6,
.options li:hover p {
  color: var(--text-color-1);
}
.options li .options-list-icon i {
  position: relative;
  left: 0;
  font-size: 32px;
}
.options li h6 {
  font-size: 16px;
  line-height: 22px;
}
.options li p {
  font-size: 14px;
}
.search-box.active .contents {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* flights */
.flight-form {
  display: block !important;
}
.flight-form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flight-check-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.flight-check-box-single {
  display: flex;
  gap: 5px;
}
.form-check-input {
  width: 16px !important;
  height: 16px;
  background-color: #fff;
  background-repeat: no-repeat !important;
  padding: 0 !important;
}
.flight-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 480px;
  width: 100%;
}
.flight-location-left,
.flight-location-right {
  max-width: 220px;
  width: 100%;
}
.flight-location-left .input-box select,
.flight-location-right .input-box select {
  width: 100%;
  padding: 10px 12px 10px 32px;
  border-radius: 8px;
  border: 1px solid #033f1b;
  background: var(--white-color);
}
.flight-form .location,
.flight-form .date,
.flight-form .count {
  max-width: 250px !important;
  width: 100%;
  position: relative;
}
.swap-icon {
  position: relative;
  padding: 10px 10px 10px 10px;
  margin: 0 -3px;
  border-radius: 8px;
  border: 1px solid #033f1b;
  background: var(--white-color);
  cursor: pointer;
  z-index: 11;
}
.swap-icon i {
  transform: rotate(90deg);
}
.img-flag {
  width: 15px;
  height: auto;
}
.select2-results .subtitle {
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

/* car location */
.car-location-left,
.car-location-right {
  max-width: 320px;
  width: 100%;
}
.car-location-left .input-box select,
.car-location-right .input-box select {
  width: 100%;
  padding: 10px 12px 10px 32px;
  border-radius: 8px;
  border: 1px solid #033f1b;
  background: var(--white-color);
}

/* -----------------------------------------------
Search 2
------------------------------------------------- */
.search-2 {
  margin-top: -370px;
  margin-bottom: 174px;
  z-index: 1;
}
.search-2 .search-container {
  box-shadow: var(--shadow-1);
  z-index: 1;
  padding: 0;
  padding: 48px 55px 48px;
}
.search-form form .location,
.search-form form .date,
.search-form form .count {
  max-width: 100%;
}
.search-2 .quote-tab {
  position: relative;
  display: block;
  padding: 40px 32px;
}
.search-2 .quote-tab .tab-content-box-item {
  padding: 0px 0 0px 0;
}
.search-2 .quote-tab__button,
.search-2 .search-form {
  margin: 0;
}
.search-2 .search-form form {
  max-width: 100%;
  margin: 0;
}
.search-2 .quote-tab__button {
  padding-bottom: 32px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.search-2 .quote-tab__button .tabs-button-box .tab-btn-item {
  transition: 0.5s;
}
.search-2
  .quote-tab__button
  .tabs-button-box
  .tab-btn-item:hover
  .quote-tab__button-inner
  h6,
.search-2
  .quote-tab__button
  .tabs-button-box
  .active-btn-item
  .quote-tab__button-inner
  h6 {
  border-radius: 0;
  background: transparent;
  border-bottom: 2px solid var(--text-color-1);
}

.search-2 .search-form form .btn-1 {
  font-size: 18px;
  width: 100%;
  padding: 17px 24px;
}
/* -----------------------------------------------
Search 2
------------------------------------------------- */

/* -----------------------------------------------
Responsive
------------------------------------------------ */
/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
  .search-2 {
    margin-top: -300px;
    margin-bottom: 104px;
  }
  .search-2 .search-container {
    margin-right: 0;
  }
  .search-2 .quote-tab__button .tabs-button-box {
    max-width: 430px;
  }
  .search-2 .search-form form .location,
  .search-2 .search-form form .date,
  .search-form form .count {
    max-width: 288px;
  }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search {
    padding: 0px 0 120px;
  }
  .search-container {
    padding: 50px 20px;
  }
  .search-form form .location,
  .search-form form .date,
  .search-form form .count {
    max-width: 290px;
  }
  .options li {
    align-items: baseline;
  }
  .options li .options-list-icon i {
    font-size: 24px;
  }
  .options li h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .options li p {
    font-size: 12px;
  }
  .count-container {
    padding: 10px 10px;
  }
  .count-single-text h6 {
    font-size: 12px;
  }
  .count-single-text p {
    font-size: 12px;
  }
  .count-single-inner button {
    padding: 2px 10px;
    font-size: 16px;
  }
  .count-counter-inner {
    gap: 2px;
  }

  .search-2 {
    margin-top: -290px;
    margin-bottom: 94px;
  }
  .search-2 .search-container {
    margin-right: 0;
  }
  .search-2 .quote-tab__button .tabs-button-box {
    max-width: 430px;
  }
  .search-2 .search-form form .location,
  .search-2 .search-form form .date,
  .search-form form .count {
    max-width: 220px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-container {
    padding: 50px 20px;
  }
  .options li {
    align-items: baseline;
    padding: 8px 0;
  }
  .options li .options-list-icon i {
    font-size: 24px;
  }
  .options li h6 {
    font-size: 14px;
    line-height: 18px;
  }
  .options li p {
    font-size: 12px;
  }
  .count-container {
    padding: 10px 10px;
  }
  .count-single-text h6 {
    font-size: 12px;
  }
  .count-single-text p {
    font-size: 12px;
  }
  .count-single-inner button {
    padding: 2px 10px;
    font-size: 16px;
  }
  .count-counter-inner {
    gap: 2px;
  }
  .search-form form .location i,
  .search-form form .date i,
  .search-form form .count i {
    left: 8px;
    font-size: 12px;
  }

  .search-2 {
    margin-top: -290px;
    margin-bottom: 94px;
  }
  .search-2 .quote-tab {
    padding: 40px 20px;
  }
  .search-2 .search-container {
    margin-right: 0;
  }
  .search-2 .quote-tab__button .tabs-button-box {
    max-width: 430px;
  }
}

@media only screen and (max-width: 991px) {
  .search-form form .location,
  .search-form form .date,
  .search-form form .count {
    margin-bottom: 15px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .search-container {
    padding: 50px 10px;
  }
  .search-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .search-form form .location,
  .search-form form .date,
  .search-form form .count {
    max-width: 100%;
  }
  .quote-tab__button-inner h6 {
    padding: 6px 16px;
    font-size: 11px;
    line-height: 16px;
  }
  .quote-tab__button-inner h6 i {
    display: block;
  }
  .quote-tab__button .tabs-button-box {
    overflow-x: scroll;
    padding-bottom: 10px;
  }

  .search-form-inner {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .count-single-text h6 {
    font-size: 12px;
  }
  .count-single-text p {
    font-size: 12px;
  }
  .count-single-inner button {
    padding: 2px 10px;
    font-size: 16px;
  }

  .flatpickr-calendar {
    width: 310px !important;
  }

  /* .search-2  */
  .search-2 {
    margin-top: -435px;
    margin-bottom: 43px;
  }
  .search-2 .quote-tab {
    padding: 40px 10px;
  }
  .search-2 .search-container {
    margin-right: 0;
  }
  .search-2 .quote-tab__button .tabs-button-box {
    max-width: 430px;
  }
  .search-2 .search-form form .location,
  .search-2 .search-form form .date,
  .search-form form .count {
    max-width: 100%;
  }
  .quote-tab__button-inner h6 {
    padding: 6px 10px;
  }
  .quote-tab__button
    .tabs-button-box
    .tab-btn-item:hover
    .quote-tab__button-inner
    h6,
  .quote-tab__button
    .tabs-button-box
    .active-btn-item
    .quote-tab__button-inner
    h6 {
    padding: 6px 10px;
  }
}

/* ------------------------
 Info Box
--------------------------- */

.info-box.style-one {
  text-align: center;
}
.info-box.style-one .twenty-four {
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c3df94;
}
.info-box.style-one .twenty-four-inner {
  position: relative;
  border: 1px solid var(--text-color-1);
  width: 104px;
  height: 104px;
  border-radius: 50%;
  animation: round 20s linear infinite;
}
.info-box.style-one .twenty-four-inner::after {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #738888;
  background: #c3df94;
  position: absolute;
  top: -7px;
}
.info-box.style-one .twenty-four .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ------------------------
 Product Grid
--------------------------- */

.provix-product-grid.style-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.provix-product-grid.style-one .product-item {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  overflow: hidden;
}
.provix-product-grid.style-one .product-item .product-image {
  text-align: center;
  margin: 42px 0 32px;
}
.provix-product-grid.style-one .product-item .product-image img {
  height: 425px;
  width: auto;
  object-fit: cover;
  transition: 0.5s;
}
.provix-product-grid.style-one .product-item:hover .product-image img {
  transform: scale(1.1);
}
.provix-product-grid.style-one .product-item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.provix-product-grid.style-one .product-item .top .product-title {
  color: var(--text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.provix-product-grid.style-one .product-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.provix-product-grid.style-one .product-item .bottom .product-price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
  color: var(--text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.provix-product-grid.style-one .product-item .bottom .product-price ins {
  text-decoration: none;
}
.provix-product-grid.style-one .product-item .bottom .product-price del {
  color: #ff3535;
  font-size: 18px;
}
.provix-product-grid.style-one .product-item .bottom .buy-btn a {
  display: inline-block;
  padding: 9px 32px;
  border-radius: 50px;
  color: var(--text-color-1);
  background: var(--supporting-color);
  font-size: 18px;
  white-space: nowrap;
  transition: 0.5s;
}
.provix-product-grid.style-one .product-item .bottom .buy-btn a:hover {
  color: #fff;
  background-color: var(--main-color);
}
.provix-product-grid.style-one .product-item .top .details-btn a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  .provix-product-grid.style-one {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .provix-product-grid.style-one {
    display: block;
  }
  .provix-product-grid.style-one .product-item {
    margin-bottom: 20px;
    padding: 20px;
  }
  .provix-product-grid.style-one .product-item:last-child {
    margin-bottom: 0;
  }
  .provix-product-grid.style-one .product-item .top .product-title {
    font-size: 22px;
  }
  .provix-product-grid.style-one .product-item .product-image img {
    height: auto;
  }
  .provix-product-grid.style-one .product-item .bottom .product-price {
    gap: 10px;
  }
  .provix-product-grid.style-one .product-item .bottom .product-price ins {
    font-size: 20px;
  }
  .provix-product-grid.style-one .product-item .bottom .buy-btn a {
    font-size: 16px;
    padding: 5px 24px;
  }
}

/* Style Two */

.provix-product-grid.style-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.provix-product-grid.style-two .product-item {
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
.provix-product-grid.style-two .product-item .product-image img {
  border-radius: 16px;
  height: 509px;
  width: 100%;
  object-fit: cover;
}
.provix-product-grid.style-two .product-item .content {
  position: absolute;
  width: 88%;
  height: 90.56%;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  top: 100%;
  transition: 0.5s;
}
.provix-product-grid.style-two .product-item:hover .content {
  top: 5%;
  opacity: 1;
  transform: scale(1);
}
.provix-product-grid.style-two .product-item .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.provix-product-grid.style-two .product-item .content .top .product-price {
  color: var(--text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.provix-product-grid.style-two .product-item .content .top .details-btn a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.provix-product-grid.style-two .product-item .content .bottom .product-title {
  color: var(--text-color-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .provix-product-grid.style-two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .provix-product-grid.style-two {
    display: block;
  }
  .provix-product-grid.style-two .product-item {
    margin-bottom: 20px;
  }
  .provix-product-grid.style-two .product-item:last-child {
    margin-bottom: 0;
  }
  .provix-product-grid.style-two .product-item .product-image img {
    height: auto;
  }
}

/* ------------------------
 Contact Form
--------------------------- */

.home1-contact input[type="text"],
.home1-contact input[type="email"] {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
}
.home1-contact input[type="text"]::placeholder,
.home1-contact input[type="email"]::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.home1-contact textarea {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 46px;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
}
.home1-contact textarea::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.home1-contact input[type="submit"] {
  color: #fff;
  font-size: 16px;
  background-color: var(--text-color-1);
  padding: 11px 32px;
  border-radius: 50px;
  transition: 0.3s;
}
.home1-contact input[type="submit"]:hover {
  background-color: var(--main-color);
}

/* Cotact Page Form */

.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form input[type="tel"] {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  background-color: transparent;
  transition: 0.3s;
}
.contact-page-form input[type="text"]:focus,
.contact-page-form input[type="email"]:focus,
.contact-page-form input[type="tel"]:focus {
  border-color: var(--main-color);
}
.contact-page-form input[type="text"]::placeholder,
.contact-page-form input[type="email"]::placeholder,
.contact-page-form input[type="tel"]::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.contact-page-form textarea {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 46px;
  width: 100%;
  padding: 12px 0;
  font-size: 18px;
  background-color: transparent;
  height: 183px;
  transition: 0.3s;
}
.contact-page-form textarea:focus {
  border-color: var(--main-color);
}
.contact-page-form textarea::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.contact-page-form input[type="submit"] {
  color: #fff;
  font-size: 18px;
  background-color: var(--main-color);
  padding: 15px 32px;
  border-radius: 50px;
  width: 100%;
  transition: 0.3s;
}
.contact-page-form input[type="submit"]:hover {
  background-color: var(--text-color-1);
}

/* Contact Form 1 */

.contact-form-1 .name-field,
.contact-form-1 .email-field,
.contact-form-1 .phone-field{
    position: relative;
}
.contact-form-1 .name-field i,
.contact-form-1 .email-field i,
.contact-form-1 .phone-field i{
    position: absolute;
    top: 17px;
    left: 13px;
    color: var(--brand-color-1);
}
.contact-form-1 .name-field input[type="text"],
.contact-form-1 .email-field input[type="email"],
.contact-form-1 .phone-field input[type="tel"]{
    padding: 9px 20px 9px 34px;
}
.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="tel"] {
  border: 1px solid rgba(22, 56, 56, 0.1);
  border-radius: 8px;
  margin-bottom: 40px;
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  padding: 9px 20px;
  transition: 0.3s;
}
.contact-form-1 input[type="text"]:focus,
.contact-form-1 input[type="email"]:focus,
.contact-form-1 input[type="tel"]:focus {
  border-color: var(--brand-color-1);
}
.contact-form-1 input[type="text"]::placeholder,
.contact-form-1 input[type="email"]::placeholder,
.contact-form-1 input[type="tel"]::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.contact-form-1 textarea {
  border: 1px solid rgba(22, 56, 56, 0.1);
  border-radius: 8px;
  margin-bottom: 46px;
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  height: 144px;
  padding: 9px 20px;
  transition: 0.3s;
}
.contact-form-1 textarea:focus {
  border-color: var(--brand-color-1);
}
.contact-form-1 textarea::placeholder {
  opacity: 1;
  color: var(--text-color-2);
}
.contact-form-1 input[type="submit"] {
  color: #fff;
  font-size: 20px;
  background-color: var(--title-color-1);
  padding: 11px 32px;
  border-radius: 50px;
  transition: 0.3s;
}
.contact-form-1 input[type="submit"]:hover {
  background-color: var(--text-color-1);
}

/* ------------------------
 Animation
--------------------------- */

.popout {
  position: absolute;
  left: 0;
  top: 0;
  animation: scale 2s linear infinite alternate;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

@keyframes moveUpDown {
  0%{
    transform: translateY(0)
  }
  50%{
    transform: translateY(-20px)
  }
  100%{
    transform: translateY(0);
  }
}