h2, h3, h4, p {
  margin: 0;
}
.page-template-template-home-php .grid-container {
  max-width: none;
}
.social-wrapper .grid-container {
   max-width: 1200px !important;
}
.social-wrapper .grid-container .testimonials-heading{
  text-align:center;
  font-size:26.4px !important;
  line-height:1.4;
  margin-bottom:20px;
}
.social-wrapper .grid-container #sb_instagram{
 margin-bottom:40px;
}
.social-wrapper .grid-container .testimonials-heading a{
  border-bottom:1px solid black;
  padding-bottom:5px;
  font-size:26.4px !important;
}
@media(max-width:767px){
.social-wrapper .grid-container .testimonials-heading{
  font-size:22px !important;
}
.social-wrapper .grid-container #sb_instagram{
 margin-bottom:35px;
}
.social-wrapper .grid-container .testimonials-heading a{
  font-size:22px !important;
}
}
.page-template-template-home-php header .inside-header {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  font-size: 57.2px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 68.64px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 44px;
    line-height: 52.8px;
  }
}

h4 {
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: 0.66px;
  line-height: 33.6px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

p,a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #555555;
}
@media screen and (max-width: 749px) {
  p {
    font-size: 15px;
    line-height: 27px;
  }
}

h3 {
  font-size: 19.8px;
  letter-spacing: 0.66px;
  line-height: 25.2px;
  color: #121212;
}
@media screen and (max-width: 749px) {
  h3 {
    font-size: 18.7px;
  }
}

.slider-wrapper-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider-wrapper-section .custom-slider {
  width: 100%;
}
.slider-wrapper-section .custom-slider .slick-arrow,
.slider-wrapper-section .custom-slider .slick-dots li button {
  display: none !important;
}
.slider-wrapper-section .custom-slider .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 0;
  transform: translate(-50%);
}

@media screen and (max-width: 749px) {
  .slider-wrapper-section .custom-slider .slick-dots {
    bottom: 0;
    left: 42%;
  }
}
.slider-wrapper-section .custom-slider .slick-dots li {
  margin: 0 5px;
}
.slider-wrapper-section .custom-slider .slick-dots li::marker {
  height: 10px;
  width: 10px;
}
.slider-wrapper-section .custom-slider .slider-banner-item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item {
    min-height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image {
  width: 100%;
  height: 100%;
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image::after{
     content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 749px){
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image::after{
        height: 340px;
    }
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px){
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-image img{
        height: 340px;
    }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: black;
  padding: 40px 35px;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
    background: rgba(0, 0, 0, 0.4);
    max-width: 55.6rem;
    margin: 0 auto;
    color: #fff;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content .slider-banner-desc{
    margin-top: 10px;
}
@media screen and (min-width: 750px){
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content .slider-banner-title{
        color: white;
    }
    .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content .slider-banner-desc p{
        color: white;
        opacity: 0.75;
    }
}
@media screen and (max-width: 749px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content {
    padding: 40px 25px;
  }
}
.slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content a.btn {
  text-decoration: none;
  margin: 20px auto 0;
  padding: 0 30px;
  cursor: pointer;
  font-size: 15px;
  border-radius: 40px;
  min-height: 45px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content a.btn {
    color: black;
    background-color: white;
  }
}
@media screen and (max-width: 749px) {
  .slider-wrapper-section .custom-slider .slider-banner-item .slider-banner-content a.btn {
    color: white;
    background-color: rgb(123, 203, 190);
  }
}

.page-desc {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .page-desc {
    padding: 0 15px;
  }
}
.page-desc .inner-content {
  padding: 60px 0 25px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 749px){
    .page-desc .inner-content{
        padding: 35px 35px 0;
    }
}
.page-desc .inner-content p:nth-child(1) {
  margin-bottom: 16px;
}
.page-desc .inner-content h2 {
  font-size: 26.4px;
  line-height: 33.6px;
}
@media screen and (max-width: 749px) {
  .page-desc .inner-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.repeater-content {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .repeater-content {
    padding: 0 15px;
  }
}
.repeater-content .all-blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 900px) {
  .repeater-content .all-blocks-wrapper {
    grid-template-columns: 1fr;
  }
}
.repeater-content .all-blocks-wrapper .single-block {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 1.5rem;
  padding: 25px;
  background: #f6f6f6;
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content {
  padding-top: 25px;
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content .block-desc {
  margin:10px 0 15px;
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content .block-desc p {
  margin: 0;
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content a.btn {
  text-decoration: none;
  font-size: inherit;
  margin-top: 15px;
  cursor: pointer;
  color: black;
}
@media screen and (max-width: 749px){
    .repeater-content .all-blocks-wrapper .single-block .repeater-all-content a.btn{
        font-size: 15px;
    }
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content a.btn .icon-wrap {
  margin-left: 8px;
  white-space: nowrap;
}
.repeater-content .all-blocks-wrapper .single-block .repeater-all-content a.btn .icon-wrap svg {
  width: 15px;
}
.repeater-content .all-blocks-wrapper .single-block .block-image {
  width: 100%;
}
.repeater-content .all-blocks-wrapper .single-block .block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee;
}

.custom-form-section {
  background: #84d1c6;
  padding: 40px 90px 52px;
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-form-section {
    padding: 30px 40px 39px;
    margin: 35px 0;
  }
}
.custom-form-section .custom-form-container {
  max-width: 850px;
  margin: 0 auto;
}
.custom-form-section .form-title {
  margin-bottom: 20px;
  color: #ffffff;
}
.custom-form-section .form-content {
  max-width: 605px;
  margin: 0 auto 20px;
  line-height: 1.6;
  color: white;
}
.custom-form-section .form-content p{
    color: white;
    opacity: .75;
}
.custom-form-section .wpcf7 {
  /* Name + Postcode row */
  /* Email + Arrow button row */
}
.custom-form-section .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 306px;
  margin: 0 auto;
}
.custom-form-section .wpcf7 .form-row p {
  display: flex;
  gap: 10px;
  width: 100%;
}
.custom-form-section .wpcf7 .form-row .wpcf7-form-control {
  width: 100%;
}
.custom-form-section .wpcf7 input[type=text],
.custom-form-section .wpcf7 input[type=email] {
  width: 100%;
  height: 45px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 0;
}
.custom-form-section .wpcf7 input[type=text]::placeholder,
.custom-form-section .wpcf7 input[type=email]::placeholder {
  color: black;
}
.custom-form-section .wpcf7 .email-submit-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.custom-form-section .wpcf7 .email-submit-row p{
    position: relative;
}

.custom-form-section .wpcf7 .email-submit-row input[type=email] {
  flex: 1;
}
.custom-form-section .wpcf7 .email-submit-row input[type=submit] {
  width: 60px;
  min-width: 60px;
  padding: 0;
  background: transparent;
  border: none !important;
  cursor: pointer;
  position: absolute;
  height: 45px;
  font-size: 20px;
  color: black;
  right: 0;
  top: 0;
  margin: 0;
}
.custom-form-section .wpcf7 .email-submit-row input[type=submit]:after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #000;
}

.wpcf7-response-output{
    margin: 0 !important;
}
ul.slick-dots{
    list-style: none;
}

ul.slick-dots .slick-active{
    background: white;
    border-radius: 100%;
}
@media screen and (max-width: 749px){
    ul.slick-dots .slick-active{
        background: black;
    }
}

.slick-dots .dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: .1rem solid rgba(255, 255, 255);
    padding: 0;
    display: block;
    cursor: pointer;
}
.slick-dots .dot:hover{
    border: .1rem solid black;
}
.slick-dots .slick-active .dot:hover{
    border: .1rem solid rgba(255, 255, 255);
}

@media screen and (max-width: 749px){
    .slick-dots .dot{
        border: .1rem solid black;
    }
}

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