/*===========================================================
 Styles for developers
===========================================================*/
.innerpage {
  background-image: url(../img/ico.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 6.35714em 0 0em;
  position: relative;
  min-height: 1080px; }

@media (min-width: 768px) {
  .innerpage {
    margin-bottom: -4.28571em; } }

.innerpage {
  background-color: rgba(255, 255, 255, 0.812);
  padding: 2.57143em 0 2.85714em 0; }

.innerpage-container {
  background: rgba(109, 108, 118, 0.14);
  width: 70%;
  margin: 0px auto;
  padding: 10px 15px;
  border-radius: 10px; }
  
.innerpage .ctext p {
	color: #000;
}