/* global below-----------------------------------------------------------------*/

:root {
  --ColorOne: #0053a0;
  --ColorTwo: rgb(34, 40, 49);
  --ColorThree: rgb(57, 62, 70);
  --ColorFour: rgb(98, 106, 120);
  --ColorFive: rgb(246, 246, 246);
  --ColorSix:  #0053a0;
  --ColorSeven:  rgb(146, 208, 80);
  --ColorEight: #fc282b;  /* #e53939 */
  --ColorNine: #2383C7;
  --FontSizeOne: 24px;
  --FontSizeTwo: 22px;
  --FontSizeThree: 20px;
  --FontSizeFour: 18px;
  --FontSizeFive: 16px;
  --FontStyleOne: "Roboto", serif;
  --FontStyleTwo: Arial black, sans-serif;
   --FontStyleThree: "Anton", sans-serif;
  --Shadows: 0 4px 8px 0 rgba(0, 0, 0, .3);
  --Buttongap: 20px;
  --standardBorder: solid 4px var(--ColorEight);
}

/* monospace web save back up font */
/* font-family: 'Courier New', Courier, monospace; like monospace but have larger font and have  clearer difference in font 900 vs 500 or Arial black, sans-serif; */

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--ColorFive);
  display: flex;
  flex-direction: column;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 20px;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transform: scale(1.0); 
    &:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(./images/banner/brick-wall-alt.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

a {
  text-decoration: none;
  color: #000000;
  font-family: var(--FontStyleThree);
  cursor: pointer;
}

p {
  color: var(--ColorThree);
  font-size: var(--FontSizeThree);
  font-family: var(--FontStyleOne);
  margin: 0;
  font-weight: 300;
  text-align: center;
  }
  
  p span {
    font-weight: 400;
  }
  

.descriptionEntry {
  display: flex;
  visibility: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; 
}

.descriptionDiv {
  max-width: 600px;
  flex-grow: 1;
}


h1 {
  color: var(--ColorFive);
  font-size: var(--fontSizeOne);;
  font-family:  var(--FontStyleOne);
  margin: 0;
  font-weight: 500;
}


.SEOItem1, .SEOItem2 {
  visibility: hidden;
}



h2 {
  font-size: var(--FontSizeOne);
  font-family:  var(--FontStyleThree);
  margin: 0;
  color:var(--ColorTwo);
}


h2 span {
  font-weight: 900;
}

footer h3 {
  font-size: 14px;
  font-family:  var(--FontStyleOne);
  color: var(--ColorFive);
  font-weight: 300;
  margin-right: 10px;
}

footer a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 400;
}

#myBtnModal, #myBtnModalThree, #myBtnModalFour, #myBtnModalFive {
  margin: 0px 10px;
}


main h3 {
  font-family: var(--FontStyleOne);
  color: black;
  font-size: var(--FontSizeTwo);
  font-weight: 500;
  margin: 15px;
  text-align: center;
}


.quicklinks button, .favoritebutton, .button, #myBtn, .searchFormFront, .solveButton, .calculatorField, .solveReset button, .calculatorInteractive, .clientExampleEntry, .submitButton {
  box-shadow: var(--Shadows);
   } 


  .clientExamples {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: transparent;
/*     border-bottom: var(--ColorEight) solid 4px;
    border-top: var(--ColorEight) solid 4px; */
    position: relative;
  }


  .clientExampleEntry {
    display: flex;
    visibility: hidden;
    border-radius: 15px;
    height: auto;
    min-height: 80px;
    margin: 7px 10px;
    flex-grow: 1;
    max-width: 620px;
    align-items: center;
    justify-content: center;
    background-color: #48a9ea; /* or #69A4D9 or darkgray or #138eff or #13a0ff or #48a9ea or #55b8ff*/
    padding: 5px;
    font-family: var(--FontStyleOne);
    font-size: var(--FontSizeFour);
    color: var(--ColorTwo);
    font-weight: 500;
    text-align: start;
    transition: 0.5s;
  }

.mascot img {
  height: 250px;
  margin: 10px;
}


details {
  border: solid var(--ColorNine) 2px;
  border-radius: 10px;
  font-size: var(--FontSizeThree);
  font-family: var(--FontStyleOne);
  font-weight: 300;
  padding: 15px;
  background-color: var(--ColorNine);
  color: white;
  margin: 5px 0px;
  box-shadow: var(--Shadows);
  visibility: hidden;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

#test {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 90%;
  max-width: 800px;
}

details span {
  font-weight: 700;
  padding-right: 10px;
}

summary {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.summarydiv {
  border-bottom: solid white 2px;
  flex-grow: 1;
  padding-bottom: 3px;
}

.summarydiv span {
  padding-right: 10px;
}

.detailtext {
  margin-top: 5px;
  text-align: justify;
  hyphens: auto;
  line-height: 1.3;
}

.detailtext ul {
  text-align: start;
  hyphens: none;
}

table {
font-size: 20px;
hyphens: none;
border-collapse: collapse;
width: 100%;
text-align: center;
margin: 10px 0px;
}

td, th {
  border: solid 1px var(--ColorSix);
  padding: 2px;
}

th {
  font-weight: 400;
}

.detailsdiv {
  padding-top: 5px;
}


.detailsalt {
  background-color: white;
  color: black;
}

.summaryalt {
  border-bottom: solid var(--ColorNine) 2px;
  font-weight: 400;
}


/* slideshow */


.slideshow {
display: flex;  
flex-direction: row;
max-width: 850px;
width: 100%;
height: auto;
align-items: center;
justify-content: center;
}


.central {
display: flex;
position: relative;
align-items: center;
justify-content: center;
height: auto;
flex-grow: 1;
}

.central img {
  width: 100%;
  height: auto;
  max-height: 475px;
}


#works {
  position: absolute;
  top: 5%;
  max-width: 735.44px;
  height: auto;
  width: 100%;
}


.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  
}

#arrowleft {
  margin: 0px 5px 0px 15px;
}


#arrowright {
  margin: 0px 15px 0px 5px;
}



.arrow img {
  width: 45px;
  filter: drop-shadow(2px 4px 6px black);
  cursor: pointer;
}

.arrow img:hover {
  filter: none;
}


#desk {
/*   border-bottom: 50px burlywood solid; */
  padding: 10px 0px 0px 0px;
}


.submitDiv {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}


.step {
  min-width: 65px;
  font-size: var(--FontSizeFour);
  font-weight: 600;
  margin: 5px;
  color: white;
}

.stepdescription {
  min-width: 115px;
  font-size: var(--FontSizeFour);
  font-weight: 300;
  text-align: start;
  color: white;
  margin: 5px;
}

.stepdescription span {
  text-decoration: underline;
  font-weight: 600;
}


  .submitButton {
    display: flex;
    flex-direction: column;
    border: var(--ColorSix) solid 2px;
    flex: 1 0 40%;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    width: 200px;
    height: 50px;
    font-family: var(--FontStyleThree);
    font-size: var(--FontSizeOne);
    color: var(--ColorFive);
    background-color: var(--ColorSix);
    transition: 0.5s;
    cursor: pointer;
    margin: 15px;
    }

    .submitButton:active {
      box-shadow: none;
      transition: 0.5s;
      background-color: var(--ColorFive);
      color: var(--ColorOne);
    }

    .spanModalLinks {
      display: contents;
      font-weight: 500;
      color: var(--ColorOne);
      cursor: pointer;
    }

    .spanform {
      display: contents;
      font-weight: 500;
      color: black;
      cursor: default;
      word-break: break-word;
    }

    #terms{
      width: min-content;
      margin: 0px 5px;
    }


  .fadeInTop{
    -webkit-animation: fadeInTop 2s both;
    -moz-animation: fadeInTop 2s both;
    -o-animation: fadeInTop 2s both;
    animation: fadeInTop 2s both;
    animation-delay: 0.5s;
    visibility: visible;
  }

  .fadeInBottom{
    -webkit-animation: fadeInBottom 3s both;
    -moz-animation: fadeInBottom 3s both;
    -o-animation: fadeInBottom 3s both;
    animation: fadeInBottom 3s both;
  }


  @-webkit-keyframes fadeInTop {
    0%{
      opacity: 0;
      -webkit-transform: translateY(-30px);
    }
    100%{
      opacity: 0.9;
      -webkit-transform: translateY(0px);
    }
  }


  @-moz-keyframes fadeInTop {
    0%{
      opacity: 0;
      -moz-transform: translateY(-30px);
    }
    100%{
      opacity: 0.9;
      -moz-transform: translateY(0px);
    }
  }


  @-o-keyframes fadeInTop {
    0%{
      opacity: 0;
      -o-transform: translateY(-30px);
    }
    100%{
      opacity: 0.9;
      -o-transform: translateY(0px);
    }
  }

  @keyframes fadeInTop {
    0%{
      opacity: 0;
      transform: translateY(-30px);
    }
    100%{
      opacity: 0.9;
      transform: translateY(0px);
    }
  }

  @-webkit-keyframes fadeInBottom {
    0%{
      opacity: 0;
      -webkit-transform: translateY(30px);
    }
    100%{
      opacity: 0.9;
      -webkit-transform: translateY(0px);
    }
  }


  @-moz-keyframes fadeInBottom {
    0%{
      opacity: 0;
      -moz-transform: translateY(30px);
    }
    100%{
      opacity: 0.9;
      -moz-transform: translateY(0px);
    }
  }


  @-o-keyframes fadeInBottom {
    0%{
      opacity: 0;
      -o-transform: translateY(30px);
    }
    100%{
      opacity: 0.9;
      -o-transform: translateY(0px);
    }
  }

  @keyframes fadeInBottom {
    0%{
      opacity: 0;
      transform: translateY(30px);
    }
    100%{
      opacity: 0.9;
      transform: translateY(0px);
    }
  }


.benefits li
{
background-image: url(./images/icons/tick.svg);
background-repeat: no-repeat;
padding-left: 45px;
padding-right: 45px;
min-height: 35px;
height: auto;
display: flex;
align-items: center;
margin-bottom: 15px;
}





  .clientExampleEntryText {
    width: 100%;
    display: flex;
  }

  .clientExampleEntryText img {
    width: 60px;
    height: min-content;
    margin: 0px 5px;
  }

  .clientTitle {
    width: 100%;
    display: flex;
    justify-content:space-between;
    height: auto;
    align-items: center;
    text-wrap: wrap;
  }


#startnowbutton {
color: white;
background-color: rgb(2, 240, 2);
font-size: var(--FontSizeOne);
border: none;
cursor: pointer;
transition: 0.2s;
text-wrap: wrap;
text-align: center;
cursor: pointer;
}

#reach a {
  font-family: var(--FontStyleOne);
  }

  #reach {
    height: auto;
    margin-top: 10px;
    display: block;

  }



#startnowbutton:active {
text-decoration: underline;
background-color: rgb(0, 253, 2);
}

#startnowbutton:hover {
text-decoration: underline;
background-color: rgb(0, 253, 2);
}

/* Back to top button */
.imgcontainer2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0px;
}

.imgcontainer {
  display: flex;
  align-items: center;
}

#myBtn {
  display: flex; 
  visibility: hidden;
  position: fixed; 
  bottom: 20px;
  right: 10px; 
  z-index: 100; 
  background-color: var(--ColorSix); 
  cursor: pointer; 
  width: 65px;
  border-radius: 15px;
  border: 4px solid var(--ColorFive);
  font-weight: 500;
  font-size: var(--FontSizeFive);
  font-family:  var(--FontStyleThree);
  color: var(--ColorFive);
  height: 65px;
  padding-bottom: 2px;
  transition: 1s;
  align-items: center;
}


#notification, #notificationTwo {
display: none;
margin: 0px 15px;
font-size: 16px;
font-family: var(--FontStyleOne);
color: var(--ColorTwo);
background-color: var(--ColorFive);
border-radius: 25px;
border-color: var(--ColorOne) 2px solid;
text-align: center;
width: 100%;
height: auto;
align-items: center;
justify-content: center;
text-wrap: wrap;
padding: 10px;
}


.detailtext li {
  margin-bottom: 5px;
}

.detailtext ul {
  list-style-type: circle;
}


#myBtn:active {
  font-weight: 700;
}


li::marker {
  font-weight: 500;
  color: var(--ColorOne);
}

.imgdescription {
  height: 220px;
  filter: none;
  margin-left: 10px;
  float: right;
  border-radius: 15px;
}



/* Back to top button */

/* Slide Show */

/* 
* {box-sizing:border-box} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  display: flex;
}

/* Hide the images by default */
.mySlides {
  display: none;
  top: 50%;
  position: absolute;
  flex-grow: 1;
  top: 5%;
  z-index: 100;
}

.mySlides img {
  width: 100%;
  height: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 5px;
  color: var(--ColorOne);
  font-weight: bold;
  font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

#dots {
  margin: 10px 0px;
}



#desk-background {
height: 80px; 
width: 100%;
background: linear-gradient(#deaa5b, rgba(246,246,246,1));
margin-bottom: -1px;
/* background-image: url(./images/banner/wood-pattern.png); */
/* border-top: solid black 1px; */
/* box-shadow: var(--Shadows); */
}


#roof-background {
    height: 40px;
    width: 100%;
    /* background-color: #c76c04; */
    background: #e98e25;
    /* background-image: url(./images/banner/wood-pattern.png); */
    border-bottom: solid #b66f1f 3px;
     border-top: solid #b66f1f 3px;
    margin-bottom: -35px;
    box-shadow: var(--Shadows);
}


.roof-bottom-background  {
height: 60px; 
width: 100%;
background: linear-gradient(rgba(246, 246, 246, 0), rgba(246, 246, 246, 1));
margin-bottom: -1px;
position: relative;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  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: #f2f2f2;
    font-size: 20px;
    font-weight: 400;
    font-style: var(--FontStyleOne);
    position: absolute;
    bottom: 4px;
    text-align: center;
    align-items: center;
    justify-content: center;
    left: 11%;
    width: 78%;
    background-color: rgba(0, 83, 160, 0.6);
    height: 35%;
    display: flex;
    word-wrap: break-word;
}


.text:hover {
background-color: rgba(0, 83, 160, 0.9);
text-underline-offset: 2px;
transition: 0.5s;

}

/* 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: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: var(--ColorFive);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: var(--ColorOne);
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



#hardhat {
  width: 100px;
  position: absolute;
  bottom: 60px;
  right: 170px;
  display: flex;
}



#penpot {
  width: 100px;
  position: absolute;
  bottom: 70px;
  left: 60px;
  display: flex;
}


#beamleft {
   width: 125px;
  position: absolute;
  top: 40px;
  left: 0px;
  display: flex;
}



#beamright {
  width: 125px;
  position: absolute;
  top: 40px;
  right: 56px;
  display: flex;
}





/* Header & Footer below -------------------------------------------------------------------------------------------------------*/

header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  z-index: 200;
  background: var(--ColorFive);
  transition: 0.5s;

}

.headerLinks, .NavLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid var(--ColorEight);
  border-radius: 10px;
  background-color: var(--ColorNine);
  margin: 2px 10px 4px 5px;
  padding: 4px 5px;
  text-wrap: wrap;
  color: var(--ColorFive);
  cursor: pointer;
  box-shadow: var(--Shadows);
  font-size: 16px;
  text-align: center;
}

.headerLinksDiv:hover a {
  text-decoration: underline;
}




header h2 {
  color: var(--ColorFive);
  margin: 0;
  font-size: var(--FontSizeOne);
  font-weight: 300;
  font-style: normal;
  line-height: 0.9;
}

header h2 span {
  font-weight: 700;
}

.headerMenu {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
  font-size: 14px;
}

.headerMenuInsert {
  color: var(--ColorSix);
/*   margin: 5px 0px 2px 0px; */
  text-align: center;
  font-weight: 500;
}


.headerinnertext {
margin: 5px 0px 2px 0px;
text-align: center;
font-weight: 400;
color: var(--ColorSix);
text-decoration: none;
font-family: var(--FontStyleThree);
}

.headerinner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 10px;
    width: 100px;
    height: 60px;
}

 .headerinnerborder {
   border-left: solid var(--ColorSix) 1px;
   position: relative;
}

.headerinnerborder:after {
  content: '';
   border-left: solid rgb(255, 255, 255)  1px;
   display: block;
   position: absolute;
   left: -1px;
   top: 0px;
   height: 5px;
}

#headerleft1 {
border-bottom-left-radius: 10px;
}

#headerleft2 {
border-bottom-left-radius: 10px;
}

#headerright1 {
border-bottom-right-radius: 10px; 
}

#headerinnerborderAccount  {
  border-bottom-left-radius: 10px; 
}


.headerinner:hover {
  background-color: rgba(0, 83, 160, 0.2);
  transition: 0.5s;
  cursor: pointer;
}


.headerLinks {
  width: 130px;
}

.NavLinks {
  width: 85%;
  height: auto;
  display: none;  
  text-wrap: nowrap;
}

.headerLinksDiv {
  display: flex;
}

.socials img {
  padding-left: 2px;
  padding-right: 2px;
  transition: 0.5s;
  }

  .socials {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }

  .mainHeading {
       display: flex;
    justify-content: center;
    align-items: end;
    padding: 5px 0px 0px 0px;
    border-bottom: 3px solid;
    border-color: var(--ColorNine);
    width: 90%;
    color: var(--ColorTwo);
    font-size: var(--FontSizeOne);
  }

  .mainHeading img {
    width: 40px;
  }

  .mainHeading h2, h2 {
    color: var(--ColorNine);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
  }

.backgroundCover {
  background-color: var(--ColorFive);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.socials img:active {
  filter: invert(49%) sepia(10%) saturate(3210%) hue-rotate(164deg) brightness(92%) contrast(99%);
  transition: 0s;
}

.socials img:hover {
  filter: invert(76%) sepia(5%) saturate(61%) hue-rotate(182deg) brightness(83%) contrast(87%);
}

.backgroundcol {
  background: var(--ColorOne) !important;
  color: var(--ColorFive);
}

.highlight:hover {
  text-decoration: underline;
}

.highlight {
  font-weight: 700;
}


.mainTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 10px 0px;
  margin: 75px 0px 10px 0px;
}

.benefits  {
 display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  margin: 35px 0px 0px 0px;
}

.benefitsentry {
  visibility: hidden;
}



.benefits ul {
  font-family: var(--FontStyleOne);
  font-size: var(--FontSizeThree);
  font-weight: 300;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}


.mainTitle h1 {
  color: var(--ColorTwo);
  font-size: var(--FontSizeTwo);
  text-wrap: wrap;
  text-align: center;
  margin: 0px 15px;
  max-width: 600px;
}

.mainTitle p {
  color: var(--ColorTwo);
  font-size: var(--FontSizeThree);
  text-wrap: wrap;
  text-align: center;
  margin: 0px 15px;
  max-width: 600px;
}



.mainTitle span {
  color: var(--ColorEight);
  text-decoration: underline;
  font-weight: 600;
}

.mainTitle a, .Searchbar a {
  color: var(--ColorEight);
  font-weight: 600;
}

.mainTitle a:hover, .Searchbar a:hover {
  text-decoration: underline;
}




footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  background-color: var(--ColorNine);
  flex-grow: 1;
}

.footerDiv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 300px;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  width: 90%;

  
}

input {
  font-size: var(--FontSizeFour);
  font-style: var(--FontStyleOne);
  margin: 10px 0px;
  text-align: center;
  width: 100%;
}

.formQuestionChecklist input {
  cursor: pointer;
}

.questionAnswer {
width: 100%;
margin: 10px 0px;
background: var(--ColorNine);
}


.legend {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-family: var(--FontStyleThree);
  font-size: 24px;

}

.formQuestion {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border: 2px var(--ColorEight) solid;
  border-radius: 15px;
  min-height: 40px;
  margin: 10px;
  padding: 5px 15px;
  font-size: var(--FontSizeThree);
  font-weight: 300;
  text-align: center;
  background: var(--ColorFive);
}

.formQuestionChecklist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px var(--ColorOne) solid;
  border-radius: 15px;
  height: 140px;
  width: 140px;
  margin: 10px;
  font-size: var(--FontSizeThree);
  font-weight: 300;
  flex-grow: 1;
}


.formAnswers {
cursor: pointer;
}

fieldset {
  display: flex;
  border: var(--ColorNine) 3px solid;
  border-radius: 15px;
  font-size: var(--FontSizeThree);
  font-family: var(--FontStyleOne);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

input[type="radio"] {
  cursor: pointer;
  height: 15px;
  width: 15px;
} 

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--ColorFive);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid var(--ColorOne);
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--ColorOne);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid var(--ColorFive);
}
   
.footermenu{
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.contact-us {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px;
}

.contactEntry {
  font-family: var(--FontStyleOne);
  font-size: var(--FontSizeFive);
  color: var(--ColorFive);
  width: 100%;
  height: 35px;
  align-items: center;
}

#coloronebackground {
    background: url(./images/color-selection/color1.png) 100% 100%;
}

#colortwobackground {
    background: url(./images/color-selection/color2.png) 100% 100%;
}

#colorthreebackground {
    background: url(./images/color-selection/color3.png) 100% 100%;
}

#colorfourbackground {
    background: url(./images/color-selection/color4.png) 100% 100%;
}

#colorfivebackground {
    background: url(./images/color-selection/color5.png) 100% 100%;
}

#colorsixbackground {
    background: url(./images/color-selection/color6.png) 100% 100%;
}

#colorsevenbackground {
    background: url(./images/color-selection/color7.png) 100% 100%;
}

#coloreightbackground {
    background: url(./images/color-selection/color8.png) 100% 100%;
}

#colorninebackground {
    background: url(./images/color-selection/color9.png) 100% 100%;
}

#colortenbackground {
    background: url(./images/color-selection/color10.png) 100% 100%;
}
#colorelevenbackground {
    background: url(./images/color-selection/color11.png) 100% 100%;
}
#colortwelvebackground {
    background: url(./images/color-selection/color12.png) 100% 100%;
}






.contactEntry a {  color: var(--ColorFive);}

.labelAlt {
  flex-wrap: wrap;
}



textarea {
  flex-grow: 1;
  margin: 10px 0px;
  border-radius: 5px;
  min-width: 150px;
  width: 100% !important;
  min-height: 200px;
  max-height: 600px;
  font-family: var(--FontStyleOne);
  font-size: var(--FontSizeFour);
  padding: 5px;
  font-weight: 300;
}

.contactEntry img {
  width:30px;
  margin-right: 10px;
}
.blankDiv {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}


.contactEntry {
  display: flex;
  flex-wrap: wrap;
}



#footerSocials {
  height: 45px;
  align-items: center;
} 


/* copyright & privacy pop up modal (in in one)----------------------------------------------------------------------------------------------- */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 20% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 100000;
}

/* The Close Button */
.close {
color: var(--ColorOne);
    float: right;
    font-size: 40px;
    font-weight: 900;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#myModal h3 {
color: black
}

#myBtnModal, #myBtnModalThree, #myBtnModalFour, #myBtnModalFive {
  cursor: pointer;
}

#modalmessage {
  font-size: 16px;
  font-family:  var(--FontStyleOne);
  color: var(--ColorTwo);
  font-weight: 300;
  hyphens: auto;
}

#modalmessage h1 {
  font-size: var(--FontSizeOne);
  color: var(--ColorTwo);
}

#modalmessage h2 {
  font-size: var(--FontSizeThree);
  color: var(--ColorTwo);
}

#modalmessage p, #modalmessage li, #modalmessage ul {
  font-size: var(--FontSizeFour);
  text-align: start;
  font-weight: 300;
}

/* copyright & privacy pop up modal (in in one)----------------------------------------------------------------------------------------------- */


/* Header & Footer above -------------------------------------------------------------------------------------------------------*/

/* Navigation Menu Side below -------------------------------------------------------------------------------------------*/


nav h2 {
  font-size: var(--FontSizeFour);
  font-family: var(--FontStyleThree);
  text-wrap: nowrap; 
  font-weight: 500;
  margin: 0;
  margin-left: 15px;
  padding: 3px 0px;
  width: 85%;
  color: var(--ColorOne);
  text-align: start;
}

#quoteReq, #assyReq {
  visibility: hidden;
}

nav a {
text-decoration: none;
color: black;
}

.closebutton {
  display: flex;
  height: auto;
  width: 100%;
  justify-content: flex-end;
  margin: 40px 0px;
}

.closebutton img {
  cursor: pointer;
  width: 45px;

}


.MainMenuItems {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: solid 1px var(--ColorOne);
  min-height: 55px;
  height: auto;
}

.MainMenuHighlight {
  background-color: var(--ColorFive);
}

.MainMenuHighlight h2 {
  padding-left: 20px;
  font-size: var(--FontSizeFive);
}


.MainMenuItems:hover {
  background-color: rgba(0, 83, 160, 0.2); /* #9d9ea0 */
  color: var(--ColorFive);
  }


.un {
  width: min-content;
  display: inline-block;
  padding-bottom:2px;
  background-image: linear-gradient(var(--ColorOne) 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition:
  background-size 0.5s,
  background-position 0s 0.5s; /*change after the size immediately*/
}

.MainMenuItems:hover .un {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 2px;
}




.menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  align-items: center;
  margin-right: 5px;
}

#menulogo {
  height: 62px;
  padding-left: 10px;
}


.mainMenuButton {
  padding: 0px;
  margin: 0px;
  border: none;
  height: 40px;
  width: 40px;
  background-color: transparent;
  cursor: pointer;
  display: none;
  }
 

  .mainMenuButton img {
    width: 30px;
  }


.MainMenuImages {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  width: 70px;
  padding-right: 5px;
}

.MainMenuImages img {
  width: 30px;
  margin-right: 5px;
}


#sideNavDiv {
  display: flex;
  flex-direction: column;
  height: 100%; 
  width: 0px; 
  position: fixed; 
  z-index: 200; 
  background-color: white;
  overflow-x: hidden; 
/*   overflow-y: scroll; */
  transition: 0.5s;
  margin-top: 70px;
}

#sideNavCover {
  background: rgba(0,0,0,0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 150;
}
  
#navBarSearch {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  background-color: var(--ColorThree);
}

#emptyDiv {
display: flex;
flex-direction: column;
height: 300px;
width: 100%;
align-items: center;
justify-content: start;
padding-top: 10px;
background-color: var(--ColorFive);
}

/* Navigation Menu Side above -----------------------------------------------------------------*/

/* custom scroll bar ------------------------------------------------------------------*/

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ColorSix); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ColorSix);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(85, 178, 236); 
}

::placeholder {
  color: rgb(189, 189, 189);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgb(189, 189, 189);
}

/* global above-----------------------------------------------------------------------------------------------------------*/

/* below is for first level page-----------------------------------------------------------------------------------------*/



#mainHomePage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#Introduction, #Question1, #Question2,#ButtonRow3,#Question3,#ButtonRow4,.CalculatorContent2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--Buttongap);
  width: 100%;
}

#ButtonRow1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background: url(./images/banner/brick-wall.png) repeat fixed 100%;
  padding: 20px 0px 20px 0px;
}

#Introduction{
  height: 500px;
  align-items: end;
}


#Introduction img{
  flex-grow: 1;
  width: 250px;
  max-width: 400px;
  margin: 20px;
}

.sellingPointParent {
  display: flex;
  flex-direction: row;
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.sellingPointInsert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 200px;
  color: var(--ColorFive);
  text-align: center;
  text-wrap: wrap;
  font-family: var(--FontStyleOne);
  font-size: var(--FontSizeThree);
  transition: 0.5s;
  opacity: 0.9;
  flex-grow: 1;
  border: var(--ColorFive) 4px solid;
  border-radius: 15px;
}

#sellingpoint1 {
 background-color: var(--ColorOne);
}

#sellingpoint2 {
  background-color: var(--ColorThree);
 }

 #sellingpoint3 {
  background-color: var(--ColorOne);
 }

 #sellingpoint4 {
  background-color: var(--ColorThree);
 }

 #sellingpoint5 {
  background-color: var(--ColorOne);
 }

 .sellingPointInsert:hover {
opacity: 1;
font-size: 22px;
 }



.reviewExampleEntry {
    display: flex;
    border: var(--standardBorder);
    border-radius: 10px;
    min-height: 285px;
    height: auto;
    width: 350px;
    margin: 20px;
    align-items: start;
    justify-content: start;
    background-color: var(--ColorFive);
    opacity: 0.9;
    font-family: var(--FontStyleOne);
    font-size: var(--FontSizeFour);
    color: var(--ColorTwo);
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
    box-shadow: var(--Shadows);
}


.reviewExample {
      display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    width: 100%;
    height: auto;
    background: url(./images/banner/brick-wall-alt.png) repeat fixed 100%;
}
























 @keyframes fadeInUp {
  0% {
  transform: translateY(-100%);
    opacity: 0;
  }
  100% {
 transform: translateY(0%);
    opacity: 0.9;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    opacity: 0.9;
  }
}

@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0%);
    opacity: 0.9;
  }
}

@-o-keyframes fadeInUp {
  0% {
    -o-transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0%);
    opacity: 0.9;
  }
}


.fadeInUp-animation {
  animation: 1s fadeInUp;
}

.fadeInUp-animation2 {
  animation: 2s fadeInUp;
}

.fadeInUp-animation3 {
  animation: 3s fadeInUp;
}

.fadeInUp-animation4 {
  animation: 4s fadeInUp;
}

.fadeInUp-animation5 {
  animation: 5s fadeInUp;
}

.fadeInUp-animation6 {
  animation: 3s fadeInLeft;
}


@keyframes fadeInLeft {
  0% {
    transform: translateX(-100%);
      opacity: 0;
    }
    100% {
   transform: translateX(0%);
      opacity: 0.9;
    }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 0.9;
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
    opacity: 0.9;
  }
}

@-o-keyframes fadeInLeft {
  0% {
    -o-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0%);
    opacity: 0.9;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(100%);
      opacity: 0;
    }
    100% {
   transform: translateX(0%);
      opacity: 0.9;
    }
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 0.9;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0%);
    opacity: 0.9;
  }
}

@-o-keyframes fadeInRight {
  0% {
    -o-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0%);
    opacity: 0.9;
  }
}

 @keyframes letterFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.letterFadeIn {
  -webkit-animation: letterFadeIn 1s both;
  -moz-animation: letterFadeIn 1s both;
  -o-animation: letterFadeIn 1s both;
  animation: letterFadeIn 1s both;
  visibility: visible;
}
.letterFadeIn2 {
  -webkit-animation: letterFadeIn 2s both;
  -moz-animation: letterFadeIn 2s both;
  -o-animation: letterFadeIn 2s both;
  animation: letterFadeIn 2s both;
  visibility: visible;
}
.letterFadeIn3 {
  -webkit-animation: letterFadeIn 3s both;
  -moz-animation: letterFadeIn 3s both;
  -o-animation: letterFadeIn 3s both;
  animation: letterFadeIn 3s both;
  visibility: visible;
}
.letterFadeIn4 {
  -webkit-animation: letterFadeIn 4s both;
  -moz-animation: letterFadeIn 4s both;
  -o-animation: letterFadeIn 4s both;
  animation: letterFadeIn 4s both;
  visibility: visible;
}
.letterFadeIn5 {
  -webkit-animation: letterFadeIn 5s both;
  -moz-animation: letterFadeIn 5s both;
  -o-animation: letterFadeIn 5s both;
  animation: letterFadeIn 5s both;
  visibility: visible;
}
.letterFadeIn6 {
  -webkit-animation: letterFadeIn 6s both;
  -moz-animation: letterFadeIn 6s both;
  -o-animation: letterFadeIn 6s both;
  animation: letterFadeIn 6s both;
  visibility: visible;
}


.fadeInLeft{
-webkit-animation: fadeInTop 2s both;
    -moz-animation: fadeInTop 2s both;
    -o-animation: fadeInTop 2s both;
    animation: fadeInTop 2s both;
    visibility: visible;
}

.fadeInRight{
-webkit-animation: fadeInTop 2s both;
    -moz-animation: fadeInTop 2s both;
    -o-animation: fadeInTop 2s both;
    animation: fadeInTop 2s both;
    visibility: visible;
}

.Searchbar {
    width: 100%;
    max-width: 950px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PText {
  width: 90%;
  margin: 5px 0px;
}


.button {
    display: flex;
    align-items: center;
    flex: 1 0 80%;;
    flex-direction: column;
    justify-content: start;
    height: auto;
    border-style: solid;
    border-width: 4px;
    border-radius: 35px;
    border-color: var(--ColorOne);
    margin: 15px;
    padding: 20px;
    max-width: 1000px;
    background-color: var(--ColorFive);
    font-family: var(--FontStyleOne);
}


/* .button:hover {
background: var(--ColorOne);
} */


/* .button:hover .calculatorTally {
  color: var(--ColorFive);
} */

/* .button:hover .buttonInsert {
  border-color: var(--ColorFive);
}
 */

.buttonInsert {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  border-bottom: 3px var(--ColorOne) solid;
  margin-bottom: 5px;
}

.buttonInsert img {
  width: 40px;
}

.servicesImg {
    width: 160px;
    margin: 0px 0px 0px 10px;
    float: right;
    border-radius: 15px;
}


.button h3 {
  margin: 5px 10px 5px 0px;
}

/* .button:hover img {
  filter: invert(100%) sepia(3%) saturate(397%) hue-rotate(250deg) brightness(118%) contrast(87%);
} */

.calculatorTally {
  color: var(--ColorThree);
  margin: 5px;
  width: 100%;
  font-size: var(--FontSizeThree);
  text-align: justify;
  }
  

/* .button:hover h3 {
    color: var(--ColorFive);
  }
 */


/* .calculatorHeadingBottom img {
margin-left: 10px;
width: 95%;
height: min-content;
} */

p a {
  text-align: center;
  color: var(--ColorTwo);
  font-size: var(--FontSizeThree);
  font-family: var(--FontStyleOne);
  hyphens: none;
  font-weight: 500;
}

/* below is Media Queries --------------------------------------------------------------------------------------------------------*/






@media only screen and (max-width: 1300px) {

#hardhat {
  display: none;
}
#penpot {
  display: none;
}
}




@media only screen and (max-width: 1050px) {

  .fadeInUp-animation {
    animation: 5s fadeInUp;
  }
  
  .fadeInUp-animation2 {
    animation: 4s fadeInUp;
  }
  
  .fadeInUp-animation3 {
    animation: 3s fadeInUp;
  }
  
  .fadeInUp-animation4 {
    animation: 2s fadeInUp;
  }
  
  .fadeInUp-animation5 {
    animation: 1s fadeInUp;
  }

  .fadeInLeft{
    -webkit-animation: fadeInTop 3s both;
    -moz-animation: fadeInTop 3s both;
    -o-animation: fadeInTop 3s both;
    animation: fadeInTop 3s both;
    visibility: visible;
  }
  
  .fadeInRight{
    -webkit-animation: fadeInTop 3s both;
    -moz-animation: fadeInTop 3s both;
    -o-animation: fadeInTop 3s both;
    animation: fadeInTop 3s both;
    visibility: visible;
  }
  
}

@media only screen and (max-width: 800px) {

  .menu img:hover, .socials img:hover {
    filter: none;}
    
  .sellingPointInsert {
    height: 64px;
  }

 #headerinnerborderAccount {
   border-left: solid var(--ColorSix) 1px;
   position: relative;
   border-bottom-left-radius: 0px; 
}

#headerinnerborderAccount:after {
  content: '';
   border-left: solid rgb(255, 255, 255)  1px;
   display: block;
   position: absolute;
   left: -1px;
   top: 0px;
   height: 5px;

}

#headerMiddleMenu {
display: none;
}

.mainMenuButton {
  display:flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
 }




}


@media only screen and (max-width: 700px) {

  
  header {
    justify-content: space-between;
  }

 #headerinnerborderAccount {
   border-left: solid var(--ColorSix) 1px;
   position: relative;
}

#headerinnerborderAccount:after {
  content: '';
   border-left: solid rgb(255, 255, 255)  1px;
   display: block;
   position: absolute;
   left: -1px;
   top: 0px;
   height: 5px;  
}



}




@media only screen and (max-width: 590px) {
  
main h3 {
  text-align: center;
  }
  
.footermenu {
  justify-content: start;
  flex-direction: column;
   margin-bottom: 25px;
}

#myBtnModal, #myBtnModalThree, #myBtnModalFour, #myBtnModalFive {
  margin-left: 20px;
  margin-top: 10px;
}


  }



@media only screen and (max-width: 550px) {
  
 

  .imgdescription {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0px;
  }

.seo {
  margin-block-start: 10px;
  text-align: justify;
}

.calculatorTally p {
  text-align: start;
  hyphens: none;
}

.button {
  padding: 10px;
}

.text {
  height: 98%;
}

.mascot img {
  height: 170px;
}

.imgcontainer2 img {
  max-width: 230px;
}


}


@media only screen and (max-width: 400px) {
  

.text {
  font-size: 16px;
}


.arrow img {
  width: 30px;
}

table {
font-size: 14px;
}

}

@media only screen and (max-width: 350px) {
  
#menulogo {
  height: 50px;
}

}


/* above is Media Queries --------------------------------------------------------------------------------------------------------*/