@charset "utf-8";
/* CSS Document */

html,
body {
	position:relative;
	width:100%;
	height:100%;
  	margin: 0 auto;
}
/* Bounce In hover*/
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


/* unvisited link */
a:link {
  text-decoration: none;
}

/* visited link */
a:visited {
	color: #4d4d4d;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #eb937b;
}


.footer_menu a {
    color: #fff;
}
.footer_menu a:hover {
    color: #eb937b;
}

.white{
	color: white;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #4d4d4d;
	line-height: 1.6;
	cursor: default;
	margin: 0;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 24px;
    margin: 0;
    cursor: default;
	font-weight: bold;
	margin: 0;
}
h2 {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 48px;
    color: #4d4d4d;
	margin: 0;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #4d4d4d;
    margin: 0;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #72aae8;
    margin: 0;
}
h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #9a9a9a;
	margin: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    margin: 0;
    background-color: white;
    box-shadow: 0 0 30px #00000020;
    z-index: 10;
}

.logo {
    width: 200px;
    padding: 16px 40px;
}

.phone {
    position: absolute;
    top: 36px;
    right: 0;
    text-align: right;
    padding: 0 40px;
	color: #72aae8;
	font-weight: bold;
}
.phone img {
    position: absolute;
    left: 0;
    top: -5px;
}

.nav {
    text-align: center;
    position: absolute;
    top: 25px;
    left: 260px;
}

.nav li {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	display: inline-block;
	padding: 0 40px 0 0;
	cursor: pointer;
	/*Transition*/
  	-webkit-transition: All 0.5s ease;
  	-moz-transition: All 0.5s ease;
 	-o-transition: All 0.5s ease;
  	-ms-transition: All 0.5s ease;
 	transition: All 0.5s ease;
}

.nav li:hover {
    color: #eb937b;
}

.home_slide {
    position: relative;
    margin: 100px 0;
}

.home_slide img {
    position: relative;
    margin: 0;
    max-width: 100%;
}

.text_box {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 55%;
	max-width: 970px;
}

.text_box img{
	margin: 30px 0;
}

.features_box {
    position: relative;
    text-align: center;
    margin: 60px auto;
    top: 0;
    width: 80%;
	max-width: 1200px;
    height: auto;
}
.feature {
    width: 31%;
    max-width: 400px;
    height: auto;
    position: relative;
	margin: 1%;
    display: inline-block;
    text-align: center;
}
.feature img {
    margin: 0 0 20px 0;
}

.footer_btn_box {
    background-color: #eee;
    text-align: center;
    padding: 60px 0;
}

.footer_btn_box button {
    width: 290px;
    height: 60px;
    border-radius: 30px;
    border: 0;
    background-color: #75ade5;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0 0 0;
	cursor: pointer;
	outline: none;
}

.footer_btn_box button:hover{
	background-color: #8cbceb;
}


.footer {
	font-family: 'Roboto', sans-serif;
    background-color: #2d2f35;
    width: 100%;
    text-align: center;
    padding: 100px 0 0 0;
}
.footer_menu {
	width: 33%;
    max-width: 400px;
    height: auto;
    position: relative;
	margin: 20px 0;
	padding: 0;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.footer_menu li{
	color: #fff;
	font-size: 16px;
    text-align: center;
	list-style: none;
	line-height: 3;
}

.footer li img {
    margin: 10px;
}
.footer li img:hover {
    opacity: 0.8;
}
.copyright {
    background-color: #2d2f35;
    text-align: center;
    padding: 60px 0;
}

.hamb{
	width: 100px;
	height: 100px;
	background-color: #eaeaea;
	position: absolute;
	top: 0;
	right:0;
	display: none;
}
