@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);
}

@font-face {
    font-family: Segoe Print;
	src: url(font/segoepr.ttf);
}



.top_font{font-family:calibri; font-size:14px; color:#FFFFFF; text-align:left;}
.top_font span{font-family:Raleway; font-size:14px; color:#e7d331; text-align:left;}

.download {
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Raleway;
	font-size:12px;
	background-color:#cb0000;
	text-decoration:none;
	transition: 0.6s;
	text-align:center;
	padding:5px 10px;
	border:1px solid #cb0000;
}
.download:hover {
	background-color:#edecec;
	color:#cb0000;
	transition: 0.6s;
}


.footer_title span{font-family:Raleway; font-size:16px; color:#000000; text-align:left; font-weight:bold; text-transform:uppercase; background-image:url(images/footer_title_bg.png); background-repeat:no-repeat; background-position:left bottom; padding-bottom:15px;}

.footer_about_title{font-family:Raleway; font-size:16px; color:#cb0000; text-align:left; text-transform:uppercase;}

.footer_main_font{font-family:calibri; font-size:16px; color:#333333; text-align:left; line-height:25px;}
.footer_main_font a:link{font-family:calibri; font-size:16px; color:#333333; text-decoration:none; transition: 0.4s;}
.footer_main_font a:visited{font-family:calibri; font-size:16px; color:#333333; text-decoration:none; transition: 0.4s;}
.footer_main_font a:hover{font-family:calibri; font-size:16px; color:#cb0000; text-decoration:none;	transition: 0.4s;}

.footer_main_font span{font-family:calibri; font-size:16px; color:#cb0000; text-align:left; line-height:25px; padding-right:10px; }



.copyright_font{font-family:Raleway; font-size:14px; color:#CCCCCC;}
.copyright_font span{font-family:Raleway; font-size:14px; color:#f8e13f;}
.copyright_font span a:link{font-family:Raleway; font-size:14px; color:#f8e13f; text-decoration:none; transition: 0.4s;}
.copyright_font span a:visited{font-family:Raleway; font-size:14px; color:#f8e13f; text-decoration:none; transition: 0.4s;}
.copyright_font span a:hover{font-family:Raleway; font-size:14px; color:#ffffff; text-decoration:none;	transition: 0.4s;}

.main_font{font-family:Raleway; font-size:14px; color:#333333; text-align:left; line-height:25px;}
.main_font span{font-family:Raleway; font-size:16px; color:#cb0000; text-align:left; line-height:25px;  padding-right:10px;}

.inner_title_bg{background-image:url(images/inner_bg1.jpg); background-position:center; background-repeat:no-repeat; background-size: cover; padding:50px 0px; background-attachment: fixed; background-color:#d1d1d1;}
.inner_title{font-family:Raleway; font-size:36px; color:#ffffff; text-align:left;}

.inner_sub_title{font-family:Raleway; font-size:22px; color:#cb0000; text-align:left; border-bottom:3px solid #eaedf2; padding-bottom:15px;}
.inner_sub_title span{font-family:Raleway; font-size:22px; color:#cb0000; text-align:left; border-bottom:3px solid #cb0000; padding-bottom:15px;}


.contact_main_font{font-family:Raleway; font-size:16px; color:#b40000; text-align:left; padding-bottom:10px; font-weight:bold;}

.contact_font{font-family:calibri; font-size:16px; color:#333333; text-align:left; line-height:25px;}

.wel_title{font-family:Raleway; font-size:20px; color:#000000; text-align:left; font-weight:bold;}
.wel_title span{font-family:Raleway; font-size:20px; color:#cb0000; text-align:left;}


.slogun_font{font-family:Raleway; font-size:20px; color:#cb0000; text-align:center; line-height:30px;}

.bg_font{font-family:Raleway; font-size:16px; color:#FFFFFF; text-align:center; background-color:#cb0000; border-radius:0px 0px 5px 5px; padding:10px 0px;} 

.table_font{font-family:Raleway; font-size:14px; color:#333333; text-align:center;}

.table-font1{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333333; text-align:center;}


.ccform-addon{
	color:#ffffff; 
	float:left;
	padding:10px 4px;
	width:10%;
	background:#203668;
	text-align:center;	
	font-size:22px;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.contact-form form input[type="text"], .contact-form form textarea {
    font-family: "Roboto Slab";
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid #203668;
	background: #f3f3f3;
	color: #888888;
	line-height:24px;
	display: block;
	width: 80%;
	padding: 8px 12px;
	font-size: 14px;
	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: 100px;
}
.contact-form form input[type="text"]:hover, .contact-form form textarea:hover {
	border-color: #b91807;
}
.contact-form form input[type="text"]:focus, .contact-form form textarea:focus {
	border: 1px solid #b91807;
}
.contact-form form input[type="submit"] {
    font-family: "Roboto Slab";
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #162d61;
	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 #b91807;
	-webkit-box-shadow: inset 0px -4px 0px #b91807;
	-moz-box-shadow: inset 0px -4px 0px #b91807;
	-o-box-shadow: inset 0px -4px 0px #b91807;
}
.contact-form form input[type="submit"]:hover{
	background: #b91807;	
}



.contact-form1 form input[type="text"], .contact-form1 form textarea {
    font-family: calibri;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid #203668;
	background: #f3f3f3;
	color: #888888;
	line-height:24px;
	display: block;
	width: 100%;
	padding: 5px 12px;
	font-size: 14px;
	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: 70px;
}
.contact-form1 form input[type="text"]:hover, .contact-form1 form textarea:hover {
	border-color: #b91807;
}
.contact-form1 form input[type="text"]:focus, .contact-form1 form textarea:focus {
	border: 1px solid #b91807;
}
.contact-form1 form input[type="submit"] {
    font-family: "Roboto Slab";
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 20px;
	background: #162d61;
	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 #b91807;
	-webkit-box-shadow: inset 0px -4px 0px #b91807;
	-moz-box-shadow: inset 0px -4px 0px #b91807;
	-o-box-shadow: inset 0px -4px 0px #b91807;
}
.contact-form1 form input[type="submit"]:hover{
	background: #b91807;	
}




.imageHolder { position: relative; width: 224px; height: 192px; } 
.imageHolder .caption { opacity: 0; position: absolute; width: 218px; bottom: 0px; left: 8px; padding: 7px 0px; color: #FFFFFF; background: #000; text-align: center; font-family:calibri; font-size:16px; transition: 0.6s; } 
.imageHolder:hover .caption { opacity: 0.8; transition: 0.5s; }


.imageHolder1 { position: relative; width: 303px; height: 242px; } 
.imageHolder1 .caption { opacity: 0; position: absolute; width: 309px; bottom: 0px; left: 8px; padding: 7px 0px; color: #FFFFFF; background: #000; text-align: center; font-family:calibri; font-size:16px; transition: 0.6s; } 
.imageHolder1:hover .caption { opacity: 0.8; transition: 0.5s; }


.imageHolder2 { position: relative; width: 303px; height: 270px; } 
.imageHolder2 .caption { opacity: 0; position: absolute; width: 309px; bottom: 0px; left: 8px; padding: 7px 0px; color: #FFFFFF; background: #000; text-align: center; font-family:calibri; font-size:16px; transition: 0.6s; } 
.imageHolder2:hover .caption { opacity: 0.8; transition: 0.5s; }


















