
.sagt {
	font-size: 20px;
	margin-bottom: 24px;
}
.ght {background: #32c5d2;
color: #fff;
padding: 9px 0;
font-size: 31px;
width: 63%;
position: relative;
left: 160px;
}
body {
    font-family: 'Cousine', sans-serif;
    color: #93989B;
    line-height: 1.5em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}

a {
    color: #337ab7;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #337ab7;
}
/*START PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.loadscreen,
.loadscreen-in {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.loadscreen-in {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.loadscreen-in h4 {
    color: #333;
    margin-top: 30px;
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/

.intro-text img {
	margin-bottom: 40px;
	padding-top: 50px;
}
.intro-text h1 {
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
    .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
.demo {
    padding-top: 60px;
}
.demo-img {
	margin-bottom: 60px;
	border: 1px solid #ddd;
}
.demo-img h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 24px 0;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	border: 4px double #ddd;
	display: inline-block;
	padding: 6px 31px;
}
.demo-img:hover h3 {
    color: #337ab7;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}