

/*Main Style*/

/*Base Style*/

* {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	/*background-color: #5cb85c;*/
}

a:hover {
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

#full_page {
	width: 100%;
	margin: 0 auto;
	padding: .2em;
	border-radius: 5px;
	background-color: #f5f5f5;

}

.clear {
	clear: both;
}

@media (min-width: 550px) {
	.mfcsbs1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}
	
	.mfcsbs2 {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		align-content: center;
	}
}

.sbs1c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.sbs2c {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}

/*Base Style ends*/

/*Main Header*/

#main_header {
	margin: .5em;
	height: 75px;
}

#site_logo {
	border: 2px solid aquamarine;
	border-radius: 10%;
	margin: 0 .5em;
	padding: .5em;
	width: 80px;
	height: 80px;
	transition: all 1s ease-in-out;
}

#site_logo:hover {
	border: 2px solid coral;
	border-radius: 10%;
	margin: 0 .5em;
	padding: .5em;
	width: 80px;
	height: 80px;
	transition: all 1s ease-in-out;
}

#site_logo a {}

#site_logo a img {
	height: 50px;
	width: 50px;
	transition: .5s ease-in-out;
}

#site_logo a img:hover {
	height: 60px;
	width: 60px;
}

#site_navigation {}

#sn {}

.snli {
	display: inline-block;
	list-style: none;
	margin: .2em .5em;
}

.snli_a {
	text-decoration: none;
	font-size: 20px;
	font-style: none;
	color: coral;
	transition: .5s ease-in-out;
	margin: .2em;
	padding: .1em;
}

.snli a:hover {
	color: slateblue;
	/*font-size: 22px;*/
	border-bottom: 1px solid slateblue;
}

.snli  a:active {}

.snli  a:visited {}

/*Main Header ends*/

/*Breadcrumb*/

#breadcrumb {
	margin: .5em .2em;
}

#breadcrumb p {
	padding: .5em;
}

.bc {
	font-size: 18px;
}

#uh {
	/*background-color: cornflowerblue;
	border-radius: 3px;*/
	padding: .1em .3em;
}

#c {
	/*background-color: cornflowerblue;
	border-radius: 3px;*/
	padding: .1em .3em;
}

#pn {
	background-color: mediumseagreen;
	color: white;
	border-radius: 3px;
	padding: .1em .3em;
}

/*Breadcrumb ends*/

/*Footer*/

#footer1 {
	height: 80px;
	background-color: #dccbb8;
	margin: .5em .2em;
	padding: .5em;
	border-radius: 5px;
}

#copyrights {}

#copyrights p {
	/*color: #5472c0;*/
}

#copyrights p a {
	text-decoration: none;
	font-style: none;
}

#sharif {
	color: red;
}

#jobayed {
	color: green;
}

#social_accs {}

#social_accs a {}

#social_accs a img {
	width: 32px;
	height: 32px;
}


.sharethis-inline-share-buttons {
	/*position: fixed;
	top: 40%;
	left: 1%;*/
	display: flex;
	flex-direction: column;

}
/*Footer ends*/