/*
Author       : Themes_Mountain.
Template Name: shefa - Responsive App Landing Page
Version      : 1.0
*/
body {
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 24px;
color: #777;
overflow-x: hidden;
margin: auto;
background: #fff;
}
a {
    color: #444;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #1abc9c ;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-left: 5px solid #1abc9c;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*END PRELOADER DESIGN*/
/*START BTN*/
.btn-light-bg {
border: 2px solid #fff;
color: #fff;
padding: 12px 30px;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}

.btn-light-bg:hover, .btn-light-bg:focus{
background:#fff;
border: 2px solid #fff;
color:#333;
}

/*END BTN*/
.hero-text img{
width: 300px;
margin-bottom: 40px;
}
.hero-text-ptm{padding: 100px 0 60px;}
.hero-text-ptm h1 {
  background: #333 none repeat scroll 0 0;
  border: 4px double #fff;
  color: #fff;
  margin: auto;
  padding: 10px;
  width: 600px;
}
.demo {
  padding: 60px 0;
}
.demo_img h3 {
color: #333;
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 0;
margin-top: 25px;
text-transform: capitalize;
}
.demo_img:hover h3 {
    color: #1abc9c ;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}