.f-quick-links a{
     font-size: 14px;
    color: #8C8C8C;
}

.contact-form .wpcf7-checkbox{
	display: flex;
    flex-wrap: wrap;
}
.contact-form .wpcf7-checkbox > span{
	  position: relative;
    margin: 10px 0;
}
.contact-form .wpcf7-checkbox > span input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    cursor: pointer;
}
.contact-form .wpcf7-checkbox > span  .wpcf7-list-item-label{
		color: #000;
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    cursor: pointer;
	    display: block;
}
.contact-form .wpcf7-checkbox > span  .wpcf7-list-item-label:before{
	  content: '';
    background-color: transparent;
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
    margin-top: -4px;
    left: 0px;
    top: 4px;
    background-color: #E0E0E0;
}
.contact-form .wpcf7-checkbox > span input:checked+.wpcf7-list-item-label:before{
  background-color: #000;
}
.contact-form .wpcf7-checkbox > span input:checked+.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5.5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(40deg);
  border-bottom-left-radius:2px ;
}
.contact-form .wpcf7-form-control-wrap{
	    width: 100%;
}
.contact-form .checkbox-gp > .row{
	margin:0;
}
.contanct-info-wrap{
	height: 100%;
}
.contact-form form > .row .col-12.text-right{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-direction: row-reverse;
  align-items: center;
}
.comp,.comp_certified{
	display:block;
	
}
.member-g-wrap h3{
	color: #212529 !important;
}
.load_more_paging_sec{
	margin-top:50px;
	text-align:center;
}
.load_more_cer{
	border:none;
}
.namur_heading{
	text-align: left;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    color: var(--color-primary-text);
/* 	margin-top:200px !important; */
}
.eve-link{
	cursor:pointer;
}
.pas-eve-tit{
	text-align:center;
}
.event-view-main-img-wrap img{
width:100% !important
}
@media(min-width:1920px){
.namur_heading{
margin-top:2.5rem !important
}
}
@media(min-width:2000px){
.namur_heading{
margin-top:7rem !important
}
}
@media(min-width:2300px){
.namur_heading{
margin-top:10rem !important
}
}
@media(min-width:576px){
	.contact-form .wpcf7-checkbox > span {
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
}
@media(min-width: 992px){
	.contact-form .wpcf7-checkbox > span {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}
@media(max-width:575.9px){
	.contact-form .wpcf7-checkbox > span {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}
}


@media only screen and (min-width:769px) {
/*   .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  } */
}

.category_filter{
	    box-shadow: 0px 0px 5px #d5d5d5;
    padding: 20px;
	    background-color: #006CB7;
    border-radius: 8px;
	    margin-top: 10px;
}
.category_filter h3{
    font-weight: 600;
    color: #fff;
}
.category_filter .btn-group-vertical{
	    width: 100%;
}
.category_filter .btn-group-vertical a{
	    border-radius: 5px !important;
    width: 85%;
		padding: 10px 25px;
    border: 1px solid #fff;
    margin: 5px auto ;
    display: inline-block;
	  color: #fff;
	 transition: all 0.5s ease;
}
.category_filter .btn-group-vertical a.active,.category_filter .btn-group-vertical a:hover{
	    background-color: #26ad84;
  		border-color:#26ad84;
}

.upcom-eve-img{
	min-height:150px;
}
.upcom-eve-img img{
	width:100%;
	height:100%;
	object-fit:contain;
	min-height: 150px;
  max-height: 150px;
}
#upcoming-event .owl-nav.disabled {
    display: block;
}
div#upcoming-event a {
    color: #1c1c1c;
}
.present-owl-wrap {
    margin: 10px;
}