* {
    margin: 0;
    padding: 0;
}

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

main {
  background-color: #707070;
}

header {
  background-color: #ffffff;
}

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

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

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

.section1 {
  margin-top: 30px;
  background-color: #ffffff;
}

.seciont1 .col-md-6 {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.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;
}


.cont-txt{

}

.cont_1{

}

.section2 {
  /*margin-top: 30px;*/
  background-color: #ffffff;
}

.section3 {
  /*margin-top: 30px;*/
  background-color: #ffffff;
}


/* Form */

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

::placeholder {
  color: #000000;
  opacity: 1;
  font-style: italic;
}

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

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

.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;
}

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

.txt{
  width: 400px;
}




.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;
}