 @font-face {
  	font-family: 'JaapokkiRegular';
	src: url('../fonts/jaapokki/jaapokki-regular.eot');
    src: url('../fonts/jaapokki/jaapokki-regulard41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/jaapokki/jaapokki-regular.woff') format('woff'),
         url('../fonts/jaapokki/jaapokki-regular.ttf') format('truetype'),
         url('../fonts/jaapokki/jaapokki-regular.svg#JaapokkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body{
	/*background:url(../images/geometry.png);*/
	background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "jaapokkiregular";
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-wrap{
	padding-top:70px;
	margin-bottom: 70px;
}
.heading-wrap .button {
    position: relative;
    top: 30px;
    background: #3F37AB;
    border: 3px double #fff;
    color: #fff;
}
.heading-wrap .button:hover {
    background-color: #fff;
    border: 3px double #fff;
    color: #3F37AB;
}

.heading-wrap h4{
	font-size: 30px;
	line-height: 50px;
	text-transform: capitalize;
}
.heading-wrap h1,.heading-wrap h2,.heading-wrap h4{
	color: #FFF;
}
.top-intro {
    background:#3F37AB;
    padding: 0px 0px 60px;
}
.title-section{
	margin-top: 60px;
	margin-bottom: 50px;

}
.head-titl {
    font-size: 27px;
    color: #3F37AB;
    letter-spacing: 4px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 10px;
    font-weight: 700;
}
.inner-desc{
	margin-bottom: 60px;

}
.inner-desc img {
    border: 2px double #fc5d37;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 45px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.3s linear 0s;
}
.inner-desc:hover.inner-desc img {
    transform: translate3d(0px, -15px, 0px);
}
.inner-desc h4 {
    font-weight: 700;
    color: #fc5d37;
    letter-spacing: 3px;
}


.feature_section {
    padding: 50px;
}
.feature_section h2 {
    text-transform: capitalize;
    color: #fc5d37;
}
.feature_section p {
    padding-bottom: 50px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 2px;
}
.list-icon.style2 {
    font-size: 16px;
}
.list-icon.style2 li {
    margin-bottom: 6px;
    list-style: none;
    color: #696464;
    padding: 5px 0px;
}
.list-icon li::before {
    content: '✓';
    margin-right: 10px;
    font: normal normal 13px/1 FontAwesome;
    color: #fc5d37;
}


.get_now{
	padding: 70px;
}
.get_now_content {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 100px;
}
.get_now_content h4 {
    font-size: 23px;
    text-transform: capitalize;
    line-height: 34px;
}
.get_now_content h4 span {
    font-weight:bold;
}
.button {
    margin-top: 20px;
    color: #ffffff;
    background-color: #ef6b4c;
	border:3px double #ef6b4c;
    border-color: transparent;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    padding: 13px 38px;
    box-shadow: 4px 4px 8px rgba(107, 103, 103, 0.2);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
	top: 30px;
    position: relative;
}
.button:hover {
	background-color:transparent;
	color: #ef6b4c;
	border:3px double #ef6b4c;
	text-decoration:none;
}

.footer_demo {
    background: #ef6b4c;
    padding:30px 0px;
}
.footer p {
    font-weight: 700;
    margin-top: 25px;
    color: #fff;
    letter-spacing: 2px;
}