* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* navigation styles */
ul {
  list-style: none;
}

p {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
  /* width: 30%; */
  position: relative;
}
@media only screen and (max-height: 850px) {
  p{
    left: 340px;
  }
}
@media only screen and (max-width: 450px) {
  p{
    position: relative;
    width: 80%;
    top: 1px;
    left: 70px;
  }
}

h2,h3,h4,h5 {
  font-family: proxima-nova, sans-serif;
font-weight: 700;
font-style: normal;
margin-bottom: 15px;
}

#fa-icon {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  font-size: 35px;
  position: relative;
  bottom: 100%;
  z-index: 100;
  color: #fff;
  
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.9;
  color: #fff;
  width: 100%;
  height: 105px;
  top: 0; /*<- alwasy will be stuck to the top*/
  padding: 0 380px;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 10;
}
.navbar a {
  color: #ffffff;
  padding: 10px 20px;
  margin: 0 5px;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar a:hover{
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

.navbar ul {
  display: flex;
}

.navbar .logo {
  font-weight: bolder;
}

/* Hero section styles */

.hero {
  background: url('/assets/images/silicon-swamp-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
  position: relative;
  color: #fff;
  border-bottom: 8px solid #42d3b4;
}
.content .color-logo {
  margin-bottom: 24px;
}
.menu-toggle {
  height: 70px;
  /* background-color: #42d3b4; */
  cursor: pointer;
}

/* Nav styles */
@media only screen and (min-width: 1418px) {
  
  nav.mobile {
    width: auto;
    visibility: hidden;
    display: none;
  }

  .mobile ul {
    display: none;
  }
}

@media only screen and (max-width: 1419px) {
  .navbar  {
    display: none;
  }
}

.mobile ul li {
  margin-bottom: 10px;
  /* background-color: #42d3b4; */
  border-color: rgba(238, 238, 238, 0.603);
}

.mobile ul li:hover {
  /* background-color: #3cbea2; */
}

.mobile ul li a {
  color: #ffffff;
  padding-left: 2%;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mobile ul li a:hover {
  color: #ffffff;
}

.mobile ul {
  /* padding-top: 15px; */
  /* background-color: #42d3b4; */
  overflow: hidden;
  visibility: hidden;
  position: relative;
  bottom: 85%;
  z-index: 10;
}

fa-icon{
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  padding-top: 15px;
  font-size: 35px;
  position: relative;
  z-index: 100;
}
.contact-us-box {
  display: flex;
  justify-content: center;
  background: #dfdfdf;
  /* height: 570px; */
  padding: 30px 0px;
}

form {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 60%;
  /* height: 1000px; */
  border-radius: 5px;
  padding: 15px;
  display: block;
}

.input-row {
  display: flex;
  justify-content: center;
}
.input-col, .subject {
  display: flex;
  flex-direction: column;
  flex: 1 0 0px;
  padding: 10px;
  width: 50%;
}

.input-col.hidden {
  display: none;
}

.subject {
  position: relative;
  left: 25%;
}
.input-col input, .input-col select {
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
  border-color: #cecece;
}

.input-col input[type="file"] {
  padding: 11px 15px;
}

.input-col input:focus  {
  background-color: #f2fffa;
  border-color: #d2e6d2;
  outline: none;
  border-radius: 5px;
  border-style: solid;
}

.input-col input::placeholder {
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
}

.input-row label, label {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 15px;;
}
#subject{
  padding: 14px;
  outline: none;
  border-radius: 5px;
  border: 2px solid grey;
}
.input-col-msg-box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  position: relative;
}

.faicon {
  color: #28a197;
  position: absolute;
  text-align: right;
  width: 27%;
  margin-top: 48px;
}

.submit-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.submit-btn {
  flex: 1 0 0px;
  background-color: #1f5ddb;
  color: #ffffff;
  border-radius: 10px;
  padding: 11px;
  text-decoration: none;
  height: 70px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  outline: none;
  border: none;
  position: relative;
  max-width: 250px;

}
@media only screen and (max-width: 450px) {
  .form-title{
      position: relative;
      top: 0% !important;
  }
}
.g-recaptcha{
  position: relative;
  display: inline-block;
  top: 1%;
}

.content-boxs{
  display: flex;
  justify-content: center;
  width: 100%;
}

.box {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: auto;
}

i {
  color: #1b50df;
  padding: 10px;
}

.build-and-scale {
  background-image: url(/assets/images/build-and-scale.png);
  height: 475px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #ffffff;
}

.icon-title {
font-size: 30px;
padding-bottom: 20px;
color: #333333;
}
.menu-items {
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: flex-start;
  padding: 15px;
}

.menu-items a {
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 17px;
  padding: 5px;
}
form .form-title{
  text-align: center;
  padding: 32px;
  /* margin-bottom: 35px; */
  position: relative;
    /* top: 5%; */
}

.form-title h2{
  font-size: 40px;
}

form {
  display: flex;
  position: relative;
  /* bottom: 490px; */
  flex-direction: column;
  background-color: white;
  width: 60%;
  border-radius: 5px;
  padding: 15px;
  display: block;
  margin-top: -490px;
  
}

.input-row {
  display: flex;
  justify-content: center;

}

.input-col {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%;
  
}

.input-col input {
  padding: 15px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
}

.input-col input:focus  {
  background-color: #f2fffa;
  border-color: #d2e6d2;
  outline: none;
  border-radius: 5px;
  border-style: solid;
}

.input-col input::placeholder {
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;
}

textarea {
  padding: 20px;
  outline: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}

textarea:focus {
  background-color: #f2fffa;
  border-color: #d2e6d2;
}


.input-row label {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
margin-bottom: 15px;
}

.faicon {
  color: #28a197;
  position: absolute;
  text-align: right;
  width: 27%;
  margin-top: 48px;
}

.image-col {
  height: 170px;
  margin: 10px;
  padding: 40px;
  text-align: left;
}

.footer-col a {
color: #28a197;
}


.title-section{
  width: 53%;
}

.title-section h2 {
  font-size: 34px;
}

.title-section p {
  font-size: 20px;
}

#about-the-swamp {
  margin-bottom: 35px;
}

/* styling for thanks */

.hero-thanks{
  background: url('/assets/images/silicon-swamp-hero.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 969px;
  position: relative;
  color: #fff;
}
.thanks-box{
  display: flex;
  justify-content: center;
  z-index: 10;
  position: relative;
  bottom: 550px;
  left: 650px;
  width: 800px;
  height: 200px;
}
.thanks{
  text-align: center;
  font-size: 2.5rem;
  color: white;
  font-family: proxima-nova,sans-serif;
  position: relative;
  bottom: 500px;
}
@media only screen and (max-height: 850px) {
  .thanks-box{
    left: 450px;
  }
  .hero-thanks{
    height: 753px;
  }
}
.return{
  text-align: center;
  font-size: 1.5rem;
  color: white;
  font-family: proxima-nova,sans-serif;
  position: relative;
  bottom: 500px;
}

.footer {
  background-color: #2c2c2c;
  display: flex;
  justify-content: center;
}

.footer .footer-container {
  color: white;
  width: 60%;
  padding: 30px 0px;
}

.progess {
  display: block;
  margin: 10px 0px;
  position: relative;
  height: 20px;
  border: 2px solid #42d3b4;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.progess.hidden {
  display: none;
}

.progess .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #42d3b4;
}