@media (min-width: 768px) {
  header .container {
    max-width: none;
    padding: 0;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  header .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  header .container {
    max-width: 1140px; } }

header .header-top {
  background-color: #f5d103; }
  header .header-top .contact-details {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F5DF00; }
    @media (min-width: 768px) {
      header .header-top .contact-details {
        position: static; } }
  header .header-top a {
    display: block;
    padding: 12px 18px 12px 42px;
    background-color: rgba(255, 255, 255, 0.6);
    color: #393939;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.2s;
    position: relative; }
    @media (min-width: 768px) {
      header .header-top a {
        font-size: 16px;
        float: left; } }
    header .header-top a:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: 18px; }
    header .header-top a.tel:before {
      content: "\f095"; }
    header .header-top a.email {
      background-color: rgba(255, 255, 255, 0.4); }
      header .header-top a.email:before {
        content: "\f0e0"; }
    header .header-top a:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  header .header-top .rainbow {
    float: right;
    position: relative;
    width: 90px;
    height: 10px; }
    @media (min-width: 768px) {
      header .header-top .rainbow {
        width: 90px;
        height: 48px; } }
    header .header-top .rainbow > div {
      position: absolute;
      width: 11.25px;
      height: 100%; }
    header .header-top .rainbow .red {
      background: #FF5858;
      left: 0; }
    header .header-top .rainbow .orange {
      background: #FFAB58;
      left: 11.25px; }
    header .header-top .rainbow .yellow {
      background: #FFF958;
      left: 33.75px; }
    header .header-top .rainbow .green {
      background: #72FF58;
      left: 45px; }
    header .header-top .rainbow .blue {
      background: #58ECFF;
      left: 56.25px; }
    header .header-top .rainbow .purple {
      background: #5872FF;
      left: 67.5px; }
    header .header-top .rainbow .mouve {
      background: #D858FF;
      left: 78.75px; }

header .header-main {
  background-color: #F4F4F4; }
  header .header-main .header-main-inner {
    position: relative;
    padding-right: 90px; }
    @media (min-width: 768px) {
      header .header-main .header-main-inner {
        padding-right: 0; } }
  header .header-main .logo {
    width: 100%;
    max-width: 147px;
    margin-top: 5px;
/*    margin-bottom: 20px; */
  }
    @media (min-width: 768px) {
      header .header-main .logo {
        max-width: 171px; } }
  header .header-main .main-navigation-container {
    display: none;
    float: right; }
    @media (min-width: 768px) {
      header .header-main .main-navigation-container {
        display: block; } }
    header .header-main .main-navigation-container .menu {
      list-style: none;
      margin: 0; }
      header .header-main .main-navigation-container .menu li {
        float: left;
        position: relative; }
        header .header-main .main-navigation-container .menu li.menu-item-home a {
          color: transparent;
          font-size: 0;
          line-height: 0;
          text-indent: -9999px; }
          header .header-main .main-navigation-container .menu li.menu-item-home a:before {
            font-family: "Font Awesome 5 Pro";
            font-weight: 700;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: '\f015';
            color: #393939;
            font-size: 18px;
            line-height: 30px;
            text-indent: 0;
            display: block;
            position: relative;
            top: -3px; }
        header .header-main .main-navigation-container .menu li a {
          display: block;
          padding: 38px 20px;
          font-size: 18px;
          color: #393939;
          text-decoration: none;
          transition: background-color 0.2s; }
          header .header-main .main-navigation-container .menu li a:hover {
            background-color: rgba(255, 255, 255, 0.5); }
        header .header-main .main-navigation-container .menu li.current-menu-item a {
          background-color: rgba(255, 255, 255, 0.8); }
  header .header-main .mobile-menu-trigger {
    font-size: 0;
    color: transparent;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px; }
    @media (min-width: 768px) {
      header .header-main .mobile-menu-trigger {
        display: none; } }
    header .header-main .mobile-menu-trigger:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: '\f0c9';
      font-size: 30px;
      line-height: 30px;
      color: #393939; }

.mm-listitem {
  padding-top: 13px;
  padding-bottom: 13px; }
  .mm-listitem:after {
    left: 0; }

.mm-navbar {
  background-color: #F5DF00;
  height: 10px;
  border: none; }
  .mm-navbar .mm-navbar__title {
    display: none; }

.mm-panel {
  background-color: #F4F4F4; }

.mm-menu {
  box-shadow: inset 20px 20px 20px black; }

footer .footer-top {
  background-color: #1A2040;
  color: #fff;
  padding: 70px 0; }

footer .footer-form-container {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    footer .footer-form-container {
      padding-right: 50px;
      margin-bottom: 0; } }

footer .facebook-link,
footer .checkatrade-link {
  float: left; }

footer .facebook-link {
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  background: #3C5A99;
  display: block;
  position: relative;
  margin-right: 20px; }
  footer .facebook-link:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 700;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f39e';
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }

footer .checkatrade-link {
  max-width: 50px;
  display: block; }
  footer .checkatrade-link img {
    width: 100%; }

footer .footer-bottom {
  background-color: #D5D5D5;
  padding: 20px 0; }
  footer .footer-bottom a {
    color: #212529; }

footer .footer-navigation-container {
  width: 100%;
  margin-bottom: 20px; }
  footer .footer-navigation-container:after {
    content: "";
    clear: both;
    display: table; }
  @media (min-width: 768px) {
    footer .footer-navigation-container {
      float: left;
      width: auto;
      margin-bottom: 0; } }
  footer .footer-navigation-container ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .footer-navigation-container ul li {
      float: left;
      margin-right: 15px;
      position: relative;
      padding-right: 15px;
      font-size: 16px; }
      footer .footer-navigation-container ul li:after {
        content: '';
        height: 12px;
        width: 2px;
        background: #b5b5b5;
        display: block;
        position: absolute;
        right: -1px;
        top: 6px; }
      footer .footer-navigation-container ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        footer .footer-navigation-container ul li:last-child:after {
          content: normal; }

footer .site-credit {
  width: 100%;
  font-size: 12px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    footer .site-credit {
      width: auto;
      float: right;
      font-size: 13px;
      line-height: 24px; } }

footer.footer-slim .footer-top {
  padding: 20px 0; }

@media (min-width: 768px) {
  footer.footer-slim .footer-social-container {
    float: right; } }

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  background: #D5D5D5;
  padding-bottom: 90px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 0; } }

img {
  max-width: 100%; }

.site {
  background: #fff; }
  .site a {
    color: #C94D00; }

.site-inner {
  padding-top: 50px;
  padding-bottom: 50px; }

.hero {
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 576px) {
    .hero {
      padding: 70px 0; } }
  @media (min-width: 768px) {
    .hero {
      border-top: 2px solid #f5d103;
        border-bottom: 2px solid #f5d103;
      padding: 30px 0;
      height: 40vh;
      min-height: 300px; } }
  .hero .hero-text {
    max-width: 100%; }
    @media (min-width: 768px) {
      .hero .hero-text {
        max-width:100%; } }
    .hero .hero-text h1 {
      font-family: 'Yeseva One', cursive;
    font-weight: 400;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 4vw;
    line-height: 6.25vw;
    font-weight: 700;
    margin-bottom: 0; }
      @media (min-width: 768px) {
        .hero .hero-text h1 {
          font-size: 1.35vw;
          line-height: 2.85vw; } }

.page-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 30px; }
  @media (min-width: 576px) {
    .page-section {
      padding: 50px 30px; } }
  @media (min-width: 768px) {
    .page-section {
      padding: 50px; } }
  @media (min-width: 992px) {
    .page-section {
      padding: 50px 70px; } }

form {
  margin-bottom: 0; }
  form:after {
    content: "";
    clear: both;
    display: table; }
  form .form-section {
    width: 100%;
    float: left; }
    @media (min-width: 768px) {
      form .form-section {
        width: 50%; } }
    @media (min-width: 768px) {
      form .form-section:nth-child(odd) {
        padding-right: 10px; } }
    @media (min-width: 768px) {
      form .form-section:nth-child(even) {
        padding-left: 10px; } }
    @media (min-width: 768px) {
      form .form-section.submit-section {
        float: right;
        width: auto;
        padding: 0; }
        form .form-section.submit-section .form-item {
          margin-bottom: 0; } }
    form .form-section .form-item {
      width: 100%;
      margin-bottom: 20px; }
    form .form-section input,
    form .form-section textarea,
    form .form-section button {
      width: 100%; }
      form .form-section input:focus,
      form .form-section textarea:focus,
      form .form-section button:focus {
        outline: none; }
    form .form-section input,
    form .form-section textarea {
      padding: 10px 14px;
      border: 2px solid #fff;
      transition: border-color 0.3s; }
      form .form-section input:focus,
      form .form-section textarea:focus {
        border-color: #C94D00; }
    form .form-section textarea {
      min-height: 120px;
      max-height: 300px;
      resize: vertical; }
      @media (min-width: 768px) {
        form .form-section textarea {
          min-height: 116px; } }
    form .form-section button {
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      padding: 16px 26px;
      width: 100%;
      background-color: #C94D00;
      border: none;
      transition: background-color 0.3s; }
      form .form-section button:hover {
        background-color: #963900; }

h1 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h1 {
      margin-bottom: 30px; } }

h2 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h2 {
      margin-bottom: 30px; } }

h3 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h3 {
      margin-bottom: 30px; } }

p,
li {
  font-size: 16px; }
  @media (min-width: 768px) {
    p,
    li {
      font-size: 20px; } }

.services-container {
  background: #F4F4F4;
  text-align: center; }
  .services-container .services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 40px; }
    .services-container .services .service {
      width: 100%;
      padding: 10px;
      max-width: 300px;
      display: flex; }
      @media (min-width: 576px) {
        .services-container .services .service {
          width: 50%; } }
      @media (min-width: 992px) {
        .services-container .services .service {
          width: 25%; } }
      .services-container .services .service .service-inner {
       border: 4px solid #f5d103;
        background: #232323;
        border-radius: 15px;
        padding: 30px;
        color: #fff;
        text-align: center;
        width: 100%; }
        @media (min-width: 576px) {
          .services-container .services .service .service-inner {
            padding: 40px 30px; } }
        .services-container .services .service .service-inner .icon {
          font-size: 46px;
          line-height: 46px;
          margin-bottom: 25px; }
        .services-container .services .service .service-inner h4 {
          font-size: 22px;
          line-height: 26px; }
          @media (min-width: 768px) {
            .services-container .services .service .service-inner h4 {
              font-size: 26px;
              line-height: 30px; } }
  .services-container p:last-of-type {
    margin-bottom: 0; }

.slick img {
  width: 100%; }

.slick-prev,
.slick-next {
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%); }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-next:before,
.slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #1A2040;
  font-size: 26px;
  opacity: 1; }

.slick-next:before {
  content: '\f054'; }

.slick-prev:before {
  content: '\f053'; }

.slick {
  margin-top: 40px; }

.slick,
.slick-controller {
  padding: 0 30px; }

.slick-controller {
  margin: 10px 0; }
  .slick-controller .slick-slide {
    padding: 0 2px;
    opacity: 0.5;
    transition: 0.3s; }
    .slick-controller .slick-slide:focus {
      outline: none; }
    .slick-controller .slick-slide.slick-center {
      opacity: 1; }

.slick-slide {
  height: auto; }

.about-us-page-section {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .about-us-page-section {
      display: flex; } }
  .about-us-page-section .our-work,
  .about-us-page-section .why-us {
    padding: 50px 30px; }
    @media (min-width: 576px) {
      .about-us-page-section .our-work,
      .about-us-page-section .why-us {
        padding: 50px 30px; } }
    @media (min-width: 768px) {
      .about-us-page-section .our-work,
      .about-us-page-section .why-us {
        padding: 50px; } }
    @media (min-width: 992px) {
      .about-us-page-section .our-work,
      .about-us-page-section .why-us {
        padding: 50px 70px; } }
  .about-us-page-section .our-work {
    background-color: #F4F4F4; }
    @media (min-width: 992px) {
      .about-us-page-section .our-work {
        width: 60%; } }
  .about-us-page-section .why-us {
    background-color: #D5D5D5; }
    @media (min-width: 992px) {
      .about-us-page-section .why-us {
        width: 40%; } }
    .about-us-page-section .why-us ul {
      margin: 20px 0 0;
      list-style: none;
      padding: 0; }
      .about-us-page-section .why-us ul li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px; }
        .about-us-page-section .why-us ul li:before {
          font-size: 24px;
          line-height: 24px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-top: -1px;
          font-family: "Font Awesome 5 Pro";
          font-weight: 700;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          content: '\f058';
          color: #489B00; }
        .about-us-page-section .why-us ul li:last-child {
          margin-bottom: 0; }
