.wcon{
	    float: left;
    width: 100%;
}
@font-face {
    font-family: Cormorant Light;
    src: url(/font/CormorantGaramond-Light.ttf);
}
#background{
    background-size: 100% 100%;
}
#background_about{
	 background-size: 100% 100%;
	 background-image:url(../img/ab1.jpg);
}
p{
	font-family: Cormorant Light !important;
	font-size: 27px;
	color:#ffffff
}
.logo{
	       width: 718px;
		margin-top: 2em;
		margin-bottom: 3em;
}
.center{
	text-align:center
}
.bold_font{
	font-family: Cormorant Light !important;
}
.menu a{
	color:#ffffff !important;
	font-size: 27px;
	padding: 23px;
}
.menu {
	
	padding:17px;
	font-family: Cormorant Light !important;
	
}
.menu_option{
	color:#ffffff !important;
	font-size: 27px;
	font-family: Cormorant Light !important;
}
.alogog{
	    width: 396px !important;
}
.iicon{
	height: 32px;
}
.ficon{
	height: 30px;
}
.ticon{
	height: 31px;
}
.right{
	text-align:right
}
.plno{
	padding-left:0px  !important
}
.prno{
	padding-right:0px  !important
}
.fdiv{
	    position: fixed;
    bottom: 20px;
	width: 98.3%;
}
.col-md-12{
	margin-top:10px !important;
	font-size::-10% !important;
}
.row{
	margin-top:-10px !important;
}

.container{
	margin-top: 16px !important;
}

@media only screen and (max-width:767px) {
    #iouter {
        text-align:center !important;
		margin-top:12px
    }
	#background{
    background-size: cover !important;
	}
	#background_about{
		background-size: cover !important;
	}
	.logo{
		    width:480px;
	}
}
@media only screen and (max-width:500px) {
	.logo{
		    width:400px;
	}
}
.mt5{
	margin-top:5em
}