*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
  }
  
  body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    background-color: var(--lighttext);
  }

  a {
    font-family: 'Lato', sans-serif;
  }

  ul { list-style: none; }

  .nav-bar{
    width: 100%;
    height: 110px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sentmail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 110px;
}

.sentmail-heading {
  background-color: var(--accentlight);
  padding: 20px;
  text-align: center;
  width: 100%;
  color: var(--navy);
  margin-top: 30px;
}

.sentmail-heading h2{
  margin: 20px;
}

.sentmail-btn {
    width: 120px;
    background-color: var(--navy);
    padding: 10px;
    color: var(--white);
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
    margin-top: 50px;
}

.sentmail-btn a {
  text-decoration: none;
  color: var(--white);
}

  .nav-container {
      max-width: 1200px;
      height: inherit;
      display: flex;
  }

  .sentmail-container {
    position: relative;
    width: 100%;
    top: 110px;
  }

  .nav-logo {
      height: inherit;
      display: flex;
      align-items: center;
  } 

  .nav-logo img {
      height: inherit;
      padding: 10px;
  }

  .nav-menu-container {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .nav-list {
      width: auto;
      list-style: none;
      display: flex;
      justify-content: center;
  }

  .nav-list a {
      text-decoration: none;
      color: var(--navy);
      padding: 20px;
  }

  .nav-list a:hover {
    color: var(--accentdark);
  }

  .nav-list a:after {    
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    background: var(--accentdark);
    transition: 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-list a:hover:after { 
    width: 100%; 
    left: 0; 
  }

  .nav-list .active {
    color: var(--accentdark);
  }

  .btn-quote {
      width: 130px;
      height: 40px;
      background-color: var(--navy);
      color: var(--white);
      border: none;
      border-radius: 5px;
      letter-spacing: 1.5px;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .btn-quote a {
      color: var(--white);
      font-weight: lighter;
  }

.menu-quote {
  background: var(--navy);
}

.menu-quote a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
}

.menu-quote:hover {
  color: var(--lighttext);
}

.hero {
  position: relative;
    width: 100%;
    height: calc(100vh - 0px);
}
.hero-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url("../img/hero5.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation-name: myframes;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: initial;
    animation-iteration-count: 1;
    clip-path: inset(0 0 0 0);
  }

  @keyframes myframes {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        width: 100%;
    }  
}

.heading {
  position: absolute;
  top: 0;
  right: 0;
  width: 550px;
  height: 100%;
  animation-name: heading;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  background-color: rgba(3, 27, 99, 0.8);
}

@keyframes heading {
  0% {
      opacity: 0;

  }

  100% {
      opacity: 1;
  }  
}


.heading-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 550px;
  height: 100%;
  padding: 20px;
  color: white;
  animation-name: headingH1;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
}

.heading-text h1 {
  position: relative;
  text-align: right;
  font-size: 45px;
  width: 100%;
  letter-spacing: 1px;
}

@keyframes headingH1 {
  0% {
      opacity: 0;
  }

  88% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }  
}


  .BBBEE {
    width: 100%;
    color: var(--navy);
    background-color: var(--accentlight);
    padding: 20px;
    font-size: 20px;
    text-align: center;
  }

  
  .comp-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    flex-direction: column;
  }
  
  .comp-info-text {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--navy);
  }
  
  .comp-info-text h2 {
    padding: 10px;
    font-weight: 600;
    font-size: 30px;
  }

  .service-text {
    margin-bottom: 20px;
  }
  
  
  .comp-info-text span {
    display: flex;
    width: 100%;
    height: 2px;
    background-color: var(--accentdark);
  }
  
  .comp-info-text p {
    display: flex;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    justify-content: center;
  }

  .quote-wording p {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: var(--accentdark);
  }

  .quote-name {
    margin-top: -30px;
  }

  .recent_work {
    background-color: var(--white);
    margin-top: 100px;
}

  /* SLIDE SHOW */

  /* Width of carousel */
  #window, #slide-container {
     width: 500px;
  }
  
  /* Height of carousel */
  #slide-container {
    height: 100%;
    object-fit: cover;
    position: relative;
  }
  
  .slide {
    width: 100%;
    height: 500px; 
  }

  .slide img {
    width: 100%;
    object-fit: fill;
  }
  
  .slides {
    display: block; 
  }
  
  /* Style of arrows */
  .arrow {
    color: var(--navy); 
    font-size: 35px; 
    position: absolute; 
    top: 50%; 
    transform: translate(-0%, -50%); 
    transition: background-color 0.3s ease;
  }
  
  .arrow:hover {
    cursor: pointer;
  
  }

  #next, #previous {
    padding: 20px;
    position: absolute;
  }
  
  #next {
    left: 100%; 
    transform: translate(-100%, -50%); 
    border-radius: 4px 0px 0px 4px;
    border-left: 3px dotted var(--accentdark);
    margin-left: 80px; 
  }
  
  #previous {
    border-radius: 0px 4px 4px 0px;
    border-right: 3px dotted var(--accentdark);
    margin-left: -80px;
  }
    
  #dotsContainer {
    width: 100%;
    height: 20px; 
    text-align: center; 
  }
  
  .dots {
    width: 8px;
    height: 8px;
    background-color: rgba(0,0,0,0.2); 
    border-radius: 100%; 
    display: inline-block; 
    margin: 8px 2px; 
  }
  
  .dots:hover {
    cursor: pointer; 
    background-color: rgba(0,0,0,0.4);
  }
  
  .activeDot {
    background-color: var(--navy); 
  }


/* END SLIDE SHOW */


/* CONTACT FORM*/


.form {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    background-image: var(--radial);
  }

  
  .contact-container {
    width: 500px;
    padding: 20px;
    margin: 20px;
    outline: 3px dashed var(--navy);
    outline-offset: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--lighttext);
    padding: 20px;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
  }
    
  .contact-heading {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .contact-heading h2 {
    margin-top: 5px;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: var(--navy);
  }
  
  .contact-heading p {
    color: var(--navy);
    font-weight: 200;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
  
  }
  
  .form-input{
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid var(--accentdark);
    margin-top: 10px;
    background-color: transparent;
    color: var(--navy);
  }
  
  input, textarea:focus {
    outline: none;
  }
  
  ::placeholder {
    color:var(--navy);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    opacity: 0.6;
  }
  
  .btn-primary {
    width: 120px;
    background-color: var(--navy);
    padding: 10px;
    color: var(--white);
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .contact-directly-container {
    width: 100%;
    margin-top: 10px;
  }
  
  .contact-directly-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-directly-info i {
    color: var(--navy);
    font-size: 30px;
    padding: 20px;
  }
  
  /* END CONTACT FORM*/

  /* QUOTATION FORM*/


  .form-quote {
    margin-top: 0px;
  }


  /* END QUOTATION FORM*/

  /*ABOUT PAGE */


  .about-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-image {
    /* background-color: var(--white); */
    padding: 30px;
    width: 500px;
    /* box-shadow: 0px 5px 10px -2px #888888; */

  }

  .about-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

.about-info {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-left: 30px;
}

.about-info p {
  margin-top: 20px;
}

.about-paragraph {
  color: var(--navy);
}

.about-slogan {
  color: var(--accentdark);
  font-size: 24px;
  font-weight: 700;
}

.about-info span {
  background-color: var(--navy);
}

.policy-icons {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

.policy-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.policy-box i {
  font-size: 60px;
}

.contactus-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.contactus-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.contactus-wrapper a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--navy);
  margin: 10px;
  font-size: 14px;
  width: 200px;
  height: 200px;
  background-color: var(--white);
  padding: 40px;
  box-shadow: 5px 5px 10px rgba(136, 136, 136, 0.2);
}

.contactus-wrapper a:hover {
  background-color: var(--navy);
  color: var(--white);
  transition: 0.3s;
}

.contactus-wrapper i {
  font-size: 60px;
  margin-bottom: 10px;  
}



.footer-container {
  width: 100%;
  background-color: var(--navy);
  height: 90px;
  display: flex;
  align-items: center;
}

.info-contact{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--white);
  padding: 20px;
}

.info-contact-contact, .info-contact-socials {
  display: flex;
}

.info-contact-contact {
  padding-top: 5px;
}

.info-contact-contact a {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  color: var(--white);
}

.info-contact a {
  text-decoration: none;
}

.info-contact-socials i {
  color: var(--white);
  font-size: 25px;
  padding: 10px;
}





@media only screen and (max-width: 981px) {

  .nav-bar {
    height: 100%;
  }

  .nav-container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .nav-logo {
    width: 100%;
    display: flex;
    justify-content: center;
} 

  .nav-menu-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .nav-logo img {
    height: 110px;
    padding: 10px;
}

.nav-list {
  margin-left: -50px;
}

 /* Width of carousel */
 #window, #slide-container {
  max-width: 300px;
}

/* Height of carousel */
#slide-container {
 height: 300px;
 position: relative;
}

.slide {
 width: 100%;
 height: 300px;
}

.heading {
  width: 400px;

}

.heading-text {
  width: 350px;
}

.heading-text h1 {
  font-size: 35px;
}

.contact-container {
  width: 400px;
}

.about-content {
  flex-direction: column;
}

.about-info {
  margin-top: 0px;
  margin-left: 0px;
}

.policy-info {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-icons {
  flex-wrap: wrap;
  justify-content: center;
}

.policy-box {
  width: 100%;
}

}

@media only screen and (max-width: 580px) {

  .nav-bar{
    height: 110px;

}


.nav-menu-container {
  flex-direction: column;
}

.nav-list {
  flex-wrap: wrap;
}

.btn-quote {
  margin-bottom: 30px;
}

   /* Width of carousel */
   #window, #slide-container {
    width: 200px;
 }
 
 /* Height of carousel */
 #slide-container, .slide {
   height: 200px;
 }
 
 .arrow {
   font-size: 25px; 
 }
 

 #next, #previous {
   padding: 12px;
 }
 
 #next {
   left: 100%; 
   transform: translate(-100%, -50%); 
   border-radius: 4px 0px 0px 4px;
   border-left: 3px dotted var(--accentdark);
   margin-left: 50px; 
 }
 
 #previous {
   border-radius: 0px 4px 4px 0px;
   border-right: 3px dotted var(--accentdark);
   margin-left: -50px;
 }
   
 .dots {
   width: 6px;
   height: 6px;
 }

 .hero {
  position: relative;
    top: 0px;
    width: 100%;
    height: calc(100vh - 50px);
   
}

 .hero-container {
  position: absolute;
  background-image: url("../img/hero5_Protrait.jpg");
  top: 0;
  background-position: bottom;
  background-size: cover;
  
}

 .heading {
  position: absolute;
  display: flex;
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 300px;
}


.heading-text {
  top: auto;
  bottom: 0px;
  width: 100%;
  height: 200px;
  margin-bottom: 60px;
  z-index: 2;
}

.heading-text h1 {
  text-align: center;
  font-size: 25px;
  padding: 10px;
}

.heading-text p {
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
}


 .contact-container {
  width: 300px;
}


.about-image {
  width: 300px;
  height: 300px;
  margin-top: -30px;
}


.about-info {
width: 100%;
border-radius: 0px;
margin-left: 0px;
margin-top: 0px;
padding: 0px 30px 0px 30px;
}


.about-paragraph {
  text-align: justify;
  font-size: 14px;
}

.about-slogan {
  text-align: center;
}

.footer-container {
  height: 150px;
}

.info-contact {
  flex-direction: column;
}

.info-contact-contact {
  flex-direction: column;
}

.info-contact-contact a {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}

.info-contact-contact, .info-contact-socials {
  display: flex;
}


}


@media only screen and (max-width: 400px) {


  .hero {
    width: 100%;
}

  .hero-heading {
    top: 0px;
  }

  .hero-heading h1 {
      font-size: 16px;
  }

  .hero-heading p {
      padding: 10px 20px;
      font-size: 14px;
  }

  
  .comp-info-text {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 0px;
  }
  
  .comp-info-text h2 {
    font-size: 20px;
  }
  

  
  .comp-info-text p {
    font-size: 15px;
  }

  .hero-container {
    position: absolute;
    background-image: url("../img/hero5_Protrait.jpg");
    top: 0px;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
  }
  
  .heading-text {
    top: auto;
    margin-top: 30px;
    bottom: 110px;
    width: 100%;
    height: 200px;
  }

 
  .contact-container {
    width: 200px;
  }

  .about-content {
    flex-direction: column;
  }
  
  .about-image {
    width: 200px;
    height: 200px;
    margin-top: -20px;
  }
  
  .about-info {
  width: 100%;
  border-radius: 0px;
  margin-left: 0px;
  }

  .about-slogan {
    font-size: 19px;
  }
  
  }

