@charset "UTF-8";
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #4f6bd6;
  --heading-color: #2b2b2b;
  --primary-black-color: #031b33;
  --black-dark-color: #0a0a0a;
  --gray-light-color: #f1fcf9;
  --white-color: #ffffff;
  --text-color: #2d4443;
  --border-color: #e5e5e5;
  --heading-font: "Roboto", sans-serif;
  --body-font: "Roboto", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
	margin-bottom: 11px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
	
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin-bottom: 5px;
}

input,
textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 26px;
  overflow-x: hidden;
}
@media (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1360px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2,
.text-white h1 {
  color: #1c2359;
  font-size: 20px;
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.gray-light-color {
  background-color: var(--gray-light-color);
}

.sub-title {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  margin-bottom: 12px;
}
.sub-title:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 20px;
    line-height: 1.1;
  }
}

@media (max-width: 1399.98px) {
  .smile {
display: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
    .section-title h2 .text  {
        font-size: 28px!important;
    }
}
@media (max-width: 767.98px) {
    .why-choose-one__inner .sec-title__title  {
        font-size: 24px!important;
    }
}
@media (max-width: 767.98px) {
    .sec-title  {
        font-size: 24px!important;
    }
}

/*@media (max-width: 767.98px) {
  .image-anime  {
       margin-top: 15px;
    }
}*/

@media (max-width: 767.98px) {
  .banner-content p  {
       width: 100%!important;
    }
}

@media (max-width: 767.98px) {
  .page-title  {
    padding-bottom: 40px!important;
    padding-top: 40px!important;
    }
}

@media (max-width: 767.98px) {
  .section-title h2  {
  font-size: 20px !important;
        margin-top: 10px;
    }
}


@media (max-width: 767.98px) {
 .service-content h3.title  {
  font-size: 20px !important;
   line-height: 30px !important;
	 margin-top: 15px;
    }
}
@media (max-width: 767.98px) {
 .page-banner .page-content h1  {
  font-size: 22px !important;
   line-height: 30px !important;
    }
}

@media (max-width: 767.98px) {
.hero-bottom-items .content span {
font-size: 20px !important;
color: #fff;
background-color: #5853a3;
border-radius: 2px;
text-shadow: 2px 2px #02b59f;
	margin-bottom: 10px!important;
}
.hero-bottom-items .content h3 a{
	color: #172965;
    font-size: 18px!important;	
	}
	.hero-bottom-items .content p{
		font-size: 15px!important;
    font-weight: 400!important;
   width: 100%;
	}	
	
	.why-choose-one__tab .tabs-button-box li + li {
    margin-left: 0px!important;
}
	.sub-title{
		margin-top: 20px!important;
	}	
	.medolia-left-icon-box .icon{
		display: none!important;
	}
	.space{
		padding-top: 20px!important;
	}
	.process-single-box .box-count{
		display: none!important;
	}
	.project-two__menu-box .project-filter{
		display: none!important;
	}
	.project-two__menu-box{
		padding-bottom: 0px!important;
	}
	.sec-title{
		font-size: 24px!important;
		line-height: 33px!important;
	}
	.project-two{
		padding: 10px!important;
	}
	.footer-layout1 .footer-top .shadow-text{
		font-size: 24px!important;
	}
	.page-header__inner{
		padding: 48px 0px 40px 0px!important;
	}
	.page-header__inner h1{
		font-size: 30px!important;
	}
	.about-img-1 img, .about-img-2 img{
		display: none;
	}
	.why-choose-list-item .icon-box{
		display: none!important;
	}
	.why-choose-item-content p{
		width: calc(157%);
	}
	.why-choose-image figure{
		margin-top: 15px!important;
	}
	.about-us-image{
		padding: 0px!important;
	}
	.how-we-work-img figure{
		margin-top: 10px!important;
	}
	.how-work-step-content h3{
		font-size: 18px!important;
	}
	.our-process-content{
	margin-bottom: 30px;
	}
	.medolia-cn-info.bg_three{
		height: 270px!important;
	}
	.get-cost-estimate a {
    margin-right: 10px!important;
}
	.hero-bottom-items{
		padding: 0px 0px 0px 20px !important;
        height: 420px!important;
	}
	.pt-130{
	padding-top: 0px!important;
    padding-bottom: 0px!important;
	}
.pt-100 {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
 .service-content h3 {
    margin-bottom: 10px!important;
}
.medolia-content-box h4 {
    font-size: 18px!important;
}
	h3{
		font-size: 22px!important;
	}	
	.mt-30 {
    margin-top: 0px!important;
}
	.medolia-about-sec .medolia-image img{
		margin-top: 15px!important;
	}
	.medolia-team-item .member-image img{
		margin-top: 15px!important;
	}
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: #5853a3;
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}
.headline-wrap .marquee-item i {
  margin-right: 15px;
  line-height: 0;
}
.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
  animation: marquee_left 35s linear infinite;
}
.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Headline Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
  animation: zoomInOut 6s linear infinite;
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5853a3;
  font-size: 16px;
  z-index: 2;
  cursor: pointer;
  color: var(--white-color);
}
.back-to-top:hover {
  color: var(--primary-black-color);
  color: var(--white-color);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.eolexi-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  padding: 11px 18px 4px 13px;
  background: linear-gradient(0deg, #f1c67a 0%, #fbe1b3 100%) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: hidden;
  transition: 500ms;
  border-radius: 50px;
	margin-right: 20px;
}
@media (max-width: 430px) {
  .eolexi-btn {
display: none;
  }
}
.eolexi-btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  z-index: -1;
  transition: all 500ms ease;
}
.eolexi-btn:hover::after {
  width: 100%;
  left: 0px;
}
.eolexi-btn__text {
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #2b2b2b;
  font-weight: 700;
  overflow: hidden;
  transition: all 500ms ease;
  padding-right: 10px;
  padding-left: 4px;
}
@media (max-width: 430px) {
  .eolexi-btn__text {
    font-size: 14px;
  }
}
.eolexi-btn__text span {
  display: inline-block;
}
.eolexi-btn:hover .eolexi-btn__text span {
  animation: slideRight 500ms;
}
.eolexi-btn__icon {
  width: 32px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #25d366;
  color: #fff;
  overflow: hidden;
  transition: all 500ms ease;
  padding-left: 6px;
  border-radius: 50px;
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 430px) {
  .eolexi-btn__icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.eolexi-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.eolexi-btn:hover .eolexi-btn__icon {
  color: #fff;
  background-color: #02b59f;
}
.eolexi-btn:hover .eolexi-btn__icon > * {
  animation: slideRight 500ms;
}

.medolia-info-area .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 8px;
    color: #fff;
    background: #2b2b2b;
}

.medolia-info-area {
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*  background: #f1fcf9;*/
  border-radius: 5px;
  margin-right: 10px;
}

.patient-feedback {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #dedfe3;
  border-radius: 24px;
  padding: 11px 24px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.space-top {
  padding-top: 50px;
  padding-bottom: 20px;
}
.patient-feedback .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #2b2b2b;
}

.patient-feedback .box-review {
  margin: 0 16px;
}

.patient-feedback .box-review i {
  color: #ffa439;
}

.patient-feedback:before,
.patient-feedback:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 615px;
  height: 1px;
  background-color: #dedfe3;
  z-index: -1;
}

.patient-feedback:before {
  left: -80%;
}

.patient-feedback:after {
  right: -80%;
}

.medolia-client-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-smoke2 {
  background-color: #f1fcf9 !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
.title-area {
  position: relative;
  z-index: 2;
  margin: 20px auto;
}
.service-card2 {
  text-align: center;
  padding: 40px 40px 0;
  position: relative;
}

.service-card2 .service-card-bg-shape {
  background: #fff;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.service-card2 .box-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  margin-bottom: 30px;
}

.service-card2 .box-icon img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.service-card2 .box-title {
  margin-bottom: 16px;
}

.service-card2 .box-text {
  margin-bottom: 45px;
}

.service-card2:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 375px) {
  .service-card2 {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
  }
  .service-card2 .service-card-bg-shape {
    display: none;
  }
  .service-card2 .box-text {
    margin-bottom: 30px;
  }
}

.why-choose-one {
  position: relative;
  display: block;
  background: #f1fcf9;
  padding: 40px 0px 50px;
  overflow: hidden;
  z-index: 1;
  border-radius: 80px 80px 0px 0px;
  background-image: url(../images/home-one/shape/dots.svg);
}
.sec-title {
  position: relative;
  display: block;
  line-height: 45px;
  z-index: 1;
}
.why-choose-one .shape3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.15;
  z-index: -1;
}

.why-choose-one .shape4 {
  position: absolute;
  top: 50px;
  right: 350px;
  opacity: 0.15;
  z-index: -1;
}

.why-choose-one .shape5 {
  position: absolute;
  top: 320px;
  right: 20px;
  opacity: 0.15;
  z-index: -1;
}

.why-choose-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 640px;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  z-index: -1;
}

.why-choose-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #02b59f;
  opacity: 0.3;
  content: "";
  z-index: -1;
}

.why-choose-one .shape1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 645px;
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  background: #000;
  z-index: -2;
}

.why-choose-one .shape2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 650px;
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  background: #fff;
  z-index: -3;
}

.why-choose-one__inner {
  position: relative;
  display: block;
}

.why-choose-one__inner .sec-title__title {
  color: #1c2359;
  text-align: center;
  font-size: 40px;
}

.why-choose-one__tab .tabs-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.why-choose-one__tab .tabs-button-box li + li {
  margin-left: 16px;
}

.why-choose-one__tab .tabs-button-box li:last-child {
  margin-right: 0px;
}
.why-choose-one__tab .tabs-button-box li img {
  width: 20%;
}
.why-choose-one__tab .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  background: #5853a3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  width: 100%;
  padding: 6px 20px 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 10px;
}
.why-choose-one__tab .tabs-button-box .tab-btn-item.active-btn:before {
  height: 100%;
}

.why-choose-one__tab .tabs-button-box .tab-btn-item h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.why-choose-one__tab .tabs-button-box .tab-btn-item.active-btn h3 {
  color: #02b59f;
}

.why-choose-one__tab .tabs-button-box .tab-btn-item h3 span::before {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-right: 3px;
}

.why-choose-one .tabs-content {
  position: relative;
  display: block;
}

.why-choose-one .tabs-content .tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.why-choose-one .tabs-content .tab.tab-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.why-choose-one__single-tab {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.why-choose-one .tabs-content .tab.tab-active .why-choose-one__single-tab {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: bottom top;
}

.why-choose-one__single-tab-inner {
  position: relative;
  display: block;
  background: #fff;
}

.why-choose-one__single-tab-inner .row {
  align-items: center;
  --bs-gutter-x: 0px;
}

.why-choose-one__single-tab-img {
  position: relative;
  display: block;
}

.why-choose-one__single-tab-img::before {
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 3px;
  background: #02b59f;
  content: "";
}

.why-choose-one__single-tab-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.why-choose-one__single-tab-img img {
  width: 100%;
}

.why-choose-one__single-tab-content {
  position: relative;
  display: block;
  padding: 5px 35px 5px;
}

.why-choose-one__single-tab-content h2 {
  position: relative;
  display: block;
  color: #02b59f;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 18px;
}

.why-choose-one__single-tab-content h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #02b59f;
  content: "";
}

.why-choose-one__single-tab-content p {
  margin-bottom: 5px;
}

.why-choose-one__single-tab-content .btn-box {
  position: relative;
  display: block;
  margin-top: 33px;
  line-height: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .why-choose-one__inner {
    padding-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-one__inner {
    padding-left: 0px;
    margin-right: 0px;
  }

  .why-choose-one__single-tab-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-one__inner {
    padding-left: 0px;
    margin-right: 0px;
  }

  .why-choose-one__single-tab-content {
    padding: 30px 40px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-one__inner {
    padding-left: 0px;
    margin-right: 0px;
  }

  .why-choose-one__single-tab-content {
    padding: 30px 20px 35px;
  }
  .why-choose-one__tab .tabs-button-box {
    display: block;
  }

  .why-choose-one__single-tab-content .btn-box .thm-btn {
    padding: 0px 30px 0px;
  }
}

.services {
  background: #f1fcf9;
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url(../images/home-one/shape/dots.svg);
}
.mb-24 {
  margin-bottom: 24px;
}
.sec-btn {
  margin-bottom: 30px !important;
}
.sec-title {
  color: #1c2359;
  font-size: 40px;
  margin-bottom: 5px;
}
.box-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
}
.service-card {
  position: relative;
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 43px 48px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .service-card {
    padding: 30px 25px;
  }
}

.service-card.style2 {
  border: 1px solid var(--smoke-color);
}

.service-card.style2:hover {
  border-color: var(--title-color);
}

.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  height: 0;
  background-color: var(--title-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-content {
  position: relative;
  z-index: 4;
}

.service-card .box-icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #f2f3fc;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: auto auto 24px auto;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-card .box-title {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .service-card .box-title {
    max-width: 100%;
    font-size: 20px;
  }
}

.service-card .box-text {
  margin-bottom: 30px;
}

.service-card .th-btn {
  padding: 13.5px 25px;
  font-size: 16px;
}

.service-card:hover:before {
  height: 100%;
}

.service-card:hover .box-icon img {
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

.service-card:hover .box-title {
  color: var(--white-color);
}

.service-card:hover .box-text {
  color: var(--white-color);
}

.service-card:hover .th-btn.th-icon i {
  color: var(--white-color);
}

.service-box {
  position: relative;
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 30px 48px;
  overflow: hidden;
  box-shadow: 0px 0px 25px rgb(193 206 217 / 30%);
}

@media (max-width: 1500px) {
  .service-box {
    padding: 40px 30px;
  }
}

@media (max-width: 1399px) {
  .service-box {
    padding: 40px 20px;
  }
}

@media (max-width: 1399px) {
  .service-box .box-text {
        margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1399px) {
.medolia-info-area {
    display: none;
  }
}
@media (max-width: 1399px) {
.service-image img{
    display: none;
  }
}


.service-box .service-overlay {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box .service-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--white-color);
  z-index: 3;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.service-box .service-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(26, 33, 89, 0.8)),
    to(rgba(26, 33, 89, 0.8))
  );
  background: linear-gradient(
    0deg,
    rgba(26, 33, 89, 0.8),
    rgba(26, 33, 89, 0.8)
  );
  z-index: 2;
}

.service-box .box-img {
  position: absolute;
  top: -30px;
  right: -30px;
}

.service-box .box-content {
  position: relative;
  z-index: 4;
}

.service-box .box-icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #1c2359;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 24px;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #02b59f;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.service-box .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.service-box .box-title {
  margin-bottom: 10px;
}

@media (max-width: 1399px) {
  .service-box .box-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .service-box .box-title {
    max-width: 100%;
    font-size: 20px;
  }
}

.service-box .box-text {
  margin-bottom: 15px;
	 display: -webkit-box;
  -webkit-line-clamp: 3;  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-box .th-btn {
  padding: 13.5px 25px;
  font-size: 16px;
}

.service-box:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}

.service-box:hover .service-overlay:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.service-box:hover .box-img {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}

.service-box:hover .box-icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.service-box:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.service-box:hover .box-title {
  color: var(--white-color);
}

.service-box:hover .box-text {
  color: var(--white-color);
}

.service-box:hover .th-btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.service-image {
  border-radius: 24px;
}

.service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.service-box .th-btn {
  padding: 13.5px 25px;
  font-size: 16px;
}
.th-btn.black-border {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #02b59f;
  border-radius: 8px;
  color: #02b59f;
}
.th-btn.black-border:hover {
  background: #02b59f;
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  background-color: #000;
  border: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  line-height: 1;
  padding: 20px 24px;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5),
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.5);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  will-change: transform;
}

.space {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #f5f6f7;
  border-radius: 80px 80px 0px 0px;
}
.process-single-box {
  position: relative;
  padding: 20px 42px 44px;
  background-color: #f1fcf9;
  margin-bottom: 30px;
  height: 180px;
}

@media (max-width: 1399px) {
  .process-single-box {
    padding: 50px 35px 44px;
  }
}

@media (max-width: 1199px) {
  .process-single-box {
    padding: 50px 25px 44px;
  }
}

@media (max-width: 991px) {
  .process-single-box {
    margin-bottom: 45px;
  }
}

.process-single-box .header {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .process-single-box .header {
    gap: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .process-single-box .header .title {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .process-single-box .header .title {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .process-single-box .header .title {
    font-size: 19px;
  }
}

.process-single-box:hover .header .icon {
  animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.process-single-box .box-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-color);
}

.process-single-box .box-count span {
  transform: translateY(0);
  transition: all 0.5s ease;
}

.process-single-box.current .box-count span,
.process-single-box:hover .box-count span {
  transform: translateY(73px);
}

@media (max-width: 991px) {
  .process-single-box.current .box-count span,
  .process-single-box:hover .box-count span {
    transform: translateY(0);
  }
}

/* Contact CSS */
.medolia-contact-sec .medolia-image img {
  border-radius: 10px;
}
.medolia-contact-sec .contact-wrapper {
  background-color: #f1fcf9;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .medolia-contact-sec .contact-wrapper {
    padding: 30px;
  }
}
.medolia-contact-sec .contact-wrapper h3 {
  color: #2b2b2b;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .medolia-contact-sec .contact-wrapper h3 {
    font-size: 24px;
    line-height: 35px;
  }
}

.contact-form .nice-select,
.contact-form .form_control {
  padding: 9px 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
}
.contact-form .nice-select::-webkit-input-placeholder,
.contact-form .form_control::-webkit-input-placeholder {
  color: #000;
}
.contact-form .nice-select::-moz-placeholder,
.contact-form .form_control::-moz-placeholder {
  color: #000;
}
.contact-form .nice-select:-ms-input-placeholder,
.contact-form .form_control:-ms-input-placeholder {
  color: #000;
}
.contact-form .nice-select::-ms-input-placeholder,
.contact-form .form_control::-ms-input-placeholder {
  color: #000;
}
.contact-form .nice-select::placeholder,
.contact-form .form_control::placeholder {
  color: #000;
}
.contact-form .nice-select {
  line-height: 30px;
}
.contact-form .nice-select:after {
  position: absolute;
  top: 10px;
  right: 30px;
}
.contact-form .nice-select .list {
  color: var(--heading-color);
}
.contact-form .theme-btn {
  width: 100%;
  background-color: var(--white-color);
  color: var(--heading-color);
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 44px;
  line-height: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one {
  background-color: #02b59f;
  color: var(--white-color);
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
/* CTA Section CSS */
.medolia-cta-sec {
  background-color: #f5f6f7;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1199.98px) {
  .medolia-cta-sec {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1199.98px) {
  .medolia-cta-sec .section-title {
    border-right: none;
    margin-bottom: 15px;
  }
}
.medolia-cta-sec .shape {
  position: absolute;
  z-index: -1;
}
.medolia-cta-sec .shape span {
  width: 525px;
  height: 525px;
  border-radius: 50%;
  background-color: #eeeeeea1;
}
.medolia-cta-sec .shape.shape-one {
  top: -300px;
  left: -280px;
}
.medolia-cta-sec .shape.shape-two {
  bottom: -300px;
  right: -280px;
}
.medolia-cta-sec .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .medolia-cta-sec .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.medolia-cta-sec .contact-list .medolia-button .theme-btn.style-one {
  background-color: var(--white-color);
  color: var(--heading-color);
}
.medolia-cta-sec .contact-list .medolia-contact-box .icon {
  color: var(--white-color);
}
.medolia-cta-sec .contact-list .medolia-contact-box .content h4 {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .medolia-cta-sec .contact-list .medolia-contact-box {
    margin-bottom: 30px;
  }
}

.utf-trending-silver-item {
  color: #cecece;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 500;
}
.utf-trending-black-item {
  color: #ffffff;
  font-weight: 600;
}
.utf-trending-silver-item a {
  color: #2b2b2b;
  font-size: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.utf-trending-silver-item a:hover {
  color: #02b59f;
}

.header-area {
  position: relative;
  z-index: 999;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.info h4 {
  font-size: 15px;
	    color: #2b2b2b;
}

/* Header Navigation */
@media screen and (max-width: 991.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 210px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
  font-size: 16px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #02b59f;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 310px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 1.8;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 15px;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: #02b59f;
}
.header-navigation .main-menu ul > li:hover > a {
  color: #02b59f;
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one {
  background-color: var(--white-color);
}

.header-three .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
  -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
  box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
}
.header-area.sticky.header-one {
  background-color: var(--white-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

.footer-widget {
  margin-bottom: 20px;
}

.th-social.style7 a {
  color: #ffffff;
}
.th-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  margin-top: 20px;
}
.th-social a:hover {
  background: #02b59f;
}
.widget_nav_menu a i {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
.widget_nav_menu a:hover {
  color: #02b59f !important;
}
.footer-layout1 .footer-bg-shape1-1 {
  z-index: -1;
  width: 100%;
  height: 100%;
}
.footer-widget .widget_title {
  position: relative;
  color: #fff;
  border-bottom: 0;
  padding: 0;
  margin: -0.1em 0 2px 0;
  font-size: 20px;
}

.footer-widget .widget_title img {
  margin: -7px 10px 0 0;
}

.copyright-wrap {
  padding: 10px 0;
  background-size: 100% auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.copyright-wrap .copyright-text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.footer-widget.style2.widget_nav_menu a {
  color: #fff;
}

.cs_footer_contact_list li {
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.cs_footer_contact_list li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_footer_contact_list li i {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #3f3f3f;
  line-height: 30px;
  text-align: center;
}

.th-widget-about.style2 p {
  color: #fff;
}

.about-logo img {
  width: 250px;
}
.pq-img-cut {
  position: relative;
}
.pq-img-cut::before {
  content: "";
  background-image: url("../images/shape/s1.svg");
  width: 100%;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #829592;
  position: relative;
  z-index: 2;
  background-color: #b6ddd2;
  overflow: hidden;
}
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.shape-mockup.z-index-3 {
  z-index: 3;
  pointer-events: none;
}

.shape-mockup.z-index-1 {
  z-index: 1;
  pointer-events: none;
}

.shape-mockup .svg-img {
  height: 110px;
  width: 110px;
}
.footer-layout1 {
  --body-color: #a1a1a1;
  background: rgba(0, 0, 0, 0);
}

.footer-layout1 .footer-bg-shape1-1 {
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .footer-layout1 .footer-bg-shape1-1 {
    display: none;
  }
}

.footer-layout1 .footer-bg-shape1-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-layout1 .footer-bg-shape1-1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 9, 22, 0.95);
}

.footer-layout1 .footer-bg-responcive1-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .footer-layout1 .footer-bg-responcive1-1 {
    display: none;
  }
}

.footer-layout1 .footer-bg-responcive1-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-layout1 .footer-bg-responcive1-1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 9, 22, 0.95);
}

.footer-layout1 .footer-top {
  padding: 40px 0;
  border-bottom: 1px solid #ffffff1a;
}

@media (max-width: 767px) {
  .footer-layout1 .footer-top {
    padding: 40px 0 20px;
  }
}

.footer-layout1 .footer-top .shadow-text {
  font-size: 40px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 0.78;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 24px;
}

@media (max-width: 1199px) {
  .footer-layout1 .footer-top .shadow-text {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .footer-layout1 .footer-top .shadow-text {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .footer-layout1 .footer-top .shadow-text {
    font-size: 35px;
  }
}

.footer-layout1 .footer-top .box-text {
  font-size: 24px;
  font-weight: 700;
  margin-top: -0.3em;
  color: #fff;
}

.footer-layout1 .footer-top .box-text a {
  color: #02b59f;
  padding-left: 20px;
}

@media (max-width: 575px) {
  .footer-layout1 .footer-top .box-text {
    font-size: 18px;
  }
}

.footer-layout1 .footer-bottom {
  position: relative;
}

.footer-layout1 .widget-area {
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer-layout1 .footer-text {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

/*==============================================
Project Two
===============================================*/
.project-two {
  position: relative;
  display: block;
  padding: 40px 0px 30px;
  z-index: 1;
}

.project-two .shape1 {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}

.project-two__menu-box {
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.project-two__menu-box .project-filter {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.project-two__menu-box .project-filter li {
  position: relative;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.project-two__menu-box .project-filter li:last-child {
  border-right: none;
}

.project-two__menu-box .project-filter li .filter-text {
  position: relative;
  display: block;
  padding: 14px 25px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
  background: #5853a3;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 1;
}

.project-two__menu-box .project-filter li .filter-text:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: -1px;
  content: "";
  background: #02b59f;
  border-radius: 0px;
  opacity: 1;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
  transition: all 300ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.project-two__menu-box .project-filter li:hover .filter-text:before,
.project-two__menu-box .project-filter li.active .filter-text:before {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: all 300ms linear;
  transition-delay: 0.1s;
}

.project-two__menu-box .project-filter li:hover .filter-text,
.project-two__menu-box .project-filter li.active .filter-text {
  color: #fff;
}

.project-two__menu-box .project-filter li .count {
  display: none;
}

.project-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.project-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.project-two__single-img img {
  width: 100%;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__single-img img {
  transform: scaleY(1.05);
}

.project-two__single-img::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-color: #5853a3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}

.project-two__single:hover .project-two__single-img::before {
  opacity: 0.8;
}

.project-two__single-img .icon-box {
  position: absolute;
  top: 0px;
  right: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.project-two__single:hover .project-two__single-img .icon-box {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.project-two__single-img .icon-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #5853a3;
}

.project-two__single-img .icon-box a span::before {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
}

.project-two__single-img .content-box {
  position: absolute;
  left: 50px;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.project-two__single:hover .project-two__single-img .content-box {
  bottom: 43px;
  opacity: 1;
  visibility: visible;
}

.project-two__single-img .content-box h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: capitalize;
}

.project-two__single-img .content-box h2 a {
  color: #fff;
}

.project-two__single-img .content-box h2 a:hover {
  color: #fff;
}

.project-two__single-img .content-box p {
  color: #fff;
}

.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 100px 0 100px;
  z-index: 1;
}
.page-header__inner h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 10px;
  width: 85%;
  margin: 0px auto;
}

/* Contact Page CSS */
.content h3 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
.medolia-cn-info {
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
  height: 245px;
}
@media screen and (max-width: 1199.98px) {
  .medolia-cn-info {
    padding: 15px 30px;
  }
}
.medolia-cn-info .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--heading-color);
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199.98px) {
  .medolia-cn-info .content h3 {
    font-size: 17px;
    line-height: 28px;
  }
}
.medolia-cn-info .content span {
  font-size: 24px;
  font-family: var(--heading-font);
  color: var(--text-color);
  margin-bottom: 10px;
}
.medolia-cn-info.bg_one {
  background-color: #faf9ff;
}
.medolia-cn-info.bg_one .icon {
  background-color: #e7e0ff;
}
.medolia-cn-info.bg_two {
  background-color: #fffbf3;
}
.medolia-cn-info.bg_two .icon {
  background-color: #ffebc2;
}
.medolia-cn-info.bg_three {
  background-color: #fff6f5;
}
.medolia-cn-info.bg_three .icon {
  background-color: #ffd0cc;
}

/* Skin Care CSS */

.page-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.page-title::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(
    85deg,
    rgba(28, 35, 89, 0.72) 26.67%,
    rgba(28, 35, 89, 0) 78.34%
  );
}

.banner-content {
  position: relative;
  max-width: 775px;
}
.banner-content .title {
  font-size: 18px;
  color: #02b59f;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.banner-content h1 {
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #fff;
}
.banner-content p {
  margin-bottom: 20px;
  width: 75%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .banner-area {
    padding-bottom: 130px;
    padding-top: 60px;
  }
  .banner-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(239, 234, 234, 0.75);
  }
  .banner-content .title {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .banner-content h1 {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
  }
  .banner-content h1 {
    font-size: 32px;
    line-height: unset;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area {
    padding-bottom: 150px;
    padding-top: 150px;
  }
}

/************************************/
/***     06. Our Services css	  ***/
/************************************/
.bg-section {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  background-color: #f7f0f2;
  border-radius: 30px;
}
.our-services {
  position: relative;
  padding: 50px 0;
  margin-top: 30px;
  padding-bottom: 15px;
}
.section-row .section-title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.section-row .section-title h2 {
  width: 100%;
  text-align: center;
  color: #1c2359;
  line-height: 24px;
  font-size: 40px;
}
.section-row .section-title p {
  width: 100%;
  margin-top: 20px;
}
.section-row {
  margin-bottom: 40px;
}
.section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  text-transform: capitalize;
  color: #7b798c;
  padding-left: 18px;
  margin-bottom: 10px;
}
.section-title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #24544b;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.services-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #24544b;
  opacity: 1;
  margin: 0 3px;
  transition: all 0.4s ease-in-out;
}

.services-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #24544b;
  border-radius: 10px;
}

.service-box-one {
  position: relative;
}
.service-box-one {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.service-image-one a {
  display: block;
  cursor: none;
  border-radius: 30px;
  overflow: hidden;
}

.service-image-one {
  display: block;
}

.service-image-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52.13%,
    rgba(28, 73, 66, 0.9) 81.58%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-image-one img {
  width: 100%;
  aspect-ratio: 1 / 1.042;
  object-fit: cover;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}

.service-box:hover .service-image-one img {
  transform: scale(1.05);
}

.service-item {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
}

.service-item .icon-box {
  position: relative;
  background: #02b59f;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 2px;
}

.service-content h3 a {
  color: inherit;
}

.service-content p {
  color: #fff;
  margin: 0;
}

.services-pagination {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
/************************************/
/***       05. About Us css	      ***/
/************************************/

.about-us {
  padding: 40px 0;
  background: #f1fcf9;
  margin-top: 40px;
  margin-bottom: 30px;
}
.about-us-image {
  position: relative;
  padding: 0 162px 58px 0;
  margin-right: 30px;
}

.about-img-1 figure,
.about-img-2 figure {
  display: block;
}

.about-img-1 img,
.about-img-2 img {
  width: 100%;
  object-fit: cover;
}

.about-img-1 figure {
  border-radius: 30px;
}

.about-img-1 img {
  aspect-ratio: 1 / 1.23;
  border-radius: 30px;
}

.about-img-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 433px;
  border: 10px solid #fef7f8;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}

.about-img-2 img {
  aspect-ratio: 1 / 0.59;
}
.about-us-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.about-us-body .about-body-content {
  width: calc(66% - 15px);
}
.about-counter-content {
  width: calc(100% - 70px);
}
/************************************/
/***     07. Why Choose Us css	  ***/
/************************************/

.why-choose-us {
  padding: 50px 0;
  background: #fef7f7;
}

.why-choose-content {
  margin-right: 30px;
}

.why-choose-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #7b798c24;
  margin-top: 15px;
  padding-top: 10px;
}

.why-choose-list-item .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #f7f0f2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.why-choose-list-item .icon-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-list-item:hover .icon-box::before {
  transform: scale(1);
}

.why-choose-list-item .icon-box img {
  width: 100%;
  max-width: 40px;
  transition: all 0.3s ease-in-out;
}

.why-choose-list-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item-content {
  width: calc(100% - 110px);
}

.why-choose-item-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.why-choose-item-content p {
  margin-bottom: 0;
}

.why-choose-image figure {
  display: block;
  border-radius: 30px;
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1 / 1.236;
  object-fit: cover;
  border-radius: 30px;
}
.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/************************************/
/***      08. Our Process css	  ***/
/************************************/

.our-process {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}

.our-process .container-fluid {
  padding: 0;
}

.process-video-box {
  position: relative;
  height: 100%;
}

.process-video-image {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  height: 100%;
}

.process-video-image figure {
  display: block;
  height: 100%;
}

.process-video-image figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 52.13%,
    rgba(28, 73, 66, 0.9) 81.58%
  );
  width: 100%;
  height: 100%;
}

.process-video-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 0.94;
  object-fit: cover;
}

.our-process-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 3.021vw 0px 1.208vw;
}

/************************************/
/***      09. How We Work css	  ***/
/************************************/

.how-we-work {
  padding: 50px 0;
  background: #fef7f7;
}
.section-title p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.section-title {
  margin-bottom: 0px;
}
.how-we-work-content {
  margin-right: 20px;
}

.how-work-step-item {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #7b798c24;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.how-work-step-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.how-work-step-no h2 {
  font-size: 40px;
}

.how-work-step-content h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.how-work-step-content p {
  margin-bottom: 0;
}

.how-we-work-image {
  position: relative;
}

.how-we-work-img figure {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.how-we-work-img figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 49.89%,
    rgba(28, 73, 66, 0.9) 78.07%
  );
  width: 100%;
  height: 100%;
}

.how-we-work-img img {
  width: 100%;
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
}

.how-work-contact-info {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 150px;
  z-index: 1;
}

.how-work-contact-info h2 {
  font-size: 22px;
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 15px;
}

.how-work-contact-box {
  display: flex;
  align-items: center;
}

.how-work-contact-box .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  margin-right: 15px;
}

.how-work-contact-box .icon-box img {
  width: 100%;
  max-width: 20px;
}

.how-work-contact-content {
  width: calc(100% - 55px);
}

.how-work-contact-content h3 {
  font-size: 18px;
  color: #fff;
}

.how-work-contact-content h3 a {
  color: inherit;
}
/************************************/
/***      11. Our Result css	  ***/
/************************************/

.our-results {
  padding: 50px 0;
}

.transformation_image {
  margin-bottom: 30px;
}

.transformation_image img {
  width: 100%;
  aspect-ratio: 1 / 0.7;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}

.transformation-button {
  text-align: center;
  margin-top: 40px;
}

/* !END: Theme Marquee CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/

/* !END: Theme Marquee CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-project-section {
  position: relative;
  background: #060129;
}
.tj-project-section-2 {
  background-color: #18133b;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.tj-project-section-2 .content-wrap {
  max-width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-project-section-2 .content-wrap {
    max-width: 100%;
  }
}

.project-slider {
  overflow: inherit;
}

.project-wrapper-2 {
  max-width: 834px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.project-wrapper-3 {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper-3 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-wrapper-3 {
    padding: 0 15px;
  }
}

.project-item {
  background-color: #18133b;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
}
.project-item .project-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.project-item .project-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item .project-img {
    height: 280px;
  }
}
.project-item .project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 15px 10px;
}
@media (max-width: 575px) {
  .project-item .project-content {
    padding: 20px 5px 5px;
  }
}
.project-item .title {
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin-bottom: 0;
}
.project-item .title a {
  display: inline-block;
}
.project-item .title a:hover {
  color: #e00003;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item .title {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item .title {
    max-width: 100%;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item .title {
    width: calc(100% - 50px);
  }
}
.project-item .categories {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 0 10px 10px 0;
  background-color: var(--tj-color-theme-bg);
  border-radius: 0 0 12px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item .icon-btn {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.project-item:hover .project-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-item:hover .icon-btn {
  background-color: var(--tj-color-theme-primary);
}
.project-item.style-2 {
  background-color: var(--tj-color-theme-dark);
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
  border-top-left-radius: 0;
}
.project-item.style-2:last-child {
  margin-bottom: 0;
}
.project-item.style-2 .categories {
  left: 0;
  top: 0;
}
.project-item.style-2 .project-content {
  padding: 0 0 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2 .project-content {
    padding: 0 0 16px;
  }
}
.project-item.style-2 .title {
  max-width: 450px;
  padding-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2 .title {
    max-width: calc(100% - 65px);
  }
}
.project-item.style-2 .icon-btn {
  background-color: #ff0004;
  width: 60px;
  height: 60px;
  margin-bottom: 3px;
}
.project-item.style-2 .icon-btn i {
  color: #fff;
}
.project-item.style-2 .icon-btn:hover {
  background-color: #000;
}
.project-item.style-2 .icon-btn:hover i {
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2 .icon-btn {
    width: 55px;
    height: 55px;
  }
}
.project-item.style-2 .project-img {
  height: 0;
  border-radius: 16px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.project-item.style-2 .project-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-item.style-2 .project-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.style-2 .project-img {
    height: 320px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2 .project-img {
    height: 280px;
    margin-bottom: 20px;
  }
}
.project-item.style-2.active .project-img {
  height: 373px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.style-2.active .project-img {
    height: 320px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2.active .project-img {
    height: 280px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-2 {
    padding: 30px 20px 0 20px;
    margin-bottom: 20px;
  }
}
.project-item.style-3 {
  padding: 30px 30px 25px 30px;
  border-radius: 16px;
}
.project-item.style-3 .categories {
  padding: 0;
  border-radius: 0;
  position: unset;
  margin-bottom: 12px;
}
.project-item.style-3 .categories::before,
.project-item.style-3 .categories::after {
  display: none;
}
.project-item.style-3 .project-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-3 .project-content {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.style-3 .title {
    max-width: 100%;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item.style-3 .title {
    font-size: 20px;
  }
}
.project-item.style-3 .project-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: #060129;
  padding: 30px 0 0 30px;
  border-radius: 60px 0 0 0;
  z-index: 1;
}
.project-item.style-3 .project-btn::after,
.project-item.style-3 .project-btn::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -48px;
  right: 0;
  width: 24px;
  height: 48px;
  -webkit-box-shadow: 0 24px 0 0 #060129;
  box-shadow: 0 24px 0 0 #060129;
  border-bottom-right-radius: 24px;
  z-index: -1;
  pointer-events: none;
}
.project-item.style-3 .project-btn::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: -24px;
}
.project-item.style-3 .project-btn .icon-btn {
  background-color: #ff007f;
  overflow: hidden;
  text-shadow: -45px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project-item.style-3 .project-btn .icon-btn i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.project-item.style-3 .project-btn .icon-btn:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.icon-btn {
  font-size: 19px;
  width: 56px;
  height: 56px;
  background-color: #ff007f;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon-btn i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--tj-color-theme-primary);
}
.icon-btn:hover i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.swiper-pagination-area {
  text-align: center;
  line-height: 0;
  margin-top: 60px;
}
.swiper-pagination-area.white-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .swiper-pagination-area {
    margin-top: 30px;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.15;
  position: relative;
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.swiper-pagination-bullet-active {
  background-color: #db0003;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-3 .project-btn {
    padding: 20px 0 0 20px;
    border-radius: 40px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.style-3 .project-btn {
    padding: 25px 0 0 25px;
    border-radius: 55px 0 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.style-3 {
    padding: 20px;
  }
}
.project-item.style-3:hover .icon-btn i {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

/* Service Details Page CSS */
.medolia-service-details-sec .medolia-service-item .service-content h2.title {
  font-size: 30px;
  line-height: 65px;
  margin-bottom: 0px;
  color: #2b2b2b;
  text-transform: none;
}
.medolia-service-details-sec .medolia-service-item .service-content p {
  margin-bottom: 15px;
  color: #2b2b2b;
}
.medolia-service-details-sec
  .medolia-service-item
  .service-content
  .medolia-image
  img {
  width: 100%;
  border-radius: 10px;
}
.medolia-service-details-sec
  .medolia-service-item
  .service-content
  .medolia-content-box
  h4 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 22px;
}
.medolia-service-details-sec
  .medolia-service-item
  .service-content
  .medolia-content-box
  .check-list.style-one
  li {
  font-weight: 500;
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.medolia-service-details-sec .medolia-service-item .service-content h3 {
  margin-bottom: 0px;
  color:#2b2b2b;
}
.medolia-service-details-sec .faqs-area h3 {
  margin-bottom: 20px;
}
.medolia-service-details-sec .faqs-area p {
  margin-bottom: 30px;
}
.faqs-area .accordion-box.accordion-active {
  background-color: #5853a3;
}
.faqs-area .accordion-box.accordion-active .accordion-title {
  color: var(--white-color);
}
.faqs-area .accordion-box.accordion-active .accordion-content p {
  color: var(--white-color);
}
.faqs-area .accordion-box .accordion-content {
  padding: 20px 0 10px;
}
.faqs-area .accordion-box .accordion-content p {
  margin-bottom: 0;
}

/* Faq Page CSS */
.accordion-box {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-box .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #000;
    font-size: 20px;
    font-weight: 600;
}
.accordion-box .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 22px;
  color: #02b59f;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-box .accordion-header .accordion-title[aria-expanded="true"]:after {
  content: "\f107";
  color: var(--secondary-color);
}
.accordion-box .accordion-content {
  padding-top: 20px;
}

.accordion-item.accordion-active {
  background-color: #f1fcf9;
}
.faqs-area .accordion-box.accordion-active .accordion-title {
  color: #fff;
  font-size: 20px;
    font-weight: 600;
}

.btn-quote {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: #02b59f;
  border-radius: 5px;
  padding: 17px 10px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}
.btn-quote:hover {
  color: #fff;
}
.btn-quote::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #5853a3;
  z-index: -1;
  transition: inherit;
  transition: all 0.3s ease;
}
.btn-quote:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
  color: #fff;
}

/************************************/
/***   05. Scrolling Ticker css   ***/
/************************************/

.our-scrolling-ticker {
  background-color: #5853a3;
  padding: 10px 0;
}

.scrolling-ticker-box {
  --gap: 15px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  align-items: center;
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 40s linear infinite;
}

.scrolling-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
}

.scrolling-content span img {
  width: 15px;
  margin-right: 10px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.medolia-choose-box {
  border: 1px solid var(--border-color);
  padding: 20px 30px 30px;
  border-radius: 10px;
}
.medolia-choose-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 30px;
  background-color: #02b59f;
  color: var(--white-color);
  margin-bottom: 15px;
}

.hero-bottom-items {
  border-radius: 12px;
  background: #dcf3e9;
  padding: 70px 0px 70px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0px;
  height: 410px;
}
.hero-bottom-items .content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 28px;
  line-height: 1;
  color: #fff;
  background-color: #5853a3;
  padding: 10px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: inline-block;
  text-shadow: 2px 2px #02b59f;
}
.hero-bottom-items .content h3 a {
  color: #172965;
  font-size: 28px;
}
.hero-bottom-items .content p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 34px;
}
.get-cost-estimate a {
  margin-right: 20px;
	    margin-top: 9px;
}

/*** 

====================================================================
	Team Two
====================================================================

***/
.testimonial-section {
    padding: 100px 0px 30px 0px;
}
.single-testimonial-content{
  position: relative;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 20px 30px 42px 20px;
  margin-bottom: 10px;
  transition: all 500ms ease;
border-radius: 5px;	

}
.single-testimonial-content:hover{
  border: 1px solid #02b59f;
}
.team-block_two-name {
    position: relative;
    font-size: 16px;
    margin-top: 0px;
    color: #000;
}
.team-block_two-title {
    position: relative;
	font-size: 14px;
}
.single-testimonial-content .top-content{
    position: relative;
    padding: 0px 0px 0px 90px;
    margin-bottom: 5px;
}
.single-testimonial-content .img-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: -1px;
}

.single-testimonial-content .text{
  font-size: 15px;
  line-height: 28px;
}
.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.btn-style-one.btn-round {
 border-radius: 24px;
	color: #fff;
}
.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 23px;
    font-weight: 600;
    letter-spacing: 0.7px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    background: #02b59f;
}

.btn-style-two.btn-round {
 border-radius: 24px;
	color: #fff;
}
.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 23px;
    font-weight: 600;
    letter-spacing: 0.7px;
    overflow: hidden;
    text-transform: uppercase;
  border: 1px solid #02b59f;
    color: #02b59f!important;
}

@media only screen and (max-width: 499px){
		.single-testimonial-content .top-content{
		padding-top: 0px;
	}
	.checkout-section .order-info .sub-total .price,
	.checkout-section .order-info .order-total .price{
		float: right;
	}
	.single-testimonial-content{
		padding: 42px 20px;
	}
}

/* Page Banner CSS */
.page-banner {
  background-color: #F1FCF9;
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .page-banner {
    padding: 50px 0 40px;
  }
}
.page-banner .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .page-banner .shape {
    display: none;
  }
}
.page-banner .shape.shape-one {
  top: 30px;
  left: -200px;
}
.page-banner .shape.shape-one span {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(14, 12, 10, 0.03);
}
.page-banner .shape.shape-three {
  top: -300px;
  right: -350px;
}
.page-banner .shape.shape-three span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 85px solid rgba(14, 12, 10, 0.03);
}
.page-banner .page-content h1 {
  font-size: 48px;
  line-height: 65px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .page-banner .page-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.page-banner .page-content ul {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
}
.page-banner .page-content ul li {
  display: inline-block;
  color: var(--primary-color);
}
.page-banner .page-content ul li:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px;
}
.page-banner .page-content ul li a {
  color: var(--heading-color);
}

.ap-list-item-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ap-list-item-box ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ap-list-item-box ul li {
  list-style: none;
  position: relative;
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 12px 20px 11px;
  background: #FEFEFE;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
}
.ap-list-item-box ul li i {
  color: #02b59f;
  margin-top: 5px;
}
.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
}
.main-menu-two__call {
    position: relative;
    display: flex;
}
.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 40px;
    width: 40px;
    background-color: #000;
    border-radius: 50%;
}
.main-menu-two__call-content {
    margin-left: 10px;
}
.main-menu-two__call-sub-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
    color: #000;
}
.main-menu-two__call-number {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}



.float-button {
        text-decoration: none;
        position: fixed;
        padding: 10px;
        padding-right: 15px;
        bottom: 130px;
        right: 30px;
        color: #fff;
        background-color:#1ba14a;
        border-radius: 26px;
        z-index: 100;
        font-family: Arial;
        font-size: 17px;
        animation: whatsapp-animation 0.5s ease-in-out;
        box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
        transition:all 0.3s ease-out;
    }
.float-button:hover{
	color: #fff;
}

    .fa-whatsapp {
        font-size: 20px !important;
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
        span {
            display: none;
        }

        .float-button {
            bottom: 15px;
            right: 15px;
            width: 20px;
            border-radius: 20px 20px 5px 20px;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }