/*
Author       : Syed Ekram.
Template Name: Nurjahan - Creative Architecture & Interior HTML5 Template
Version      : 1.0
*/


body{
font-family: 'Lato', sans-serif;
color: #444;}
a {
	color: #444;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: #13bfb1;
}

/*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: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    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*/

header{
padding: 60px 0;
}
.head-title h1{
margin: 0;
font-weight: 600;
}
.head-title h2 {
font-size: 38px;
line-height: 50px;
margin: 0;
font-weight: 600;
position: relative;
}
.demo_img{margin-bottom: 60px;}
.demo_img h3{
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 0;
text-transform: uppercase;
transition: all 0.4s ease 0s;
}
.demo_img img {
  border: 7px solid #eee;
}
.demo_img:hover h3{color: #13bfb1;}


.copyright{
border-top: 1px solid #e8e8e9;
margin-bottom: 0;
padding: 30px 0;
}


