@charset"UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600|Play:700');
@font-face{
	font-family: ethno;
	src: url('../fonts/ethno-rg.ttf');
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-weight: 500;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e1115f;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #e1115f;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #e1115f;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #e1115f;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1f1f1f;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Firefox 19+ */
  color: #1f1f1f;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* IE 10+ */
  color: #1f1f1f;
}
input:hover::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Firefox 18- */
  color: #1f1f1f;
}
h1, h2{
	font-family: ethno;
	font-size: 22px;
	line-height: 30px;
	font-weight: 900;
}
h3, h4{
	font-family: 'Play', sans-serif;
	font-size: 18px;
	font-weight: 900;
}
h5, h6{
	font-family: 'Play', sans-serif;
	font-size: 14px;
	font-weight: 900;
}
a{
	text-decoration: none;
}
.clearfix{
	clear: both;
	height: 10px;
	width: 100%;
}
.gap-sm{ height: 7.5px; width: 100%; clear: both; }
.gap-md{ height: 15px; width: 100%; clear: both; }
.gap-lg{ height: 20px; width: 100%; clear: both; }
.gap-xl{ height: 30px; width: 100%; clear: both; }
.form-clearfix{
	clear: both;
	height: 20px;
	width: 100%;
}
.title{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.title h2{
	color: #DD133B;
	padding: 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.title p{
	color: #DD133B;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
}
.title hr{
	border: 1px solid #DD133B;
	width: 45%;
	margin: 10px auto;
}
.container{
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 0px 2.5%;
	display: table;
	position: relative;
	text-align: center;
}
.mask{
	width: 100%;
	height: 100%;
	padding: 10px 0px;
	background: rgba(255,255,255,0.8);
}
.error{
	width: 70%;
	height: auto;
	padding: 30px;
	border: 1px solid red;
	color: red;
	clear: both;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
}
.success{
	width: 70%;
	height: auto;
	padding: 30px;
	border: 1px solid forestgreen;
	color: forestgreen;
	clear: both;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
}
.error p, 
.success p{
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 100%;
}
.error a,
.success a{
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 30px auto;
	display: inline-block;
	color: #e1115f;
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #e1115f;
	border-radius: 5px;
}
.error a:hover,
.success a:hover{
	background-color: #e1115f;
	color: #fff;
}
.success_block{
	width: 50%;
	height: auto;
	padding: 30px;
	border: 1px solid forestgreen;
	color: forestgreen;
	clear: both;
	margin: 50px auto 30px auto;
	border-radius: 5px;
}
.success_block h3{
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 30px;
}
.success_block p{
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 30px;
	color: #222222;
}
.success_block a{
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 30px;
	color: forestgreen;
	text-decoration: none;
	border: 1px solid forestgreen;
	padding: 10px 30px;
	border-radius: 5px;
}
.success_block a:hover{
	background-color: forestgreen;
	color: #fff;
}
/**** Button ****/
.btn-primary-lg{
	width: auto;
	height: auto;
	padding: 15px 30px;
	display: block;
}
/**** Popup ****/
.ui-dialog-titlebar{
	background: #e1115f;
	color: #fff;
}
.item1 .item-img i{
	color: #e1115f;
	margin: 5px auto auto 5px;
	font-size: 16px;
}
#popup p{
	color: #555;
	font-size: 14px;
	line-height: 16px;
}
/*Back To Top*/
#back-to-top{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e1115f;
	border-radius: 100%;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 5px;
	display: none;
	border: 1px solid #e1115f;
	overflow: hidden;
}
#back-to-top a{
	font-size: 20px;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#back-to-top a:hover{
	background: #e1115f;
	color: #fff;
}
@media (max-width: 319.98px) {
	.container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding: 0px 2.5%;
		display: table;
		position: relative;
		text-align: left;
	}
	.gap-sm{ height: 15px; width: 100%; clear: both; }
	.gap-md{ height: 30px; width: 100%; clear: both; }
	.gap-lg{ height: 40px; width: 100%; clear: both; }
	.gap-xl{ height: 60px; width: 100%; clear: both; }
	#topbar{
		display: none;
	}
	#topbar-mobile{
		width: 100%;
		height: 40px;
		background: #DD133b;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
	}
	#topbar-mobile .left{
		width: 70%;
		height: 40px;
		float: left;
	}
	#topbar-mobile .left h3{
		color: #fff;
		line-height: 40px;
	}
	#topbar-mobile .right{
		width: 30%;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: right;
		position: relative;
	}
	#topbar-mobile .right #show-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	#topbar-mobile .right #hide-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		display: none;
		cursor: pointer;
	}
	#topbar-mobile .right #show-menu i,
	#topbar-mobile .right #hide-menu i{
		color: #fff;
		font-size: 26px;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 100%;
		background: #e1115f;
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #e1115f;
		overflow-x: hidden;
		overflow-y: auto;
		display: none;
	}
	#header .left{
		display: none;
	}
	#header .right{
		width: 100%;
		float: none;
		min-height: 100px;
		line-height: 30px;
		text-align: left;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: block;
		margin: 0px;
		border-bottom: 1px solid #ccc;
	}	
	#header a{
		font-size: 13px;
		color: #fff;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		text-align: left;
		line-height: 30px;
		padding: 0;
		padding-left: 10px;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		border-bottom: none;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
		float: left;
		line-height: 30px;
		
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 10px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
	}
	#register .title img{
		height: 50px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	#register form .row{
		width: 100%;
		background: transparent;
	}
	#register form fieldset{
		width: 100%;
		height: auto;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	#register form fieldset input,
	#register form fieldset select,
	#register form fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	#register form fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	#register form p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	.profile-body form#register .row{
		width: 100%;
		background: transparent;
	}
	.profile-body form#register fieldset{
		width: 100%;
		height: auto;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select,
	.profile-body form#register fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	.profile-body form#register fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	.profile-body form#register p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		width: 100%;
		background: #fff;
		background: url('../images/signin_signup/signin.png');
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .title h2{
		font-size: 16px;
	}
	#login .title p{
		font-size: 12px;
		line-height: 16px;
	}
	#login .container{
		padding: 0;
		width: 100%;
	}
	#login .mask{
		width: 100%;
		height: 100%;
		padding: 10px 2.5%;
		background: rgba(255,255,255,0.8);
	}
	#login .left{
		display: none;
	}
	#login .right{
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	#login .right h3{
		width: 100%;
		line-height: 24px;
		color: #e1115f;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1115f;
		padding-bottom: 20px;
	}
	#login .right form{
		width: 100%;
		height: auto;
		margin: auto;
		border-radius: 10px;
		padding: 0px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #222;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
		text-align: left;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
		border-color: #e1115f;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{
		width: 100%;
		display: block;
		background: #fff;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 30px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
	/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .proposals-container{
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e1115f;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
		text-align: left;
		font-size: 13px;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 100%;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 100%;
	}
	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		border-bottom: 1px solid #fff;
		width: 100%;
		text-align: left;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #fff;
		color: #e1115f;
	}
	#proposals .proposals-container .right .item1{
		width: 100%;
		height: 290px;
		margin-bottom: 15px;
		overflow: hidden;
		position: relative;
		border-radius: 5px;
		border: 1px solid #e1115f;
	}
	#proposals .proposals-container .right .item1 h3{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(225,17,95,1);
		z-index: 1;
		width: 100%;
		padding: 5px;
		color: #fff;
		transition: all .5s ease-in 0s;
		font-weight: normal;
		font-size: 14px;
	}
	#proposals .proposals-container .right .item1:hover h3{
		bottom: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-img i{
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		z-index: 2;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-align: left;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left{
		width: 95%;
		margin: auto;
		display: block;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(odd){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(even){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left label{
		display: block;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input,
	#proposals .proposals-container .right .item1 .item-details .list-block-left textarea{
		width: 100%;
		padding: 2.5%;
		border: none;
		outline: none;
		border-radius: 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']{
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		cursor: pointer;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']:hover{
		background: #fff;
		color: #e1115f;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 10px 0px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 15px;
		text-align: left;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 20px;
	}
	#profile .profile-head .left{
		width: 100%;
		height: 290px;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#profile .profile-head .left .profile-img{
		width: 290px;
		height: 290px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .left .profile-img i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
		position: absolute;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a{
		width: 100%;
		display: block;
		color: #e1115f;
		font-weight: 700;
		text-transform: capitalize;
		text-decoration: none;
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a:hover{
		background: #e1115f;
		color: #fff;
	}
	#profile .profile-head .right{
		width: 100%;
		border-radius: 10px;
		padding: 0px;
		margin: 0px;
	}
	#profile .profile-head .right ul{
		list-style: none;
		width: 100%;
	}
	#profile .profile-head .right ul li{
		padding: 10px 0px;
		width: 100%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
		text-align: left;
	}
	#profile .profile-head .right ul li.no-border{
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #e1115f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
	}
	#profile .profile-nav ul li{
		display: inline-block;
		width: 49%;
	}
	#profile .profile-nav ul li a{
		display: block;
		color: #e1115f;
		font-size: 14px;
		padding: 15px 0px;
		text-decoration: none;
		border-right: 0px solid #e1115f;
	}
	#profile .profile-nav ul li a i{
		margin: 0px 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
		text-align: left;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul{
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li{
		width: 100%;
		float: left;
		min-height: 30px;
		line-height: 30px;
		margin-bottom: 5px;
		padding: 0px 10px;
		text-transform: capitalize;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
		background: rgba(0,0,0,0.1);
		font-weight: 700;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.even{
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-bottom: 10px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		margin-bottom: 0px;
		width: 100%;
	}
	#footer .footer-item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0px;
		right: auto;
		left: auto;
		z-index: 9999;
		text-align: center;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		width: 30px;
		display: inline-block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}
@media (min-width: 320px) and (max-width: 575.98px) {
	.container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding: 0px 2.5%;
		display: table;
		position: relative;
		text-align: left;
	}
	.gap-sm{ height: 15px; width: 100%; clear: both; }
	.gap-md{ height: 30px; width: 100%; clear: both; }
	.gap-lg{ height: 40px; width: 100%; clear: both; }
	.gap-xl{ height: 60px; width: 100%; clear: both; }
	#topbar{
		display: none;
	}
	#topbar-mobile{
		width: 100%;
		height: 40px;
		background: #DD133b;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
	}
	#topbar-mobile .left{
		width: 70%;
		height: 40px;
		float: left;
	}
	#topbar-mobile .left h3{
		color: #fff;
		line-height: 40px;
	}
	#topbar-mobile .right{
		width: 30%;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: right;
		position: relative;
	}
	#topbar-mobile .right #show-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	#topbar-mobile .right #hide-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		display: none;
		cursor: pointer;
	}
	#topbar-mobile .right #show-menu i,
	#topbar-mobile .right #hide-menu i{
		color: #fff;
		font-size: 26px;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 100%;
		background: #e1115f;
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #e1115f;
		overflow-x: hidden;
		overflow-y: auto;
		display: none;
	}
	#header .left{
		display: none;
	}
	#header .right{
		width: 100%;
		float: none;
		min-height: 100px;
		line-height: 30px;
		text-align: left;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: block;
		margin: 0px;
		border-bottom: 1px solid #ccc;
	}	
	#header a{
		font-size: 13px;
		color: #fff;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		text-align: left;
		line-height: 30px;
		padding: 0;
		padding-left: 10px;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		border-bottom: none;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
		float: left;
		line-height: 30px;
		
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 10px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
	}
	#register .title img{
		height: 50px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	#register form .row{
		width: 100%;
		background: transparent;
	}
	#register form fieldset{
		width: 100%;
		height: auto;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	#register form fieldset input,
	#register form fieldset select,
	#register form fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	#register form fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	#register form p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	.profile-body form#register .row{
		width: 100%;
		background: transparent;
	}
	.profile-body form#register fieldset{
		width: 100%;
		height: auto;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select,
	.profile-body form#register fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	.profile-body form#register fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	.profile-body form#register p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		width: 100%;
		background: #fff;
		background: url('../images/signin_signup/signin.png');
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .title h2{
		font-size: 16px;
	}
	#login .title p{
		font-size: 12px;
		line-height: 16px;
	}
	#login .container{
		padding: 0;
		width: 100%;
	}
	#login .mask{
		width: 100%;
		height: 100%;
		padding: 10px 2.5%;
		background: rgba(255,255,255,0.8);
	}
	#login .left{
		display: none;
	}
	#login .right{
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	#login .right h3{
		width: 100%;
		line-height: 24px;
		color: #e1115f;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1115f;
		padding-bottom: 20px;
	}
	#login .right form{
		width: 100%;
		height: auto;
		margin: auto;
		border-radius: 10px;
		padding: 0px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #222;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
		text-align: left;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
		border-color: #e1115f;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{
		width: 100%;
		display: block;
		background: #fff;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 30px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
	/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .proposals-container{
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e1115f;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
		text-align: left;
		font-size: 13px;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 100%;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 100%;
	}
	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		border-bottom: 1px solid #fff;
		width: 100%;
		text-align: left;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #fff;
		color: #e1115f;
	}
	#proposals .proposals-container .right .item1{
		width: 100%;
		height: 290px;
		margin-bottom: 15px;
		overflow: hidden;
		position: relative;
		border-radius: 5px;
		border: 1px solid #e1115f;
	}
	#proposals .proposals-container .right .item1 h3{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(225,17,95,1);
		z-index: 1;
		width: 100%;
		padding: 5px;
		color: #fff;
		transition: all .5s ease-in 0s;
		font-weight: normal;
		font-size: 14px;
	}
	#proposals .proposals-container .right .item1:hover h3{
		bottom: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-img i{
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		z-index: 2;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-align: left;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left{
		width: 95%;
		margin: auto;
		display: block;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(odd){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(even){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left label{
		display: block;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input,
	#proposals .proposals-container .right .item1 .item-details .list-block-left textarea{
		width: 100%;
		padding: 2.5%;
		border: none;
		outline: none;
		border-radius: 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']{
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		cursor: pointer;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']:hover{
		background: #fff;
		color: #e1115f;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 10px 0px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 15px;
		text-align: left;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 20px;
	}
	#profile .profile-head .left{
		width: 100%;
		height: 290px;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#profile .profile-head .left .profile-img{
		width: 290px;
		height: 290px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .left .profile-img i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
		position: absolute;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a{
		width: 100%;
		display: block;
		color: #e1115f;
		font-weight: 700;
		text-transform: capitalize;
		text-decoration: none;
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a:hover{
		background: #e1115f;
		color: #fff;
	}
	#profile .profile-head .right{
		width: 100%;
		border-radius: 10px;
		padding: 0px;
		margin: 0px;
	}
	#profile .profile-head .right ul{
		list-style: none;
		width: 100%;
	}
	#profile .profile-head .right ul li{
		padding: 10px 0px;
		width: 100%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
		text-align: left;
	}
	#profile .profile-head .right ul li.no-border{
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #e1115f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
	}
	#profile .profile-nav ul li{
		display: inline-block;
		width: 49%;
	}
	#profile .profile-nav ul li a{
		display: block;
		color: #e1115f;
		font-size: 14px;
		padding: 15px 0px;
		text-decoration: none;
		border-right: 0px solid #e1115f;
	}
	#profile .profile-nav ul li a i{
		margin: 0px 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
		text-align: left;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul{
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li{
		width: 100%;
		float: left;
		min-height: 30px;
		line-height: 30px;
		margin-bottom: 5px;
		padding: 0px 10px;
		text-transform: capitalize;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
		background: rgba(0,0,0,0.1);
		font-weight: 700;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.even{
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-bottom: 10px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		margin-bottom: 0px;
		width: 100%;
	}
	#footer .footer-item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0px;
		right: auto;
		left: auto;
		z-index: 9999;
		text-align: center;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		width: 30px;
		display: inline-block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding: 0px 2.5%;
		display: table;
		position: relative;
		text-align: left;
	}
	.gap-sm{ height: 15px; width: 100%; clear: both; }
	.gap-md{ height: 30px; width: 100%; clear: both; }
	.gap-lg{ height: 40px; width: 100%; clear: both; }
	.gap-xl{ height: 60px; width: 100%; clear: both; }
	#topbar{
		display: none;
	}
	#topbar-mobile{
		width: 100%;
		height: 40px;
		background: #DD133b;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
	}
	#topbar-mobile .left{
		width: 70%;
		height: 40px;
		float: left;
	}
	#topbar-mobile .left h3{
		color: #fff;
		line-height: 40px;
	}
	#topbar-mobile .right{
		width: 30%;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: right;
		position: relative;
	}
	#topbar-mobile .right #show-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	#topbar-mobile .right #hide-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		display: none;
		cursor: pointer;
	}
	#topbar-mobile .right #show-menu i,
	#topbar-mobile .right #hide-menu i{
		color: #fff;
		font-size: 26px;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 100%;
		background: #e1115f;
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #e1115f;
		overflow-x: hidden;
		overflow-y: auto;
		display: none;
	}
	#header .left{
		display: none;
	}
	#header .right{
		width: 100%;
		float: none;
		min-height: 100px;
		line-height: 30px;
		text-align: left;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: block;
		margin: 0px;
		border-bottom: 1px solid #ccc;
	}	
	#header a{
		font-size: 13px;
		color: #fff;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		text-align: left;
		line-height: 30px;
		padding: 0;
		padding-left: 10px;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		border-bottom: none;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
		float: left;
		line-height: 30px;
		
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 10px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
	}
	#register .title img{
		height: 50px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	#register form .row{
		width: 100%;
		background: transparent;
	}
	#register form fieldset{
		width: 100%;
		height: auto;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	#register form fieldset input,
	#register form fieldset select,
	#register form fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	#register form fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	#register form p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	.profile-body form#register .row{
		width: 100%;
		background: transparent;
	}
	.profile-body form#register fieldset{
		width: 100%;
		height: auto;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select,
	.profile-body form#register fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	.profile-body form#register fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	.profile-body form#register p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		width: 100%;
		background: #fff;
		background: url('../images/signin_signup/signin.png');
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .title h2{
		font-size: 16px;
	}
	#login .title p{
		font-size: 12px;
		line-height: 16px;
	}
	#login .container{
		padding: 0;
		width: 100%;
	}
	#login .mask{
		width: 100%;
		height: 100%;
		padding: 10px 2.5%;
		background: rgba(255,255,255,0.8);
	}
	#login .left{
		display: none;
	}
	#login .right{
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	#login .right h3{
		width: 100%;
		line-height: 24px;
		color: #e1115f;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1115f;
		padding-bottom: 20px;
	}
	#login .right form{
		width: 100%;
		height: auto;
		margin: auto;
		border-radius: 10px;
		padding: 0px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #222;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
		text-align: left;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
		border-color: #e1115f;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{
		width: 100%;
		display: block;
		background: #fff;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 30px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
	/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .proposals-container{
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e1115f;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
		text-align: left;
		font-size: 13px;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 100%;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 100%;
	}
	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		border-bottom: 1px solid #fff;
		width: 100%;
		text-align: left;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #fff;
		color: #e1115f;
	}
	#proposals .proposals-container .right .item1{
		width: 100%;
		height: 290px;
		margin-bottom: 15px;
		overflow: hidden;
		position: relative;
		border-radius: 5px;
		border: 1px solid #e1115f;
	}
	#proposals .proposals-container .right .item1 h3{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(225,17,95,1);
		z-index: 1;
		width: 100%;
		padding: 5px;
		color: #fff;
		transition: all .5s ease-in 0s;
		font-weight: normal;
		font-size: 14px;
	}
	#proposals .proposals-container .right .item1:hover h3{
		bottom: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-img i{
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		z-index: 2;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-align: left;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left{
		width: 95%;
		margin: auto;
		display: block;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(odd){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left:nth-child(even){
		width: 95%;
		margin: auto;
		text-align: left;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left label{
		display: block;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input,
	#proposals .proposals-container .right .item1 .item-details .list-block-left textarea{
		width: 100%;
		padding: 2.5%;
		border: none;
		outline: none;
		border-radius: 5px;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']{
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		cursor: pointer;
	}
	#proposals .proposals-container .right .item1 .item-details .list-block-left input[type='submit']:hover{
		background: #fff;
		color: #e1115f;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 10px 0px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 15px;
		text-align: left;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 20px;
	}
	#profile .profile-head .left{
		width: 100%;
		height: 290px;
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#profile .profile-head .left .profile-img{
		width: 290px;
		height: 290px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .left .profile-img i{
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 20px;
		color: #e1115f;
		z-index: 1;
		position: absolute;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn{
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a{
		width: 100%;
		display: block;
		color: #e1115f;
		font-weight: 700;
		text-transform: capitalize;
		text-decoration: none;
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-head .left .profile-img .profile-remove-btn a:hover{
		background: #e1115f;
		color: #fff;
	}
	#profile .profile-head .right{
		width: 100%;
		border-radius: 10px;
		padding: 0px;
		margin: 0px;
	}
	#profile .profile-head .right ul{
		list-style: none;
		width: 100%;
	}
	#profile .profile-head .right ul li{
		padding: 10px 0px;
		width: 100%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
		text-align: left;
	}
	#profile .profile-head .right ul li.no-border{
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #e1115f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
	}
	#profile .profile-nav ul li{
		display: inline-block;
		width: 49%;
	}
	#profile .profile-nav ul li a{
		display: block;
		color: #e1115f;
		font-size: 14px;
		padding: 15px 0px;
		text-decoration: none;
		border-right: 0px solid #e1115f;
	}
	#profile .profile-nav ul li a i{
		margin: 0px 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
		text-align: left;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul{
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li{
		width: 100%;
		float: left;
		min-height: 30px;
		line-height: 30px;
		margin-bottom: 5px;
		padding: 0px 10px;
		text-transform: capitalize;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
		background: rgba(0,0,0,0.1);
		font-weight: 700;
	}
	#profile .profile-body-accordion .profile-body-accordion-content ul li.even{
		background: rgba(0,0,0,0.05);
	}
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-bottom: 10px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		margin-bottom: 0px;
		width: 100%;
	}
	#footer .footer-item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0px;
		right: auto;
		left: auto;
		z-index: 9999;
		text-align: center;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		width: 30px;
		display: inline-block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding: 0px 2.5%;
		display: table;
		position: relative;
		text-align: left;
	}
	.gap-sm{ height: 15px; width: 100%; clear: both; }
	.gap-md{ height: 30px; width: 100%; clear: both; }
	.gap-lg{ height: 40px; width: 100%; clear: both; }
	.gap-xl{ height: 60px; width: 100%; clear: both; }
	#topbar{
		display: none;
	}
	#topbar-mobile{
		width: 100%;
		height: 40px;
		background: #DD133b;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
	}
	#topbar-mobile .left{
		width: 70%;
		height: 40px;
		float: left;
	}
	#topbar-mobile .left h3{
		color: #fff;
		line-height: 40px;
	}
	#topbar-mobile .right{
		width: 30%;
		height: 40px;
		line-height: 40px;
		float: right;
		text-align: right;
		position: relative;
	}
	#topbar-mobile .right #show-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		cursor: pointer;
	}
	#topbar-mobile .right #hide-menu{
		width: 30px;
		height: 30px;
		background: transparent;
		border: none;
		position: absolute;
		top: 5px;
		right: 0;
		display: none;
		cursor: pointer;
	}
	#topbar-mobile .right #show-menu i,
	#topbar-mobile .right #hide-menu i{
		color: #fff;
		font-size: 26px;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 100%;
		background: #e1115f;
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #e1115f;
		overflow-x: hidden;
		overflow-y: auto;
		display: none;
	}
	#header .left{
		display: none;
	}
	#header .right{
		width: 100%;
		float: none;
		min-height: 100px;
		line-height: 30px;
		text-align: left;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: block;
		margin: 0px;
		border-bottom: 1px solid #ccc;
	}	
	#header a{
		font-size: 13px;
		color: #fff;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		text-align: left;
		line-height: 30px;
		padding: 0;
		padding-left: 10px;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
		border-bottom: none;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
		float: left;
		line-height: 30px;
		
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 10px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
	}
	#register .title img{
		height: 50px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	#register form .row{
		width: 100%;
		background: transparent;
	}
	#register form fieldset{
		width: 100%;
		height: auto;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	#register form fieldset input,
	#register form fieldset select,
	#register form fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	#register form fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	#register form p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
		text-align: left;
	}
	.profile-body form#register .row{
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}
	.profile-body form#register fieldset{
		width: 49%;
		float: left;
		height: auto;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		width: 100%;
		display: block;
		font-size: 13px;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select,
	.profile-body form#register fieldset textarea{
		width: 100%;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		border-color: #e1115f;
		padding-left: 5px;
	}
	.profile-body form#register fieldset textarea{
		height: 100px;
		line-height: 16px;
	}
	.profile-body form#register p{
		color: #222;
		font-size: 12px;
		font-weight: 700;
		padding: 0px;
		text-align: left;
		line-height: 24px;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid #e1115f;
		border-bottom: 2px solid #e1115f;
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		width: 100%;
		color: #e1115f;
		margin-bottom: 10px;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		width: 100%;
		background: #fff;
		background: url('../images/signin_signup/signin.png');
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .title h2{
		font-size: 16px;
	}
	#login .title p{
		font-size: 12px;
		line-height: 16px;
	}
	#login .container{
		padding: 0;
		width: 100%;
	}
	#login .mask{
		width: 100%;
		height: 100%;
		padding: 10px 2.5%;
		background: rgba(255,255,255,0.8);
	}
	#login .left{
		display: none;
	}
	#login .right{
		width: 100%;
		height: auto;
		margin: 20px auto;
	}
	#login .right h3{
		width: 100%;
		line-height: 24px;
		color: #e1115f;
		margin-bottom: 20px;
		border-bottom: 1px solid #e1115f;
		padding-bottom: 20px;
	}
	#login .right form{
		width: 100%;
		height: auto;
		margin: auto;
		border-radius: 10px;
		padding: 0px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #222;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
		text-align: left;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
		border-color: #e1115f;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{
		width: 100%;
		display: block;
		background: #fff;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 30px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
	/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .proposals-container{
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e1115f;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 31.25%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
		text-align: left;
		font-size: 13px;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 50%;
		margin: 10px auto;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 100%;
	}

	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
		display: table;
		width: 100%;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		border-bottom: 0px solid #fff;
		width: 20%;
		float: left;
		text-align: center;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #fff;
		display: block;
		height: 40px;
		line-height: 40px;
		padding-left: 10px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #fff;
		color: #e1115f;
	}
	#proposals .proposals-container .right .item1{
		width: 231px;
		height: 231px;
		float: left;
		overflow: hidden;
		margin-left: auto;
		position: relative;
		border-radius: 5px;
		margin-right: 8px;
		margin-bottom: 15px;
		border: 1px solid #e1115f;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 231px;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-align: left;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 10px 0px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 0;
		text-align: left;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 10px;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 0px;
	}
	#profile .profile-head .left{
		width: 220px;
		height: 220px;
		background: #555;
		overflow: hidden;
		float: left;
		border-radius: 10px;
		margin-bottom: 0px;
	}
	#profile .profile-head .left .profile-img{
		width: 100%;
		height: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .right{
		width: 450px;
		float: right;
		border-radius: 10px;
		padding: 0px;
		margin: 0px;
	}
	#profile .profile-head .right ul{
		list-style: none;
		width: 100%;
		text-align: left;
	}
	#profile .profile-head .right ul li{
		padding: 5px 0px 0px 0px;
		height: 40px;
		float: left;
		width: 50%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
		text-align: left;
	}
	#profile .profile-head .right ul li.no-border{
		height: 60px;
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #e1115f;
		font-size: 14px;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		text-align: right;
		font-size: 14px;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
		text-align: left;
	}
	#profile .profile-nav ul li{
		display: inline-block;
		width: auto;
	}
	#profile .profile-nav ul li a{
		display: block;
		color: #e1115f;
		text-transform: uppercase;
		padding: 15px 30px;
	}
	#profile .profile-nav ul li a i{
		margin-right: 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-nav ul li a:focus,
	#profile .profile-nav ul li a:visited{
		
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
    #profile .profile-body-accordion .profile-body-accordion-content ul{
    	width: 100%;
    	display: table;
    	margin-bottom: 10px;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li{
    	width: 25%;
    	float: left;
    	min-height: 30px;
    	line-height: 30px;
    	margin-bottom: 5px;
    	padding: 0px 10px;
    	text-transform: capitalize;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
    	background: rgba(0,0,0,0.1);
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.even{
    	background: rgba(0,0,0,0.05);
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.message-list{
    	width: auto;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn{
    	color: #e1115f;
    	display: inline-block;
    	margin: 10px auto;
    	text-decoration: none;
    	border: 1px solid #e1115f;
    	padding: 10px 30px;
    	border-radius: 5px;
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn:hover{
    	background-color: #e1115f;
    	color: #fff;
    }
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-top: 0px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		margin-bottom: 0px;
		width: 100%;
	}
	#footer .footer-item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 100%;
		height: auto;
		position: fixed;
		top: auto;
		bottom: 0px;
		right: auto;
		left: auto;
		z-index: 9999;
		text-align: center;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		width: 30px;
		display: inline-block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		padding: 0px 2.5%;
		display: table;
		position: relative;
		text-align: left;
	}
	/*Hiding Mobile Header and Topbar From Desktop version*/
	#topbar-mobile{
		display: none;
	}
	/*Topbar Starts*/
	#topbar{
		width: 100%;
		height: 30px;
		line-height: 29px;
		border-bottom: 1px solid #fff;
		background: #DD133b;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	}
	#topbar .container{
		text-align: left;
	}
	#topbar .left{
		width: 50%;
		float: left;
	}
	#topbar .right{
		width: 50%;
		float: right;
		text-align: right;
	}
	#topbar ul{
		list-style: none;
		width: 100%;
	}
	#topbar ul li{
		display: inline;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #eee;
	}
	#topbar ul li:last-of-type{
		margin-right: 0px;
		padding-right: 0px;
		border-right: 0px solid #eee;
	}
	#topbar ul li a{
		color: #eee;
		font-size: 12px;
	}
	#topbar ul li a i{
		margin-right: 5px;
		margin-left: 5px;
	}
	#topbar ul li a:hover{
		color: #fff;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #ccc;
	}
	#header .left{
		width: 25%;
		float: left;
		text-align: left;
		height: 65px;
		line-height: 65px;
		margin: 2.5px;
	}
	#header .left img{
		padding: 0;
		height: 50px;
		float: left;
		margin: 5px 0px;
	}
	#header .left h3{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
		color: #DD133b;
		width: 50%;
		float: left;
		font-size: 12px;
		margin: 12.5px 0px 12.5px 5px;
	}
	#header .right{
		width: 74%;
		height: 70px;
		line-height: 70px;
		float: right;
		text-align: right;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: inline-block;
		position: relative;
		margin: 0px 10px;
	}	
	#header a{
		font-size: 13px;
		color: #e1115f;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		position: absolute;
		min-width: 200px;
		text-align: left;
		top: 100%;
		left: auto;
		right: -15%;
		line-height: 30px;
		background: linear-gradient(to bottom, #fff, #fff);
		padding: 2.5%;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 30px 0px 30px 0px;
		background: #fff;
	}
	#register .gap-lg{
		height: 100px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		display: table;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
	}
	#register form .row{
		width: 100%;
		display: table;
		margin-bottom: 5px;
		background: transparent;
	}
	#register form .row:nth-child(even){
		background: rgba(0,0,0,0.2);
	}
	#register form .row:nth-child(odd){
		background: rgba(0,0,0,0.1);
	}
	#register form fieldset{
		padding: 5px 0px;
		height: auto;
	}
	#register form fieldset.col25{
		width: 25%;
		float: left;
	}
	#register form fieldset.col30{
		width: 30%;
		float: left;
	}
	#register form fieldset.col33{
		width: 33.3333%;
		float: left;
	}
	#register form fieldset.col50{
		width: 50%;
		float: left;
	}
	#register form fieldset.col60{
		width: 60%;
		float: left;
	}
	#register form fieldset.col70{
		width: 70%;
		float: left;
	}
	#register form fieldset.col80{
		width: 80%;
		float: left;
	}
	#register form fieldset.col90{
		width: 90%;
		float: left;
	}
	#register form fieldset.col100{
		width: 100%;
		float: none;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-left: 5px;
		float: left;
	}
	#register form fieldset label.col10{
		width: 9%;
		margin-right: 1%;
	}
	#register form fieldset label.col15{
		width: 14%;
		margin-right: 1%;
	}
	#register form fieldset label.col20{
		width: 19%;
		margin-right: 1%;
	}
	#register form fieldset label.col30{
		width: 29%;
		margin-right: 1%;
	}
	#register form fieldset label.col40{
		width: 39%;
		margin-right: 1%;
	}
	#register form fieldset label.col50{
		width: 49%;
		margin-right: 1%;
	}
	#register form fieldset label.col60{
		width: 59%;
		margin-right: 1%;
	}
	#register form fieldset label.col70{
		width: 69%;
		margin-right: 1%;
	}
	#register form fieldset label.col80{
		width: 79%;
		margin-right: 1%;
	}
	#register form fieldset label.col100{
		width: 100%;
		margin-right: 0%;
	}
	#register form fieldset input,
	#register form fieldset select{
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding-left: 5px;
	}
	#register form p{
		color: #222;
		font-weight: 700;
		padding: 10px 10px 10px 5px;
		clear: both;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset textarea{
		color: #000;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding: 5px;
	}
	#register form fieldset input.col20,
	#register form fieldset select.col20{
		width: 19%;
		margin-right: 1%;
	}
	#register form fieldset input.col30,
	#register form fieldset select.col30{
		width: 29%;
		margin-right: 1%;
	}
	#register form fieldset input.col40,
	#register form fieldset select.col40{
		width: 39%;
		margin-right: 1%;
	}
	#register form fieldset input.col50,
	#register form fieldset select.col50{
		width: 49%;
		margin-right: 1%;
	}
	#register form fieldset input.col60,
	#register form fieldset select.col60{
		width: 59%;
		margin-right: 1%;
	}
	#register form fieldset input.col70,
	#register form fieldset select.col70{
		width: 69%;
		margin-right: 1%;
	}
	#register form fieldset input.col80,
	#register form fieldset select.col80{
		width: 79%;
		margin-right: 1%;
	}
	#register form fieldset input.col85,
	#register form fieldset select.col85{
		width: 84%;
		margin-right: 1%;
	}
	#register form fieldset input.col90,
	#register form fieldset select.col90{
		width: 89%;
		margin-right: 1%;
	}
	#register form fieldset input.col100,
	#register form fieldset select.col100,
	#register form fieldset textarea.col100{
		width: 100%;
		margin-right: 0%;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid rgba(0,0,0,0.5);
		border-bottom: 2px solid rgba(0,0,0,0.5);
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		float: none;
		width: 200px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #000;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		padding: 120px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .left{
		width: 50%;
		height: 597px;
		float: left;
		background: url('../images/signin_signup/signin.png');
		background-position: center;
		background-size: 100% 100%;
		margin: 50px auto;
		border-radius: 7px;
		box-shadow: 0px 0px 20px #888;
	}
	#login .right{
		width: 50%;
		height: 597px;
		float: right;
		margin: 50px auto;
	}
	#login .right h3{
		color: #e1115f;
		margin-bottom: 40px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
	}
	#login .right form{
		width: 95%;
		height: 597px;
		margin: auto;
		border-radius: 10px;
		padding: 30px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #e1115f;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 50%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{

		float: right;
		width: 48%;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 120px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
		/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .container{
		margin-top: 80px;
	}
	#proposals .gap-xl{
		height: 40px;
	}
	#proposals .proposals-container{
		display: table;
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 250px;
		padding-right: 25px;
		margin-right: 25px;
		float: left;
		height: 100%;
		border-right: 1px solid #ccc;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 100%;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 630px;
		float: right;
	}
	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		float: left;
		border-bottom: 1px solid #e1115f;
		width: 20%;
		text-align: center;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #222;
		display: block;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right .item1{
		width: 200px;
		height: 200px;
		margin: 0px 10px 30px 0px;
		overflow: hidden;
		position: relative;
		float: left;
		border-radius: 5px;
		box-shadow: 0px 0px 5px #ccc;
	}
	#proposals .proposals-container .right .item1 h3{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(225,17,95,1);
		z-index: 1;
		width: 100%;
		padding: 5px;
		color: #fff;
		transition: all .5s ease-in 0s;
		font-weight: normal;
		font-size: 14px;
	}
	#proposals .proposals-container .right .item1:hover h3{
		bottom: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: auto;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 220px;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 220px;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		margin-right: 2.5%;
		margin-left: 2.5%;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 30px 0px;
	}
	#profile .gap-lg{
		height: 100px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 15px;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 20px;
	}
	#profile .profile-head .left{
		width: 250px;
		height: 250px;
		position: relative;
		float: left;
		background: #555;
		overflow: hidden;
		border-radius: 10px;
	}
	#profile .profile-head .left .profile-img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .right{
		width: 70%;
		border-radius: 10px;
		padding: 0px 30px 15px 30px;
		margin: 0px;
		float: right;
	}
	#profile .profile-head .right ul{
		list-style: none;
	}
	#profile .profile-head .right ul li{
		padding: 10px 0px;
		float: left;
		width: 48%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
	}
	#profile .profile-head .right ul li.no-border{
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #222222;
		font-size: 14px;
		float: left;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		font-size: 14px;
		float: right;
		text-align: right;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
	}
	#profile .profile-nav ul li{
		display: inline-block;
	}
	#profile .profile-nav ul li a{
		display: block;
		padding: 15px 30px;
		color: #e1115f;
		font-size: 14px;
		text-decoration: none;
		border-right: 1px solid #e1115f;
	}
	#profile .profile-nav ul li a i{
		margin-right: 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-nav ul li a:focus,
	#profile .profile-nav ul li a:visited{
		
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
    #profile .profile-body-accordion .profile-body-accordion-content ul{
    	width: 100%;
    	display: table;
    	margin-bottom: 10px;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li{
    	width: 25%;
    	float: left;
    	min-height: 30px;
    	line-height: 30px;
    	margin-bottom: 5px;
    	padding: 0px 10px;
    	text-transform: capitalize;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
    	background: rgba(0,0,0,0.1);
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.even{
    	background: rgba(0,0,0,0.05);
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.message-list{
    	width: auto;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn{
    	color: #e1115f;
    	display: inline-block;
    	margin: 10px auto;
    	text-decoration: none;
    	border: 1px solid #e1115f;
    	padding: 10px 30px;
    	border-radius: 5px;
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn:hover{
    	background-color: #e1115f;
    	color: #fff;
    }
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-top: 0px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		display: table;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
	}
	.profile-body form#register .row{
		width: 100%;
		display: table;
		margin-bottom: 5px;
		background: transparent;
	}
	.profile-body form#register .row:nth-child(even){
		background: rgba(0,0,0,0.2);
	}
	.profile-body form#register .row:nth-child(odd){
		background: rgba(0,0,0,0.1);
	}
	.profile-body form#register fieldset{
		padding: 5px 0px;
		height: auto;
	}
	.profile-body form#register fieldset.col25{
		width: 25%;
		float: left;
	}
	.profile-body form#register fieldset.col30{
		width: 30%;
		float: left;
	}
	.profile-body form#register fieldset.col33{
		width: 33.3333%;
		float: left;
	}
	.profile-body form#register fieldset.col50{
		width: 50%;
		float: left;
	}
	.profile-body form#register fieldset.col60{
		width: 60%;
		float: left;
	}
	.profile-body form#register fieldset.col70{
		width: 70%;
		float: left;
	}
	.profile-body form#register fieldset.col80{
		width: 80%;
		float: left;
	}
	.profile-body form#register fieldset.col90{
		width: 90%;
		float: left;
	}
	.profile-body form#register fieldset.col100{
		width: 100%;
		float: none;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-left: 5px;
		float: left;
	}
	.profile-body form#register fieldset label.col10{
		width: 9%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col15{
		width: 14%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col20{
		width: 19%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col30{
		width: 29%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col40{
		width: 39%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col50{
		width: 49%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col60{
		width: 59%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col70{
		width: 69%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col80{
		width: 79%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col100{
		width: 100%;
		margin-right: 0%;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select{
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding-left: 5px;
	}
	.profile-body form#register p{
		color: #222;
		font-weight: 700;
		padding: 10px 10px 10px 5px;
		clear: both;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset textarea{
		color: #000;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding: 5px;
	}
	.profile-body form#register fieldset input.col20,
	.profile-body form#register fieldset select.col20{
		width: 19%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col30,
	.profile-body form#register fieldset select.col30{
		width: 29%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col40,
	.profile-body form#register fieldset select.col40{
		width: 39%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col50,
	.profile-body form#register fieldset select.col50{
		width: 49%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col60,
	.profile-body form#register fieldset select.col60{
		width: 59%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col70,
	.profile-body form#register fieldset select.col70{
		width: 69%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col80,
	.profile-body form#register fieldset select.col80{
		width: 79%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col85,
	.profile-body form#register fieldset select.col85{
		width: 84%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col90,
	.profile-body form#register fieldset select.col90{
		width: 89%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col100,
	.profile-body form#register fieldset select.col100,
	.profile-body form#register fieldset textarea.col100{
		width: 100%;
		margin-right: 0%;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid rgba(0,0,0,0.5);
		border-bottom: 2px solid rgba(0,0,0,0.5);
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		float: none;
		width: 200px;
		color: #000;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #000;
		color: #fff;
		cursor: pointer;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		margin-bottom: 30px;
		width: 100%;
	}
	#footer .footer-item{
		width: 25%;
		float: left;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 30px;
		height: auto;
		position: fixed;
		top: 30%;
		bottom: auto;
		right: 0px;
		left: auto;
		z-index: 9999;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		display: block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1200px;
		margin: 0 auto;
		height: auto;
		padding: 0px;
		display: table;
		position: relative;
		text-align: left;
	}
	/*Hiding Mobile Header and Topbar From Desktop version*/
	#topbar-mobile{
		display: none;
	}
	/*Topbar Starts*/
	#topbar{
		width: 100%;
		height: 30px;
		line-height: 29px;
		border-bottom: 1px solid #fff;
		background: #DD133b;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	}
	#topbar .container{
		text-align: left;
	}
	#topbar .left{
		width: 50%;
		float: left;
	}
	#topbar .right{
		width: 50%;
		float: right;
		text-align: right;
	}
	#topbar ul{
		list-style: none;
		width: 100%;
	}
	#topbar ul li{
		display: inline;
		margin-right: 10px;
		padding-right: 10px;
		border-right: 1px solid #eee;
	}
	#topbar ul li:last-of-type{
		margin-right: 0px;
		padding-right: 0px;
		border-right: 0px solid #eee;
	}
	#topbar ul li a{
		color: #eee;
		font-size: 12px;
	}
	#topbar ul li a i{
		margin-right: 5px;
		margin-left: 5px;
	}
	#topbar ul li a:hover{
		color: #fff;
	}
	/*Header Starts*/
	#header{
		width: 100%;
		height: 70px;
		background: #fff;
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 100;
		box-shadow: 0px 0px 5px #ccc;
	}
	#header .left{
		width: 25%;
		float: left;
		text-align: left;
		height: 65px;
		line-height: 65px;
		margin: 2.5px;
	}
	#header .left img{
		padding: 0;
		height: 50px;
		float: left;
		margin: 5px 0px;
	}
	#header .left h3{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
		color: #DD133b;
		width: 25%;
		float: left;
		font-size: 12px;
		margin: 12.5px 0px 12.5px 5px;
	}
	#header .right{
		width: 74%;
		height: 70px;
		line-height: 70px;
		float: right;
		text-align: right;
	}
	#header .right ul{
		width: 100%;
	}
	#header .right ul li{
		display: inline-block;
		position: relative;
		margin: 0px 10px;
	}	
	#header a{
		font-size: 13px;
		color: #e1115f;
		text-transform: capitalize;
	}
	#header a:hover{
		color: #ccc;
	}
	#header .container .right ul li ul.submenu{
		position: absolute;
		min-width: 200px;
		text-align: left;
		top: 100%;
		left: auto;
		right: -15%;
		line-height: 30px;
		background: linear-gradient(to bottom, #fff, #fff);
		padding: 2.5%;
		border-radius: 0px 0px 5px 5px;
		display: none;
	}
	#header .container .right ul li ul.submenu li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#header .container .right ul li ul.submenu li a{
		display: block;
		text-transform: capitalize;
	}
	#header .container .right ul li ul.submenu li a i{
		margin: 0px 2.5px;
		padding: 0px 2.5px;
		transition: all .25s ease-in-out 0s;
	}
	#header .container .right ul li ul.submenu li a:hover i{
		padding: 0px 5px;
	}
	#header .container .right ul li:hover ul.submenu{
		display: block;
	}
	/*Register Form Starts*/
	#register{
		width: 100%;
		padding: 30px 0px 30px 0px;
		background: #fff;
	}
	#register .gap-lg{
		height: 100px;
	}
	#register form{
		width: 100%;
	}
	#register form .form-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		display: table;
	}
	#register form h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
	}
	#register form .row{
		width: 100%;
		display: table;
		margin-bottom: 5px;
		background: transparent;
	}
	#register form .row:nth-child(even){
		background: rgba(0,0,0,0.2);
	}
	#register form .row:nth-child(odd){
		background: rgba(0,0,0,0.1);
	}
	#register form fieldset{
		padding: 5px 0px;
		height: auto;
	}
	#register form fieldset.col25{
		width: 25%;
		float: left;
	}
	#register form fieldset.col30{
		width: 30%;
		float: left;
	}
	#register form fieldset.col33{
		width: 33.3333%;
		float: left;
	}
	#register form fieldset.col50{
		width: 50%;
		float: left;
	}
	#register form fieldset.col60{
		width: 60%;
		float: left;
	}
	#register form fieldset.col70{
		width: 70%;
		float: left;
	}
	#register form fieldset.col80{
		width: 80%;
		float: left;
	}
	#register form fieldset.col90{
		width: 90%;
		float: left;
	}
	#register form fieldset.col100{
		width: 100%;
		float: none;
	}
	#register form fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-left: 5px;
		float: left;
	}
	#register form fieldset label.col10{
		width: 9%;
		margin-right: 1%;
	}
	#register form fieldset label.col15{
		width: 14%;
		margin-right: 1%;
	}
	#register form fieldset label.col20{
		width: 19%;
		margin-right: 1%;
	}
	#register form fieldset label.col30{
		width: 29%;
		margin-right: 1%;
	}
	#register form fieldset label.col40{
		width: 39%;
		margin-right: 1%;
	}
	#register form fieldset label.col50{
		width: 49%;
		margin-right: 1%;
	}
	#register form fieldset label.col60{
		width: 59%;
		margin-right: 1%;
	}
	#register form fieldset label.col70{
		width: 69%;
		margin-right: 1%;
	}
	#register form fieldset label.col80{
		width: 79%;
		margin-right: 1%;
	}
	#register form fieldset label.col100{
		width: 100%;
		margin-right: 0%;
	}
	#register form fieldset input,
	#register form fieldset select{
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding-left: 5px;
	}
	#register form p{
		color: #222;
		font-weight: 700;
		padding: 10px 10px 10px 5px;
		clear: both;
	}
	#register form p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	#register form p a{
		color: #e1115f;
		text-decoration: none;
	}
	#register form p a:hover{
		text-decoration: underline;
	}
	#register form fieldset textarea{
		color: #000;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding: 5px;
	}
	#register form fieldset input.col20,
	#register form fieldset select.col20{
		width: 19%;
		margin-right: 1%;
	}
	#register form fieldset input.col30,
	#register form fieldset select.col30{
		width: 29%;
		margin-right: 1%;
	}
	#register form fieldset input.col40,
	#register form fieldset select.col40{
		width: 39%;
		margin-right: 1%;
	}
	#register form fieldset input.col50,
	#register form fieldset select.col50{
		width: 49%;
		margin-right: 1%;
	}
	#register form fieldset input.col60,
	#register form fieldset select.col60{
		width: 59%;
		margin-right: 1%;
	}
	#register form fieldset input.col70,
	#register form fieldset select.col70{
		width: 69%;
		margin-right: 1%;
	}
	#register form fieldset input.col80,
	#register form fieldset select.col80{
		width: 79%;
		margin-right: 1%;
	}
	#register form fieldset input.col85,
	#register form fieldset select.col85{
		width: 84%;
		margin-right: 1%;
	}
	#register form fieldset input.col90,
	#register form fieldset select.col90{
		width: 89%;
		margin-right: 1%;
	}
	#register form fieldset input.col100,
	#register form fieldset select.col100,
	#register form fieldset textarea.col100{
		width: 100%;
		margin-right: 0%;
	}
	#register form fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid rgba(0,0,0,0.5);
		border-bottom: 2px solid rgba(0,0,0,0.5);
	}
	#register form fieldset input[type='submit'],
	#register form fieldset input[type='reset']{
		float: none;
		width: 200px;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		background: #fff;
		text-align: center;
	}
	#register form fieldset input[type='submit']:hover,
	#register form fieldset input[type='reset']:hover{
		background: #000;
		color: #fff;
		cursor: pointer;
	}
	/*Login Form Starts*/
	#login{
		width: 100%;
		padding: 120px 0px;
		background: #fff;
		background-attachment: fixed;
		background-size: cover;
		background-position: center top;
	}
	#login .container{
		width: 100%;
		padding: 0px 2.5%;
	}
	#login .left{
		width: 50%;
		height: 597px;
		float: left;
		background: url('../images/signin_signup/signin.png');
		background-position: center;
		background-size: 100% 100%;
		margin: 50px auto;
		border-radius: 7px;
		box-shadow: 0px 0px 20px #888;
	}
	#login .right{
		width: 50%;
		height: 597px;
		float: right;
		margin: 50px auto;
	}
	#login .right h3{
		color: #e1115f;
		margin-bottom: 40px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 40px;
	}
	#login .right form{
		width: 95%;
		height: 597px;
		margin: auto;
		border-radius: 10px;
		padding: 30px;
	}
	#login .right form fieldset{
		border: none;
		margin-bottom: 10px;
		display: table;
		width: 100%;
	}
	#login .right form fieldset label{
		color: #e1115f;
		font-size: 14px;
		margin-bottom: 10px;
		display: block;
		font-weight: 600;
	}
	#login .right form fieldset input[type='email'],
	#login .right form fieldset input[type='password']{
		width: 100%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 10px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #000;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: none;
		text-align: left;
	}
	#login .right form fieldset input:focus[type='email'],
	#login .right form fieldset input:hover[type='email'],
	#login .right form fieldset input:focus[type='password'],
	#login .right form fieldset input:hover[type='password']{
		background: #fff;
		color: #000;
		border: 1px solid #000;
	}
	#login .right form fieldset input[type='submit'],
	#login .right form fieldset input[type='reset']{
		width: 50%;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		padding: 10px 0px 10px 7px;
		background: #fff;
		border-radius: 5px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
	}
	#login .right form fieldset input:focus[type='submit'],
	#login .right form fieldset input:hover[type='submit']{
		background: #e1115f;
		color: #fff;
		cursor: pointer;
	}
	#login .right form fieldset .form-abtn{

		float: right;
		width: 48%;
		padding: 12px 0px 12px 7px;
		font-weight: 700;
		color: #e1115f;
		letter-spacing: 1px;
		transition: all .2s ease-in 0s;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	#login .right form fieldset .form-abtn:hover{
		cursor: pointer;
		background: #e1115f;
		color: #fff;
	}
	#login .right form fieldset p{
		margin: 0px 0px 10px 0px;
		padding: 5px 0px;
	}
	#login .right form fieldset p a{
		color: #222;
		font-weight: 500;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 2px;
		text-transform: capitalize;
	}
	#login .right form fieldset p a:hover{
		text-decoration: underline;
		cursor: pointer;
		color: #e1115f;
	}
	/*Terms Page Starts*/
	#terms{
		padding: 120px 0px;
	}
	#terms h2{
		color: #e1115f;
		border-bottom: 3px solid #e1115f;
		display: inline-block;
		padding: 0px 20px 10px 0px;
		margin-bottom: 20px;
	}
	#terms ul{
		list-style: none;
	}
	#terms ul li{
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 24px;
	}
	#terms ul li i{
		width: 20px;
		height: 20px;
		text-align: center;
		font-weight: 700;
		color: #e1115f;
	}
	#terms ul li a{}
	#terms ul li a:hover{}
		/*Proposals Starts*/
	#proposals{
		width: 100%;
	}
	#proposals .container{
		margin-top: 80px;
	}
	#proposals .gap-xl{
		height: 40px;
	}
	#proposals .proposals-container{
		display: table;
		width: 100%;
	}
	#proposals .proposals-container .left{
		width: 274px;
		padding-right: 25px;
		margin-right: 25px;
		float: left;
		height: 100%;
		border-right: 1px solid #ccc;
	}
	#proposals .proposals-container .left h3{
		background: #e1115f;
		padding: 10px;
		margin-bottom: 10px;
		color: #fff;
	}
	#proposals .proposals-container .left form{
		width: 100%;
		margin-bottom: 20px;
	}
	#proposals .proposals-container .left form fieldset{
		border: none;
		outline: none;
		margin-bottom: 5px;
	}
	#proposals .proposals-container .left form fieldset.col50{
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	#proposals .proposals-container .left form fieldset label{
		display: block;
		padding: 5px 0px;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='text']{
		width: 100%;
		padding: 7px;
		border: none;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-top: 5px;
	}
	#proposals .proposals-container .left form fieldset select{
		width: 100%;
		padding: 7px;
		border-radius: 5px;
		border: 1px solid #ccc;
	}
	#proposals .proposals-container .left form fieldset select option{
		text-transform: capitalize;
		color: #e1115f;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']{
		display: block;
		width: 100%;
		background: transparent;
		border: none;
		border: 1px solid #e1115f;
		padding: 10px;
		border-radius: 5px;
		margin-top: 10px;
		cursor: pointer;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#proposals .proposals-container .left form fieldset input[type='submit']:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right{
		width: 875px;
		float: right;
	}
	#proposals .proposals-container .right ul.proposals-categories{
		list-style: none;
		background: #e1115f;
	}
	#proposals .proposals-container .right ul.proposals-categories li{
		float: left;
		border-bottom: 1px solid #e1115f;
		width: 20%;
		text-align: center;
	}
	#proposals .proposals-container .right ul.proposals-categories li a{
		color: #222;
		display: block;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		transition: all .2s ease-in-out 0s;
	}
	#proposals .proposals-container .right ul.proposals-categories li a i{
		margin: 0px 10px;
	}
	#proposals .proposals-container .right ul.proposals-categories li a:hover{
		background: #e1115f;
		color: #fff;
	}
	#proposals .proposals-container .right .item1{
		width: 24%;
		height: 250px;
		margin: 0px 1% 30px 0px;
		overflow: hidden;
		position: relative;
		float: left;
		border-radius: 5px;
		box-shadow: 0px 0px 5px #ccc;
	}
	#proposals .proposals-container .right .item1 h3{
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(225,17,95,1);
		z-index: 1;
		width: 100%;
		padding: 5px;
		color: #fff;
		transition: all .5s ease-in 0s;
		font-weight: normal;
		font-size: 14px;
	}
	#proposals .proposals-container .right .item1:hover h3{
		bottom: 100%;
	}
	#proposals .proposals-container .right .item1 .item-img{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#proposals .proposals-container .right .item1 .item-img img{
		width: 100%;
		height: auto;
	}
	#proposals .proposals-container .right .item1 .item-img .watermark{
		width: 100%;
		height: 220px;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 220px;
		filter: opacity(0.5);
	}
	#proposals .proposals-container .right .item1 .item-details{
		position: absolute;
		bottom: -90%;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: rgba(225,17,95,0.75);
		transition: all .5s ease-in 0s;
	}
	#proposals .proposals-container .right .item1 .item-details ul{
		list-style: none;
	}
	#proposals .proposals-container .right .item1 .item-details ul li{
		display: inline-block;
		margin-bottom: 2px;
		border-bottom: 1px solid #ccc;
		color: #ccc;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(odd){
		width: 35%;
		font-size: 11px;
		text-transform: capitalize;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li:nth-child(even){
		width: 63%;
		font-size: 11px;
		text-transform: capitalize;
		color: #fff;
		text-align: right;
		padding: 5px 0px 5px 5px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block{
		width: 100%;
		display: block;
		text-align: center;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a{
		width: 40%;
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 3px;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		margin-right: 2.5%;
		margin-left: 2.5%;
		padding: 5px 0px;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a.block{
		display: block;
		width: 99%;
		margin: auto;
	}
	#proposals .proposals-container .right .item1 .item-details ul li.list-block a:hover{
		color: #e1115f;
		background: #fff;
	}
	#proposals .proposals-container .right .item1:hover .item-details{
		overflow-y: auto;
		bottom: 0;
		background: rgba(225,17,95,1);
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar {
	    width: 5px;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #e1115f;
	}
	#proposals .proposals-container .right .item1:hover .item-details::-webkit-scrollbar-thumb {
		background-color: #ccc;
		outline: 1px solid slategrey;
	}
	/*Profile Page Starts*/
	#profile{
		width: 100%;
		padding: 30px 0px;
	}
	#profile .gap-lg{
		height: 100px;
	}
	#profile .welcome-user-profile{
		width: 100%;
		padding: 15px;
	}
	#profile .welcome-user-profile p{
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
	}
	#profile .welcome-user-profile p span{
		color: #e1115f;
	}
	#profile .profile-head{
		width: 100%;
		display: table;
		margin-bottom: 20px;
	}
	#profile .profile-head .left{
		width: 250px;
		height: 250px;
		position: relative;
		float: left;
		background: #555;
		overflow: hidden;
		border-radius: 10px;
	}
	#profile .profile-head .left .profile-img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top center;
	}
	#profile .profile-head .left .profile-img .watermark{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/watermark.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		filter: opacity(0.5);
	}
	#profile .profile-head .right{
		width: 70%;
		border-radius: 10px;
		padding: 0px 30px 15px 30px;
		margin: 0px;
		float: right;
	}
	#profile .profile-head .right ul{
		list-style: none;
	}
	#profile .profile-head .right ul li{
		padding: 10px 0px;
		float: left;
		width: 48%;
		border-bottom: 1px solid #ddd;
		text-transform: none;
	}
	#profile .profile-head .right ul li.no-border{
		border: none;
		border-bottom: none;
	}
	#profile .profile-head .right ul li:nth-child(odd){
		color: #222222;
		font-size: 14px;
		float: left;
	}
	#profile .profile-head .right ul li:nth-child(even){
		color: #1f1f1f;
		font-size: 14px;
		float: right;
		text-align: right;
	}
	#profile .profile-head .right ul li a{
		background: transparent;
		color: #e1115f;
		text-decoration: none;
		padding: 15px;
		display: inline-block;
		border-radius: 5px;
		border: 2px solid #e1115f;
		transition: all .2s ease-in-out 0s;
	}
	#profile .profile-head .right ul li a.margin-left{
		margin-left: 10px;
	}
	#profile .profile-head .right ul li a:hover{
		color: #fff;
		background: #e1115f;
		border: 2px solid transparent;
	}
	#profile .profile-nav{
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #e1115f;
	}
	#profile .profile-nav ul{
		list-style: none;
	}
	#profile .profile-nav ul li{
		display: inline-block;
	}
	#profile .profile-nav ul li a{
		display: block;
		padding: 15px 30px;
		color: #e1115f;
		font-size: 14px;
		text-decoration: none;
		border-right: 1px solid #e1115f;
	}
	#profile .profile-nav ul li a i{
		margin-right: 10px;
	}
	#profile .profile-nav ul li a:hover{
		background-color: #e1115f;
		color: #fff;
	}
	#profile .profile-nav ul li a:focus,
	#profile .profile-nav ul li a:visited{
		
	}
	#profile .profile-body{
		width: 100%;
		min-height: 200px;
		clear: both;
	}
	#profile .profile-body .interest-request-main-title{
		background: #555;
		color: #fff;
		clear: both;
		margin: 20px auto;
		padding: 10px 10px;
		border-radius: 5px;
	}
	#profile .profile-body .profile-body-accordion{
		width: 100%;
	}
	#profile .profile-body-accordion h3.accordion-title{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
		background: #e1115f;
		color: #fff;
		padding: 10px 5px;
		margin-bottom: 7px;
	}
	#profile .profile-body-accordion .profile-body-accordion-content{
		background: transparent;
		padding: 0;
		margin: 0;
		outline: none;
		padding: 10px;
	}
    #profile .profile-body-accordion .profile-body-accordion-content ul{
    	width: 100%;
    	display: table;
    	margin-bottom: 10px;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li{
    	width: 25%;
    	float: left;
    	min-height: 30px;
    	line-height: 30px;
    	margin-bottom: 5px;
    	padding: 0px 10px;
    	text-transform: capitalize;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.odd{
    	background: rgba(0,0,0,0.1);
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.even{
    	background: rgba(0,0,0,0.05);
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li.message-list{
    	width: auto;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn{
    	color: #e1115f;
    	display: inline-block;
    	margin: 10px auto;
    	text-decoration: none;
    	border: 1px solid #e1115f;
    	padding: 10px 30px;
    	border-radius: 5px;
    	font-weight: 700;
    }
    #profile .profile-body-accordion .profile-body-accordion-content ul li a.message-btn:hover{
    	background-color: #e1115f;
    	color: #fff;
    }
	#profile .profile-body-accordion .profile-body-accordion-content h4{
		font-size: 14px;
		margin-top: 0px;
		color: #e1115f;
		width: 100%;
	}
	#profile .profile-body-accordion .profile-body-accordion-content small{
		margin-top: -10px;
		font-size: 10px;
		font-weight: 600;
		color: #555;
	}
	/*Profile Page Edit Form*/
	.profile-body form#register{
		width: 100%;
	}
	.profile-body form#register .form#register-container{
		width: 100%;
		margin: 0 auto;
		height: auto;
		display: table;
	}
	.profile-body form#register h3{
		color: #e1115f;
		padding: 10px 0px;
		border-bottom: 1px solid #e1115f;
		margin-bottom: 10px;
	}
	.profile-body form#register .row{
		width: 100%;
		display: table;
		margin-bottom: 5px;
		background: transparent;
	}
	.profile-body form#register .row:nth-child(even){
		background: rgba(0,0,0,0.2);
	}
	.profile-body form#register .row:nth-child(odd){
		background: rgba(0,0,0,0.1);
	}
	.profile-body form#register fieldset{
		padding: 5px 0px;
		height: auto;
	}
	.profile-body form#register fieldset.col25{
		width: 25%;
		float: left;
	}
	.profile-body form#register fieldset.col30{
		width: 30%;
		float: left;
	}
	.profile-body form#register fieldset.col33{
		width: 33.3333%;
		float: left;
	}
	.profile-body form#register fieldset.col50{
		width: 50%;
		float: left;
	}
	.profile-body form#register fieldset.col60{
		width: 60%;
		float: left;
	}
	.profile-body form#register fieldset.col70{
		width: 70%;
		float: left;
	}
	.profile-body form#register fieldset.col80{
		width: 80%;
		float: left;
	}
	.profile-body form#register fieldset.col90{
		width: 90%;
		float: left;
	}
	.profile-body form#register fieldset.col100{
		width: 100%;
		float: none;
	}
	.profile-body form#register fieldset label{
		font-weight: 700;
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding-left: 5px;
		float: left;
	}
	.profile-body form#register fieldset label.col10{
		width: 9%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col15{
		width: 14%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col20{
		width: 19%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col30{
		width: 29%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col40{
		width: 39%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col50{
		width: 49%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col60{
		width: 59%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col70{
		width: 69%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col80{
		width: 79%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset label.col100{
		width: 100%;
		margin-right: 0%;
	}
	.profile-body form#register fieldset input,
	.profile-body form#register fieldset select{
		color: #000;
		height: 30px;
		line-height: 30px;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding-left: 5px;
	}
	.profile-body form#register p{
		color: #222;
		font-weight: 700;
		padding: 10px 10px 10px 5px;
		clear: both;
	}
	.profile-body form#register p.pic-caption{
		margin-top: 10px;
		color: #e1115f;
	}
	.profile-body form#register p a{
		color: #e1115f;
		text-decoration: none;
	}
	.profile-body form#register p a:hover{
		text-decoration: underline;
	}
	.profile-body form#register fieldset textarea{
		color: #000;
		text-align: left;
		border-radius: 3px;
		border-width: 1px;
		float: left;
		padding: 5px;
	}
	.profile-body form#register fieldset input.col20,
	.profile-body form#register fieldset select.col20{
		width: 19%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col30,
	.profile-body form#register fieldset select.col30{
		width: 29%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col40,
	.profile-body form#register fieldset select.col40{
		width: 39%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col50,
	.profile-body form#register fieldset select.col50{
		width: 49%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col60,
	.profile-body form#register fieldset select.col60{
		width: 59%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col70,
	.profile-body form#register fieldset select.col70{
		width: 69%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col80,
	.profile-body form#register fieldset select.col80{
		width: 79%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col85,
	.profile-body form#register fieldset select.col85{
		width: 84%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col90,
	.profile-body form#register fieldset select.col90{
		width: 89%;
		margin-right: 1%;
	}
	.profile-body form#register fieldset input.col100,
	.profile-body form#register fieldset select.col100,
	.profile-body form#register fieldset textarea.col100{
		width: 100%;
		margin-right: 0%;
	}
	.profile-body form#register fieldset.btn-group{
		height: auto;
		width: 100%;
		padding: 10px 0px;
		text-align: center;
		background: transparent;
		border-top: 2px solid rgba(0,0,0,0.5);
		border-bottom: 2px solid rgba(0,0,0,0.5);
	}
	.profile-body form#register fieldset input[type='submit'],
	.profile-body form#register fieldset input[type='reset']{
		float: none;
		width: 200px;
		color: #000;
		font-weight: 700;
		text-transform#register: uppercase;
		background: #fff;
		text-align: center;
	}
	.profile-body form#register fieldset input[type='submit']:hover,
	.profile-body form#register fieldset input[type='reset']:hover{
		background: #000;
		color: #fff;
		cursor: pointer;
	}
	/*Footer Starts*/
	#footer{
		width: 100%;
		height: auto;
		line-height: 40px;
		padding: 30px 0px 0px 0px;
		background: #111;
	}
	#footer .footer-top{
		width: 100%;
		margin-bottom: 30px;
	}
	#footer .footer-item{
		width: 25%;
		float: left;
		margin-bottom: 20px;
	}
	#footer .footer-item h3{
		color: #e1115f;
		font-size: 16px;
		text-transform: capitalize;
		padding-left: 20px;
	}
	#footer .footer-item ul{
		list-style: none;
	}
	#footer .footer-item ul li{
		height: 30px;
		line-height: 30px;
	}
	#footer .footer-item ul li a{
		color: #fff;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a i{
		width: 20px;
		visibility: hidden;
		text-align: center;
		color: #e1115f;
		transition: all .25s ease-in-out 0s;
	}
	#footer .footer-item ul li a:hover{
		color: #e1115f;
	}
	#footer .footer-item ul li a:hover i{
		visibility: visible;
	}
	#footer .copyrights{
		width: 100%;
		background: #111;
		border-top: 1px solid #fff;
	}
	#footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .left p{
		margin: 0;
		line-height: 40px;
		color: #fff;
	}
	#footer .left p a{
		color: #ccc;
	}
	#footer .left p a:hover{
		color: #fff;
		text-decoration: underline;
	}
	#footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	#footer .right ul{
		width: 100%;
	}
	#footer .right ul li{
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
	}
	#footer .right ul li a{
		color: #ccc;
	}
	#footer .right ul li a:hover{
		color: #fff;
	}

	#social-links{
		width: 30px;
		height: auto;
		position: fixed;
		top: 30%;
		bottom: auto;
		right: 0px;
		left: auto;
		z-index: 9999;
	}
	#social-links ul{
		list-style: none;
	}
	#social-links ul li{
		display: block;
	}
	#social-links ul li a{
		display: block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
	}
	#social-links ul li a i{
		font-size: 14px;
	}
	#social-links ul li a:hover{}
	#social-links ul li.facebook{
		background: #3B5998;
	}
	#social-links ul li.twitter{
		background: #1B95E0;
	}
	#social-links ul li.email{
		background: #ccc;
	}
	#social-links ul li.phone{
		background: #4DA735;
	}
	#social-links ul li.instagram{
		background: #C42C75;
	}
	#social-links ul li.youtube{
		background: #FF0000;
	}
}