@charset "UTF-8";

@font-face {
    font-family: 'Campton';
    src: url('/fonts/Campton-Light.eot');
    src: url('/fonts/Campton-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Campton-Light.woff2') format('woff2'),
        url('/fonts/Campton-Light.woff') format('woff'),
        url('/fonts/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

chtml, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

strong {
  font-weight: bold; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: #fff; }

.content {
  width: 980px;
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }
  
#sb-site {min-height: auto !important;}

/* font sizes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {font-family: "Campton"; font-weight: 700; font-size: 59px; line-height: 60px; letter-spacing: 0px;}
h2 {font-family: "Campton"; font-weight: 700; font-size: 34px; line-height: 39px; letter-spacing: 0.5px; color: #393d3f;}
h3 {font-family: "Campton"; font-weight: 700; font-size: 26px; line-height: 31px; letter-spacing: 0.5px;}
h4 {font-family: "Campton"; font-weight: 700; font-size: 22px; line-height: 27px; letter-spacing: 0.5px;}
h5 {font-family: "Campton"; font-weight: 700; font-size: 1.75rem; line-height: 1.75rem; letter-spacing: 0.5px;}
h6 {font-family: "Campton"; font-weight: 700; font-size: 1.5rem; line-height: 1.5rem; letter-spacing: 0.5px;}
p {font-family: "Campton Book"; font-weight: 400; font-size: 18px; line-height: 25px; color: #393d3f; letter-spacing: 0px; margin-bottom: 1.5rem;}
b, strong {font-family: "Campton"; font-weight: 700;}
a {text-decoration: none;}

.h1 {font-family: "Campton"; font-weight: 700;}

/* Colors
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-black {background-color: #000;}
.bg-light-black {background-color: #0d0d0d;}
.bg-dark-grey {background-color: #262626;}
.bg-light-grey {background-color: #f1f1f1;}
.bg-white {background-color: #fff;}
.bg-blue {background-color: #393d3f;}
.bg-orange {background-color: #202020;}
.bg-red {background-color: #a41d19;}

.text-black {color: #000;}
.text-light-black {color: #0d0d0d;}
.text-dark-grey {color: #262626;}
.text-light-grey {color: #f1f1f1;}
.text-white {color: #fff;}
.text-blue {color: #393d3f;}
.text-orange {color: #0aadef;}
.text-red {color: #a41d19;}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn {border-radius: 100px; padding: 24px 20px 20px 20px; font-weight: 500; font-size: 18px; letter-spacing: 0px; line-height: 1rem; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.btn:focus {box-shadow: none;}

.btn-orange {background-color: #a41d19; border: 1px solid #a41d19; color: #fff;}
.btn-orange:hover {background-color: #ba1813; color: #fff; border: 1px solid #ba1813;}

.btn-white {background-color: #fff; border: 1px solid #fff; color: #a41d19;}

.btn-text {padding: 0;}
.btn-text:hover {text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #393d3f;}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form p {margin: 0;}
form br {display: none;}
form .wpcf7-spinner {display: block;}
form label {color: #fff;}
form label a {color: #fff;}
form label a:hover {color: #a41d19;}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative; /* add this */
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  border: 2px solid #ccc;
  margin-right: 10px;
  transition: background-color 0.2s, border-color 0.2s;
  box-sizing: border-box;
}


.custom-checkbox:hover .checkmark {
  background-color: #f0f0f0;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #a41d19;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}

input:focus, textarea:focus {outline:none;}

input[type="text"], input[type="tel"], input[type="email"] {background-color: #fff; height: 55px; border: none; border-bottom: 1px solid #fff; width: 100%; margin-bottom: 1rem; color: #000; border-radius: 0; font-family: "Campton Book"; padding-left: 20px; -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5); padding-bottom: 0.3rem;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000;}
::-moz-placeholder { /* Firefox 19+ */ color: #000;}
:-ms-input-placeholder { /* IE 10+ */ color: #000;}
:-moz-placeholder { /* Firefox 18- */ color: #000;}

textarea {background-color: #fff; height: 150px; border: none; border-bottom: 1px solid #fff; width: 100%; margin-bottom: 1rem; color: #000;  border-radius: 0; font-family: "Campton Book"; padding-top: 15px; padding-left: 20px; -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5); box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.5);}

button, [type="submit"] {border: 1px solid #fff; padding: 0; background-color: transparent; height: 45px; color: #fff; width: 30%; font-weight: 500;letter-spacing: 0.5px; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; margin-top: 1rem; border-radius: 30px; font-size: 16px; text-transform: none; font-family: "Campton"; font-weight: 700; text-transform: uppercase;}
button:hover, [type="submit"]:hover {background-color: #fff; color: #393d3f;}

.wpcf7-list-item {width: 100%; position: relative; display: inline; margin: 0 !important;}
.wpcf7-list-item input[type=checkbox] {width: auto; opacity: .00000001; position: absolute; left: 0; margin-left: 8px;margin-top: 14px;}
.wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label::before {color: #fff;}
.wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label::after {transform: rotate(-45deg) scale(1);}
.wpcf7-list-item input[type=checkbox]:focus+label::before {outline: 0;}
.wpcf7-list-item label {position: relative; min-height: 34px; display: inline-flex; align-items: center; padding-left: 40px; font-weight: 400; cursor: pointer; vertical-align: sub; font-family: inherit; font-size: 0.8rem; font-weight: 300;margin-top: 0;}
.wpcf7-list-item label:before {content: ''; position: absolute; left: 0; top: 0; margin: 4px; width: 22px; height: 22px;transition: transform .28s ease; border-radius: 0px; border: 3px solid #e7e7e7; background-color: #fff;}
.wpcf7-list-item .wpcf7-list-item-label:after {content: ''; display: block; width: 10px; height: 5px; border-bottom: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg) scale(0); transition: transform ease .25s;will-change: transform; position: absolute; top: 12px; left: 10px;}
.wpcf7-list-item .wpcf7-list-item-label span {font-size: 12px; color: #fff; vertical-align: text-bottom; text-transform: none; font-family: "Campton Book";,"Sans-Serif"; font-weight: 300; vertical-align: baseline;}
.wpcf7-list-item .wpcf7-list-item-label span a {color: #fff; text-decoration: none;}
.wpcf7-list-item .wpcf7-list-item-label span a:hover {color: #a41d19;}

/* hovers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 1.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.25);
}

.animate__animated.animate__bounceInRight {
  --animate-duration: 2s;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {position: relative;}
header {position: absolute; top: 0%; left: 0; z-index: 9; width: 100%;}
header .top {overflow: auto; padding: 0.5rem 0 0.3rem 0;}
header .bottom {overflow: auto; padding: 1rem 0; border-radius: 0 0 30px 30px;}
header .bottom .container {padding: 0 2.4rem;}

  /* Logo
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  header .logo img {width: 285px;}
  
  /* Right
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  header .right {margin-left: auto;}
  
  header .right nav ul {margin: 0; padding: 0;}
  header .right nav ul li {display: inline-block; margin-left: 32px;}
  header .right nav ul li:first-child {margin-left: 0;}
  header .right nav ul li a {font-size: 20px; font-weight: 300; letter-spacing: 0px; font-family: "Campton Book", "Sans-Serif"; color: #000; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
  header .right nav ul li a:hover {color: #a41d19;}
  header .right nav ul li#selected a {color: #a41d19;}
  
  .burgerMenu {display: none;}
  .burgerMenu button {padding: 0; border: none; background-color: transparent; margin: 0;}
  .burgerMenu button i {font-size: 30px; color: #a41d19; vertical-align: middle;}
  
  /* Contact Details
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .contactDetails {margin-left: auto;}
  .contactDetails .tel {margin-right: 20px;}
  .contactDetails p {display: inline-block; font-size: 16px; line-height: 21px;}
  .contactDetails a {color: #fff;}
  .contactDetails a:hover {}
  .contactDetails i {color: #fff;}
  
  /* Mobile
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .bottom .mobile, .top .mobile {display: none;}

/* Offcanvas
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.offcanvas-top {height: 100%; background-color: #a41d19; border-bottom: none;}
.offcanvas-top .offcanvas-header {padding: 3rem 3rem 5rem 3rem;}
.offcanvas-top .offcanvas-header .logo img {width: 250px;}
.offcanvas-top .offcanvas-header button {color: #fff; background-color: transparent; padding: 0; border: none; vertical-align: middle; margin: 0; width: auto;}
.offcanvas-top .offcanvas-header button i {font-size: 30px;}
.offcanvas-top .offcanvas-body {padding: 0 3rem;}
.offcanvas-top .offcanvas-body nav {display: block !important;}
.offcanvas-top .offcanvas-body nav ul {margin: 0;}
.offcanvas-top .offcanvas-body nav ul li {margin-bottom: 3rem; text-align: center; list-style: none;}
.offcanvas-top .offcanvas-body nav ul li a {font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #fff; font-family: "Campton Book";}
.offcanvas-top .offcanvas-body nav ul li a:hover {text-decoration: underline; text-underline-offset: 5px;}
.offcanvas-top .offcanvas-body nav ul li#selected a {text-decoration: underline; text-underline-offset: 5px;}


@media screen and (max-width: 400px) {
  .offcanvas-top .offcanvas-header {padding: 1rem 1.5rem 5rem 1.5rem;}
  .offcanvas-top .offcanvas-body {padding: 0 1.5rem;}
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  #banner .after {position: absolute; bottom: 0%; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);z-index: 1;}

  /* Banner
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #banner {position: relative;}
  #banner .bannerText {position: absolute; top: 55%; left: 0; width: 100%;}
  #banner .bannerText h1 {}
  #banner .bannerText p {font-size: 18px; line-height: 34px; letter-spacing: 2px; text-transform: uppercase;}
  #banner .bannerText .buttonsP {width: 40%; margin: 0 auto;}
  #banner .bannerText .btn-block {width: 100%;}
  #banner .bannerText .buttonsP p {width: 100%;}
  
  /* Mobile
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #mobile {display: none; margin-top: -0.5rem; z-index: 99; position: relative;}
  #mobile .btn-block {width: 100%;}
  
  /* Methods Section
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #methodsSection {padding: 6.5rem 0 0 0;}
  #methodsSection .container {max-width: 90%;}
  #methodsSection {margin-top: -0.2rem; z-index: 99; position: relative;}
  #methodsSection .box {padding: 2rem; margin-top: -5px; -webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5); box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5); height: 278px;}
  #methodsSection .box-red {background-color: #a41d19; padding: 1rem; margin-top: -4.5rem;}
  #methodsSection .box-red img {width: 100%;}
  #methodsSection .box {margin-bottom: 5rem;}
  
  /* points
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #points {padding: 4rem 0; background: linear-gradient(to right, #a41d19, #f40b03);}
  #points h3 {color: #fff; margin: 0;}
  #points h3::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c"; margin-right: 10px; vertical-align: middle;}
  
  /* Testimonial Section
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #testimonialSection {padding: 5rem 0;}
  #testimonialSection .heading h2 {text-align: center;}
  #testimonialSection .heading p {width: 50%; display: block; margin: 0 auto;}
  #testimonialSection .box {border: 2px solid #f1f1f1; padding: 2rem; border-radius: 10px;}
  #testimonialSection .box i {color: #FFD700;}
  #testimonialSection .box h4 {font-size: 17px; line-height: 22px; letter-spacing: 0;}
  
  /* About Section
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #aboutSection {}
  #aboutSection .container {padding: 5rem 0;}
  #aboutSection .box {border-radius: 30px;}
  #aboutSection .box ul {margin: 0;}
  #aboutSection .box ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c"; margin-right: 10px; background-color: #fff; color: #a41d19; padding: 0.2rem 0.3rem; border-radius: 100%; height: fit-content;}
  #aboutSection .box ul li {list-style: none; margin-left: 0px; margin-bottom: 1.5rem; font-family: "Campton Book", "Sans-Serif"; position: relative; padding-left: 35px}
  #aboutSection .box ul li:before {content: ''; background: url('/images/KMM-icon-white.png'); position:absolute; top:-4px; left:0px; background-size: cover; width: 25px; height: 35px;}
  
  #aboutSection ul {margin: 0;}
  #aboutSection ul li {list-style: none; margin-left: 0px; margin-bottom: 0.7rem; list-style-position: outside; display: flex;}
  #aboutSection ul li:before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c"; margin-right: 10px;}
  
  /* Accred Section
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #accredSection {padding: 3rem 0;}
  #accredSection .heading h2 {text-align: center;}
  #accredSection .container {max-width: 90%;}
  
  /* Reviews
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #reviews .box {border: 2px solid #f1f1f1; padding: 2rem; border-radius: 10px;}
  #reviews .box p {font-size: 18px; line-height: 23px;}
  #reviews .box i {color: #FFD700;}
  #reviews .box h4 {font-size: 17px; line-height: 22px; letter-spacing: 0;}
  
  /* Classes
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #classes {padding: 6rem 0;}
  #classes h3, #classes h2 {margin-bottom: 0.5rem;}
  #classes ul {margin: 0; padding: 0; padding-left: 0px; margin-bottom: 0rem;}
  #classes ul li {margin-bottom: 0.5rem; list-style-position: outside; list-style: none; font-size: 16px; line-height: 27px; color: #393d3f;font-family: "Campton Book", "Sans-Serif";}
  #classes ul li i {background-color: #a41d19; color: #fff; padding: 0.2rem 0.3rem; border-radius: 100%;}
  
  /* Subs Banner
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #subsBanner img {margin-bottom: -4px;}
  #subsBanner a:hover {color: #a41d19 !important;}
  
  /* Section One
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #sectionOne {padding: 3rem 0;}
  #sectionOne p {font-size: 20px; line-height: 27px; width: 80%;}
  
  /* gallery
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #ourWork .gallery img {aspect-ratio: 16 / 12; object-fit: cover;}
  #ourWork .heading img {width: 75%;}
  
  /* FAQ's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .faq {margin-bottom: 1rem; background-color: #efefef; padding: 3rem;}
  .faq:last-child {margin-bottom: 0;}
  
  .faq .question {display: flex; align-items: center; cursor: pointer;}
  .faq .question::after {font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 2rem; content: "\f107"; color: #a41d19; margin-left: auto; margin-right: 1rem; margin-top: -0.4rem;}
  .faq .question h3 {color: #a41d19;}
  .faq .question .collapsed::after {content: "\f077";}
  .faq p {margin-top: 0rem; font-size: 20px; line-height: 25px;}
  .faq .answer p:last-child {margin-bottom: 0;}
  .faq .answer p a:hover {color: #a41d19;}
  
  /* Contact
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #contact {padding: 6rem 0;}
  #contact .text {width: 70%;}
  #contact .text p {color: #fff;}
  #contact a:hover {color: #a41d19 !important;}
  #contact .contactInfo i {background-color: #fff; color: #a41d19; padding: 0.3rem; border-radius: 100%;}
  #contact .socialMedia i {font-size: 23px; color: #fff;}
  #contact .socialMedia i:hover {color: #a41d19;}
  #contact .contactInfo img {margin: 0 auto; display: block; width: 100%;}
  .email img {width: 10%;}
  #contact .contactInfo .box {display: inline-block; background-color: #fff; padding: 0.8rem; border-radius: 100%; width: 100%; margin-right: 10px;}
  
  #mapSection {margin-bottom: -0.3rem;}
  .map {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
           filter: grayscale(100%);
  }
  
  /* Terms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #terms {padding: 5rem 0;}
  #terms a {color: #393d3f;}
  #terms a:hover {color: #a41d19;}
  #terms ul, #terms ol {margin: 0; padding: 0; padding-left: 17px; margin-bottom: 1.5rem;}
  #terms ul li {margin-bottom: 0.8rem; list-style-position: outside; list-style: disc; font-size: 16px; line-height: 27px; color: #393d3f;}
  #terms ol li {margin-bottom: 0.8rem; list-style-position: outside; font-size: 16px; line-height: 27px; color: #393d3f;}
  #terms h3 {margin-top: 3rem; color: #393d3f;}
  
  /* Area
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #area {padding: 5rem 0;}
  #area .btn {margin-right: 10px; margin-bottom: 10px; border-radius: 6px; padding: 16px 20px 12px 20px;}
  
  /* Location Page
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  #serviceLocation {padding: 5rem 0;}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 
footer {padding: 4rem 0;}
footer .footerLogo img {width: 300px;}
footer h4 {margin-bottom: 1.2rem;}
footer nav {}
footer nav ul {margin: 0;}
footer nav ul li {margin-bottom: 1rem; list-style: none;}
footer nav ul li a {font-size: 18px; font-weight: 300; letter-spacing: 0px; color: #fff; font-family: "Campton Book"; font-weight: 400;}
footer nav ul li a:hover {text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; color: #fff;}
footer nav ul li#selected a {text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; color: #fff;}
footer .btn:hover {color: #fff !important;}
footer p {font-family: "Campton Book"; font-weight: 400;}
footer p a {font-family: "Campton Book"; font-weight: 400 !important; color: #fff;}
footer .contactDetailsFooter
footer p a:hover, footer .email a:hover {text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; color: #fff;}
footer .socials a i {font-size: 20px;}
footer .socials a i:hover {color: #e7c42f;}
footer .bottom {border-top: 1px solid #ba1813;}
footer .copywrite {margin-top: 5rem;}
footer .copywrite p {font-size: 16px; line-height: 20px; margin: 0;}
footer .copywrite a {color: #fff;}
footer .copywrite a:hover {text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;}
footer .bottom .websiteBy {margin-left: auto;}
footer .contactDetailsFooter i {background-color: #fff; color: #a41d19; padding: 0.3rem; border-radius: 100%;}
footer .contactDetailsFooter img {margin: 0 auto; display: block;}
footer .contactDetailsFooter .box {display: inline-block; background-color: #fff; padding: 0.3rem; border-radius: 100%; width: 9%; vertical-align: middle; margin-right: 10px;}


footer .mobile {display: none;}