@charset "utf-8";
/* CSS Document */

body{margin:0px;}

@font-face {
    font-family: "Roboto Slab";
	src: url(font/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: Raleway;
	src: url(font/Raleway-Regular.ttf);
}

.header_font{font-family:"Roboto Slab"; font-size:26px; color:#e35906; text-align:right; padding:25px 0px;}
.header_font span{font-family:Raleway; font-size:18px; color:#666666; text-align:right;}
.header_font span a:link {font-family:Raleway; font-size:18px; color:#666666; text-decoration : none; } 
.header_font span a:visited {font-family:Raleway; font-size:18px; color:#666666; text-decoration : none; } 
.header_font span a:hover {font-family:Raleway; font-size:18px; color:#000000; text-decoration: none;
-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
 }

.product_title{font-family:Raleway; font-size:28px; color:#29518b; text-align:center; border-bottom:5px solid #CCCCCC; padding-bottom:20px; font-weight:bold;}
.product_title span{font-family:Raleway; font-size:28px; color:#29518b; text-align:center; border-bottom:5px solid #29518b; padding-bottom:20px; font-weight:bold;}

.about_bg{float: left;
  display: inline;
  width: 100%;
  background: #29518b url(images/parallax.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 60px 0px;
  }
  
.welcome_title{font-family:"Roboto Slab"; font-size:36px; color:#FFFFFF; text-align:left; line-height:45px;}
.welcome_title span{font-family:Raleway; font-size:24px; color:#e35906; text-align:left;}

.download_font{font-family:"Roboto Slab"; font-size:25px; color:#333333; text-align:left; border-left:5px solid #29518b; padding:20px;}
.download_font span{font-family:"Roboto Slab"; font-size:25px; color:#29518b;}

.download {
	background-color:#29518b;
	border:1px solid #fff;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:"Roboto Slab";
	font-size:18px;
	padding:8px 30px;
	text-decoration:none;
	
}
.download:hover {
	background-color:#ffffff;
	color:#29518b;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border:1px solid #29518b;
}

.footer_title{font-family:"Roboto Slab"; font-size:20px; color:#29518b; text-align:center; border-bottom:2px solid #cac9c9; padding-bottom:15px;}
.footer_title span{border-bottom:2px solid #29518b; padding-bottom:15px;}

.footer_font{font-family:Raleway; font-size:14px; color:#29518b; text-align:left; line-height:25px;}
.footer_font a:link {font-family:Raleway; font-size:14px; color:#29518b; text-decoration : none; } 
.footer_font a:visited {font-family:Raleway; font-size:14px; color:#29518b; text-decoration : none; } 
.footer_font a:hover {font-family:Raleway; font-size:14px; color:#29518b; text-decoration: underline;
-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
 }

.fb {
	background-color:#29518b;
	border:1px solid #fff;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:"Roboto Slab";
	font-size:18px;
	padding:8px 0px;
	text-decoration:none;
	width:143px;
	text-align:center;
}
.fb:hover {
	background-color:#ffffff;
	color:#29518b;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border:1px solid #29518b;
}

.gplus {
	background-color:#db4a39;
	border:1px solid #fff;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:"Roboto Slab";
	font-size:18px;
	padding:8px 0px;
	text-decoration:none;
	width:143px;
	text-align:center;
}
.gplus:hover {
	background-color:#ffffff;
	color:#db4a39;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border:1px solid #db4a39;
}

.linkin {
	background-color:#0e76a9;
	border:1px solid #fff;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:"Roboto Slab";
	font-size:18px;
	padding:8px 0px;
	text-decoration:none;
	width:143px;
	text-align:center;
}
.linkin:hover {
	background-color:#ffffff;
	color:#0e76a9;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border:1px solid #0e76a9;
}

.tweet {
	background-color:#00acee;
	border:1px solid #fff;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:"Roboto Slab";
	font-size:18px;
	padding:8px 0px;
	text-decoration:none;
	width:143px;
	text-align:center;
}
.tweet:hover {
	background-color:#ffffff;
	color:#00acee;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	border:1px solid #00acee;
}

.copyright_font{font-family:Raleway; font-size:13px; color:#FFFFFF; text-align:left;}
.copyright_font a:link {font-family:Raleway; font-size:13px; color:#FFFFFF; text-decoration : none; } 
.copyright_font a:visited {font-family:Raleway; font-size:13px; color:#FFFFFF; text-decoration : none; } 
.copyright_font a:hover {font-family:Raleway; font-size:13px; color:#CCCCCC; text-decoration: none;
-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
 }
 
.inner_title{font-family:Raleway; font-size:30px; color:#29518b; text-align:left;  border-left:5px solid #29518b; padding:10px 30px;}

.main_font{font-family:Raleway; font-size:15px; color:#666666; text-align:left; line-height:30px;}

.inner_sub_title{font-family:"Roboto Slab"; font-size:24px; color:#29518b; text-align:left; border-bottom:5px solid #cac9c9; padding-bottom:20px;}
.inner_sub_title span{border-bottom:5px solid #29518b; padding-bottom:20px;}

.contact_main_font{font-family:Raleway; font-size:16px; color:#26497f; text-align:left; padding-bottom:10px; font-weight:bold;}

.contact_font{font-family:Raleway; font-size:14px; color:#333333; text-align:left; line-height:25px;}


.contact-form1 form input[type="text"], .contact-form1 form textarea {
    font-family: Raleway;
	margin: 3px 0;
	box-shadow: none;
	border: 1px solid #C7C7C7;
	background: #f3f3f3;
	color: #888888;
	line-height: 1.8em;
	display: block;
	width: 90%;
	padding: 8px 12px;
	font-size: 15px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border-radius:3px;
}
.contact-form1  form textarea {
	resize: none;
	height: 50px;
}
.contact-form1 form input[type="text"]:hover, .contact-form1 form textarea:hover {
	border-color: #385c92;
}
.contact-form1 form input[type="text"]:focus, .contact-form1 form textarea:focus {
	border: 1px solid #c6640d;
}
.contact-form1 form input[type="submit"] {
    font-family: Raleway;
	font-size: 15px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #385c92;
	text-transform:uppercase;
	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0px -4px 0px #c6640d;
	-webkit-box-shadow: inset 0px -4px 0px #c6640d;
	-moz-box-shadow: inset 0px -4px 0px #c6640d;
	-o-box-shadow: inset 0px -4px 0px #c6640d;
}
.contact-form1 form input[type="submit"]:hover{
	background: #c6640d;	
}

.banner_bg{float: left;
  display: inline;
  width: 100%;
  background: #392a5a url(images/01.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 250px 0px;
  }







