.big-g {
  font-family: Montserrat-Bold;
  position: absolute;
  margin-top: -150px;
  margin-left: -150px;
  font-size: 750px;
  overflow: hidden;
  color: #afb1b910;
  min-width: 300px;
}

.display-page {

  width: 100%;
  position: absolute;
  display: none;
  background-color: white;
  z-index: 100;
  /* overflow-x: hidden; */
}


.main-body {
  width: 70%;
  margin-left: 15%;

}

.number-label {
  color: #adacb7;
  font-family: regular;
  font-size: 14px;
  padding-bottom: 10px;
}

.number-label img {
  width: 25px;
  top: 5px;
  left: 3px;
  position: relative;
  cursor: pointer;
}

.project-details {
  display: flex;
  margin-top: 30px;
  font-family: regular;
  color:#adacb7;

}

.project-detail1 {
  width: 60%;
  padding-right: 20px;
}

.project-detail2 {
  width: 40%;
}

.details-title {
  font-size: 20px;
  hyphens: auto;
  word-break: break-word;
}

.details-text {
  font-size: 24px;
  padding-bottom: 20px;
  overflow-wrap: break-word;
}

.concept-details {
  margin-top: 10px;
  font-family: regular;
  color: #b9b7b7;
  font-size: 24px;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.project-details div:nth-child(0) {
  width: 80%;
}

.pg {
  height: 80vh;
  width: auto;
}

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width:100%
}

.logo-icon {
  margin-top: 150px;
  align-items: center;
  justify-content: center;

}

.small-title {
  padding-top: 40px;
  font-family: Montserrat-Bold;
  color: #2d3c80;
}

.page-title {

  padding-top: 150px;
  font-family: listBold;
  font-size: 28px;
  color: #2d3c80;
  text-align: center;
}

.b-t {

  font-family: regular;
  font-size: 28px;
  /* padding-top: 40px;
  color: #adacb7;
  font-family: regular;
  font-size: 28px;

  padding-left: 15%;
  padding-right: 15%;
  text-align: left; */
}


.body-text {
  padding-top: 40px;
  color: #adacb7;
  font-family: regular;
  font-size: 28px;

  padding-left: 15%;
  padding-right: 15%;
  text-align: left;
}

.big-logo {
  padding-top: 200px;
  width: 80%;

}

.main-margin {
  padding-left: 10%;
  padding-right: 10%;
}

.small-body-text {
  font-family: regular;
  color: #adacb7;
}

.narrow-text {
  font-size: 18px;
  padding-top: 30px;
  width: 250px;
  text-align: justify;
}

.fixed-logo {
  z-index: 1;    
  padding: 8px 30px;
	position: sticky;
  top: 0;
  background-color: #f3f2f4;
  height: 120px;
}

.mini-logo {
  width: 50px;
  height: auto;
  position: relative;
  top: 20px
}

.three-title {
  font-family: listMedium;
  color: #adacb7;

  font-size: 5.5vw;
  max-width: 80%;
  padding-top: 20px;
}

.about-symbol {
  width: 50%;
  margin-left: 60%;
  opacity: .1;
  height: auto;
  align-content: right;
}

.symbol-closed {
  margin-top: -100px;
}

.symbol-open {

  width: 50%;

  opacity: .1;

  position: relative;
  top: -100px;
  left: -100px;
  align-content: left;
}



.video-section {

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-style: solid;
  border-width: 35px;
  border-color: #f1f2f3;


}

.grey-bordered {

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-style: solid;
  border-width: 35px;
  border-color: #f1f2f3;

  max-width: 70%;
  margin-left: 15%;
}

.about-video {
  width: 100%;
  /* padding:2%;
  margin-left: 15%;
  margin-top: 100px; */
}

.page-video {
  width: 100%;
  padding: 20px;
}

.serv {
  /* content: ""; */
  width: 80%;
  display: table;
  clear: both;

  padding-top: 40px;
  color: #adacb7;
  font-family: regular;

}

.column {
  float: left;
  width: 33.33%;
}


.empty-square {

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;

  border-style: solid;
  border-width: 25px;
  border-color: #f1f2f3;

  width: 25%;
  height: 400px;

}

.where-section {
  margin-top: 20vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.where-text {
  padding-top: 40px;
  color: #adacb7;
  font-family: regular;
  font-size: 28px;
  width: 60%;

}

.when-section {
  padding-top: 200px;
  padding-left: 10%;
  padding-right: 10%;
}

.client-logos {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

.logo-icon {
  max-width: 100px;
  padding: 20px;
  height: 100%;
  width: auto;
}

.bell-about {
  /*  padding-top: 50px;*/

  opacity: .4;
  width: 70vw;


}

.bell-frame {
  /* position: absolute; */
  margin-left: 60%;
  overflow: hidden;
}

.contact-section {
  z-index: 100;
  /* margin-top: -120vh; */
  /* display: flex;
  justify-content: center; */

  padding-left: 10%;
  padding-right: 10%;

}

.contact-div {
  width: 50%;
  position: relative;
  min-width: 250px;
}

.contact-details {
  padding-top: 250px;
  padding-bottom: 40px;
  color: #adacb7;
  font-family: listMedium;
  font-size: 22px;
}

.hello {
  font-family: Montserrat-Bold;
  color: #adacb7;
}

.email-message {
  display: none;
}

.contact-info {

  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;

}

.input-text {

  font-family: regular;
  color: #CCCCCC;

  border-style: none;
  border-bottom: 1px dotted #CCCCCC;

  background: none;

  margin-bottom: 15px;
  width: 70%;

}

.input-text::placeholder {
  font-family: regular;
  color: #CCCCCC;
}

.input-form {
  padding-top: 200px;

}

textarea:focus,
input:focus {
  outline: none;
}

.send-btn {
  border: none;
  background: none;
  padding-top: 60px;
  position: absolute;
  right: 30%;
  cursor: pointer;
}

.about-page .terms-policy {
  margin-top: 32vh;
}

.terms-policy {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
  font-family: regular;
  color: #999999;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;

  margin-top: 200px;
}

@media only screen and (max-width: 800px) {

  .column {
    width: 100%;
  }

  .serv {
    text-align: center;
  }

  .how-section {
    margin-top: 200px;
  }

  .which-section {
    margin-top: 200px;
  }

  .service-title {
    text-align: center;
  }

  .contact-section {
    /* margin-top: -20vh; */
    /* display: flex;
    justify-content: center; */
  }

  .fixed-logo {
    /* position:relative; */
    height: 50px;
    padding: 7px;
  }

  .big-g {
    display: none;
  }


}

@media only screen and (max-width: 600px) {

  .mini-logo {
    width: 26px;
    top: 5px;
    right: -6px;
  }

  .footer{
    margin-top:500px
  }

  .footer-item{
    flex: 1 1 1;
    width: auto;
    text-align: left;
    flex-basis: auto;
  }

  .social-icons {
  
    display:flex; 
    flex-flow:column;
    justify-content:space-between;
    gap: 20px;
    width:100px;
    
  }

  .terms-policy{
    margin-bottom: 200px;
  }

  .contact-details{
    padding-top: 0px;
    margin-top: -70px;
  }

  .input-form{
    padding-top: 20px;
  }

}