html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
}
html {
  min-height: 100%;
  position: relative;
}

h1,h2,h3,h4,h5,input,textarea,button, li {
  font-family: 'Montserrat', sans-serif;
}
p, a {
  font-family: 'Lato', sans-serif;
}
a { text-decoration: none; }
a, button { cursor: pointer; }
button:focus { outline:0; }

/* NAV BAR */
.nav-bar {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 2px 3px 5px -2px rgba(0,0,0,.2);
  z-index: 99;
}
.nav-bar img {
  margin: 2px 0 0 6px;
  height: 100%;
  width: auto;
  float: left;
}
.btn-group {
  margin: 20px 10px 0 0;
  float: right;
  display: none;
}
.btn-group a {
  font-weight: 700;
  margin: 5px;
  text-decoration: none;
  color: #4A4A4A;
}
.btn-group a:hover {
  color: #FF8A3D;
}
.menu-btn {
  margin: 10px 10px 0 0;
  position: absolute;
  right: 0;
  float: right;
  background-color: transparent;
  border: none;
  font-size: 25px;
  color: #0C4791;
  cursor: pointer;
  outline: none;
}
#close-btn{
  margin: 4px 10px 0 0;
  font-size: 40px;
  display: none;
}
.btn-group .active-page {
  color: #FF8A3D;
}
/* MENU NAV */
.menu-nav {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 80;
  background-color: #3724ED;
  padding: 80px 1em;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  display: none;
}
.menu-nav a {
  text-decoration: none;
  font-size: 20px;
  color: #AFBDED;
  line-height: 50px;
}
.menu-nav span a {
  color: #FC8332;
}
.menu-nav a:hover {
  color: #FFFFFF;
}
#menu-nav-content {
  display: none;
}

/* ------------------ HOME PAGE ------------------- */

/* HEADLINE */
.headline {
  color: #FFFFFF;
  background-color: black;
}
#home-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#home-headline::after {
  content: "";
  background-image: url(./assets/home-banner.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
#home-headline header {
  margin-top: 60px;
  padding: 0.8em;
}
#home-headline header h1 {
  font-size: 1.8em;
  font-weight: 100;
}
#home-headline header span {
  color: #0C4791;
  font-weight: 900;
}
/* CAROUSEL */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: 30px auto;
}
.slide {
  display: none;
}
.home-btn {
  background-color: rgba(0,0,0,0.7);
  border: 2px solid #C86928;
  border-radius: 5px;
  font-size: 15px;
  padding: 8px 20px;
  max-width: 190px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #C86928;
}

.home-btn:hover, .home-btn:focus {
  background-color: #FF7519;
  border: 2px solid #FF7519;
  color: #f2f2f2;
}
 #options {
  width: 100%;
}
#options br {
  clear: left;
}
.dot {
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  height: 80px;
  width: 50%;
  padding: 0 20px;
  font-size: 13px;
  background-color: #FF8A3D;
  transition: background-color 0.3s ease;
}
.active, .dot:hover {
  background-color: #FFA66B;
}
/* MID */

.other-section {
  margin: 0 auto;
  padding: 30px 1em;
  color: #4A4A4A;
  background: #EFEFEF;
  overflow: hidden; 
  position: relative;
  z-index: 5;
}
.contact {
  padding-bottom: 0;
}
/* SECTIONS */
.section {
  position: relative;
  background-color: transparent;
  padding: 3em 1em 2em 1em;
  overflow: hidden;
  z-index: 2;
  margin: 20px 0;
}
.col {
  float: left;
}
.section-pic {
  box-sizing: border-box;
  width: 100%;
}
.section-pic img {
  max-width: 100%;
  border-radius: 2px;
}
.section-text {
  color: #4A4A4A;
  text-align: left;
  width: 100%;
}
.section-text h2 {
  color: #FF5A2C;
}
.section-text a {
  font-size: 18px;
  text-decoration: none;
  color: #084887;
  font-weight: 900;
}
.section-text a:hover {
  color: #909CC2;
}
/* GRADIENT */
.gradient {
  margin-top: -404px;
  height: 404px;
  width: 100%;
  border-bottom-right-radius:0%;
  background: linear-gradient(170deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
}
.separator-1 {
  transform: skewY(-8deg);
}
.separator-2 {
  transform: skewY(8deg);
}
.tiny-squares {
  position: absolute;
  right: 0;
  margin-top: -320px;
  z-index: 1;
  display: none;
}
/* CONTACT SECTION */
.team-div {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 3em 1em;
  margin-bottom: 3em;
  position: relative;
  z-index: 10;
}
.team-div::after {
  content: "";
  background: url(./assets/home-team.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.team-div div {
  max-width: 300px;
  margin:0 auto;
}
.team-div a {
  text-decoration: none;
  border: 2px solid #FF7519;
  background-color: #FF7519;
  color: #f2f2f2;
  font-size: 15px;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.team-div a:hover, .team-div a:focus, .submit-btn:hover, .submit-btn:focus {
  border: 2px solid #4A4A4A;
  background-color: transparent;
  color: #4A4A4A;
}
.contact-form {
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 1em;
  margin-bottom: 3em;
}
.half-input {
  box-sizing: border-box;
  width: 100%;
  height: 2.5em;
  margin: 5px;
}
input::placeholder, textarea::placeholder {
  color: #9F9F9F;
  padding-left: 5px;
  font-size: 15px; 
}
.contact-form textarea {
  box-sizing: border-box;
  margin: 5px;
  height: 200px;
  width: 100%;
  resize: none;
}
.submit-btn {
  background-color: #909CC2;
  border: 2px solid #909CC2; 
  font-size: 15px;
  padding: 10px;
  margin: 10px;
  width: 100px;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.download-btn {
  width: 130px;
}

#honeypot {
  display: none; /*makes the field not visible to humans*/
}
/* BOTTOM SECTION */
.clients {
  background-color: #FFFFFF;
  text-align: center;
  width: 80%;
  margin:0 auto;
  border-bottom: 1px solid #DFDFDF;
}
.partners {
  background-color: #FFFFFF;
  text-align: center;
  width: 80%;
  margin:0 auto;
}
.clients h2, .partners h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.partners .logo {
  float: left;
  width: 100%;
  margin: 15px 0;
  height: 50px;
}
.parters #middle {
  width: 100%;
}
.partners .logo img {
  height: 100%;
  width: auto;
}
.clients .logo {
  float: left;
  margin: 10px 0;
  width: 100%;
  height: 50px;
}
.clients .logo img {
  height: 100%;
  width: auto;
}
.clients #teleflex img {
  height: 80%;
}

/* FOOTER */
.footer {
  background-color: #3724ED;
  padding: 10px 1em;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #AFBDED;
}
.footer-logo {
  max-width: 150px;
  display: block;
  margin: auto;
}
.footer a {
  text-decoration: none;
  line-height: 30px;
}
.footer-content a {
  color: #AFBDED;
}
.footer-content a:hover {
  color: #FFFFFF;
}
.table {
  display:table;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #5F50F1;
}
.tr {
  display:table-row;
}
.tr b {
  color: #FFFFFF;
}
.footer-left {
  margin: 30px auto 10px auto;
  display:block;
  width:100%;
  font-size: 15px;
  text-align:center;
  float: left;
}
.tr span {
  color: #AFBDED;
}
.footer-center {
  margin: 10px auto;
  display:block;
  text-align:center;
  width:100%;
  float: left;
}
.footer-right {
  margin: 10px auto 0 auto;
  display:block;
  text-align:center;
  width:100%;
  float: left;
}
.footer-right img{
  max-width: 30px;
  margin: 15px 5px;
  opacity: 0.7;
}
.footer-right img:hover {
  opacity: 1;
}
.footer-bottom {
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
}
.footer-bottom a {
  line-height: 20px;
}
.footer-bottom p {
  float: left;
  width: 100%;
  margin: 5px auto;
}
/* --------------- SERVICES ----------------- */
.sub-headline {
  text-align: center;
}

.sub-headline header {
    margin-top: 60px;
    padding: 0.8em;
}
#operations-headline header {
  margin-top: 40px;
}
.sub-headline header h1 {
  font-size: 2.5em;
  margin-top: 50px;
  color: #FFFFFF;
}
.sub-headline header p {
  color: #FFFFFF;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
}
.service-description {
  box-sizing: border-box;
  padding: 3em 2em;
  background-color: #6757FF;
  color: #FFFFFF;
  box-shadow: 0 1px 4px 3px #DFDFDF;
}
.service-description p {
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  max-width: 900px;
  font-family: 'Open Sans', sans-serif;

}
.service-section {
  padding: 3em 2em 1em 2em;
}
.service-section .section-text li {
  margin: 10px 0;
  font-size: 18px;
}
.service-section .section-text h3 {
  font-size: 2em;
  margin-bottom: 0;
}
.service-section .section-text p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  max-width: 870px;
}
.section-box {
  display: none;
  position: absolute;
  right: 5em;
  margin: 0 auto;
  width: 100%;
  float: right;
}
.download-box {
  box-sizing: border-box;
  height: auto;
  padding: 1em;
  margin: 20px 0;
  max-width: 270px;
  color: #FFFFFF;
  background-color: #FF8432;
  border: 1px solid #FF8432;
  border-radius: 5px;
  -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
.download-box:hover {
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  background-color: transparent;
}
.download-box p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.case-study {
  position: relative;
  padding: 2em;
  z-index: 10;
}

.case-study .section-text h2 {
  font-size: 2em;
  color: #084887;
}
.case-study .section-text h4 {
  font-size: 20px;
  margin-bottom: -10px;
}
.client-div {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 3em 1em;
  margin-bottom: 3em;
  position: relative;
  z-index: 10;
  height: 100%;
}
.client-div h3 {
  font-size: 1.5em;
}
.client-subdiv {
  max-width: 300px;
  margin:0 auto;
}
#strategic-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#strategic-headline::after {
  content: "";
  background: url(./assets/strategic-growthV2.jpg);
  background-position: center;
  background-size: 150%;
  opacity: 0.6;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
#operations-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#operations-headline::after {
  content: "";
  background: url(./assets/operations-excellence.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

#project-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#project-headline::after {
  content: "";
  background: url(./assets/project-management.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

#tech-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#tech-headline::after {
  content: "";
  background: url(./assets/technology.jpg);
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

#about-headline {
  display: block;
  position: relative;
  z-index: 1;
}
#about-headline::after {
  content: "";
  background: url(./assets/about.jpg);
  background-position: center 40%;
  background-size: cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
#about-headline h1 {
  margin: 180px 0;
}

.popup {
  display: none;
}
/*
#project-headline header h1, #tech-headline header h1 {
  color: #4A4A4A;
}
*/
.service-logo {
  height: 30%;
  margin: 30px 0;
}
.service-logo img {
  height: auto;
  width: 50%;
}
/* ----------------- ABOUT ----------------*/
.about-gradient {
  transform: skewY(-3deg);
}
.team {
  padding: 2em 1em;
  color: #4A4A4A;
  text-align: center;
}
.member {
  box-sizing: border-box;
  margin: 2em auto;
  float: left;
  width: 100%;
  padding: 0 5%;
}
.member p {
  text-align: left;
  padding-left: 1em;
}
.member-img {
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
}
.member-img img {
  display: inline-block;
  margin: 0 -25px;
  width: 100%;
}
#farook-img {
  display: inline-block;
}
#about-contact-form {
  margin: 0 auto;
  float: none;
  border-left: none;
}

/* ************ BREAKPOINT 1 ************** */
@media (min-width: 550px) {
  
  .case-study .section-text h2 {
    font-size: 2.5em;
  }
  .sub-headline header h1 {
    font-size: 3.5em;
  }
  .clients .logo {
    margin: 20px 0;
    width: 50%;
  }
  .clients #teleflex {
    width: 100%;
  }
  .partners .logo {
    width: 50%;
  }
  #middle {
    width: 100%;
  }
  
}
@media (min-width: 750px) {
  .nav-bar {
    height: 75px;
  }
  .menu-btn {
    margin: 20px 10px 0 0;
  }
  /* HOME PAGE */

  .container {
    max-width: 730px;
    margin: 0 auto;
    height: 400px;
  }
  #strategic-headline .container {
    max-width: 910px;
  }
  #home-headline header h1 {
    margin-top: 70px;
  }
  .dot {
    width: 25%;
  }
  #mid-section {
    height: 100px;
  }
  #mid-section p {
    margin: 1em auto;
    max-width: 500px;
  }
  .section {
    margin: 40px 0;
    padding: 3em 3em 2em 3em;
  }
  .section-pic {
    width: 40%;
  }
  .section-text {
    width: 50%;
  }
  .right-section .section-text {
    float: right;
    text-align: left;
  }
  .left-section .section-pic {
    float: right;
  }
  .separator-2 {
    margin-top: -380px;
  }
  .tiny-squares {
    display: block;
    margin-right: -200px;
  }
  #contact-section {
    padding: 0;
  }
  .team-div {
    width: 50%;
    height: 500px;
    margin-bottom: 0;
    padding: 15% 1em;
    box-sizing: border-box;
  }
  .team-div div {
    height: 60%;
  }
  .contact-form {
    border-left: 1px solid #dadada;
    border-top: none;
    width: 50%;
    padding-left: 2em;
  }
  .half-input {
    width: 46%;
  }
  .contact-form textarea {
    width: 95%;
  }
  .popup-content .contact-form textarea {
    width: 80%;
  }
  .column img {
    max-width: 100px;
  }
  .footer-left, .footer-center, .footer-right {
    width: 33%;
    margin: 30px auto;
  }
  .footer-left {
    text-align: left;
  }
  .footer-right {
    text-align: right;
  }
  .footer-right img {
    max-width: 20px;
  } 
  .footer-bottom p {
    width: 20%;
    text-align: center;
  }
  .footer-logo {
    margin: 20px auto 0 auto;
  }
  .clients .logo {
    margin: 20px 0;
    width: 30%;
  }
  /**/
  #strategic-headline::after {
    background-size: cover;
  }
  .sub-headline header h1 {
    margin-top: 100px;
  }
  .service-section {
    margin-top: 0;
  }
  .service-section .section-text {
    width: 100%;
  }
  .service-section .section-text ul {
    width: 50%;
  }
  .section-box{
    margin: 0;
    width: 50%;
  }
  .download-box {
    float: right;
  }
  .case-study {
    padding: 2em 2em 2em 6em;
  }
  .case-study .section-text {
    width: 80%;
    margin: 0 auto;
  }
  .service-gradient {
    margin-top: -430px;
  }
  .case-study .section-text {
    max-width: 700px;
  }
  .service-squares {
    margin-right: -100px;
    opacity: 0.7;
  }
  .left-squares {
    left: 0;
    right: 1;
    margin-top: 80px;
  }
  .left-squares img {
    max-width: 600px;
  }
  .client-subdiv {
    height: 60%;
  }
  .client-div {
    width: 50%;
    height: 500px;
    margin-bottom: 0;
    padding: 1% 1em;
    box-sizing: border-box;
  }
  .section-box {
    display: block;
  }
  .strategic-client {
    margin: 20px 0;
  }
  .strategic-client img {
    width: 40%;
  }
    /* Popup */
  .popup {
      position: fixed; /* Stay in place */
      z-index: 999; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: hidden; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  .popup-content {
      background-color: #fefefe;
      margin: 10% auto;
      border: 1px solid #888;
      width: 40%; 
  }
  .popup-content .contact-form {
    width: 100%;
    padding: 1em;
    margin-bottom: 0;
  }
  .close {
      color: #aaa;
      float: right;
      margin-right: 10px;
      font-size: 50px;
      font-weight: bold;
  }
  .close:hover, .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }
  .popup-content .half-input {
    width: 80%;
  }
  /* about */
  .about-section {
    padding: 2em 4em 4em 5em;
  }
  .about-section .section-text {
    width: 100%;
  }
  .member {
    width: 50%;
  }
  .member-img {
    height: 300px;
    overflow: hidden;
  }
  .member-img img {
    height: 100%;
    width: auto;
  }
  #farook-img {
    display: flex; justify-content: center;
  }
}

/* ************ BREAKPOINT 2 ************** */
@media (min-width: 1024px) {
  .nav-bar img {
    margin: 2px 0 0 15px;
  }
  
  .btn-group a {
    font-size: 15px;
  }
  .container {
    height: 475px;
  }
  #home-headline header h1 {
    margin-top: 100px;
  }
  .dot {
    line-height: 40px;
    height: 70px;
  }
  .other-section p {
    font-size: 18px;
  }
  #mid-section p {
    max-width: 700px;
    font-size: 20px;
  }
  .section-box{
    margin: 0;
    width: 30%;
  }
  .section-text h2 {
    font-size: 2.5em;
  }
  .section-text p {
    font-size: 20px;
  }
  
  .section-text a {
    font-size: 20px;
  }
  .separator-2 {
    margin-top: -340px;
  }
  .team-div h3 {
    font-size: 1.3em;
  }
  .team-div a {
    padding: 12px;
  }
  .clients .logo {
    margin: 20px auto;
    width: 25%;
  }
  .clients .thirty {
    width: 33%;
  }
  .clients #teleflex {
    width: 33%;
  }
  .partners .logo {
    width: 33%;
  }
  #middle {
    width: 33%;
  }
  /**/
  .client-div h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1125px) {
  .menu-btn {
    display: none;
  }
  .btn-group {
    display: block;
  }
  .btn-group {
    margin: 25px 20px 0 0;
  }
  .btn-group a {
    margin: 5px 13px;
  }
  #home-headline {
    background-position: center 45%;
  }
  #strategic-headline::after {
    background-position: center 45%;
  }
  .home-btn {
    font-size: 18px;
    padding: 8px 12px;
    max-width: 227px;
  }
  #mid-section p {
    max-width: 900px;
  }
  .team-div {
    padding-top: 13%;
  }
  .section {
    padding: 3em 6em;
  }
  .service-section .section-text {
    width: 100%;
  }
  .service-section .section-text ul {
    width: 70%;
  }
  .section-text p, .section-text a {
    font-size: 22px;
  }
  .case-study p {
    font-size: 20px;
  }
  .separator-2 {
    margin-top: -370px;
  }
  .tiny-squares {
    margin-right: 0;
  }
  /* about */
  .about-section .section-text {
    max-width: 100%;
  }
  .about-section .section-text h4 {
    font-size: 20px;
  }
  .about-section .section-text p, .about-section .section-text a {
    font-size: 19px;
  }
  .member {
    width: 33%;
  }
  .member p {
    height: 250px;
    overflow-y: auto;
  }
  .member-img {
    height: 250px;
    width: 197px;
    overflow: hidden;
  }
  .member-img img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1400px) {
  .container {
    height: 600px;
  }
}

/* width */
.member p::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.member p::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.member p::-webkit-scrollbar-thumb {
    background: #A1A1A1; 
}

/* Handle on hover */
.member p::-webkit-scrollbar-thumb:hover {
    background: #888; 
}