html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
    clear:both;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OPENSANS-REGULAR_0-webfont.eot');
    src: url('../fonts/OPENSANS-REGULAR_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OPENSANS-REGULAR_0-webfont.woff2') format('woff2'),
         url('../fonts/OPENSANS-REGULAR_0-webfont.woff') format('woff'),
         url('../fonts/OPENSANS-REGULAR_0-webfont.ttf') format('truetype'),
         url('../fonts/OPENSANS-REGULAR_0-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrapper
{
	width:100%;
}
.header_wrapper
{
	width:100%;
	background:url(../images/header_bg.png) repeat-x;
	 min-height: 34px;
}
.header_inner
{
	width:1170px;
	margin:0 auto;
}
.language
{
	width:180px;
	float:left;
}
.language h1
{
	color:#111111;
	font-family: 'open_sansregular';
	font-size:14px;
	padding:10px 0 0 0;
}
.language select
{
	border:none;
	background:none;
	color:#0076a3;
	font-family: 'open_sansregular';
	font-size:14px;
}

.logo {
    float: left;
    margin: 0 0 0 200px;
    position: relative;
    width: 430px;
    z-index: 9999999999999;
}
.social
{
	width:190px;
	float:right;
}
.social h1
{
	font-family: 'open_sansregular';
	font-size:14px;
	color:#111111;
	padding:10px 0 0 0;
	float: left;
}
.social ul
{
	margin:5px 0 0 0;
	padding:0;
}
.social ul li
{
	float:left;
	padding:0 5px 0 5px;
}
.social ul li a
{
	text-decoration:none;
	color:#c2c2c2;
	font-size:24px;
}
.social ul li a:hover
{
	color:#0076a3;
	transition:all 0.3s ease;
}
.slidePrev {
    display: none;
}
.slideNext
{
    display: none;
}
.timers {
    display: none;
}
.slider {
    margin:-66px 0 0 0;
	
}
.navigation_wrapper
{
	width:100%;
	background:#004a80;
	margin:-3px 0 0 0;
}
.navigation
{
	width:1170px;
	margin:0 auto;
	position: relative;
}
.navigation ul
{
	margin:0;
	padding:0;
}
.navigation ul li
{
	float:left;
	padding: 0 24px 0 24px;
}
.navigation ul li a
{
	text-decoration:none;
	font-family: 'open_sansregular';
	font-size:18px;
	color:#fff;
	padding:12px 10px 12px 10px;
	display:table;
	transition:all 0.3s ease;
}
.navigation ul li a.active
{
	background:#033254;
}
.navigation ul li a:hover
{
	background:#033254;
	
}
.container
{
	width:1170px;
	margin:0 auto;
}
.container_left
{
	width:880px;
	float:left;
	margin: 24px 0 0 0;
}
.box {
    width: 273px;
    float: left;
	background:#f7f8fa;
	padding: 0 0 0 0;
	margin:0 25px 26px 0;
	min-height:475px;
}
.box:nth-child(3) , .box:nth-child(6) , .box:nth-child(9) , .box:nth-child(12) {
    margin-right: 0;
}
.box h1 {
    color: #004a80;
    font-family: "open_sansbold";
    font-size: 18px;
    padding: 12px 0 0 10px;
    width: 243px;
    line-height: 22px;
}
.box p
{
	font-family: 'open_sanslight';
	color:#252525;
	font-size:15px;
	padding:12px 4px 0 10px;
	line-height: 22px;
}
.box p a
{
	text-decoration:none;
	color:#004a80;
	font-family: 'open_sansregular';
	font-size:16px;
}
.container_right
{
	width:272px;
	float:right;
	margin:27px 0 0 0;
}

.vedio {
    position: relative;
}

.vedio h1 {
    border-bottom: 1px solid #004a80;
    width: 100%;
	margin-bottom: 12px;
}
.threed {
    position: absolute;
    top: -1px;
}
.vedio h1 span {
    background: none repeat scroll 0 0 #004a80;
    color: #ffffff;
    font-family: "open_sansbold";
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
}
.vedio p
{
	font-family: 'open_sanssemibold';
	padding:10px 0 0 0;
	font-size:16px;
	color:#252525;
}
.vedio span1
{
	font-family: 'open_sansregular';
	font-size:12px;
	color:#898989;
	float:left;
	padding:5px 0 0 0;
}
.vedio span2
{
	font-family: 'open_sansregular';
	font-size:12px;
	color:#898989;
	float:left;
	padding:5px 0 0 10px;
}
.vedio span3
{
	font-family: 'open_sansregular';
	font-size:12px;
	color:#898989;
	float:left;
	padding:5px 0 0 10px;
}
.fa.fa-comments , .fa.fa-thumbs-o-up
{
	color:#004a80;
}
.announcement
{
	width:100%;
	margin:17px 0 0 0;
	position:relative;
}
.announcement h1
{
	border-bottom: 1px solid #004a80;
    width: 100%;
	margin-bottom: 12px;
}
.announcement h1 span {
    background: none repeat scroll 0 0 #004a80;
    color: #ffffff;
    font-family: "open_sansbold";
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    line-height: 22px;
}
.announcement li
{
	padding:20px 0 0 0;
}
.announcement li p {
    color: #004a80;
    font-family: "open_sanssemibold";
    font-size: 14px;
    padding: 5px 0 0;
    line-height: 18px;
}
.qoute {
    background-color: #004a80;
    margin: 46px 0 0;
    width: 100%;
    background-image: url(../images/form_bg.png);
    background-repeat: no-repeat;
    background-position: 26px 0;
	padding:0 0 13px 0;
}
.qoute h1
{
	font-size:32px;
	color:#fff;
	font-family: "open_sanssemibold";
	padding:33px 0 15px 8px;
}
.qoute h2
{
	font-family: 'open_sanslight';
	font-size:14px;
	color:#fff;
	padding:0 0 17px 10px;
}

.qoute p.name {
    background-color: #ffffff;
    height: 33px;
    margin: 0 0 0 10px;
    width: 252px;
    background-image: url(../images/name.png);
    background-repeat: no-repeat;
    background-position: 230px 10px;
	margin-bottom:11px;
}
.name input , .email input {
    border: medium none;
    height: 33px;
    width: 210px;
    padding: 0 0 0 10px;
	font-family: 'open_sanslight';
	font-size:14px;
}
.qoute p.email
{
	background-color: #ffffff;
    height: 33px;
    margin: 0 0 0 10px;
    width: 252px;
    background-image: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: 230px 10px;
	margin-bottom:11px;
}
textarea {
    border: medium none;
    height: 163px;
    margin: 0 0 0 10px;
    width: 242px;
    padding: 10px 0 0 10px;
	font-family: 'open_sanslight';
	font-size:14px;
}
input[type="submit"] {
    float: right;
	border:1px solid #fff;
	background:none;
	width:91px;
	height:31px;
	color:#fff;
	font-family: "open_sanssemibold";
	font-size:16px;
	margin: 10px 10px 0 0;
	cursor:pointer;
}
.footer_wrapper
{
	width:100%;
	background:url(../images/footer_bg.png) repeat-x;
}
.footer
{
	width:1170px;
	margin:0 auto;
}
.categories
{
	width:208px;
	float:left;
	border-right:1px solid #b6b7bd;
	margin:19px 0 9px 0;
	float:left;
}
.categories h1
{
	font-family: "open_sanssemibold";
	color:#033254;
	font-size:18px;
}
.categories ul
{
	margin:0;
	padding:0;
}
.categories ul li
{
	padding:10px 0 0 0;
}
.categories ul li a
{
	text-decoration:none;
	color:#252525;
	font-family: 'open_sansregular';
	font-size:14px;
}
.categories.abc {
    margin-left: 50px;
}
.categories:nth-child(4) {
    border-right: 0 none !important;
    width: 180px;
}
.categories.abc span {
    color: #004a80;
    font-size: 18px;
    padding: 0px 10px 0 0;
    display: table;
    float: left;
}
.footer_logo {
    padding: 17px 0 0 0;
}
.copy_wrapper
{
	width:100%;
	background:#033254;
}
.copy
{
	width:1170px;
	margin:0 auto;
}
.copy h1
{
	padding:10px 0 10px 0;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:14px;
	width:50%;
	float: left;
}
.copy h1 span
{
	color:#000000;
}
.copy h1 a
{
	text-decoration:none;
	color:#000000;
}
.copy h1 a.white
{
	color:#fff;
}

.backtotop {
    background: none repeat scroll 0 0 #b7b7b7;
    border-radius: 0 0 10px 10px;
    float: right;
    height: 25px;
    width: 123px;
    text-align: center;
    margin: 0 57px 0 0;
}
.backtotop a
{
	color:#033254;
	font-family: "open_sansbold";
    font-size: 14px;
	text-decoration:none;
}
nav {
    display: none !important;
}
.sublist {
    display: none;
    position: absolute;
    background: #004A80;
    top: 42px;
	border-top: 5px solid #252525;
	width:18%;
	z-index: 999999999999;
}
.sublist li {
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
	border-bottom: 1px solid #ccc;
}
.sublist li:last-child
{
	border:0;
}
.sublist a {
    padding: 10px 10px 10px 10px !important;
    width: 90%;
    font-size: 14px !important;
}
.navigation li:hover .sublist{
    display: block;
}
.sublist1 {
    background: #004a80 none repeat scroll 0 0;
    border-top: 5px solid #252525;
    display: none;
    position: absolute;
    top: -5px;
    width: 135%;
    z-index: 2147483647;
    left: 211px;
}
.sub1:hover .sublist1
{
	display:block;
}
.sublist1 a {
    font-size: 14px !important;
    padding: 10px !important;
    width: 93%;
}
.sublist2
{
	display:none;
}
.sub2:hover .sublist2
{
	display:block;
}
.sublist2 {
    background: #004a80 none repeat scroll 0 0;
    border-top: 5px solid #252525;
    display: none;
    left: 285px;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 2147483647;
}
.sublist2.s2 {
    top: 30px;
    width: 110%;
}
.sublist2.s3 {
    top: 100px;
	width:111%;
}
.inner_pages h1
{
	font-family: 'open_sansbold';
	font-size:28px;
	color:#004a80;
	padding:17px 0 17px 0;
	border-bottom:1px solid #004a80;
}
.inner_pages h2
{
	font-family: 'open_sansbold';
	font-size:20px;
	color:#252525;
	padding: 10px 0 0;
}
.inner_pages p
{
	color: #252525;
    font-family: 'open_sansregular';
    font-size: 15px;
    line-height: 22px;
	padding:6px 0 10px 0;
	
}
.inner_pages > a {
    display: table;
    font-family: "open_sansregular";
    font-size: 15px;
    padding: 5px 0;
    text-decoration: none;
}

.navigation_wrapper.inner {
    margin: 0;
    position: relative;
    top: -9px;
}

.inner_slider {
    padding: 8px 0 0;
}
.next_previous
{
	width:100%;
	padding:0px 0 10px 0;
}
.next_previous a.pre
{
	color:#033254;
	font-family: 'open_sansregular';
    font-size: 18px;
	text-decoration:none;
	float:left;
}
.next_previous a.next
{
	color:#033254;
	font-family: 'open_sansregular';
    font-size: 18px;
	text-decoration:none;
	float:right;
}
.inner_pages li
{
	color: #252525;
    font-family: "open_sansregular";
    font-size: 15px;
    line-height: 22px;
	list-style:disc;
}
.inner_left
{
	width:580px;
	float:left;
}
.inner_right
{
	float:left;
	width:580px;
}
.eftdoc {
    float: right;
    margin: 43px 0 0;
    width: 228px;
}
.row
{
	width:100%;
	border:1px solid #ccc;
	background:#F7F7F7;
}

.row .column1
{
	width:65%;
	float:left;
	border-right:1px solid #ccc;
	padding: 20px 0 20px 10px;
	color: #252525;
    font-family: "open_sansregular";
    font-size: 15px;
}

.row .column2 {
    float: right;
    padding: 20px 5px 20px 0;
    width: 33%;
	color: #252525;
    font-family: "open_sansregular";
    font-size: 15px;
	text-align:right;
}
.text_left
{
	width:960px;
	float:left;
}
.image_right
{
	width:190px;
	float:right;
	margin: 0 0 0;
}

.image_right > img {
    padding: 0 0 50px;
    width: 170px;
}

.image_right > img:last-child
{
	padding:0 !important;
}
.sponsor
{
	width:100%;
	background:#F7F7F7;
	margin:0 0 10px 0;
}

.sponsor > ul {
    float: left;
    padding: 0 50px 0 0;
	border-right:1px solid #ccc;
}

.sponsor li {
    list-style: outside none none;
    padding: 30px 0;
    text-align: center;
    width: 330px;
}

.sponsor > ul:first-child {
    padding-bottom: 21px;
}

.sponsor > ul:nth-child(3) {
    border: medium none;
}

.inner_pages > ul {
    margin: 0 0 0 15px;
}

.about_left {
    width: 850px;
	float:left;
}
.about_right
{
	float:right;
	width:300px;
}
.right-manu
{
	float:left;
	margin: 61px 0 0;
}
.right-manu ul
{
	background: rgb(0, 74, 128) none repeat scroll 0 0;
    border-top: 5px solid rgb(37, 37, 37);
}
.right-manu ul li
{
	border-bottom: 1px solid rgb(204, 204, 204);
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;  
    padding: 0 24px;
}
.right-manu ul li a
{
	color: rgb(255, 255, 255);
    display: table;
    font-family: "open_sansregular";
    font-size: 13px;
    padding: 12px 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	width: 280px;
}
.right-manu ul li a:hover
{
	background: rgb(3, 50, 84) none repeat scroll 0 0;
	width: 93%;
	
}
.videos {
  float: left;
  margin-right: 88px;
  margin-bottom: 15px;
}

.pdf {
    padding: 10px 0;
}
.pdf a
{
	font-size:60px;
	text-decoration:none;
	color:#D32F0C;
}


/*--------Contact US -----------*/

.cnt {
    float: left;
    width: 390px;
	margin: 10px 0;
}
.cnt > a {
    font-size: 12px;
    text-decoration: none;
	font-family: "open_sansregular";
}

.cnt > span {
    color: #252525;
    display: inline-table;
    font-family: "open_sansregular";
    font-size: 12px;
    padding: 10px 0 0;
}
.cnt > span a
{
	text-decoration: none;
	color: #252525;
}
.contact_section
{
	background:#F7F7F7;
	border:5px solid #252525;
	padding:20px;
	margin:20px 0 0 0;
}
.contact_section_left
{
	width:650px;
	float:left;
}

.contact_section_left > ul {
    margin: 0 0 0 30px;
}
.contact_section_right
{
	float:right;
}

.contct
{
	margin:10px 0 0 0;
	
}
.baner2
{
 margin:10px 0 0 0;

}
.box > img {
    width: 273px;
    border-bottom: 3px solid #004A80;
}
.view_p {
    background: #c7c7c7 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #252525;
    padding: 15px 0;
    text-align: center;
    width: 140px;
	margin: 0 0 10px;
}
.view_p > a {
    
    text-decoration: none;
	font-family: "open_sansregular";
	color: #252525;
}

.about_left.photo {
    width: 860px;
}
.inner_slider > img {
    width: 100%;
}
/*--------Contact US -----------*/


/*------Responsive CSS------*/

@media only screen and (min-width : 768px) and (max-width : 1024px)
{

.header_inner {
    margin: 0 auto;
    width: 100%;
}
.language {
    float: left;
    width: 145px;
}

.logo {
    float: left;
    margin: 0 0 0 30px;
    position: relative;
    width: 49%;
    z-index: 2147483647;
}

.logo img {
    width: 100%;
}

.social {
    float: left;
    width: 190px;
    margin: 0 0 0 25px;
}
.slider {
    margin: -53px 0 0;
}
.navigation_wrapper
{
	display:none;
}
.container {
    margin: 0 auto;
    width: 100%;
}

.container_left {
    float: left;
    margin: 24px 0 0 95px;
    width: 80%;
}

.container_right {
    float: left;
    margin: 27px 0 10px 95px;
    width: 272px;
}
.footer_wrapper {
    background:#C8C8C8 repeat-x;
    width: 100%;
}
.footer {
    margin: 0 auto;
    width: 100%;
}
.categories {
    border-right: 1px solid #b6b7bd;
    float: left;
    margin: 19px 0 9px 5px;
    width: 150px;
}
.categories.abc {
    margin-left: 43px;
}
.footer_logo
{
	display:none;
}

.copy {
    margin: 0 auto;
    width: 100%;
}

.copy h1 {
    color: #ffffff;
    float: left;
    font-family: "open_sansregular";
    font-size: 14px;
    padding: 10px 5px;
    width: 73%;
}
.box:nth-child(3), .box:nth-child(6), .box:nth-child(9), .box:nth-child(12)
{
	margin-right:25px;
}

}

	
	
	
	