html{
	unicode-bidi: inherit;
}
@font-face {
  font-family: 'Aneethademo Sans';
  src: url('fonts/AneethademoSans.ttf');
}
@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/CenturyGothic.ttf');
}
@font-face {
  font-family: 'Aneetha';
  src: url('fonts/Aneetha.ttf');
}
@font-face {
  font-family: 'Allison';
  src: url('fonts/Allison.otf');
}
@font-face {
  font-family: 'Monotone';
  src: url('fonts/Monotone.ttf');
}
.main-container{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top:0;
	bottom: 0;
}
.main-header{
	width: 100%;
	height: 70px;
	position: absolute;
/*	background-color: rgb(255,255,255,0.70);*/

	left: 0;
	z-index: 1006;
	display: block;
}
.main-header2{
	width: 100%;
	height: 70px;
	position: absolute;
	background-color: #fff;
	top:0;
	left: 0;
	z-index: 1006;
}
.main-header .nav-bar{
	position: relative;
	height: 100%;
/*	margin-left: 90px;
	margin-right: 90px;*/
}
.pukka-home{
	font-family: 'Aneethademo Sans';
	margin: 0;
	font-size: 30px;
	color:#f30fb7;
	text-decoration: none;
}
.nav-bar .nav-left{
	position: relative;
	width: 80%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	text-align: left;
	float: left;
}
.nav-left .homer{
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
}
.nav-left .menuer{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
/*	float: left;*/
	padding: 10px;
	text-align: left;
}
.menuer ul{
	list-style: none;
	display: inline-flex;
	margin: 0;
	font-family: 'Aneethademo Sans';
	font-size: 25px;
/*	float: right;*/
}
.menuer li{
	margin: 0 25px;
}
.menuer a{
	padding: 8px;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;

}
.menuer a:hover{
	color:#1f345a;
/*	background-color: #fff;
	border-radius:8px;*/
}
.nav-bar .nav-right{
	position: relative;
	width: 20%;
	height: 100%;
	float: right;
	box-sizing: border-box;
	padding: 15px;
	text-align: right;
}
.nav-right img{
	margin-left: 10px;
	height: 100%;
}
.footer{
	height: auto;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	color:#a1a1a1;
	font-size: 15px;
	font-family: 'Aneethademo Sans';
	z-index: 1006;
	bottom: 0;
	background-color: #e6e6e6;
}
a:focus, a:hover {
     color: #000; 
}
.about-page{
	box-sizing: border-box;
	padding: 70px;
	background:url('../img/sec2-bg.png');
	background-size: inherit;
	background-repeat: no-repeat;
}
.about-welcome{
	width:50%;
	height: 80%;
	margin-top:135px;
}
.about-welcome h1{
	font-family: 'Allison';
	font-size: 80px;
	line-height: 70px;
	margin-bottom: 50px;
}
.about-welcome h5{
	font-family: 'Century Gothic'
}

.footer-menu{
	text-align: right;
}
.footer-line{
	border-left: solid 2px #a1a1a1;
	padding-left: 20px;
}
.mobile-header{
    width: 100%;
    height:50px;
    background-color:transparent;
    position: fixed;
    display: none;
    z-index: 1006;
}
.mobile-header .m-header-left{
    width:50%;
    height:100%;
    position: relative;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 13px;
}
.mobile-header .m-header-toggle{
    width:50%;
    height:100%;
    position: relative;
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding: 10px;
}
.m-header-left img{
    width: :100%;
    height: auto;
    position: relative;
}
.m-header-toggle img{
    height:100%;
    width: auto;
    position: relative;
}
.mobile-nav{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.90);
    top: 51px;
    display: none;
    position: fixed;
    z-index: 1006;
    padding-top: 40%;
    padding-left: 20px;
    padding-right: 20px;
}
.link-wpr {
    width: 100%;
    text-align: center;
    height: auto;
}
.link-wpr a{
    width: 100%;
    display: block;
    padding: 15px 15px;
    box-sizing: border-box;
    text-align: center;
    background: #03bafe;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    margin-bottom: 5px;
}
