@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_bg{background-image:url(images/top_bg.jpg); background-repeat:repeat-x; padding:44px 0px 0px 0px;}

.top_font{font-family:"Roboto Slab"; font-size:14px; color:#7299b7; text-align:right; line-height:22px;}

.download_font{font-family:Raleway; font-size:30px; color:#333333;}
.download_font span{font-family:Raleway; font-size:30px; color:#b88721;}


.download {
	background-color:#b88721;
	border:3px solid #b88721;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Raleway;
	font-size:18px;
	padding:8px 20px;
	text-decoration:none;
	transition: 0.6s;
}
.download:hover {
	background-color:#ffffff;
	color:#b88721;
	transition: 0.6s;
	border:3px solid #b88721;
}


.footer_title{font-family:Raleway; font-size:24px; color:#b88721; text-align:left; border-bottom:1px solid #1e3b52; padding-bottom:15px;}
.footer_title span{font-family:Raleway; font-size:24px; color:#b88721; text-align:left; border-bottom:3px solid #1e3b52; padding-bottom:14px;}

.footer_font{font-family:Raleway; font-size:14px; color:#333333; text-align:left; line-height:28px; list-style-image:url(images/list_img.png);}
.footer_font a:link{font-family:Raleway; font-size:14px; color:#333333; text-decoration:none; transition: 0.4s;}
.footer_font a:visited{font-family:Raleway; font-size:14px; color:#333333; text-decoration:none; transition: 0.4s;}
.footer_font a:hover{font-family:Raleway; font-size:14px; color:#b88721; text-decoration:none; transition: 0.4s;}




.ccform-addon{
	color:#ffffff; 
	float:left;
	padding:5px 4px;
	width:20%;
	background:#b88721;
	text-align:center;	
	font-size:22px;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.contact-form1 form input[type="text"], .contact-form1 form textarea {
    font-family: Raleway;
	margin: 0px 0;
	box-shadow: none;
	border: 1px solid #b88721;
	background: #f3f3f3;
	color: #888888;
	line-height:16px;
	display: block;
	width: 80%;
	padding: 7px 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;
	
}
.contact-form1  form textarea {
	resize: none;
	height: 60px;
}

.contact-form1 form input[type="submit"] {
    font-family: Raleway;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 20px;
	background: #1e3b52;
	
	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 #b88721;
	-webkit-box-shadow: inset 0px -4px 0px #b88721;
	-moz-box-shadow: inset 0px -4px 0px #b88721;
	-o-box-shadow: inset 0px -4px 0px #b88721;
}
.contact-form1 form input[type="submit"]:hover{
	background: #b88721;	
}




.contact-form form input[type="text"], .contact-form form textarea {
    font-family: "Roboto Slab";
	margin: 3px 0;
	box-shadow: none;
	border: 2px solid #C7C7C7;
	background: #f3f3f3;
	color: #888888;
	line-height: 1.8em;
	display: block;
	width: 90%;
	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;
	
}
.contact-form  form textarea {
	resize: none;
	height: 70px;
}
.contact-form form input[type="text"]:hover, .contact-form form textarea:hover {
	border-color: #1f3b51;
}
.contact-form form input[type="text"]:focus, .contact-form form textarea:focus {
	border: 2px solid #b88721;
}
.contact-form form input[type="submit"] {
    font-family: "Roboto Slab";
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #1f3b51;
	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 #b88721;
	-webkit-box-shadow: inset 0px -4px 0px #b88721;
	-moz-box-shadow: inset 0px -4px 0px #b88721;
	-o-box-shadow: inset 0px -4px 0px #b88721;
}
.contact-form form input[type="submit"]:hover{
	background: #b88721;	
}



.copyright_font{font-family:Raleway; font-size:14px; color:#CCCCCC;}
.copyright_font span{font-family:Raleway; font-size:14px; color:#b88721;}
.copyright_font span a:link{font-family:Raleway; font-size:14px; color:#b88721; text-decoration:none; transition: 0.4s;}
.copyright_font span a:visited{font-family:Raleway; font-size:14px; color:#b88721; text-decoration:none; transition: 0.4s;}
.copyright_font span a:hover{font-family:Raleway; font-size:14px; color:#CCCCCC; text-decoration:none; transition: 0.4s;}

.banner{display: table;
	position: relative;
	width: 100%;
	height:auto;
	margin:-30px auto 0px;
	
	}
	
	
.wel_title{font-family:Raleway; font-size:24px; color:#1e3b52; text-align:left;}
.wel_title span{font-family:Raleway; font-size:24px; color:#b88721; text-align:left;}

.main_font{font-family:Raleway; font-size:14px; color:#333333; text-align:left; line-height:28px;}

.box_font_title{font-family:Raleway; font-size:24px; color:#1e3b52; text-align:center; padding:30px 0px;}

.box_font{font-family:Raleway; font-size:14px; color:#333333; text-align:justify; line-height:25px;}

.pro_title_font{font-family:Raleway; font-size:16px; color:#b88721; text-align:center; padding:15px 0px;}
.pro_title_font a:link{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font a:visited{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font a:hover{font-family:Raleway; font-size:16px; color:#333333; text-decoration:none; transition: 0.4s;}

.pro_title_font3{font-family:Raleway; font-size:16px; color:#b88721; text-align:center; padding:15px 0px;}
.pro_title_font3 a:link{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font3 a:visited{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font3 a:hover{font-family:Raleway; font-size:16px; color:#ffffff; text-decoration:none; transition: 0.4s;}

.pro_title_font1{font-family:Raleway; font-size:15px; color:#333333; text-align:left; padding-bottom:15px; border-bottom:1px solid #999999;}
.pro_title_font1 a:link{font-family:Raleway; font-size:15px; color:#333333; text-decoration:none; transition: 0.4s;}
.pro_title_font1 a:visited{font-family:Raleway; font-size:15px; color:#333333; text-decoration:none; transition: 0.4s;}
.pro_title_font1 a:hover{font-family:Raleway; font-size:15px; color:#b88721; text-decoration:none; transition: 0.4s;}

.pro_title_font2{font-family:Raleway; font-size:16px; color:#b88721; text-align:center;}
.pro_title_font2 a:link{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font2 a:visited{font-family:Raleway; font-size:16px; color:#b88721; text-decoration:none; transition: 0.4s;}
.pro_title_font2 a:hover{font-family:Raleway; font-size:16px; color:#333333; text-decoration:none; transition: 0.4s;}


.inner_title_bg{float: left; position:absolute;
  display: inline;
  width: 100%;
  background: #181A1C url(images/inner_title_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{font-family:Raleway; font-size:36px; color:#1f3b51; }

.inner_title_right{font-family:Raleway; font-size:14px; color:#1f3b51; }  

.contact_main_font{font-family:Raleway; font-size:18px; color:#1f3b51; 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;}

.inner_sub_title{font-family:Raleway; font-size:30px; color:#1f3b51; text-align:left; border-bottom:1px solid #1f3b51; padding-bottom:15px;}
.inner_sub_title span{font-family:Raleway; font-size:30px; color:#1f3b51; text-align:left; border-bottom:3px solid #1f3b51; padding-bottom:14px;}


.table_font{font-family:calibri; font-size:16px; color:#333333; line-height:25px;}
.table_font span{font-family:calibri; font-size:16px; color:#1f3b51; line-height:25px; font-weight:bold;}



.image-block1{ display:block;position: relative;}
.image-block1 img{border: 1px solid #CCCCCC; background:#FFFFFF;padding:8px; transition: 0.4s; border-radius:5px;}
.image-block1 img:hover{border: 1px solid #1e3b52; box-shadow:0 0 5px #1e3b52; transition: 0.4s;}









