* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --orange: #e77725;
  --blue: #1d1160;
  --lightblue: #341fad;
  --darkgray: #444444;
  --lightgray: #e7e7e7;
  --gray: #6c6c6d;
  --black: #0a0a0a;
}

body {
  font-family: "Cabin", sans-serif;
  /*  accent-color*/
  color: var(--orange);
  /*  body color */
  color: var(--gray);
  background: white;
  font-size: 17px;
  line-height: 1.4em;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
}

h1 {
  line-height: 1.3em;
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

h2,
h3,
h4 {
  letter-spacing: 1px;
}

p,
h2,
h3,
h4 {
  margin-bottom: 20px;
  margin-top: 0px;
}

h2 {
  font-weight: 400;
}

h3 {
  font-size: 1.33em;
  text-transform: uppercase;
  font-weight: 900;
}

a {
  text-decoration: none;
  transition: 0.2s;
  color: inherit;
}

ul,
ol {
  padding-left: 40px;
  margin-bottom: 20px;
}

ul li,
ol li {
  margin-bottom: 5px;
}

.orange-background {
  background: var(--orange);
  color: white;
}

.subpage-content p a {
  border-bottom: 1px solid var(--orange);
  font-weight: 500;
}

.subpage-content p a:hover {
  color: var(--orange);
}

.subpage-content h2{
  color: var(--blue);
}

.center-text {
  text-align: center;
}

.container {
  position: relative;
}

/*SUBPAGE STYLES*/

.subpage-hero {
  padding: 20px;
  height: 300px;
  background: var(--blue);
  color: white;
}

.subpage-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.subpage-hero h1{
  text-align: center;
}

img.service-img{
  display: block;
  width: 400px;
  height: auto;
  margin:40px auto 0;
}

/*HEADER ACTIVE STYLES*/

#myTopnav .current:before {
  width: 100%;
}

#sub-footer {
  padding: 20px;
  color: white;
  background: var(--blue);
  font-size: 0.9em;
  text-align: center;
}

#sub-footer a {
  border-bottom: 1px solid var(--orange);
}

#sub-footer a:hover {
  color: var(--orange);
}

/*** DESKTOP STYLES ***/
@media (width >= 1100px) {
  .container {
    width: 1100px;
    margin: 0 auto;
  }

  .content {
    padding: 80px 0;
  }

  /*** HEADER DESKTOP STYLES ***/

  p#mobile-text {
    display: none;
  }

  #mobile-section {
    display: none;
  }

  a#mobile-logo {
    display: none;
  }

  #navContainer {
    width: 100%;
    transition: 0.4s;
    position: fixed;
    top: 0;
    min-height: fit-content;
    background: white;
    z-index: 10;
    font-size: 16px;
    box-shadow: 1px 5px 16px 0px rgba(0, 0, 0, 0.3);
  }

  a.icon {
    display: none;
  }

  a#headerLogo {
    width: 220px;
    margin-right: auto;
    padding: 10px 0 5px;
    transition: 0.6s;
  }

  #headerLogo img {
    width: 100%;
    height: auto;
  }

  #myTopnav {
    transition: 0.4s;
  }

  #myTopnav .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .topnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 725px;
  }

  .topnav a {
    color: var(--blue);
    display: inline-block;
    padding: 8px 0;
    position: relative;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    /*    margin:0 20px;*/
  }

  .topnav a:before,
  .topnav a:after {
    content: "";
    background: transparent;
    border: 3.5px solid var(--lightgray);
    display: block;
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: scale(0.1) translate3d(-50%, 50%, 0px);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    transform-origin: left bottom;
  }

  /*  .topnav a:before{
    transform-origin: left bottom;
  }*/

  .topnav a:after {
    height: 50px;
    width: 50px;
    border-width: 2px;
    transition: all 0.4s;
    transform: scale(0.1) translate3d(-50%, 50%, 0px);
  }

  .topnav a:hover {
    color: var(--orange);
  }

  .topnav a:hover:before {
    transform: translate3d(-50%, 50%, 0px) scale(1);
    opacity: 1;
  }

  .topnav a:hover:after {
    transform: scale(1) translate3d(-50%, 50%, 0px);
    opacity: 1;
  }

  .d-btn i {
    margin-left: 10px;
  }

  a.d-btn:before,
  a.d-btn:after {
    display: none;
  }

  /*.d-btn:hover{
    cursor: default;
    color: white;
    background: transparent;
    border-bottom: 1px solid transparent !important;
  }*/

  /*.topnav a.current{
    color:var(--orange);
  }

  .topnav a.current:before{
    width: 0%;
  }*/

  .normal-btn:hover {
    cursor: pointer;
  }

  .closebtn {
    display: none;
  }

  .dropdown:hover .d-content,
  .dropdown:hover .hidden-row {
    display: flex;
  }

  .d-content,
  .hidden-row {
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .hidden a {
    font-weight: 500;
    position: relative;
  }

  .hidden-row {
    display: none;
    position: absolute !important;
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 15px 15px 20px;
    background: var(--blue);
    width: 240px;
    margin: 0px 0 0 -20px;
    box-shadow: 0px 8px 16px 1px rgba(0, 0, 0, 0.3);
  }

  .hidden-row a {
    color: white;
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    /*    background: #fff;*/
    font-size: 0.9em;
    border-bottom: none;
    width: calc(100% - 16px);
    transition: 0.4s;
    border-bottom: 1px solid #341fad;
    margin: 0 0 1px;
    position: relative;
  }

  .hidden-row a:before {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: var(--orange);
    border: none;
    width: 0;
    height: 1.5px;
    z-index: 1;
    border-radius: 0px;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .hidden-row a:hover:before {
    width: 100%;
    transform: translate3d(0px, 0px, 0px) scale(1);
  }

  .hidden-row a:hover {
    color: var(--orange);
  }

  .hidden-row a:after {
    display: none;
  }

  a#overlayLogo {
    display: none;
  }

  /***HERO DESKTOP STYLES***/

  #homepage-hero {
    height: 700px;
    background: url(images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    color: white;
    margin-top: 69px;
  }

  #homepage-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }

  #homepage-hero h1 {
    font-size: 3em;
    font-weight: 400;
    width: 70%;
  }

  #homepage-hero h2 {
    font-size: 1.25em;
    font-weight: 900;
  }

  #homepage-hero a {
    display: block;
    width: fit-content;
    background: var(--orange);
    color: white;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-weight: bold;
  }

  #homepage-hero a:hover {
    background: transparent;
    color: var(--orange);
    box-shadow: 1px 6px 16px 1px var(--orange);
  }

  #homepage-hero a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transition: height 0.4s, width 0.4s, opacity 0.1s;
    opacity: 0;
  }

  #homepage-hero a:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transition: height 0.4s, width 0.4s, opacity 0.1s;
    opacity: 0;
  }

  #homepage-hero a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #homepage-hero a:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
  }

  .background-title-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    width: 600px;
    margin: 20px auto 60px;
    text-align: center;
  }

  h1.background-title {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate3d(-50%, 50%, 0px);
    color: var(--lightgray);
    z-index: -1;
    font-size: 5em;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .background-title-text p {
    margin-bottom: 0px;
    font-weight: 600;
  }

  .orange-line {
    width: 50px;
    height: 2px;
    background: var(--orange);
    margin: 60px auto;
  }

  .about-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 340px;
  }

  .about-img {
    width: 35px;
    margin-right: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
  }

  .about-text {
    width: 280px;
  }

  .about-text h3 {
    font-size: 1.1em;
  }

  .orange-background {
    padding: 60px 0px;
  }

  .counter-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .counter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
  }

  .counter-section .white-line {
    height: 200px;
    background: white;
    width: 1px;
  }

  .counter {
    font-size: 3em;
    font-weight: 900;
  }

  .service-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .service {
    width: calc(33%);
    padding: 40px;
    background: var(--blue);
    color: white;
    transition: 0.4s;
  }

  .service img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    transition: 0.4s;
  }

  .service:nth-of-type(even) {
    background: white;
    color: var(--blue);
  }

  .service:nth-of-type(even) img.icon-white {
    display: none;
  }

  .service:hover {
    background: var(--orange);
    color: white;
  }

  .service:nth-of-type(even):hover img.icon-white {
    display: block;
  }

  .service:nth-of-type(even):hover img.icon-orange {
    display: none;
  }

  .service-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-logo img {
    width: 140px;
    height: auto;
  }

  #our-clients {
    background: var(--blue);
    color: white;
  }

  #our-clients h1.background-title {
    color: var(--gray);
    z-index: 1;
    opacity: 0.5;
  }

  #our-clients .background-title-text p {
    z-index: 2;
  }

  #our-clients .orange-line {
    background: white;
  }

  .testimonial-container {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
  }

  .testimonial {
    width: 30%;
    color: var(--lightgray);
  }

  .testimonial-text {
    background: white;
    border-radius: 10px;
    color: var(--darkgray);
    padding: 20px;
    width: 100%;
    height: 206px;
    margin-bottom: 40px;
    position: relative;
  }

  .testimonial-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    margin: 2rem;
    bottom: -41px;
    left: 10px;
  }

  .testimonial-text p {
    margin-bottom: 0px;
  }

  .testimonial h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }

  /*SUBPAGE DESKTOP STYLES*/

  .subpage-hero {
    height: 400px;
    background: var(--black);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
  }

  .subpage-hero h1 {
    margin-bottom: 0px;
  }

  /*FOOTER DESKTOP STYLES*/

  #footer-contact-content {
    background: var(--gray);
    color: white;
    padding-bottom: 140px;
  }

  #footer-contact-content h1.background-title {
    color: var(--darkgray);
    z-index: 1;
    opacity: 0.7;
  }

  #footer-contact-content .background-title-text p {
    z-index: 2;
  }

  #footer-contact-content .orange-line {
    background: white;
  }

  footer {
    background: white;
    position: relative;
  }

  footer .container {
    display: flex;
  }

  .footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: white;
    padding: 60px;
    margin-top: -120px;
  }

  .footer-contact-text {
    width: 340px;
  }

  .footer-contact-icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-contact-icon:first-of-type {
    margin-top: 0px;
  }

  .footer-contact-icon i {
    color: var(--orange);
    margin-right: 20px;
    font-size: 2em;
  }

  .footer-contact-icon span {
    display: block;
    font-weight: bold;
    color: var(--black);
  }

  .footer-contact-icon p {
    margin-bottom: 0px;
  }

  .footer-contact-icon a {
    border-bottom: 1px solid var(--orange);
    position: relative;
  }

  .footer-contact-icon a:hover {
    color: var(--orange);
  }

  .footer-contact-form {
    width: 600px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .footer-contact-form input {
    width: calc(50% - 10px);
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    color: var(--gray);
    border: none;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
  }

  .footer-contact-form #subject {
    width: 100%;
  }

  .footer-contact-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-family: "Monsterrat", sans-serif;
    color: var(--gray);
    border: none;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
  }

  .footer-contact-form #submit {
    width: 35%;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: var(--blue);
    padding: 12px 20px;
    transition: 0.3s;
    margin-top: 10px;
    border: 3px solid var(--blue);
  }

  .footer-contact-form #submit:hover {
    background: white;
    color: var(--blue);
    cursor: pointer;
  }
}

/*** MOBILE STYLES ***/
@media (width <= 1099px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .content {
    padding: 60px 20px;
  }

  h1 {
    font-size: 2em;
  }

  /***** HEADER MOBILE STYLES *****/

  a#headerLogo {
    display: none;
  }

  #navContainer {
    border-bottom: 1px solid var(--lightgray);
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    z-index: 200;
  }

  #topHeader {
    margin: 0px !important;
    padding: 0 !important;
  }

  #topHeader img {
    float: left;
    width: 210px;
    height: auto;
    padding: 10px 10px 13px;
    position: relative;
    z-index: 10;
  }

  /* NAV */

  #myTopnav {
    background-color: transparent !important;
  }

  /* Hamburger bars styles*/
  a.icon {
    position: absolute;
    display: block;
    font-size: 32px;
    right: 20px;
    top: 24px;
    color: var(--blue);
    font-weight: bold;
  }

  a.icon:hover {
    background: none !important;
  }

  a#overlayLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 210px;
    height: auto;
    border-bottom: none;
    padding: 10px 10px 13px;
    /*      z-index: 11;*/
  }

  #overlayLogo img {
    width: 100%;
    height: auto;
  }

  #overlayLogo:hover {
    background: transparent !important;
  }

  #headerEmail {
    height: fit-content !important;
    display: none;
  }

  /* The Overlay (background) */
  .overlay {
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    right: 0;
    top: 0;
    background: white;
    color: var(--blue);
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: height 0.8s ease-out;
    box-shadow: -5px 0px 10px 2px rgba(0, 0, 0, 0.3);
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 8%; /* 10% from the top */
    text-align: left;
    margin-top: 40px;
    padding: 0 8px;
  }

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 16px 8px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: inherit;
    border-bottom: 1px solid lightgray;
    display: flex;
    justify-content: space-between;
    transition: 0.3s; /* Transition effects on hover (color) */
    padding-left: 20px;
    margin-right: 5px;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    top: 11px;
    right: 13px;
    padding: 10px !important;
    font-size: 55px;
    color: var(--blue) !important;
    border-bottom: none !important;
    margin-right: 0px;
  }

  .overlay .closebtn:hover {
    background: none !important;
    color: white !important;
  }

  .overlay a:hover,
  .dropdown:hover .d-btn {
    color: #fff !important;
    background: var(--orange);
    transition: background-color 0.4s;
  }

  .topnav {
    margin-top: 30px;
  }

  /*.topnav a{
    border-radius: 5px;
  }*/

  .d-btn {
    font-weight: 500;
    font-size: 1.15em !important;
  }

  .d-btn i,
  .current i {
    margin-right: 10px;
    transition: transform 0.5s;
  }

  .d-btn .rotate,
  .current .rotate {
    transform: rotate(-180deg) translateY(2px);
    transform-origin: 50% 50%;
  }

  #header-tel i {
    margin-right: 10px;
  }

  .topnav a.current {
    color: var(--orange);
  }

  .d-content {
    display: none;
    z-index: 10;
    margin: 10px 0;
  }

  .hidden-row {
    display: none;
    margin: 15px 0;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .hidden-row a {
    /*    padding-left:30px;*/
    border-bottom: none;
    font-size: 0.95em;
    padding: 12px;
    line-height: 1em;
  }

  .hidden-row a:hover {
    color: var(--orange) !important;
  }

  .d-content,
  .hidden-row {
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .column {
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .column a {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 0.95em;
    font-weight: 400;
    border-bottom: none;
  }

  .column a:last {
    margin-bottom: 20px;
  }

  a.full-width {
    width: 100%;
  }

  .column h3 {
    color: inherit;
    background-color: #e0e0e0;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px;
    padding-left: 10px;
    font-size: 0.9em;
  }

  .column a:hover {
    color: #fff;
    background: var(--orange);
    transition: background 0.2s, color 0.2s;
  }

  .hidden-row a:hover {
    background: white;
    color: var(--orange);
  }

  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {
    display: block;
  }

  .show-flex {
    display: flex;
  }

  #mobile-section {
    padding: 0 0 20px 15px;
    margin-top: 60px;
  }

  .mobile-social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .mobile-social a {
    border-bottom: none;
    padding: 10px 8px;
    border-radius: 5px;
  }

  #header-mobile-text i {
    margin-right: 10px;
  }

  #header-mobile-text a {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    padding: 0 0 2px 0;
    margin-bottom: 10px;
    border-bottom: none;
    width: fit-content;
    border-radius: 5px;
  }

  #header-mobile-text a:hover {
    background: transparent;
    color: var(--orange);
  }

  a.header-tel i {
    margin-right: 10px;
  }

  #ask-a-question {
    color: var(--orange);
  }

  /*HERO MOBILE STYLES*/

  #homepage-hero {
    height: 700px;
    background: url(images/homepage-hero.jpg) no-repeat center;
    background-size: cover;
    color: white;
    margin-top: 70px;
  }

  #homepage-hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }

  #homepage-hero h1 {
    font-size: 2.5em;
    font-weight: 400;
  }

  #homepage-hero h2 {
    font-size: 1.25em;
    font-weight: 900;
  }

  #homepage-hero a {
    display: block;
    width: fit-content;
    background: var(--orange);
    color: white;
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    font-weight: bold;
  }

  #homepage-hero a:hover {
    background: transparent;
    color: var(--orange);
    box-shadow: 1px 6px 16px 1px var(--orange);
  }

  #homepage-hero a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 2px solid white;
    border-top: 2px solid white;
    transition: height 0.4s, width 0.4s, opacity 0.1s;
    opacity: 0;
  }

  #homepage-hero a:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transition: height 0.4s, width 0.4s, opacity 0.1s;
    opacity: 0;
  }

  #homepage-hero a:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #homepage-hero a:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
  }

  .background-title-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    max-width: 600px;
    margin: 20px auto 60px;
    text-align: center;
  }

  h1.background-title {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate3d(-50%, 50%, 0px);
    color: var(--lightgray);
    z-index: -1;
    font-size: 4em;
    text-transform: uppercase;
    margin-bottom: 0px;
  }

  .background-title-text p {
    margin-bottom: 0px;
    font-weight: 600;
  }

  .orange-line {
    width: 50px;
    height: 2px;
    background: var(--orange);
    margin: 60px auto;
  }

  .about-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 260px;
    margin: 10px;
  }

  .about-img {
    width: 30px;
    margin-right: 20px;
  }

  .about-img img {
    width: 100%;
    height: auto;
  }

  .about-text {
    width: 210px;
  }

  .about-text h3 {
    font-size: 1.1em;
  }

  .orange-background {
    padding: 40px 20px;
  }

  .counter-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }

  .counter-section .white-line {
    height: 1px;
    background: white;
    width: 100%;
    margin: 60px 0;
  }

  .counter {
    margin-top: 10px;
    font-size: 3em;
    font-weight: 900;
  }

  .service-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
  }

  .service {
    width: calc(33%);
    padding: 40px;
    background: var(--blue);
    color: white;
    transition: 0.4s;
  }

  .service img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    transition: 0.4s;
  }

  .service:nth-of-type(even) {
    background: white;
    color: var(--blue);
  }

  .service:nth-of-type(even) img.icon-white {
    display: none;
  }

  .service:hover {
    background: var(--orange);
    color: white;
  }

  .service:nth-of-type(even):hover img.icon-white {
    display: block;
  }

  .service:nth-of-type(even):hover img.icon-orange {
    display: none;
  }

  .service-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .service-logo img {
    width: 120px;
    height: auto;
  }

  #our-clients {
    background: var(--blue);
    color: white;
  }

  #our-clients h1.background-title {
    color: var(--gray);
    z-index: 1;
    opacity: 0.5;
  }

  #our-clients .background-title-text p {
    z-index: 2;
  }

  #our-clients .orange-line {
    background: white;
  }

  .testimonial-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .testimonial {
    width: 30%;
    color: var(--lightgray);
  }

  .testimonial-text {
    background: white;
    border-radius: 10px;
    color: var(--darkgray);
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  .testimonial-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    margin: 2rem;
    bottom: -41px;
    left: 10px;
  }

  .testimonial-text p {
    margin-bottom: 0px;
  }

  .testimonial h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }

  /*SUBPAGE MOBILE STYLES*/

  .subpage-hero {
    margin-top: 70px;
    height: 250px;
    background: var(--black);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .subpage-hero h1 {
    margin-bottom: 0px;
  }

  /*FOOTER MOBILE STYLES*/

  #footer-contact-content {
    background: var(--gray);
    color: white;
    padding-bottom: 120px;
  }

  #footer-contact-content h1.background-title {
    color: var(--darkgray);
    z-index: 1;
    opacity: 0.7;
  }

  #footer-contact-content .background-title-text p {
    z-index: 2;
  }

  #footer-contact-content .orange-line {
    background: white;
  }

  footer {
    background: white;
    position: relative;
  }

  footer .container {
    display: flex;
  }

  .footer-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    padding: 60px 20px;
    margin: -120px auto 0;
  }

  /*.footer-contact-text{
    width: 340px;
   }*/

  .footer-contact-icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-contact-icon:first-of-type {
    margin-top: 0px;
  }

  .footer-contact-icon i {
    color: var(--orange);
    margin-right: 20px;
    font-size: 2em;
  }

  .footer-contact-icon span {
    display: block;
    font-weight: bold;
    color: var(--black);
  }

  .footer-contact-icon p {
    margin-bottom: 0px;
  }

  .footer-contact-icon a {
    border-bottom: 1px solid var(--orange);
    position: relative;
  }

  .footer-contact-icon a:hover {
    color: var(--orange);
  }

  .footer-contact-form {
    margin-top: 60px;
    padding: 20px;
    background: #f5f5f5;
    max-width: 600px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .footer-contact-form input {
    width: calc(50% - 10px);
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    color: var(--gray);
    border: none;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
    background: transparent;
  }

  .footer-contact-form #subject {
    width: 100%;
  }

  .footer-contact-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-family: "Monsterrat", sans-serif;
    color: var(--gray);
    border: none;
    border-bottom: 1px solid var(--gray);
    margin-bottom: 20px;
    background: transparent;
  }

  .footer-contact-form #submit {
    width: fit-content;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background: var(--blue);
    padding: 12px 20px;
    transition: 0.3s;
    margin-top: 10px;
    border: 3px solid var(--blue);
  }

  .footer-contact-form #submit:hover {
    background: white;
    color: var(--blue);
    cursor: pointer;
  }
}

@media (width <= 500px) {
  h1.background-title {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translate3d(0%, 0%, 0px);
    color: var(--lightgray);
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
  }

  #our-clients {
    background: var(--blue);
    color: white;
  }

  #our-clients h1.background-title {
    color: var(--gray);
    z-index: 1;
    opacity: 0.5;
  }

  #our-clients .background-title-text p {
    z-index: 2;
  }

  #our-clients .orange-line {
    background: white;
  }

  .service {
    width: 100%;
  }

  .testimonial-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .testimonial {
    width: 100%;
    color: var(--lightgray);
    margin-bottom: 40px;
  }

  .testimonial:last-of-type {
    margin-bottom: 0px;
  }

  .testimonial-text {
    background: white;
    border-radius: 10px;
    color: var(--darkgray);
    padding: 20px;
    width: 100%;
    height: 206px;
    margin-bottom: 40px;
    position: relative;
  }

  .testimonial-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid white;
    margin: 2rem;
    bottom: -41px;
    left: 10px;
  }

  .testimonial-text p {
    margin-bottom: 0px;
  }

  .testimonial h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}
