
html, body {
  overflow-x: hidden;
}

body {
  max-width: 1200px;
  background: #f5f5f5;
}
nav {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 10;
}

nav ul {
  margin-bottom: 0;
}
nav ul li {
  display: inline-block;
  padding-left: .5rem;
  margin: 0;
}
.navbar-branding img{
 width: 100%;
}


.mobile-hide {
  display: none;
}

#menuToggle .fa {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  padding-top: 10px;
  color: #0775b0;
}

.header-row h1 {
  /* border-bottom: 1px solid #0775b0; */
  color: #fff;
}

.header-row {
  background-image: url('assets/tech-bg-blackoverlay.png');
  background-size: cover;
      margin-top: 5rem;
}

.header-row p {
  color: #fff;
}

h2 {
  background-color: #0775b0;
  color: #fff;
}
.product-card {
 /* border-bottom: 1px solid #0775b0; */
 padding: 0 3.5rem;
}

.product-card img {
  width: 100%;
  /*padding: 0 3rem;*/
}

.cta-button {
  background-color: #0775b0;
  color: #fff;
  height: 50px;
}

.cta-button a {
  color: #fff;
  text-decoration: none;
}

.arrow {
  z-index: 3;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
/*  width: 100px;
  height: 100px;*/
  font-size: 3rem;
  color: #0775b0;
  background-color: #fff;
  border-radius: 100%;
  height: 31px;
}

.left-arrow {
  top: 320px;
  left: 20px;

}

.left-arrow .fa {
  margin-right: auto;
}

.right-arrow {
  top: 320px;
  right: 20px;

}

.right-arrow .fa {
  margin-left: auto;
}
form {
  padding: 1.5rem 0;
}
.form-group {
  width: 100%;
  padding: .25rem 2rem;
}
.form-group label {
  display: block;
}
.form-group input {
  width: 100%;
  height: 40px;
}

.cta-wrapper {
  padding: .5 rem 2rem;
}
form button {
  background-color: #0775b0;
  color: #fff;
  width: 100%;
  height: 40px;
  border: none;
}


@media only screen and (min-width:575px) {
  .menu-col {
    display: none!important;
  }

  .header-row {
    margin-top: 6rem;
  }

  nav {
    height: 100px;

  }

  .navbar-branding img {
    width: 45%;
    padding-left: 3rem;
  }

  .mobile-hide {
    display: block;
  }

  .desktop-hide {
    display: none;
  }

  ul li {
    margin-left: 2rem!important;
    font-size: .8rem;
    cursor: pointer;

  }
  ul li a {
    color: black;
    text-decoration: none;
  }

  ul li:last-child {
    background-color: #0775b0;
    line-height: 3 ;
    padding: 0 1rem;
    text-align: center;
    border: none;
  }

  ul li:last-child a {
      color: #fff!important;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
  .product-card {
    display: flex;
    padding: 2rem 0;
  }
  .product-card img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    object-fit: cover;
  }

  .product-card h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product-card .description {
    width: 55%;
  }

  .product-row {
    display: block!important;
  }

  .product-row .description-wrapper .py-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }

  .description-wrapper {
    padding-left: 2rem;
  }
  .cta-button {
    width: 25%;
  }
}


@media only screen and (max-width: 575px) {
  #menuItems {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 1px solid #d4d4d4;
  }
  #menuItems ul {
    padding: 0;
  }
  #menuItems li {
    background-color: #fff;
    display: block;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #d4d4d4;
  }

}
