@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);
}

.top-font{font-family:Raleway; font-size:13px; color:#FFFFFF; text-align:center; background-color:#1b3f82; padding:5px 0px;}
.top-font a:link{font-family:Raleway; font-size:13px; color:#FFFFFF; text-decoration:none; transition: 0.6s;}
.top-font a:visited{font-family:Raleway; font-size:13px; color:#FFFFFF; text-decoration:none; transition: 0.6s;}
.top-font a:hover{font-family:Raleway; font-size:13px; color:#CCCCCC; text-decoration:none; transition: 0.6s;}

.banner{display: table;	position: relative; width: 100%; height:auto; margin:-30px auto 0px;}

.footer-main-title{font-family:Arial, Helvetica, sans-serif; font-size:30px; color:#7a7a7a; text-align:center; font-weight:bold; padding-bottom:10px;}
.footer-main-title span{color:#1b3f82;}
.footer-main-title1{font-family:Raleway; font-size:16px; color:#7a7a7a; text-align:center; line-height:25px;}

.footer-title{font-family:Raleway; font-size:20px; color:#1b3f82; text-align:left; border-bottom:1px solid #C7C7C7; padding-bottom:15px;}
.footer-title span{border-bottom:1px solid #1b3f82; padding-bottom:15px;}

.footer-font{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-align:left; line-height:25px;}
.footer-font span{color:#1b3f82; font-size:18px; padding-right:20px;}

.social_icon li{
	margin:0; padding:0; list-style:none; padding-top:0px; font-size:16px;
	}

.social_icon li{
	float:left;	margin-right:10px;
	}

.social_icon li a:link, .social_icon li a:visited, .social_icon li a:hover{
	display:block; text-align:center; margin:0; width:40px; padding:12px 0px; color:#F8F9F3; background-color:#1b3f82; text-transform:uppercase; transition:.5s; border-radius:25px;
	}
	
.social_icon li a:hover{
	color:#fff; background:#1e2126; transition:.5s; transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg);
	}
	
.copyright-font{font-family:Raleway; font-size:14px; color:#CCCCCC;}
.copyright-font span{color:#1b3f82;}
.copyright-font span a:link{font-family:Raleway; font-size:14px; color:#1b3f82; text-decoration:none; transition: 0.6s;}
.copyright-font span a:visited{font-family:Raleway; font-size:14px; color:#1b3f82; text-decoration:none; transition: 0.6s;}
.copyright-font span a:hover{font-family:Raleway; font-size:14px; color:#CCCCCC; text-decoration:none; transition: 0.6s;}

.main-font{font-family:Raleway; font-size:14px; color:#333333; text-align:left; line-height:26px;}
.main-font a:link{font-family:Raleway; font-size:14px; color:#333333; text-decoration:none; transition: 0.6s;}
.main-font a:visited{font-family:Raleway; font-size:14px; color:#333333; text-decoration:none; transition: 0.6s;}
.main-font a:hover{font-family:Raleway; font-size:14px; color:#999999; text-decoration:none; transition: 0.6s;}

.welcome-font{font-family:Raleway; font-size:14px; color:#000000; text-align:left; line-height:30px; text-transform:uppercase; list-style-image:url(images/list-img.jpg);}

.product-bg{background-image:url(images/product-bg.jpg); background-position:center; background-repeat:no-repeat; background-size: cover; padding:0px 0px 60px 0px; background-attachment: fixed; background-color:#001932;}

.product-title h1{background-color:#1b3f82; font-family:Raleway; font-size:24px; color:#FFFFFF; text-align:center; padding:10px 20px; margin:0px; display:inline-block; border-radius:0px 0px 20px 20px;}

.download {
	background:none;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Raleway;
	font-size:18px;
	padding:17px 20px;
	text-decoration:none;
	transition: 0.6s;
	
}
.download:hover {
	background-color:none;
	color:#ff8605;
	transition: 0.6s;
}

.inner-title-bg{float: left; position:absolute;
  display: inline;
  width: 100%;
  background: #181A1C url(images/product-bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding:70px 0px 40px 0px;
  margin:-30px auto 0px; 
  }

.inner-title h1{font-family:Raleway; font-size:36px; color:#FFFFFF; text-align:left; margin:0px; }

.inner-sub-title{border-bottom:1px solid #cbcbcb; padding-bottom:12px;}
.inner-sub-title h1{font-family:Raleway; font-size:24px; color:#000000; text-align:left; border-bottom:3px solid #1c3f83; padding-bottom:15px; display:inline; margin:0px;}


.contact-main-font{font-family:Raleway; font-size:18px; color:#1c3f83; text-align:left; padding-bottom:10px; font-weight:bold;}
.contact-font{font-family:"Roboto Slab"; font-size:14px; color:#333333; text-align:left; line-height:25px; padding-bottom:10px;}



.contact-form1 form input[type="text"], .contact-form1 form textarea {
    font-family: Raleway;
	margin: 5px 0;
	box-shadow: none;
	border: 1px solid #C7C7C7;
	background: #f3f3f3;
	color: #888888;
	line-height: 1.8em;
	display: block;
	width: 85%;
	padding: 8px 12px;
	font-size: 13px;
	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: 90px;
	width:92%;
}
.contact-form1 form input[type="text"]:hover, .contact-form1 form textarea:hover {
	border-color: #363636;
}
.contact-form1 form input[type="text"]:focus, .contact-form1 form textarea:focus {
	border: 1px solid #1b3f82;
}
.contact-form1 form input[type="submit"] {
    font-family: Raleway;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #000;
	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 #1b3f82;
	-webkit-box-shadow: inset 0px -4px 0px #1b3f82;
	-moz-box-shadow: inset 0px -4px 0px #1b3f82;
	-o-box-shadow: inset 0px -4px 0px #1b3f82;
}
.contact-form1 form input[type="submit"]:hover{
	background: #1b3f82;	
}













