/*User CSS*/
.transparent-header .navbar-nav .nav-link {
  color: var(--bs-light);
}
.transparent-header .navbar-nav .nav-link.show {
  color: var(--bs-primary);
}

.header-sticky.home2 {
  position: absolute;
  top: 70px;
  /* if not top bar than use top 5px*/
  background: transparent;
  border: unset !important;
}
.header-sticky.home2 .nav-link {
  color: #fff;
}

.homepage_banner {
  position: relative;
  background: linear-gradient(120deg, #55bdc3 0%, #1f9f9f 44%);
  z-index: 1;
  padding-bottom: 110px;
}
@media (max-width: 992px) {
  .homepage_banner {
    padding-bottom: 0;
    padding-top: 50px !important;
  }
}
.homepage_banner .sub_title {
  background-color: rgba(255, 255, 255, 0.2509803922);
  padding: 7px 15px 7px 15px;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}
.homepage_banner .sub_title h6 {
  color: var(--bs-light);
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.homepage_banner .title {
  padding: 30px 0;
  font-size: 70px;
  color: white;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1200px) {
  .homepage_banner .title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .homepage_banner .title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .homepage_banner .title {
    font-size: 35px;
  }
}
.homepage_banner .title span {
  color: #c3f063;
}
.homepage_banner p {
  color: white;
  line-height: 1.6;
}
.homepage_banner form {
  display: flex;
  gap: 10px;
}
.homepage_banner form .from-inner {
  margin: 0px 80px 0px 0px;
  padding: 2px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 0.1803921569);
  border-radius: 30px 30px 30px 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .homepage_banner form .from-inner {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  .homepage_banner form .from-inner {
    font-size: 8px;
  }
}
.homepage_banner form .from-inner input {
  background: transparent;
  padding: 2px 10px;
  color: var(--bs-light);
}
@media (max-width: 768px) {
  .homepage_banner form .from-inner input {
    padding: 2px 5px;
  }
}
@media (max-width: 576px) {
  .homepage_banner form .from-inner input {
    padding: 2px 5px;
  }
}
.homepage_banner form .from-inner input::-moz-placeholder {
  color: #DFDFDF;
  font-size: 12px;
}
.homepage_banner form .from-inner input::placeholder {
  color: #DFDFDF;
  font-size: 12px;
}
@media (max-width: 768px) {
  .homepage_banner form .from-inner input::-moz-placeholder {
    font-size: 8px;
  }
  .homepage_banner form .from-inner input::placeholder {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  .homepage_banner form .from-inner input::-moz-placeholder {
    font-size: 8px;
  }
  .homepage_banner form .from-inner input::placeholder {
    font-size: 8px;
  }
}
.homepage_banner .contact-area {
  margin: 30px 0px;
}
.homepage_banner .contact-area a {
  color: white;
  font-size: 14px;
}
.homepage_banner .review {
  display: flex;
  align-items: center;
  gap: 40px;
}
.homepage_banner .review .review-img img {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #55bdc3;
  border-radius: 100% 100% 100% 100%;
  margin: 0px -20px 0px 0px;
  width: 50px;
}
.homepage_banner .review .rating {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.homepage_banner .review .rating ul {
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 5px;
  margin-bottom: 0;
  padding: 0;
}
.homepage_banner .review .rating ul li {
  color: #c3f063;
}
.homepage_banner .review .rating span {
  color: white;
  font-size: 12px;
}
.homepage_banner .right-sidebar {
  position: relative;
  top: 0;
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar {
    position: unset;
  }
}
.homepage_banner .right-sidebar .full-banner-img {
  position: absolute;
  top: 60px;
}
@media (max-width: 1400px) {
  .homepage_banner .right-sidebar .full-banner-img {
    top: -10px;
  }
}
@media (max-width: 1200px) {
  .homepage_banner .right-sidebar .full-banner-img {
    top: -40px;
  }
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar .full-banner-img {
    position: unset;
    margin-left: 294px;
    margin-top: -293px;
    max-width: 403px;
  }
}
@media (max-width: 768px) {
  .homepage_banner .right-sidebar .full-banner-img {
    position: unset;
    margin-left: unset;
    margin-top: unset;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .homepage_banner .right-sidebar .full-banner-img {
    position: unset;
    margin-left: unset;
    margin-top: unset;
    max-width: 350px;
  }
}
.homepage_banner .right-sidebar .chart-img {
  padding: 20px;
  border-radius: 30px;
  background-color: #55bdc3;
  max-width: 235px;
  height: 165px;
  position: absolute;
  left: 173px;
  top: 53px;
}
@media (max-width: 1400px) {
  .homepage_banner .right-sidebar .chart-img {
    display: none;
  }
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar .chart-img {
    position: unset;
  }
}
.homepage_banner .right-sidebar .chart-img img {
  width: 300px;
}
.homepage_banner .right-sidebar .happy-client {
  padding: 8px 30px 8px 8px;
  border-radius: 100px;
  background-color: #55bdc3;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  max-width: 400px;
  position: absolute;
  top: 378px;
  left: -43px;
}
@media (max-width: 1400px) {
  .homepage_banner .right-sidebar .happy-client {
    top: 240px;
    right: 0px;
  }
}
@media (max-width: 1200px) {
  .homepage_banner .right-sidebar .happy-client {
    top: 282px;
    right: -15px;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar .happy-client {
    position: unset;
    max-width: 260px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .homepage_banner .right-sidebar .happy-client {
    position: unset;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.homepage_banner .right-sidebar .happy-client .icon {
  background: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .homepage_banner .right-sidebar .happy-client .icon {
    margin: 0;
  }
}
.homepage_banner .right-sidebar .happy-client .icon i {
  font-size: 25px;
  padding: 15px;
  color: white;
}
.homepage_banner .right-sidebar .happy-client .client h6 {
  color: white;
  margin-bottom: 0;
  font-size: 16px;
}
.homepage_banner .right-sidebar .happy-client .client p {
  margin-bottom: 0;
  font-size: 16px;
}
.homepage_banner .right-sidebar .achivement {
  padding: 25px;
  border-radius: 50px;
  background-color: #c3f063;
  max-width: 161px;
  text-align: center;
  position: relative;
  left: 349px;
  top: 280px;
  z-index: 1;
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar .achivement {
    left: 300px;
  }
}
@media (max-width: 1200px) {
  .homepage_banner .right-sidebar .achivement {
    left: 176px;
    top: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 193px;
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .homepage_banner .right-sidebar .achivement {
    position: unset;
  }
}
@media (max-width: 768px) {
  .homepage_banner .right-sidebar .achivement {
    left: 100px;
    width: 100%;
    max-width: 100%;
    justify-content: start;
    padding: 6px;
  }
}
.homepage_banner .right-sidebar .achivement .achivement-content h6 {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  font-weight: 500;
  font-size: 16px;
}
.homepage_banner .right-sidebar .achivement .achivement-content p {
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}
.homepage_banner .right-sidebar .achivement .icon {
  background: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .homepage_banner .right-sidebar .achivement .icon {
    margin: 0;
  }
}
.homepage_banner .right-sidebar .achivement .icon i {
  font-size: 25px;
  padding: 15px;
  color: white;
}
.homepage_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://demo.bosathemes.com/agentor/wp-content/uploads/sites/49/2024/04/line-bg.png") center center repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logo-area {
  background: #158383;
}
.logo-area .marquee {
  display: flex;
  gap: 50px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.logo-area .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  min-width: 100%;
  animation: scroll-x 30s linear infinite;
}
.logo-area .marquee .marquee__group a img {
  width: 104px;
}

.section-sub-title h6 {
  font-size: 14px;
  font-weight: normal;
  color: #158383;
  background-color: rgba(85, 189, 195, 0.2);
  padding: 5px 15px 5px 15px;
  border-radius: 30px 30px 30px 30px;
  max-width: 150px;
  text-align: center;
}

.section-title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #158383;
  margin-bottom: 0;
  line-height: 1;
}
.section-title span {
  color: var(--bs-primary);
  line-height: 1;
}

.service-feature {
  background-color: #f0f0f0;
}
.service-feature .section-title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #158383;
  margin-bottom: 0;
  line-height: 1;
}
.service-feature .section-title span {
  color: var(--bs-primary);
  line-height: 1;
}
@media (max-width: 576px) {
  .service-feature .service-link {
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .service-feature .btn-primary {
    font-size: 8px;
  }
}
.service-feature .service-feature-item {
  background: white;
  transition: all 0.3s ease-in-out;
}
.service-feature .service-feature-item .icon {
  width: 80px;
  height: 80px;
  color: var(--bs-primary);
  border: 2px solid var(--bs-primary);
  border-radius: 20px;
  transform: rotate(45deg);
  box-shadow: 8px -8px 0px 0px rgba(7, 147, 64, 0.2392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.service-feature .service-feature-item .icon svg {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.service-feature .service-feature-item h6 {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.service-feature .service-feature-item p {
  font-size: 15px;
}
.service-feature .service-feature-item.active {
  background-color: var(--bs-primary);
}
.service-feature .service-feature-item.active h6,
.service-feature .service-feature-item.active p,
.service-feature .service-feature-item.active a {
  color: white;
}
.service-feature .service-feature-item.active .icon {
  border: 2px solid white;
  transform: rotate(0deg);
  box-shadow: 8px -8px 0px 0px rgba(0, 0, 0, 0.2392156863);
}
.service-feature .service-feature-item.active .icon svg {
  transform: scaleX(-1) rotate(-45deg);
  color: white;
}
.service-feature .service-feature-item:hover {
  transform: translateY(-10px);
}

.about-section .about-left {
  position: relative;
}
@media (max-width: 992px) {
  .about-section .about-left {
    height: 555px;
    left: 10%;
  }
}
@media (max-width: 576px) {
  .about-section .about-left {
    height: 500px;
    left: 0;
  }
}
.about-section .about-left .author-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #ffffff;
  position: absolute;
  top: 100px;
  left: 23px;
  z-index: 1;
}
.about-section .about-left .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .about-left .author-img .video-icon .wrapper {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 999;
}
.about-section .about-left .author-img .video-icon .video-main {
  position: relative;
  display: inline-block;
}
.about-section .about-left .author-img .video-icon .video {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: var(--primary-color);
  display: inline-block;
  background: #fff;
  z-index: 999;
  font-size: 24px;
}
@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.about-section .about-left .author-img .video-icon .fa-play:before {
  content: "\f04b";
}
.about-section .about-left .author-img .video-icon .waves {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  border-radius: 100%;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.about-section .about-left .author-img .video-icon .wave-1 {
  animation-delay: 0s;
}
.about-section .about-left .author-img .video-icon .wave-2 {
  animation-delay: 1s;
}
.about-section .about-left .author-img .video-icon .wave-3 {
  animation-delay: 2s;
}
.about-section .about-left .middle-img {
  position: absolute;
  top: 0;
  left: 152px;
  z-index: -1;
  max-height: 450px;
  max-width: 340px;
}
.about-section .about-left .middle-img img {
  border-radius: 50px;
}
.about-section .about-left .bottom-img {
  position: absolute;
  top: 235px;
  left: -56px;
  max-width: 420px;
}
@media (max-width: 576px) {
  .about-section .about-left .bottom-img {
    left: 0;
    top: 235px;
    max-width: 350px;
  }
}
.about-section .about-left .bottom-img img {
  border: 8px solid #ffffff;
  border-radius: 50px;
}
.about-section .btn {
  font-size: 12px !important;
}
.about-section .divider {
  width: 1px;
  height: 50px;
  background: #ddd;
  margin: 0px 20px;
}
.about-section .author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .about-section .author {
    flex-direction: column;
  }
}
.about-section .author img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.about-section .author .content strong {
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 576px) {
  .about-section .author .content strong {
    font-size: 12px;
  }
}
.about-section .author .content p {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .about-section .author .content p {
    font-size: 10px;
  }
}
.about-section ul li {
  margin-bottom: 6px;
}
.about-section .experience-box {
  width: 180px;
  background-color: transparent;
  padding: 25px 25px 25px 25px;
  background-image: linear-gradient(180deg, #55bdc3 0%, #1f9f9f 100%);
  border-radius: 30px 30px 30px 30px;
}
.about-section .experience-box h4 {
  font-size: 46px;
  line-height: 1;
}
.about-section .experience-box p {
  font-size: 11px;
  margin-bottom: 0;
}

.our-process {
  position: relative;
  z-index: 1;
}
.our-process .section-title,
.our-process .section-title-text p {
  color: #fff;
}
@media (max-width: 768px) {
  .our-process .img-fluid {
    display: none;
  }
}
.our-process .section-sub-title {
  background-color: rgba(255, 255, 255, 0.2509803922);
  padding: 7px 15px 7px 15px;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
  max-width: 160px;
  margin: 0 auto;
}
.our-process .section-sub-title h6 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.our-process .process-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our-process .process-card .icon {
  width: 80px;
  height: 80px;
  color: var(--bs-light);
  border: 2px solid var(--bs-light);
  border-radius: 20px;
  transform: rotate(45deg);
  box-shadow: 8px -8px 0px 0px rgba(255, 255, 255, 0.2392156863);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.our-process .process-card .icon svg {
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.our-process .process-card p {
  font-size: 14px;
  text-align: center;
}
.our-process::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 900px;
  background: url(https://demo.bosathemes.com/agentor/wp-content/uploads/sites/49/2024/04/process-bg.png) center center repeat;
  background-size: cover;
  opacity: 0.3;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

.counter-section {
  position: relative;
  z-index: 1;
  margin-top: -222px;
  top: 217px;
}

.counter-wrap {
  padding: 55px 60px 40px;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  background-color: #158383;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .counter-wrap {
    padding: 30px;
  }
}
.counter-wrap .divider {
  position: relative;
}
.counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 2px;
  height: 57px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .counter-wrap .divider::before {
    display: none;
  }
}
.counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.counter-wrap .single-countdown .number h2,
.counter-wrap .single-countdown .number span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-family: var(--font-dmsans);
  letter-spacing: 0.08em;
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .counter-wrap .single-countdown .number h2,
  .counter-wrap .single-countdown .number span {
    font-size: 40px;
  }
}
.counter-wrap .single-countdown span {
  color: #fff;
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portfolio {
  background: #f0f0f0;
}
.portfolio .section-sub-title h6 {
  font-size: 12px !important;
  font-weight: normal;
  color: #158383;
  background-color: rgba(85, 189, 195, 0.2);
  padding: 5px 15px 5px 15px;
  border-radius: 30px 30px 30px 30px;
  max-width: 180px;
  text-align: center;
}
.portfolio .portfolio-card {
  border-radius: 50px 50px 50px 50px;
  padding: 50px 40px 40px 40px;
  background: #fff;
  position: relative;
  transition: all 0.5s ease-out;
}
.portfolio .portfolio-card h4 {
  font-size: 22px;
}
.portfolio .portfolio-card p {
  font-size: 15px;
}
.portfolio .portfolio-card .card-img img {
  border-radius: 50px 50px 50px 50px;
}
.portfolio .portfolio-card .icon {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  background: #158383;
  border-radius: 50px;
  border: 2px solid #ffffff;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.portfolio .portfolio-card .icon i {
  color: #fff;
}
.portfolio .portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.portfolio .mt-8 {
  margin-top: 80px;
}
.portfolio .view-all-btn {
  margin: 0 auto;
}

.testimonial .success-rate-wapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial .success-rate-wapper .circle-bar {
  text-align: center;
  position: relative;
}
.testimonial .success-rate-wapper .circle-bar .circle-text {
  border: 5px solid #ddd;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.testimonial .success-rate-wapper .circle-bar .circle-text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #940000;
  z-index: -1;
}

.cta-style-2 {
  top: -70px;
}

footer {
  top: -79px;
}

/* Circle Progress */
.testimonial-section {
  background: #F0F0F0;
}
.testimonial-section .circle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#21c1d6 var(--percent, 0%), #e9ecef 0%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .circle .circle-inner {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-section .circle .circle-inner .circle-text {
  font-weight: bold;
  font-size: 1.25rem;
}
.testimonial-section .testimonial-card {
  position: relative;
  background: #fff;
  padding: 30px 40px;
  border-radius: 50px;
  margin-bottom: 40px;
}
.testimonial-section .testimonial-card .card-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testimonial-section .testimonial-card .card-inner img {
  border-radius: 50%;
}
.testimonial-section .testimonial-card .quote {
  position: absolute;
  top: -30px;
  right: 20px;
}
.testimonial-section .testimonial-card .quote i {
  color: #BDDFE1;
  font-size: 60px;
}
.testimonial-section .testimonial-card.active {
  background: #55BDC3;
  margin-left: -50px;
}
.testimonial-section .testimonial-card.active .card-inner p {
  color: #fff;
}/*# sourceMappingURL=template.css.map */