html {
  scroll-padding-top: 12rem;
}
body {
  margin: 0px;
  border: 0px;
  padding-top: 52px;
  font-family: roboto;
}

@media (min-width: 1280px) {
    body {
      padding-top: 107px;
    }
}

/* start of the nav css */

nav {
  font-family: monospace;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 992;
  border-top: 5px solid #00b6dd;
}

.nav-background {
  background-color: #003366;
  width: 100%;
}

.navbar-logo-image {
  float: left;
  background-color: #003366;
  height: 95px;
  z-index: 999;
  border-radius: 0px 0px 6px 0px;
}

.navbar-logo-image-small {
    height: 0px;
    padding: 0px;
    visibility: hidden;
    position: fixed;
}

.navbar-a, .navbar-dropdown-a {
  text-decoration: none;
}

nav ul {
  background: #003366;
  list-style: none;
  margin: 0;
  padding-left: 0;
  z-index: 998;
  width: calc(100% - 334px);
  display: inline-block;
}

@media (max-width: 1279px) {
  .navbar-logo-image {
    height: 0px;
    padding: 0px;
    visibility: hidden;
  }

  nav ul {
    width: calc(100% - 47px);
  }

  .navbar-logo-image-small {
    float: left;
    padding: 5px;
    background-color: #003366;
    height: 37px;
    width: 37px;
    z-index: 999;
    visibility: visible;
    position: inherit;
  }
}

.navbar-ul li {
  color: #fff;
  background: #003366;
  float: left;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.navbar-ul a {
  padding: 16px 20px;
  display: block;
}

.navbar-li a {
  color: #fff;
}
@media (min-width: 1280px) {
  .navbar-li a {
    font-size: 16px;
    font-weight: bold;
  }

  .navbar-ul a {
    padding: 40px 20px;
  }
}

.navbar-li:hover a, .navbar-dropdown-li:hover a {
  color: #00b6dd;
  transition: 0.5s;
  cursor: pointer;
}

.dropdown-ul {
  background: #0f5682;
  visibility: hidden;
  opacity: 0;
  min-width: 125px;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.navbar-li:hover > ul, .navbar-dropdown-ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navbar-dropdown-li {
  clear: both;
  width: 100%;
}

#menu-toggle input {
  display: block;
  width: 0px;
  height: 0px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
  -webkit-touch-callout: none;
}

@media (max-width: 960px) {
  .nav-background {
    width: 100%;
    height: 47px;
    position: fixed;
    top: 0px;
    background-color: #003366;
    border-top: 5px solid #00b6dd;
  }

  .navbar-ul li {
    float: none;
  }

  #menu-toggle input {
    width: 66px;
    height: 47px;
    top: 0px;
    right: 0px;
    margin: 0px;
  }

  .navbar-ul {
    position: fixed;
    width: 100%;
    left: -100%;
    transition-duration: 0.5s;
    top: 52px;
    height: calc(100vh - 52px);
    overflow-y: scroll;
  }

  .dropdown-ul {
    position: inherit;
  }

  #menu-toggle input:checked~ul {
    transform: translateX(100%);
    transition-duration: 0.5s;
  }

  #menu-toggle span {
    top: 11px;
    right: 6px;
    display: block;
    width: 52px;
    height: 5px;
    position: fixed;
    background: #fff;
    border-radius: 3px;
    z-index: 998;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77,.2,.05,1), opacity .55s ease
  }

  #menu-toggle span:nth-child(3) {
      transform-origin: 0 0;
      top: 26px;
  }

  #menu-toggle span:nth-child(4) {
    top: 41px;
  }

  #menu-toggle input:checked~span {
      opacity: 1;
      transform: rotate(45deg) translate(0,-2px);
  }

  #menu-toggle input:checked~span:nth-last-child(3) {
      opacity: 0;
      transform: rotate(0) scale(.2,.2)
  }

  #menu-toggle input:checked~span:nth-last-child(2) {
      transform: rotate(-45deg) translate(-2px,-2px)
  }
}

/* end of the nav css */

/*  Social icons sidebar */

.social-icons-sidebar {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.facebook-social-icon-square, .twitter-social-icon-square, .linkedin-social-icon-square {
  padding: 6px;
}

.facebook-social-icon-square {
  background-color: #1877f2;
}

.twitter-social-icon-square {
  background-color: #1da1f2;
}

.linkedin-social-icon-square {
  background-color: #fff;
}

.social-icon-sidebar-img {
  width: 20px;
}

.social-icon-phone-number {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #325b84;
  padding: 10px 4px;
  font-weight: bold;
  font-size: 21px;
}

.social-icon-phone-number-a {
  color: #fff;
  text-decoration: none;
}

.whatsapp-div {
  position: fixed;
  background-color: #25D366;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.whatsapp-logo {
  height: 40px;
  width: 40px;
  padding: 10px;
}

.whatsapp-a {

}

/* End of social icons sidebar */

/* start of headers */

h1, h2, h3 {
  color: #00b6dd;
}

header {
  color: #fff;
}

header .max-width-layout {
  width: 80%;
}

.header-darken {
  width: 100%;
  height: 60vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-short {
  width: 100%;
  height: 20vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  flex-direction: column;
}


  .main-header h1 {
    font-size: 48px;
    color: #fff;
  }
  .main-header p {
    font-size: 24px;
  }
  .main-header .view-more-button {
    font-size: 14px;
  }


/* end of headers */

/* start of general components */

.section {
  padding: 50px 5%;
  font-size: 18px;
}

.section-center-text {
  text-align: center;
  font-size: 2.5rem;
}

.separator {
  display: block;
  width: 52px;
  height: 6px;
  background-color: #00b6dd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.view-more-button {
  background: #222;
  padding: 10px 20px;
  border-radius: 5px;
  float: left;
}

.view-more-button:hover {
  background: #00b6dd;
  transition: 0.5s;
}

.button-a {
  color: #fff;
  text-decoration: none;
}

.call-to-action-button {
  color: #68e1fb;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #68e1fb;
  cursor: pointer;
}

.call-to-action-button:hover {
  background-color: #00b6dd;
  border: 1px solid #00b6dd;
  color: #fff;
  transition: 0.5s;
}

.layout-2-col {
  margin: 10% 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 5%
}

.layout-3-col {
  margin: 10% 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 5%
}

/* Styling the details element */

details {
  margin: 10px 0px;
}

summary p {
  display: inline-block;
  font-size: 20px;
  width: calc(100% - 25px);
}

details summary {
  color: #00b6dd;
  list-style-image: url(/images/icons/plus.svg);
}

details summary::-webkit-details-marker {
  background: url(/images/icons/plus.svg);
  color: transparent;
}

details[open] summary {
  color: #00b6dd;
  list-style-image: url(/images/icons/minus.svg);
}

details[open] summary::-webkit-details-marker {
  background: url(/images/icons/minus.svg);
  color: transparent;
}

/* End of styling the details element */

/* Call to action section */

.call-to-action-section {
  background: url(/img/call-to-action.jpg);
  padding: 5% 2.5%;
  color: #fff;
  font-size: 22px;
}

.call-to-action-button-p {
  background-color: #00b6dd;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 0;
}

/* End of call to action section */

/* end of general components */

/* start of the footer css */

.main-footer {
  color: #fff;
  background-color: #333;
}

.footer-columns {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 5%;
}

.sub-footer {
  background: #222;
  text-align: center;
  padding: 10px 0;
  color: #ddd;
  font-size: 11px;
  width: 100%;
}

.footer-col {
  padding: 10% 0;
}

.footer-col a {
  color: #ddd;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
  transition: 0.5s;
}

/* end of the footer css */

/* Contact form stuff */

.google-form {
  width: 100%;
  border: 0px;
  height: 100vh;
}

/* End of contact form things */

/* Columns for content */

.main-content-column {
  grid-column: 1 / span 2;
}

.contact-content-column {
  grid-column: 3 / span 1;
}

/* End of the columns layout system for content */

/* Some optimisations */

@media (max-width: 1100px) {
  .layout-2-col {
    width: 90%;
    margin: 10% 5%;
  }
  .layout-3-col {
    width: 90%;
    margin: 10% 5%;
  }
  .main-header {
    width: 80%;
    margin: 10% 5%;
  }
}

@media (max-width: 800px) {
  .footer-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .layout-2-col {
    display: block;
  }
  .layout-3-col {
    display: block;
  }
  .main-content-column {
    width: 100%;
  }

  .contact-content-column {
    width: 100%;
  }
}

.max-width-layout {
  max-width: 1100px;
  margin: 0 auto;
}

/* End of some optimisations */


label {
  display: block;
  color: #15689a;
  font-size: 18px;
  margin-top: 15px;
}
input {
  width: 92%;
  font-size: 14px;
  padding: .75rem;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-family: roboto;
  margin-top: 5px;

}
textarea {
  width: 92%;
  font-size: 14px;
  padding: .75rem;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-family: roboto;
  margin-top: 5px;
}
button {
  border-radius: 4px;
  font-size: 14px;
  background-color: #0f5682;
  color: #fff;
  box-shadow: none;
  background-image: none;
  border: 0;
  padding: .75rem;
  margin-top: 1rem;
}
.formerror {
  border: solid 2px #cc0000;
  color: #cc0000;
}
.texterror {
  color: #cc0000 !important;
}

#one {
  position: sticky;
  top: 125px;
}

.honeypot {
    display: none;
}

.action-column {
  margin-top:auto;
  margin-bottom: auto;
}

.listing ul {
  list-style: none;
  font-size: 24px;
}

.listing ul li:before {
  content: '✓';
  margin-right: 10px;
  font-weight: bold;
  color: #4acc00;
}

.opening-text:before {
  content: '✓';
  margin-right: 10px;
  font-weight: bold;
  color: #4acc00;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

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