@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html, body {
  height: 100%;
  font-family: "Nunito", sans-serif;
  background-color: #fff !important;
  margin: 0;
}

.active-link a {
  color: #61ce70 !important;
}

ul li {
  color: #d7d7d7;
}

.font-55 {
  font-size: 40px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.card {
  border: 0;
  border-radius: 0;
}

.main .header-wrapper header {
  border-bottom: 1px solid rgba(224, 224, 224, 0.4392156863);
  padding: 8px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10011;
  background-color: #fff;
}
.main .header-wrapper header img {
  max-width: 180px;
}
.main .header-wrapper header .navbar li {
  margin: 0px 15px;
}
.main .header-wrapper header .navbar li a {
  color: #000000;
  font-weight: bolder;
  text-transform: uppercase;
}
.main .header-wrapper header .navbar li a:hover {
  color: #61ce70;
}
.main .header-wrapper header .nav-item .sub-menu {
  background-color: #ffffff;
  list-style: none;
  padding: 15px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 4px solid #61ce70;
  display: none;
  position: absolute;
  z-index: 10001;
}
.main .header-wrapper header .nav-item .sub-menu li {
  color: #000000;
  padding: 10px 10px;
}
.main .header-wrapper header .nav-item .sub-menu li a {
  text-decoration: none;
  color: #000000 !important;
}
.main .header-wrapper header .nav-item:hover .sub-menu {
  display: block;
}

.btn-green {
  background-color: #61ce70;
  border-color: #61ce70;
  color: #ffffff !important;
  padding: 10px 15px;
  text-transform: none !important;
  font-weight: normal !important;
}
.btn-green:hover {
  background-color: #203827;
  border-color: #61ce70;
  color: #ffffff;
}

.croft-team .elementor-background-overlay {
  background-image: url(../image/t1.jpg);
  background-position: -300px 0%;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
}
.croft-team .card {
  border-radius: 12px;
}
.croft-team .main-title {
  font-weight: bold;
}
.croft-team .team-1 {
  border-radius: 50%;
}
.croft-team hr {
  height: 1px;
  background-color: rgba(224, 224, 224, 0.4392156863);
}
.croft-team .t-position {
  border-radius: 30px;
  background-color: #203827;
  border: 5px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  padding: 6px 14px;
  font-size: 18px;
}

.testimonial {
  background-color: #203827;
}
.testimonial .carousel-item {
  margin-right: 0px !important;
}
.testimonial .carousel-item .carousel-caption {
  right: 5%;
  left: 5%;
  bottom: unset;
  top: 0%;
}
.testimonial .sec-1 img {
  border-radius: 50%;
  height: auto;
  max-width: 100%;
}
.testimonial .rating {
  color: #ffc107;
  display: block;
  text-align: left;
}

.testimonial-1 .testi-inner img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px dotted #61ce70;
}
.testimonial-1 .testi-inner .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonial-1 .footer-button {
  text-decoration: none;
  color: #203827;
}
.testimonial-1 .footer-button:hover {
  color: #61ce70;
}

.d-grid-center {
  display: grid;
  align-content: center;
  align-items: center;
}

footer {
  color: #ffffff;
  background: url(../image/f1.png) #203827;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  color: #fff;
}
footer h4 {
  color: #61ce70;
  display: inline-block;
  padding-bottom: 10px;
}
footer a {
  text-decoration: none;
}
footer a i {
  color: #e0e0e0;
}
footer a span {
  color: #fff;
}
footer a:hover {
  color: #41294a;
}
footer ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}
footer ul li {
  margin: 10px 0;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #61ce70;
}
footer .footer-button {
  color: #61ce70;
  text-decoration: none;
}
footer .footer-button:hover {
  color: #61ce70;
}

.carousel-caption h3 {
  color: #ffffff;
}

.carousel-indicators [data-bs-target] {
  background-color: #61ce70;
}

.gallery {
  background-color: #f6f8f9;
}
.gallery p {
  color: #61ce70;
  font-weight: bold;
}
.gallery .btn-green {
  background-color: transparent;
  border-color: #61ce70 !important;
  border-width: 2px;
  color: #61ce70 !important;
  font-weight: bold;
}
.gallery .btn-green:hover {
  background-color: #203827;
  color: #ffffff;
  border-color: #203827;
}

.how-we {
  background-color: #7BC67B;
  position: relative;
  top: -100px;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #203827;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 15px;
}
.btn-white:hover {
  background-color: #00ADB5;
  color: #fff;
  border-color: #00ADB5;
}

.carousel-item .carousel-caption {
  right: 5%;
  left: 5%;
  bottom: unset;
  top: 15%;
}

.side-img {
  animation: move-up-down 3s linear infinite;
  position: absolute;
  bottom: 20%;
  left: 10%;
  max-width: 600px;
  z-index: 10;
  display: none;
}

@keyframes move-up-down {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}
@keyframes move-up-down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.care-logo {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 10px;
}

.c-title .sub-title {
  color: #61ce70;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.c-title .sub-title::before {
  content: "✦";
  position: absolute;
  left: 2px;
  color: #61ce70;
  top: 50%;
  font-size: 21px;
  transform: translateY(-50%);
  z-index: 1;
}
.c-title .inner-sub-title {
  color: #61ce70;
  font-weight: bold;
}
.c-title .main-title {
  padding: 0px 0px 0px 0px;
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.about-us {
  height: 100%;
}
.about-us .footer-button {
  text-decoration: none;
  color: #203827;
}
.about-us .footer-button:hover {
  color: #61ce70;
}
.about-us .box-title {
  font-weight: bold;
}
.about-us .a-1 {
  border-radius: 15px;
}
.about-us .a-2 {
  border-radius: 15px;
  border: 10px solid white;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 450px;
  height: 350px;
}
.about-us .about-2-card .card {
  background-color: #61ce70;
  border-radius: 10px;
  color: #ffffff;
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 10;
  position: absolute;
  right: 15%;
  top: 10%;
  animation: move-up-down 3s linear infinite;
}
.about-us .about-2-card .card p {
  font-weight: bolder;
  font-size: 25px;
}
.about-us .about-2-card .card p .sub-text {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.about-us .about-2-card .card .icon-badge {
  display: inline-block;
  background-color: #ffffff;
  color: #61ce70;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
}

.we-take-care {
  background-color: #203827;
  min-height: 100%;
}
.we-take-care .elementor-background-overlay {
  background-image: url(../image/map-3.png);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.06;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
}
.we-take-care h2 {
  font-size: 75px !important;
  line-height: 84px !important;
}
.we-take-care .icon-bg {
  background-color: #61ce70;
  color: #ffffff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  display: inline-block;
  border-radius: 50%;
}
.we-take-care h3 {
  color: #ffffff;
  font-weight: bold;
}
.we-take-care p {
  color: #ffffff;
}

.our-service {
  height: 100%;
}
.our-service .c-title {
  color: #ffffff;
}
.our-service .c-title .inner-sub-title {
  color: #61ce70;
}
.our-service .c-title .main-title {
  color: #000000;
}
.our-service .btn-green:hover {
  background-color: #203827;
  border-color: #203827;
}
.our-service .text-badge {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 3px 15px;
  border-right-color: #ffffff;
  border-radius: 4px;
}
.our-service .card {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
}
.our-service .card:hover {
  background-color: #f9f9f9;
  border: 1px solid #61ce70;
  transition: 0.5s;
}
.our-service .card:hover .text-badge {
  background-color: #61ce70;
  color: #ffffff;
}
.our-service .card:hover a {
  color: #61ce70;
}
.our-service .card a {
  color: #C7C7C7;
  font-size: 25px;
}

.r-m-45 {
  transform: rotate(-45deg);
}

hr {
  background-color: #e0e0e0;
  height: 6px;
  margin: 30px 0px;
}

.care-for {
  background: url(../image/care-for-bg.jpg);
  background-position: cover;
  background-repeat: no-repeat;
}
.care-for .elementor-background-overlay {
  background-color: #203827;
  opacity: 0.76;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
}
.care-for .main-title {
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-size: 57px;
  font-style: italic;
  font-weight: bold;
}
.care-for .card {
  background-color: #203827;
}
.care-for .card h4 {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 2px solid #61ce70;
  display: inline-block;
  padding-bottom: 30px;
}
.care-for .card p {
  color: rgba(255, 255, 255, 0.7215686275);
}
.care-for .card .icon-bg {
  background-color: transparent;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.care-for .card .icon-bg img {
  width: 50px;
}
.care-for .card:hover {
  background-color: #61ce70;
  transition: 0.5s;
}
.care-for .card:hover ul li {
  color: #ffffff;
}
.care-for .card:hover .icon-bg {
  background-color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.care-for .card:hover .icon-bg img {
  width: 50px;
}

.care-for-1 {
  background: url(../image/care-for-bg-1.jpg);
  height: 100%;
  background-position: cover;
  background-repeat: no-repeat;
}
.care-for-1 .main-title {
  color: #ffffff;
  position: relative;
  z-index: 10;
  font-size: 57px;
  font-style: italic;
  font-weight: bold;
}
.care-for-1 .card {
  background-color: #203827;
}
.care-for-1 .card h4 {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 2px solid #61ce70;
  display: inline-block;
  padding-bottom: 30px;
}
.care-for-1 .card p {
  color: rgba(255, 255, 255, 0.7215686275);
}
.care-for-1 .card .icon-bg {
  background-color: transparent;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.care-for-1 .card .icon-bg img {
  width: 50px;
}
.care-for-1 .card:hover {
  background-color: #61ce70;
  transition: 0.5s;
}
.care-for-1 .card:hover ul li {
  color: #ffffff;
}
.care-for-1 .card:hover .icon-bg {
  background-color: #ffffff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.care-for-1 .card:hover .icon-bg img {
  width: 50px;
}

.c-badge {
  margin: 10px 10px;
  padding: 10px 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  background: #f3f7f8;
  line-height: 1;
  border-radius: 5px;
}
.c-badge:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #61ce70;
}

.photo .img-gallery {
  max-width: 300px;
  max-height: 300px;
  margin: 10px 0px 10px 10px;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.policy ul li {
  color: #000000;
}

:target {
  padding-top: 150px !important;
}

.cqc-logo {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 8px;
}

@media only screen and (max-width: 500px) {
  .carousel .carousel-item .carousel-caption {
    top: 0%;
  }
  .carousel .font-55 {
    font-size: 100% !important;
  }
  .carousel h4 {
    font-size: 15px;
  }
  .carousel .side-img {
    display: none;
  }
  .photo .img-gallery {
    min-width: 100% !important;
    min-height: auto;
  }
  .navbar .container-fluid {
    justify-content: end;
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: 50px;
    width: 300px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  .our-service, .about-us, .care-for, .croft-team {
    height: unset !important;
    background-size: cover;
  }
  .a-1 {
    width: 100%;
  }
  .a-2 {
    left: 0;
    display: none;
  }
  h2 {
    font-size: 30px !important;
    line-height: unset !important;
  }
  .we-take-care h2 {
    font-size: 30px !important;
    line-height: unset !important;
  }
  .sm-mb {
    margin-bottom: 20px;
  }
  .testimonial .carousel-caption {
    position: relative;
  }
  .testimonial .sec-1 {
    text-align: center;
  }
  .testimonial .sec-1 img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.accordion-button {
  background-color: #61ce70 !important;
  color: #ffffff !important;
}

.d-grid-center-s {
  display: grid;
  justify-content: center;
  align-content: center;
  border: 3px solid #61ce70;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  .carousel .font-55 {
    font-size: 20px !important;
  }
  .carousel h4 {
    font-size: 15px;
  }
  .carousel .side-img {
    display: none;
  }
  .photo .container {
    min-width: 100%;
  }
  .photo .img-gallery {
    min-width: 48%;
    min-height: auto;
  }
  .our-service, .about-us, .care-for, .croft-team {
    height: unset !important;
    background-size: cover;
  }
  .navbar .container-fluid {
    justify-content: end;
  }
  .navbar .navbar-collapse {
    position: abresolute;
    top: 50px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  .navbar .nav-item .sub-menu {
    background-color: #ffffff;
    list-style: none;
    padding: 5px 0px !important;
    box-shadow: none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #61ce70 !important;
    display: block !important;
    position: relative !important;
    z-index: 10001;
  }
  .navbar .nav-item .sub-menu li {
    color: #000000;
    padding: 10px 10px;
  }
  .navbar .nav-item .sub-menu li a {
    text-decoration: none;
    color: #000000 !important;
  }
  .navbar .nav-item:hover .sub-menu {
    display: block;
  }
  .croft-team .card {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .croft-team .elementor-background-overlay {
    height: 350px;
    background-size: cover;
    background-position: unset !important;
  }
  h2 {
    font-size: 30px !important;
    line-height: unset !important;
  }
  .we-take-care h2 {
    font-size: 30px !important;
    line-height: unset !important;
  }
  .testimonial .carousel-item img {
    display: none !important;
  }
  .testimonial .carousel-caption {
    position: relative;
  }
  .testimonial .sec-1 {
    text-align: center;
  }
  .testimonial .sec-1 img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 992px) {
  .our-service, .about-us, .care-for, .croft-team {
    height: unset !important;
    background-size: cover;
  }
}
@media only screen and (max-width: 1050px) {
  .elementor-background-overlay {
    display: none !important;
  }
}
.form-control {
  height: 55px;
}

.success .fa-icon {
  color: #fff;
  margin: 0 auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  line-height: 30px;
}
.success .p1 {
  font-size: 26px;
}
.success .p2 {
  font-size: 20px;
}
.success .card {
  background-color: #f3f3f3;
  padding: 15px 0px;
}

.b-request .footer-button {
  text-decoration: none;
  color: #203827;
}
.b-request .footer-button:hover {
  color: #61ce70;
}/*# sourceMappingURL=style.css.map */