
.green {
    color: #43a047;
}
header{
  z-index: 9999;
}
.payment-form input[type="radio"], .sub-form input[type="radio"]{
    width:auto;
    height: auto;
    position: absolute;
    left: -9999px;
}
.radiopanel{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.radiopanel [type="radio"]:checked,.radiopanel[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radiopanel [type="radio"]:checked + label,.radiopanel [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right:15px;
}
.radiopanel [type="radio"]:checked + label:before,.radiopanel [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radiopanel [type="radio"]:checked + label:after,.radiopanel [type="radio"]:not(:checked) + label:after {
    content: '';
    width:8px;
    height:8px;
    background: #3F8B24;
    position: absolute;
    top: 4.9px;
    left:5.4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radiopanel [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radiopanel [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.membership a{
    color: #43a047;
}
.voluntee-image > .event-link, .voluntee-image > a {
    height: 250px;
}
.voluntee-image img {
    height: 100%;
}
.offer-image > a {
    float: left;
    width: 100%;
    height: 250px;
}
.offer-image img {
    float: left;
    height: 100%;
    width: 100%;
}
.offer-image > img {
    float: left;
    height: 100%;
    width: 100%;
}  
.best-volunteer{
	margin: 5px;
	overflow-wrap: break-word;
}
.best-volunteer h4 a{
    margin-top: 10px;
    color:black;
}
.best-volunteer h4 a:hover{
    color: #43a047;
}
.best-volunteer.event{
	height: 335px;
}
.form-wrapper {
    min-height: calc(100vh - 90px);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.justify-content-center {
    justify-content: center !important;
}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	min-height:670px;
	position:relative;
	/* background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center; */
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
	padding:90px 70px 50px 70px;
	background:rgba(67,160,71,.9);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#fff;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:25px;
	background:rgba(255,255,255,.1);
}
.login-form .group input[data-type="password"]{
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#fff;
	font-size:12px;
}
.login-form .group .button{
	background:#28602b;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#28602b;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}
.hr{
	height:2px;
	/* margin:60px 0 50px 0; */
	background:rgba(255,255,255,.2);
}
.foot-lnk a{
	text-align:center;
    color: #fff;
}
.content .sidebar {
    background: #f1f1f2;
    border-radius: 5px;
    padding: 20px;
}
.addcall{
	padding: 0 10px;
}
.addcall .btn {
	background-color: #43a047;
	color: #fff;
	width: 100%;
	border-radius: 0%;
}
.addcall .btn:hover{
	background-color: #28602b;
}
.addcall .btn.active{
	background-color: #28602b;
}
.profile_picture_input{
	width: 250px;
	height: 250px;
	border-radius: 70%;
}
.profile-picture-block {
	height: 300px;
	width: 300px;
	margin: 10px;
}
.uploadbtn input[type="file"]{
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	width: 100%;
}
.custom-file-upload{
	background-color: #eee;
	color: #43a047;
	padding: 10px;
}
.error-lbl { font-weight: 600; font-size: 14px; color: red; }
.d-n { display: none;}
.error-input {
	border: 1px solid red !important;
  	box-shadow: 0 0 3px red;
}
.mb-40{
	margin-bottom: 40px;
}
.featured-text-3 {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}
.featured-text-3 h3{
	background-color: rgba(0, 0, 0, 0.5);
	padding: 30px;
	line-height: 30px;
}
.team-avatar{
	height: 250px;
}
.team-avatar > a{
	height: 100%;
}
.team-avatar img {
    height: 100%;
}
.team-sec .owl-carousel .owl-item {
    height: 150px;
}

.team-sec .owl-carousel .owl-item li {
    height: 100%;
}

.team-sec .owl-carousel .owl-item img {
    height: 100%;
}
.lb-prev, .lb-next{
	display: block !important;
}
.hide-img{
	display: none;
}
.process-section {
	display: -moz-inline-stack;
	float: right;
	list-style: outside none none;
	padding-left: 0;
	padding-right: 10px;
	vertical-align: bottom;
  }
button:disabled{
	opacity: 0.7;
}
.wrapper-1{
	width:100%;
	height:300px;
	display: flex;
  	flex-direction: column;
}
.wrapper-2{
	padding :30px;
	text-align:center;
}
.wrapper-2 h1{
	font-family: 'Kaushan Script', cursive;
	font-size:4em;
	letter-spacing:3px;
	color:#43A047 ;
	margin:0;
	margin-bottom:20px;
}
.wrapper-2 p{
	margin:0;
	font-size:1.3em;
	color:#aaa;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:1px;
}
a.go-event{
	color:#fff;
	background:#43A047;
	border:none;
	padding:10px 50px;
	margin:30px 0;
	border-radius:30px;
	text-transform:capitalize;
	box-shadow: 0 10px 16px 1px rgba(67, 160, 71, 0.48);
}
.logo a {
	color: #43a047;
}
.res-logo-area a {
	color: #43a047;
}
.logo a:hover {
	color: #28602b;
}
.res-logo-area a:hover {
	color: #28602b;
}
.category {
	padding-bottom: 45px;
	float: left;
	list-style: outside none none;
	padding-left: 0;
	width: 100%;
}
.category > span {
	line-height: 30px;
}
.danger{
	color: maroon
}
.txt-btn{
	border: none;
	background-color: transparent;
}
.ch-btn-dark{
	background-color: rgb(33,36,36) !important;
}

.ch-title{
	text-align: center;
}

.green-txt{
	color: #43a047;
}
.white-txt{
	color: #eee;
}
.payment-form .form-control,
.payment-form .form-control-area{
	margin-top: 15px;
}
.invalid-feedback {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #e3342f;
}
.download{
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
}
.download:hover{
	color: #28602b;
}
.table-borderless > tbody > tr > th, .table-borderless > tbody > tr > td {
	border-top: none;
}
.wpb_single_image.vc_align_left{
	text-align: left;
}
.wpb_single_image .vc_figure{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper img{
	padding:10px;
	height: 100%;
	width: 100%;
}
#upload_requiremnt_files{
	position: relative;
	opacity: 1;
}
.content{
	padding-top: 20px;
}
.cards-h{
	margin: 10px;
}
.card-img-h, card-main-h{
	height: 150px;
	width: 250px;
}
.card-img-h img{
	height: 100%;
	width: 100%;
}
.cards-h .next-step{
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}
.cards-h .next-step:hover{
	color: white;
}
.pager li > a, .pager li > span{
	color: #43a047;
}
.pager li.active > a, .pager li.active > span{
	color: #28602b
}
#upload_requiremnt_files{
	opacity: 1;
	position: relative;
}
#upload_count {
	color: #222d32
}
.filenameupload{
	width:250px; 
	width: 250px; 
	border: 1px solid #eee; 
	padding: 8px;
	margin-bottom: 5px;
}
.filenameupload a{
	float:right; 
	color: #43A047;
	/* font-size:19px */
}
.single-content{
	height: 300px;
	width: 100%;
}
.single-content img{
	height: 100%;
	width: 100%;
}

/* profile */
.user-avatar {
	position: relative;
	float: right;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 42px;
	list-style: outside none none;
	padding-left: 0;
}
.user-avatar img {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
	z-index: 11;
	border-radius: 25px;
	object-fit: cover;
	background: #fff;
}
.user-avatar:hover .user-menu {
	display: block;
}
.user-menu {
	display: none;
	min-width: 160px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	right: 0;
	top: 100%;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	z-index: 10;
	margin-top: 10px;
}
.user-menu ul {
	padding: 5px 0;
	line-height: 10px;
	list-style: none;
}
.user-menu ul li:hover {
	background-color: #43A047;
}
.user-menu ul li:hover a{
	color: #fff;
}
.user-menu:before {
	top: -10px;
	background-color: #fff;
	border-color: transparent transparent rgba(0, 0, 0, 0.16) transparent;
	border-width: 10px;
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	margin-top: -10px;
	width: 0;
	height: 0;
	z-index: 30;
	border-style: solid;
}
.user-menu:after {
	top: -9px;
	border-color: transparent transparent #fff transparent;
	border-width: 10px;
	content: "";
	display: block;
	position: absolute;
	right: 8px;
	margin-top: -10px;
	width: 0;
	height: 0;
	z-index: 30;
	border-style: solid;
}
.user-menu a {
	display: block;
	font-weight: 400;
	color: #888;
	padding: 10px 15px;
	font-size: 14px;
}
.user-menu a i {
	margin-right: 10px;
	display: inline-block;
	font-size: 16px;
}
.success-stories li a {
	width: 160px;
	height: 50px;
}
.success-stories li span{
	padding-top: 18px;
}
.margin-30{
	margin: 30px 0;
}

/* owl carousal testimonial */
.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #43a047;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
	text-align: center;
	padding: 50px;
		margin-bottom:0px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #43a047;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: black;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

.ch-min-height-350{
	min-height: 350px;
}

/* for banner */

.ch-banner{
	opacity: 0.7;
}
.ch-banner-centered{
	position: absolute;
	text-align: center;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
}

.ch-banner-bottom-left{
	position: absolute;
  	bottom: 8px;
  	left: 16px;
	z-index: 2;
	color: #fff;
}

.featured-caro {
	position: relative;
}
.featured-caro::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: hsla(0, 0%, 0%, .25);
}

/* for membership table */

.ch-membership-header{
	background-color: #43a047;
	color: white;
}

.ch-membership-titlle{
	margin-bottom: 0;	
}

.ch-membership-cell{
	padding: 20px !important;
}

.ch-membership-cell-text-aligned{
	text-align: center;
}

.ch-membership-column-font-size{
	font-size: 18px !important;
}

.ch-form-input{
	margin-top: 0 !important;
	margin-bottom: 25px !important;
}

.ch-membership-form-radio{
	margin-top: 10px;
	margin-bottom: 20px;
}

.ch-required{
	color: red;
}

.ch-sponsorship-logo{
	text-align: center;
}

.ch-sponsorship-title-margin{
	margin-top: 25px;
}

.ch-event-detail-icon{
	text-align-last: right;
	font-size: 18px;
}

.ch-event-title-margin{
	margin-top: 10px;
}

.ch-detail-label{
	font-weight: bold; 
	color: black; 
	font-size: 15px;
}

.ch-event-title-margin{
	margin-top: 25px;
}

.ch-event-list{
	width: 250px;
	height: 400px;
	border: 1px solid #5CB85B;
}

.ch-event-list-heading{
	padding-top: 10px;
	font-size: 18px;
	float: none;
}
.ch-event-list-item-padding{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.75rem;
	padding-bottom: 00.75rem;	
}

.ch-event-list-items{
	font-family: arial;
	font-size: 16px;
	border-bottom: 1px solid;
	border-color: #43a047;
	list-style: none;
	display: list-item;
}

.ch-caret{
	position: absolute;
	top: 45%;
	left: 90%;
}

.ch-event-container{
	margin-top: 25px;
}

.ch-event-main{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-width: 100%;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 5rem;
	padding-left: 5rem;
}

.ch-event-main-image{
	/* width: 33.33%; */
	width: 45%;
	position: relative;
	overflow: hidden;
}

.ch-event-main-contant{
	/* width: 66.66%; */
	width: 55%;
	padding-left: 2rem;
}

.ch-event-main-contant-title{
	font-weight: bold; 
	margin-bottom: 1.25rem 
}

.ch-event-detail{
	border-bottom: 1px solid; 
	border-color: #acfcb0;
	margin-bottom: 1rem; 
	padding-bottom: 0.5rem; 
	font-size: 14px;
}

.ch-event-detail-p{
	margin-bottom: 20px;
	margin-top: 20px; 
}

.ch-event-detail-font-size{
	font-size: 13px;
}

.ch-event-lebel{
	/* width: 20%; */
	width: 24%;
}

.ch-event-data{
	font-style: italic;
}

.ch-event-btn-more{
	color: #43a047;
	/* border-bottom: 2px solid #43a047; */
}

.ch-event-btn-more:hover{
	color: #43a047;
	/* border-bottom: 2px solid #43a047; */
}

.ch-event-btn-more::after{
	content: '';
    display: block;
    width: 15%;
    height: 2px;
    transition: width .3s;
	background: #43a047;
}

.ch-event-btn-more:hover::after{
    width: 0;
	color: #43a047;
    /* //transition: width .3s; */
}

.ch-active{
	background-color: #43a047;
	color: white !important;
}

.ch-event-main-contant-paragraph{
	overflow-wrap: break-word;
}

.ch-link-color{
	all: unset; 
	cursor: pointer;
}

.ch-link-color:hover{
	color: inherit;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.ch-event-more{
	all: unset; 
	cursor: pointer;
	color: #43a047;
	border-bottom: 2px solid #43a047;
	width: 15%;
}
.ch-event-more:hover{
	color: #43a047;
}
.ch-event-more:visited{
	color: #43a047;
}

#error{
	background: #EFDCDD;
	color: red;
	padding: 10px;
	margin-bottom: 10px; 
	display: none; 
}

.ch-more-video{
	text-align: center;
	margin-top: 50px;
}

.ch-more-button-color{
	background: #333 !important;
}

.ch-font{
	font-size: 17px;
	font-family: GT Walsheim Pro;
}

.ch-event-paragraph-padding{
	padding-top: 5px;
}

.ch-col-title-margin{
	margin-bottom: 24px;
}

.ch-home-paragraph{
	margin-bottom: 10px;
	line-height: 28px;
}

.ch-event-heading-padding{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.ch-event-list-line{
	width: 250px;
	height: 100%;
	border-left: 2px solid black;
}

.ch-address-contact-us{
	margin-bottom: 0 !important;
}

.ch-address-contact-us-padding{
	padding-left: 40px;
}

.ch-contact-us-validation-color{
	color: red;
}

.ch-paralex-section.style3 > h2 {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	padding: 0;
	line-height:initial;
}

.ch-paralex-section.style3 > h1 {
	color: #fff;
    font-size: 40px;
}
   
.ch-paralex-section.style3 > p {
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.1px;
	line-height: 34px;
	max-width: 100%;
	padding-bottom: 6px;
}

.ch-donate-btn{
	text-align: center;
}

.ch-news-btn{
	/* border: medium none; */
	color: #fff;
	background: #43a047;
	/* float: left; */
	font-size: 13px;
	letter-spacing: 0.6px;
	line-height: 47px;
	text-transform: uppercase;
	width: 115px;
	text-align: center;
	display: block;
	margin-left: 38%;
	position: absolute;
	bottom: 0;
}

.ch-news-btn:hover{
	color: #fff;
	background: #3F8B24;
}

.ch-socials{
	float: none;
	padding-left: revert;
	padding-left: 0; 
	text-align: center;
}

.ch-news-heading{
	line-height: 1.5;
}

.ch-news-p{
	margin-top: 15px;
	font-size: 15px;
}

.ch-equal{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.ch-bottombar-border{
	border: 0;
}

.ch-footer-box-border{
	border-top: 1px solid black;
	max-width: 100%;
    overflow-x: hidden;
}

.ch-footer-box-margin{
	margin-top: 15px; 
	margin-bottom: 15px
}

.ch-ciha-office-address-padding{
	padding-left: 80px;
}

.ch-footer-padding{
	padding-bottom: 20px;
}

.ch-Get-Connected-text{
	text-align: center; 
	color: white;
}

.ch-Get-Connected-margin{
	margin-bottom: 5px;
}

.ch-logo-padding{
	float: right;
}

.ch-offer-you-p-padding{
	padding-bottom: 5px;
}

.ch-event-p-padding{
	padding-top: 5px;
	padding-bottom: 5px;
}

.ch-btn-read-more{
	color: #43a047;
	/* border-bottom: 2px solid #43a047; */
}

.ch-btn-read-more:hover{
	color: #43a047;
	/* border-bottom: 2px solid #43a047; */
}

.ch-btn-read-more::after{
	content: '';
    display: block;
    width: 25%;
    height: 2px;
    transition: width .3s;
	background: #43a047;
}

.ch-btn-read-more:hover::after{
    width: 0;
	color: #43a047;
    /* //transition: width .3s; */
}

.ch-calender-events-heading{
	margin-top: 20px;
}

.ch-partner-heading{
	text-align: center;
	margin-top: 20px;
}

.ch-partner-div-margin{
	margin-bottom: 40px;
}

.ch-partner-a-heading{
	all: unset;
    cursor: pointer;
    border-bottom: 2px solid #43a047;;
	color: #43a047;
}

.ch-partner-a-heading:hover{
	color: #43a047;
}

.ch-partner-center{
	text-align: center;
}

.ch-partner-img{
	border: 1px solid #43a047;
}

.ch-event-p-margin{
	margin-top: 20px;
}

.ch-board-card-padding{
	padding-top: 10px;
}

.ch-board-title-p-padding{
	padding-top: 0;
	text-align: justify;
}

.ch-board-gap-padding{
	padding-top: 20px;
}

.ch-text-align{
	text-align: justify;
}

.ch-hygiene-p-margin{
	margin-top: 10px;
}

.ch-hygiene-heading-margin{
	margin-top: 25px;
}

.ch-hygiene-sub-heading-margin{
	margin-top: 15px;
}

.ch-hygiene-sub-title-margin{
	margin-top: 15px;
	text-decoration: underline;
}

.ch-img-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ch-speaker-notes-padding{
	padding-bottom: 0;
}

.ch-testimonials-padding{
	padding-bottom: 0;
	padding-top: 30px;
}

.ch-sponsor-padding{
	padding-bottom: 50px;
	/* padding-top: 50px; */
}

.ch-board-p-margin{
	margin-top: 10px;
}

.ch-team-detail-height{
	height: 350px;
}

.ch-team-detail-height-img{ 
    border-radius: 50%; 
    max-width: 210px !important;
    height: 210px;
	float: none;
}

.ch-team-detail-name-padding{
	padding-bottom: 10px;
}

.ch-videos-top-margin{
	margin-top: 35px;
}

.ch-banner-height{
	/* padding: 100px 0; */
	padding: 120px 0;
}

.ch-blackish:before{
	background: #151212a3 none repeat scroll 0 0;
	/* background: #15121261 none repeat scroll 0 0; */
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.ch-vh100.blackish:before{
  height: 100vh;
}

.ch-award-heading-margin{
	margin-top: 25px;
}

.ch-award-p-margin{
	margin-top: 10px;
}

.ch-sponsor-p-margin{
	margin-top: 10px;
}

.ch-membership-p-margin{
	margin-top: 10px;
}

.ch-btn-color{
	background: #FF7722 !important;
}

.ch-event-gallery-heading{
	padding: 10px 0 !important;
}

.ch-event-gallery-p{
	margin-bottom: 10px !important;
}

.ch-tagline{
	color: white
}

.ch-banner-heading{
	display: inline-block;
	padding: 10px;
	background: #0e0c0c61 none repeat scroll 0 0;
}
.ch-banner-heading-demo{
	display: inline-block;
	padding: 10px;
	background: #6d6b6b61 none repeat scroll 0 0;
}

.ch-profile-picture{
	height: 200px;
  	width: 200px;
  	border-radius: 50%;
	border: 1px solid #A7A7A7;
}

.ch-profile-picture-input{
	opacity: 0;
	position: absolute;
	top: 14%;
	width: 100%;
	left: 0;
}

.ch-profile-picture-btn{
	margin-top: 5px;
}

.ch-profile-picture-btn-position{
	position: relative;
}

.ch-dropdown-event-type{
	width: 190px;
	text-align: left;
	background-color: #43A047;
}

.ch-thumbnail {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	min-width: 40%;
	border-radius: 5px;
	margin-top: 30px;
}
 
.ch-thumbnail-description {
	min-height: 40px;
}
 
.ch-thumbnail:hover {
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
}

.ch-news-date{
	padding: 5px 15px 0;
}

.ch-news-title{
	padding: 10px 15px;
	color: black;
}

.ch-news-description{
	padding: 0 15px 5px;
}

.ch-advisory-bord{
  /* float: left; */
  float: right;
  list-style: outside none none;
  padding-left: 0;
  width: 100%;
  margin-top: 30px;
}

.ch-advisory-bord > li {
	background: #ccc none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 30px;
	width: 270px;
}

.ch-event-gallery{
	margin-bottom: 20px;
}