@font-face {
    font-family: 'Josefin Regular';
    src: url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Josefin Bold';
    src: url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body
{
	font-family: 'Josefin Regular','Helevetica Nue','Helevetica',Arial, sans-serif;
	overflow-x: hidden;
}
html
{
	height: 100%;
	width: 100%
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
li
{
	list-style: none;
}
ul
{
	margin:0;
}

/*homepage css*/
#header
{
	background: rgba(255,255,255,0.6);
	position: relative;
	width: 100%;
	top:0;
	z-index: 2;
	box-shadow: 0 0 3px #a8a8a8;
}
.navbar-brand
{
	height: auto!important;
}

ul.navbar-right li a
{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 14px;
	transition: all 0.3s;
    font-family: 'Josefin Bold';
	color: black;
}

ul.navbar-right li a:hover
{
	background:#b41d8e;
	color: #fff;
}

ul.navbar-right
{
	z-index: -2;
}
.navbar-toggle .icon-bar
{
	background:#a8a8a8;
	border-radius: 0px;
	margin-top:40px;
}
#slider
{
	margin-bottom: 40px;
}
ul.bxslider
{
	margin:0;
	padding:0;
}

ul.bxslider li
{
	width: 100%;
}

.bx-wrapper .bx-viewport
{
	border:0px!important;
	box-shadow: none;
	left: 0!important;
}
@media (max-width: 768px){
	ul.navbar-right li a
	{
		padding-top:10px;
		padding-bottom: 10px;
		color: #000;
	}
	.bx-wrapper .bx-viewport
	{
		left:0px!important;
	}
	.navbar-nav
	{
		background:rgb(255,255,255);
	}
	ul.before-footer-listings li
	{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	ul.social-icon li
	{
		margin:10px;
	}
	p.copyright
	{
		text-align: justify!important;
		margin-top:20px!important;
	}
}


h3.heading-title
{
	padding-bottom: 10px;
	text-align: center;
	font-size: 24px;
}

p.intro
{
	padding:10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	font-weight: 300;
}
.topic-font
{
	text-align: center;
}
.topic-font i
{
	font-size: 48px;
}

#content
{
	margin-bottom: 60px;
}

.init
{
	padding:0;
}
.btn
{
	border-radius: 0px!important;
	background:#b41d8e;
	color: #fff;
	font-size: 16px!important;
	margin-bottom: 10px;
	padding:10px 30px!important;
	transition:all 0.3s all;
}

#chairman-message
{
	background: #f2f2f2;
}

h3.chariman-title
{
	padding-top:50px;
}
p.chariman-message
{
	font-size: 18px;
	text-align: justify;
	padding-top:15px;
}


/*site navigation*/
#site-navigation
{
	margin-top:50px;
	margin-bottom: 50px;
}
h3.site-navigation
{
	font-size: 22px;
	text-align: center;
	margin-bottom: 23px;
	font-family: 'Josefin Bold';
}
h3.site-topic
{
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 'Josefin Bold';
}
p.site-paragraph
{
	font-size: 18px;
}


/*before footer*/
#before-footer
{
	background: #b41d8e;
}
ul.before-footer-listings
{
	margin:0;
	padding:40px;
}
ul.before-footer-listings li
{
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}
ul.before-footer-listings li a
{
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
ul.before-footer-listings li a:hover
{
	color: #a8a8a8;
}


#footer
{
	padding:30px;
	background:#272727;
}
ul.social-icon
{
	padding:20px 0 0 0;
}
ul.social-icon li
{
	display: inline-block;
	margin-right: 30px;
}
ul.social-icon li a i
{
	font-size: 22px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
ul.social-icon li a i:hover
{
	color: yellow;
}
p.copyright
{
    color: #fff;
	margin: 0;
	text-align: center;
	font-size: 17px;
}

.docked-btns {
    position: fixed;
    top: 36%;
    right: -65px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    z-index: 9;
}

.docked-btns .register {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 10px;
    border-radius: 3px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #b41d8eb5;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
}