* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  /* background-color: #F7F7F4; */
  font-weight: 400;
  
}

a img {
  border: none;
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

/*
a:hover{color:var(--secondary-color)}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}*/


a:focus {
  outline: none;
  text-decoration: none;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 .1rem var(--primary-color);
  border: none;
}

p {
  /* font-size: 14px;
  line-height: 22px; */
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: rgb(34, 34, 34, .7);
  line-height: 30px;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul,
li {
  margin: 0px;
  padding: 0px;
}

input:focus {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.p0 {
  padding: 0px;
}

:root {
  --primary-color: #CC5600;
  --secondary-color: #B08401;
}

::placeholder {
  color: rgb(34, 34, 34..8);
  font-size: 14px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

::-webkit-input-placeholder {
  color: rgb(34, 34, 34..8);
  font-size: 14px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

:-ms-input-placeholder {
  color: rgb(34, 34, 34..7);
  font-size: 14px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

::-moz-placeholder {
  color: rgb(34, 34, 34..8);
  font-size: 14px;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

.btn-theme {
  background-color: #9F86D9;
  border: 1px solid #9F86D9;
}

.w100 {
  width: 100%;
}

.container-fluid {
  max-width: 1850px;
  width: 96%;
}

.container {
  max-width: 1280px;
  width: 96%;
}

.text-center {
  text-align: center;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-left: 35px;
}

.radius-20 {
  border-radius: 20px;
}

.custompad {
  padding-top: 50px;
  padding-bottom: 50px;
}

.title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*header .left-blk{padding-top:20px;padding-bottom:20px;}*/
header {
  width: 100%;
  /* padding-top: 20px;
  padding-bottom: 20px; */
  /* top: 0px;
  z-index: 1000; */
  background-color: #FAF7F2;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .container {
  max-width: 1280px;
  width: 96%;
} */

.logo a {
  display: block;
  margin: auto;
}

/* .logo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #FFFFFF;
  text-align: center;
  display: flex;
} */

/* .logo img {
  width: 48px;
} */

.getquote a {
  font-size: 24px;
  background-color: #CC5600;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #ffffff;
  width: 250px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* .banner .caption {
  text-align: center;
  position: absolute;
  width: 100%;
  padding-bottom: 100px;
}

.banner .caption p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

.banner .caption h1 {
  font-family: "Manrope", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
  color: #fff;
} */

.btn_more {
  padding: 15px 40px;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 200px;
  display: inline-block;
}

.btn_more i {
  padding: 15px 25px;
  background-color: var(--primary-color);
  display: inline-block
}

.btn_more_ic {
  padding: 19px 24px;
  background-color: var(--primary-color);
  border-radius: 200px;
}

.custom_label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.custom_label.color1 {
  color: var(--primary-color);
}

.btn-blk {
  margin-top: 30px;
  /* display: flex; */
}

header .container {
  /* max-width: 100%;
  width: 100%; */
  padding: 0px
}


.banner {
  position: relative;
  padding-top: 80px;
  /* padding-bottom:190px; */
}

.banner .content h1 {
  color: #222222;
  font-size: 50px;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.banner .content p {
  font-size: 20px;
  color: rgb(34, 34, 34, .5);
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}

.btn-1 {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 25px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-1:hover {
  transform: translateX(3px);
  /* small lift */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  /* glow shadow */
}

.btn-1 i img {
  width: 20px;
}

/* Common floating animation */
@keyframes floatX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  /* move right */
  100% {
    transform: translateX(0);
  }

  /* back to start */
}

/* Apply with different speeds/directions */
.shape-1 {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 80px;
  animation: floatY 6s ease-in-out infinite;
}

.shape-2 {
  position: absolute;
  left: -60px;
  top: -40px;
  width: 80px;
  animation: floatX 8s ease-in-out infinite reverse;
  /* reverse direction */
}

.shape-3 {
  position: absolute;
  left: -30%;
  bottom: 0%;
  width: 100px;
  animation: floatX 10s ease-in-out infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  /* move up */
  100% {
    transform: translateY(0);
  }

  /* back to start */
}

.appointment {
  margin-top: 70px;
  position: relative;
}

.appointment::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background-color: #FAF7F2;
  width: 100%;
  height: 50%;
  z-index: -1;
}

/* .appointment .wrap{top:-130px;position: relative;} */
.appointment-box {
  background-color: #F2E9DB;
  padding: 30px 30px;
  border-radius: 20px;
}

.appointment-box h3 {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
}

.custom_inputfi {
  padding: 15px 15px;
  border: none
}

.appointment-box .col-block {
  margin-bottom: 30px;
}

.booknow_btn {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 25px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin-top: 0px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.date_fi {
  background-image: url(../images/calendar-ico.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.timepicker {
  background-image: url(../images/time-ic.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.appointment .col-block:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.need-more-help {
  padding: 30px 30px;
  background-color: var(--primary-color);
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.need-more-help h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.need-more-help p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 0;
}

.descr label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display:block;
}

.descr a {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.who-we-are {
  background-color: #FAF7F2;
  padding-top: 100px;
  padding-bottom: 50px
}

.custom_label.color-2 {
  color: var(--secondary-color)
}

.btn-1.color-2 {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.who-we-are .img-box {
  position: relative;
  padding: 0px 25px
}

.who-we-are .img-box img {
  border-radius: 30px;
}

.shape-4 {
  position: absolute;
  right: 0px;
  top: -25px;
  width: 80px;
  animation: floatY 6s ease-in-out infinite;
}

.icon-full-holder {
  display: flex;
  flex-direction: column;
}

.icon-holder-2 {
  padding-left: 75px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-holder-2 .img-holder {
  position: absolute;
  left: 0;
  width: 60px;
}

.icon-holder-2 .con h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.icon-holder-2 .con p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
}

.icon-full-holder-2 .icon-holder-2:last-child {
  margin-bottom: 0px;
}

.our-approach {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #FAF7F2;
}

.bigPara {
  font-size: 20px;
  line-height: 40px;
}

.shape-5 {
  position: absolute;
  right: 50px;
  top: 0px;
  width: 150px;
  animation: floatY 6s ease-in-out infinite;
}

.shape-6 {
  position: absolute;
  left: 0px;
  bottom: 80px;
  width: 130px;
  animation: floatY 6s ease-in-out infinite;
}

.icon-full-holder-2 {
  display: flex;
  flex-direction: column;
}

.icon-holder-3 {
  padding-left: 105px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-holder-3 .img-holder {
  position: absolute;
  left: 0;
  width: 80px;
}

.icon-holder-3 .con h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.icon-holder-3 .con p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
}

.icon-full-holder-2 .icon-holder-3:last-child {
  margin-bottom: 0px;
}

.what-we-offer {
  background-color: #F2E9DB;
}

.shape-7 {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 80px;
  animation: floatY 6s ease-in-out infinite;
}

.shape-8 {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 100px;
  animation: floatX 6s ease-in-out infinite;
}

.shape-9 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 130px;
  animation: floatY 6s ease-in-out infinite;
}

.what-we-offer .img-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.zoom-loop img {
  display: block;
  width: 100%;
  height: auto;
  animation: zoomInOut 6s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.01);
  }

  /* subtle zoom in */
  100% {
    transform: scale(1);
  }

  /* back to normal */
}

.whychoose-us {
  background-color: #FAF7F2
}

.whychoose-us .content {
  padding-right: 1rem;
}

.our-resources,.our-resource-2 {
  background-color: #FAF7F2;
}

.slider-con {
  padding: 20px 40px;
  background-color: #fff;
  text-align: center;
}

.myRSwiper .slider-con h3 {
  font-weight: 600;
  font-size: 20px;
  color: #222222;
  font-family: "Outfit", sans-serif;
}

.myRSwiper .slider-con p {
  font-weight: 300;
  font-size: 14px;
  color: rgb(34, 34, 34, .7);
  line-height: 25px;
  margin-bottom: 0px;
}

.myRSwiper .slider-box-img img {
  height: 180px;
  object-fit: cover;
}

.book-free-btn {
  max-width: 220px;
  color: #CC5600;
  border: 1px solid #CC5600;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  height: 48px;
  line-height: 48px;
}

.book-free-btn:hover {
  background-color: var(--primary-color);
  color: #fff
}

.myRSwiper .slider-wrap {
  position: relative;
  padding: 8px 8px
}

.myRSwiper .slider-wrap:after {
  right: 0px;
  top: 16px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-color: #D39E8C;
  content: "";
  position: absolute;
  z-index: -5;
  border-radius: 20px;
}

.myRSwiper .slider-box-img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.myRSwiper .slider-con {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.counter-section {
  background: url(../images/counter_BG.png);
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  background-position: right;
}

.counter-section .counter-box h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.counter-section .counter-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.testimonial {
  background-color: #F2E9DB;
}

.testi_wrap .testi_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px 60px 20px;
  text-align: center;
}
.testi_wrap .testi_box.style-2 {background-color:#FAF7F2;}
.testi_wrap .testi_box p {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.testi_face {
  margin-top: -40px;
}

.testi_face img {
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius:50px;
}

.testi_face h5 {
  color: var(--secondary-color);
  font-size: 18px;
  /*text-transform: uppercase;*/
  text-align: center;
  margin-top: 20px;
}

.swiper-button-prev2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.circle-arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  /* Circle color */
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.circle-arrow.style-2{background-color:#FAF7F2;}
.swiper-button-prev2 .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #000;
  /* Arrow color */
}

.swiper-button-next2 .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
  /* Arrow color */
}

.circle-arrow:hover {
  background-color: #B08401;
}

.swiper-button-next2:hover .arrow {
  border-left-color: #fff
}

.swiper-button-prev2:hover .arrow {
  border-right-color: #fff
}

.testimonial .content {
  padding-right: 50px;
}

.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  overflow: hidden;
}

.shape-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  animation: floatX 6s ease-in-out infinite;
}

.shape-11 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 80px;
  animation: floatY 6s ease-in-out infinite;
}

.site-footer {
  background: #f4ecdf;
  /* beige background from your screenshot */
  padding: 50px 0px;
}

.letus-connect .need-hand {
  padding: 30px 30px;
  background-color: #F2E9DB;
  border-radius: 20px;
}

.letus-connect .need-hand h2 {
  font-size: 30px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}

.icon-holder-4 {
  padding-left: 105px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon-holder-4 .img-holder {
  position: absolute;
  left: 0;
  width: 80px;
}

.icon-holder-4 .con a {
  font-size: 24px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #222222;
  display: block;
}

.icon-holder-4 .con a:hover {
  color: var(--primary-color);
}

.icon-holder-4 .con label {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
  color: rgb(34, 34, 34, .5);
}

.footer-socials {
  display: flex;
}

.footer-socials a {
  background-color: #CC5600;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.footer-socials a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.footer-socials a i {
  font-size: 20px;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-col.links ul {
  width: 50%;
  float: left;
}

.footer-col.links li {
  list-style: none;
}

.footer-col.links li a {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-col.links li a:hover {
  color: var(--primary-color);
}

.footer-col.links .first-col {
  padding-left: 10%;
}

.footer-col.links li:first-child a {
  padding-top: 0px;
}

.footer-col.links li:last-child a {
  padding-bottom: 0px;
}

.site-footer .contact h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 20px;
}

.site-footer .contact li a {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .contact li a:hover {
  color: #CC5600;
}

.site-footer .contact li {
  list-style: none;
  margin-bottom: 20px;
}

.site-footer .contact li a i {
  color: #CC5600;
  margin-right: 10px;
}

.site-footer .brand p {
  line-height: 28px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary-color);
  width: 48px;
  height: 48px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 555;
  border-radius: 50px;
  border: none;
  color: #fff;
}

.back-to-top.show {
  display: block;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* you can change background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Logo animation */
.logo-grow {
  width: 120px;
  /* adjust size */
  height: auto;
  animation: growEffect 2s infinite ease-in-out;
}

@keyframes growEffect {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
}

/* Hide preloader after page loads */
body.loaded #preloader {
  display: none;
}

.know-aboutme .content {
  padding-right: 30px;
}

.know-aboutme .img-box img {
  border-radius: 50px;
}

.absolute-con-1 {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #325072;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  right: -30px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  border: 7px solid #fff;
}

.my-value {
  background-color: #FAF7F2;
  padding-top: 50px;
  background-image: url(../images/myvalu_BG.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.my-value .content {
  padding-left: 30px;
}

.my-value .box {
  padding: 20px 30px;
  background-color: #F2E9DB;
  text-align: center;
  border-radius: 20px;
}

.my-value .box h4 {
  color: #CC5600;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.my-value .box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.my-value .box-wrap {
  width: 140%;
  margin-left: -40%;
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.myapproach {
  background-color: #F2E9DB;
}

.listing-con ul li {
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 60px;
  list-style: none;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 1px solid rgb(34, 34, 34, .5);
  height: 25%;
  display: flex;
  align-items: center;
  font-family: 'ClashDisplay-Medium';
}

.myapproach .img-box {
  padding-left: 15px;
  padding-right: 15px;
}

.listing-con ul li:last-child {
  border-bottom: none;
}

.listing-con {
  height: 100%;
  /* take full column height */
  display: flex;
}

.listing-con ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* equal spacing */
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.credentials {
  background-color: #FAF7F2;
}

.credentials .content {
  padding-right: 25px;
}

.credentials .content p {
  margin-bottom: 10px;
}

.listing-con-2 ul li {
  background-image: url(../images/list-icon.png);
  background-repeat: no-repeat;
  background-position: left top 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  list-style: none;
  font-size: 26px;
  font-weight: 500;
  font-family: 'ClashDisplay-Medium';
}

.listing-con-2 ul li:last-child {
  padding-bottom: 0px;
}

.credentials .img-box {
  margin-top: 45px;
}

.what-iam-trained {
  background-color: #FAF7F2;
}

.what-iam-trained .box {
  background-color: #D39E8C;
  border-radius: 30px;
  padding: 20px 20px;
  height: 220px;
  display: flex;
  align-items: center;
}

.what-iam-trained .box h2 {
  color: #fff;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
}

.bg_1 {
  background-image: url(../images/shape-01.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg_2 {
  background-image: url(../images/shape-02.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg_3 {
  background-image: url(../images/shape-03.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg_4 {
  background-image: url(../images/shape-04.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.bg_5 {
  background-image: url(../images/shape-05.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.bg_6 {
  background-image: url(../images/shape-06.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.bnr_BG1 {
  background-image: url(../images/contact_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-iam-trained .box-blk {
  margin-bottom: 25px;
}

.contact-bnr .content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

/* .service-bnr .content{padding-right:0px;} */
.service-bnr .img-box {
  padding-left: 50px;
}

.what-we-offer-sec-2 {
  background-color: #FAF7F2;
}

.btn-1.color-3 {
  background-color: #D39E8C;
  border-color: #D39E8C;
}

.what-we-offer-sec-2 .service-box p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  line-height: 22px;
}

.shape-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  animation: floatY 6s ease-in-out infinite;
}

.shape-13 {
  position: absolute;
  left: 50px;
  top: 60%;
  width: 120px;
  animation: floatX 6s ease-in-out infinite;
}

.shape-14 {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 130px;
  animation: floatY 6s ease-in-out infinite;
}

.service-blk {
  padding-top: 25px;
  padding-bottom: 25px;
}

.truncate-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-box h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.what-we-offer-sec-2 .service-blk:nth-last-child(1),
.what-we-offer-sec-2 .service-blk:nth-last-child(2) {
  padding-bottom: 0;
}

.service-detail-bnr .container {
  width: 100%;
}

.service-detail-bnr .wrap {
  display: flex
}

.service-detail-bnr .content {
  width: 65%;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 70px;
}

.service-detail-bnr .image {
  width: calc(35% + ((100vw - 1280px) / 2) + 20px);
  margin-right: calc(-1 * (100vw - 1280px) / 2 - 20px);
  background-size: cover;
  background-position:center center;
}

/* .service-detail-bnr .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
  margin-left: auto;
} */
.howitfhelps {
  background-color: #FAF7F2;
}

.timeline {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
  margin: 40px auto 100px;
}

/* horizontal line with gradient edges */
.timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  /* aligns with circle center */
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,
      transparent,
      #d35400 10%,
      #d35400 90%,
      transparent);
  z-index: 0;
}

/* step circles */
.step {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #d35400;
  border-radius: 50%;
  z-index: 1;
  /* on top of the line */
}

/* vertical line below circle */
.step::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 80px;
  background: #CC5600;
  background: linear-gradient(180deg, rgba(204, 86, 0, 1) 0%, rgba(204, 86, 0, 0) 100%);
  transform: translateX(-50%);
}

.service-details .box {
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  background-image: url(../images/shape_circle_half.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.service-details .icon-count {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #D39E8C;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  font-family: 'ClashDisplay-Semibold';
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.service-details .box h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.service-details .box p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.service-details .box::after {
  background: #E6A01F;
  background: linear-gradient(90deg, rgba(230, 160, 31, 1) 0%, rgba(196, 99, 47, 1) 50%);
  height: 8px;
  bottom: 0px;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0
}

.whythis-matters {
  background-color: #FAF7F2;
  padding-bottom:50px;
}
.whythis-matters .listing-con-2 ul li{font-size:24px;background-position: left top 17px;}
.whythis-matters .img-box{padding-left:50px;}

.search-box {
  display: flex;
  align-items: center;
  background: #f9f7f2;   /* light background */
  border-radius: 10px; /* pill shape */
  padding: 8px 16px;
  width: 400px;         /* adjust as needed */
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
}

.search-box input::placeholder {
  color: #999;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-wrap .blog-content{background-color:#FAF7F2;padding:20px 20px}
.blog-wrap .blog-content h3{font-size:24px;font-weight:600;line-height:36px;}
.blog-wrap .blog-content p,.blog-details ul li,.blog-details ol li{line-height:28px;margin-bottom:10px;color:rgb(34, 34, 34, .7);}
.blog-details ul,.blog-details ol{padding-lefT:20px;}
.blog-wrap .blog-img img{width:100%;}
.date{font-size:14px;font-weight:500;color:#CC5600;margin-bottom:10px;display:block;}
.read_more{color:#CC5600;font-size:16px;font-weight:600;}
.blog-wrap{border-radius:20px;overflow: hidden;}
.blog .row-1{margin-top:30px;}
.blog .row-1 >*{margin-bottom:15px;margin-top:15px;}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 30px 0 0;
}

.page {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d35400;
  border-radius: 50%;
  color: #d35400;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* active page */
.page.active {
  background: #d35400;
  color: #fff;
  border-color: #d35400;
}

/* hover effect */
.page:hover:not(.active) {
  background: #d35400;
  color: #fff;
}

/* prev / next special styling */
.page.prev,
.page.next {
  border: 1px solid #ccc;
  color: #d35400;
}

.backarrow {
    font-size: 16px;
    font-weight: 500;
    color: rgb(34, 34, 34, .5);
    display: block;
    margin-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.blog-large-img{border-radius:20px;margin-bottom:30px;}
.blog-content h1{font-size:44px;font-weight:600;}
.blog-grid img{border-radius:20px;}
.subtitle{font-size:24px;}
.recent-blog{background-color:#FAF7F2;}
.recent-blog h4{color:#CC5600;font-size:30px;font-weight:700;text-transform:uppercase;}

/*
.mySwiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  position: relative;
  width: 90%;
  height: 80vh;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.card-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: white;
  transition: bottom 0.4s ease;
}

.card.active .card-image {
  transform: translateY(-50%);
}

.card.active .card-content {
  bottom: 0;
}
*/
.resource-bnr{background-image:url(../images/contact-us-img.png);background-size: cover;}
.our-resources-2{background-color:#FAF7F2;}
.our-resources-2 h2{border-bottom:1px solid #CC5600;padding-bottom:20px;}
.card-block{background-color:#fff;display:flex;margin-top:25px;margin-bottom:25px;border-top-right-radius:20px;border-bottom-right-radius:20px;align-items:center;}
.card-block .box{margin-top:-17px;margin-bottom:-17px;width:40%}
.card-block .box img{height: 280px;object-fit: cover;border-radius:20px;}
.card-block .content{padding:30px 30px;/*height:240px;*/width:60%}
.card-block .tag{color:#CC5600;font-size:16px;font-family: "Plus Jakarta Sans", sans-serif;font-weight:600;margin-bottom:10px;display:block;}
.card-block .content h3{font-size: 20px;font-weight: 600;font-family: "Outfit", sans-serif;}
.card-block .content p{font-size: 16px;font-weight: 300;font-family: "Outfit", sans-serif;line-height:30px;}
.view-details{color:#CC5600;font-size:16px;font-weight:600;}
.our-resources-2 .row{margin-left:-25px;margin-right:-25px;}
.our-resources-2 .row >*{padding-left:25px;padding-right:25px;}
.our-resources-2 .row .bs-blk{margin-bottom:50px;}
.our-resources-2 .row .bs-blk:nth-last-child(1),
.our-resources-2 .row .bs-blk:nth-last-child(2) {
  margin-bottom: 0;
}
.our-resources-details .box-left img{border-radius:20px;}
.our-resources-details .box-left h3{font-weight:700;font-size:24px;margin-bottom:20px;}
.listing-con-3 li{list-style: none;padding-top:10px;padding-bottom:10px;font-size:16px;font-weight:600;color:rgb(34, 34, 34,.7);line-height:30px;}
.listing-con-3 li:first-child{padding-top:0px;}
.listing-con-3 li:last-child{padding-bottom:0px;}
.listing-con-3 li span{color:#222222;font-weight:600;}
.autism-buddle-support{padding:20px 20px;background-color:#FAF7F2;border-radius:20px;}
.autism-buddle-support ul{list-style: none;}
.autism-buddle-support h5{font-size:20px;font-weight:600;font-family: "Outfit", sans-serif;}
.autism-buddle-support ul li{padding-top:10px;padding-bottom:10px;font-size:14px;font-weight:500;font-family: "Outfit", sans-serif;display:flex;justify-content: space-between;}
.autism-buddle-support ul li:last-child{padding-bottom:0px;}
.btn-buynow{width:100%;background-color:#CC5600;border-radius:10px;font-family: "Manrope", sans-serif;font-weight:600;color:#fff;height:50px;line-height:50px;display:block;text-align: center;margin-top:20px;}
.other-resources{margin-top:30px;}
.other-resources h4{font-size:24px;border-bottom:1px solid #DFDFDF;padding-bottom:10px;text-transform: uppercase;}
.ico-h{display:inline-block;margin-left:10px;}
.resources-box{border-radius:20px;overflow: hidden;}
.resources-box .content{background-color:#FAF7F2;padding:20px 30px;text-align:center;}
.resources-box h5{font-size:20px;font-weight:600;font-family: "Outfit", sans-serif;}
.resources-box p{font-size:14px;font-weight:300;line-height:26px;margin-bottom:10px;}
.resources-box .img-box img{height:200px;width:100%;object-fit: cover;}
.our-resources-details .box-left{padding-right:35px;}
.checkout-bundle{display:flex;border-radius:20px;overflow:hidden;}
.checkout-bundle .img-box{width:40%;float:left;}
.checkout-bundle .img-box img{width:100%;height:100%;object-fit:cover;}
.checkout-bundle .content{width:60%;float:left;background-color:#FAF7F2;display:flex;align-items: flex-start;flex-direction: column;justify-content: center;}
.checkout-bundle .content ul li{list-style: none;}
.checkout-bundle .content h5{font-size:24px;font-weight:600;font-family: "Outfit", sans-serif;}
.checkout-bundle ul li{padding-top:10px;padding-bottom:10px;font-size:14px;font-weight:500;font-family: "Outfit", sans-serif;display:flex;justify-content: space-between;}
.checkout-bundle ul li:last-child{padding-bottom:0px;}
.checkout-bundle .total{border-top:1px solid #CCCCCC;padding:15px 30px 15px;}
.checkout-bundle .total p{font-size:16px;font-weight:600;color:#222222;}
.checkout-bundle .content .inn{padding:20px 30px;}
.checkout .box-left{padding-right:25px;}
    .form-card {
      background-color: #faf7f3;
      border-radius: 16px;
      margin-top:30px;
      padding:20px 20px 20px;
    }
    .form-card h5{font-size:24px;font-weight:700;}
    
    .form-card-2 {
      background-color: #faf7f3;
      border-radius: 16px;
      height: 100%;
      padding:40px 20px;
    }
    .form-card-2 label{font-size:20px;font-weight:600;display:block;margin-bottom:15px;}

    .nav-pills .nav-link {
      border-radius: 12px;
      padding: 20px;
      font-weight: 500;
      width: 100%;
      text-align: center;
      border: 1px solid #ddd;
      background-color:#fff;
    }
    .nav-pills .nav-link span{display:block;font-size:20px;font-weight:600;color:#222222;}
    .nav-pills .nav-link.active span{color:#fff;}
    .nav-pills .nav-link.active {
      background-color: #d28b72;
      color: #fff;
    }
    .nav-pills .nav-link.active i img{filter: brightness(0) invert(1);}
    .btn-pay {
      background-color: #c45400;
      color: #fff;
      font-weight: 500;
      border-radius: 8px;
      padding: 12px;
      width: 100%;
    }
    .btn-pay:hover {
      background-color: #a84300;
      color: #fff;
    }
    .early-impact{padding-bottom:50px;position: relative;}

    .early-years{padding-top:50px;background-image:url(../images/banner_bg.png);background-position: bottom -70px left;background-repeat: no-repeat;background-size: 100%;}
    .early-years .img-box img{display:block;margin-left: auto;margin-right: auto;max-width:500px;width:100%;}
    .early-impact .content{padding-top:50px;padding-bottom:50px;padding-left:50px;}
    .early-impact .box{background-color:#F2E9DB;padding:20px 20px;text-align: center;border-radius:20px;height:100%;}
    .early-impact .box h5{color:var(--primary-color);font-size:20px;text-align: center;line-height:28px;}
    .early-impact .box p{font-size:14px;line-height:27px;}
    .early-impact:before {
    content: "";
    position: absolute;
    background-image: url(../images/early-impact-img-new2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    /* background-size: 60%; */
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}
    .early-impact:after {
    content: "";
    position: absolute;
    /* background-size: 60%; */
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -3;
    background-color:#FAF7F2;
}

.what-families{background-color:#F2E9DB;}
.what-families .wrap{display:flex;gap: 25px;margin-top:30px;}
.what-families .box{width:20%;background-color:#D39E8C;padding:20px 20px;border-radius:20px;}
.what-families .box h4{ font-size: 20px;font-weight: 600;font-family: "Outfit", sans-serif;color:#fff;text-align: center;}
.what-families .box p{font-size: 14px;line-height:24px;font-weight: 300;font-family: "Outfit", sans-serif;color:#fff;text-align:center;}

.what-families-2{background-color:#FAF7F2;padding-top:100px;padding-bottom:50px;}
.what-families-2 .img-box{padding-left:15px;padding-right:15px;}
.what-families-2 .img-box img{border-radius:30px;width:100%;}
.shape-15 {
  position: absolute;
  right:0px;
  top: -25px;
  width: 80px;
  animation: floatY 6s ease-in-out infinite;
}
.listing-con-4{display:flex;justify-content: space-around;gap:30px;flex-direction: column;}
.listing-con-4 li{background-image:url(../images/list_ic4.png);background-repeat: no-repeat;font-size:20px;font-weight:400;font-family: "Outfit", sans-serif;padding-left:40px;list-style: none;}
.what-families-2 h2{font-size:38px;text-transform: uppercase;}
.autism-support-banner .img-box img,.contact-bnr .img-box img{border-radius:50px;}
.autism-support-banner .img-box{padding-left:50px;}
.what-is-autism{background-color:#FAF7F2;}
.what-is-autism h5{color:#222222;font-weight:600;font-size:20px;}
.what-is-autism ul li{color:rgb(34, 34, 34,.7);background-image: url(../images/list_ic_2.png);background-repeat: no-repeat;background-position: left;padding-left:30px;background-position:left top 7px;list-style: none;padding-top:7px;padding-bottom:7px;font-size:16px;}
.what-is-autism .img-box{width:90%;margin-left:10%;position: relative;}
.what-is-autism .img-box:after{background-image: url(../images/autism-bg.png);background-size: 100%;background-position: center center;content:"";position: absolute;top:0px;bottom:0px;left:0px;right:0px;animation: moveSide 6s infinite ease-in-out;}
.what-is-autism .img-box img{width:100%;}

@keyframes moveSide {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

.move-left-right {
  animation: moveSide 10s infinite ease-in-out;
}
.what-families .wrap.style-2 .box{width:25%;}
.whythis-matters-2{background-color: #FAF7F2;}
.whythis-matters-2 h2{margin-bottom:30px;}
.whythis-matters-2  .img-box img{border-radius:30px;width:100%;}
.listing-con-5{display:flex;justify-content: space-around;gap:30px;flex-direction: column;}
.listing-con-5 li{background-image:url(../images/list_ic4.png);background-repeat: no-repeat;font-size:16px;font-weight:300;font-family: "Outfit", sans-serif;padding-left:40px;list-style: none;}
.listing-con-5 li span{font-size:20px;font-weight:500;display:block;margin-bottom:10px;line-height:normal;}
.whythis-matters-2 .listing-con-5{padding-right:50px;}