html, body {
	font-size: 14px;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

select[multiple] {
	height: 110px !important;
}

.footer_container {
	font-size: 12px;
	padding: 13px 0px 13px 6px;
	background: #0C3366;
}

td, th {
	padding: 7px !important;
	vertical-align: middle !important;
}

.main-container {
	
}

.green {
	color: green;
}

.form_event {
	color: #00335f;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.ismem {
	display: none;
}

.event-list {
	list-style: none;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}

.event-list>li {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px rgb(51, 51, 51);
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
	padding: 0px;
	margin: 0px 0px 20px;
}

.event-list>li>time {
	display: inline-block;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: rgb(197, 44, 102);
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.event-list>li:nth-child(even)>time {
	background-color: rgb(165, 82, 167);
}

.event-list>li>time>span {
	display: none;
}

.event-list>li>time>.day {
	display: block;
	font-size: 56pt;
	font-weight: 100;
	line-height: 1;
}

.event-list>li time>.month {
	display: block;
	font-size: 24pt;
	font-weight: 900;
	line-height: 1;
}

.event-list>li>img {
	width: 100%;
}

.event-list>li>.info {
	padding-top: 5px;
	text-align: center;
}

.event-list>li>.info>.title {
	font-size: 17pt;
	font-weight: 700;
	margin: 0px;
}

.event-list>li>.info>.desc {
	font-size: 13pt;
	font-weight: 300;
	margin: 0px;
}

.event-list>li>.info>ul, .event-list>li>.social>ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

.event-list>li>.social>ul {
	margin: 0px;
}

.event-list>li>.info>ul>li, .event-list>li>.social>ul>li {
	display: table-cell;
	cursor: pointer;
	color: rgb(30, 30, 30);
	font-size: 11pt;
	font-weight: 300;
	padding: 3px 0px;
}

.event-list>li>.info>ul>li>a {
	display: block;
	width: 100%;
	color: rgb(30, 30, 30);
	text-decoration: none;
}

.event-list>li>.social>ul>li {
	padding: 0px;
}

.event-list>li>.social>ul>li>a {
	padding: 3px 0px;
}

.event-list>li>.info>ul>li:hover, .event-list>li>.social>ul>li:hover {
	color: rgb(30, 30, 30);
	background-color: rgb(200, 200, 200);
}

.facebook a, .twitter a, .google-plus a {
	display: block;
	width: 100%;
	color: rgb(75, 110, 168) !important;
}

.twitter a {
	color: rgb(79, 213, 248) !important;
}

.google-plus a {
	color: rgb(221, 75, 57) !important;
}

.facebook:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(221, 75, 57) !important;
}

@media ( min-width : 768px) {
	.event-list>li {
		position: relative;
		display: block;
		width: 100%;
		height: 120px;
		padding: 0px;
	}
	.event-list>li>time, .event-list>li>img {
		display: inline-block;
	}
	.event-list>li>time, .event-list>li>img {
		width: 120px;
		float: left;
	}
	.event-list>li>.info {
		background-color: rgb(245, 245, 245);
		overflow: hidden;
	}
	.event-list>li>time, .event-list>li>img {
		width: 120px;
		height: 120px;
		padding: 0px;
		margin: 0px;
	}
	.event-list>li>.info {
		position: relative;
		height: 120px;
		text-align: left;
		padding-right: 40px;
	}
	.event-list>li>.info>.title, .event-list>li>.info>.desc {
		padding: 0px 10px;
	}
	.event-list>li>.info>ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	.event-list>li>.social {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 40px;
	}
	.event-list>li>.social>ul {
		border-left: 1px solid rgb(230, 230, 230);
	}
	.event-list>li>.social>ul>li {
		display: block;
		padding: 0px;
	}
	.event-list>li>.social>ul>li>a {
		display: block;
		width: 40px;
		padding: 10px 0px 9px;
	}
}

.header {
	/*border:2px solid #c0c0c0;*/
	/*background-image:url('../images/header-bg.jpg');*/
	
}

.blogShort {
	margin-bottom: 20px;
}

.blogShort h1 {
	font-size: 25px;
	color: #00aeff;
	margin-right: 0.7em;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.blogShort img {
	margin-right: 10px;
	margin-top: 2px;
}

.blogShort em {
	font-size: 12px;
}

.container {
	margin-top: 20px;
}

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

body a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0 0 8px;
	text-align: justify;
}

ul, label {
	margin: 0;
	padding: 0;
}
/*----start-container---*/
.logo {
	float: left;
	text-align: center;
}

.top-menu {
	float: right;
	position: relative;
	top: 20px; /*width:40%;
margin-top:3.5em;*/
}

.search {
	width: 55%;
	position: relative;
}

.search form {
	border: 1px solid #dbdbdb;
	background: #dbdbdb;
}

.search form input[type="text"] {
	padding: 5px 6px;
	font-weight: 400;
	font-size: 1em;
	color: #fff;
	border: none;
	outline: none;
	font-family: 'Oswald', sans-serif;
	width: 87%;
	background: #dbdbdb;
}

.lead_custom {
	font-size: 21px;
	margin-bottom: 5px !important;
}

.search form input[type="submit"] {
	background: url('../images/search.png') no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 23%;
}

.top-menu1 {
	position: relative;
}

.top-menu1 ul {
	margin-top: 1em;
	margin-left: 135px;
}

.top-menu1 ul li {
	display: inline-block;
}

.top-menu1 ul li a {
	margin: 1em 1.7em 1em 0em;
	display: block;
	color: #4a5054;
	font-weight: 400;
	font-size: 0.9em;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.top-menu1 ul li a:hover, .top-menu ul li.active a {
	color: #00aeff;
}
/*----*/
.content, .about-content, .contact-content, .single {
	border-top: 1px solid #d2d2d2;
	
}

.content-main {
	padding-left: 0;
	width: 60%;
}

.content-grids {
	margin-top: 4em;
}

.post-info {
	background: #fff;
	padding: 2em;
}

.post-info h4 {
	color: #afafaf;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	margin-bottom: 1em;
}

.post-info h4 a {
	font-size: 1.7em;
	color: #00aeff;
	margin-right: 0.7em;
	display: inline-block;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.post-info h4 a:hover {
	color: #4a5054;
}

.post-info p {
	font-family: 'Lato', sans-serif;
	color: #9a9da0;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.post-info a span {
	background: url(../images/more.png) no-repeat 0px 3px;
	height: 18px;
	width: 15px;
	display: inline-block;
	margin-right: 7px;
}

.post-info a {
	color: #626465;
	font-weight: 400;
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
}

.post-info a:hover {
	color: #00aeff;
}
/*==================================================
 * Effect 2
 * ===============================================*/
.content-grid-info {
	position: relative;
	margin-bottom: 3em;
}

.post-info:before, .post-info:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.post-info:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

/*----*/
.content-right {
	padding-left: 1em;
}

.recent, .comments, .archives {
	margin-bottom: 3em;
}

.recent h3, .comments h3, .archives h3, .categories h3 {
	color: #4a5054;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.recent ul li, .comments ul li, .archives ul li, .categories ul li {
	display: block;
}

.recent li a, .comments ul li a, .archives ul li a, .categories ul li a
	{
	color: #7C7C7C;
	border-bottom: 1px solid #a6aaae;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	padding: 6px 0 0 0;
	display: inline-block;
	font-weight: 400;
}

.comments ul li {
	color: #7C7C7C;
	font-size: 0.9em;
	border-bottom: none;
	margin: 0 5px;
	font-family: 'Lato', sans-serif;
}

.recent li a:hover, .comments ul li a:hover, .archives ul li a:hover,
	.categories ul li a:hover {
	color: #00aeff;
}
/*----*/
.footer {
	/*padding:1px 0px 20px 0px;
background:#000c17;*/
	
}

.footer p {
	color: #fff;
	font-size: 1em;
}

.footer p a {
	color: #00aeff;
}

.footer p a:hover {
	color: #989898;
}
/*--about--*/
.about-content, .contact-content, .single {
	padding: 2em 0;
}

.about-content h2 {
	color: #00aeff;
	font-size: 2em;
}

.about-grid2, .about-grid, .who-iam {
	margin-top: 2em;
}

.about-grid h3, .about-grid2 h3, .who-iam h3 {
	color: #4a5054;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.about-grid p, .about-grid2 p, .who-iam p {
	color: #7C7C7C;
	font-family: 'Lato', sans-serif;
	font-size: 0.95em;
	line-height: 1.8em;
	font-weight: 400;
	margin-bottom: 1em;
}

.about-grid2 li {
	list-style-image: url(../images/icon3.png);
	margin: 0 0 10px 20px;
}

.about-grid2 li a {
	font-family: 'Lato', sans-serif;
	color: #9A9598;
	font-size: 0.9em;
	text-decoration: none;
}

.about-grid2 li a:hover {
	color: #00aeff;
	padding-left: 1em;
}

.man-info {
	width: 60%;
	float: left;
	margin-right: 5%;
}

.man-pic {
	width: 30%;
	float: left;
}

.man-info h4 {
	color: #4a5054;
	margin-left: 1em;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.man-info li {
	color: #7C7C7C;
	font-family: 'Lato', sans-serif;
	font-size: 0.95em;
	margin-left: 2em;
	padding: 5px 0;
}
/*----*/
.contact-info h2 {
	color: #00aeff;
	font-size: 2em;
	margin-bottom: 0.5em;
}

.contact-info p {
	color: #7C7C7C;
	font-family: 'Lato', sans-serif;
	font-size: 0.95em;
	line-height: 1.8em;
	font-weight: 400;
	margin-bottom: 1em;
}

.contact-details form input[type="text"], .contact-details textarea {
	width: 47%;
	margin-right: 4%;
	padding: 12px;
	border: 1px solid #E2E0ED;
	font-size: 1em;
	margin-bottom: 2em;
	color: #C2C1CB;
	background: #fff;
	outline: none;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.contact-details form input[type="text"]:hover, .contact-details textarea:hover
	{
	border: 1px solid #00aeff;
}

.contact-details textarea {
	resize: none;
	height: 200px;
	width: 98%;
	margin-right: 0%;
}

.contact-details form input[type="text"]:nth-child(2), .contact-details form input[type="text"]:nth-child(4)
	{
	margin-right: 0%;
}

.contact-map iframe {
	width: 100%;
	height: 200px;
	margin-top: 0.5em;
}

.company_address {
	padding-left: 3em;
}

.contact-map h4, .company_address h4 {
	color: #4a5054;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 1em;
}

.company_address p {
	font-size: 1em;
	color: #7C7C7C;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
}

.company_address p a {
	color: #7C7C7C;
}

.company_address p a:hover {
	color: #00aeff;
}

.contact-details {
	margin-top: 2em;
}

.contact-map {
	padding: 0;
}

.contact-details form input[type="submit"] {
	font-weight: 400;
	color: #00aeff;
	outline: none;
	border: 1px solid #00aeff;
	font-size: 1em;
	padding: 0.6em 3em;
	background: transparent;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.contact-details form input[type="submit"]:hover {
	border: 1px solid #00aeff;
	background: #00aeff;
	color: #fff;
}
/*----*/
.single-grid p {
	font-family: 'Lato', sans-serif;
	color: #9a9da0;
	font-size: 1em;
	line-height: 1.8em;
	margin: 1em 0;
	text-align: justify;
}

.single-grid img {
	width: 100%;
}

ul.comment-list {
	border: 1px solid #BAB6B6;
	padding: 2em;
	margin: 3em 0;
	list-style: none;
}

h5.post-author_head {
	font-size: 1.3em;
	color: #848484;
	margin: 0 0 1em;
}

h5.post-author_head a {
	color: #848484;
}

h5.post-author_head a:hover {
	color: #00aeff;
}

ul.comment-list img {
	float: left;
	width: 10%;
	margin-right: 20px;
}

.desc p {
	font-size: 1.2em;
	color: #848484;
	margin-top: 1em;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}

.desc p a {
	color: #00aeff;
	font-family: 'Lato', sans-serif;
}

.desc p a:hover {
	color: #848484;
}

.content-form form input[type="text"], .content-form form textarea {
	padding: 10px 15px;
	width: 100%;
	color: #333;
	font-size: 1em;
	border: 1px solid #F6F1DE;
	font-family: 'Lato', sans-serif;
	outline: none;
	display: block;
	margin: 10px 0;
}

.content-form form textarea {
	height: 200px;
	resize: none;
}

.content-form form input[type="submit"] {
	color: #fff;
	background: #00aeff;
	padding: 0.4em 1.5em;
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
	margin-top: 1em;
	border: none;
	outline: none;
	border: 1px solid #00aeff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.content-form form input[type="submit"]:hover {
	background: transparent;
	color: #00aeff;
}

.content-form h3 {
	color: #00aeff;
	margin-bottom: 1em;
	text-decoration: none;
	display: block;
	font-family: 'Oswald', sans-serif;
}
/*----responsive-menu-start---*/ /*----responsive-menu-start---*/
@media ( max-width :1440px) {
	.man-info {
		width: 65%;
	}
}

@media ( max-width :1024px) {
	.content-main {
		width: 73%;
	}
	.content-right {
		width: 27%;
	}
}

@media ( max-width :768px) {
	.logo {
		width: 100%;
	}
	.logo img {
		width: 100%;
	}
	.top-menu {
		width: 60%;
		margin-top: 1.5em;
	}
	.content-grids {
		margin-top: 3em;
	}
	.content-main {
		width: 100%;
		padding: 0;
	}
	.content-grid-info img {
		width: 100%;
	}
	.content-right {
		width: 100%;
		margin-top: 2em;
		padding: 0;
	}
	.recent, .comments, .archives, .categories {
		margin-bottom: 2em;
		width: 50%;
		float: left;
	}
	.about-content h2 {
		font-size: 1.7em;
		margin-bottom: 1em;
	}
	.about-grid2, .about-grid, .who-iam {
		margin-top: 1em;
	}
	.about-grid h3, .about-grid2 h3, .who-iam h3 {
		font-size: 1.2em;
	}
	.about-grid p, .about-grid2 p, .who-iam p {
		font-size: 0.9em;
	}
	.man-pic img {
		width: 100%;
	}
	.man-info li {
		font-size: 0.9em;
	}
	.contact-info p {
		font-size: 0.9em;
	}
	.contact-map h4, .company_address h4 {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	.company_address {
		padding-left: 0em;
		margin-top: 2em;
	}
	.company_address p {
		font-size: 0.9em;
	}
	.contact-info h2 {
		font-size: 1.7em;
	}
	.single-main, .side-content {
		padding: 0;
	}
	.side-content {
		margin-top: 2em;
	}
	.single-grid p {
		font-size: 0.9em;
	}
	.content-grid-info {
		margin-bottom: 2em;
	}
}

@media ( max-width :640px) {
	.search form input[type="submit"] {
		top: 18%;
		background-size: 83%;
	}
	.search form input[type="text"] {
		padding: 4px 6px;
		font-size: 0.85em;
	}
	.top-menu1 ul {
		margin-left: 0px;
	}
	.top-menu ul li a {
		margin: 0em 1.7em 1em 0em;
	}
	.post-info h4 {
		font-size: 0.7em;
	}
	.post-info h4 a {
		font-size: 1.7em;
	}
	.post-info {
		padding: 1.5em;
	}
	.content-grids {
		margin-top: 2.5em;
	}
	.post-info p {
		font-size: 0.85em;
	}
	.post-info a {
		font-size: 0.85em;
	}
	.post-info a span {
		vertical-align: top;
	}
	.recent h3, .comments h3, .archives h3, .categories h3 {
		font-size: 1em;
	}
	.recent li a, .comments ul li a, .archives ul li a {
		font-size: 0.85em;
	}
	.comments ul li a {
		font-size: 0.9em;
	}
	.about-content h2 {
		font-size: 1.5em;
	}
	.about-grid h3, .about-grid2 h3, .who-iam h3 {
		font-size: 1.05em;
	}
	.about-grid p, .about-grid2 p {
		font-size: 0.85em;
		overflow: hidden;
		height: 75px;
	}
	.about-grid2 li a {
		font-size: 0.8em;
	}
	.who-iam p {
		font-size: 0.85em;
	}
	.contact-info h2 {
		font-size: 1.5em;
	}
	.contact-info p {
		font-size: 0.85em;
		overflow: hidden;
		height: 48px;
	}
	.contact-details form input[type="text"], .contact-details textarea {
		width: 100%;
		margin-right: 0;
		padding: 10px;
		font-size: 0.85em;
		margin-bottom: 1em;
	}
	.contact-details textarea {
		height: 170px;
	}
	.contact-details form input[type="submit"] {
		font-size: 0.83em;
		padding: 0.6em 2em;
	}
	.contact-map h4, .company_address h4 {
		font-size: 1.1em;
	}
	.desc p {
		font-size: 1em;
	}
	h5.post-author_head {
		font-size: 1.2em;
	}
	ul.comment-list {
		padding: 1.5em;
		margin: 2em 0;
	}
	.content-form h3 {
		font-size: 1.2em;
	}
	.content-grid-info {
		margin-bottom: 2em;
	}
}

@media ( max-width :480px) {
	.logo {
		width: 100%;
	}
	.top-menu1 ul {
		margin-left: 0px;
	}
	.top-menu1 ul li .customimage_2 {
		width: 120px;
	}
	.top-menu1 ul li .customimage_1 {
		width: 80px;
	}
	.top-menu {
		width: 48%;
		margin-top: 0.5em;
	}
	.top-menu ul li a {
		margin: 0em 1em 1em 0em;
		font-size: 0.8em;
	}
	.search {
		width: 80%;
	}
	.search form input[type="text"] {
		padding: 5px 6px;
		font-size: 0.8em;
		width: 100%;
	}
	.search form input[type="submit"] {
		top: 25%;
		background-size: 74%;
		right: 2%;
	}
	.post-info h4 {
		font-size: 0.6em;
	}
	.post-info h4 a {
		font-size: 1.8em;
	}
	.post-info p {
		font-size: 0.8em;
	}
	.post-info a {
		font-size: 0.8em;
	}
	.post-info a span {
		width: 12px;
		background-size: 100%;
		vertical-align: text-bottom;
	}
	.recent h3, .comments h3, .archives h3, .categories h3 {
		font-size: 0.95em;
	}
	.recent li a, .archives ul li a {
		font-size: 0.79em;
	}
	.comments ul li a {
		font-size: 0.88em;
	}
	.about-content h2 {
		font-size: 1.4em;
	}
	.about-content, .contact-content, .single {
		padding: 1.5em 0;
	}
	.about-grid h3, .about-grid2 h3, .who-iam h3 {
		font-size: 1em;
	}
	.about-grid p, .about-grid2 p {
		font-size: 0.8em;
	}
	.about-grid2 li {
		margin: 0 0 7px 20px;
	}
	.who-iam p {
		font-size: 0.8em;
		overflow: hidden;
		height: 113px;
	}
	.man-info h4 {
		font-size: 1em;
	}
	.man-info li {
		font-size: 0.75em;
		padding: 4px 0;
		margin-left: 1em;
	}
	.contact-details {
		margin-top: 1em;
	}
	.contact-details form input[type="submit"] {
		margin-bottom: 1em;
	}
	.single-grid p {
		font-size: 0.85em;
		overflow: hidden;
		height: 165px;
	}
	.content-grid-info {
		margin-bottom: 1.5em;
	}
}

@media ( max-width :320px) {
	.logo {
		width: 100%;
		margin-right: 0.5em;
	}
	.top-menu1 ul {
		margin-left: 0px;
	}
	.top-menu1 ul li .customimage_1 {
		width: 80px;
	}
	.top-menu1 ul li .customimage_2 {
		width: 120px;
	}
	.top-menu {
		width: 60%;
	}
	.top-menu ul {
		margin-top: 0.5em;
	}
	.top-menu ul li a {
		margin: 0em 0.5em 0em 0em;
		font-size: 0.75em;
	}
	.search form input[type="text"] {
		padding: 1px 6px;
		font-size: 0.8em;
	}
	.post-info {
		padding: 1em;
	}
	.post-info h4 a {
		font-size: 1.8em;
		margin-bottom: 0.5em;
		margin-right: 1.7em;
	}
	.post-info p {
		font-size: 0.77em;
		overflow: hidden;
		height: 40px;
		margin-bottom: 0.5em;
	}
	.recent, .categories {
		margin-bottom: 1.5em;
		width: 100%;
	}
	.comments, .archives {
		display: none;
	}
	.footer {
		padding: 1em 0;
	}
	.footer p {
		font-size: 0.8em;
		text-align: center;
	}
	.about-content h2 {
		font-size: 1.2em;
	}
	.about-content, .contact-content, .single {
		padding: 1em 0;
	}
	.about-grid h3, .about-grid2 h3, .who-iam h3 {
		font-size: 0.9em;
	}
	.about-grid p, .about-grid2 p {
		font-size: 0.77em;
		margin-bottom: 0.5em;
		height: 70px;
	}
	.about-grid2 li a {
		font-size: 0.75em;
	}
	.about-grid2 li:nth-child(2) {
		display: none;
	}
	.man-info {
		width: 100%;
		margin-right: 0%;
	}
	.who-iam p {
		font-size: 0.77em;
		height: 89px;
	}
	.man-info li {
		padding: 3px 0;
		margin-left: 0em;
	}
	.man-info h4 {
		margin-left: 0em;
	}
	.man-pic {
		width: 100%;
		margin-top: 1em;
	}
	.contact-info h2 {
		font-size: 1.3em;
	}
	.contact-info p {
		font-size: 0.77em;
		height: 51px;
		line-height: 1.5em;
	}
	.contact-details form input[type="text"], .contact-details textarea {
		padding: 6px;
		font-size: 0.8em;
		margin-bottom: 0.6em;
	}
	.contact-details textarea {
		height: 135px;
	}
	.contact-details form input[type="submit"] {
		font-size: 0.8em;
		padding: 0.5em 2em;
	}
	.contact-map h4, .company_address h4 {
		font-size: 1em;
	}
	.company_address p {
		font-size: 0.85em;
	}
	.single-grid p {
		font-size: 0.77em;
		height: 153px;
	}
	ul.comment-list {
		padding: 1em;
		margin: 1em 0;
	}
	h5.post-author_head {
		font-size: 1em;
	}
	.desc p {
		font-size: 0.8em;
		margin-top: 0em;
	}
	.content-form form input[type="text"], .content-form form textarea {
		padding: 6px 10px;
		font-size: 0.8em;
	}
	.content-form form textarea {
		height: 135px;
	}
	.content-form h3 {
		font-size: 1.1em;
	}
}

@media ( min-width : 1200px) {
	.container {
		width: 980px;
		margin: 0 auto;
	}
}

.panel-default {
	/* border-color: #ddd;*/
	margin-top: 40px;
}

.cpanel-default {
	/*-webkit-box-shadow: 1px 4px 13px -1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 4px 13px -1px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 4px 13px -1px rgba(0, 0, 0, 0.75);*/
}

.panel-body {
	padding: 30px;
}

.panel-default>.panel-heading {
	color: #0C3366 !important;
	background-color: #ffc206 !important;
	border-color: #ddd !important;
	font-size: 22px !important;
	font-weight: bold !important;
	text-align: center !important;
}

.custom-row {
	padding: 10px;
}

.customevent_heading {
	color: #00335F;
	font-size: 12px;
}

.customevent_heading h4 {
	font-weight: 600;
}

.customevent_heading p {
	color: #3A3A3A;
	font-weight: 600;
}

.my_customtable {
	width: 100%;
}

.form_tr {
	background-color: #F3F3F3;
}

.form_tr th {
	padding: 12px 7px !important;
	color: #8693A4;
	font-weight: 700;
}

.custombtn {
	background-color: #00335f;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn:hover {
	color: #DEDEDE !important;
	text-decoration:underline;
}

.glyphicon-ok {
	text-align: left !important;
}

 

div.alphabet {
	display: table;
	width: 100%;
	margin-bottom: 1em;
}

div.alphabet span {
	display: table-cell;
	color: #272a74;
	cursor: pointer;
	text-align: center;
	width: 3.5%;
	font-weight: bold;  
}

div.alphabet span:hover {
	text-decoration: underline;
}

div.alphabet span.active {
	color: black;
}
 

.main_member {
    background-color: #f8f8f8;
}
.member_bg {
    padding: 10px;
}
.member_left_div {
 padding: 10px;
}
.member_heading {
    font-weight: 800;
    color: #272a74 ;
    text-align: center;
    font-size: 22px;
}
.mem_desc {
    padding: 5px 20px;
    color: #272a74 ;
    text-align: center !important;
    font-size: 13px;
    font-family: Montserrat;
}
.rounded_rectangle {
    border-radius: 15px;
    background-color: #090b49;
    padding: 10px;
    width: 270px;
    height: 420px;
    font-family: Montserrat;
}
.rect_list {
    color: white;
    font-size: 13px;
    text-align: left;
    padding: 5px;
    font-family: Montserrat;
}
.bica_form {
    background-color: rgb(255, 255, 255);
    padding: 30px 80px;
    height: auto;
    float: left;
    width: 100%;
    border: 1px solid #1b4417;
}

input, select, textarea {
    padding: 8px 5px;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #272a74 ;
    margin-bottom: 25px !important;
}
input::placeholder{
    font-family: Montserrat;;
}

.send_code {
    padding: 12px 52px !important;
    color: white !important;
    background-color: #1b4417;
    font-weight: 700 !important;
    margin-top: 20px;
    font-size: 15px !important;
}



.bica_form_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
}
.bica_form_heading:before{
	border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 55px;
    width: 310px;
    z-index: 5;
    border-color: #1b4417 !important;
}
.connector_or {
   position: absolute;
    margin-top: 135px;
    left: 280px;
    background-color: white;
    border-radius: 50%;
    width: 40px;
    z-index: 9999;
    height: 40px;
    padding: 10px 11px;
    font-weight: 600;
    color: #272a74;
    float: left;
}

.heading_img {
    margin-left: 215px;
    width: 96px;
    margin-top: -15px;
    height: 4px;
}

.bica_form_heading p :after { 
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #34b7a7;
    
  }
  .otp_form {
    background-color: white;
    padding: 50px;
  }
.member_cancel {
    width: 120px;
    border-radius: 0px;
    color: white;
    background-color: #66972e;
    border: 1px solid #66972e;
    font-weight: 700;
    margin-top: 40px;
    margin: 0px 30px;
}
.member_submit {
    width: 120px;
    border-radius: 0px;
    color: white;
    background-color: black;
    font-weight: 700;
    margin-top: 40px;
    background-color: #272a74;
    border: 1px solid #272a74;
}
.resend a {
    color: #66972e;
    font-weight: 600x;
}

.resend a:hover{
    color: #66972e;
    font-weight: 600x;
    text-decoration: none;
}
.resend a:visited {
    color: #66972e;
    font-weight: 600x;
}
.otp_heading {
    font-weight: 800;
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
} 
.opt_desc {
  padding: 20px 12px;
  text-align: center !important;
  font-family: Montserrat;
  font-size: 16px;
}
.otp_input {
   width: 400px;
}
.mem_lbl {
    color: #888 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.otp_img {
    margin-left: 208px;
    width: 61px;
    margin-top: -15px;
    height: 4px;
}


.tabs {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #tab-button li {
    display: table-cell;
    width: 20%;
  }
  #tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
  }
  #tab-button li:not(:first-child) a {
    border-left: none;
  }
  #tab-button li a:hover,
  #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
  }
  .tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
  }
  
  
  
  .tab-button-outer {
    display: none;
  }
  .tab-contents {
    margin-top: 20px;
  }
  @media screen and (min-width: 768px) {
    .tab-button-outer {
      position: relative;
      z-index: 2;
      display: block;
    }
    .tab-select-outer {
      display: none;
    }
    .tab-contents {
      position: relative;
      top: -1px;
      margin-top: 0;
    }

    
  .custom-file-upload {
      border: 1px solid #ccc;
      display: inline-block;
      padding: 6px 12px;
      cursor: pointer;
      background-color: #f1f1f1;
  }




  .panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
  }

.membership_heading {
    font-weight: 800;
    color: #000;
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    font-family: Montserrat;
}
.mem_img {
    margin-left: 535px;
    margin-top: -12px;
}
.photo_div {
    border: 1px solid #ddd;
    padding: 10px;
    font-family: Montserrat;
    min-height: 90px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.photo_heading {
  font-size: 13px;
  font-weight: 600;
  font-family: Montserrat;
  padding-left: 8px;
  margin:0px auto;
  text-align:left;
}
.photo_text {
  padding: 30px;
  font-family: Montserrat;
}
.uploadtext {
  font-size: 12px;
    padding: 8px;
    color: #9292ad;
}
.photo_text1 {
  padding: 0px 20px;
  font-family: Montserrat;
}

.confirm {
  border: 1px solid #ddd;
    padding: 5px;
    font-family: Montserrat;
}
.attach {
  color: #9292ad;
}
.photo_text2 {
padding: 9px 20px;
}
.recommendation {
  border: 1px solid #dad6d6;
    padding: 15px 35px;
    background-color: #f9f9f9;
}
.recomm_heading {
  text-align: center;
    text-decoration: underline;
    color:#1b4417;
    font-weight: 600;
}
.recomm_decs {
  font-family: Montserrat;
  font-size: 12px;
  text-align: center !important;
}
.tabborder {
  border-top: 3px solid #1b4417;
  margin:0px;
}

.tabcontentdiv {
    background-color: white;   
}
.tab1_heading {
    text-decoration: underline;
    font-weight: 600;
    padding-left: 15px;
    font-size: 16px;
    color: #1b4417;
}
.tab1right {
   color: white;
   background-color: #1b4417;
   float: right;
   padding: 5px;
   margin-left: 10px;
   width: 80px;
   text-align: center;
   font-weight: 600;
}

.tab2right {
    color: white;
    background-color: #1b4417;
    float: right;
    padding: 5px;
    margin-right: 10px;   
    text-align: center;
    margin-top: 20px;
    font-weight: 600 !important;
    padding: 10px 31px !important;
    border-radius: 6px !important;
    text-transform: none
}


.tab2left {
  color: #000;
  background-color: #ddd;
  float: left;
  padding: 5px;
  margin-left: 10px;
  width: 80px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.recomm_copy {
   border: 1px solid #ddd;
    background-color: white;
    margin-top: 20px;
}
.filecopy {
  padding: 10px;
}
.general_info {
  padding: 10px;
  background-color: #f1f1f1;
  font-family: Montserrat;
}
.gen_heading {
  color:#272a74;
  font-weight: 600;
  text-decoration: underline;

}
.gen_detail {
  padding: 5px;
  text-align: left!important;
  font-weight: 600;
  color: #716b6b;
}
.gen_detail span {
  color: #888;
}
.gen_detail p{
	text-align: left;
    margin-left: 25px
}
.summary_cert {
    color: #272a74;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
	margin:0px;
	font-size:12px;
}
.summary_size{
	font-size: 12px;
    color: red;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 10px;
    padding: 0px;
}
.pics {
margin-bottom: 40px;
}
.pics img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mem_success {
  border-top: 2px solid #272a74;
}

.app_success {
   margin-top:180px;
}
.no_padding{
	padding:0px;
}
.container.memmber_reg {
    padding: 60px 0px;
}
.form-group{
	margin-bottom:10px !important;
	    min-height: 90px !important;
}
.radio-inline input[type=radio] {
    margin-left: -55px !important;    
}
.mem_lbl span{
	color:red;
}
.form-control{
	padding:5px 10px !important;
}
.payment_page{
	background: #F8F8F8;
    min-height: 10px;
    padding: 20px;
    text-align: center;
}
.payment_page h4{
	color: #9C921F;
    font-size: 24px;
    text-decoration: underline;
    font-family: Montserrat;
    font-weight: 600;
	margin-top:85px;
}
.fee_details{
	width: 35%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #FFF;
    padding: 25px;
	margin-top: 35px;
}
.payment_page p{
	    text-align: center;
    color: #716b6b;
    font-weight: 600;
}
.leftspan{
	width: 50%;
    color: #716b6b;
    font-weight: 600;
    text-align: right;
    float: left;
    padding-right: 20px;
}
.rightspan{
	width: 50%;
    color: #716b6b;
    font-weight: 600;
    text-align: left;
    float: left;
}
.payment_page h5{
	color: #9C921F;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.payment_page h6{
	color: #272a74;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

.leftspan{
	width: 50%;
    color: #716b6b;
    font-weight: 600;
    text-align: right;
    float: left;
    padding-right: 20px;
}
.rightspan{
	width: 50%;
    color: #716b6b;
    font-weight: 600;
    text-align: left;
    float: left;
}
.mem_success{
	background-image: url(../images/success-bg.jpg);
	height: 584px;
	margin-bottom: 35px;
}
.link_button{
	background: #272a74;
color: #FFF;
padding: 8px 15px;
border-radius: 8px;
font-weight: bold;
}
.password_req{
	font-size: 15px;
    font-weight: 600;
    color: #888;
    margin-bottom: 0px;
}
.paasword_li{
	margin-left:10px;
}
.paasword_li li {
	padding: 4px 18px;
    list-style: inside;
    color: #888;
    font-size: 16px;
  }
.you_must{
  text-align: center;
    font-weight: bold;
    font-family: Montserrat;
	}
	
label{
	padding:0px !important;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600 !important;
    color: #888 !important;
    
	font-size:16px !important;
}	
.radio-inline .form-control-feedback{
	left:100px !important;
}

.director_btn {
    background-color: #56ccbd;
    border-color: #56ccbd;
    font-weight: bold;
    color: #FFF;
}

#fullDiv .radio-inline .form-control-feedback {
    left: 440px !important;
}


@media screen and (max-width: 919px) {
	
	.container.memmber_reg{
		padding:0px 15px !important;
	}
	.connector_or{
	position: absolute;
	margin-top: -25px;
	left: 44%;
	background-color: white;
	border-radius: 50%;
	width: 40px;
	z-index: 9999;
	height: 40px;
	padding: 10px 11px;
	font-weight: 600;
	color: #272a74;
	float: left;
	}
	#toplinks {
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 10px auto !important;
		width: 100%;
		float: left;
	}
	
	#toplinks, .logo-box, #Header_Banner {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px auto !important;
    width: 100%;
    float: left;
}
#Header_Banner ul {
    margin: 0px;
}
#Header_Banner{
	padding:0px;
}
.rounded_rectangle{
	width:100%;
	height:auto !important;
	padding:35px 10px;
	margin: 10px 0px;
}
.responsive-menu-box {
    width: 25px;
    height: 19px;
    display: inline-block;
    position: relative;
}
.admin_form{
	width:100% !important;
	margin:0px auto !important;
}
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 10px !important;
    font-size: 18px;
    line-height: 20px;
}

h1 span {
    font-style: italic;
    font-size: 18px;
}
.memmber_reg{
	width: 100%;
    padding: 80px 100px 0px;
    float: left;
}

.form-control {
    height:45px !important;
}

.register-text {
    text-align: center;
    margin: 20px 10px;
    font-size: 12px;
}
.register-bg {
    background: url(../images/register-bg.png);
    background-size: auto;
    background-position: unset;
    min-height: 740px;
    background-repeat: no-repeat;
}

.light-box {
    width: 45%;
    float: right;
    margin-top: 25px;
}

.light-green {    
   background: #dde8da;
    padding: 15px 30px;
    border-radius: 25px;
    text-align: center;
    margin: 40px 20px;
	font-size:18px;
}

.light-green span {
    font-weight: 700;
    color: #1b4417;
}
.otp_text {
    text-align: center;
    font-size: 18px;
    color: #969696;
    line-height: 26px;
}

.resend a {
    color: #bd9559;
    font-size: 18px;
    margin: 20px 0px;
    font-weight: 600;
}

.resend {
    margin: 25px 0px 0px;
}

.bica_otp_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
}
.bica_otp_heading:before{
	border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 55px;
    width: 135px;
    z-index: 5;
    border-color: #1b4417 !important;
}

.bica_pass_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
}
.bica_pass_heading:before{
	border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 55px;
    width: 245px;
    z-index: 5;
    border-color: #1b4417 !important;
}

.bica_login_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 28px;
    line-height: 70px;
}
.bica_login_heading:before{
	border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 55px;
    width: 340px;
    z-index: 5;
    border-color: #1b4417 !important;
}

i.form-control-feedback.glyphicon.glyphicon-ok {
    display: none !important;
}

i.form-control-feedback.glyphicon.glyphicon-remove {
    display: none !important;
}

.logo {
    text-align: left;
}  


.bell_icon img{	

margin-top: 50px;	
}

.bell_icon img{
width: 25px;
height: 25px;
}

@media only screen and (max-width: 1024px) { 

.bell_icon img {
    margin: 30px 0px;
}

.search-form{
	display:none;
}

.logo, #Footer_Social, .bell_icon{
	
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 0px auto !important;
	width: 100% !important;
	float: left !important;

}

.col-md-8, .col-md-4{
	
	width:100% !important;
	
}
.content-wrapper, .right-side{
min-height: 100% !important;
margin: 15px !important;
width: 98% !important;
border-radius: 10px !important
}

.main-sidebar, .left-side {
    padding-top: 100px !important;
    width: 98% !important;
	 position: relative !important; 
}

}

@media screen and (max-width: 1000px) { 

.content-wrapper, .right-side{
min-height: 100% !important;
margin: 15px !important;
width: 98% !important;
border-radius: 10px !important
}

.main-sidebar, .left-side {
    padding-top: 100px !important;
    width: 94% !important;
	 position: relative !important; 
}

}

@media screen and (max-width: 919px) { 

.bell_icon img{
	margin-top:20px;
}
#menu-footer-menu a{
	font-size:12px !important;
}

.logo, #Footer_Social, .bell_icon{
	
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	margin: 0px auto !important;
	width: 100% !important;
	float: left !important;

}
.memmber_reg{
	padding:10px !important;
}
	
.register-bg {
    background: url(../images/register-bg.png);       
    background-size: contain;
    background-position: unset;
    min-height: 460px;
    background-repeat: no-repeat;
}

.light-green {
    background: #dde8da;
    padding: 14px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
}

.light-box {
    width: 100%;
    float: right;
    margin-top: 25px;
}

.bica_form_heading::before {
    border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 41px;
    width: 66%;
    z-index: 5;
    border-color: #1b4417 !important;
}

.bica_form {
    background-color: rgb(255, 255, 255);
    padding: 10px 12% !important;
    height: auto;
    float: left;
    width: 100%;
    border: 1px solid #1b4417;
}

.bica_login_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.bica_login_heading::before {
    border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 35px;
    width: 65%;
    z-index: 5;
    border-color: #1b4417 !important;
}

.bica_form_heading {
    font-weight: 700;
    color: #1b4417;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.bica_form_heading::before {
    border-style: solid;
    border-width: 2px 0 0 0;
    content: "";
    height: 3px;
    position: absolute;
    margin-top: 35px;
    width: 65%;
    z-index: 5;
    border-color: #1b4417 !important;
}
.content-wrapper, .right-side{
min-height: 100% !important;
margin: 20px !important;
width: 92% !important;
border-radius: 10px !important
}

.main-sidebar, .left-side {
    padding-top: 100px !important;
    width: 94% !important;
	 position: relative !important; 
}
 
}

@media screen and (max-width: 850px) {

.bica_form_heading::before { width: 26%;}
.bica_login_heading::before { width:30%; }

	}

@media screen and (max-width: 768px) {


.bica_form_heading::before { width: 26%;}
.bica_login_heading::before { width:30%; }

}

@media screen and (max-width: 550px){ 

.bica_form_heading::before { width: 50%;}
.bica_login_heading::before { width:50%; }

}

@media screen and (max-width: 480px) {

.bica_form_heading::before { width: 50%;}
.bica_login_heading::before { width:50%; }

	}