*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: auto;
}

/* VEED STYLES */

a {
  text-decoration: none !important;
  color: #fdfdfd !important;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

.logo-veed > img,
.footer-logo-veed > img,
.footer-logo-mobile > img,
.footer-bg-container > img {
  all: unset;
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer-veed h2,
.footer-veed h3,
.footer-veed p {
  color: #fdfdfd;
}

.container-veed {
  width: 95%;
  max-width: 118rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* HEADER */
header {
  width: 100%;
  height: 9rem;
  position: -webkit-sticky;
  position: sticky;
  background-color: #287094;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* .nav-brand {
} */

.logo-veed > img {
  height: 2.4rem;
  width: 104px;
}

.logo-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fdfdfd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  width: 104px;
}

.logo-text-veed {
  font-size: 3rem;
  margin-left: 1rem;
}

.nav-list-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.menu-icons-veed {
  display: none;
}

.nav-item-veed {
  margin: 0 1.5rem;
}

.nav-link-veed,
.current {
  color: #fafafa;
  position: relative;
  font-size: 1.4rem;
}

.nav-link-veed::before,
.current::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  background-color: #e64d45;
  width: 100%;
  height: 3.5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 650ms;
  transition: -webkit-transform 650ms;
  -o-transition: transform 650ms;
  transition: transform 650ms;
  transition: transform 650ms, -webkit-transform 650ms;
}

.current::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-link-veed:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.search-veed {
  margin-left: 3.5rem;
  text-align: center;
}
.search-veed,
.submit-search-veed {
  background: transparent;
  border: none;
}

.search-veed::-webkit-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed:-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed::-ms-input-placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.search-veed,
.search-veed::placeholder {
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: #fdfdfd;
  opacity: 0.6;
}

.submit-search-veed > i {
  color: white;
}

.join-mobile,
.dropdown-mobile {
  display: none;
}

#disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}
.disabled-veed {
  opacity: 0.6;
  cursor: pointer;
}

.menu-icons-veed .open-icon-veed,
.menu-icons-veed .close-icon-veed {
  font-size: 2.85rem;
  color: #fafafa;
  cursor: pointer;
}

.close-icon-veed {
  color: #fafafa;
}

.join-veed {
  background: #e64d45;
  border-radius: 5px;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: #fdfdfd;
  cursor: pointer;
}
.join-veed > span {
  margin-left: 1rem;
}

.join-veed:hover,
.join-veed:focus {
  background-color: #2980b9;
}

.dropdown-veed {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-veed {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 140px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 500;
  top: 35px;
  border-radius: 5px;
}

.dropdown-content-veed a {
  color: rgba(0, 0, 0, 0.856) !important;
  text-transform: uppercase;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  font-weight: 600;
}

.dropdown-content-veed a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu with JS */
.show-veed,
.show-veed-mobile {
  display: block;
}

.icon-veed {
  color: #fdfdfd;
}

/* FOOTER STYLE */

.footer-veed {
  background-color: #287094;
  position: relative;
}

.footer-logo-mobile {
  display: none;
  width: 5rem;
}

.footer-bg-container {
  max-width: 38rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer-grid-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4rem;
}

.footer-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-veed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  z-index: 100;
}

.contact-veed h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "Open Sans", sans-serif;
}

.follow-us-veed {
  margin-top: 1.5rem;
  width: 24rem;
  z-index: 100;
}

.social-veed {
  display: inline-block;
  margin-left: 1.5rem;
}

.social-veed:first-of-type {
  margin-left: 0;
}

.follow-us-veed p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.04em;
  color: #ecf0f1;
}

.social-link-veed {
  color: #ecf0f1;
  font-size: 1.6rem;
}

.phone-veed {
  margin-left: 1.5rem;
}

.footer-logo-veed {
  width: 5rem;
}

.pages-veed h2,
.quick-veed h2,
.terms-veed h2 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.5rem;
}

.page-links-veed,
.quick-links-veed,
.term-links-veed {
  height: 15rem;
  margin-top: 1rem;
}

.page-link-veed a,
.quick-link-veed a,
.term-link-veed a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.04em;
  color: #f6f7d4;
}
.terms-veed {
  z-index: 100;
}

.page-link-veed,
.quick-link-veed,
.term-link-veed {
  margin: 1.5rem 0;
}

.copyright-veed {
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.terms-mobile {
  display: none;
}

.footer-veed p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media (min-width: 851px) and (max-width: 1120px) {
  html {
    font-size: 8px;
  }

  .search-veed {
    margin-left: 0;
  }

  .logo-text-veed {
    font-size: 2.2rem;
    margin-left: 0.8rem;
  }

  .nav-item-veed {
    margin: 0 1.2rem;
  }
}

@media (max-width: 850px) {
  nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
  }

  .nav-brand-veed {
    width: 2rem;
  }

  .menu-icons-veed {
    display: initial;
  }

  .menu-icons-veed i {
    font-size: 3rem;
    color: #fafafa;
    cursor: pointer;
  }

  .fa-bars,
  .fa-bars:before,
  .fa-bars::after,
  .fa-times-circle,
  .fa-times-circle:before {
    color: #fafafa;
  }

  .close-veed i {
    color: #fafafa;
  }

  .join-mobile {
    display: initial;
    margin-top: 4rem;
  }

  .join-desktop,
  .dropdown-desktop {
    display: none;
  }

  #myDropdown.show-veed-mobile {
    display: block;
  }

  .nav-list-veed {
    width: 100vw;
    height: 100vh;
    background-color: #287094;
    position: fixed;
    top: 0;
    right: -100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    -webkit-transition: all 650ms ease-in-out;
    -o-transition: all 650ms ease-in-out;
    transition: all 650ms ease-in-out;
  }

  .nav-list-veed.active {
    right: 0;
  }

  .close-veed {
    position: absolute;
    top: 3rem;
    right: 2.5rem;
  }
  .nav-item-veed {
    margin: 2rem 0;
  }

  .nav-link-veed {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #f1f1f1;
  }

  .search-veed {
    margin-left: unset;
    margin-right: 0.3rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .footer-logo-veed {
    display: none;
  }

  .footer-logo-mobile {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
  .footer-logo-mobile img {
    width: 5rem;
  }

  .pages-veed h2,
  .quick-veed h2,
  .terms-veed h2 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .footer-grid-2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10rem 0;
  }

  .follow-us-veed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  html {
    font-size: 9px;
  }
}

@media (max-width: 600px) {
  .terms-veed {
    display: none;
  }

  .terms-mobile {
    display: block;
    text-align: center;
  }
  .terms-mobile > a {
    color: #f1f1f1;
    font-size: 2rem;
    font-weight: 600;
  }

  .footer-grid-1 {
    width: 100%;
    /* max-width: 40rem; */
    margin: 0 auto;
    padding-top: 4rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .pages-veed,
  .quick-veed {
    text-align: center;
  }
}

/* TO TOP BUTTON STYLING */
#back-to-top-btn {
  display: none;
  position: fixed;
  z-index: 3;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  outline: none;
  border: 3px solid #333;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
#back-to-top-btn:hover,
#back-to-top-btn:focus {
  background-color: #333;
  color: #fff;
}

/* Animations */
.btnEntrance {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnEntrance;
  animation-name: btnEntrance;
}

@-webkit-keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.btnExit {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: btnExit;
  animation-name: btnExit;
}

@-webkit-keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes btnExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@media (max-width: 992px) {
  #back-to-top-btn {
    font-size: 22px;
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 18px;
  }
}
@media (max-width: 768px) {
  #back-to-top-btn {
    font-size: 18px;
    width: 32px;
    height: 32px;
    bottom: 10px;
    right: 10px;
  }
}

/* VEED STYLE ENDS */

/* Overall Container */
.container-fluid {
  padding: 0;
}

/* Banner below the top navbar */
.banner {
  width: 100%;
  height: 40vh;
  background-image: url(../images/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15rem;
}

/* Media Query for Portrait Mobile - Banner */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .banner {
    margin-bottom: 5rem;
  }
}

/* Media Query for Landscape Mobile - Banner */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner {
    margin-bottom: 5rem;
    height: 50vh;
  }
}

/* Media Query for Tablet - Banner */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .banner {
    margin-bottom: 5rem;
  }
}

/* Our History */
.history {
  height: 60vh;
}

.history_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.heading {
  font-size: 4rem;
  color: #4382a1;
  font-weight: 700;
  margin-bottom: 3rem;
}

.history_paragraph {
  font-size: 1.7rem;
  text-align: justify;
}

.history_col-1-of-2 {
  padding-right: 5rem;
  width: 50%;
}

.history_col-2-of-2 {
  position: relative;
  padding-left: 5rem;
  height: auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history_col-image {
  position: absolute;
  top: -9rem;
  width: 35rem;
  height: 35rem;
}

.history_col-image img {
  width: 100%;
}

.history_col-image:hover {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Stand Alone Paragraph */
.paragraph {
  font-size: 1.7rem;
  text-align: justify;
  margin-bottom: 10rem;
  width: 100%;
}

/* Media Query for Portrait Mobile - History & Paragraph */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .history {
    height: auto;
    margin-bottom: 35rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .history_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history_paragraph {
    font-size: 1.5rem;
  }

  .history_col-1-of-2 {
    padding-right: 0;
    width: 100%;
  }

  .history_col-2-of-2 {
    padding-left: 0;
    width: 100%;
    height: 100%;
  }

  .history_col-image {
    top: 2rem;
    width: 25rem;
    height: 25rem;
  }

  .paragraph {
    font-size: 1.5rem;
    margin-bottom: 8rem;
  }
}

/* Media Query for Landscape Mobile - History & Paragraph */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .history {
    height: auto;
    margin: 0 5rem 35rem 5rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .history_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history_paragraph {
    font-size: 1.5rem;
  }

  .history_col-1-of-2 {
    padding-right: 0;
    width: 100%;
  }

  .history_col-2-of-2 {
    padding-left: 0;
    width: 100%;
    height: 100%;
  }

  .history_col-image {
    top: 2rem;
    width: 25rem;
    height: 25rem;
  }

  .paragraph {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 5rem;
  }
}

/* Media Query for Tablet - History & Paragraph */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .history {
    height: auto;
    margin-bottom: 45rem;
  }

  .heading {
    font-size: 3rem;
  }

  .history_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history_paragraph {
    font-size: 1.7rem;
  }

  .history_col-1-of-2 {
    padding-right: 0;
    width: 100%;
  }

  .history_col-2-of-2 {
    padding-left: 0;
    width: 100%;
    height: 100%;
  }

  .history_col-image {
    top: 2rem;
    width: 30rem;
    height: 30rem;
  }

  .paragraph {
    font-size: 1.7rem;
    margin-bottom: 8rem;
  }
}

/* Media Query for Small Desktop - History & Paragraph */

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .history {
    height: auto;
    margin-bottom: 5rem;
  }

  .history_paragraph {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 2rem;
  }
}

/* Media Query for Typical Desktop - History & Paragraph */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .history {
    height: auto;
    margin-bottom: 5rem;
  }

  .history_paragraph {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 2rem;
  }
}

/* Media Query for Large Desktop - History & Paragraph */

@media only screen and (min-width: 1200px) {
  .history {
    height: auto;
    margin-bottom: 5rem;
  }

  .heading {
    font-size: 5rem;
  }

  .history_paragraph {
    font-size: 2.5rem;
  }

  .paragraph {
    font-size: 2.5rem;
  }
}

/* Our Core Values */
.values {
  margin: 0 8rem 15rem 8rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5rem;
  height: 70vh;
}

.heading_container {
  width: 100%;
  text-align: center;
}

.values_heading {
  font-size: 4rem;
  font-weight: 700;
  color: #4382a1;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}

.values_paragraph {
  font-size: 1.7rem;
  margin-bottom: 5rem;
}

.values_row {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.values_col {
  padding: 0 3rem;
}

.column_heading {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #4382a1;
}

.column_paragraph {
  font-size: 1.7rem;
}

/* Media Query for Portrait Mobile - Core Value */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .values {
    margin: 0 0 5rem 0;
    padding: 5rem;
    height: auto;
    width: 100%;
  }

  .heading_container {
    width: 100%;
    text-align: center;
  }

  .values_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .values_paragraph {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }

  .values_row {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .values_col {
    padding: 0 0;
  }

  .values_col:not(:last-child) {
    margin-bottom: 2rem;
  }

  .column_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .column_paragraph {
    font-size: 1.5rem;
  }
}

/* Media Query for Landscape Mobile - Core Value */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .values {
    margin: 0 0 5rem 0;
    padding: 5rem;
    height: auto;
    width: 100%;
  }

  .heading_container {
    width: 100%;
    text-align: center;
  }

  .values_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .values_paragraph {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }

  .values_row {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .values_col {
    padding: 0 0;
  }

  .values_col:not(:last-child) {
    margin-bottom: 2rem;
  }

  .column_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .column_paragraph {
    font-size: 1.5rem;
  }
}

/* Media Query for Tablet - Core Value */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .values {
    margin: 0 0 5rem 0;
    padding: 5rem;
    height: auto;
    width: 100%;
  }

  .heading_container {
    width: 100%;
    text-align: center;
  }

  .values_heading {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .values_paragraph {
    font-size: 1.7rem;
    margin-bottom: 5rem;
  }

  .values_row {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .values_col {
    padding: 0 0;
  }

  .values_col:not(:last-child) {
    margin-bottom: 2rem;
  }

  .column_heading {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .column_paragraph {
    font-size: 1.7rem;
  }
}

/* Media Query for Small Desktop - Core Value */

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .values {
    height: auto;
  }

  .values_paragraph {
    font-size: 2rem;
  }

  .column_heading {
    font-size: 4rem;
  }

  .column_paragraph {
    font-size: 2rem;
  }
}

/* Media Query for Typical Desktop - Core Value */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .values {
    height: auto;
  }

  .values_paragraph {
    font-size: 2rem;
  }

  .column_heading {
    font-size: 4rem;
  }

  .column_paragraph {
    font-size: 2rem;
  }
}

/* Media Query for Large Desktop - Core Value */

@media only screen and (min-width: 1200px) {
  .values {
    height: auto;
  }

  .values_paragraph {
    font-size: 2.5rem;
  }

  .column_heading {
    font-size: 5rem;
  }

  .column_paragraph {
    font-size: 2.5rem;
  }
}

/* Our Team */
.team {
  margin-bottom: 15rem;
  height: 50vh;
}

.team_row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team_heading {
  font-size: 4rem;
  font-weight: 700;
  color: #4382a1;
  margin-bottom: 2rem;
}

.team_col-1-of-2 {
  width: 60%;
}

.team_col-2-of-2 {
  position: relative;
  width: 40%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team_col-image {
  width: 40rem;
  height: 40rem;
  position: absolute;
  right: 10rem;
  top: -10rem;
}

.team_col-image:hover {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team_col-image img {
  width: 100%;
}

/* Media Query for Portrait Mobile - Our Team */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .team {
    margin-bottom: 5rem;
    height: 60rem;
  }

  .team_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .team_col-1-of-2 {
    width: 100%;
    margin-bottom: 5rem;
  }

  .team_col-2-of-2 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team_col-image {
    right: 0;
    top: 0;
    width: 30rem;
    height: 30rem;
  }
}

/* Media Query for Landscape Mobile - Our Team */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .team {
    margin: 0 5rem 5rem 5rem;
    height: 60rem;
  }

  .team_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team_heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  .team_col-1-of-2 {
    width: 100%;
    margin-bottom: 5rem;
  }

  .team_col-2-of-2 {
    width: 100%;
    height: 100%;
  }

  .team_col-image {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30rem;
    height: 30rem;
  }

  .team_col-image:hover {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
}

/* Media Query for Tablet - Our Team */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .team {
    margin-bottom: 10rem;
    height: 60rem;
  }

  .team_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team_heading {
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  .team_col-1-of-2 {
    width: 100%;
    margin-bottom: 5rem;
  }

  .team_col-2-of-2 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .team_col-image {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40rem;
    height: 40rem;
  }

  .team_col-image:hover {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
}

/* Media Query for Small Desktop - Our Team */

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .team {
    margin-bottom: 10rem;
    height: 30vh;
  }

  .team_heading {
    font-size: 4rem;
  }

  .team_col-1-of-2 {
    width: 50%;
  }

  .team_col-2-of-2 {
    width: 50%;
  }

  .team_col-image {
    right: 5rem;
  }
}

/* Media Query for Typical Desktop - Our Team */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .team {
    margin-bottom: 10rem;
    height: 30vh;
  }

  .team_heading {
    font-size: 4rem;
  }

  .team_col-1-of-2 {
    width: 50%;
  }

  .team_col-2-of-2 {
    width: 50%;
  }

  .team_col-image {
    right: 5rem;
  }
}

/* Media Query for Large Desktop - Our Team */

@media only screen and (min-width: 1200px) {
  .team {
    margin-bottom: 25rem;
    height: 40vh;
  }

  .team_heading {
    font-size: 5rem;
  }

  .team_col-1-of-2 {
    width: 50%;
  }

  .team_col-2-of-2 {
    width: 50%;
  }

  .team_col-image {
    width: 50rem;
    height: 50rem;
    right: 10rem;
  }
}

/* Stacked Cards */
.card_images {
  height: 30rem;
  margin-bottom: 5rem;
}

.glide__slides {
  height: 30rem;
  color: #fff;
}

.slide_one,
.slide_two,
.slide_three,
.slide_four,
.slide_five {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.5);
  box-shadow: -1rem 0 2rem rgba(0, 0, 0, 0.5);
}

.slide_one {
  background-image: url(../images/garfield.jpg);
}

.slide_two {
  background-image: url(../images/team-6.jpg);
}

.slide_three {
  background-image: url(../images/team-3.jpg);
}

.slide_four {
  background-image: url(../images/team-4.jpg);
}

.slide_five {
  background-image: url(../images/team-1.jpg);
}

.col-animate {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.col-animate:hover {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.col-animate:hover ~ .col-animate {
  -webkit-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

.col-animate:not(:first-child) {
  margin-left: -10px !important;
  margin-right: 0 !important;
}

/* Media Query for Portrait Mobile - Stacked Cards */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .card_images {
    height: 30rem;
    margin-bottom: 5rem;
  }

  .glide__slides {
    height: 30rem;
    color: #fff;
  }

  .slide_one,
  .slide_two,
  .slide_three,
  .slide_four,
  .slide_five {
    background-size: cover;
  }

  .name {
    font-size: 1.3rem;
  }

  .position {
    font-size: 1.5rem;
  }

  .category {
    font-size: 1.1rem;
  }
}

/* Media Query for Tablet - Stacked Cards */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .card_images {
    height: 30rem;
    margin-bottom: 5rem;
  }

  .glide__slides {
    height: 30rem;
    color: #fff;
  }

  .slide_one,
  .slide_two,
  .slide_three,
  .slide_four,
  .slide_five {
    background-size: cover;
  }

  .name {
    font-size: 1.3rem;
  }

  .position {
    font-size: 1.5rem;
  }

  .category {
    font-size: 1.1rem;
  }
}

/* Data and Report */

.data {
  border-radius: 5rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  padding: 5rem 10rem;
  margin-bottom: 5rem;
}

.data_heading {
  font-size: 4rem;
  margin-bottom: 3rem;
  font-weight: 800;
  text-align: center;
  color: rgb(219, 216, 216);
}

.list_element {
  height: 100%;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 3rem;
  width: 25%;
  height: 30rem;
}

.list_item:not(:last-child) {
  margin-right: 2rem;
}

.hover-effect {
  position: relative;
}

.hover-effect::before {
  content: "";
  position: absolute;
  z-index: 1;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.hover-effect:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover-effect::after {
  content: "";
  position: absolute;
  z-index: 1;
  cursor: pointer;
  height: 5rem;
  width: 5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hover-effect:hover::after {
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.report {
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  margin-bottom: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebeff1;
  color: #4382a1;
  font-size: 4rem;
  font-weight: 700;
}

.text {
  font-size: 1.5rem;
}

/* Media Query for Portrait Mobile - Data & Reports */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .data {
    padding: 5rem;
  }

  .data_heading {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .list_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_item {
    padding: 3rem;
    width: 100%;
    height: 30rem;
  }

  .list_item:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .report {
    font-size: 3rem;
  }
}

/* Media Query for Landscape Mobile - Data & Reports */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .data {
    padding: 5rem;
    margin: 0 5rem 5rem 5rem;
  }

  .data_heading {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }

  .list_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_item {
    padding: 3rem;
    width: 100%;
    height: 30rem;
  }

  .list_item:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .report {
    font-size: 3rem;
  }
}

/* Media Query for Tablet - Data & Reports */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .data {
    padding: 5rem;
    margin: 0 5rem 5rem 5rem;
  }

  .data_heading {
    font-size: 3rem;
    margin-bottom: 3rem;
  }

  .list_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list_item {
    padding: 3rem;
    width: 100%;
    height: 30rem;
  }

  .list_item:not(:last-child) {
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .report {
    font-size: 3rem;
  }
}

/* Media Query for Small Desktop - Data & Reports */

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .list_item {
    width: 24%;
  }

  .list_item:not(:last-child) {
    margin-right: 2%;
  }
}

/* Media Query for Typical Desktop - Data & Reports */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .list_item {
    width: 24%;
  }

  .list_item:not(:last-child) {
    margin-right: 2%;
  }
}

/* Media Query for Large Desktop - Data & Reports */

@media only screen and (min-width: 1200px) {
  .list_item {
    width: 24%;
  }

  .list_item:not(:last-child) {
    margin-right: 2%;
  }

  .report {
    font-size: 4rem;
  }

  .text {
    font-size: 1.7rem;
  }
}

/* Need More information */
.info {
  height: 20vh;
  margin-bottom: 5rem;
}

.info_heading {
  font-size: 4rem;
  font-weight: 700;
  color: #4382a1;
  margin-bottom: 2rem;
}

.info_paragraph {
  font-size: 1.7rem;
}

/* Contact Form */
.contact {
  margin: 0 20rem 15rem 20rem;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 5rem 10rem;
  height: 100%;
  margin-bottom: 5rem;
  background-color: #eee;
}

.contact_heading {
  font-size: 3.5rem;
}

.contact_paragraph {
  font-size: 1.5rem;
  color: #777;
  margin-bottom: 5rem;
}

.form_group {
  margin-bottom: 2rem;
}

.form_input {
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  border-bottom: 3px solid transparent;
  display: block;
  width: 100%;
  color: #000;
}

.form_input::-webkit-input-placeholder {
  color: #777;
}

.form_input:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #55c57a;
}

.form_input:focus:invalid {
  border-bottom: 3px solid #ff7730;
}

.form_label {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.7rem 0 0 2rem;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form_input:placeholder-shown + .form_label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
}

.form_message {
  display: block;
  width: 100%;
  height: 15rem;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  color: #000;
  margin-bottom: 2rem;
  resize: none;
  overflow: auto;
  text-align: justify;
}

.form_message:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.form_message::-webkit-input-placeholder {
  color: #777;
}

.contact_sub-paragraph {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.submit {
  border: none;
  background-image: -o-linear-gradient(
    330deg,
    #e64d45 0%,
    #e64d45 50%,
    #4382a1 50%
  );
  background-image: linear-gradient(
    120deg,
    #e64d45 0%,
    #e64d45 50%,
    #4382a1 50%
  );
  background-size: 220%;
  width: 20rem;
  height: 4rem;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.3rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.submit:focus {
  outline: none;
}

.submit:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.5);
  background-position: 100%;
}

.submit:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
  background-position: 100%;
}

/* Media Query for Portrait Mobile - Contact */

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .contact {
    margin: 0 0 5rem 0;
    padding: 2rem;
  }

  .contact_heading {
    font-size: 2.5rem;
  }

  .contact_paragraph {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  .contact_sub-paragraph {
    font-size: 1.1rem;
  }

  .form_group {
    margin-bottom: 1rem;
  }

  .info_heading {
    font-size: 2.5rem;
  }

  .info_paragraph {
    font-size: 1.5rem;
  }
}

/* Media Query for Landscape Mobile - Contact */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .contact {
    margin: 0 5rem 5rem 5rem;
    padding: 5rem;
  }

  .contact_heading {
    font-size: 2.5rem;
  }

  .contact_paragraph {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  .contact_sub-paragraph {
    font-size: 1.1rem;
  }

  .form_group {
    margin-bottom: 1rem;
  }

  .info_heading {
    font-size: 2.5rem;
  }

  .info_paragraph {
    font-size: 1.5rem;
  }
}

/* Media Query for Tablet - Contact */

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .contact {
    margin: 0 5rem 5rem 5rem;
    padding: 5rem;
  }

  .contact_heading {
    font-size: 2.5rem;
  }

  .contact_paragraph {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  .contact_sub-paragraph {
    font-size: 1.1rem;
  }

  .form_group {
    margin-bottom: 1rem;
  }

  .info {
    margin-bottom: 0;
    height: 15vh;
  }

  .info_heading {
    font-size: 3rem;
  }

  .info_paragraph {
    font-size: 1.7rem;
  }
}

/* Media Query for Small Desktop - Contact */

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .info {
    height: 10vh;
  }

  .info_paragraph {
    font-size: 2rem;
  }

  .contact {
    margin: 0 15rem 5rem 15rem;
  }

  .contact_heading {
    font-size: 4rem;
  }

  .contact_paragraph {
    font-size: 2rem;
  }

  .form_label {
    font-size: 1.6rem;
  }

  .form_input {
    font-size: 2rem;
  }

  .form_message {
    font-size: 2rem;
  }
}

/* Media Query for Small Desktop - Contact */

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .info {
    height: 10vh;
  }

  .info_paragraph {
    font-size: 2rem;
  }

  .contact {
    margin: 0 15rem 5rem 15rem;
  }

  .contact_heading {
    font-size: 4rem;
  }

  .contact_paragraph {
    font-size: 2rem;
  }

  .form_label {
    font-size: 1.6rem;
  }

  .form_input {
    font-size: 2rem;
  }

  .form_message {
    font-size: 2rem;
  }
}

/* Media Query for Large Desktop - Contact */

@media only screen and (min-width: 1200px) {
  .info {
    height: 15vh;
  }

  .info_paragraph {
    font-size: 2.5rem;
  }

  .contact {
    margin: 0 20rem 5rem 20rem;
  }

  .contact_heading {
    font-size: 4rem;
  }

  .contact_paragraph {
    font-size: 2rem;
  }

  .form_label {
    font-size: 1.6rem;
  }

  .form_input {
    font-size: 2rem;
  }

  .form_message {
    font-size: 2rem;
  }

  .submit {
    font-size: 1.6rem;
  }
}
