
body {
  font-family: 'Montserrat', sans-serif;
  color: #505458;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}

@media (min-width: 1200px) {
.container {
    max-width: 1500px;
}
}

.home-wrapper {
  margin-top: 80px;
}

.home-wrapper h5 {
  margin-bottom: 45px;
  font-size: 17px;
}

.home-wrapper .btn {
  margin-bottom: 70px;
}

.demo-box {
  padding: 20px 0 30px 0; 
  text-align: center;
  position: relative;
}

.demo-box a {
  border: 8px solid #ffffff;
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  box-shadow: 0 1px 50px rgba(153, 153, 153, 0.35);
}

.demo-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.demo-box h4 {
      text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    font-size: 14px;
}

.footer {
  margin-top: 50px;
  padding: 20px 0px;
}

.copyright{
  margin: 0px;
}

.border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0 auto 30px;
  background-color: #01bf86;
}

.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.btn {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 50px;
  -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.btn:hover {
  box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.3);
}

.btn-custom {
    background-color: #009688;
    border-bottom: 2px solid #04796e;
}


.ribbon {
  position: absolute;
  left: 0px;
  top: 20px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#f25967 0%, #f05769 100%);
  /* box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); */
  position: absolute;
  top: 19px;
  left: -21px;
}