/*
Author       : Syed Ekram.
Template Name: Kakon - Design Studio Marketing Agency 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: #2a80b9;
}
/*START PRELOADER DESIGN*/
.preloader {
    background:#fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.status,
.status-mes {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.status-mes h4 {
    color: #333;
    margin-top: 30px;
	font-weight:600px;
	text-transform: uppercase;
}
/*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:200px;}
.hero-text h1{
font-size: 30px;
line-height: 48px;
margin: 0;
overflow: hidden;
padding-bottom: 45px;
text-transform: uppercase;
}
.demo {
  padding-top: 60px;
}

.version-title{
background: #fff;
text-transform: uppercase;
padding: 10px 0;
border: 4px double #e8e8e9;
width: 250px;
margin: auto;
margin-bottom: 60px;
}
.version-title-dark{background: #333;color:#fff;}
.paddingtb{padding:60px 0}
.demo_img h3 {
font-size: 18px;
font-weight: 700;
margin: 20px 0 0;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}
.demo_img:hover h3 {
    color: #2a80b9;
    -webkit-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}