body{
			font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		}
		.icon{
			text-align: center;
			font-size: 35px;
			height: 55px;
			width: 55px;
			padding: 10px;
		}
		.topt{
			margin-top: -55px;
			margin-left: 65px;
		
		}
		.navbar li{
			margin-right: 30px;
			font-size: 18px
		}
		.navbar li a:hover{
			color: black; 
		}
		.navbar li a{
			color: white;
			text-transform: uppercase;
		}
		.navbar .drps{
			padding: 0px;
			margin-top: 0px;
			border-radius: 0px;
			border-bottom: 2px solid #00154f;
		}
		.navbar .drps a{
			color: white;
			padding: 5px 5px;
			border-bottom: 1px solid lightgrey;
			text-transform: capitalize;
			font-size: 18px;
		}
		.navbar .drps a:hover{
			color: #00154f;
			background:lightgrey;
			padding-left: 10px;
			transition: 0.3s;
		}

		.dropdown:hover>.dropdown-menu {
		  display: block;
		}

		.dropdown>.dropdown-toggle:active {
		  /*Without this, clicking will make it sticky*/
		    pointer-events: none;
		}
		.butn1{
			background: #00154f;
		}
		.butn2{
			background: green;
		}
		.box h6{
			color: white;
			font-size: 14px;
		}

		.box h6:hover{
			color: orange;
		}


		.form_top{
			background: linear-gradient(to bottom right, #00154f, blue, grey)
		}
		.form_top h4{
			font-family: Georgia;
		}
		.form_top p{
			font-family: Gill Sans MT;
			font-size: 16px;
		}


		.form_butn{
			background: #00154f;
			color: white;
		}
		.forms{
			background: white;
		}
		.forms input{
			border: 0px;
			border-radius: 0px;
			border-bottom: 1px solid lightgrey;
		}
		.forms input:hover,
		.forms input:focus{
			box-shadow: none;
		}
		input[type="text"].home_form::-webkit-input-placeholder {
		  color: darkred;
		  font-family:italic;
		}

/*FooterArea*/
	
	.btm_nav i{
		font-size: 30px;
	}
	.btm_nav a{
		font-size: 13px;
	}

	.footes{
		margin-bottom: 20px;
	}
	.footes ul li{
		padding-left: 40px;
	}
	.footes ul li a{
		font-size: 14px;
	}

/*Blog Are*/

.posts{
	background:;
}

.posts img{
	width: 100%;
	height: 250px;
}

.post_btn{
	font-size: 15px;
	margin-top: 10px;
	width: 70px;
	padding: 10px;
	float: right;
}
.post_btn i{
	font-size: 12px;
}
.post_btn:hover{
	background: #daaa03;
	border-radius: 10px;
	transition: 1s;
}

.blg_title{
	background: #00154f;
}


