
/* menu Colour Pallet

#795300   darker brown hamberger colour

#ffe4aa  main menu colour

#fff3da; Light menu contrast

#fcd37c; Darker menu contrast

#f7f7f7; Gray (used on about page as container colour)
*/

:root {
    --main-font: "Segoe UI", Verdana, sans-serif,"Comic Sans MS", "Open Sans",Tahoma, Arial, Verdana;
    --fontsize12: font-size: 12px;
    --fontsize14: font-size: 14px;
    --fontsize16: font-size: 16px;
    --fontsize18: font-size: 18px;
    --fontsize24: font-size: 24px;
}

html {
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}


.bodyFont {
    font-family: var(--main-font);
    font-size: var(--fontsize14);
}

.section-font16 {
    font-size: var(--fontsize16) !important;
}

.section-font18 {
    font-size: var(--fontsize18);
}

.site-header {
    background-color: #ffe4aa;
}

/*  {box-sizing:border-box} */

    .wrapper{
        margin:auto 2% auto 2%;
        width:95%;
        background-color: white;
        padding-top: .5%;
        font-size: 14px;
        /* border: 2px solid red; */
    }

    .contentContainer{
        background-color: #ffe4aa;
        margin:0 auto 0;
        margin-top:1%;
        /*  width: 75%; */
        height: auto;
        padding-top:5px;
        padding-bottom:5px;
    }

    .content{
      margin:0 auto 0;
      margin-top:5px;
      width: 90%;
      padding:5px 20px 5px 20px;
      height: auto;
      background-color: #ffe4aa ;
    }

    .content-white{
      margin:0 auto 0;
      margin-top:5px;
      width: 90%;
      padding:5px 20px 5px 20px;
      height: auto;
      background-color: #fefefd ;
    }

    .contents-overrideColour{
      background-color:#f7f7f7;
    }

.event-thumb {
    display: inline-flex; /* keeps it as wide as the image */
    flex-direction: column;
    align-items: center; /* centers text under image */
}

.event-date {
    margin-top: 4px; /* small gap */
    text-align: center;
}


.pad-div-tab {
    padding: 10px 28% 15px 28%;
}

.padTRBL{
  padding:15px 10% 15px 10%;
}

.padImgTRBL{
  padding:15px 2% 15px 2%;
}

.padWaysofContactTRBL{
  text-align: left;
  padding:5px 25% 5px 25%;
  margin-top:0;
  margin-bottom:2%;
}

.text-orange {
    color: #F96;
}

.text-orange-dark {
    color: #e64d00;
}

.text-center-verticaly {
    align-items: center;
}

.text-center-verticaly-link {
    display: inline-flex;
    align-items: center; /* vertically centers image + text */
    gap: 8px; /* optional spacing */
    text-decoration: none; /* remove underline */
    color: inherit; /* keep your normal text color */
}

.pad-top10 {
    padding-top: 10px;
}

.pad-top20 {
    padding-top: 20px;
}

.pad-top25 {
    padding-top: 25px;
}

.pad-botton10 {
    padding-bottom: 10px;
}

.pad-botton20 {
    padding-bottom: 20px;
}
.pad-botton25 {
    padding-bottom: 25px;
}

@media (max-width: 530px) {
    .pad-left5 {
        display: block;
        padding-left: 0;
        margin-top: 5px;
    }
}
@media (max-width: 530px) {
    .mobile-break {
        display: block;
        margin-top: 5px;
    }
}



.pad-left5 {
    padding-left: 5px;
}

.pad-left10 {
    padding-left: 10px;
}

.pad-left20 {
    padding-left: 20px;
}

.pad-left25 {
    padding-left: 25px;
}

li {
list-style: none;
}



  /* Top hero section */
  .heading{
    margin: auto 2% auto;
  }

.flex-columns{
  display: flex;
  flex-wrap:wrap;
}

.flex-column-item{
  flex-basis: 80%;
  flex:3 1 0;
  padding:1px;
}

.flex-column-item2{
      flex:1 1 0;
      padding:5% 10%;
/*         flex:1 1 0;   /*grow (0/1)  shrink (0/1)  basis ( %  auto px em rem etc) */
}

    .banner{
          width:88px;
      }


  .flex-container{
            display:flex;
            margin-bottom:10px;
            flex-wrap: wrap;
            gap:1px;
            /* justify-content: space-between; */
           /* flex-flow: wrap; */

    }
    .flex-item{
        flex:1 0 0;   /*grow (0/1)  shrink (0/1)  basis ( %  auto px em rem etc) */
        border:1px solid lightskyblue;
        padding:1px;
    }

    .flex-item1{flex:1 1 0;}
    .flex-item2{flex:3 1 0;padding:1px;}
    .flex-item3{flex:1 1 0;padding:1px; justify-content: right;}

    .imgFlag{text-align: right;}
    .loginText{ display:flex;align-items:center; justify-content: flex-end;}


/*.flex-nav {
    display: flex;
    background-color: #ffe4aa;
    flex-wrap: wrap;
    z-index: 2000;
    position: relative;
}*/

/*.no-contact-button a[href="Contact-us.html"] {
    display: none;
}*/
.no-contact-button a[href*="Contact-us.html"] {
    display: none;
}


.flex-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .flex-nav-item{
        flex:1 0 0;
    }
.flex-nav-item2 {
    flex: 0 0 auto;
    text-align: right;
/*    padding: 20px;*/
    white-space: nowrap;
}

.login-img {
    padding-right: 5px;
    padding-left: 5px;
}

    .img-width{width:100%;
      }

.img-width75 {
    width: 75%;
    display: block;
    margin: 0 auto;
}

/*  Coloums  */
.columnsFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.columns {
  display: grid;
  grid-template-columns: 60% 40%;
  margin-left: 10%;
}
.column {
  flex: 50%;
}

/* Page a tag links  a link was lightblue */
/*a:link { color: #66baff;}*/
a:link { color: #007ee6;}
a:visited {color: #060235;}
a:hover {color: #008AFC;}
a:active {color: #C0F0FC;}
a {text-decoration: none;}


/* Menu section */
.navbar {
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffe4aa;
    color: #795300;   /*  #795300;  Darker Brown*/
   }
   .nav-links a {
    color: #000;
    text-decoration: none;
   }
   /* LOGO */
   .logo {
    font-size: 32px;
   }
   /* NAVBAR MENU */
   .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
   }
   .menu li:hover {
    background-color: #fff3da;/* #fff3da; Light menu contrast  */
    border-radius: 5px;
    transition: 0.3s ease;
    cursor:pointer;
   }
   .menu li {
    padding: 5px 14px;
   }
   /* DROPDOWN MENU */
   .services {
    position: relative;
   }
   .dropdown {
    background-color:#fff3da;  /* Light menu contrast  */
    padding: 1em 0;
    position: absolute; /*WITH RESPECT TO PARENT*/
    display: none;
    border-radius: 5px;
    top: 30px;
   }
   .dropdown li + li {
    margin-top: 10px;
   }
   .dropdown li {
    padding: 0.5em 1em;
    width: 8em;
    text-align: left;
   }
   .dropdown li:hover {
    background-color:    #fcd37c;  /*  #ffe4aa; */
   }
   .services:hover .dropdown {
    display: block;
   }

   /*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
    display: none;
   }
   /*HAMBURGER MENU*/
   .hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
   }
   /* APPLYING MEDIA QUERIES */
   @media (max-width: 768px) {
   .menu {
    display:none;
    /* position: absolute; position: absolute; */
    background-color: #ffe4aa;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
   }
   .menu li:hover {
    display: inline-block;
    background-color: #fff3da; /* #fff3da; Light menu contrast  #fcd37c; Darker menu contrast #4c9e9e; */
    transition: 0.3s ease;
    cursor:pointer;
   }
   .menu li + li {
    margin-top: 12px;
   }
   input[type=checkbox]:checked ~ .menu{
    display: block;
   }
   .hamburger {
    display: block;
   }
   .dropdown {
    left: 48%;
    top: 10px;
    transform: translateX(25%);
   }
   .dropdown li:hover {
    background-color: #fcd37c; /* #fff3da; Light menu contrast  #4c9e9e; */
   }
   }


 .footerCentre{
  padding-top: 2%;
  text-align: center;
  padding-bottom: 2%;
}

.fb{
  width:36px;
  height:36px;
  object-fit:cover;
  object-position:50% 50%
}
/* CSS */
.button-22 {
    align-items: center;
    appearance: button;
    background-color: #ffad00;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    /* display: flex;*/
    display: inline-flex;
    flex-direction: row;
    flex-shrink: 0;
    font-family: "RM Neue",sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 10px 21px;
    text-align: center;
    text-transform: none;
    /* transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out; */
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.button-22:active {
  background-color: #ffad00;
}

.button-22:hover {
  background-color: #fab622;
}


.btnRight {
    display: inline-block;
    float: right; /* fallback if needed */
}

.clearFix{clear: both;}

/*-----------Animation --------------------*/
html {
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}

/*  {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
  max-width:700px;

  margin: auto;
  /*  position: relative;
   */
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  /* position: absolute; */
  top: 70%;
  width: auto;
  /* margin-top: -22px; */
  margin-top: -5px;
  /* padding: 16px; */
  padding:1px 1px 1px 225px;
  color: crimson;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  /* right: 0; */
  padding-left: 75%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #0a0707;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 90%;
  text-align: center;
}


.imageText {
  color: #0a0707;
  font-size: 17px;
  padding: 8px 12px;
  bottom: 8px;
  width: 90%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.ourservices-overlay-line-spacing {
    line-height: 2;
}

.pdf-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-link img {
    margin-bottom: 6px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pdf-link img:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.ourservices-overlay-textcenter {
    padding: 2% 2%;
    text-align: left;
    font-size: 1.2em;
}

/* services css */
.ourservices-overlayOp {
    background-color: rgb(230, 225, 215); /*This box uses opacity*/
    color: black;
    opacity: .8;
}

.ourservices-overlay {
    background-color: rgba(220, 215, 205,.65); /*  rgba(230, 225, 215,.6);   Using a background color with an alpha channel */
    color: #000;
    font-weight: 600;
    height: auto;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.ourservices-overlayposition{
  padding-top:2%;padding-bottom:2%;
}

      .header-title{
          color:antiquewhite;
      }

      .display-center{
          width: 70%;
          margin:0 auto 0;
          text-align: center;
        }

.display-center-image-text {
    display: block;
    margin: 0 auto 6px;
}

    .text-body-center{
        padding:2% 10%;
        text-align: left;
        font-size: 1.2em;
    }
    .flex-container-hire{
        display:flex;
        width:80%;
        background-color: #fff3da;
        flex-wrap: wrap;
        /* gap:10px; */
        justify-content: center;
        margin:20px auto 5px auto;
        /* justify-content: space-between; */
        /* flex-flow: wrap; */

    }
    .flex-item-hire{
        flex:1 1 225px;   /*grow (0/1)  shrink (0/1)  basis ( %  auto px em rem etc) */
        border:1px solid #fcd37c;
        padding:10px;

    }

    .bold-text{
        font-weight: 600;
    }

    .heading-service{
        font-size: 1.17em;
        font-weight: 700;
    }

    .headingH1{
        font-size: 2.7em;
        font-weight: 700;
        padding-top: 2%;

    }

    .lists{
        list-style-type: none;
    }


  /* -------------------------------------------------------------------------------------- */

  .header-text{padding-left:2%;
    border: 1px solid blue;}

  .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.cfix-hack{
  display: flow-root;
}
  /* ----Contact Form css ----- */
  .container {
    max-width:600px;
    width:100%;
    margin:0 auto;
    /* position:relative; */
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contactform {
    background:#F9F9F9;
/* 	padding:25px;
    margin:50px 0; */
    margin-bottom:15%;
}

 h3 {
    color: #F96;
    display: block;
    font-size: 24px;
    font-weight: 400;
    padding:5px 10% 15px 10%;
    text-align: center;
}

#contactform h4 {
    margin:5px 0 15px;
    display:block;
    font-size:16px;

}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="tel"], #contactform input[type="url"], #contactform textarea {
    width:100%;
    border:1px solid #CCC;
    background:#FFF;
    margin:0 0 5px;
    padding:10px;
}

#contactform input[type="text"]:hover, #contactform input[type="email"]:hover, #contactform input[type="tel"]:hover, #contactform input[type="url"]:hover, #contactform textarea:hover {
    -webkit-transition:border-color 0.3s ease-in-out;
    -moz-transition:border-color 0.3s ease-in-out;
    transition:border-color 0.3s ease-in-out;
    border:1px solid #AAA;
}

#contactform textarea {
    height:100px;
    max-width:100%;
  resize:none;
}

#contactform button[type="submit"] {
    cursor:pointer;
    width:100%;
    border:none;
    background:#0CF;
    color:#FFF;
    margin:0 0 5px;
    padding:10px;
    font-size:15px;
}

#contactform button[type="submit"]:hover {
    background:#09C;
    -webkit-transition:background 0.3s ease-in-out;
    -moz-transition:background 0.3s ease-in-out;
    transition:background-color 0.3s ease-in-out;
}

#contactform button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contactform input:focus, #contactform textarea:focus {
    outline:0;
    border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

.flex-contact{
    display:flex;
    /* flex-direction: row; */
    flex-wrap:wrap;
    gap: 1px ;
    justify-content: center;
}
.flex-contactItem{
    flex:0 1 35%;

    border:1px solid #f7f7f7;
    padding-left:2px;
}
.flex-contactItem2{
    flex:0 1 60%;
    border:1px solid #f7f7f7;
    padding-right:2px;
    justify-content: center;
}



.map-responsive{
    margin:auto;
    overflow:hidden;
    padding-bottom:58%;
    position:relative;
    height:0;
}

.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

a.mail:link {color:black;}
a.mail:visited {color:rgb(247, 118, 6);}
a.mail:hover {color:rgb(247, 118, 6);}



html {
    scroll-behavior: smooth;
}

.back-to-top {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}


.padding-top5{
    padding-top:5px;
}

.padding-top10 {
    padding-top: 10px;
}
.padding-bottom10 {
    padding-bottom: 10px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-bottom20 {
    padding-bottom: 20px;
}

.padding-top25 {
    padding-top: 25px;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 14px;
    font-size: 14px;
    display: none;
    cursor: pointer;
}


.crop-banner {
    height: 250px; /* choose the height you want */
    object-fit: cover; /* crops the image instead of squashing it */
    object-position: center; /* optional: choose which part stays visible */
}

.crop-banner-top {
    height: 250px;
    object-fit: cover;
    object-position: top; /* shows the top of the image */
}

.crop-banner-bottom {
    height: 250px;
    object-fit: cover;
    object-position: bottom; /* shows the bottom of the image */
}


  /* -------------------------------------------------------------------------------------- */

  /* media sizes */
  @media screen and (min-width:351px){

    }

@media screen  and (max-width:599px) and (min-width:360px){
    .imgFlag{text-align: left;}

    .border1{border: 1px solid rgb(203, 74, 23);}

    .content { width: 85%;}


    .banner{
          width:88px;
          display: flow-root;
      }
}


@media screen and (max-width:359px){
  .border1{border:1px solid blue;}

  .content{
      margin:0 auto 0;
      margin-top:5px;
      width: 85%;
      padding:5px 20px 5px 20px;
      height: auto;
      background-color: #ffe4aa ;
    }
}


@media (max-width: 360px) {

    .flex-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .flex-nav-item,
    .flex-nav-item2 {
        flex: 0 0 auto;
        width: 100%;
        padding: 8px 12px; /* MUCH smaller padding */
    }

    .loginText {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .border1{border:1px solid rgb(30, 255, 0);}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .border1{border:1px solid rgb(216, 210, 17);}
}
@media screen and (max-width:320px) {
  .content{
      margin:0 auto 0;
      margin-top:5px;
      width: 80%;
      padding:5px 20px 5px 20px;
      height: auto;
      background-color: #ffe4aa ;
      /* background: linear-gradient(110deg, #ffe4aa 50%, #795300 50%); */
    }
}

@media (max-width: 900px) {
    .flex-nav {
        flex-wrap: nowrap;
    }
}

@media (max-width: 900px) {
    .flex-nav-item2 {
        padding: 10px;
    }
}

@media (max-width: 768px) {

    .flex-nav {
        flex-direction: column;
        align-items: stretch;
    }

    .flex-nav-item,
    .flex-nav-item2 {
        flex: 0 0 auto;
        width: 100%;
        padding: 8px 12px;
    }

    .loginText {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .flex-item3 {
        justify-content: flex-start;
    }
}


/* Mobile adjustment: center the button */
@media (max-width: 650px) {
    .btnRight {
        float: none; /* remove float */
        display: block; /* make it block so margin works */
        margin: 10px auto; /* center horizontally */
        text-align: center;
    }

    .button-22 {
        width: 45%; /* optional: fill most of the screen */
        justify-content: center;
        font-size: 1.2rem; /* slightly bigger on mobile */
        padding: 12px 20px;
    }

        .button-22 img {
            margin-right: 8px; /* spacing between icon and text */
            width: 24px; /* scale icon nicely */
            height: auto;
        }
}