@import url('https://fonts.googleapis.com/css?family=Lato');
html {    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    text-align: left;
    line-height:1.6;
}
body {    margin: 0;
    padding: 0;
}




p {

}

a{
    color: #1c238a;	text-decoration:none;
}
a:hover{	color: #1c238a;	text-decoration:none;
}

h1{
	font-size:22px;
	color: #1c238a;
	padding:5px 0;

}


h2{	font-size:20px;	color: #1c238a;
}

h3{	font-size:18px;
	color: #1c238a;
}

h4{	font-size:16px;
	color: #1c238a;
}

h6{
	font-size:13px;
	color: #1c238a;
}

.clear{	clear:both;}

.container {	margin:0 auto;
    width: 1080px;
}

.black{	background: #0b1739;
	padding:15px 0;
	margin:0;}

.black span{	display:block;	color:#fff;
    float:right;}

a.logo{	display:block;	padding:10px 0 0px 0px;
	float:left;
	height:55px;
	background:url('../images/logo.png') 0px 5px no-repeat;}

.text1{		margin:5px 0 0 70px;
		font-size:20px;
		color:red;
		line-height:1;}

.text2{
		margin-left:70px;
		font-size:20px;
		color:#000;
		line-height:1;
}

.topmenu{	float:right;

}

.topmenu ul{	display:flex;
	justify-content:center;
	margin:0px;
}

.topmenu ul li{	flex-grow:1;
	list-style-type:none;
	float:left;
	margin-bottom:1px;
}

.topmenu ul li:hover{
	border-bottom:1px solid #1c238a;
	margin-bottom:0px;
}

.topmenu ul li a{	display:block;
	margin:15px 20px;
	color:#000;
font-family: 'Lato', sans-serif;
}

.topmenu ul li a:hover{
	color:#1c238a;
}

.itcleft{	float:left;
	width:750px;}


.itcleft p{	    text-align: justify;}

.itcright{	float:right;
	width:300px;}

.itcright ul{
	padding-left:15px;
}


.itcright ul li{
   list-style-type:square;
}

.itcright ul li a{
	display:block;
	padding:2px 0;
}

.itcright ul li a:hover{
	color:#000;
}


#footer {	background: #0b1739;
	color:#fff;
	padding:20px 0;}

.itaway{	border:1px solid #000;
}

tr, td{ padding:5px; }

.container img{
	max-width:100%;
	width:auto;
	height:auto;
}

.search{	float:left;
	margin:10px 0 0 150px;}

.searchform{	margin:5px;
	padding:5px 5px 5px 15px;
	border:1px solid #ccc;
	border-radius:10px;}

.searchinput1{	background: none;
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
	line-height:1;
	vertical-align: middle;
}

.search-input-image{	padding:5px 5px 0 0;}



/*Bottom left-right navigation*/
.topnavil{	display:flex;}
.navil, .navir{
	width:45%;
	margin:1%;
	padding:1%;
	border:1px solid #ccc;

}
.navil a{
	background:url('../images/prev.png') top left no-repeat;
	padding-left:30px;
	min-height:35px;
}
.navir a{
	background:url('../images/next.png') top right no-repeat;
	padding-right:30px;
	min-height:35px;
}
.navil h4, .navir h4{
	margin:5px 0;
}
.navil p, .navir p{
	line-height:1.2;
	text-align:left;
	margin:5px 0;
}
.navil a, .navir a{
	display:block;
}
/*End Bottom left-right navigation*/

 /*2Bottom left-right navigation*/

.naviall{
	display:flex;
}

.navil, .navir{
	flex-grow:1;
	width:45%;
	margin:1%;
	padding:1%;
	border:1px solid #ccc;
	float:left;
}
.navil a{
	background:url('../images/prev.png') top left no-repeat;
	padding-left:30px;
	min-height:35px;
}
.navir a{
	background:url('../images/next.png') top right no-repeat;
	padding-right:30px;
	min-height:35px;
}
.navil h4, .navir h4{
	margin:5px 0;
}
.navil p, .navir p{
	line-height:1.2;
	text-align:left;
	margin:5px 0;
}
.navil a, .navir a{
	display:block;
}
/*End Bottom left-right navigation*/
.banner3 {	height:90px;
	width:100%;
}

