/* Generics */
:root {
  /*--body-background: #FFFFFF;
    --white-font: #eee;
    --black-font: #111;
    --primary: #b3071b; //#f50000
    --secondary: #87030b; //#9b021c
    --tertiary: #f50000;
    --transition-btn-time: 200ms;
    */
  --body-background: #FFFFFF;
  --white-font: #eee;
  --black-font: #111;
  --primary: #04145a;
  --secondary: #030553;
  --tertiary: #acbbd8;
  --primaryGrad: linear-gradient(260deg, rgba(0, 18, 100, 0.28333332) 0%, rgba(0, 18, 100, 0.79593836) 75%, #001264 100%);
}
.g-recaptcha {
  overflow: hidden;
}
.centered-text {
  text-align: center;
}
.form-modal {
  font-size: min(1.4vw, 1em);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999999999999;
}
.modal-content {
  background: var(--body-background);
  height: 30em;
  width: 60em;
  position: relative;
  top: 1.25em;
  left: -5em;
  animation: modal-fade-in 150ms linear forwards;
}
.btn,
#submit {
  background: transparent;
  color: var(--primary);
  border: 1px solid #444;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.75em 3em;
  margin: 1.75em auto;
  width: 11.5em;
  transition: var(--transition-btn-time);
  z-index: 500;
}
.btn:hover,
#submit:hover {
  background-color: var(--primary);
  color: var(--white-font);
  border: 1px solid var(--primary);
  transition: 200ms;
}
/*Separator class is used for the head decorations*/
.separator {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #aaa;
}
.separator:not(:empty)::before {
  margin-right: 0.25em;
}
.separator:not(:empty)::after {
  margin-left: 0.25em;
}
.collapsible {
  width: 100%;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: start;
  border: none;
  background: none;
  border-bottom: 4px solid #333333;
  border-radius: 2px;
  cursor: pointer;
}
.collapsible:first-of-type {
  margin: 1em 0 0 0;
}
.collapsible:not(:first-of-type):not(:last-of-type) {
  margin-top: 1em;
}
.collapsible:last-of-type {
  margin-top: 1em;
}
.collapsible img {
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 5%;
}
.collapsible.button-active img {
  transform: rotate(180deg);
}
.collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  background: #EEEEEE;
}
.collapsible-content.collapsible-active {
  max-height: 20em;
}
.collapsible-content p {
  margin: 0.35em;
}
/* Mobile */
@media screen and (min-width: 0px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-size: 20px;
    background: var(--body-background);
  }
  body ul {
    list-style: none;
  }
  body a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
  }
  body p,
  body span,
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }
  .logo {
    width: 11.25em;
    height: 8.75em;
    position: relative;
    left: 3%;
    top: -2.4em;
  }
  .nav-container {
    display: none;
  }
  .mobile-nav-container {
    font-size: min(5.4vw, 1em);
    background: #000;
    display: block;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 5em;
    z-index: 99999999;
  }
  #menuToggle {
    display: block;
    top: 1.5em;
    right: 5em;
    position: fixed;
    z-index: 99999999999999;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
  }
  #menuToggle a:hover {
    color: var(--primary);
  }
  #menuToggle input {
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    left: 85%;
    top: -0.35em;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  #menuToggle span {
    display: block;
    width: 1.65em;
    height: 0.2em;
    margin-bottom: 0.25em;
    position: relative;
    left: 85%;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 0.2em 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menu {
    position: fixed;
    width: 15em;
    margin: -5em 0 0 -2.5em;
    padding: 2.5em;
    padding-top: 6.25em;
    height: 130vh;
    right: 0em;
    background: #ededed;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menu li {
    font-size: 1.1em;
    padding: 0.5em 0;
  }
  #menuToggle input:checked ~ ul {
    transform: none;
  }
  .fixed-contact-btn {
    display: none;
  }
  .hero-image-container {
    position: relative;
    height: 32.5em;
    width: 100%;
    overflow: hidden;
  }
  .hero-image {
    position: relative;
    width: 100%;
    background-image: url("../img/hero2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-stripe {
    width: 100%;
    height: 32.5em;
    background: var(--primary);
    opacity: 0.6;
    position: relative;
  }
  .typing {
    text-align: center;
    position: relative;
    top: -17.5em;
    color: var(--white-font);
    font-family: 'Open Sans', sans-serif;
    width: 94%;
    margin: auto;
  }
  .typing h1 {
    overflow: hidden;
    font-size: 1.6em;
  }
  .typing h2 {
    overflow: hidden;
    font-size: 0.9em;
  }
  .intro-banner {
    background-color: #eee;
    z-index: 5000;
    margin-bottom: 0.5em;
    width: 100%;
    color: var(--black-font);
  }
  .intro-banner span {
    margin: 0.5em 0em 0.5em 0em;
  }
  .intro-banner p {
    padding: 0.2em;
  }
  .intro-banner img {
    margin: 0.2em 0 0.2em 0;
    height: 3.5em;
    width: 3.5em;
  }
  .intro-flex {
    z-index: 5000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .intro-flex span {
    font-weight: 500;
    z-index: inherit;
  }
  .intro-flex p {
    font-size: 0.9em;
    z-index: inherit;
  }
  .intro-flex-nested {
    display: flex;
    flex-direction: column;
    width: 15.25em;
    align-items: center;
    color: var(--black-font);
  }
  .intro-flex-nested span::before {
    content: '';
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 4em;
    background: #1bb307;
    border-radius: 2px;
    height: 0.15em;
    margin-bottom: 0.15em;
  }
  .intro-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    display: flex;
    flex-direction: column;
  }
  .section-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-paragraph h2,
  .section-paragraph span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0.75em 0 0.75em 0;
  }
  .section-paragraph span {
    color: var(--tertiary);
  }
  .section-paragraph p {
    width: 96%;
    max-width: 57.2em;
    text-align: center;
  }
  #welcome-img {
    font-size: min(3.5vw, 1em);
    height: 20em;
    width: 30em;
    margin: 0 auto;
  }
  .card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 85em;
    position: relative;
  }
  .card {
    height: 15em;
    width: 13.75em;
    background: rgba(0, 0, 0, 0.6);
    z-index: inherit;
    /*-webkit-box-shadow: 0px (10/20em) (8/20em) (3/20em) rgba(0,0,0,0.2); 
        box-shadow: 0px (10/20em) (8/20em) (3/20em) rgba(0,0,0,0.2);*/
    -webkit-box-shadow: -8px 16px 1px 0px var(--secondary);
    box-shadow: -8px 16px 1px 0px var(--secondary);
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
  }
  .card .intro-card-img {
    display: inline-block;
    position: absolute;
    z-index: -5;
    height: 100%;
    width: 100%;
    margin: 0.2em 0 0.2em 0;
    border-radius: 5px;
  }
  .card h3 {
    font-weight: 500;
    font-size: 0.75em;
    text-align: center;
    color: var(--white-font);
    margin: 0.2em 0 0.2em 0;
  }
  .card p {
    text-align: center;
    color: var(--white-font);
    max-width: 12.5em;
    margin: auto;
  }
  .card:last-child {
    margin-bottom: 2.5em;
  }
  .teamwork-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .teamwork-flex .section-paragraph {
    text-align: center;
  }
  .service-heading-text {
    width: 96%;
  }
  #teamwork-img {
    font-size: min(3.4vw, 1em);
    height: 20em;
    width: 30em;
  }
  .teamwork-paragraph-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .meet-the-team-rectangle-wrapper {
    position: relative;
    font-size: min(8.7vw, 1em);
  }
  .meet-the-team-rectangle-wrapper .rectangle {
    transform: skewY(-9deg);
    height: 32.5em;
    width: 100%;
    position: absolute;
    top: 7.75em;
    z-index: -5000;
    background-color: var(--primary);
  }
  .meet-the-team-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: 11.5em;
    width: 90%;
    margin: auto;
  }
  .meet-the-team-wrapper h2 {
    position: absolute;
    top: -7.5em;
  }
  .meet-the-team-wrapper h2,
  .meet-the-team-wrapper span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0.75em 0 0.75em 0;
  }
  .meet-the-team-wrapper span {
    color: var(--tertiary);
  }
  .meet-the-team-wrapper img {
    font-size: min(3.7vw, 1em);
    height: 14.25em;
    width: 14.25em;
    display: block;
    margin: auto;
  }
  .meet-the-team-wrapper h5 {
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
  }
  .meet-the-team-wrapper p {
    width: 100%;
    height: 15em;
  }
  .indiv-team-member-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .indiv-team-member-wrapper::before {
    font-size: min(3.7vw, 1em);
    content: '';
    display: block;
    height: 14.25em;
    width: 14.25em;
    background-color: var(--secondary);
    position: absolute;
    transform: translateY(-5%);
    right: 6.25em;
    z-index: -50;
  }
  .ways-we-help-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 96%;
    margin-bottom: 2.75em;
  }
  .ways-we-help-wrapper img {
    font-size: min(4.9vw, 1em);
    height: 20em;
    width: 96%;
  }
  .ways-we-help-wrapper h2,
  .ways-we-help-wrapper span {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 0em 0 2.5em 0;
  }
  .ways-we-help-wrapper h2 {
    margin: 0;
  }
  .ways-we-help-wrapper span {
    color: var(--tertiary);
  }
  .ways-we-help-wrapper h4 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 700;
    margin: 0.75em 0 0.75em 0;
  }
  .ways-we-help-wrapper .price-icon {
    height: 1em;
    width: 1em;
  }
  .ways-we-help-wrapper .list-item {
    text-align: center;
  }
  .ways-we-help-wrapper .list-item p {
    width: 90%;
    text-align: start;
    margin: auto;
  }
  .ways-we-help-wrapper .grid-btn-wrapper {
    margin-top: 3em;
  }
  #portfolio h2 {
    text-align: center;
  }
  #portfolio h2,
  #portfolio span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0.75em 0 0.75em 0;
  }
  #portfolio span {
    color: var(--tertiary);
  }
  .portfolio-carousel-container {
    position: relative;
    width: 100%;
    height: 30em;
    overflow: hidden;
    font-size: min(2.2vw, 1em);
    margin-bottom: 3.75em;
  }
  .indiv-portfolio-wrapper {
    transition: transform 0.5s, opacity 0.5s, z-index 0.5s;
  }
  .indiv-portfolio-wrapper img {
    height: 35em;
    width: 38.75em;
    max-width: 55em;
    object-fit: contain;
  }
  .select-btn-wrapper {
    position: relative;
    font-size: min(4.2vw, 2em);
  }
  .next,
  .prev {
    position: absolute;
    top: 10em;
    background-color: var(--primary);
    width: 2.5em;
    height: 2.5em;
    z-index: 50000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    transition: var(--transition-btn-time);
  }
  .next:hover,
  .prev:hover {
    background: #eee;
  }
  .next {
    right: 0em;
  }
  .prev {
    left: 0em;
  }
  .select-icon {
    height: 1.25em;
    width: 1.25em;
    position: absolute;
  }
  .select-btn {
    background: #bedebe;
    border-radius: 50%;
  }
  .port1,
  .port2,
  .port3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  .portfolio-active {
    opacity: 1;
  }
  .portfolio-prev {
    transform: translateX(-100%);
  }
  .portfolio-next {
    transform: translateX(100%);
  }
  .price-icon {
    height: 0.75em;
    width: 0.75em;
    margin-right: 0.25em;
  }
  .price-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: auto;
    font-size: min(5.7vw, 1em);
  }
  .price-card-container .card.primary-price-card .btn {
    background-color: var(--primary);
    color: var(--white-font);
    border: 1px solid var(--primary);
  }
  .price-card-container .card.primary-price-card .btn:hover {
    background: transparent;
    color: var(--primary);
    border: 1px solid #444;
  }
  .price-card-container .card {
    justify-content: space-evenly;
    height: 31.25em;
    width: 13.75em;
    max-width: 19.5em;
    overflow: hidden;
    margin-bottom: 1.25em;
  }
  .price-card-container .card .separator {
    width: 90%;
    padding: 0.75em;
  }
  .price-card-container .card h2 {
    font-size: 1.3em;
    position: absolute;
    top: 0em;
    z-index: 500;
    border-radius: 5px;
    border-radius: 5px 5px 0 0;
    color: var(--white-font);
    background: #b3071b;
    background: linear-gradient(10deg, #d00303 35%, #f50000 100%);
    width: 100%;
    text-align: center;
  }
  .price-card-container .card h3 {
    font-size: 1.5em;
    margin-top: 2em;
  }
  .price-card-container .card p {
    height: 7.75em;
    padding-bottom: 0.75em;
  }
  .price-card-container .card .most-popular-banner {
    position: absolute;
    font-size: 0.8em;
    top: 2.25em;
    left: 5.75em;
    text-align: center;
    background: #1bb307;
    width: 18.75em;
    transform: rotate(55deg);
    z-index: 5000;
  }
  .price-card-container .card h6 {
    position: absolute;
    bottom: 0em;
  }
  .price-card-container .card ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 12.5em;
  }
  .price-card-container .card li {
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 0.27777778em;
  }
  .ways-we-help-wrapper .grid-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96%;
  }
  .footer {
    width: 100%;
    background: #333333;
    margin-top: 2.75em;
    position: relative;
    overflow: hidden;
    font-size: min(5.5vw, 1em);
  }
  .footer .rectangle {
    top: 7.5em;
    left: 25em;
    height: 12.5em;
    background: #222;
    transform: rotate(-22deg);
  }
  .footer a,
  .footer h2 {
    color: var(--white-font);
    margin: 0.5em 0 0.5em 0;
  }
  .footer li {
    margin: 0.25em 0 0.25em 0;
  }
  .footer-logo-info-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer-logo-info-wrapper img {
    width: 15em;
    height: 15em;
  }
  .footer-logo-info-wrapper a {
    position: relative;
    bottom: 0.3em;
    left: 0.1em;
  }
  .footer-contact-wrapper img {
    height: 1.5em;
    width: 1.5em;
  }
  .footer-closing {
    background: black;
    color: #AFAFAF;
    font-size: 0.7em;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
  }
  .footer-closing a {
    color: #AFAFAF;
  }
  .footer-flex-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .footer-flex-container p {
    margin-top: 1em;
    color: white;
    width: 85%;
    text-align: center;
  }
  /* About Page */
  .hero-image-about {
    position: relative;
    width: 100%;
    height: 17.5em;
    background-image: url("../img/house.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-stripe-about {
    width: 100%;
    height: 17.5em;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.6;
    position: relative;
  }
  #about-landing .hero-image-container {
    height: 17.5em;
    margin-bottom: 2em;
  }
  .sub-page-heading {
    font-size: 0.85em;
    width: 100%;
    position: absolute;
    top: 8.82352941em;
    color: var(--white-font);
    text-align: center;
  }
  .sub-page-heading h1,
  .sub-page-heading span {
    font-weight: 700;
    margin-bottom: 0.88235294em;
  }
  .sub-page-heading span {
    color: var(--tertiary);
  }
  .sub-page-heading h2 {
    font-weight: 500;
    width: 93%;
    margin: auto;
  }
  .about-section-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .about-section-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 7.5em;
    transform: skewY(-18deg);
    z-index: -50;
    font-size: min(3.7vw, 1em);
    position: absolute;
    top: 2.75em;
  }
  .about-section-wrapper:nth-child(2)::before {
    transform: skewY(11deg);
  }
  .about-section-wrapper:last-child::before {
    display: none;
  }
  .about-section-wrapper img {
    font-size: min(3.7vw, 1em);
    height: 14.25em;
    width: 14.25em;
    border: 1px solid var(--tertiary);
    -webkit-box-shadow: 0px 0px 21px 1px rgba(245, 0, 0, 0.7);
    box-shadow: 0px 0px 21px 1px rgba(245, 0, 0, 0.7);
    display: block;
    margin: auto;
  }
  .about-section-wrapper h3 {
    margin: 0.5em 0 0.25em 0;
    text-align: center;
    font-weight: 500;
  }
  .about-section-wrapper p {
    width: 93%;
    margin: 0.25em auto;
  }
  .about-section-wrapper .not-portrait {
    border: none;
    box-shadow: none;
    font-size: min(3.4vw, 1em);
    height: 20em;
    width: 96%;
  }
  .about-section-wrapper h1,
  .about-section-wrapper span {
    font-weight: 700;
    margin-bottom: 0.75em;
  }
  .about-section-wrapper span {
    color: var(--tertiary);
  }
  .about-section-wrapper h2 {
    font-weight: 500;
    text-align: center;
  }
  .about-section-wrapper .btn {
    display: block;
  }
  /* Service */
  .hero-image-service {
    position: relative;
    width: 100%;
    height: 17.5em;
    background-image: url("../img/house.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .services-wrapper {
    width: 93%;
    margin: auto;
  }
  .services-wrapper h2,
  .services-wrapper span {
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
  .services-wrapper span {
    color: var(--tertiary);
  }
  #contact-form .outer-container {
    position: relative;
  }
  #contact-form .rectangle {
    width: 100%;
    height: 7.5em;
    background: var(--primary);
    transform: skewY(6deg);
    position: absolute;
    bottom: 5.75em;
    z-index: -50;
    bottom: -15.5em;
  }
  #contact-form .rectangle-animated-wrapper {
    display: none;
  }
  .contact-form-wrapper {
    width: 90%;
    margin: auto;
  }
  .contact-form-wrapper h2,
  .contact-form-wrapper span {
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
  }
  .contact-form-wrapper span {
    color: var(--tertiary);
  }
  /* Contact Us */
  .hero-image-contact {
    position: relative;
    width: 100%;
    height: 17.5em;
    background-image: url("../img/hero-contact.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact-form-input {
    /*display: grid;
    grid-template-columns: repeat(2, (260/20em));
    grid-template-rows: repeat(5, (100/20em));*/
    display: grid;
    grid-template-columns: repeat(2, 13em);
    grid-template-rows: repeat(5, 5em);
    -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    background: var(--body-background);
  }
  .contact-form-input:first-child {
    margin-top: 0.65em;
    z-index: 1000;
  }
  .contact-form-input .form-grid-item7 {
    margin-left: 6em;
    margin-top: 2em;
  }
  #contact-landing .hero-image-container {
    height: 17.5em;
    margin-bottom: 2em;
  }
  .contact-section-flex {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin: auto;
    top: 1em;
    width: 94%;
    top: 9em;
    position: relative;
  }
  .contact-section-flex iframe {
    height: 20em;
    width: 22em;
  }
  #contact-us .outer-container {
    position: relative;
  }
  #contact-us .rectangle {
    width: 100%;
    height: 7.5em;
    background: var(--primary);
    transform: skewY(6deg);
    position: absolute;
    z-index: -50;
    bottom: -40.25em;
  }
  #contact-us .rectangle-animated-wrapper {
    display: none;
  }
  .form-box {
    position: relative;
    top: 1em;
    margin-bottom: 9.5em;
  }
  .contact-us-wrapper {
    width: 93%;
    margin: auto;
  }
  .contact-us-wrapper img {
    font-size: min(3.4vw, 1em);
    height: 15em;
    width: 96%;
  }
  .contact-us-wrapper .contact-us-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact-us-wrapper .contact-us-flex .mail-phone-wrapper {
    text-align: center;
  }
  .contact-us-wrapper .contact-us-flex .mail-phone-wrapper a {
    color: var(--black-font);
  }
  .contact-us-wrapper .contact-us-flex .mail-phone-wrapper span {
    font-weight: 500;
    color: var(--primary);
  }
  /* Portfolio Page */
  .hero-image-portfolio {
    position: relative;
    width: 100%;
    height: 17.5em;
    background-image: url("../img/hero-portfolio.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .portfolio-wrapper {
    display: flex;
    flex-direction: column;
  }
  .portfolio-wrapper img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 20em;
    object-fit: contain;
    font-size: min(3.4vw, 1em);
  }
  .portfolio-wrapper h3 {
    text-align: center;
  }
  .portfolio-wrapper h3:last-of-type {
    margin-bottom: 2em;
  }
  /* Blog */
  #blog {
    position: relative;
  }
  .hero-image-blog {
    position: relative;
    width: 100%;
    height: 17.5em;
    background-image: url("../img/hero-blog.jpg");
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .blog-sidebar {
    display: none;
  }
}
/* Inbetween */
@media screen and (min-width: 666px) {
  /* About */
  .sub-page-heading {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-section-wrapper::before {
    transform: skewY(-11deg);
  }
  /* Contact Us */
}
/* Tablet */
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .indiv-team-member-wrapper p {
    height: 9.5em;
  }
  .indiv-team-member-wrapper::before {
    right: 32%;
  }
  .price-card-container {
    flex-direction: row;
  }
  .footer-flex-container {
    flex-direction: row;
  }
  /* Contact */
  .contact-form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 5em);
    -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    background: var(--body-background);
  }
  .contact-form-wrapper:first-child {
    margin-top: 0.65em;
    z-index: 1000;
  }
  .contact-form-input .form-grid-item7 {
    margin-left: 0.1em;
  }
  .contact-section-flex {
    font-size: 20px;
  }
  /* Blog */
  .blog-sidebar {
    display: block;
    position: absolute;
    width: 33%;
    margin-bottom: 5em;
  }
  .blog-sidebar img {
    height: 5em;
    width: 5em;
    clip-path: circle(50% at 50% 50%);
  }
}
/* Small Desktop */
@media screen and (min-width: 1024px) {
  .nav-container {
    display: block;
    position: fixed;
    top: 0;
    z-index: 500000;
    background: #000;
    -webkit-box-shadow: 0px 0.5em 0.75em 0.15em rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0.5em 0.75em 0.15em rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 8.5em;
  }
  .nav-container .logo {
    position: relative;
    top: 0em;
    width: 13.5em;
    height: 13.5em;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    width: 85%;
    margin: auto;
  }
  .navbar li {
    font-size: 1.4em;
    position: relative;
    margin: 0 0.53571429em 0 0.53571429em;
  }
  .navbar li:first-child {
    flex-grow: 0.5;
    margin-bottom: 0.3em;
  }
  .navbar a {
    color: var(--white-font);
  }
  .underline-center {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .underline-center:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -0.15em;
    background: var(--white-font);
    height: 2px;
    transition: left, right, 400ms ease-out;
    -webkit-transition: left, right, 400ms ease-out;
  }
  .underline-center:hover:before,
  .underline-center:focus:before,
  .underline-center:active:before {
    left: 0;
    right: 0;
  }
  .mobile-nav-container {
    display: none;
  }
  .fixed-contact-btn {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 8em;
    text-transform: uppercase;
    letter-spacing: 0.06875em;
    background-color: black;
    color: var(--white-font);
    transform: rotate(90deg);
    display: none;
    top: 17.5em;
    left: -2.5em;
    border: 1px solid black;
    transition: var(--transition-btn-time);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .fixed-contact-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: inherit;
  }
  .fixed-contact-btn:hover {
    transition: var(--transition-btn-time);
    background: white;
    color: black;
  }
  .fixed-contact-btn-slide {
    display: block;
    animation: fixed-btn-slide 350ms linear forwards;
  }
  .fixed-contact-btn-slide-return {
    display: block;
    animation: fixed-btn-slide-return 350ms linear forwards;
  }
  .modal-close {
    cursor: pointer;
    font-size: 1.8em;
    z-index: 999999999999999;
    position: relative;
    bottom: 0.01388889em;
    left: 32.8em;
    transition: var(--transition-btn-time);
  }
  .modal-close:hover {
    background-color: #666;
  }
  .modal-grid {
    font-size: min(1.4vw, 1em);
    display: grid;
    gap: 0.25em;
    grid-template-columns: 35em 23.75em;
    grid-template-rows: 3.75em 22.75em;
  }
  .modal-img-container {
    grid-column: 1/2;
    grid-row: 1/3;
    height: 40em;
    width: 40em;
  }
  .modal-img {
    height: 33.5em;
    width: 33.5em;
    position: relative;
    left: 0.4em;
    bottom: 3.95em;
  }
  .modal-heading {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .modal-form-container {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .hero-stripe {
    width: 100%;
    height: 32.5em;
    background: linear-gradient(260deg, rgba(0, 18, 100, 0.28333332) 0%, rgba(0, 18, 100, 0.79593836) 75%, #001264 100%);
    opacity: 0.6;
    position: relative;
  }
  .hero-image {
    position: absolute;
    background-image: url("../img/hero.jpg");
    top: 8.5em;
  }
  .typing {
    text-align: start;
    position: absolute;
    top: 15em;
    left: 3em;
    color: var(--white-font);
    width: 100%;
    /*
        h1 {
            animation: animated-text 4s steps(28, end) 2s 1 normal both, animated-cursor 600ms steps(39, end) 10 forwards;
        }

        h2{
            animation: animated-text1 4s steps(45, end) 6s 1 normal both, animated-cursor1 600ms steps(13, end) 6s infinite;
        }*/
  }
  .typing h1 {
    overflow: hidden;
    font-size: 1.6em;
    letter-spacing: 0.06875em;
    font-family: 'Open Sans', sans-serif;
  }
  .typing h2 {
    overflow: hidden;
    font-size: 0.9em;
    letter-spacing: 0.12222222em;
    font-family: 'Source Code Pro', monospace;
  }
  .typing h1 {
    border-right: solid 3px #000000;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.6em;
    letter-spacing: 0.06875em;
    position: relative;
  }
  .typing h2 {
    border-right: solid 3px rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9em;
    letter-spacing: 0.12222222em;
    position: relative;
  }
  .intro-flex {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    margin: auto;
  }
  .intro-grid {
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    width: 90%;
  }
  .rectangle {
    width: 100%;
    height: 36.25em;
    background: var(--tertiary);
    position: absolute;
    bottom: 0.05em;
    z-index: -50;
  }
  /* Slide animation for cards */
  .outer-container {
    position: relative;
  }
  .outer-container .rectangle-animated-line {
    position: absolute;
    top: 1.9em;
    animation: slide-down-card 22s linear infinite;
  }
  .outer-container .rectangle-animated-line2 {
    position: absolute;
    top: 1.9em;
    animation: slide-down-card 22s linear infinite 11s;
  }
  .outer-container .rectangle-animated-line3 {
    position: absolute;
    top: 13.5em;
    animation: slide-up-card 22s linear infinite 4s;
  }
  .outer-container .rectangle-animated-line4 {
    position: absolute;
    top: 13.5em;
    animation: slide-up-card 22s linear infinite 15s;
  }
  .outer-container .centered-text {
    text-align: center;
  }
  .card-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
    height: auto;
  }
  .card-container .card {
    margin-bottom: 2em;
  }
  .teamwork-flex {
    flex-direction: row;
    margin: auto;
    width: 94%;
  }
  .meet-the-team-wrapper {
    flex-direction: row;
    justify-content: space-evenly;
    top: 1.5em;
  }
  .meet-the-team-wrapper h2 {
    top: -0.25em;
  }
  .indiv-team-member-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35em;
    max-width: 40em;
    position: relative;
    top: 12em;
  }
  .ways-we-help-wrapper {
    display: grid;
    width: 95%;
    margin: auto;
  }
  .ways-we-help-wrapper .list-item {
    text-align: start;
  }
  .ways-we-help-wrapper .list-item p {
    width: 100%;
    text-align: start;
    margin: auto;
  }
  .ways-we-help-wrapper .grid-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ways-we-help-wrapper .grid-heading p {
    margin: 0.5em 0 0.5em 0;
  }
  .ways-we-help-wrapper ul {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ways-we-help-wrapper ul li {
    margin-right: 0.4em;
  }
  .ways-we-help-wrapper ul p {
    font-size: 0.9em;
    max-width: 18.75em;
  }
  .ways-we-help-wrapper img {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .ways-we-help-wrapper .grid-btn-wrapper {
    grid-column: 2/2;
    grid-row: 3/4;
    text-align: center;
    position: relative;
    top: -4em;
  }
  .ways-we-help-wrapper .btn {
    text-align: center;
    margin: auto 0;
    position: relative;
  }
  .portfolio-carousel-container {
    margin-bottom: 3.5em;
  }
  .next {
    right: 3.75em;
  }
  .prev {
    left: 3.75em;
  }
  .price-card-container {
    flex-direction: row;
  }
  .footer a,
  .footer h2 {
    margin: 0.1em 0 0.1em 0;
  }
  .footer li {
    margin: 0.25em 0 0.25em 0;
  }
  .footer-flex-container {
    flex-direction: row;
  }
  .footer-flex-container p {
    width: 15%;
  }
  /* ABOUT PAGE */
  .about-section-wrapper {
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
  }
  .about-section-wrapper::before {
    display: none;
  }
  .about-section-wrapper:last-child {
    flex-direction: column;
  }
  .about-section-wrapper .about-section-content,
  .about-section-wrapper .about-section-pic-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about-section-wrapper .about-section-content img,
  .about-section-wrapper .about-section-pic-wrapper img {
    margin: 0 auto;
  }
  .about-section-wrapper .about-section-pic-wrapper {
    margin: auto;
  }
  #about-landing .hero-image-container {
    height: 17.5em;
    margin-bottom: 2em;
    margin-top: 8.5em;
  }
  /* Service */
  .contact-section-flex {
    display: flex;
    flex-direction: row;
    width: 94%;
    margin: 9em auto;
    top: 0;
  }
  #contact-form .rectangle {
    bottom: -16.45em;
  }
  #contact-form .rectangle-animated-wrapper {
    height: 30em;
    display: block;
  }
  #contact-form .contact-form-wrapper {
    width: 45%;
    position: relative;
  }
  /* Contact Us */
  #contact-us .outer-container {
    position: relative;
    top: 20.25em;
  }
  #contact-us .rectangle {
    bottom: -16.75em;
  }
  #contact-us .rectangle-animated-wrapper {
    display: block;
    height: 30em;
  }
  #contact-us .contact-form-wrapper {
    position: relative;
    top: -2.5em;
  }
  .contact-form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 5em);
    -webkit-box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 19px 4px rgba(0, 0, 0, 0.35);
    background: var(--body-background);
  }
  .contact-form-wrapper:first-child {
    margin-top: 0.65em;
    z-index: 1000;
  }
  .contact-form-input .form-grid-item7 {
    margin-left: 0.1em;
  }
  .contact-section-flex {
    font-size: 20px;
  }
  .contact-us-wrapper .contact-us-flex {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 2em;
  }
  .contact-us-wrapper .contact-us-flex img {
    margin-left: 0.5em;
  }
  .contact-us-wrapper .contact-us-flex .mail-phone-wrapper {
    text-align: start;
  }
  /* Portfolio */
  .portfolio-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
  }
  .portfolio-wrapper img {
    height: 12.5em;
  }
  /* Blog */
  .blog-sidebar {
    display: block;
    width: 29%;
    height: 36.25em;
    background: #ededed;
    background: linear-gradient(0deg, rgba(237, 237, 237, 0) 5%, #c8c8c8 100%);
    position: absolute;
    right: 0em;
    top: -2em;
  }
  .blog-sidebar img {
    height: 5em;
    width: 5em;
    clip-path: circle(50% at 50% 50%);
  }
  .blog-sidebar h3 {
    text-align: center;
    font-weight: 700;
  }
  .blog-sidebar .recent-post-grid {
    display: grid;
    grid-template-columns: 28% 72%;
    grid-template-rows: 2.5em 2.5em;
    margin: 1em;
  }
  .blog-sidebar .recent-post-grid img {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 1/2;
  }
  .blog-sidebar .recent-post-grid h2 {
    font-size: 1em;
    margin-left: 0.75em;
    font-weight: 700;
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .blog-sidebar .recent-post-grid a {
    color: var(--black-font);
  }
  .blog-sidebar .recent-post-grid p {
    font-size: 0.9em;
    margin-left: 0.83333333em;
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .blog-post {
    width: 60%;
    margin-left: 3em;
  }
  .blog-post .blog-post-header-img {
    width: 40.45em;
    height: 22.5em;
    object-fit: fill;
  }
}
/* Large Desktop */
@media screen and (min-width: 2000px) {
  body {
    font-size: 1vw;
  }
}
/*Animation-line*/
.rectangle-animated-wrapper {
  height: 75em;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: -5em;
  z-index: -50;
}
.rectangle-animated-line {
  content: "";
  width: 90%;
  height: 0.25em;
  position: absolute;
  top: 26.5em;
  left: -95em;
  background-color: var(--primary);
  animation: slide-up-team 22s linear infinite;
}
.rectangle-animated-line2 {
  content: "";
  width: 90%;
  height: 0.25em;
  position: absolute;
  top: 26.5em;
  left: -95em;
  background-color: var(--primary);
  animation: slide-up-team 22s linear infinite 11s;
}
.rectangle-animated-line3 {
  content: "";
  width: 90%;
  height: 0.25em;
  position: absolute;
  top: 60.95em;
  left: -85em;
  background-color: var(--primary);
  animation: slide-down-team 22s linear infinite 4s;
}
.rectangle-animated-line4 {
  content: "";
  width: 90%;
  height: 0.25em;
  position: absolute;
  top: 60.95em;
  left: -85em;
  background-color: var(--primary);
  animation: slide-down-team 22s linear infinite 15s;
}
/* Animations */
@keyframes slide-up-team {
  0% {
    transform: skewY(-9deg) translate(0px);
  }
  100% {
    transform: skewY(-9deg) translate(265em);
  }
}
@keyframes slide-down-team {
  0% {
    transform: skewY(-9deg) translate(265em);
  }
  100% {
    transform: skewY(-9deg) translate(0px);
  }
}
@keyframes slide-up-card {
  0% {
    transform: skewY(6deg) translate(265em);
  }
  100% {
    transform: skewY(6deg) translate(-5em);
  }
}
@keyframes slide-down-card {
  0% {
    transform: skewY(6deg) translate(-5em);
  }
  100% {
    transform: skewY(6deg) translate(265em);
  }
}
@keyframes expandLabelWidth {
  0% {
    width: 100%;
  }
  100% {
    width: 125.5%;
    background-color: white;
  }
}
/*Animation-line end*/
@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 18.75em;
  }
}
/* cursor animations */
@keyframes animated-cursor {
  from {
    border-right-color: #ffffff;
  }
  43% {
    border-right-color: transparent;
  }
  100% {
    border-right-color: transparent;
  }
}
/* text animation */
@keyframes animated-text1 {
  from {
    width: 0;
  }
  to {
    width: 32.77777778em;
  }
}
/* cursor animations */
@keyframes animated-cursor1 {
  from {
    border-right-color: #ffffff;
  }
  50% {
    border-right-color: transparent;
  }
}
/* fixed button slide */
@keyframes fixed-btn-slide {
  from {
    left: -5em;
  }
  to {
    left: -3em;
  }
}
@keyframes fixed-btn-slide-return {
  from {
    left: -3em;
  }
  to {
    left: -5em;
  }
}
@keyframes modal-fade-in {
  from {
    left: 0em;
    opacity: 0;
  }
  to {
    left: 5em;
    opacity: 1;
  }
}
/* Form used on more than one page */
/*.contact-form-input
{
    display: grid;
    //grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, (100/20em));
    //border: 1px blue solid;
    -webkit-box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 19px 4px rgba(0,0,0,0.35);
    background: var(--body-background);
    &:first-child{
      margin-top: (13/20em);
      z-index: 1000;
    }
}*/
.form-grid-item {
  padding: 3px 3px 3px 3px;
}
.form-grid-item1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.form-grid-item2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.form-grid-item3 {
  grid-column: 1/2;
  grid-row: 2/3;
}
.form-grid-item4 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.form-grid-item5 {
  grid-column: 1/3;
  grid-row: 3/4;
  width: 100%;
}
.form-grid-item6 {
  position: relative;
  top: 0.66666667em;
  margin: auto;
  grid-column: 1/2;
  grid-row: 4/5;
}
.form-grid-item7 {
  margin: auto;
  grid-column: 2/3;
  grid-row: 4/5;
}
.float-container {
  width: 100%;
  position: relative;
  z-index: 1000;
}
.float-container.small input {
  width: 100%;
  font-size: 0.8em;
  padding: 1.25em 0.25em 0.625em 0.25em;
  z-index: 1000;
  border: none;
  border-bottom: #333333 1px solid;
}
.float-container.small textarea {
  width: 100%;
  font-size: 0.8em;
  padding: 1.875em 0.25em 0.625em 0.25em;
  z-index: 1000;
  resize: none;
  border: none;
  border-bottom: #333333 1px solid;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35em;
}
.float-container.active label {
  transform: translate(0, 1px) scale(0.79);
  animation: expandLabelWidth 0.2s both ease-in;
}
.floating-text {
  position: absolute;
  font-size: 0.8em;
  text-decoration: underline;
  color: #646464;
  transform: translate(0, 1em) scale(1);
  transform-origin: top left;
  transition: all 0.1s ease-in-out;
  padding: 0 0 0.3125em 0.25em;
  top: -0.0625em;
  left: 0.125em;
}
/*
.contact-form-input:first-child
{
	margin-top: 13px;
    z-index: 1000;
}
*/
.form-validate-text-hidden {
  visibility: hidden;
}
.form-validate-text {
  line-height: 1.2;
}
#submit {
  font-size: 1em;
  grid-column: 1/3;
  grid-row: 4/5;
  height: 3.75em;
  width: 7.5em;
  padding: 0.4em;
  margin: 4em auto;
}
