@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-Thin.woff2") format("woff2"), url("../webfonts/Canela-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-Bold.woff2") format("woff2"), url("../webfonts/Canela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-RegularItalic.woff2") format("woff2"), url("../webfonts/Canela-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-BoldItalic.woff2") format("woff2"), url("../webfonts/Canela-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-LightItalic.woff2") format("woff2"), url("../webfonts/Canela-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-Medium.woff2") format("woff2"), url("../webfonts/Canela-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-MediumItalic.woff2") format("woff2"), url("../webfonts/Canela-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-Light.woff2") format("woff2"), url("../webfonts/Canela-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-ThinItalic.woff2") format("woff2"), url("../webfonts/Canela-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../webfonts/Canela-Regular.woff2") format("woff2"), url("../webfonts/Canela-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*font-family: "Plus Jakarta Sans", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.common-btn1 {
  position: relative;
  padding: 11px 15px;
  background: linear-gradient(90deg, #1D9F31 0%, #185D23 150.57%);
  color: #fff;
  border-radius: 5px;
  border: 0px;
  transition: all 0.5s;
}
.common-btn1:hover {
  background: linear-gradient(-90deg, #1D9F31 0%, #185D23 150.57%);
  transition: all 0.5s;
  color: #fff;
  transform: scale(1.06);
}

.common-outline-btn1 {
  position: relative;
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #1D9F31;
  color: #393A39;
  border-radius: 5px;
  transition: all 0.5s;
}
.common-outline-btn1:hover {
  background: linear-gradient(-90deg, #1D9F31 0%, #185D23 150.57%);
  transition: all 0.5s;
  color: #fff;
  transform: scale(1.06);
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #393A39;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}
.common-title h4::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #393A39;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
.common-title h3 {
  position: relative;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  color: #393A39;
  margin-bottom: 10px;
  font-family: "Canela";
}
.common-title p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 15px;
  margin-bottom: 10px;
}

/*#### Common css end ####*/
/*##### Header css start ####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  z-index: 9;
}

/*##### Header css end ####*/
/*#### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-wrapper .banner-sld-items .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 16px;
  margin-bottom: 15px;
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: clamp(20px, 20vw, 380px);
  line-height: 90%;
  font-family: "Canela";
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  font-family: "Canela";
  margin-bottom: 20px;
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.banner-wrapper .banner-sld-items .banner-content-wrap .banner-content .common-btn1 {
  padding: 14px 20px;
}

/*### dots css start ####*/
#banner-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px 15px 0px;
}
#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
  box-shadow: -2px 0px 0px rgba(255, 255, 255, 0);
}
#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.46);
  border: 0px solid rgba(255, 255, 255, 0.46);
  display: block;
  border-radius: 50%;
}
#banner-slider .slick-dots li.slick-active button {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.6);
}
#banner-slider .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #fff;
}

/*### dots css end*/
/*#### Banner css end ####*/
/*#### smile-we-got css start ####*/
.smile-we-got-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  padding-top: 120px;
  overflow: hidden;
}
.smile-we-got-wrapper .smile-we-got-title {
  position: relative;
  width: 100%;
  z-index: 2;
}
.smile-we-got-wrapper .smile-we-got-title h4 {
  position: relative;
  width: 100%;
  color: #393A39;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.smile-we-got-wrapper .smile-we-got-title h4::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #393A39;
  vertical-align: super;
}
.smile-we-got-wrapper .smile-we-got-title h3 {
  position: relative;
  width: 100%;
  color: #393A39;
  font-size: 65px;
  font-weight: 100;
  font-family: "Canela";
  margin-bottom: 10px;
}
.smile-we-got-wrapper .common-btn1 {
  padding: 12px 25px;
  z-index: 4;
}

.trusted-list-wrap {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.trusted-list-wrap h3 {
  position: relative;
  width: 100%;
  color: #1D9F31;
  font-size: 70px;
  font-weight: 100;
  font-family: "Canela";
  margin-bottom: 20px;
}
.trusted-list-wrap p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.trusted-list-wrap.right-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #B5B5B5;
  width: 1px;
  height: 50px;
}

.smile-we-img1 {
  position: absolute;
  left: 10%;
  top: 5%;
  width: 170px;
  height: 170px;
  border-radius: 5px;
  overflow: hidden;
}

.smile-we-img2 {
  position: absolute;
  right: 10%;
  top: 8%;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}

.smile-we-got-left-img {
  position: relative;
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -10%;
  z-index: 2;
}
.smile-we-got-left-img img {
  position: relative;
  width: 100%;
}

.smile-we-got-right-img {
  position: relative;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-top: -10%;
  z-index: 2;
}
.smile-we-got-right-img img {
  position: relative;
  width: 100%;
}

.trusted-text {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(20px, 20vw, 220px);
  color: #F8F6F3;
  width: 100%;
  text-align: center;
  line-height: 100%;
}
.trusted-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(232, 232, 232, 0.7) 3.51%, rgba(246, 246, 246, 0) 84.45%);
  z-index: 1;
}

/*#### smile-we-got css end ####*/
/*#### what-can-expect css start ####*/
.what-can-expect-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #12421a;
}
.what-can-expect-wrapper .common-title {
  z-index: 1;
}
.what-can-expect-wrapper .common-title h4, .what-can-expect-wrapper .common-title h3, .what-can-expect-wrapper .common-title p {
  color: #fff;
}
.what-can-expect-wrapper .common-title h4:after {
  background-color: #fff;
}
.what-can-expect-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 80%;
  background-image: url(../images/what-can-expect-bg.png);
  background-repeat: no-repeat;
  background-position: right;
}
.what-can-expect-wrapper .what-expect-bg-line {
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
}

#what-expect-slider {
  position: relative;
  z-index: 1;
}

#what-expect-slider .what-expect-sld-items {
  position: relative;
  padding: 0px 20px;
  min-height: unset;
  height: unset;
}

#what-expect-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.what-expect-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.what-expect-wrap .what-expect-img {
  position: relative;
  width: 100%;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 12px;
}
.what-expect-wrap .what-expect-img img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what-expect-wrap .what-expect-img .normal-title {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  text-align: center;
  padding: 15px 40px;
}
.what-expect-wrap .what-expect-img .normal-title h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  font-family: "Canela";
  margin-bottom: 0;
  word-break: break-all;
  text-shadow: 0px 2px 2px #000;
}
.what-expect-wrap .hover-content {
  position: relative;
  width: 100%;
  display: none;
}
.what-expect-wrap .hover-content h3 {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: 100;
  font-family: "Canela";
  color: #fff;
  margin-bottom: 10px;
}
.what-expect-wrap .hover-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

#what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap {
  background-color: #1D9F31;
  padding: 10px 10px;
  border-radius: 10px;
}
#what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap .what-expect-img {
  border-radius: 10px;
  height: 400px;
}
#what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap .what-expect-img .normal-title {
  display: none;
}
#what-expect-slider .what-expect-sld-items.slick-center .what-expect-wrap .hover-content {
  display: block;
}

/*#### what-can-expect css end ####*/
/*#### how-we-do css start ####*/
.how-we-do-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.how-we-do-list {
  position: relative;
  width: 100%;
}
.how-we-do-list .how-we-do-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.how-we-do-list .how-we-do-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.how-we-do-list .how-we-do-content {
  position: relative;
  width: 100%;
  padding: 20px 20px;
}
.how-we-do-list .how-we-do-content h3 {
  position: relative;
  width: 100%;
  color: #393A39;
  font-size: 35px;
  font-family: "Canela";
  font-weight: 100;
  margin-bottom: 15px;
}
.how-we-do-list .how-we-do-content p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 15px;
  margin-bottom: 10px;
}
.how-we-do-list .how-we-do-content .count {
  position: relative;
  width: 100%;
  font-size: 80px;
  color: rgba(58, 57, 57, 0.2);
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(58, 57, 57, 0.2);
}
.how-we-do-list .how-we-do-content .count::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35%;
  width: 60px;
  height: 1px;
  background-color: rgba(58, 57, 57, 0.2);
}
.how-we-do-list:hover .how-we-do-img img {
  transform: scale(1.1);
}

.how-we-do-list.how-we-do-middle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  background-color: #1D9F31;
}
.how-we-do-list.how-we-do-middle .how-we-do-content h3 {
  color: #fff;
}
.how-we-do-list.how-we-do-middle .how-we-do-content p {
  color: #fff;
}
.how-we-do-list.how-we-do-middle .how-we-do-content .count {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(241, 241, 241, 0.2);
}

/*#### how-we-do css end ####*/
/*#### About us css start ####*/
.about-me-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #F8F6F3;
}
.about-me-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../images/about-me-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.about-me-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 40%;
  height: 50%;
  background-image: url(../images/about-me-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.about-left-img {
  position: relative;
  width: 100%;
  border-radius: 300px;
  overflow: hidden;
  z-index: 1;
}
.about-left-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.about-left-img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.about-right-content {
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-right-content h5 {
  position: relative;
  width: 100%;
  font-size: 40px;
  font-weight: 100;
  margin-bottom: 15px;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/*#### About us css end ####*/
/*#### how-can-help css start ####*/
.how-can-help-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #042C0B;
}
.how-can-help-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 90%;
  background-image: url(../images/how-can-help-bg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.how-can-help-wrapper .common-title h4 {
  color: #fff;
}
.how-can-help-wrapper .common-title h4::after {
  background-color: #fff;
}
.how-can-help-wrapper .common-title h3, .how-can-help-wrapper .common-title p {
  color: #fff;
}

.how-can-help-list {
  position: relative;
  width: 100%;
  padding: 10px 15px;
}
.how-can-help-list::after {
  content: "";
  position: absolute;
  left: 75%;
  top: 60px;
  width: 50%;
  height: 55px;
  background-image: url(../images/dots-line-up.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.how-can-help-list .icon {
  position: relative;
  width: 100%;
  width: 120px;
  height: 120px;
  border: 1px dashed #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.how-can-help-list .icon img {
  width: 60px;
}
.how-can-help-list .icon span {
  width: 20px;
  height: 20px;
  background-color: #1D9F31;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.how-can-help-list h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.how-can-help-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.how-can-help-wrap .col-12:nth-child(even) .how-can-help-list::after {
  background-image: url(../images/dots-line-down.png);
  top: 0px;
}

.how-can-help-wrap .col-12:nth-child(3n) .how-can-help-list::after {
  display: none;
}

.how-can-help-wrap .col-12:last-child .how-can-help-list::after {
  display: none;
}

/*#### how-can-help css end ####*/
/*#### contact-us css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.contact-us-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 80%;
  background-image: url(../images/about-me-bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-left-img {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.contact-left-img img {
  position: relative;
  width: 100%;
}

.contact-right-form-wrap {
  position: relative;
  width: 100%;
}
.contact-right-form-wrap .form-group {
  position: relative;
  width: 100%;
  padding: 10px 10px;
}
.contact-right-form-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #1D9F31;
  color: #393A39;
}
.contact-right-form-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

/*#### contact-us css end ####*/
.footer-wrap {
  position: relative;
  width: 100%;
  background-color: #F8F6F3;
  padding: 15px 0px;
}
.footer-wrap p {
  position: relative;
  width: 100%;
  color: #474747;
  font-size: 15px;
  margin-bottom: 0px;
}/*# sourceMappingURL=style.css.map */

.fa-solid.fa-check {
	color: #83ff96;
}