/*
Author       : themes_mountain
Template Name: Janemon - Personal Portfolio Template
Version      : 1.0
*/

body{
font-family: 'Poppins', 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: #f0bb62;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #f0bb62;
    border-right: 8px solid #f0bb62;
    border-bottom: 8px solid #f0bb62;
    border-left: 8px solid #f6f6f6;
    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*/

.demo {}
.top_header {
	margin-top: 40px;
	margin-bottom: 40px;
}
.top_header h1 {
	font-weight: 700;
	color: #232434;
	font-size: 60px;
}
.top_header h4{

}

.demo_img{
margin-bottom:40px;
}
.demo_img img {
	box-shadow: 0 10px 30px -10px rgba(0,64,128,.2);
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.demo_img h3 {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: capitalize;
	transition: all 0.4s ease 0s;
	margin-top: 30px;
	font-weight: 600;
	/* padding-bottom: 20px; */
}
.demo_img:hover h3{color: #f0bb62 ;}





