/*
Author       : Syed Ekram.
Template Name: Accede - Consultancy HTML5 Template
Version      : 1.0
*/
body {
background:#fff;
	font-family: "Montserrat",sans-serif;
    color: #444;
}
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: #42c0d9;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 7px solid rgba(0, 0, 0, 0.08);
    border-right: 7px solid rgba(0, 0, 0, 0.08);
    border-bottom: 7px solid rgba(0, 0, 0, 0.08);
    border-left: 7px solid #42c0d9;
    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 {height:300px;}
.hero-text > img {
  padding-top: 100px;
}
.demo {
  padding-top: 60px;
}
.demo_img { 
background: #fff none repeat scroll 0 0;
border: 1px solid #e8e8e9;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
margin-bottom: 60px;
}
.demo_img h3 {
    margin: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}
.demo_img:hover h3 {
    color: #00bcd4;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.thankyou_message{
background: #fff none repeat scroll 0 0;
border-radius: 3px;
margin: 70px 0;
padding: 40px 15px;
}
.thankyou_message img {
  display: inline;
  width: 250px;
}
.thankyou_message h3{
letter-spacing: 0;
margin: 20px 0 15px;
text-transform: uppercase;
}

.copyright {
    border-top: 1px solid #e8e8e9;
    margin-bottom: 0;
    padding: 30px 0;
    font-weight: 700;
}