.text-with-image {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .text-with-image {
    padding: 80px 0 50px;
  }
}
.text-with-image .row {
  align-items: center;
}
@media (max-width: 1300px) {
  .text-with-image .row {
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .text-with-image .row {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.text-with-image .row .col {
  flex: 1 1 50%;
}
@media (max-width: 1300px) {
  .text-with-image .row .col {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .text-with-image .row .col {
    flex: 1 1 100%;
  }
  .text-with-image .row .col.img-wrapper {
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 1000px) and (max-width: 767px) {
  .text-with-image .row .col.img-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .text-with-image .row .col {
    padding: 0;
  }
}
.text-with-image .row .content .subtitle {
  font-size: 20px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-with-image .row .content .subtitle {
    font-size: 16px;
  }
}
.text-with-image .row .content .title {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
.text-with-image .row .content .title::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--secondary-color);
}
.text-with-image .row .content .title .subtitle {
  margin-top: 10px;
  margin-bottom: 0;
}
.text-with-image .row .content .title h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--accent-color);
  max-width: 515px;
}
.text-with-image .row .content .title h2 span {
  font-size: 40px;
  text-transform: uppercase;
  color: var(--secondary-color);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .text-with-image .row .content .title h2 span {
    font-size: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .text-with-image .row .content .title h2 span {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .text-with-image .row .content .title h2 {
    font-size: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .text-with-image .row .content .title h2 {
    font-size: 26px;
  }
}
.text-with-image .row .content .btn-wrap {
  margin-top: 30px;
}
.text-with-image .row .content .richtext {
  max-width: 590px;
}
@media (max-width: 1000px) {
  .text-with-image .row .content .richtext {
    max-width: 100%;
  }
}
.text-with-image .row .content .theme-btn {
  background: var(--secondary-color);
}
.text-with-image .row .content .theme-btn:hover {
  background: var(--primary-color);
}
.text-with-image .row .img-box {
  border-radius: 50%;
  width: 600px;
  max-width: 600px;
  max-height: 600px;
  position: relative;
}
@media (max-width: 1300px) {
  .text-with-image .row .img-box {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
}
.text-with-image .row .img-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid var(--secondary-color);
  background: white;
  z-index: -1;
}
.text-with-image .row .img-box.connector::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 90%;
  left: -32%;
  background: url(../images/curve2.png);
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 300px;
  max-width: 300px;
}
@media (max-width: 1025px) {
  .text-with-image .row .img-box.connector::before {
    top: 100%;
  }
}
@media (max-width: 1000px) {
  .text-with-image .row .img-box.connector::before {
    display: none;
  }
}
.text-with-image .row .img-box img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .text-with-image .row .img-box img {
    height: 100%;
    position: absolute !important;
    top: 0;
  }
}
.text-with-image .row .img-box .main-img {
  border: 8px solid white;
  position: relative;
  z-index: 1;
}
.text-with-image .row .img-box span.line {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 15px;
  width: 100%;
  background: white;
  transform: scale(1.05);
}
.text-with-image .row .img-box .sec-img {
  position: absolute;
  z-index: 2;
  width: 215px;
  height: 215px;
  border: 10px solid white;
  left: 0;
  bottom: 0;
}
@media (max-width: 1300px) {
  .text-with-image .row .img-box .sec-img {
    top: unset;
  }
}
@media (max-width: 1000px) {
  .text-with-image .row .img-box .sec-img {
    height: 150px;
    width: 150px;
  }
}
.text-with-image .row .img-box .sec-img.top {
  right: 0;
  left: unset;
  top: 0;
}
.text-with-image.swap {
  position: relative;
}
.text-with-image.swap::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  background: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  width: 120px;
  z-index: -1;
}
@media (max-width: 767px) {
  .text-with-image.swap::before {
    width: 60px;
    height: 60px;
  }
}
.text-with-image.swap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(140deg);
  background: url(../images/pie.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  width: 65px;
  z-index: -1;
}
.text-with-image.swap .row {
  flex-direction: row-reverse;
}
.text-with-image.swap .row .img-box {
  margin-left: auto;
}
.text-with-image.swap .row .img-box::after {
  border: 4px solid var(--primary-color);
}
.text-with-image.swap .row .img-box.connector::before {
  top: 93%;
  right: -25%;
  left: unset;
  max-height: 270px;
  transform: scaleX(-1);
}
@media (max-width: 1025px) {
  .text-with-image.swap .row .img-box.connector::before {
    top: 100%;
  }
}
.text-with-image.swap .row .content {
  padding-left: 80px;
}
@media (max-width: 1300px) {
  .text-with-image.swap .row .content {
    padding-left: 0;
  }
}
.text-with-image.swap .row .content .title h2::after {
  background: var(--primary-color);
}
.text-with-image.swap .row .content .theme-btn {
  background: var(--primary-color);
}
.text-with-image.swap .row .content .theme-btn:hover {
  background: var(--secondary-color);
}
@media (max-width: 1024px) {
  .text-with-image.swap {
    padding: 0;
  }
}

.testimonials {
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 130px;
  top: -65px;
  right: 0;
  background: url(../images/vector-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .testimonials::before {
    width: 60px;
    height: 80px;
    top: -40px;
  }
}
.testimonials .heading h2 {
  font-size: 45px;
  color: white;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .testimonials .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials .heading h2 {
    font-size: 26px;
  }
}
.testimonials .heading h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.testimonials .testi-slider {
  margin-top: 50px;
}
.testimonials .testi-slider .item {
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item {
    padding: 30px 0;
  }
}
.testimonials .testi-slider .item .content-box {
  background: white;
  padding: 60px 50px 35px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item .content-box {
    padding: 50px 25px 25px;
  }
}
.testimonials .testi-slider .item .content-box::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 35px;
  top: 99%;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 25% 100%);
}
.testimonials .testi-slider .item .content-box .quote {
  position: absolute;
  top: -30px;
  height: 65px;
  width: 65px;
  display: inline-block;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item .content-box .quote {
    top: -25px;
    height: 50px;
    width: 50px;
  }
}
.testimonials .testi-slider .item .content-box .quote img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
.testimonials .testi-slider .item .content-box .content {
  font-style: italic;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item .content-box .content {
    font-size: 17px;
  }
}
.testimonials .testi-slider .item .content-box .rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.testimonials .testi-slider .item .content-box .rating .star {
  display: inline;
}
.testimonials .testi-slider .item .user {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 50px 30px 30px;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item .user {
    padding: 50px 5px 30px;
  }
}
.testimonials .testi-slider .item .user .img-box img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonials .testi-slider .item .user .user-info {
  color: white;
}
.testimonials .testi-slider .item .user .user-info .name {
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .testimonials .testi-slider .item .user .user-info .name {
    font-size: 18px;
  }
}
.testimonials .slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonials .slick-dots li button {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  height: 3px;
  background: white;
  border: none;
  opacity: 0.5;
  outline: none;
}
.testimonials .slick-dots li.slick-active button {
  opacity: 1;
}

.general-heading .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media (max-width: 1000px) {
  .general-heading .subtitle {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.general-heading h2 {
  font-size: 45px;
  color: var(--accent-color);
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 32px;
}
@media (max-width: 1000px) {
  .general-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .general-heading h2 {
    font-size: 26px;
  }
}
.general-heading h2::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--secondary-color);
}
.general-heading h2 span {
  color: var(--secondary-color);
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .general-heading h2 span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .general-heading h2 span {
    font-size: 26px;
  }
}

.image-with-text {
  padding: 100px 0;
  position: relative;
}
.image-with-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  background: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  width: 120px;
  z-index: -1;
}
@media (max-width: 767px) {
  .image-with-text::before {
    display: none;
  }
}
.image-with-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  background: url(../images/pie.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
  width: 65px;
  z-index: -1;
}
@media (max-width: 767px) {
  .image-with-text::after {
    width: 48px;
  }
}
@media (max-width: 767px) {
  .image-with-text {
    padding: 60px 0;
  }
}
.image-with-text .row {
  margin-top: 60px;
  gap: 75px;
}
@media (max-width: 1000px) {
  .image-with-text .row {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .image-with-text .row {
    margin-top: 25px;
  }
}
.image-with-text .row .col {
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .image-with-text .row .col {
    flex: 1 1 100%;
  }
}
.image-with-text .img-box {
  width: 100%;
  height: auto;
  background-image: url(../images/staff-cover.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  position: relative;
  display: grid;
  place-items: center;
}
@media (max-width: 1000px) {
  .image-with-text .img-box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .image-with-text .img-box {
    max-width: 350px;
    padding: 30px;
    margin: 10px auto 15px;
  }
}
.image-with-text .img-box::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  background: url(../images/ellipse-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .image-with-text .img-box::before {
    width: 85px;
    height: 85px;
  }
}
.image-with-text .img-box img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
}
.image-with-text .img-box .sec-img {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  padding: 15px;
  background: white;
  outline: 15px solid white;
  right: 0;
  bottom: 20px;
}
@media (max-width: 1000px) {
  .image-with-text .img-box .sec-img {
    padding: 10px;
    width: 100px;
    height: 100px;
  }
}

section.cta {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section.cta {
    padding: 60px 0;
  }
}
section.cta .general-heading h2::after {
  background: var(--primary-color);
}
section.cta .general-heading .subtitle {
  color: var(--primary-color);
}
section.cta .general-heading .content strong {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 767px) {
  section.cta .general-heading .content strong {
    font-size: 15px;
  }
}
section.cta .general-heading .btn-wrap {
  margin-top: 40px;
}

.featured-cards {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .featured-cards {
    padding: 60px 0;
  }
}
.featured-cards .row {
  gap: 40px 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-cards .col {
  width: 100%;
  flex: 1 1 32%;
  max-width: 49%;
}
@media (max-width: 767px) {
  .featured-cards .col {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.featured-cards .card {
  background: white;
  height: 100%;
  padding: 15px;
}
.featured-cards .card .card-img {
  position: relative;
}
.featured-cards .card .card-img .bg-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
@media (max-width: 767px) {
  .featured-cards .card .card-img .bg-img {
    height: 215px;
  }
}
.featured-cards .card .card-img .icon {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: var(--primary-color);
  background: var(--icon-color);
  border-radius: 50%;
  padding: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 5px solid white;
  outline: 2px solid var(--icon-color);
}
.featured-cards .card .card-img .icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border: 15px solid white;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .featured-cards .card .card-img .icon {
    height: 80px;
    width: 80px;
    bottom: -35px;
    padding: 15px;
  }
}
.featured-cards .card .card-img .icon img {
  width: 100%;
  object-fit: contain;
}
.featured-cards .card .card-content {
  text-align: center;
  padding: 65px 38px 0;
}
@media (max-width: 767px) {
  .featured-cards .card .card-content {
    padding: 50px 10px 0;
  }
}
.featured-cards .card .card-content p {
  line-height: 28px;
}
@media (max-width: 767px) {
  .featured-cards .card .card-content p {
    line-height: 25px;
  }
}
.featured-cards .card .card-content .title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary-color);
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .featured-cards .card .card-content .title {
    font-size: 18px;
  }
}

.form-section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .form-section {
    padding: 60px 0;
  }
}
.form-section .form-code {
  margin-top: 40px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 70px;
  margin-bottom: -300px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .form-section .form-code {
    padding: 25px;
  }
}
.form-section .form-code p {
  margin: 0 !important;
}
.form-section .form-code br {
  display: none;
}
.form-section .form-code .heading label {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
  display: block;
  background: white;
  padding-right: 15px;
}
.form-section .form-code .row {
  flex-wrap: wrap;
  gap: 35px 60px;
}
@media (max-width: 767px) {
  .form-section .form-code .row {
    gap: 15px;
  }
}
.form-section .form-code .row .col {
  width: 100%;
}
.form-section .form-code .row .col.col-4 {
  flex: 1 1 29.5%;
}
.form-section .form-code .row .col.col-6 {
  flex: 1 1 47%;
}
.form-section .form-code .row .col.half {
  margin-right: 10px;
  flex: 0 0 47%;
}
@media (max-width: 767px) {
  .form-section .form-code .row .col {
    flex: 1 1 100% !important;
  }
}
.form-section .form-code input[type=text],
.form-section .form-code input[type=email],
.form-section .form-code input[type=tel],
.form-section .form-code input[type=number] {
  border: none;
  border-bottom: 1px solid lightgrey;
  padding: 10px 0;
  width: 100%;
  outline: none;
}
.form-section .form-code input[type=radio] {
  width: 25px;
  height: 25px;
  accent-color: #1a8e5a;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-section .form-code input[type=radio] {
    height: unset;
    width: unset;
    margin-top: 8px;
  }
}
.form-section .form-code .wpcf7-not-valid-tip {
  font-size: 15px;
}
.form-section .form-code .wpcf7-radio span {
  margin: 0;
}
.form-section .form-code .wpcf7-radio .wpcf7-list-item.first {
  padding-right: 10px;
}
.form-section .form-code .wpcf7-radio label {
  margin-right: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-section .form-code .wpcf7-radio label {
    margin-right: 0;
    align-items: flex-start;
  }
}
.form-section .form-code .label {
  font-size: 18px;
  margin: 40px 0 15px;
  display: block;
  letter-spacing: -0.5px;
}
.form-section .form-code .mb-1 {
  margin-bottom: 15px;
}
.form-section .form-code .mt-7 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .form-section .form-code .mt-7 {
    margin-top: 50px;
  }
}
.form-section .form-code .btn-wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-section .form-code .submit-btn {
  border: none;
  cursor: pointer;
}
.form-section .form-code .bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .form-section .form-code .bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-section .form-code .bar::after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  z-index: -1;
}
.form-section .form-code .bar.flex::after {
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .form-section .form-code .bar.flex::after {
    display: none;
  }
}
.form-section .form-code .bar .select-wrapper {
  margin-bottom: 20px;
  border: 1px solid lightgrey;
  padding: 0 18px;
  border-radius: 50px;
  background: white;
  position: relative;
  z-index: 3;
}
.form-section .form-code .bar .select-wrapper select {
  border: none;
  padding: 12px 50px 12px 0;
  outline: none;
  cursor: pointer;
}

.site-footer {
  background-size: cover;
  background-position: center;
  min-height: 800px;
  position: relative;
  padding: 150px 0 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 90px 0 30px;
  }
}
.site-footer .footer-logo {
  text-align: center;
  margin-bottom: 35px;
}
.site-footer .footer-logo img {
  height: 190px;
  width: 190px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .site-footer .footer-logo img {
    width: 150px;
    height: 150px;
  }
}
.site-footer .social-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .site-footer .social-icons {
    margin-bottom: 20px;
  }
}
.site-footer .social-icons .icon {
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  display: grid;
  align-items: center;
  text-align: center;
  transition: 0.3s;
}
.site-footer .social-icons .icon:hover {
  background: var(--secondary-color);
}
.site-footer .social-icons .icon img {
  margin: auto;
  max-width: 100%;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.site-footer .contact-info {
  padding: 15px 0;
}
.site-footer .contact-info .row {
  justify-content: center;
}
@media (max-width: 1300px) {
  .site-footer .contact-info .row {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .site-footer .contact-info .row {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .contact-info .row .col {
  text-align: center;
}
.site-footer .contact-info .row .col .info {
  padding: 10px 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-right: 1px solid lightgrey;
}
@media (max-width: 1300px) {
  .site-footer .contact-info .row .col .info {
    padding: 10px 12px;
  }
}
@media (max-width: 1024px) {
  .site-footer .contact-info .row .col .info {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .site-footer .contact-info .row .col .info {
    align-items: flex-start;
  }
}
.site-footer .contact-info .row .col .info * {
  color: white;
  text-decoration: none;
}
.site-footer .contact-info .row .col .info .icon {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .site-footer .contact-info .row .col .info .icon {
    height: 18px;
    width: 18px;
  }
}
.site-footer .contact-info .row .col:last-child .info {
  border-right: none;
  padding-right: 0;
}
.site-footer .contact-info .row .col a.info {
  color: white;
}
.site-footer .contact-info .row .col a.info:hover {
  text-decoration: underline;
}
.site-footer .accredited {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid lightgrey;
}
.site-footer .accredited .heading {
  color: white;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
}
.site-footer .accredited .row {
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .site-footer .accredited .row {
    gap: 20px;
  }
}
.site-footer .accredited .member-logo {
  height: auto;
  max-width: 100%;
  width: 100%;
  max-height: 105px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .site-footer .accredited .member-logo {
    max-height: 80px;
  }
}

.copyright {
  background: var(--primary-color);
  padding: 15px 0;
}
.copyright * {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.copyright .row {
  gap: 25px;
  justify-content: space-between;
}
.copyright .row.center {
  justify-content: center;
}
@media (max-width: 1024px) {
  .copyright .row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.copyright .content p {
  margin: 0;
}
@media (max-width: 767px) {
  .copyright .content p {
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}
.footer-links .footer-link {
  color: white;
  text-decoration: none;
  font-size: 15px;
}
.footer-links .footer-link:hover {
  text-decoration: underline;
}
.footer-links .footer-link:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid white;
}
.footer-links.top {
  justify-content: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid lightgrey;
}
@media (max-width: 767px) {
  .footer-links.top {
    margin-top: 15px;
  }
}

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