/* ---------------------------------------------------------------------- common code*/
body{
	padding:0;
	margin:0;
	background: rgba(249,249,249,1);
	font-family: 'Josefin Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/* --------------------------------------------------------------------------- */
.boundry
{
	border: 1px solid black;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/mobile/loading1.gif') 50% 50% no-repeat rgb(249,249,249);
}

/*code for top section*/
.top_ctn_sec0
{
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 300;
	background: white;
	box-shadow: 0px 0px 10px rgba(125,125,125,0.5);
}

@media all and (orientation:portrait) {

	.logo_bar_ctn
	{
		width: 100%;
	}

    .any_img
	{
		position: relative;
		width: 25VH;
		height: 10VH;
		margin: auto;
		top: -1VH;
	}

	ul.navmenu
	{
		display: inline-block;
		width:100%;
		list-style-type: none;
	}

	.navmenu_item{
	    float: left;
	    width: 25%;
	    padding: 1VW;
	    background: rgba(128,129,133,1);
	}

/* Change the link color to #111 (black) on hover */

	ul.navmenu li:hover
	{
		background: white;
	}

	ul.navmenu li a {
    	color: white;
    	text-decoration: none;
    	font-size: 2.5VH;

	}

	.navmenu_item:hover a{
	    color:black;
	}

}

@media all and (orientation:landscape) {

	.logo_bar_ctn
	{	
		float: left;
		width: 30%;
	}

    .any_img
	{
		position: relative;
		width: 25VW;
		height: 10VW;
		margin: auto;
		top: -1VW;
	}

	ul.navmenu
	{
		display: inline-block;
		float: left;
		width:70%;
		margin-top: 2VW;
		list-style-type: none;
	}

	.navmenu_item{
	    float: left;
	    width: 25%;
	    padding: 1VW;
	    background: rgba(128,129,133,1);
	}

/* Change the link color to #111 (black) on hover */

	ul.navmenu li:hover
	{
		background: white;
	}

	ul.navmenu li a {
    	color: white;
    	text-decoration: none;
    	font-size: 2.5VW;
	}

	.navmenu_item:hover a{
	    color:black;
	}    
}
