/*
Theme Name: BICA
Theme URI: http://www.mageewp.com/meris-theme.html
Description: Meris is a free WordPress theme that can be use for various purposes, for business, travel, food, service and more. The clean homepage layout is very flexible due to it allows to add widgets. Meris theme comes with full-width sliders in the homepage and small featured sliders in the sidebar(optional), portfolios, social icons, slogon, and other popular widgets. More options are given to the sidebar setting: no sidebar, left sidebar, right sidebar, and sidebar on both sides. Furthermore, Font Awesome Icons are avaible in the theme to add icons aywhere. This theme is built with the latest HTML5 and CSS3 website standard (from the Twitter Bootstrap), and fully responsive in different browsers and displays. Meris is the ideal theme to create your personal websites and business websites for company.
Version: 1.1.2
Author: MageeWP
Author URI: http://www.mageewp.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, yellow, green, dark,light,gray, responsive-layout, custom-background, custom-header, custom-menu, theme-options, left-sidebar, right-sidebar, translation-ready, editor-style, featured-images, full-width-template

Meris Wordpress Theme has been created by mageewp.com, Copyright 2015 mageewp.com.
Meris Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 1.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
	var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section, div {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

audio, canvas, video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
	/*
    color: #252525;
	font-family: Poppins !important;	
	text-align: justify;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 600;*/
	
	font-family: Poppins !important;
    color: #464646;
    font-weight: 500;
    font-size: 14px;	
	outline: none;
	
}

input:invalid {
	box-shadow: none;
}

body {
	background: #fff;	
}

a {
	color: #fed136;
	text-decoration: none;
}

a:focus {
	/*outline: thin dotted;*/
	
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a:active, a:hover {
	color: #355f1c;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 10px 0 8px;
	color: #272a74;
}

h1 {
	font-size: 24px;
	line-height: 1.2;
}

h2 {
	font-size: 20px;
	line-height: 1.2;
}

h3 {
	font-size: 19px;
	line-height: 1;
}

h4 {
	font-size: 16px;
	line-height: 1;
}

h5 {
	font-size: 14px;
	line-height: 1;
}

h6 {
	font-size: 12px;
	line-height: 1;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b, strong {
	font-weight: 700;
}

cite, dfn, em, i {
	font-style: italic;
}

mark, ins {
	background: #fed136;
	text-decoration: none;
}

p {
	padding: 5px 0px 5px;
	text-align: justify;
	
}

code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul, ol {
	list-style: none;
	margin: 6px 0px 6px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin: 0 0 0 20px;
}

img {
	width: inherit;
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button, input {
	line-height: normal;
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 2px 0 0 2px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: center;
}

th {
	border-width: 0 2px 2px 0;
	font-weight: bold;
}

td {
	border-width: 0 2px 2px 0;
	padding: 5px 10px;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #fed136;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #fed136;
	color: #fff;
	text-shadow: none;
}

:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.required {
	color: #F00;
}

.clear {
	clear: both;
}

nav li {
	list-style-type: none;
}

.wp-caption {
	
}

.wp-caption-text {
	
}

.sticky {
	
}

.gallery-caption {
	
}

.alignright {
	
}

.alignleft {
	
}

.aligncenter {
	
}

.bypostauthor>.comment-body .fn:before {
	vertical-align: text-top;
}
/*
 * 2.0 Header
 */
.homepage {
	position: relative;
}

/*
 * 2.1 Header logo
 */
header {
	top: 0;
	left: 0;
	z-index: 9;
	/* background-color: rgba(0,0,0,.2); SAC*/
	color: #fff;
	min-height: 0px;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

.homepage header {
	position: relative;
}

.logo-box {
	float: left;
	margin-top: 0px;
}

.site-logo {
	float: left;
}

.name-box {
	float: left;
	margin-left: 10px;
}

.site-name {
	margin: 0;
	color: #fff;
	font-size: 28px;
	letter-spacing: .05em;
}

.name-box a {
	text-decoration: none
}

.site-tagline {
	font-size: 12px;
	color: #fff;
}

/*
 * 2.2 Header Search
 */
.search-form {
	    float: right;
    background-color: #f6f7fb;
    overflow: hidden;
    width: 325px;
    margin-top: 3px;
    margin-right: 0px;
    padding: 10px 5px;
    border-radius: 5px;
    height: 41px;
   margin: 34px 178px;
}

.search-form input[type="text"] {
border: none;
    float: left;
    width: calc(100% - 30px);
    margin-right: -25px;
    padding-right: 25px;
    background: none;
    color: #7782aa;
    padding-top: 0px;
}


.search-form input[type="submit"] {
background: url(../images/search-icon.png);
    float: right;
    border: none;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: -4px;
}

/*
 * 2.3 Header navigation
 */
.site-nav {
	clear: right;
	float: left;
	display: block;
	z-index: 10;
	margin-left: 0px;
	background: #272a74;
	width: 100%;
}

.site-nav ul {
	margin: 0;
	float: left;
}

.site-nav>ul>li {
	float: left;
	position: relative;
}

.site-nav>ul>li+li {
	margin-left: 0px;
}

.site-nav>ul>li a {
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 600;
	line-height: 50px;
	padding: 0 15px;
	color: #fff;
	border-bottom: 1px solid transparent;
	 
}

.site-nav>ul>li:hover>a {
	border-bottom-color: #fed136;
	color: #FFF !important;
	background: #000;
}

.site-nav>ul>li a i {
	font-size: 6px;
	margin-left: 5px;
}

.site-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #FFF;
	width: 250px;
}

.site-nav li:hover>ul {
	display: block;
}

.site-nav li ul li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #e6e7e7;
	position: relative;
	list-style: none;
}

.entry-content h1 {
	margin-top: 0px;
}

.site-nav li ul li a {
	line-height: 40px;
	color: #000;
	font-size: 12px;
    text-align: left
}

.site-nav li ul li:hover {
	background-color: #0c0e46;
	color: #FFF;
}

.site-nav li ul li a:hover {
	color: #FFF;
}

.site-nav li ul li ul {
	top: 0px;
	left: 100%;
}

.site-search-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

.site-nav-toggle {
	display: none;
	float: right;
	margin-top: 25px;
	background-color: transparent;
	border: none;
	color: #ccc;
}

@media screen and (max-width: 919px) {
	.home-rules h2:before {
    border-style: solid;
    border-width: 5px 0 0 0 !important;
    content: "";
    height: 1px;
    position: absolute;
    margin-top: 25px !important;
    width: 60px;
    z-index: 5;
    border-color: #272a74 !important;
    border-radius: 30px;
}
	.event-widget{
		width:100% !important;
	}
	 
	.site-info {
		float: left;
		text-align: center !important;
		width: 100%;
		margin: 0px !important;
	}
	#menu-footer-menu li {
		float: left;
		line-height: 20px;
	}
	.wp-image-184 {
		margin-top: 25px;
	}
	.event_img {
		max-height: 190px !important;
		height: 180px !important;
	}
	.home-rules h2 {
		font-size: 18px !important;
	}
	.home-rules p {
		padding-right: 0px !important;
	}
	 
	#menu-information-links li {
		width: 100% !important;
		float: none !important;
	}
	.tnp-widget input[type="text"], .tnp-widget input[type="email"] {
		width: 80% !important;
	}
	.custom_footer {
		padding: 0px 0px 0px 15px !important;
	}
	.my_custom_header {
		background: #272a74 !important;
	}
	#Header_Top ul {
		margin: 0px !important;
	}
	div#Header_Top {
		height: 130px !important;
		text-align: center;
	}
	.home-events li {
		width: 100% !important;
		margin: 15px 0px;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-2 li {
		width: 100% !important;
	}
	.main_box {
		width: 90% !important;
		margin: 10px 15px !important;
	}
	.paperdiv .heading, .accdiv .heading {
		padding: 0px !important;
	}
	.site-info, #powered {
		font-size: 12px !important;
		text-align: center !important;
		line-height: 20px !important;
	}
	.site-nav-toggle {
		display: block;
	}
	.site-nav {
		display: none;
		width: 100%;
		margin-top: 0;
		background-color: #bfbab4;
		position: absolute;
		top: 100%;
		left: 0;
	}
	.site-nav>ul>li {
		float: none;
	}
	.site-nav>ul>li+li {
		margin-left: 0;
	}
	.site-nav>ul>li a {
		line-height: 50px;
	}
	.site-nav li ul {
		position: static;
		margin-left: 20px;
		z-index: 200;
	}
	.site-search-toggle {
		display: block;
	}
	.search-form {
		display: none;
	}
	header {
		min-height: 75px;
	}
	.logo-box {
		margin-top: 10px;
	}
	.search-form {
		position: absolute;
		top: 100%;
		right: 0;
		background-color: rgba(0, 0, 0, .18);
		overflow: hidden;
		width: 240px;
		margin-top: 5px;
		margin-right: 15px;
		padding: 3px;
	}
}

/*
 * sticky header
 */
header.sticky-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	min-height: 0;
}

.sticky-header .site-nav>ul>li>a {
	line-height: 60px;
	padding:0px 12px;
}

.sticky-header .logo-box {
	margin-top: 5px;
}

.sticky-header .site-logo {
	height: 50px;
}

.sticky-header .name-box {
	margin-top: 5px;
}

.sticky-header .site-nav-toggle, .sticky-header .site-search-toggle {
	margin-top: 15px;
}
/*
 * 3.0 Home Sections
 */
section[class^="homepage-section-"] {
	padding: 50px 0;
}

section.home-section {
	padding: 50px 0;
}

section .widget {
	width: 100%;
	clear: both;
}
/*
 * 3.1 Section Slider
 */
.homepage-slider .carousel-caption {
	bottom: 40%;
	right: 15%;
	left: 15%;
	color: #fff;
	z-index: 3;
}

.homepage-slider .carousel-caption h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: normal;
}

.homepage-slider .carousel-caption strong {
	font-weight: bold;
}

.homepage-slider .carousel-caption s {
	color: #fed136;
	text-decoration: none;
}

.homepage-slider .carousel-caption button {
	border: none;
	background-color: #fed136;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: bold;
}

.homepage-slider .carousel-indicators li {
	border-width: 3px;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	margin: 5px;
}

.homepage-slider .carousel-indicators li.active {
	background-color: #fed136;
	margin: 5px;
}

.homepage-slider .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size: 50px;
}

.homepage-slider .carousel-control .fa-angle-left {
	left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
	right: 50%;
}

@media screen and (max-width: 1100px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 4em;
	}
	.homepage-slider .carousel-caption {
		bottom: 20%;
	}
	.carousel-indicators {
		display: none;
	}
	.homepage-slider .carousel-caption button {
		width: 180px;
		height: 40px;
		font-size: 18px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 919px) {
	.committee_heading{
		width:100%;
	}
	.new_button{
		margin:0px auto !important;
	}
	.committee_third_box, .committee_one_box, .committee_half_box{
		width:100% !important;
		margin-left:0px !important;
	}
	.search_button{
		padding: 10px !important;
		margin-bottom: 30px;
    float: left;
	}
	.button{
	padding: 12px 50px !important;
	float: left;
    margin-bottom: 19px;
	}
	.two_li li {
		width: 100%;
		float: left;
	}
	.site-nav .sub-menu, .site-nav .children {
		display: block;
	}
	.site-nav li ul li a {
		color: #fff;
	}
	.site-nav>ul>li {
		position: static;
	}
}

@media screen and (max-width: 767px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 3em;
	}
	.homepage-slider .carousel-caption {
		bottom: 5%;
	}
	.homepage-slider .carousel-caption button {
		width: 150px;
		height: 34px;
		font-size: 16px;
		margin-top: 20px;
	}
}

/*
 * 3.2 Section Service
 */
.service {
	/*background-color: #fff;*/
	padding: 20px 0;
}

.service-box {
	padding: 5px;
	overflow: hidden;
}

.service-box h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.service-box i {
	font-size: 150px;
	color: #b5b5b5;
}

.service-box:hover i {
	color: #fed136;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.service-box p {
	text-align: left;
	margin-bottom: 15px;
}

.service-box a {
	float: right;
	font-size: 12px;
	color: #888;
}

.service-box:hover a {
	color: #fed136;
}

/*
 * 3.3 Section Slogan
 */
.slogan {
	padding: 25px 0;
}

.slogan-wrapper {
	background-color: #fed136;
}

.slogan .container {
	position: relative;
}

.slogan-box {
	color: #fff;
	font-size: 20px;
	padding: 15px 0;
}

.slogan-box h3 {
	color: #fff;
	font-size: 35px;
}

.slogan .quote i {
	color: #fed136;
}

.slogan .quote {
	position: absolute;
}

.slogan .quote i {
	font-size: 50px;
}

.slogan .quote.left {
	left: 0;
	top: -15px;
}

.slogan .quote.right {
	right: 0;
	bottom: -20px;
}

.slogan .quote-slit {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 30px;
	left: 0;
	z-index: 999;
}

.slogan .quote-slit i {
	color: #fff !important;
}

.slogan .quote.left .quote-slit {
	height: 35px;
	top: 15px;
}

.slogan .quote.left .quote-slit i {
	position: absolute;
	top: -15px;
}

.slogan .quote.right .quote-slit {
	bottom: 20px;
}

/*
 * 3.4 Section Portfolio
 */
.title-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.module-title {
	font-size: 36px;
	float: left;
	font-weight: normal;
	margin-right: 5px;
	text-transform: uppercase;
}

.module-description {
	float: left;
	margin-top: 75px;
}

.portfolio-box img {
	border: 1px solid transparent;
	padding: 5px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter: none;
}

.portfolio-box img:hover {
	border-color: #fed136;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}

.portfolio-box h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.portfolio-box ul {
	display: inline-block;
	margin-left: 0;
}

.portfolio-box li {
	list-style-type: none;
	float: left;
}

.portfolio-box li a {
	color: #737373;
}

.portfolio-box li a:hover {
	color: #fed136;
}

.portfolio-box li+li::before {
	content: "\, ";
}

/*
 * 3.5 Section About and Contact
 */
.contact-form {
	margin-left: 10px;
}

.contact-form fieldset {
	border: none;
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	border-radius: 2px;
}

.contact-form input[type="submit"] {
	color: #fff;
	background-color: #fed136;
	float: right;
	width: 200px;
	border: none;
	font-weight: bold;
	font-size: 18px;
}

/*
 * 3.6 Section footer
 */
footer {
	background-color: #185861 !important; 
	font-family: Poppins !important;
	color: #CCCCCC;
	font-weight: 600;
}

.custom_footer {
	background-color: #1b4417;
	font-size: 13px;
}

.site-sns {
	margin: 0px auto;
	display: inline-block;
	float: right;
}

.site-sns li {
	float: right;
}

#footer-social ul {
	margin: 0px !important;
}

.site-sns i {
	display: block;
	float: left;
	font-size: 13px;
	color: #FFF;
	margin: 5px;
	width: 32px;
	height: 32px;
	padding-top: 0px;
	text-align: center;
}

.site-sns i:hover {
	color: #869b37;
}

.site-info, #powered {
	font-size: 13px;
	margin: 5px;
	color: #FFF !important;
	text-align: center !important;
	line-height: 40px;
	margin-top: 0px;
}

.site-info p {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	padding: 0px;
}

/*
 * 4.0 Blog List Main
 */
.blog-list-page header {
	/*background-image: url(images/banner-1.jpg);
	background-position: top center; SAC */
	
}

.blog-main {
	padding: 0px 0px 30px 0px;
}

.breadcrumb-box {
	/*font-family: "Calibri",sans-serif;*/
	font-size: 11px;
	text-transform: uppercase;
	/*margin-bottom: 50px;*/
	display:none;
}

.breadcrumb-box a, .breadcrumb-box span, .breadcrumb-box i {
	margin-right: 5px;
}

.entry-box {
	padding: 0 0 50px;
	margin-top: 50px;
}

.entry-box {
	border-bottom: 2px solid #272a74;
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
}

.blog-list-wrap article.entry-box:last-child, .entry-box.last {
	border-bottom: none !important;
}

.entry-date {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fed136;
	color: #fff;
}

.entry-date .day {
	font-size: 50px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -3px;
}

.entry-date .month {
	text-transform: uppercase;
	font-size: 10px;
	margin-top: -6px;
}

.entry-meta {
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
	margin-bottom: 0px;
}

.entry-author, .entry-category, .entry-comments, .entry-edit {
	float: left;
	margin-right: 15px;
}

.entry-meta i {
	color: #000;
	margin-right: 5px;
}

.entry-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
	color: #272a74;
	margin-top: 0px;
	margin-bottom: 10px;
}

.entry-meta a {
	color: #949392;
}

.entry-meta a:hover {
	color: #fed136;
}

.entry-main {
	
}

.entry-title:hover {
	color: #fed136;
}

.entry-main img {
	border-radius: 0px;
}

.entry-footer {
	overflow: hidden;
	margin-top: 10px;
}

.entry-more {
	float: right;
	background-color: #fed136;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	text-transform: uppercase;
	padding: 5px 15px;
}

.list-pagition {
	
}

.list-pagition a {
	color: #ccc;
}

.list-pagition a, .list-pagition span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #272a74;
	font-weight: 600;
}

.list-pagition a:hover {
	color: #fff;
	background-color: #272a74;
}

span.page-numbers.current {
	color: #666;
}
/*
 * 4.1 Blog Detail Main
 */
.post-entry {
	padding: 0px 0px 25px;
}

.entry-content {
	overflow: hidden;
	padding: 10px 20px;
}

.entry-summary a, .entry-content a {
	color: #fed136;
	font-weight: 600;
}

.entry-summary a:hover, .entry-content a:hover {
	text-decoration: underline;
}

.entry-summary img, .entry-content img {
	max-width: 100%;
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}

.comments-area {
	border-top: none;
}

.comments-area h2 {
	text-transform: uppercase;
}

.comment-respond {
	border-top: 1px #ccc dashed;
}

.comment-form {
	width: 100%;
}

.comment-body {
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

.comment-avatar {
	float: left;
	height: 45px;
}

.comment-avatar img {
	border-radius: 3px;
}

.comment-box {
	float: left;
	margin-left: 20px;
	background: #f7f7f7;
	padding: 15px;
	border-radius: 3px;
	max-width: 80%;
}

@media screen and (max-width: 430px) {
	.comment-box {
		max-width: 60%;
	}
}

.comment-box::after {
	content: "";
	position: absolute;
	border: 10px solid;
	border-color: transparent;
	border-right-color: #f7f7f7;
	margin-left: -18px;
	width: 0;
	height: 0;
	left: 72px;
	top: 15px;
}

.comment-info {
	font-weight: bold;
}

.comment-content {
	clear: both;
	font-style: italic;
}

.comments-list li {
	list-style-type: none;
}

.comment-form section {
	overflow: hidden;
	margin-bottom: 20px;
}

.comment-form label {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	float: left;
	width: 100px;
}

.comment-form input, .comment-form textarea {
	padding: 6px;
	outline: none;
	border: 1px solid #ccc;
	float: left;
	/*width: 400px;*/
	width: 100%;
	max-width: 100%;
}

.comment-form input:focus, .comment-form textarea:focus {
	border-color: #fed136;
	color: #fed136;
}

.form-submit {
	/*width: 500px;*/
	max-width: 100%;
	overflow: hidden;
}

.form-submit input {
	background-color: #fed136;
	color: #fff;
	width: 140px;
	border: none;
	float: right;
}

/*
 * 4.1 Blog Side
 */
.blog-side {
	padding: 50px 0;
}

.widget-area {
	
}

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	/*font-family: "Calibri",sans-serif;*/
	font-size: 11px;
}

.widget-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #000;
}

.widget-sns {
	
}

.widget-sns a {
	padding-right: 5px;
}

.widget-sns i {
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background-color: #eee;
}

.widget-sns i:hover {
	background-color: #fed136;
	color: #fff;
}

.widget-box ul {
	margin-left: 10px;
}

.widget-box li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.widget-box .nav-tabs {
	border-bottom: none;
}

.widget-box .nav-tabs li {
	margin-bottom: 0;
}

.widget-box a {
	color: #949392;
}

.widget-box a:hover {
	color: #fed136;
}

.searchform, .widget-search {
	border: 1px solid #ccc;
	padding: 4px;
	overflow: hidden;
	max-width: 200px;
}

.widget_search .screen-reader-text {
	display: none;
}

.searchform input[type="text"], .widget-search input[type="text"] {
	border: none;
	float: left;
	width: 100%;
	margin-right: -25px;
	padding-right: 25px;
}

.searchform input[type="submit"], .widget-search input[type="submit"] {
	background: url(images/search.png);
	float: right;
	border: none;
	width: 20px;
	height: 20px;
}

.searchform label {
	display: none;
}

.searchform #searchsubmit {
	text-indent: -99999px;
}

.search-no-results .searchform {
	margin: 20px auto 0;
	max-width: 400px;
}

.search-no-results .blog-list-wrap {
	padding: 30px 0;
}

.widget-slider {
	position: relative;
}

.widget-slider .carousel-bg {
	background-color: #eee;
	width: 100%;
	height: 50px;
}

.widget-slider .carousel-indicators {
	bottom: -65px;
}

.widget-slider .carousel-indicators li {
	border-width: 2px;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 3px;
	border-color: #fed136;
}

.widget-slider .carousel-indicators li.active {
	background-color: #fed136;
	margin: 3px;
}

.widget-box .tagcloud a {
	padding: 3px 7px;
	background-color: #fed136;
	border-radius: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.widget-box .tagcloud a:hover {
	color: #fff;
}

.widget-post .tab-pane ul {
	margin-left: 0;
}

.widget-post .tab-pane li {
	list-style-type: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

.widget-post .tab-pane img {
	display: block;
	float: left;
	width: 20%;
	margin-right: 3%;
	border-radius: 5px;
}

.widget-post .tab-pane .tab-inner-box {
	float: left;
	width: 75%;
	margin-top: -5px;
}

.widget-post .tab-pane .tab-inner-box a {
	color: #000;
}

.widget-post .tab-pane .tab-inner-box a:hover {
	color: #fed136;
}

.widget-post .nav-tabs {
	margin-left: 0;
}

.widget-post .nav-tabs>li {
	width: 50%;
	text-align: center;
}

.widget-post .nav-tabs>li>a {
	background-color: #eee;
	border: 1px solid #dedede;
	border-radius: 0;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	padding: 12px 0;
	color: #000;
	text-align: center;
}

.widget-post .nav-tabs>li>a:hover {
	color: #fed136;
}

.widget-post .nav-tabs>li.active>a {
	border-color: transparent;
	background-color: #fed136;
	color: #fff;
}

/*
 * 5.0 404
 */
.page-404 i {
	margin-top: 20px;
	font-size: 70px;
	color: #fed136;
}

.page-404 p {
	margin-top: 30px;
	font-size: 30px;
	color: #777;
}

.page-404 p strong {
	font-size: 40px;
}

/**/
.divider {
	width: 100%;
	clear: both;
}

.fa-2 {
	font-size: 2em;
}

.fa-3 {
	font-size: 4em;
}

.fa-4 {
	font-size: 7em;
}

.fa-5 {
	font-size: 12em;
}

.fa-6 {
	font-size: 20em;
}

#loading i {
	height: 35px;
	width: 35px;
}

.contact-form #loading {
	float: left;
	display: inline-block;
}

.alignleft {
	text-align: left;
	float: left;
	margin-right: 10px;
}

.alignright {
	text-align: right;
	float: right !important;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
}

.bg-navy {
    background-color: #278bd1 !important;
}

.bg-maroon {
    background-color: #f69e40 !important;
}

/****team****/
.team-box {
	text-align: center;
	margin: 0 auto;
	max-width: 240px;
}

.team-img-box {
	position: relative;
	margin-bottom: 10px;
}

.team-img-box img {
	width: 100%;
	height: auto;
}

.team-info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	border: 2px solid #ccc;
	opacity: 0;
	z-index: -1;
	text-align: center;
}

.team-img-box:hover .team-info {
	opacity: 1;
	z-index: 2;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.team-info img {
	width: 45%;
	height: auto;
}

.team-info h4 {
	color: #000;
	font-size: 18px;
	margin: 10% 0 5%;
}

.team-info h5 {
	color: #a0a0a0;
	font-size: 13px;
	margin: 0 0 5%;
}

.team-sns {
	text-align: center;
	display: inline-block;
	margin: 5% 0;
}

.team-sns a {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #eee;
	color: #595959;
	margin: 3px;
	padding-top: 3px;
	font-size: 16px;
}

.team-sns a:hover {
	color: #FED136;
}

.widgets_on_page>ul, .widgets_on_page>ul li {
	list-style: none;
	background: none;
}

.custom_footer h2 {
	margin: 20px 0 20px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 17px;
	color: #fff !important;
	line-height: 1.15384615 !important;
	font-family: Poppins !important;
	font-weight: 600 !important;
	text-align: left;
}

.custom_footer .widgettitle:before {
	border-style: solid;
	border-width: 3px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	margin-top: 25px;
	width: 50px;
	z-index: 5;
	border-color: #FFFFFF !important;
}

#footer2 ul, #footer3 ul {
	margin: 0px !important;
}

#menu-quick-links li, #menu-important-links li {
	width: 100%;
	float: left;
	padding: 6px 0px;
	text-transform: uppercase;
}

#menu-quick-links li a, #menu-important-links li a {
	color: #FFF;
	font-weight: 600;
}

#menu-quick-links li a:hover, #menu-important-links li a:hover {
	color: #869b37;
}

#footer3 a {
	color: #FFF;
	font-weight: 600;
}

#footer3 a:hover {
	color: #869b37;
}

#footer3 .rpwwt-widget ul li {
	text-align: left;
}

#footer1 {
	color: #fff;
}

#footer4 .fa {
	font-size: 18px !important;
	margin: 10px 0px 0px 0px !important;
	color: #FFF;
	display: inline !important;
}

.text_in_contact {
	margin: -48px 0px 0px 18px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
}

.locmap {
	margin-bottom: 5px;
	padding: 8px 0px;
}

#footer4 a {
	color: #FFF;
	font-weight: 600;
}

#footer4 a:hover {
	color: #869b37;
}

.home-page-secion-three {
	background-color: #F6F6F6 !important;
}

.owl-carousel .owl-nav.disabled {
	display: block !important;
	width: 100%;
}

.owl-prev {
	float: left;
	margin-top: 90px !important;
	margin-left: -30px !important;
}

.owl-next {
	float: right;
	margin-top: 90px !important;
	margin-right: -30px !important;
}

.lcs_logo_link img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}

.lcs_logo_link img:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
	position: relative;
	width: 29px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #ffc722;
	opacity: 1;
	left: auto;
	top: auto;
	right: auto;
	margin: 0;
	text-shadow: none;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
}

.owl-carousel .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 37px;
}

.owl-carousel .owl-nav .owl-next::after {
	font-family: FontAwesome;
	font-size: 30px;
	display: inline-block;
	content: "\f138";
	color: #869b37;
}

.owl-carousel .owl-nav .owl-prev::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	right: -10px;
	left: 0;
	z-index: -1;
}

.owl-carousel .owl-nav .owl-prev::after {
	font-family: FontAwesome;
	font-size: 30px;
	display: inline-block;
	content: "\f137";
	color: #869b37;
}

 

.home_news {
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
}

.home_date {
	border: 1px solid #869b37;
	float: left;
	width: 78px;
	height: 82px;
	padding-top: 8px;
	text-align: center;
	border-radius: 10px;
	line-height: 22px;
}

section.home-section.home-boxes {
	background-color: #f5fafd !important;
}

section.home-section.home-events {
	background-color: #fcfcfc !important;
}

.home_day {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}

.home_month {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.home_year {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.home_post_title {
	float: left;
	font-size: 14px;
	width: 240px;
	font-weight: bold;
	padding-top: 8px;
	color: #000;
}

.home_read_more {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	border: 1px solid #d2d2d2;
	padding: 10px 25px;
	font-size: 15px;
	border-radius: 8px;
	font-weight: 600;
	background: #fff;
}

.home_read_more:hover {
	background: #869b37;
	color: #fff;
}

#headtop {
	background: #EEEFF3;
	height: 35px;
	padding: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-transform: none;
}

.top-site-sns i {
	display: block;
	float: right;
	font-size: 18px;
	color: #000;
	margin: 0 5px 0 5px;
	width: 27px;
	height: 25px;
	padding: 4px 7px 5px 8px;
	text-align: center;
}

.top-site-sns i:hover {
	color: #869b37;
}

.memberlogin {
	background-color: #869b37;
	color: #FFF;
	padding: 12px 14px;
	text-transform: uppercase;
	font-size: 15px;
	float: right;
	margin-top: 20px;
	font-weight: 600;
}

a.memberlogin:hover {
	background-color: #4d4d4d;
}

#memberlogin .col-md-4 {
	padding: 0px;
}

.topcontact_phone {
	color: #0f3661;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	background-image: url(images/icon1.png);
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	padding: 10px 0px 0px 75px;
	float: left;
	height: 60px;
	margin-top: 10px;
}

.topcontact_phone a {
	color: #0f3661;
	font-weight: normal;
}

.topcontact_add {
	color: #0f3661;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	background-image: url(images/icon2.png);
	background-position: left bottom, left top;
	background-repeat: no-repeat, no-repeat;
	padding: 10px 0px 0px 69px;
	float: left;
	height: 60px;
	margin-top: 10px;
}

.topcontact_add a {
	color: #0f3661;
	font-weight: normal;
}

.my_custom_header {
	width: 100%;
	background: #FFF;
}

.site-nav ul .current_page_item {
	color: #FFF;
}

/*.main-nav .current-menu-item a:before {
	border-style: solid;
	border-width: 1px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	margin-top: 40px;
	width: 40px;
	z-index: 5;
	border-color: #FFF !important;
}
*/
.home_box {
	border-radius: 7px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 22px 0px rgba(157, 184, 209, 0.19);
	width: 333px;
	height: 396px;
	margin: 18px;
	text-align: center;
}

.home_box img {
	width: 93px !important;
	height: 83px !important;
	float: left;
	margin: 40px 30%;
}

.home_box h2 {
	margin: 0px !important;
	color: #272a74;
	font-size: 18px;
	font-weight: 700;
}

.home_box p {
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
	padding: 0px 30px;
	font-weight: 600;
	color: #7782aa;
}

.home_box a:hover {
	background: #7782aa;
	color: #FFF;
}

.box_button {
	border: 2px solid #869b37;
	padding: 15px 30px;
	width: 170px;
	margin: 40px 55px 0px 55px;
	border-radius: 35px;
	font-weight: 600;
	color: #869b37;
	background: #FFF;
}

.box_button:hover {
	color: #FFF;
	background: #869b37;
}

.box_button a:hover {
	color: #FFF;
	background: #869b37;
}

#widget_featured_events-2  .widgettitle {
	text-align: center;
	font-size: 35px;
	margin: 40px 0px 38px 0px;
}

#widget_featured_events-2  .widgettitle:before {
	border-style: solid;
	border-width: 4px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	top: 80px;
	margin-left: 135px;
	width: 55px;
	z-index: 5;
	border-color: #869b37 !important;
}

#widget_featured_events-2 .event-widget {
	width: 31% !important;
	height: 410px;
}

#widget_featured_events-2 .event-widget .event-img img {
	max-height: 240px !important;
}

#widget_featured_events-2 .event-widget .event-img {
	height: 158px;
	max-height: 158px;
}

#widget_featured_events-2 .rp4wp-related-event_listing>ul, ul.event_listings
	{
	border-top: none !important;
}

#widget_featured_events-2 .event-widget .event-start-date {
	color: #FFF;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 22px;
	text-align: center;
	font-weight: bold;
	background: #869b37;
	font-family: Poppins;
	margin-bottom: 20px; 
}

.event-widget .event-title {
	overflow: visible !important;
	font-family: Poppins;
}

.event-widget .event-title h3 {
	font-size: 16px;
	padding: 0px;
}

.emdesc {
	color: #939393;
    text-align: center !important;
    font-weight: 600;
    padding: 10px;
	font-size:13px;
	font-family:Poppins;
}

.emdesc_link {
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	display:none;
}

.showcase h4 {
	font-size: 40px;
	margin: 0px 0px 40px 0px !important;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}

.showr {
	font-weight: bold;
	color: #869b37;
}

.showb {
	font-weight: 600;
}

.moregallery {
	text-align: center;
	padding: 14px 25px;
	font-size: 15px;
	border-radius: 5px;
	margin: 0px 0px 0px 43%;
	font-weight: 600;
	background: #869b37;
	color: #fff;
	float: left;
}

a.moregallery:hover {
	background-color: #4d4d4d;
}

.featured-business h3 {
	text-align: center;
	font-size: 35px;
	margin: 40px 0px 15px 0px;
}

.featured-business p {
	text-align: center;
}

.featured-business {
	padding-bottom: 30px !important;
}

@media only screen and (min-device-width: 320px) and (max-width: 480px)
	{
	#headtop {
		height: 60px;
		text-align: center;
	}
	.top-site-sns {
		padding-right: 100px;
	}
 
	.memberlogin {
		margin-bottom: 20px;
		text-align: center;
		margin-right: 105px;
	}
	.home-boxes {
		padding: 0px !important;
	}
	.home_box {
		width: 93%;
		margin: 60px auto;
	}
	.box_button {
		margin-top: 50px;
	}
	#widget_featured_events-2 .event-widget .event-start-date {
		margin-top: 30px !important;
	}
	#widget_featured_events-2 .widgettitle::before {
		top: 35px !important;
		margin-left: 90px !important;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-3 li {
		width: 100%;
	}
	.home_post_title {
		margin-left: 5px;
		margin-top: -18px;
		width: 220px;
		line-height: 28px;
	}
	.rpwwt-post-categories {
		padding: 0px 0px 0px 5px !important;
	}
	.home_date {
		width: 55px;
		height: 76px;
	}
	.home_read_more {
		margin-top: 40px;
	}
	.owl-prev {
		right: 290px !important;
		float: right;
		margin-top: 75px !important;
	}
	.owl-next {
		margin-top: 75px !important;
	}
	.moregallery {
		margin-left: 25%;
	}
	.custom_footer .widgettitle::before {
		margin-top: 25px;
	}
	#widget_featured_events-2 .event-widget {
		width: 100% !important;
	}
	#widget_featured_events-2 .event-widget .event-img {
		max-height: 120px;
	}
	.showcase h4, #widget_featured_events-2 .widgettitle, .home_news,
		.featured-business h3 {
		font-size: 24px;
	}
	.custom_footer ul {
		margin: 0px;
	}
	#rpwwt-recent-posts-widget-with-thumbnails-2 .widgettitle:before {
		margin-top: 40px;
	}
	.sticky-header {
		display: none !important;
	}
	.my_custom_header {
		height: 60px;
		float:left
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width:
	480px) and (orientation: landscape) {
}

.logo_slider {
	background: #F7F7F7;
}

.blog-side {
	padding: 0px 0;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding-top: 0px;
	margin-bottom: 30px;
}

.advanced-sidebar-menu ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: outside none none !important;
}

.blog-side .widget-box {
	margin-bottom: 0px;
}

.advanced-sidebar-menu li.current_page_item {
	background: none repeat scroll 0 0 #272a74 !important;
	list-style-type: none !important;
}

.advanced-sidebar-menu li.current_page_item:before {
	border-left: 5px solid #FFFFFF !important;
}

.advanced-sidebar-menu li:before {
	color: #000;
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	content: "";
	background: none;
	border-left: 5px solid #272a74;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

.advanced-sidebar-menu li.current_page_item a {
	border-left: 4px solid #272a74;
}

.advanced-sidebar-menu li.current_page_item a {
	color: #fff;
}

.child-sidebar-menu li:hover{
	background: none repeat scroll 0 0 #0c0e46 !important;
    list-style-type: none !important;
	
}
.child-sidebar-menu li a:hover, .grandchild-sidebar-menu li a{
	color: #fff;
}
.child-sidebar-menu li a {
	border-left: 4px solid #272a74;
	color: #3c3c3c;
	font-weight: bold;
	display: block;
	font-size: 14px !important;
	padding: 10px 0 10px 30px;
	text-decoration: none !important;
	border-bottom: 1px solid #c0c0c0;
}


.child-sidebar-menu li a {
	border-left: 4px solid #272a74;
	color: #3c3c3c;
	font-weight: 600;
	display: block;
	font-size: 14px !important;
	padding: 10px 0 10px 30px;
	text-decoration: none !important;
	border-bottom: 1px solid #c0c0c0;
	text-transform: none;
}

.child-sidebar-menu li {
	background-image: -moz-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	background-image: -webkit-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	background-image: -ms-linear-gradient(30deg, rgb(248, 248, 248) 0%,
		rgb(255, 255, 255) 100%);
	position: relative;
	list-style: none;
	margin-bottom: 0px;
}

.widget-title {
	font-size: 18px;
	width: 90%;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #869b37 50%, #A4A4A4 50%) 2;
	padding-bottom: 3px;
}
#recent-posts-widget-with-thumbnails-3,
#recent-posts-widget-with-thumbnails-4,
#recent-posts-widget-with-thumbnails-5  {
	margin: 0px 10px;
}
#recent-posts-widget-with-thumbnails-3 .rpwwt-post-title,
#recent-posts-widget-with-thumbnails-4 .rpwwt-post-title,
	#recent-posts-widget-with-thumbnails-5 .rpwwt-post-title {
	font-weight: bold;
	color: #000;
}

.advanced-sidebar-menu ul ul li a {
	padding: 7px 0 6px 50px !important;
	color: #3c3c3c !important;
}

.grandchild-sidebar-menu li:before {
	color: #000;
	position: absolute;
	margin-top: 14px;
	margin-left: 25px;
	content: "";
	background: none;
	border-left: 5px solid #272a74;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

.grandchild-sidebar-menu li.current_page_item a {
    color: #fff !important;
}

.single_event_listing .event-details {
	border: none !important;
}

.single_event_listing .organizer-details {
	width: 100%;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

span.req {
	color: red;
}

.wpcf7-submit {
	background: #272a74;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 15px 40px 15px 40px;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	margin: 20px 46%;
}

#lcs_logo_carousel_wrapper .owl-nav {
	width: 100%;
	margin-top: 150px !important;
}

#lcs_logo_carousel_wrapper .owl-nav div {
	top: -135px !important;
}

.profile img {
	width: 100%;
	border-radius: 0px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 4px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04);
	margin: 5px 0px;
}

.profile p {
	text-align: center;
	color: #272a74;
	font-weight: 600;
	line-height: 18px;
	margin-bottom: 20px;
}

.profile div {
	width: 200px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.slide-capt {
	position: absolute;
	bottom: 44px;
	color: #f1f1f1;
	width: 86%;
	padding: 10px;
	text-align: center;
	left: 20px;
	font-weight: bold;
	background-color: #869b37;
	opacity: 0.7
}

.profile {
	margin-bottom: -20px;
}

.slide-capt span {
	font-size: 12px;
	color: #000;
}

.content-img {
	/* width: 100%; */
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 7px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04);
	margin: 0px 12px 12px 0px !important;
}

.lcontent-img {
	/* width: 100%; */
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 7px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04);
	margin: 0px 12px 12px 0px !important;
}

.rcontent-img {
	/* width: 100%; */
	background-color: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 7px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .04);
	margin: 0px 12px 12px 10px !important;
}

.profile-header {
	font-size: 24px;
	font-weight: bold;
}

.profile-desg {
	font-size: 14px;
	font-weight: bold;
}

.product img {
	width: 100%;
	margin: 0px;
}

.product {
	border: 1px solid #DEDEDE;
	padding: 20px;
	border-radius: 10px;
}

.buynow {
	background-color: #869b37;
	color: #FFF !important;
	padding: 12px 20px;
	text-transform: uppercase;
	font-size: 15px;
	float: right;
	font-weight: 600;
}

#post-35 .col-md-9 img {
	margin: 10px 10px !important;
	float: none !important;
}

#post-35 p {
	margin: 0px;
}

.committeimg {
	width: 100%;
	margin: 10px 0px !important;
	float: left;
}

.committee td {
	padding: 10px;
	text-align: left;
}

.committeedesc {
	float: left;
}

.pdfemb-poweredby {
	display: none !important;
}

.pdficon {
	float: right !important;
	margin-top: -38px;
	margin-right: 50px !important;
}

.um-622.um {
	float: left;
}

.rpwwt-post-excerpt {
	padding: 10px;
	min-height: 60px;
	font-size: 14px;
	color: #464646;
	font-weight: 500;
	font-family:Poppins !important;
}

.cnames td, .cnames th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

.cnames tr:nth-child(even) {
	background-color: #f2f2f2;
}

.cnames {
	border-collapse: collapse;
	width: 100%;
}

.cnames tr:hover {
	background-color: #ddd;
}

.cnames td:before {
	content: f356;
	font-family: FontAwesome;
	font-size: 15px;
	display: inline-block;
	padding-right: 10px;
	content: "\f061";
}

.single_event_listing .event-details {
	padding: 0px !important;
}

.single_event_listing .meta {
	display: none !important;
}

.balahide {
	display: none;
}

.backbutton {
	float: right;
	text-align: right;
	font-weight: bold;
	margin-top: -35px;
}

.list-alpha {
	list-style-type: lower-alpha;
	padding-left: 25px;
}

.wpcf7-recaptcha {
	padding-bottom: 15px;
}

.rpwwt-post-date {
	color: #888;
}

/* NEW*/
section.home-section.home-slider {
	margin-top: -25px;
	float: left;
	clear: both;
	margin-bottom: 40px;
}

.heading {
	color: #4a7b2d;
	font-weight: 700;
	font-size: 20px;
}

.no_padding {
	padding: 0px !important;
}

div#Header_Top {
	background-image: url('../images/env-bg.jpg');   
	background-size:cover;
	float: left;
	height:115px; 
	width: 100%;
	border-top: 5px solid #185861; 
	-webkit-box-shadow: 1px 4px 13px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 4px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 13px -1px rgb(0 0 0 / 75%);  
	position: fixed; 

}

#Header_Text {
	text-transform: none;
	color: #272a74;
	font-weight: 600;
	line-height: 35px;
}

#Header_Contact {
	color: #272a74;
	text-transform: none;
	line-height: 35px;
	font-weight: 600;
}

#Header_Banner {
	padding-top: 20px;
	float:left;
}

.custom_footer .container {
	border-bottom: 2px solid #19232c;
	padding: 20px 0px;
}

#menu-information-links li {
	width: 50%;   
	float: left;
	padding: 0px 20px;
	background: rgba(0, 0, 0, 0) url(../images/arrow-footer.png) no-repeat
		scroll left 0px center;
}

#footer2 a, #footer1 a {
	color: #cccccc;
	font-weight: 600;
	line-height: 40px;
}

#footer2 a:hover, #footer1 a:hover {
	color: #FFF;
}

#menu-footer-menu li {
	float: left;
}

#menu-footer-menu a {
	color: #FFF;
	font-weight: 600;
	background: url(./images/bg-link.png) no-repeat right center;
	padding: 0px 10px;
}

li#menu-item-180 a {
	background: none;
}

#menu-footer-menu a:hover {
	color: #7782aa;
}

footer ul {
	margin: 0px;
}

div#Footer_Menu {
	margin-top: 10px;
}

.site-sns ul {
	margin-top: 10px;
}

.home-rules h2 {
	font-size: 28px;
	width: 100%;
	text-align: left;
}

.home-rules p {
	padding-right: 60px;
	text-align: left;
}

.button {
	background: #272a74;
	color: #FFF;
	padding: 15px 24px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 30px;
}

.button:hover {
	background: #7782aa;
	color: #FFF;
}

.home-rules h2:before {
	border-style: solid;
	border-width: 6px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	margin-top: 37px;
	width: 60px;
	z-index: 5;
	border-color: #272a74 !important;
	border-radius: 30px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li {
	width: 30%;
	float: left;
	margin-right: 25px;
	border-radius: 12px;
	text-align: left;
	height: 440px;
}

.home-news h3, .home-events h3 {
	text-align: center;
	margin: 15px 0px;
	font-size: 32px;
	color: #252525;
	line-height: 50px;
}

.home-news h3:before, .home-events h3:before {
	border-style: solid;
	border-width: 5px 0 0 0;
	content: "";
	height: 1px;
	position: absolute;
	margin-top: 45px;
	width: 60px;
	z-index: 5;
	border-color: #272a74 !important;
	border-radius: 30px;
	margin-left: 75px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-title {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #252525;
	margin-top: 15px;
	margin-left: 15px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 .rpwwt-post-date {
	color: #FFF;
	background: #272a74;
	font-weight: 600;
	padding: 4px 4px 4px 10px;
	border-radius: 4px;
	width: 105px;
	height: 29px;  
	float: left;
	clear: both;
	margin-left: 15px;
	margin-top: 15px;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 li:hover {
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 10px 0px rgba(18, 110, 175, 0.15);
	z-index: 108;
	height: 440px;
}

#footer1 p {
	color: #CCC;
	text-align: left;
	padding-right: 40px;
	font-weight: 600;
}

#newsletterwidget-2 .tnp-submit {
	background: #272a74;
	color: #FFF;
	text-transform: uppercase;
	width: 141px;
	text-align: center;
	border: none;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px !important;
}

.tnp-widget label {
	color: #0e151a !important;
}

#newsletterwidget-2 .tnp-submit:hover {
	background: #7782aa;
}

::placeholder {
	font-style: italic;
	font-weight: 500 !important;
}

.home-events li {
	border-width: 1px;
	border-color: rgb(242, 242, 242);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
	margin-right: 20px;
	min-height: 350px;
	float: left;
	width: 23%;
	list-style: none;
	padding-top: 10px;
}

.event_img {
	display: table-cell;
	height: 130px;
	max-height: 130px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.event_img img {
	max-height: 240px !important;
}

.event_title {
	border-top: 1px solid #ececec;
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	text-align: left;
	overflow: hidden;
	width: 100%;
}

.event_conf p {
	color: #939393;
	text-align: center !important;
	font-weight: 600;
	padding: 10px;
}

.event_date {
	color: #FFF;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: -40px;
	text-align: center;
	font-weight: bold;
	background: #272a74;
	font-family: Poppins;
}

ul.main-nav li.menu-item-has-children>a:after {
	position: absolute;
	margin-left: 3px;
	top: 4%;
	margin-top: -1px;
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	content: "\f107";
	color: #FFF;
}

.special_ul {
	margin: 0px;
}

.special_ul li {
	background: #ecedf8;
	padding: 8px !important;
	border-bottom: 2px solid #FFF;
	list-style: none;
}

.special_ul li:nth-child( odd ) {
	background: #e1e2f3;
}

.cat-title {
	padding-top: 5px;
}

.entry-content h1:before, .entry-content h2:before, .cat-title:before {
	/*border-style: solid;  
   border-style: solid; 
    border-width: 3px 0 0 0;*/
	content: "";
	height: 3px;
	position: absolute;
	margin-top: 28px;
	width: 90px;
	z-index: 5;
	/* border-color: #272a74 !important; */
	/* border-radius: 30px; */
	background-image: linear-gradient(to right, #3b3b3b 30%, #b5a90e 70%);
}

}
.entry-content li {
	padding: 3px;
}

#content1, #content2, #content3, #content4,#content5 {
	width: 100% !important;
}

#cattitle1 {
	display: none !important;
}

#post_title1, #post_title2, #post_title3, #post_title4, #post_title5 {
	width: 100% !important;
}

#contentInner {
	padding: 0px !important;
}

.faq_content .posts {
	padding: 0px;
	margin: 0px;
}

#ttext1, #ttext2, #ttext3, #ttext4, #ttext4  {
	padding-left: 6px !important;
	font-size: 13px !important;
	color: #FFF !important;
	display: table-cell !important;
	vertical-align: middle !important;
	font-weight: bold !important;
}

#post_content_wrapper1, #post_content_wrapper2, #post_content_wrapper3, #post_content_wrapper4, #post_content_wrapper5{
	background: #FFF !important;
	width: 100% !important;
}

#post_right1, #post_right2, #post_right3, #post_right4, #post_right5 {
	width: 100% !important;
	background: none;
	border-radius: 4px;
	box-shadow: 0 0 3px 0;
	line-height: 20px;
	margin: 10px 10px 10px 0px;
	padding: 5px;
	width: 99% !important;
}

.expcoll, #expcol1 {
	margin: 0px !important;
}

.tchangeimg img {
	margin-bottom: 0px !important;
}

.maintable th {
	background: #272a74;
	padding: 5px 10px;
	text-align: left;
	color: #FFF;
}

.maintable tr {
	background: #ecedf8;
}

.maintable tr:nth-child( odd ) {
	background: #FFF;
}

.historytable{
	width:80%;
}
.historytable th {
	background: #272a74;
	padding: 5px 10px;
	text-align: left;
	color: #FFF;
}

.historytable tr {
	background: #ecedf8;
}

.historytable tr:nth-child( odd ) {
	background: #FFF;
}

.feetable{
	width:50%;
}
.feetable th {
	background: #272a74;
	padding: 5px 10px;
	text-align: left;
	color: #FFF;
}

.feetable tr {
	background: #ecedf8;
}

.feetable tr:nth-child( odd ) {
	background: #FFF;
}

.maintable td, .countries th, .historytable td, .feetable td {
	border: 1px solid #ddd;
	padding: 6px;
	font-weight: 500;
	vertical-align: middle;
}

.search_button {
	color: #272a74;
	padding: 15px 25px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #272a74;
	font-weight: bold;
}

.search_button:hover {
	color: #7782aa;
	border: 2px solid #7782aa;
}

.login_button {
	color: #272a74;
	padding: 4px 15px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #272a74;
	font-weight: bold;
}

.login_button:hover {
	color: #7782aa;
	border: 2px solid #7782aa;
}

.register_button {
	background: #272a74;
	color: #FFF;
	padding: 4px 15px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #272a74;
	font-weight: bold;
}

.register_button:hover {
	background: #7782aa;
	border: 2px solid #7782aa;
	color: #FFF;
}

label {
	padding-top: 15px;
}

#post-25 .entry-content {
	padding: 0px;
}

.events_button {
	background: #ffc206;
	color: #000;
	padding: 4px 15px;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #ffc206;
	font-weight: bold;
}

.events_button:hover {
	background: #7782aa;
	border: 2px solid #7782aa;
	color: #FFF;
}

ul.sub-menu li.menu-item-has-children>a:after {
	position: absolute;
	margin-left: 4px;
	top: 50%;
	margin-top: -3px;
	content: "";
	background: none;
	border-left: 5px solid #fff;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	border-top: 5px solid rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}

.two_li li {
	width: 50%;
	float: left;
}
.main-nav li>ul>li{
	list-style:none !important;
}
ul>li>ul>li {
	list-style: circle !important;
}

.prettyFileList .float_right {
	float: right;
	display: none;
}

.wp-image-917 {
	margin: 0px 40%;
}
.content_button {
   color: #FFF !important;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #272a74;
    background-color: #272a74;
    font-weight: bold !important;
    margin: 10px auto;
	display:inline-block;
    
}

.content_button_b {
    color: #272a74 !important;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #272a74;
    background-color: #FFF;
    font-weight: bold !important;
     margin: 10px auto;
	display:inline-block;
}
.entry-author, .entry-comments{
	display:none;
}
.event-widget{
    border-width: 1px !important;
    border-color: rgb(242, 242, 242) !important;
    border-style: solid !important;
    border-radius: 10px !important;
    background-color: rgb(255, 255, 255) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35) !important;
    margin-right: 20px !important;
    min-height: 350px !important;
    float: lef !importantt;
    width: 23%;
    list-style: none !important;
    padding-top: 10px !important;
}
.widget_upcoming_events .event-widget .event-start-date {
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    float: right;
    margin-top: -40px;
    text-align: center;
    font-weight: bold;  
    background: #272a74;
    font-family: Poppins;
}
.event-widget .event-title h4 a{
    
	border-top: 1px solid #ececec;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    line-height: 20px;
    margin: 0px auto;
    padding: 10px;
    text-align: left;
    overflow: hidden;
    width: 100%;   
}
 
.event-widget .event-title {
    border-top: 1px solid #ececec;
    color: #296783;
    font-size: 12pt;
    font-weight: 400;
    height: 52px;
    line-height: 20px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    float: left;
    width: 100%;
}
#rpwwt-recent-posts-widget-with-thumbnails-4 img {
    width: 50px;
    height: 50px;  
}

.discount_box {
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 22px 0px rgba(157, 184, 209, 0.19);
    width: 380px;
    height: 280px;
    margin: 18px;
    text-align: center;
}
/*.discount_box img {
	width: 93px !important;
	height: 83px !important;
	float: left;
	margin: 40px 30%;
}*/

.discount_box h3 {
	margin: 0px !important;
	color: #272a74;
	font-size: 18px;
	font-weight: 700;
}

.discount_box p {
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
	padding: 0px 30px;
	font-weight: 600;
	color: #7782aa;
}

.discount_box a:hover {
	background: #7782aa;
	color: #FFF;
}

.committee_half_box {
    border-style: solid;
  border-width: 1px;
  border-color: rgb(233, 233, 233);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 20.16px 3.84px rgba(0, 0, 0, 0.15);  
  width: 100%;
  min-height: 150px;
  
  padding: 20px 0px;
   float:left;
   margin-top: 25px;
   text-align:center;
   margin-left:2%;
}
.committee_one_box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 20.16px 3.84px rgba(0, 0, 0, 0.15);
    width: 100%;
    min-height: 200px;
    text-align: center;
    padding: 20px 6px 15px;
    float: left;
    margin-top: 25px;
    margin-left: 4%;
}
.committee_third_box{
	border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 20.16px 3.84px rgba(0, 0, 0, 0.15);
   
    min-height: 310px;
    padding: 20px 0px;
    float: left;
    margin-left: 2%;
    text-align: center;
    margin-top: 25px;
}
.committee_one_box h3, .committee_third_box h3, .committee_half_box h3{
	color:#252525;
	line-height: 22px;
	margin: 10px auto 2px;
	
}

.committee_one_box h2, .committee_third_box h2, .committee_half_box h2{
	font-size:18px;
	padding-bottom: 0px;
    margin: 0px auto;
}
.committee_one_box p, .committee_third_box p, .committee_half_box p {
	    text-align: center;
    color: #676767;
    font-size: 14px;
    padding: 3px 0px;
}
.post-975 h2:before{
	display:none;
}
.post-975 img{
	float:none !important; 
}

.post-1552 {
    font-family: Poppins !important;
    color: #464646;
    font-weight: 500;
    font-size: 14px;
}
.post-1558 {
    font-weight: 500;
    font-size: 14px;
    color: #464646;
} 
.post-1560 {
   
    color: #464646;
    font-family: Roboto !important;
    font-size: 14px;
    font-weight: 400;
}

.post-2073 {
    color: #333;
    font-family: Poppins !important;
    font-size: 14px;
    font-weight: 500;
}

.post-2073 h1, .post-2073  h2, .post-2073  h3{
	color:#272a74;
}
.post-2073 h4, .post-2073 h5, .post-2073 h6{
	color:#252525;
}
.new_button{
	
    background: #272a74;
    color: #FFF;
    padding: 15px 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    margin: 0px 42%;
}
.new_button:hover {
	background: #7782aa;
	color: #FFF;
}
.single_event_listing .registration{
	margin-top:20px;
}
.organizer-social li{
	list-style:none;    
}
.member-type{
	border: 2px solid #0c0e46;
    padding: 15px;   
    border-radius: 15px;
    margin: 14px;
    width: 235px;
    min-height: 240px;
	text-align:center;
}
.member-type a {  
    font-weight: bold;
    font-size: 14px;
	
}

#News_Left_Menu ul{
	margin:0px !important;
}
#Header_Top ul {
    margin: 0px;  
}   

.post-1464 ol {
  counter-reset: list;
}
.post-1464 ol > li {
  list-style: none;
      text-indent: -20px;
    padding-left: 10px;
}
.post-1464 ol > li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
  
}

.margintone{
	margin-top:1px;
}
.marginttwo{
	margin-top:2px;
}
.margintthree{
	margin-top:3px;
}
.margintfour{
	margin-top:4px;
}
.margintfive{
	margin-top:5px;
}
.margintsix{
	margin-top:6px;
}
.margintseven{
	margin-top:7px;
}
.marginteight{
	margin-top:8px;
}
.margintnine{
	margin-top:9px;
}
.margintten{
	margin-top:10px;
}
.margintzero{
	margin-top:0px;
}
.marginteleven{
	margin-top:11px;
}

.marginttwelve{
	margin-top:12px;
}

.margintthirteen{
	margin-top:13px;
}
.margintfourtenn{
	margin-top:14px;
}
.margintfifteen{
	margin-top:15px;
}
.margintsixteen{
	margin-top:16px;
}
.margintseventeen{
	margin-top:17px;
}
.marginteighteen{
	margin-top:18px;
}

.margintnineteen{
	margin-top:19px;
}
.marginttwenty{
	margin-top:20px;
}

.marginbone{
	margin-bottom:1px;
}
.marginbtwo{
	margin-bottom:2px;
}
.marginbthree{
	margin-bottom:3px;
}
.marginbfour{
	margin-bottom:4px;
}
.marginbfive{
	margin-bottom:5px;
}
.marginbsix{
	margin-bottom:6px;
}
.marginbseven{
	margin-bottom:7px;
}
.marginbeight{
	margin-bottom:8px;
}
.marginbnine{
	margin-bottom:9px;
}
.marginbten{
	margin-bottom:10px;
}
.marginbzero{
	margin-bottom:0px;
}

.marginbeleven{
	margin-bottom:11px;
}

.marginbtwelve{
	margin-bottom:12px;
}

.marginbthirteen{
	margin-bottom:13px;
}
.marginbfourtenn{
	margin-bottom:14px;
}
.marginbfifteen{
	margin-bottom:15px;
}
.marginbsixteen{
	margin-bottom:16px;
}
.marginbseventeen{
	margin-bottom:17px;
}
.marginbeighteen{
	margin-bottom:18px;
}

.marginbnineteen{
	margin-bottom:19px;
}
.marginbtwenty{
	margin-bottom:20px;
}
.faq_content li>ul, .faq_content li>ol {
    margin: 0px auto;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 .rpwwt-post-title{
	margin-top:10px;
	font-size:10px;
}
.committee_heading{
   padding: 60px 50px;
    border: 2px solid #272a74;   
    font-size: 18px;
    min-height: 230px;
	margin:15px 20px 15px 0px ; 
	border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 20.16px 3.84px rgba(0, 0, 0, 0.15); 
    
}

.committee_description{
	border: 2px solid #272a74;
    padding: 20px 10px; 
	margin:15px 0px; 
	min-height: 235px;
	border-style: solid;
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 20.16px 3.84px rgba(0, 0, 0, 0.15);
    
}
.committee_description div{
	text-align:center;
	font-size:14px;
	margin-bottom: 15px;
}
.committee_description span{
	font-weight:800;
}
.committee_description ul{
	padding:0px;
	margin-top: 0px;  
}

.type-post .blog-main {
    padding: 15px 0px;
}

a.post_ajax_title {
    text-decoration: unset !important;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	#toplinks {
		margin-left: -70px;
	}
	.mainheader .col-md-3 {
		margin-right: 0px;
		float: right;
	}
}

@media screen and (max-width:414px) {
	button#responsive-menu-button {
		top: 150px !important;
	}
}

@media screen and (max-width: 1000px) {
	button#responsive-menu-button {
		display: inline-block;
		transition: transform 0.5s, background-color 0.5s;
		margin-top: 100px !important;
	}
}

@media screen and (max-width: 768px) {
	button#responsive-menu-button {
		margin-top: 300px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 850px) {
	button#responsive-menu-button {
		margin-top: 270px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 650px) {
	button#responsive-menu-button {
		margin-top: 325px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 550px) {
	button#responsive-menu-button {
		margin-top: 310px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 480px) {
	button#responsive-menu-button {
		margin-top: 140px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 414px) {
	button#responsive-menu-button {
		margin-top: 140px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
	button#responsive-menu-button {
		margin-top: 150px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 325px) {
	button#responsive-menu-button {
		margin-top: 125px !important;
		top: 0px !important;
	}
}

@media only screen and (min-device-width: 412px) and (max-device-width: 732px) {
	button#responsive-menu-button {
		margin-top: 290px !important;
		top: 0px !important;
	}
}

@media screen and (max-width: 919px) {
	#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;;
}
}
.form-control{
	margin-bottom:0px !important;
}

.logo.col-md-5 {
    margin-top: 10px;
    padding-left: 30px;
}

.main-sidebar, .left-side{ }

/* my css start here 14-07-2021 */

.each-search-align{
	float: right !important;
    margin-right: 40px;
}


.fluid-padding-0{
	padding: 0  !important;  
}

.form-margin-0{
	padding: 0  !important;  
}
.page-section-login{
       margin: 110px 0px 0px 0px; 
    padding: 40px 90px 0px 0px;
    float: left;
    width: 100%;
}
.form-contnet{
   float: left;
    width: calc( 100% - 400px);
     background: url(register-bg.png) no-repeat top left -39px; 
    min-height: 750px;
} 
.form-contnet .light-box{
    margin-right:30px !important;
 
}
.form-outer{ 
    float: right;
    width: 400px;
    border: 1px solid #185861; 
    background: #185861; 
 padding: 10px 50px;
}
.form-outer .bica_form_heading{
    border-bottom: 3px solid #FFF;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    margin: 0px 0 20px 0;
}

.form-outer label{
	color: #FFF !important;
	font-size: 15px !important;
	    font-weight: 500 !important;
}
.form-outer .bica_form_heading:before{
    display:none;
}

.each-from-submitbtn{
	background-color: #f5ab41;  
	color: #FFF;
	font-size: 16px !important;
	font-weight: 600;
}

.each-register-text{
	color: #FFF;
}

.each-register-text a{
	color: #f3c673;  
}

.each-register-text a:hover{
	color: #FFF;  
}

.form-outer .help-block{
	color: #ff2300 !important;

}

.form-contnet .light-green {
 background: #d3f1f5;
    padding: 15px 25px;
    border-radius: 20px;
    text-align: center;
    margin: 40px 20px;
    font-size: 17px;
    color: #f5ab41;
    font-weight: 600;
}
.each-frogot-pass{
	margin: 10px 0px 0px; 

}

.each-frogot-pass a{
color: #FFF !important;
    font-size: 14px;
    margin: 8px 0px;
    font-weight: 600;
}
.each-frogot-pass a:hover{
	color:#FFF; 
}

.form-outer .form-group{ 
	    min-height: 77px !important;
}

.login-errors .text-danger p{

	color: #f00 !important;
	
}

.small-headding-form{
	    font-size: 24px !important;
}

.login-min-height{

    min-height: 585px;
    margin: 10px 0 0 0;

}

.each-forgot-pass{
margin: 15px 0 0 0;
    min-height: 450px;
	
}

.each-dashboard-icons img{ 
	    margin: -2px 8px 0 0 !important;
}

.each-role-bg{
background: #c0dde2;
    border-radius: 10px;
    margin-top: 10px;
    padding: 12px 14px !important;
    text-align: center;
    border: 1px solid #9cbcc1;
	    min-height: 195px !important; 
}

.each-document-view{
    border: 1px solid #ccc;
    margin: 13px 0 0 0;
    border-radius: 10px;
}

.each-document-view img{

	max-width:40% ;
}

.each-admin_button{
	       width: 26%;
    margin-right: 8px !important;
    padding: 8px 5px !important;
}

.each-admin-0{
	margin: 0px;
}

.each-search-bg{
	background: #1b6a75  !important; 
	    height: 45px; 
		line-height: 29px !important; 
}

.each-clear-bg{
	background: #4e4e4e !important; 
	    height: 45px;
		line-height: 29px !important;
}

.each-export-bg{
	background: #eeab32 !important;   
	    height: 45px;
		line-height: 29px !important;
}

.each-select-height{
	height: 40px;

}


.bg-navy .each-dash-contnet{
	color: #FFF;

}

.bg-navy p{

	color: #FFF !important;
}

.bg-maroon p{

	color: #FFF !important;
}

.bg-maroon .each-dash-contnet{
	color: #FFF;  

}

.text-right-12{
	text-align: right; 
}

.lable-font-decrease .mem_lbl {

	font-size: 13px !important;
	font-weight: bold !important;

}
.remove-user-lable{
		font-size: 12px !important;
	font-weight: bold !important;

}

.add-user-btn{

	margin-right: -26px;   
	float: right !important;  
}

.remove-user-btn-align{
	float: right !important;
}
.each-next-btn{
	background-color: #00a6cf; 
	border-radius: 0px !important;
}

.font-show-password{
	font-size: 14px !important;
	    line-height: 29px;
}

.each-submit-btn {
    background-color: #185861    !important;
    border: 1px solid #185861    !important; 
    font-weight: bold !important;
    line-height: 30px !important;
    min-width: 101px;
}

.password-label-align{
	    text-align: right !important;
    float: right !important;
}

/* admin css start here */
.card-lightgreen p{ 
	text-align: left;
	    font-weight: 600;
}

.each-icon-full-width{
	float: left;
	width: 100%;
}

.each-dash-contnet{
	float: left;
    font-size: 42px;
    font-weight: bold;
}
.each-dash-image{
	float: right;
}

.each-dash-image img {

margin-top: 5px;} 


.card-thickgreen p{
		text-align: left;
	    font-weight: 600;
	
}

.card-thickgreen .bg-yellow{
	background: #185861 !important;  

}


.card-lightblue p{
text-align: left;
	    font-weight: 600;

}

.card-thickorange p{
text-align: left;
	    font-weight: 600;
}


.card-lightblue .bg-navy{

min-height: 138px;
}

.card-thickorange .bg-maroon{

min-height: 138px;
}
.dashboard-naming-devider{
	    float: left;
    width: 100%;
    background: #efebe2; 
    padding: 30px 0px 10px 0px;
    margin: 0px;
	/* border-top: 1px solid #bcd9de ;
		border-bottom: 1px solid #bcd9de; */
}
.no-bg-no-rd{ background: #FFF !important;}

.each-select-greentheme{
	margin-bottom: 15px !important;
}

.each-search-bg-section{
background: #efefef;
    text-align: center;
    padding: 15px 0 10px 0px;
	margin:  0 0 20px 0 ;

}
.each-search-bg-section .form-group{

	min-height: auto !important;
}

.each-board-selectheight{
	
    min-height: 37px;

}
.search-section-btn-width{
	margin-right: 10px;
}

.each-btn-add{
background: #f5af30  !important;
    color: #FFF!important;
    height: 40px;
    /* min-width: 100px; */
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 14px !important;
    border: 1px solid #f5af30  !important;  
	
}

.each-btn-add i{

	font-size: 20px;
	margin: 0 5px 0 0; 
}

.each-adduser-outer{


}


.each-adduser-outer label{

	    font-size: 14px !important;
    color: #272727 !important;
    font-weight: 600;


}

.no-margin-contnet{
	padding-top: 0px !important; 
}

.each-adduser-outer .box-body{
	padding-top: 0px !important;
}

.each-userlist-outer label{
	font-size: 14px !important;
    color: #272727 !important;

}

.each-mt-15{

	margin-top: 10px; 
}

.inspect-view-select{
	    min-height: 45px;
		    margin-bottom: 0px !important;
}



/* media start here */
@media screen and (max-width: 768px) {
    .form-contnet{ 
        width:100%;
        min-height: auto;
        background:none; 
    }
    .form-outer{
        width: 100%;
		padding: 10px 20px;
    }
    .page-section-login{
     padding: 10px 30px 30px 30px;
}
.form-contnet .light-box{
    margin-right:0px !important;
}
.register-bg{
 min-height: 430px !important;
 background:none !important;
}
.form-outer .bica_form_heading{
    font-size: 19px;
	line-height: 30px;
}
.light-box {
    margin-top: 5px !important;
}
.logo.col-md-5{
	    margin-top: 18px !important; 
    padding-left: auto;
    display: block !important;
    padding-left: auto !important;
    padding-right: auto !important;
}
.form-contnet .light-green{
	    margin: 19px 20px;
}
.login-min-height{

    min-height: auto;
}
.each-forgot-pass{

    min-height:auto; 
	
}

div#Header_Top{ position: relative !important;}
.mobile-view-table{
	overflow-x: scroll;
}

.page-section-login{
	margin: 10px 0px 0px 0px;
}

.wrapper{
	margin-top: 10px !important;
}

.skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.main-sidebar, .left-side{
	padding-top: 10px !important;
	min-height: auto !important;
}

.logo img{

	width: 350px;
}
.content-wrapper, .right-side{
	width: 95% !important;
	margin: 8px !important;
}

.password-label-align{
	    text-align: left !important ;
    float: left !important ;  
	margin-left: 14px; 
}

.mqstns p{

	word-break: break-all;
}


.search-section-btn-width{

width: 28% !important;
    padding: 8px 0px !important;
    margin: 4px;
}

.profile-full-width{
	font-size: 12px !important;

}

.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}

}





@media screen and (min-width: 768px) and (max-width: 992px) { 
    .page-section{ 
padding: 30px; 
    }
        .page-section-login{
     padding: 30px;
} 
div#Header_Top{ position: relative !important;}

.wrapper{
	margin-top: 10px !important;
}

.content-wrapper, .right-side{
	width: 95% !important;
}

.main-sidebar, .left-side{
	padding-top: 10px !important;
	min-height: auto !important;
}

.skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}

}

@media screen and (min-width: 992px) and (max-width: 1027px) {  
 div#Header_Top{
	 position: relative; 

 }

 .wrapper{
	 margin-top: 10px !important;
 }

 .skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.main-sidebar, .left-side{
	    padding-top: 10px !important;
}
.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}




}


@media screen and (min-width: 992px) and (max-width: 1170px) { 
    .light-box{ 
width:90% !important;
    }
	.no-p0-m0{
	padding: 0px !important;
	margin: 0px  !important;
}
}

@media screen and (max-width: 2000px) {

 .grid-scrool{
	 overflow-x: scroll;

 }

}

.each-search-align{
	float: right !important;
    margin-right: 40px;
}


.fluid-padding-0{
	padding: 0  !important;  
}

.form-margin-0{
	padding: 0  !important;  
}
.page-section-login{
       margin: 110px 0px 0px 0px; 
    padding: 40px 90px 0px 0px;
    float: left;
    width: 100%;
}
.form-contnet{
   float: left;
    width: calc( 100% - 400px);
     background: url(register-bg.png) no-repeat top left -39px; 
    min-height: 750px;
} 
.form-contnet .light-box{
    margin-right:30px !important;
 
}
 
.form-outer .bica_form_heading{
    border-bottom: 3px solid #FFF;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    margin: 0px 0 20px 0;
}

.form-outer label{
	color: #FFF !important;
	font-size: 15px !important;
	    font-weight: 500 !important;
}
.form-outer .bica_form_heading:before{
    display:none;
}

.each-from-submitbtn{
	background-color: #00a6cf;
	color: #FFF;
	font-size: 16px !important;
	font-weight: 600;
}

.each-register-text{
	color: #FFF;
}

.each-register-text a{
	color: #f3c673;  
}

.each-register-text a:hover{
	color: #FFF;  
}

.form-outer .help-block{
	color: #ff2300 !important;

}

 
.each-frogot-pass{
	margin: 10px 0px 0px;

}

.each-frogot-pass a{
color: #fdbf61 !important;
    font-size: 14px;
    margin: 8px 0px;
    font-weight: 600;
}
.each-frogot-pass a:hover{
	color:#FFF; 
}

.form-outer .form-group{ 
	    min-height: 77px !important;
}

.login-errors .text-danger p{

	color: #f00 !important;
	
}

.small-headding-form{
	    font-size: 24px !important;
}

.login-min-height{

    min-height: 585px;
    margin: 10px 0 0 0;

}

.each-forgot-pass{
margin: 15px 0 0 0;
    min-height: 450px;
	
}

.each-dashboard-icons img{ 
	    margin: -2px 8px 0 0 !important;
}

.each-role-bg{
background: #c0dde2;
    border-radius: 10px;
    margin-top: 10px;
    padding: 12px 14px !important;
    text-align: center;
    border: 1px solid #9cbcc1;
	    min-height: 215px !important; 
}

.each-low-risk-list-bg{
	background: #d3f5dc !important;
	
}
.each-role-low{
background: #0044cc;;
    border-radius: 10px;
    margin-top: 10px;
    padding: 12px 14px !important;
    text-align: center;
    border: 1px solid #9cbcc1;
	    min-height: 215px !important; 
}

.each-document-view{
    border: 1px solid #ccc;
    margin: 13px 0 0 0;
    border-radius: 10px;
	min-height:215px;
}

.each-document-view img{

	max-width:40% ;
}

.each-admin_button{ 
	width: 26%;
    margin-right: 6px !important;
    padding: 8px 5px !important; 
}

.each-admin-0{
	margin: 0px;
}

.each-search-bg{
	background: #00a6cf !important; 
	    height: 45px; 
		line-height: 29px !important; 
}

.each-clear-bg{
	background: #4e4e4e !important; 
	    height: 45px;
		line-height: 29px !important;
}

.each-export-bg{
	background: #d06911 !important;   
	    height: 45px;
		line-height: 29px !important;
}

.each-select-height{
	height: 40px;

}

.text-right-12{
	text-align: right; 
}

.lable-font-decrease .mem_lbl {

	font-size: 13px !important;
	font-weight: bold !important;

}
.remove-user-lable{
		font-size: 12px !important;
	font-weight: bold !important;

}

.add-user-btn{

	margin-right: -26px;   
	float: right !important;  
}

.remove-user-btn-align{
	float: right !important;
}
.each-next-btn{
	background-color: #00a6cf; 
	border-radius: 0px !important;
}

.font-show-password{
	font-size: 14px !important;
	    line-height: 29px;
}

.each-submit-btn {
    background-color: #00a6cf !important;
    border: 1px solid #00a6cf !important;
    font-weight: bold !important;
      line-height: 21px !important;
    min-width: 101px;
    margin-top: 5px !important;
}

.password-label-align{
	    text-align: right !important;
    float: right !important;
}

/* admin css start here */
.card-lightgreen p{ 
	text-align: left;
	    font-weight: 600;
}

.each-icon-full-width{
	float: left;
	width: 100%;
}

.each-dash-contnet{
	float: left;
    font-size: 42px;
    font-weight: bold;
}
.each-dash-image{
	float: right;
}

.each-dash-image img {

margin-top: 15px;} 


.card-thickgreen p{
		text-align: left;
	    font-weight: 600;
	
}

.card-thickgreen .bg-yellow{
	background: #1c4c18 !important; 

}

.small-box p{
	font-size: 14px !important;
}

.card-lightblue p{
text-align: left;
	    font-weight: 600;

}

.card-thickorange p{
text-align: left;
	    font-weight: 600;
}


.card-lightblue .bg-navy{

min-height: 138px;
}

.card-thickorange .bg-maroon{

min-height: 138px;
}
.dashboard-naming-devider{
	    float: left;
    width: 100%;
    background: #dde8da;
    padding: 30px 0px 10px 0px;
    margin: 0px;
}
.no-bg-no-rd{ background: #FFF !important;}

.each-select-greentheme{
	margin-bottom: 15px !important;
}

.each-search-bg-section{
background: #efefef;
    text-align: center;
    padding: 15px 0 10px 0px;
	margin:  0 0 20px 0 ;

}
.each-search-bg-section .form-group{

	min-height: auto !important;
}

.each-board-selectheight{
	
    min-height: 37px;

}
.search-section-btn-width{
	margin-right: 10px;
}

.each-btn-add{
background: #00a6cf !important;
    color: #FFF!important;
    height: 40px;
    /* min-width: 100px; */
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 14px !important;
    border: 1px solid #00a6cf !important; 
	
}

.each-btn-add i{

	font-size: 20px;
	margin: 0 5px 0 0; 
}

.each-adduser-outer{


}


.each-adduser-outer label{

	    font-size: 14px !important;
    color: #272727 !important;
    font-weight: 600;


}

.no-margin-contnet{
	padding-top: 0px !important; 
}

.each-adduser-outer .box-body{
	padding-top: 0px !important;
}

.each-userlist-outer label{
	font-size: 14px !important;
    color: #272727 !important;

}

.each-mt-15{

	margin-top: 10px; 
}

.inspect-view-select{
	    min-height: 45px;
		    margin-bottom: 0px !important;
}


.card-thickgreen .bg-yellow {
    background: #1c4c18 !important;
    min-height: 135px !important;
}
/* media start here */
@media screen and (max-width: 768px) {
    .form-contnet{ 
        width:100%;
        min-height: auto;
        background:none; 
    }
    .form-outer{
        width: 100%;
		padding: 10px 20px;
    }
    .page-section-login{
     padding: 10px 30px 30px 30px;
}
.form-contnet .light-box{
    margin-right:0px !important;
}
.register-bg{
 min-height: 430px !important;
 background:none !important;
}
.form-outer .bica_form_heading{
    font-size: 19px;
	line-height: 30px;
}
.light-box {
    margin-top: 5px !important;
}
.logo.col-md-5{
	    margin-top: 26px !important;
    padding-left: auto;
    display: block !important;
    padding-left: auto !important;
    padding-right: auto !important;
}
.form-contnet .light-green{
	    margin: 19px 20px;
}
.login-min-height{

    min-height: auto;
}
.each-forgot-pass{

    min-height:auto; 
	
}

div#Header_Top{ position: relative !important;}
.mobile-view-table{
	overflow-x: scroll;
}

.page-section-login{
	margin: 10px 0px 0px 0px;
}

.wrapper{
	margin-top: 10px !important;
}

.skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.main-sidebar, .left-side{
	padding-top: 10px !important;
	min-height: auto !important;
}

.logo img{

	width: 350px;
}
.content-wrapper, .right-side{
	width: 95% !important;
	margin: 8px !important;
}

.password-label-align{
	    text-align: left !important ;
    float: left !important ;  
	margin-left: 14px; 
}

.mqstns p{

	word-break: break-all;
}


.search-section-btn-width{

width: 28% !important;
    padding: 8px 0px !important;
    margin: 4px;
}

.profile-full-width{
	font-size: 12px !important;

}

.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}

}





@media screen and (min-width: 768px) and (max-width: 992px) { 
    .page-section{ 
padding: 30px; 
    }
        .page-section-login{
     padding: 30px;
} 
div#Header_Top{ position: relative !important;}

.wrapper{
	margin-top: 10px !important;
}

.content-wrapper, .right-side{
	width: 98% !important;
}

.main-sidebar, .left-side{
	padding-top: 10px !important;
	min-height: auto !important;
}

.skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}

}

@media screen and (min-width: 992px) and (max-width: 1027px) {  
 div#Header_Top{
	 position: relative; 

 }

 .wrapper{
	 margin-top: 10px !important;
 }

 .skin-blue .main-sidebar, .skin-blue .left-side{
	margin-top: 10px !important; 
}

.main-sidebar, .left-side{
	    padding-top: 10px !important;
}
.breadcrumb{ 
	margin: 10px 0 20px 0 !important ;
}




}


@media screen and (min-width: 992px) and (max-width: 1170px) { 
    .light-box{ 
width:90% !important;
    }
	.no-p0-m0{
	padding: 0px !important;
	margin: 0px  !important;
}
}

@media screen and (max-width: 1800px) {

 .grid-scrool{
	 overflow-x: scroll;

 }

}


.each-or-outer{
float: left;
    width: 100%;
    text-align: center;
    margin: 34px 0 10px 0;
    border-bottom: 1px dotted #f3f3f3;
}

.each-or-devider-outer{
    position: relative;}

.each-or-devider{
    height: 30px;
    width: 30px;
    background: #FFF;
    border-radius: 5px;
    padding: 6px;
    font-weight: 600;
    position: absolute;
    margin-top: -19px;
    margin-left: 46%;
}


.each-login-bg {
    background: #d06911 !important;
    height: 45px;
    line-height: 17px !important;
}

.fileallow{
	font-size: 13px;
    margin-top: -25px;
    font-weight: 600;
    color: blue;
}
.not_completed{
	background: white;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}

.each-outer-pdf1-bar {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    min-height: 291px;
    margin-bottom: 16px;
}


/* 03-09-2021 New UI chnages */

.each-dashboard-listview-multiple {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.each-dashboard-listview-multiple ul {
     margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;}

	.each-dashboard-listview-multiple ul li {
    display: inline-table;
    list-style: none;
    margin: 10px;
    padding: 0px;
    width: 22.5%;
    min-height: 235px;
    float: left;
}



.each-dashboard-listview-multiple  .report_box{

	margin: 0px !important;
	min-height: 225px !important;
	border-radius: 4px;


}

.each-dashboard-listview-multiple .each-document-view{
	margin: 0px;
}

.each-dashboard-listview-multiple  .each-role-bg{
		min-height: 225px !important;
			border-radius: 4px;

			    padding: 20px 14px  12px 14px!important;

}


.each-dashboard-listview-multiple .each-document-view{
		min-height: 225px !important;
			border-radius: 4px;
}


.each-dashboard-listview-multiple .each-document-view img {
    max-width: 33% !important;
}

.each-dashboard-listview-multiple .certi_heading{
	margin-top: 10px;
}

.each-dashboard-listview-multiple .each-state-headding{
	margin-top: 33%;

}

.each-dashboard-listview-multiple .nested-eahfont {
font-size: 24px;
    font-style: normal;
    line-height: 40px;
   
    float: left;
    width: 100%;

}

.each-dashboard-listview-multiple .report_box h1{
	font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 58px;
}

.each-dashboard-listview-multiple .not_completed{
	    line-height: 29px;
		    font-size: 19px;
			background: #edfff2;
    border: 1px solid #75ad84;

}

.dashboard_heading{
	color: #267e1f !important;
}

.each-newUI .full-width-each{


    border: 1px solid #ccc;
    padding: 15px 10px 10px 15px;
    min-height: 375px;
    margin-bottom: 20px;
	background: #f7f7f7;

}



 .full-width-each{

	margin-top: 20px;
 }

 /* bug here */
 .full-width-each .each-outer-pdf1-bar{
	border:none !important;
	min-height: auto;
 }

  .full-width-each p{
	     margin-left: 10px;
    color: #000;
	margin-bottom: 5px;
 }

  .full-width-each .gen_detail span {
    color: #4f4e4e;
    font-weight: 500;
}


/* .tab1_heading{
	    padding-left: 4px;
} */

.each-neUI-mr-10{ margin-right: -13px;}


.each-neUI-Fromgroupheight{
	min-height:45px !important ;
	
}
.each-neUI-Fromgroupheight-2{
	min-height:55px !important ;
	
}

.full-width{

	float: left;
	width: 100%;

}

.inspectview-details-responsive{
	margin: 10px 0px;float: left; width:50%; padding:0px 15px;

}

.inspectview-pdfgroup{
	     border: 1px solid #ccc;
    padding: 20px;
    min-height: 282px;
    margin-bottom: 20px;
    background: #f7f7f7;
    float: left;
    width: 30%;
    margin-right: 26px;
    text-align: center;
	margin-top: 20px;
	
}

.inspectview-upladed-img{
	float: left;
	width: 100%;
}

.inspectview-upladed-img img{
	height: 143px;
	width: 123px;
	margin-top: 0px;

	display: block;
	margin-left: auto;
	margin-right: auto;

}

.content-wrapper .content-header>h1{
float: left;
    clear: both;
    overflow: hidden;
	

}

.each-minheight-nessery{
	min-height: 275px !important;
}

.content-header>.breadcrumb{
	top: 6px !important;
}

@media only screen and (min-device-width: 1600px) and (max-width: 2500px){
		.each-dashboard-listview-multiple .each-document-view img {
    max-width: 28% !important;
		}
}

@media screen and (max-width: 550px) {

	.each-dashboard-listview-multiple ul li{
		width: 95.5%;

	}

	.each-state-headding {
    margin-top: 24% !important;
}

.each-admin_button{ 
	width: 26%;
    margin-right: 4px !important;
    padding: 8px 3px !important; 
}



}

@media only screen and (min-device-width: 551px) and (max-width: 768px){
	 

	.each-dashboard-listview-multiple ul li{
		width: 46%;

	}
		.each-state-headding {
    margin-top: 24%;
}

}

@media screen and (max-width: 768px) {

	.each-mobile-birdcrim{
	    margin-top: 43px !important;
	}

	.each-minheight-nessery{
	min-height: auto;
}


	.content-wrapper .content-header>h1{

	    padding-bottom: 15px;

}

	.icomments{
		text-align: left; 
	}

	.prof_name {
    font-size: 14px;
    color: #000;
    text-align: right;
    float: right;
    margin-top: 8px !important;
    text-decoration: underline;
    font-weight: 600;
}

.main-sidebar, .left-side{
	width: 98% !important;
}

.full-width-each{

	min-height: auto !important;
}

.each-neUI-Fromgroupheight{
	margin-top: 30px;
	
}

.each-neUI-Fromgroupheight-2{
	margin-top: 30px; 
	
}

.each-newUI-mobileheaddding{
	margin-top: 20px;
}



.each-lable-business-mobile{

	margin-top: 50px !important;
}

.each-lable-business-back{

	margin-top: 20px !important;
}

.inspectview-details-responsive{

	width: 100%;

}

.inspectview-pdfgroup{
		width: 100%;
}


}

/* headder issue for all start here pages */
.content-header{ 
	
		clear: both;
		overflow: hidden;
		
}
	.prof_name {

    margin-top: 2px !important;}

/* headder issue for all end here pages */

.each-steps-backbtn-fixed{
	background: #5b5b5b;
    height: 42px;
    border-radius: 5px;
    line-height: 30px;
    color: #000;
}

.each-steps-backbtn-fixed a{

	color: #FFF;

}

@media only screen and (min-device-width: 900px) and (max-width: 1024px){

	.main-sidebar, .left-side{
		min-height: auto !important;
		
	}

	.each-newUI .full-width-each{

		width: 100%;
	}
}


@media screen and (max-width: 1024px) {

.col-md-8, .col-md-4{
	width:auto !important;


}
.each-mobile-full-width{
	width: 100% !important;
}
.eack-back-mobile-clear{

	margin-top: 25px;
}

}


@media screen and (max-width: 430px) {


.eack-back-mobile-clear{

	margin-top: 25px;
}

.inspectordashboard-card{
	width:100% !important;
}

}


@media only screen and (min-device-width: 430px) and (max-width: 768px){

	
.eack-back-mobile-clear{

	margin-top: 50px;
}

}







