.row [class^="col"] {
  background: #FFF6E4;
  border: 1px solid #FFBC38;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  color: #f9a603;
  font-size: 0.8rem;
}

.col-sm-4 {
  background: #fff !important;
  border: 0px solid #9FCDDC !important;
  padding: 0px !important;
}

.noborder {
  background: none !important;
  border: none !important;
}

.icon-size {
  font-size: 120px;
  color: #FAF4F4 !important;
  display: inline;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
  text-align: left;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul.icons li {
  display: inline-block;
  padding: 0 0.65em 0 0;
}

ul {
  list-style: disc;
  margin: 0 0 0 0;
  padding-left: 1em;
}

ol,
ul {
  list-style: none;
}

p {
  color: #999999;
  font-size: .9rem;
  font-weight: normal;
}

.line {
  height: 1px;
  width: 100%;
  background: #D6D6D8;
  margin: 30px 0;
}
.footer-line {
   style="color:#ffffff;
   border-radius: 0px !important;
   border-bottom: 1px solid #f9a603 !important;
}

.icon {
  text-decoration: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: none;
  position: relative;
}

.icon>.label {
  display: none !important;
}

.icon.alt:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.icon.alt:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.icon.alt {
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.icon.alt {
  display: inline-block;
  border: solid 1px;
  border-radius: 100%;
}

.icon.alt:before {
  display: block;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 0.65em 0 0;
}

ul.icons li:last-child {
  padding-right: 0 !important;
}

.img {
  background-size: contain  !important;;
  background-repeat: no-repeat  !important;;
  text-align: center  !important;;

}

.img-website-mock {
  position: relative !important;
  background-image: url("../img/grid-layout.png")  !important;
  background-position: center;
  height: 0  !important;
  padding-top: 31.8%  !important;
  margin-top: -90px  !important;
  z-index: 200 !important;
}

body {
  background-color: #935d8c;
  background-image: url("../css/images/overlay.png"), linear-gradient(90deg, #f9a603 30%, #f25c00 70%) !important;
  height: 80%  !important;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box  !important;;
  margin: 0px;
  padding: 0px;
}

.download {
  height: 48px;
  width: 180px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  margin-top: 30px;
}

.download:hover {
  background: #fff;
  color: #FE7880;
  text-decoration: none;
}
.download a:link {
  text-decoration: none;
  color: #ffffff;
}

header {
  padding: 30px 0px;
}

footer {
  background-color: #935d8c;
  background-image: url("../css/images/overlay.png"), linear-gradient(90deg, #f25c00 30%, #f9a603 70%);
  margin-top: 100px;
  text-align: center;

  font-family: "Roboto", sans-serif;
}

.el {
  color: #FE7880;
}

.content {
  color: #75C050;
}

.name {
  color: #F9B42D;
}

pre {
  margin-top: 20px;
  overflow: auto;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D8DCE6;
  padding: 14px;
  font-size: 18px;
}

.comment {
  color: #B6CAD2;
}

.downloadbtn {
  padding: 25px;
  background-color: #252525 !important;
  font-size: 18px;
  border: 2px solid #252525;
  color: #ffffff;
  cursor: pointer;
}

.downloadbtn:hover {
  background-color: #ffffff !important;
  color: #252525;
  border: 2px solid #252525;
}

.icon-yellow {
  color: #f9a603 !important;
}

.grid-logo {
  font-size: 50px;
  color: #fff
}
a:link {
text-decoration: none;
}
.heading {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: .1rem;
}

.capital {
  text-transform: uppercase;
  font-size: 44px;
  font-weight:bolder;
  font-weight: 900 !important;
  letter-spacing: .2rem;
}
.white {
color: #ffffff !important;
letter-spacing: .1rem;
}
.white-small {
color: #ffffff !important;
letter-spacing: .1rem;
font-size:10px;
}
.lefts {
text-align: left !important;
}
.rights {
text-align: right !important;
}