* {
    margin: 0;
    padding: 0;
}

body {
  background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #000000;
  font-style: italic;
}

a:hover {
  color: #707070;
  text-decoration: underline;
}

.photo img{
  position: relative;
  width: 100%;
  margin: 0px;
}

.logo-sm {
  display: inline;
  max-width: 300px;
}

.brand img{
  margin-left: 70px!important;
  max-width: 150px;
}

.box {
  padding: 0 30px;
}

.txtbox {
  vertical-align: bottom;
  line-height: 1.4;
}

.txtbox1{
  font-size: 40px;
  color: #C1AC5E;
}

.txtbox2{
  font-size: 30px;
  color: #707070;

}


.text{
  width: 100%;
  margin: 20px;
  border-bottom: 1px solid black;
}


.cont5{
  margin-top: 30px;
  font-size: 30px;
  color: #707070;
}


/* Form */

.emailfield {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1 solid #000000;
}

::placeholder {
  color: #707070;
  opacity: 1;
  font-style: italic;
  font-size: 28px;
}

.box > div {
  padding-bottom: 20px;
}

.form-row {
  padding-bottom: 10px;
}

.form-check {
  padding-left: 0 !important;
}

.form-check-input {
  margin-left: 0 !important;
}

.form-check-label {
  margin-left: 1.25em !important;
}

.btn-container {
  text-align: center;
}

.btn {
  border-radius: 30px;
  font-size: 32px !important;
  width: 80%;
}

.btn-success {
    color: #ffffff;
    background-color: #C1AC5E;
    border-color: #C1AC5E;
}

.btn-success:hover {
  background-color: #707070;
  border-color: #707070;
}

.btn-success:active {
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  text-decoration: none !important;
}

.form-group-solid2 {
    font-size: 15px;
    border-bottom: 1px solid #000;
    margin: 20px;
    margin-left: 30px;
}

#fieldemail {
  font-size: 28px;
  font-style: italic;
  color: #707070;
}

#errormsg {
  height: 24px;
  margin-bottom: 40px;
  color: #ff6f27;
}

.txt{
  width: 400px;
}

#pp-label {
  color: #707070;
}


.froom{
  margin-top: 30px;
}


.bono{
  margin-top: 50px;
}


.line-icon-0 img{
  width: 100px;
}


.pho img{
  margin-top: 50px;
  margin: auto;
}

.body_ img{
  white:40px;
}


.txt1{
  margin-top: 100px;
  font-size: 20px;
}


.cont3{
  font-size: 15px;
  color: #606060;
  margin-top: 150px;
  text-align: left;
}

.graph img{
  width: 500px;
  margin: 70px;
}

.text-icon{
  margin-top: 70px;
}

.cont-text-icon0{
  font-size: 30px;
  margin: auto;
  color:#707070;
}

/* Footer */

.footer {
  width: 100%;
  min-height: 100px;
  background-color: #707070;
  color: #ffffff;
  text-align: center;
}

.footer-copy {
  margin: auto;
}

@media screen and (max-width: 600px) {
  .brand img {
    margin-left: 0 !important;
    max-width: 60px;
  }
  #s2-left {
    float: left;
  }
}