/*.otherhead{
box-sizing: border-box;
height: 100px;
background-color: #c4e17f;
clip-path: ellipse(105% 100% at 59.9% 0%);
width:100%;
}*/
.otherhead{
	height: 200px;
	width:100%;
	background-image: url(../images/other-page2.svg);
	background-repeat: no-repeat;
	background-position: top;
	z-index: 0;
	margin-top: -5px;
}
.otherhead .logo-container{
	height: 65px;
	width: auto;
	margin-top: 15px;
	margin-left: 35px;
	left: 35px;
	top: 0px;
	float: left;
	display:inline;
}
.otherhead .name-container{
	width: auto;
	float: left;
	margin-left: 35px;
	margin-top: 15px;
	display:inline;
}
.otherhead h1{
	font-family: 'Marcellus SC', serif;
	font-weight: bold;
	/*color: #506c0d;*/
	color: #fff;
	font-size: 35px;
	line-height: 30px;
	text-transform: uppercase;
}
.otherhead h2{
	font-family: 'Kaushan Script', cursive;
	color: #FFF;
	font-size: 50px;
	line-height: 40px;
	}

.otherhead h3{
	font-family: 'Sansita', sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 50px;
	line-height: 20px;
	text-transform: uppercase;
}
.otherhead h4{
	font-family: 'Sansita', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 25px;
	line-height: 50px;	
}

.other-header{

}
.top_gap{
	margin-top: 175px;
}
.other-header h1{
	font-family: 'Marcellus SC', serif;
	font-weight: bold;
	color: #506c0d;
	font-size: 2vw;
	line-height: 40px;
	text-transform: uppercase;
	}
.other-header h2{
	font-family: 'Sansita', sans-serif;
	font-weight: 400;
	color: #506c0d;
	font-size: 1.5vw;
	line-height: 1.5vw;	
}
.other-header p{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
.other-header .row {
  display: flex;
}
.other-header .column {
  flex: 50%;
  padding: 10px;
  height: auto;
}
.other-header table{
	font-family: 'Lato', sans-serif;
	}
.other-header thead{
	font-family: 'Lato', sans-serif;
	background-color: #c4e17f;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	}
.other-header tbody{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	}
.imgboxshade{box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;}

.other-header a:link {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #060;
	vertical-align: top;
	line-height: 20px;
	text-decoration: underline;
}
.other-header a:visited {
	color: #060;
	text-decoration: none;
}
.other-header a:hover {
	color: #666;
	text-decoration: none;
}