@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-VariableFont.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Inter", Sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #062A26;
  overflow-x: hidden;
}

::selection {
  background: #00C486;
  color: #ffffff;
}

::-webkit-scrollbar {
  width: 5px;
}

::-moz-scrollbar {
  width: 5px;
}

::-ms-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #dedddf;
  border-radius: 5px;
}

::-moz-scrollbar-thumb {
  background: #64616e;
}

::-ms-scrollbar-thumb {
  background: #64616e;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", Sans-serif;
  font-weight: 600;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #00C486;
}

h1,
.h1-styled {
  font-size: 64px;
  font-weight: 600;
  line-height: 76px;
}
@media (max-width: 991px) {
  h1,
  .h1-styled {
    font-size: 57px;
    line-height: 60px;
  }
}

h2,
.h2-styled {
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 767px) {
  h2,
  .h2-styled {
    font-size: 40px;
    line-height: 50px;
  }
}
h2 span,
.h2-styled span {
  font-weight: 800;
  text-decoration: underline;
}

h5,
.h5-styled {
  font-size: 20px;
  line-height: 30px;
}

h6,
.h6-styled {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  h6,
  .h6-styled {
    font-size: 15px;
    line-height: 25px;
  }
}

p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #6A726F;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-padding {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

.text-success {
  color: #00C486 !important;
}

.bg-light-green {
  background-color: #EDF4F2;
}

.link {
  font-size: 14px;
  color: #00C486;
  transition: 0.3s;
  position: relative;
}
.link:before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  background-color: #00C486;
  width: 0;
  transition: 0.3s;
}
.link:hover:before {
  width: 100%;
}

.list-style li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  color: #6A726F;
}
@media (max-width: 767px) {
  .list-style li {
    font-size: 14px;
    line-height: 24px;
  }
}
.list-style li:before {
  content: "\f231";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: bootstrap-icons !important;
  color: rgba(0, 196, 134, 0.7);
}

.btn {
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  line-height: 16px;
  transition: 0.3s;
}
@media (max-width: 1398px) {
  .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.btn.btn-lg {
  padding: 14px 50px;
}
.btn.btn-primary {
  background: #00C486;
  color: #ffffff;
  border: 1px solid #00C486;
}
.btn.btn-primary:active, .btn.btn-primary:hover {
  color: #00C486;
  background: #ffffff;
  border: 1px solid #00C486;
  transition: 0.3s;
}
.btn.btn-primary.btn-outline {
  background: #ffffff;
  color: #00C486;
  border: 1px solid #00C486;
}
.btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:hover {
  color: #ffffff;
  background: #00C486;
  border: 1px solid #00C486;
  transition: 0.3s;
}
.btn.btn-secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #DDE6E3;
}
.btn.btn-secondary:active {
  border: 1px solid #ffe6d3;
  color: #000000;
  transition: 0.3s;
}
.btn.btn-secondary:hover {
  background: #e9e9ea;
  border: 1px solid #ced1d5;
  color: #000000;
  transition: 0.3s;
}

.badge-title {
  background-color: #D5ECE5;
  color: #00C486;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 15px 3px 25px;
  border-radius: 25px;
}
.badge-title:before {
  content: "";
  display: flex;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #00C486;
}

/*-------------------------------*/
/***       Header    	   ***/
/*-------------------------------*/
.header-holder {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 991px) {
  .header-holder {
    position: relative;
    top: 0;
  }
}
.header-holder.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.04);
}
.header-holder.fixed-header header .navbar .nav-holder {
  box-shadow: none;
  padding: 10px 0px;
}
.header-holder header .navbar .nav-holder {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.04);
  padding: 15px 30px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .header-holder header .navbar .nav-holder {
    border-radius: 0;
    padding: 10px 0px;
  }
}
.header-holder header .navbar .navbar-brand img {
  width: 230px;
}
@media (max-width: 991px) {
  .header-holder header .navbar .navbar-brand img {
    width: 180px;
  }
}
.header-holder header .navbar .navbar-collapse > ul > li {
  position: relative;
  padding-left: 40px;
}
.header-holder header .navbar .navbar-collapse > ul > li:first-child {
  padding-left: 0;
}
.header-holder header .navbar .navbar-collapse > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #062A26;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #00C486, #00C486 50%, #062A26 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
.header-holder header .navbar .navbar-collapse > ul > li > a:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 0;
  bottom: -2px;
  z-index: 0;
  position: absolute;
  background: #00C486;
  transition: all 0.3s ease-in-out;
}
.header-holder header .navbar .navbar-collapse > ul > li > a:hover, .header-holder header .navbar .navbar-collapse > ul > li > a.active {
  background-position: 0%;
}
.header-holder header .navbar .navbar-collapse > ul > li > a:hover:before, .header-holder header .navbar .navbar-collapse > ul > li > a.active:before {
  width: 100%;
}
@media (max-width: 991px) {
  .header-holder header .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    top: 70px;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #DDE6E3;
  }
  .header-holder header .navbar .navbar-collapse > ul {
    margin: 15px 0px;
  }
  .header-holder header .navbar .navbar-collapse > ul > li {
    padding-left: 0;
  }
  .header-holder header .navbar .navbar-collapse > ul > li > a:before {
    display: none;
  }
}
.header-holder header .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 50px;
  height: 50px;
  box-shadow: none;
  position: relative;
  right: -5px;
}
.header-holder header .line {
  fill: none;
  stroke: #062A26;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.header-holder header .line1 {
  stroke-dasharray: 60 207;
}
.header-holder header .line2 {
  stroke-dasharray: 60 60;
}
.header-holder header .line3 {
  stroke-dasharray: 60 207;
}
.header-holder header .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.header-holder header .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.header-holder header .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.home-banner {
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: center;
  padding: 250px 0 100px;
  height: 100vh;
}
@media screen and (max-height: 900px) {
  .home-banner {
    padding: 200px 0 150px;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .home-banner {
    padding: 200px 0 150px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-banner {
    padding: 100px 0px 100px;
  }
}
.home-banner .btn {
  padding: 18px 35px;
}
.home-banner .need-help .icon i {
  font-size: 37px;
}
.home-banner .need-help p {
  color: #062A26;
}
.home-banner .need-help p.telephone a {
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
}
.home-banner .banner-img-holder {
  height: 550px;
  flex: 0 0 500px;
}
@media (max-width: 1199px) {
  .home-banner .banner-img-holder {
    flex: 0 0 300px;
    height: 400px;
  }
}
.home-banner .banner-img-holder::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: -25px;
  width: 100%;
  height: 100%;
  border: 2px solid #00C486;
  border-radius: 300px 300px 30px 30px;
  transition: 0.3s;
  --a: 0deg;
}
.home-banner .banner-img-holder img {
  object-fit: cover;
  object-position: center;
  border-radius: 300px 300px 30px 30px;
  transition: 0.3s;
  --a: 0deg;
}
.home-banner .banner-img-holder:hover::before {
  top: 10px;
  left: -10px;
  --a: 4deg;
  transform: perspective(400px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1) * var(--a)));
}
.home-banner .banner-img-holder:hover img {
  --a: 4deg;
  transform: perspective(400px) rotate3d(var(--r, 1, -1), 0, calc(var(--i, 1) * var(--a)));
}

.about-img-holder {
  height: 550px;
  width: 440px;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .about-img-holder {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-img-holder {
    height: 400px;
  }
}
.about-img-holder::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -25px;
  right: -25px;
  width: 100%;
  height: 100%;
  border: 2px solid #00C486;
  border-radius: 30px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .about-img-holder::before {
    display: none;
  }
}
.about-img-holder > img {
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  transition: 0.3s;
  position: relative;
  top: 0;
}
.about-img-holder:hover::before {
  top: -20px;
}
.about-img-holder:hover > img {
  top: -5px;
}
.about-img-holder .shape-1 {
  position: absolute;
  top: -45px;
  right: -45px;
  animation: moveLeftRight 3s ease-in-out infinite;
}
@media (max-width: 1199px) {
  .about-img-holder .shape-1 {
    display: none;
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
.about-img-holder .shape-1 img {
  width: 80px;
}
@media (max-width: 1199px) {
  .about-img-holder .shape-1 img {
    width: 70px;
  }
}
.about-img-holder .shape-2 {
  position: absolute;
  bottom: 100px;
  left: 70%;
  z-index: -1;
  animation: smoothMove 5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .about-img-holder .shape-2 {
    display: none;
  }
}
@keyframes smoothMove {
  0% {
    transform: translateY(10%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10%);
  }
}
.about-img-holder .shape-2 img {
  width: 250px;
}

.service-holder {
  border: 1px solid #DDE6E3;
  padding: 35px;
  background-color: #ffffff;
}
.service-holder .partner-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 90px;
  border: 1px solid #DDE6E3;
  padding: 0px 10px;
}
.service-holder .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #EDF4F2;
  margin: 0 auto 15px;
  transition: 0.3s;
}
.service-holder:hover .icon {
  border-color: #00C486;
  background-color: #ffffff;
}

.faq .accordion .accordion-item h2 {
  line-height: 2;
}
.faq .accordion .accordion-item h2 .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  color: #00C486;
  background-color: #EDF4F2;
}
.faq .faq-section-logo img {
  width: 100px;
}
.faq ul.nav-tabs li {
  width: 300px;
}
@media (max-width: 991px) {
  .faq ul.nav-tabs li {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .faq ul.nav-tabs li {
    width: 50%;
  }
}
.faq ul.nav-tabs li button.nav-link {
  width: 100%;
  border: 1px solid #DDE6E3 !important;
  height: 50px;
}
.faq ul.nav-tabs li button.nav-link.active {
  border: 1px solid #00C486 !important;
  background-color: #f9f9f9;
}

.partners .partner-logo {
  max-width: 300px;
  height: 100px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
}

footer {
  background-color: #0a2a26;
  padding-top: 60px;
}
footer .footer-logo img {
  width: 230px;
  filter: contrast(0) brightness(100);
}
@media (max-width: 991px) {
  footer .footer-logo img {
    width: 180px;
  }
}
footer p {
  color: #c3c7c6;
}
footer i {
  color: #c3c7c6;
  font-size: 20px;
  transition: 0.3s;
}
footer a p {
  margin-bottom: 0;
  transition: 0.3s;
}
footer a p:hover {
  color: #00C486 !important;
  transition: 0.3s;
}
footer .social-media a:hover i {
  color: #00C486;
}
footer h4 {
  color: #c3c7c6;
}
@media (max-width: 991px) {
  footer h4 {
    font-size: 19px;
    margin-top: 15px;
  }
}
footer .icon-info {
  color: #c3c7c6;
}
footer .icon-info .icon {
  width: 50px;
  height: 50px;
  background-color: #EDF4F2;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  footer .icon-info .icon {
    width: 30px;
    height: 30px;
  }
}
footer .icon-info .icon i {
  font-size: 25px;
  color: #00C486;
}
@media (max-width: 767px) {
  footer .icon-info .icon i {
    font-size: 15px;
  }
}
footer .icon-info span {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .icon-info a {
    font-size: 14px;
  }
}
footer .copyright a p {
  font-weight: 400;
  color: #c3c7c6;
}

/**********************************/
.inner-banner {
  padding: 200px 0px 100px;
  background-image: url(../images/handsons-pattern.svg) !important;
  background-size: cover;
  background-position: top;
}
@media (max-width: 991px) {
  .inner-banner {
    padding: 80px 0px 80px;
  }
}

.about-page .about-img-holder .shape-2 {
  bottom: 40%;
}
@media (max-width: 1398px) {
  .about-page .about-img-holder .shape-2 {
    left: 48%;
  }
}
@media (max-width: 991px) {
  .about-page .about-img-holder .shape-2 {
    display: none;
  }
}
.about-page .about-img-holder::before {
  right: auto;
  left: -25px;
}
@media (max-width: 991px) {
  .about-page .about-img-holder::before {
    display: none;
  }
}

.sublogo-holder .sublogo {
  width: 175px;
  border: 1px solid #DDE6E3;
}
@media (max-width: 767px) {
  .sublogo-holder .sublogo {
    width: 125px;
  }
}

.contact-page .form-container .form-control,
.contact-page .form-container .form-select {
  height: 45px;
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  border-color: #DDE6E3;
}
.contact-page .form-container .form-control:focus,
.contact-page .form-container .form-select:focus {
  border-color: #00C486;
}
.contact-page .form-container .form-control::placeholder,
.contact-page .form-container .form-select::placeholder {
  color: #6A726F;
}
.contact-page .form-container textarea.form-control {
  height: 150px;
  resize: none;
}
.contact-page .address-section i {
  color: #00C486;
}

.terms-conditions-page .list-style,
.privacy-policy-page .list-style {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .terms-conditions-page .list-style,
  .privacy-policy-page .list-style {
    margin-left: 10px;
  }
}
.terms-conditions-page .list-style li span,
.privacy-policy-page .list-style li span {
  color: #062A26;
}

.service-img img {
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .service-img img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    line-height: 25px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-body {
    padding: 16px;
  }
}

.services .service-wrapper .service-holder .nav-link {
  border: unset;
  background-color: #ffffff;
  color: #062A26;
  border-radius: unset;
}
.services .service-wrapper .service-holder .nav-link h6 {
  margin: 0;
  text-align: left;
}
.services .service-wrapper .service-holder .nav-link.active {
  background: #00C486;
  color: #ffffff;
}
.services .service-wrapper .service-holder .nav-link.active .service-icon-wrapper span img {
  filter: brightness(10);
}

.service-wrapper .service-tab-wrapper {
  gap: 10px;
}
.service-wrapper .service-tab-wrapper .nav-link {
  border: 1px solid #00C486;
  background-color: #f9f9f9;
  color: #062A26;
}
.service-wrapper .service-tab-wrapper .nav-link h6 {
  margin: 0;
  text-align: left;
}
.service-wrapper .service-tab-wrapper .nav-link.active {
  background: #00C486;
  color: #ffffff;
}
.service-wrapper .service-tab-wrapper .nav-link.active .service-icon-wrapper span img {
  filter: brightness(10);
}
.service-wrapper .service-tab-wrapper .service-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-wrapper .service-tab-wrapper .service-icon-wrapper span {
  width: 20px;
  height: 20px;
  display: flex;
  flex: 0 0 20px;
}
.service-wrapper .service-tab-wrapper .service-icon-wrapper span img {
  width: 100%;
}
.service-wrapper .service-content-wrapper .service-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}
.service-wrapper .service-content-wrapper .service-content span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
  height: 150px;
  opacity: 0.1;
  filter: grayscale(1);
}

/*# sourceMappingURL=style.css.map */
