:root {
  --black: black;
  --midnight-blue: #252c7a;
  --brown: white;
  --white: #aa1d22;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--black);
}

.header-contact-div {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

._24hr-heading {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.main-button {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--brown);
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
}

.main-button:hover {
  border-color: var(--brown);
}

.main-button.blue {
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
}

.main-button.blue:hover {
  border-color: var(--midnight-blue);
  background-color: var(--brown);
  color: var(--midnight-blue);
}

.main-button.margin {
  margin-top: 0;
  margin-bottom: 15px;
}

.image {
  height: 80px;
  margin-left: 40px;
}

.container {
  display: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-2 {
  height: 95px;
}

.brand {
  margin-right: 40px;
}

.brand.w--current {
  margin-right: 20px;
}

.nav-link {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:focus, .nav-link:visited, .nav-link.w--current {
  color: var(--black);
}

.link-block {
  margin-left: 20px;
}

.image-3 {
  width: 30px;
  transition: all .3s;
}

.image-3:hover {
  opacity: .55;
}

.landing-section {
  height: 75vh;
  background-image: url('../images/Northern-View-Truck-Services-Landing-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-section.gallery {
  background-image: url('../images/Northern-View-Truck-Services-Gallery-Link-Image.jpg');
  background-position: 50% 70%;
}

.cta-colour-g {
  height: 100%;
  background-image: linear-gradient(to right, var(--midnight-blue), transparent);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 220px;
  display: flex;
}

.motion-div.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-div {
  width: 40%;
}

.cta-paragraph {
  color: var(--brown);
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

.cta-heading {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.cta-heading._2 {
  margin-top: 0;
}

.section {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section.blue-bg {
  background-color: var(--midnight-blue);
  position: relative;
}

.h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.h1.white {
  color: var(--brown);
  text-align: left;
}

.main-contrainer {
  padding-top: 0;
  padding-bottom: 0;
}

.main-contrainer.top-padding {
  padding-top: 100px;
}

.service-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.main-p {
  color: var(--black);
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.main-p.list-text {
  font-size: 18px;
  font-weight: 700;
}

.main-p.center {
  text-align: center;
  font-size: 18px;
}

.main-p.white {
  color: var(--brown);
}

.list {
  color: var(--midnight-blue);
  padding-left: 20px;
  font-size: 18px;
}

.image-4 {
  height: 100%;
  object-fit: cover;
}

.list-item {
  padding-top: 0;
}

.h2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.service-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.service-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-h {
  background-color: var(--midnight-blue);
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.service-area-div {
  z-index: 1;
  width: 80%;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-5 {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h3 {
  color: var(--brown);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.h3.white {
  color: var(--brown);
  text-align: left;
}

.h3.red {
  color: var(--white);
  text-align: center;
}

.service-area-grid {
  z-index: 1;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  position: relative;
}

.our-work-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.h4 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 25px;
}

.h4.blue {
  color: var(--midnight-blue);
}

.our-work-light-b {
  width: 100%;
  height: 250px;
  position: relative;
}

.image-6 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-6:hover {
  transform: translate(0);
}

.div-overlay {
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-overlay:hover {
  background-color: rgba(37, 44, 122, .5);
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  width: 30px;
  height: 30px;
  transition: all .4s;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.social-icon-link-b {
  transition: all .4s;
}

.social-icon-link-b:hover {
  opacity: .5;
}

.social-icon-link-b.margin {
  margin-left: 10px;
}

.footer {
  background-color: var(--midnight-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-heading-2 {
  color: var(--brown);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-logo-link-2 {
  max-height: none;
  min-width: auto;
  flex: 0 auto;
}

.text-block {
  color: var(--brown);
}

.link {
  color: var(--brown);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.footer-link-2 {
  color: var(--brown);
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.text-block-2 {
  color: #6d4d34;
  font-size: 16px;
  font-weight: 500;
}

.footer-image-2 {
  width: 250px;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-line {
  height: 10px;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sub-heading-section {
  height: 250px;
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-page-heading {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.sub-page-heading._2 {
  margin-top: 0;
}

.image-10 {
  margin-bottom: 40px;
}

.gallery-grid {
  background-color: var(--midnight-blue);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 15px;
}

.gallery-lightbox {
  width: auto;
  height: auto;
  object-fit: fill;
  position: relative;
}

.gallery-image {
  width: 216px;
  height: 216px;
  object-fit: cover;
}

.image-hover-div {
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-hover-div:hover {
  background-color: rgba(37, 44, 122, .5);
}

.breakdown-form {
  background-color: var(--midnight-blue);
  padding: 30px;
}

.field-label {
  color: var(--brown);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.contact-details-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.contact-details-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-11 {
  height: 50px;
  margin-bottom: 10px;
}

.contact-link {
  color: var(--midnight-blue);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--white);
}

.contact-div {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-from {
  width: auto;
  background-color: var(--midnight-blue);
  margin-bottom: 0;
  padding: 30px;
}

.textarea {
  min-height: 150px;
}

.map-div {
  width: auto;
}

.map-div-2 {
  background-color: var(--midnight-blue);
  padding: 30px;
}

.map, .map-2 {
  height: 225px;
}

.contact-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-12 {
  width: 220px;
  margin-bottom: 20px;
}

.image-12.margin {
  margin-right: 20px;
}

.agent-logo-div {
  justify-content: center;
  display: flex;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  box-shadow: 0 0 5px rgba(135, 135, 135, .62);
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px rgba(47, 47, 47, .35);
}

.text-block-3 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-family: Red Hat Display, sans-serif;
  font-weight: 700;
}

.image-13 {
  width: 50px;
}

.text-span {
  color: #aa1d22;
}

@media screen and (max-width: 991px) {
  ._24hr-heading {
    display: none;
  }

  .image {
    height: 60px;
  }

  .container {
    display: none;
  }

  .navbar {
    justify-content: center;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .link-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .landing-section {
    height: 500px;
  }

  .cta-colour-g {
    padding-left: 60px;
  }

  .cta-div {
    width: 50%;
  }

  .cta-heading._2 {
    text-align: center;
  }

  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-grid {
    grid-template-rows: auto auto;
  }

  .main-p.white {
    text-align: center;
  }

  .service-h {
    height: 75px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-area-div {
    align-items: center;
  }

  .h3 {
    text-align: center;
  }

  .service-area-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading-section {
    height: 150px;
  }

  .gallery-image {
    width: 100%;
    height: 150px;
  }

  .map-div-2 {
    height: 350px;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .map {
    height: 225px;
  }

  .nav-menu {
    background-color: var(--brown);
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
  }

  .menu-button {
    color: var(--midnight-blue);
    font-size: 35px;
    position: absolute;
    top: 16%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 26px;
    padding-left: 20px;
    display: flex;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .cta-div {
    width: 70%;
  }

  .cta-paragraph {
    font-size: 20px;
  }

  .cta-heading {
    font-size: 40px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-contrainer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-contrainer.top-padding {
    padding-top: 40px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

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

  .main-p.list-text {
    text-align: left;
  }

  .service-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-work-light-b {
    height: 150px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-link-2, .text-block-2 {
    text-align: center;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .sub-page-heading {
    font-size: 40px;
  }

  .gallery-image {
    height: 100px;
  }

  .contact-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-12.margin {
    margin-right: 0;
  }

  .agent-logo-div {
    flex-direction: column;
  }

  .whatsapp-button {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header-contact-div {
    flex-direction: column-reverse;
  }

  .image {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .navbar {
    justify-content: space-between;
  }

  .image-2 {
    height: 80px;
  }

  .brand {
    margin-left: 10px;
    margin-right: 25px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block {
    margin-left: 0;
  }

  .landing-section {
    height: 350px;
  }

  .cta-colour-g {
    padding-left: 20px;
  }

  .cta-paragraph {
    font-size: 16px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .h1 {
    font-size: 25px;
    line-height: 1.2;
  }

  .h1.white {
    margin-bottom: 20px;
  }

  .main-contrainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-p, .main-p.center {
    font-size: 16px;
  }

  .service-h {
    font-size: 20px;
    line-height: 1.2;
  }

  .image-5 {
    opacity: .5;
  }

  .h3 {
    text-align: center;
    font-size: 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer {
    text-align: left;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .footer-logo-link-2 {
    height: auto;
  }

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

  .footer-image-2 {
    width: 150px;
  }

  .sub-heading-section {
    height: 125px;
  }

  .sub-page-heading {
    text-align: center;
    font-size: 30px;
  }

  .gallery-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-details-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact-details-div-2 {
    margin-top: 10px;
  }

  .contact-link {
    font-size: 16px;
  }

  .nav-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    font-size: 45px;
    position: relative;
    right: 0%;
  }

  .image-12 {
    width: 180px;
  }

  .image-13 {
    width: 45px;
  }
}

#w-node-b6e32fbd-cfc7-bef4-3959-860c0b4d5f06-1468b5b3, #w-node-_73317b29-51a0-749c-14c7-743dcf48f212-1468b5b3, #w-node-_7e48cae8-dcc4-7f80-4db6-ec601ec41040-1468b5b3, #w-node-f430c92e-553a-03a6-0351-c74bf9459743-1468b5b3, #w-node-_286d1ba7-f3fa-df4f-f7b8-ddb26d60b276-1468b5b3, #w-node-_8b4f7c2b-849e-4ed5-d235-9962796c5fd5-1468b5b3, #w-node-_4d81dad0-ea42-b075-f6ee-f84f8ee4b303-1468b5b3, #w-node-e7d9b871-47d7-3d2e-7588-8561add20918-1468b5b3, #w-node-_1941e558-0889-e617-4010-2b3265dcbb7b-1468b5b3, #w-node-a38927d4-4f07-48e3-e684-0bc54b3b5362-1468b5b3, #w-node-a8e6759c-0c7e-d4a6-3c28-9e641501c187-1468b5b3, #w-node-a8e6759c-0c7e-d4a6-3c28-9e641501c18c-1468b5b3, #w-node-f121d749-21a9-ca89-dcf4-97686d04c4d1-10ea61d1, #w-node-_3b028834-de47-2862-3e32-30d8698fcf7d-10ea61d1, #w-node-_987e5b98-8854-161a-f3b3-0acd2685060c-10ea61d1, #w-node-_2642f703-392c-b90b-6233-519e4ad3a5bd-10ea61d1, #w-node-_2216f34b-dc8f-4b1c-31cf-3c3b23d44eaf-10ea61d1, #w-node-_76b45c0b-e050-7ed0-8a8e-2c894fc4366d-10ea61d1, #w-node-_7a74d890-737c-c768-317f-e5326c3f2044-10ea61d1, #w-node-d048b021-a65c-1fa7-70dc-19371ef4f0e2-10ea61d1, #w-node-_84f8fccb-bdbe-b6df-37ce-a455cb82260c-10ea61d1, #w-node-ff567e52-df0b-f13c-b52f-4157d107356f-10ea61d1, #w-node-_8c4afe10-ac67-5010-3a5b-e87dda1a30ca-10ea61d1, #w-node-_6fdc0d01-d41f-655e-bd1a-6b7bbff09938-10ea61d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6a4a0af-9306-d815-7b4e-4c8553c0d518-84702dee {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_77892e9b-99d8-3b3a-76ad-01ea00aff935-84702dee, #w-node-_9e3e8dc4-68f4-3375-3548-8d77da868ebb-84702dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a6a4a0af-9306-d815-7b4e-4c8553c0d518-84702dee {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


