/*
Theme Name: My Networking Central
Theme URI: http://www.google.com/
Author: General Theme
*/
*{margin:0px; padding:0px; box-sizing: border-box;}
html, body {
	margin:0;
	padding:0;
	/* font-family: 'Roboto'; */
	font-family: "Outfit", serif;
	font-weight:400;
	/* font: -webkit-control; */
	font-size:18px;
	line-height: 1.5;
color:#666666;
} 
h1{
	font-size:60px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	color:#232323;
	line-height: 1.1;
}
img {vertical-align:middle; height:auto; max-width:100%;}
.container{max-width:1200px; margin:0 auto;}
input {
    border-radius: 0 !important;
}
input[type="radio"],
input[type="checkbox"]{
	accent-color: #00C486!important;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
    color: #fff;
  }

a:not([class]){
	color: #00c486;
	text-decoration:none;
	display: inline-block;
}
a:not([class]):hover {
    color: #1f2b38;
}
.single-net-grp .meeting-data-table a:not([class]):hover {
    color: #6d81fe;
}
#menu-main-menu{list-style-type:none; display:flex; justify-content:right;align-items:center; grid-gap:0px 30px;}
#menu-main-menu li a {
    color: #232323;
    text-decoration: none;
    font-weight: 600;
}
#menu-main-menu li a:hover {
    color: #00c486;
}
#pmpro_pricing_fields {
	display: none;
}

.row-grid-three{display:grid; grid-template-columns: repeat(1, 1fr); column-gap:15px;}
.loop-post {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index:1;
    transition: 0.3s ease-in-out;
}
.loop-post:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f7f7f7;
    z-index: -1;
    opacity: 1;
    transition: 0.3s ease-in-out;
}
.loop-post:hover:before {
    background-color: #1f2b38;
    opacity: 0.9;
}
.loop-post:hover {
    color: #fff;
}
.loop-post:hover h5 a{
    color: #fff !important;
}
.loop-post a{display:block; transition: 0.3s ease-in-out;}
.loop-post img{width:100%; height:auto; display:flex;}
.loop-post h4{margin:15px 0 10px 0;}
.loop-post h4 a{text-decoration:none; color:#333;}
.loop-post .btn {
    width: max-content;
    margin-top: 10px;
    padding: 5px 10px;
    font-weight: 400;
    border: 1px solid;
}

.sidebar-footer{background-color:#333; padding:50px 0; color:#fff;}
.sidebar-footer h4{margin-bottom:15px;}
.sidebar-footer .wp-block-columns{margin-bottom:0px;}
.sidebar-footer .menu{list-style-type:none;}
.sidebar-footer .menu li a, .sidebar-footer .wp-block-column a{color:#fff; text-decoration:none;}
.sidebar-footer .wp-block-column p{padding-bottom:10px;}
.copyright {
    color: #fff;
    text-align: center;
    /* background-color: #5d5d5d; */
	background-color: #1f2b38;
    padding: 15px 0px;
    font-size: 15px;
    margin-top: 45px;
}
.credentials-grid {display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 15px;}
.col-3{grid-template-columns: repeat(3, 1fr);}
.col-4{grid-template-columns: repeat(4, 1fr);}
.col-5{grid-template-columns: repeat(5, 1fr);}
.col-6{grid-template-columns: repeat(6, 1fr);}

.blog-page{padding:75px 0px;}

.overlay{height: 100%; width:0; position:fixed; z-index:2; left:0; top:0;
background-color:rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.5s;}
.overlay-content {position: relative; top:20%; width: 100%; text-align: center;
margin-top:0px; height:100%;}
.overlay-content .menu-main-menu-container{top:20%; position:relative; padding-left:20px; padding-right:20px;}
.overlay a {padding: 8px; text-decoration: none; font-size:20px; color: #818181; display: block; transition: 0.3s;}
.overlay a:hover, .overlay a:focus {color: #f1f1f1;}
.overlay .closebtn {position: absolute; top:0px; right:0px; font-size:40px; line-height:40px; color:#fff;}
#myNav ul#menu-main-menu{display:block; justify-content:left;}
#myNav ul#menu-main-menu li a{color:#fff; text-align:left;} 
.text-center{text-align:center;}

/*31-MAY*/
.owl-carousel .owl-item img
{max-height:450px; object-fit:cover;}
.open-menu{position:absolute; top:40px; left:5px; font-size:30px;}

.text-center{text-align:center;}
.bg-gry{background-color:#d8e7ef;}
.space-top-bottom-15 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.space-top-bottom-15 h2 {
    text-align: center;
    margin: 0;
}
.space-top-bottom-50{padding-top:50px; padding-bottom:50px;}
.mt-15{margin-top:15px;}
.mb-15{margin-bottom:15px;}
.meta{display:flex; column-gap:15px;}
.meta a{color:#333; position:relative; padding-right:10px;}
.meta a:before{position:absolute; right:0; top:0; content:''; height:20px; background-color:#ddd; width:1px;}
.contact-box .panel-widget-style{padding: 15px; font-size: 22px; line-height: 32px; min-height: 95px; 
display: flex; align-items: center; justify-content:center;}
.contact-box .panel-widget-style a{color:#000; text-decoration:none;}
.map-full iframe{width:100%;}
#menu-main-menu li.menu-item-has-children{position:relative; list-style-type:none;}
#menu-main-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    background-color: #1f2b38;
    z-index: 9;
}

/*FIRST MOBILE MENU */
.mob-menu #menu-main-menu li.menu-item-has-children .sub-menu
{background-color:transparent; margin-top:0; top:0; position:relative;}
#menu-main-menu li.menu-item-has-children:hover .sub-menu
{display:block !important; list-style-type:none; padding-left:0px;}
#menu-main-menu li.menu-item-has-children:hover .sub-menu li a{display:block; padding:8px; white-space:nowrap;}
#menu-main-menu li.menu-item-has-children .sub-menu li a {
    color: #fff;
}
#menu-main-menu li.menu-item-has-children .sub-menu li a:hover {
    background-color: #00c486;
}
.textwidget ul, .textwidget ol
{margin-left:28px; margin-bottom:20px;}
header.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 10px 10px -13px #000;
}
.iframe-full iframe{width:100%;}

.mob-menu #menu-main-menu li.menu-item-has-children:hover .sub-menu {
  display: none; padding-left:0px;
}
.mob-menu #menu-main-menu li.menu-item-has-children .sub-menu li a
{padding-left:20px; padding-top:0px; padding-bottom:0px;}

/*SECOND MOBILE MENU*/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float:left;
	padding:0;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
 *zoom: 1;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	width:55px;
	height:60px;
	margin:0;
	z-index: 9999;
	padding:18px 16px;
}
.slicknav_open .slicknav_icon {
	background:transparent;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
	background:#fff;
}
.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:first-of-type {
	-webkit-transform: rotate(45deg) translate(8px, 8px);
	-ms-transform: rotate(45deg) translate(8px, 8px);
	transform: rotate(45deg) translate(8px, 8px);
}
 .slicknav_open .slicknav_icon .slicknav_icon-bar:nth-of-type(2) {
 -webkit-transform: rotateY(90deg);
 transform: rotateY(90deg);
}
.slicknav_open .slicknav_icon .slicknav_icon-bar:last-of-type {
	-webkit-transform: rotate(-45deg) translate(5px, -5px);
	-ms-transform: rotate(-45deg) translate(5px, -5px);
	transform: rotate(-45deg) translate(5px, -5px);
}
.intro .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: "";
	position: absolute;
	z-index:999;
}
.intro .slicknav_open .slicknav_icon .slicknav_icon-bar {
	display:block;
}
.intro .slicknav_icon {
	float: left;
	margin:0px;
	z-index: 9999;
	padding-right:6px;
	padding-top:4px;
}
.js .intro.sticky {
	position:fixed;
}
.js .intro {
	z-index:9;
}
.intro .slicknav_menutxt {
	float:left;
	padding-right:15px;
	font-size:18px;
	padding-top:6px;
}
.intro .slicknav_nav li:first-child {
	display:none;
}
.intro .slicknav_nav li:last-child {
	display:none;
}
.intro .slicknav_nav li .children li:first-child {
	display:block;
}
.intro .slicknav_nav li .children li:last-child {
	display:block;
}
.intro .slicknav_icon-bar {
	display: block;
	width: 25px;
	height: 4px;
	margin-bottom: 4px;
	background: #522374;
}
.intro .slicknav_btn {
	float:right;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width:26px;
	height:5px;
	margin-bottom:4px;
 -webkit-transition: -webkit-transform ease .2s;
transition: transform ease .2s;
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
}
.slicknav_nav li {
	display: block;
}
.slicknav_nav li ul li {
	border:none;
}
.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
	float: right;
	display:none;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}
.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 16px;
	box-sizing: border-box;
	padding:0px;
	position:fixed;
	width:100%;
	z-index:2;
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	display:none;
}
.slicknav_menu .slicknav_icon-bar {
	background-color:#000;
}
.slicknav_btn {
	margin:0px;
	text-decoration: none;
	position:absolute;
	z-index:9;
}
.slicknav_nav {
	color: #fff;
	list-style: none;
	overflow: hidden;
	background:rgba(00, 00, 00, .90);
	margin: 0;
	padding: 0;
	position:relative;
	top:100%; z-index:2;
	height:100vh;
	padding-top:80px;
}
.slicknav_nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0px;
	overflow-x: hidden;
	padding-left:0px;
}
.slicknav_nav ul li a {
	margin:0px 0px;
	padding-left:12px;
	font-size: 13px;
}
.slicknav_nav .slicknav_row {
	padding:10px;
	margin: 2px 0px;
	position:relative; border-radius:0;
}
.slicknav_nav .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f107";
	font-family:FontAwesome;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_open .slicknav_row:after {
	position:absolute;
	top:10px;
	right:5px;
	content:"\f106";
	font-family:FontAwesome;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
}
.slicknav_nav a {
	padding:10px 20px;
	margin: 2px 5px;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
}
.slicknav_nav a:hover {
	color:#eee;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
	border-bottom:none;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding:7px 12px;
	height:44px;
}
.slicknav_menu {
	display:block;
}
.intro {
	display:none;
}
.slicknav_nav .children {
	overflow-y:auto;
	height:200px;
}
.slicknav_nav ul li .sub-menu li a {
	padding-left:25px;
}

.slicknav_nav .panel-grid.panel-no-style
{display:block;}
.sf-menu{display:none;}
.space-50{padding:50px 0px;}
.nav-links{margin-top:25px;}
.nav-links .page-numbers{background-color: #333;
padding: 6px 12px; display: inline-block; color: #fff; 
text-decoration: none; margin:0;}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover
{background-color:#666;} 

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

 

/*TESTIMONIALS START*/
.defult-testimonial .testimonial-review
{display:flex; margin-bottom:30px; padding-bottom:30px; padding:15px; background-color:#eee; border-bottom:5px solid #ccc;}
.testimonial-review .testimonial-user{margin-right:15px;}
.testimonial-review .user-details .testimonial-cred h4
{text-align:right; font-size:16px; font-style:italic;} 
.defult-testimonial .testimonial-review .right_sec p, .review-page-grid .center-review p
{line-height:20px; margin-bottom:9px;}
.testimonial-user img {width:100px !important; height: auto;max-width:inherit; }
.review-page-grid{display: grid; grid-template-columns: repeat(2, 1fr);column-gap: 15px; grid-row-gap: 20px;}
.review-page-grid.col-3{grid-template-columns: repeat(3, 1fr);}
.review-page-grid.col-4{grid-template-columns: repeat(4, 1fr);}
.review-page-grid .review-grid{text-align:center; padding:15px; background-color:#eee; border-bottom:5px solid #ccc;}
.review-page-grid .review-grid .testimonial-user{margin-bottom:20px;}
.review-page-grid .review-grid .testimonial-user img{border-radius:100%; height:100px;}
.review-page-grid .user-details .center-review{text-align:center; font-size: 18px; line-height: 24px; margin: 10px 0; font-style: italic;}
.review-page-grid .center-review .testimonial-cred h4{font-size:18px; margin: 20px; font-style: italic;}
.testimonialslider .testimonial-review{border:none; margin-bottom:0; padding-bottom:0; display:flex; padding:15px; background-color:#eee; border-bottom:5px solid #ccc;}
.col-sld .review-grid .testimonial-user{display:inline-block;}
/* TESTIMONIALS END*/

/* OWL-DOTS and Arrow */
.owl-dots, .owl-nav
{text-align:center; margin-top:30px;}
.owl-dots button span{width:12px; height:12px; background-color:#333; display:block; margin:0 5px;}
.owl-dots button.active span{background-color:red;}
.owl-nav button span{width: 42px; height: 42px; display: block; background-color:#333; text-align: center; line-height: 35px;
color:#fff; font-size: 40px; margin:0 5px;}
.owl-nav button:hover span{background-color:red;}


label {
    font-weight: 600 !important;
}
input:focus, button:focus, select:focus, textarea:focus {
    border-color: #00C486!important;
    box-shadow: none !important;
}
button:active {
    box-shadow: none;
    color: #1f2b38;
    opacity: 1;
}
input[type="submit"] {
    width: auto !important;
    background-color: #00C486!important;
    border-color: #00C486!important;
	border-radius: 0 !important;
}
input[type="submit"]:hover {
    background-color: #1f2b38!important;
    border-color: #1f2b38 !important;
	color:#fff !important;
}
.bg-primary{
	background-color: #1f2b38 !important;
}
.btn-primary {
    background-color: #00C486!important;
    border-color: #00C486!important;
    font-weight: 600;
    padding: 10px 30px;
    line-height: normal;
	border-radius:0;
}
.btn {
    padding: 10px 30px;
    border-radius: 0;
    text-transform: capitalize;
}
.btn-primary:hover{
    background-color: #1f2b38 !important;
    border-color: #1f2b38 !important;
}
.btn.rounded-circle {
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    bottom: 30px;
}

.sec-pad{
	padding:90px 0;
}
.sec-pad-bt{
	padding-bottom: 60px;
}
.innr-sec-pad{
	padding: 45px 0;
}
.innr-sec-top-pad{
	padding: 45px 0 0 0;
}
.btn-group{
    gap: 5px;
}
header .top-header {
    padding: 12px 0;
}
.topbar-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.topbar-menu li a:hover{
    color: #00c486;
}
.topbar-menu .navbar-nav {
    gap: 35px;
}

.top-socials i {
    font-size: 25px;
    margin-right: 17px;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
    text-stroke: 1px #fff;
}
.top-socials i:hover{
    -webkit-text-stroke: 1px #00c486;
    text-stroke: 1px#00c486;
}
.logo-header {
    background-color: #f7f7f7;
    padding: 10px 0;
}
.innerpage header .logo-header {
    background-color: #fff;
}
.logo-header img {
    max-width: 270px;
}
.home-banner .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.square-services .container .panel-grid-cell {
    border: 1px solid #ccc;
    padding: 40px 30px;
    border-radius: 5px;
    min-height: 425px;
	position: relative;
}
.home-banner h1 em {
    font-style: normal;
}
.btn-primary.btn-second {
	background-color: #1F2B38 !important;
	border-color: #1F2B38 !important;
}
.square-services .widget-title,
.right-blue .widget-title,
.left-blue .widget-title,
.round-services .widget-title {
    color: #00c486;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    line-height: normal;
}

.square-services .btn {
    transform: rotate(-20deg);
}

.round-services .container .panel-grid-cell{
	text-align: center;
	min-height: 650px;
	position:relative;
}
.round-services .container .panel-grid-cell img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50%;
}
.round-services .container .panel-grid-cell .btn {
    position: absolute;
    bottom: 0;
    left: 28%;
}
.right-blue,
.left-blue {
    position: relative;
    z-index: 1;
}
.right-blue:before,
.left-blue:before {
    content: '';
    position: absolute;
    width: calc(50% - 90px);
    background-color: #1f2b38;
    z-index: -1;    
	top: 15px;
	bottom:-40px;
}
.right-blue:before {
	right: 0;
	border-radius: 0 0 0 5px;
}
.left-blue:before {
	left: 0;
	border-radius: 0 0 5px 0;
}
.left-blue .panel-grid-cell {
    text-align: right;
}
footer {
    /* background-color: #f7f7f7; */
	background-color: #d8e7ef;
    padding-top: 45px;
}
.copyright p {
    margin: 0;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
    color: #00c486;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .widget-title {
    font-size: 25px;
}
footer ul li.menu-item {
    margin-bottom: 5px;
}
footer ul li.menu-item a {
    color: #666;
    text-decoration: none;
}
footer ul li.menu-item a:hover{
    color: #00c486;
}
footer .foot-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .foot-socials i {
    font-size: 25px;
    margin-right: 17px;
    -webkit-text-stroke: 1px #00c486;
    color: transparent;
    text-stroke: 1px #00c486;
}
footer .foot-socials i:hover{
    -webkit-text-stroke: 1px #1f2b38;
    text-stroke: 1px #1f2b38;
}
.custom-head-search form {
    background-color:#f4f4f4;
    padding: 30px;
    margin-bottom: 15px;
}

.custom-head-search form .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.innerpage .bg-gry + .section {
    padding-top: 25px;
}
.team-member img {
    width: 100%;
}
/* select2 start */
.custom-head-search form .form-group .select2{
    width: 100% !important;
	margin-bottom: 5px;
}
.select2-container .select2-selection--single{
	height: 41px !important;
}
.custom-head-search form .form-box {
    margin-bottom: 15px;
}
.custom-head-search .submit-btn .advance-text {
    text-align: right;
    color: #00c486;
    text-decoration: underline;
}
.custom-head-search .submit-btn .advance-text:hover {
    color: #1f2b38;
}
.custom-head-search input[type="submit"],
.custom-head-search input[type="submit"] + a input[type="button"]{
	color: #fff;
    line-height: normal;
    padding: 15px 30px;
    border: 0;
    border-radius:0;
    font-weight: 600;
}
.custom-head-search input[type="submit"] {
    background-color: #00c486;    
}
.custom-head-search input[type="submit"]:hover {
    background-color: #1f2b38;
}
.custom-head-search input[type="submit"] + a {
    width: auto;
}
.custom-head-search input[type="submit"] + a input[type="button"] {
    background-color: #1f2b38;
}
.custom-head-search input[type="submit"] + a input[type="button"]:hover {
    background-color:#00c486;
}
.custom-head-search form .form-group  select {
    width: 100%;
    min-height: 37px;
    border-color: #aaaaaa;
    border-radius: 5px;
}
/* select2 end */
.container .container {
    padding: 0;
}
.innerpage .section iframe {
    min-height: 430px;
}


.download-bx .textwidget p {
    margin: 0;
}

.download-bx a {
    text-decoration: none;
    font-size: 20px;
    display: block;
    color: #00c486;
    border: 1px solid #00c486;
    padding: 85px 20px 20px;
    text-align: center;
    border-radius: 5px;
    min-height: 170px;
    position: relative;
}
.download-bx a:before {
    content: '\f019';
    position: absolute;
    top: 10px;
    left: calc(50% - 25px);
    font-family: "FontAwesome";
    font-size: 50px;
}
.download-bx a:hover {
    border-color: #1f2b38;
}
.about-sec h4 {
    font-size: 42px;
}
.have-que {
    padding: 45px 0;
    background-color: #1f2b38;
}
.have-que .widget-title {
    color: #fff;
    margin-bottom: 0;
    text-align: right;
}
.have-que p {
    margin: 0;
}
.have-que .btn-primary:hover {
    border-color: #fff !important;
}
.innerpage .vid-tran-sec iframe {
    width: 100%;
    min-height: 350px;
}
.pmpro_card {
    background-color: #f7f7f7 !important;
    border-color: #ddd !important;
}
.pmpro_card .pmpro_card_title {
    color: #1f2b38 !important;
}
.pmpro_card .pmpro_card_content .pmpro_list_item {
    margin-bottom: 5px !important;
}

.pmpro_card .pmpro_card_action a,
#pmpro_account-membership .pmpro_card_content p a {
    display: inline-block;
    background-color: #00c486;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 0;
    font-size: 15px;
}
.pmpro_card .pmpro_card_action a:hover,
#pmpro_account-membership .pmpro_card_content p a:hover{
    background-color: #1f2b38;
}
#member-profile-edit .pmpro_card {
    margin: 15px 0 0 0;
}
.pmpro #pmpro_login .pmpro_card {
    width: 550px;
    margin: 0 auto;
}
#pmpro_login {
    margin-bottom: 45px;
    margin-top: 20px;
}
.pmpro #pmpro_login .pmpro_card_actions .pmpro_actions_nav {
    text-align: right;
    font-size: 13px;
}
.pmpro #pmpro_login .pmpro_card_actions .pmpro_actions_nav a {
    text-decoration: none;
    color: #1f2b38;
}
.pmpro #pmpro_login .pmpro_card_actions .pmpro_actions_nav a:hover {
    color: #00c486;
}
.login-remember {
    font-size: 13px;
}
#pmpro_levels {
    margin-bottom: 45px;
}
#pmpro_levels .pmpro_card_content {
    padding: 30px;
}
#pmpro_levels .pmpro_card_content thead th {
    background-color: #cbd2ff;
	font-size: 18px;
}
#pmpro_levels .pmpro_card_content tbody th, #pmpro_levels .pmpro_card_content tbody td {
    font-weight: 300;
}
.pmpro_level .pmpro_btn {
    display: inline-block !important;
    padding: 5px 10px !important;
    line-height: normal !important;
    min-height: auto !important;
    font-weight: 500 !important;
    background-color: #00C486!important;
    border-color: #00C486!important;
    border-radius: 5px !important;
}
.pmpro_level .pmpro_btn {
    display: inline-block !important;
    padding: 5px 10px !important;
    line-height: normal !important;
    min-height: auto !important;
    font-weight: 500 !important;
    background-color: #00C486!important;
    border-color: #00C486!important;
    border-radius: 5px !important;
}
.pmpro_level .pmpro_btn:hover {
    background-color: #1f2b38 !important;
    border-color: #1f2b38 !important;
}
.memb-levl .pmpro {
    width: 768px;
    display: block;
    margin: 0 auto;
}
.profile-form .pmpro_form_field-radio-items,
.profile-form .pmpro_list{
    display: flex;
    gap: 7px;
}
.profile-form .pmpro_form_field-radio,
.profile-form .pmpro_form_field-checkbox_grouped{
    flex-direction: row !important;
    gap: 20px !important;
}
.profile-form .pmpro_form_heading{
    color: #1f2b38;
}
.profile-form .pmpro_spacer {
    margin: 25px 0 !important;
    background-color: #e3e3e3;
}
#terms_accept_div .pmpro_form_label {
    font-size: 13px;
}
.pmpro_btn {
    background-color: #00C486!important;
    border: 1px solid #00C486!important;
    border-radius: 0 !important;
    padding: 10px 30px !important;
}
.pmpro_btn:hover {
    background-color: #1f2b38 !important;
    border: 1px solid #1f2b38 !important;
}
.pmpro_btn-cancel {
    background-color: transparent !important;
    border-color: var(--pmpro--color--border) !important;
}
.pmpro_btn-cancel:hover {
    background-color: #1f2b38 !important;
    border-color: #1f2b38 !important;
    color: #ffffff !important;
}
#member-profile-edit,
#change-password,
#pmpro_form {
    width: 65%;
    margin: 0 auto;
    display: block;
}
.pmpro_btn-password-toggle,
.pmpro_btn-password-toggle:hover,
#pmpro_btn-password-toggle-1,
#pmpro_btn-password-toggle-1:hover {
    background-color: transparent !important;
    border: 0 !important;
	color: #00C486!important;
}
.pmpro_btn-password-toggle .pmpro_icon svg,
#pmpro_btn-password-toggle-1 .pmpro_icon svg{
    stroke: #00c486;
}
.profile-form .pmpro_form_field-radio-items label,
.profile-form .pmpro_list label,
#terms_accept_div label {
    font-weight: normal!important;
}
.pmpro_form_hint {
    font-size: 12px !important;
}
.pmpro_form_submit {
    margin-top: 20px !important;
}
.abt-cta {
    background-color: #1f2b38;
}
.abt-cta  .btn-group {
    gap: 15px;
}

.abt-cta .btn-group br {
    display: none;
}
.abt-cta .btn {
    border: 1px solid #00C486!important;
}
.abt-cta .btn:hover {
    border-color: #fff !important;
}
.abt-cta h4 {
    color: #ffffff;
}
.team-member .widget_media_image {
    border: 2px solid #1f2b38;
    border-radius: 50%;
    overflow: hidden;
    padding: 5px;
    text-align: center;
	background-color: #fff;
}
.team-member {
    position: relative;
    z-index: 1;
}
.team-member:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 20vw;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #1f2b38;
    border-radius: 0 50px 50px 0;
}
.membr-img-bx{
	position: relative;
}
.membr-img-bx .custom-html-widget {
    position: absolute;
    right: 10px;
    bottom: 60px;
}
.membr-img-bx i {
    background-color: #0077B5;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.membr-img-bx i:hover {
    background-color: #00c486;
}
.case-study img {
    width: 100px;
    margin: 0 auto;
    display: block;
    height: 100px !important;
    border-radius: 50%;
}
.case-study h5 {
    text-align: center;
}
.case-study-innr {
    padding: 20px;
    border-radius: 20px;
    background-color: #f7f7f7;
}
.case-study .widget-title {
    color: #fff;
}
.case-study p:last-child{
	margin: 0;
}
.archive-items-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 45px;
}
.archive-items-wrap .archive-item {
    border: 1px solid #eee;
    background-color: #f4f4f4;
}
.archive-items-wrap .archive-item img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
	margin-bottom: 10px;
}
.archive-items-wrap .archive-item .entry-title {
    margin: 5px 0;
    text-align: center;
}
.archive-items-wrap .archive-item .entry-title ,
.archive-items-wrap .archive-item p {
    padding: 0 20px;
}
.custom-head-search form .row.text-center {
    justify-content: center;
}
.single-grp-prntr .column1-presenter {
    background-color: #1f2b38;
}
.single-grp-prntr .column1-presenter .custom-title {
    color: #fff;
    text-align: center;
    background-color: #00c486;
    padding: 10px;
    margin:0;
}
.single-grp-prntr .column1-presenter .customfield {
    color: #fff;
    background-color: #1f2b38;
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #283747;
}
.single-grp-prntr .column1-presenter .customfield:last-child{
	margin: 0;
}
.single-grp-prntr .column1-presenter a {
    color: #fff;
}
.single-grp-prntr .column1-presenter img {
    width: 100%;
}
.single-grp-prntr .column1-presenter .customfield .fa-linkedin-in {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0077B5;
    border-radius: 50%;
}
.single-grp-prntr .column1-presenter .customfield .fa-linkedin-in:hover{
    background-color: #00c486;
}
.single-grp-prntr .column2-presenter .customfield {
    margin-bottom: 3px;
    background-color: #f7f7f7;
    padding: 8px;
}
.single-grp-prntr .column2-presenter h4 {
    color: #1f2b38;
}
.presenter-list-wrap {
    margin-top: 70px;
    background-color:#1f2b38;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.presenter-list-wrap:before {
    content: '';
    position: absolute;
    top: -35px;
    width: 100%;
    border-top: 2px dashed #cfcfcf;
    left: 0;
}
.presenter-list-wrap .presenter-list,
.presenter-list-wrap .presenter-list2 {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.srch-ntwrkng-list .container {
    border-top: 2px dashed #ddd;
    padding-top: 40px;
    margin-top: 35px;
}
.srch-ntwrkng-list .archive-item-group {
    background-color: #f7f7f7;
    padding: 15px;
	margin-bottom: 10px;
}
.srch-ntwrkng-list .archive-item-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.srch-ntwrkng-list .archive-item-group ul li {
    display: inline-block;
}
.srch-ntwrkng-list .archive-item-group ul li.entry-title,
.srch-ntwrkng-list .archive-item-group ul li.type,
.srch-ntwrkng-list .archive-item-group ul li.date {
    font-weight: 600;
}
.srch-ntwrkng-list .archive-item-group ul li.type {
    font-style: italic;
}
.pmpro .pmpro_card_content .add-buttons a {
    display: inline-block;
    background-color: #1f2b38;
    color: #fff;
    line-height: normal;
    border-radius: 5px;
    padding: 5px 10px;
	margin-bottom: 5px;
}
.pmpro .pmpro_card_content .add-buttons a:hover {
    background-color:#00c486;
}
.pmpro .pmpro_section {
    margin-bottom: 40px;
    margin-top: 0;
}
.cntct-pg-wrp .textwidget h4 {
    margin-bottom: 15px;
}
.cntct-pg-wrp .widget_media_image {
    margin-bottom: 20px !important;
}
.cntct-pg-wrp .foot-socials {
    margin-top: 15px;
}
.cntct-pg-wrp a {
    color: #232323;
}
.cntct-pg-wrp .foot-socials a {
    display: inline-block;
    margin-right: 10px;
}
.cntct-pg-wrp .foot-socials a  i {
    font-size: 25px;
    margin-right: 17px;
    -webkit-text-stroke: 1px #1f2b38;
    color: transparent;
    text-stroke: 1px #1f2b38;
}
.cntct-pg-wrp .foot-socials a  i:hover {
    -webkit-text-stroke: 1px #00c486;
    text-stroke: 1px #00c486;
}
.case-study{
	background-color: #1f2b38;
}
.single-net-grp .meeting-info-col1 .event-logo {
    margin-bottom: 20px;
}
.single-net-grp .meeting-info-col1 .event-logo img {
    max-width: 200px;
}
.single-net-grp .meeting-info-col1 .customfield i {
    width: 40px;
    height: 40px;
    background-color: #0077B5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.single-net-grp .meeting-info-col1 .customfield i:hover {
    background-color: #00C486;
}
.single-net-grp  .meeting-data-table {
    background-color: #d8e7ef;
    padding: 25px;
    margin-top: 0;
  margin-bottom: 30px;
}
.single-net-grp  .meeting-data-table h4{
    color: #232323 !important;
}
.single-net-grp  .meeting-data-table h4 em {
    color: #666666 !important;
}
.meeting-data-table table{
	width: 100%;
  border: 0;
}
.meeting-data-table table th, .meeting-data-table table td {
	padding: 5px;
}
.meeting-data-table table th{
	color: #232323;
}
.meeting-data-table table td {
	color: #666;
}
.home-banner .widget_media_image img {
    border: 25px solid #1f2b38;
    border-bottom: 0;
    border-radius: 50% 50% 0 0;
}
.archive-items-wrap .archive-item .headshot a {
    display: block;
}
.round-services .featured-events {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
    margin-top: 30px;
}
.round-services .featured-events  .homepage-feat-event {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    text-align: left;
    background-color: #ffffff;
	min-height: 335px;
}
.round-services .featured-events .homepage-feat-event .button {
    position: absolute;
    bottom: 20px;
}
.round-services .feat-event-title .calender-icon {
    display: inline-flex;
    background-color: #1f2b38;
    color: #fff;
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.round-services .feat-event-title .calender-icon p {
    margin: 0;
    line-height: 1;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.round-services .feat-event-title .calender-icon span {
    display: block;
    font-weight: 200;
    font-size: 16px;
}
.round-services .featured-events .feat-event-title {
    position: relative;
    padding-left: 80px;
}
.round-services .featured-events .feat-event-title a {
    font-size: 22px;
    display: block;
    line-height: 1.1;
}
.round-services .featured-events .feat-event-title strong + br {
    display: none;
}
.round-services .featured-events  .excerpt {
    margin-top: 25px;
}
.round-services .featured-events .evnt-date-time {
    font-size: 14px;
    margin-top: 5px;
}
.round-services .featured-events .button a i {
    background-color: #00c486;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50px;
    transform: rotate(-20deg);
}
.round-services .featured-events .button a i:hover{
	background-color: #1f2b38;
}
.square-services .btn,
.round-services .featured-events .button a i {
    transition: 0.3s ease-in-out;
}
.square-services .btn:hover,
.round-services .featured-events .button a i:hover{
    transform: rotate(0deg);
}
.round-services .textwidget p {
    margin: 0;
}
#menu-main-menu li.menu-item-has-children a{
    display: block;
    position: relative;
    padding-right: 20px;
}
#menu-main-menu li.menu-item-has-children > a:before {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s ease-in-out;
}
#menu-main-menu li.menu-item-has-children:hover > a:before {
    transform:rotate(180deg);
}
.mng-ntwrkng-grps .archive-item-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mng-ntwrkng-grps .archive-item-group {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0 0 10px 0;
}
.mng-ntwrkng-grps .archive-item-group .archive-item-content {
    width: 87%;
    display: inline-block;
    vertical-align: top;
}
.mng-ntwrkng-grps .archive-item-group  .edit-sec {
    display: inline-block;
    width: 12%;
    vertical-align: top;
    text-align: right;
}
.mng-ntwrkng-grps .archive-item-group .edit-sec .btn {
    padding: 5px 8px;
    line-height: 1;
    font-size: 16px;
}
.mng-ntwrkng-grps .archive-item-group .archive-item-content .entry-title {
    margin: 0;
}
.mng-ntwrkng-grps .archive-item-group .archive-item-content .excerpt {
    margin: 0;
}
.network-form input[type="text"],
.network-form input[type="email"],
.network-form input[type="tel"],
.network-form input[type="password"],
.network-form input[type="file"],
.network-form select,
.network-form textarea,
.network-form input[type="date"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
.network-form input[type="text"]:focus,
.network-form input[type="email"]:focus,
.network-form input[type="tel"]:focus,
.network-form input[type="password"]:focus,
.network-form select:focus,
.network-form textarea:focus,
.network-form input[type="file"]:focus,
.network-form input[type="date"]:focus {
    box-shadow: none;
	outline: 0;
	border-color: #00c486;
}
.network-form fieldset {
    margin-bottom: 10px;
}
.network-form label {
    margin-bottom: 4px;
}
.network-form h4 {
    margin: 30px 0 15px 0;
}
.network-form .add-btn,
.network-form .delete-button{
    text-align: right;
}
.network-form .add-btn input[type="button"],
.network-form .delete-button input[type="button"] {
    border: 2px solid #00c486;
    padding: 5px 10px;
    color: #00c486;
    background-color: transparent;
	margin-bottom: 10px;
	font-size: 15px;
}
.network-form .delete-button input[type="button"]{
    border: 2px solid #b02a37;
    color: #b02a37;
}
.network-form .add-btn input[type="button"] {
    border: 2px solid #00c486;
    color: #00c486;
}
.network-form .add-btn input[type="button"],
.network-form .delete-button input[type="button"] {
    padding: 5px 10px;
    background-color: transparent;
	margin-bottom: 10px;
	font-size: 15px;
}
.network-form .add-btn input[type="button"]:hover{
background-color: #00c486;
color:#fff;
}
.network-form .delete-button input[type="button"]:hover {
background-color: #b02a37;
color:#fff;
}
.network-form input[type="submit"] {
    border: 0;
    padding: 10px 20px;
    line-height: 1;
    color: #fff;
}
.network-form .account-right .postbox {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f7f7f7;
}
.network-form .account-right .postbox .categorydiv {
    max-height: 250px;
    overflow-y: scroll;
}
.network-form .account-right .postbox h5 {
    color: #1f2b38;
}
.network-form .account-right  ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}
.btn-info {
    background-color: #1f2b38;
    color: #fff;
    border: 0;
}
.btn-info:hover {
    background-color: #00c486;
    color:#fff;
}
.btn-danger {
    border: 0;
}
.btn-danger:hover {
    background-color: #00c486;
}
.mng-ntwrkng-grps .archive-item-group .archive-item-content .entry-title a {
    color: #666;
}
.mng-ntwrkng-grps .archive-item-group .archive-item-content .entry-title a:hover {
    color: #1f2b38;
}
.network-direct {
    background-color: #f7f7f7;
    padding: 20px;
    border: 1px solid #eee;
}
.network-direct .customfield {
    margin-bottom: 5px;
}
.network-direct .customfield:last-child{
    margin-bottom: 0px;
}
.single-net-grp .disclaimer {
    border: 2px dashed #1f2b38;
    padding: 10px;
}
.network-form 
 .delete-img {
    text-decoration: none;
    color: #b02a37;
    border: 1px solid #b02a37;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 15px;
}
.network-form 
 .delete-img:hover {
    color: #fff;
    background-color:#b02a37;
}
.gform-theme--foundation .gform_fields {
    row-gap: 25px !important;
}
fieldset .gfield_label_before_complex {
    font-size: 20px !important;
    color: #666 !important;
}
.gfield_checkbox .gform-field-label {
    color: #666;
}
.gfield_checkbox {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0px !important;
}
#secondary aside {
    margin-bottom: 30px;
    padding: 20px;
    position: relative;   
    z-index: 1;
}
#secondary .widget_block:not(.widget_search) {
    background-image: url(images/job-search-groups.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#secondary .widget_block:not(.widget_search):before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#1f2b38;
    opacity: 0.8;
    z-index: -1;
    }
#secondary .widget_block.widget_search{
    background: #d8e7ef;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 8px;    
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
    text-decoration: none;
    color: #666;
    line-height: 1.2;
    display: block;
    background-color: #fff;
    padding: 8px 8px 8px 25px;
    position: relative;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
    color: #ffffff;
    background-color: #00c486;
}
#secondary aside .wp-block-heading {
    margin-bottom: 20px;
    color: #fff;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:before {
    content: '\f054';
    position: absolute;
    left: 8px;
    top: 11px;
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #666;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover:before{
    color: #fff;
}
.loop-post .btn:hover{
    background-color: transparent !important;
    border-color: #fff !important;
}
.search-page .search-results .loop-post,
.row-grid-three .loop-post {
    display: flex;
    gap: 20px;
	flex-direction: row;
}
.search-page .search-results .ftr-image,
.row-grid-three .loop-post .ftr-img{
    width: 35%;
}
.search-page .search-results .ftr-image img,
.row-grid-three .loop-post .ftr-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.search-page .search-results .loop-post .loop-content,
.row-grid-three .loop-post .blg-shrt-dtls{
    width: 100%;
}
.search-page .widget_search label {
    display: none;
}
.mnc-sec em {
    color: #00c486;
}
#pmpro_member_profile_edit form #i_am_div {
    display: none;
}
.row-grid-three .loop-post {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.btn-primary.btn-second:hover {
    background-color: #00c486 !important;
    border-color: #00c486 !important;
}
.mnc-sec {
    background: #d8e7ef !important;
}
.mnc-sec .textwidget p a {
    color: #232323 !important;
}

/* contact page */

.join-us p {
                font-size: 14px;
                font-style: italic;
            }

            .icon-box-wrapper {
                display: flex;
                background: #fff;
                padding: 25px;
                border: 1px solid #edecec;
            }

            p.icon-box-description {
                margin: 0;
            }

            .icon-box-icon {
                background: #1f2b38;
                height: 45px;
                width: 45px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .icon-box-content {
                padding-left: 20px;
				width:86%;
            }

            .icon-box-icon i.fas.fa-envelope {
                font-size: 20px;
                color: #fff;
            }

            .icon-box-description ul {
                margin-top: 20px;
                padding: 0;
                margin-left: 0;
                margin-bottom: 25px;
            }

            .icon-box-description li {
                list-style: none;
                display: inline-block;
                padding-right: 22px;
            }

            .icon-box-description .foot-socials a {
                display: inline-block;
                margin-right: 0px !important;
            }

            .icon-box-icon i.fa-solid.fa-link {
                font-size: 18px;
                color: #fff;
            }

            h3.icon-box-title {
                font-size: 23px;
                padding: 0;
            }
@media(max-width:1199px){
	.topbar-menu .navbar-nav {
    gap: 16px;
}
	.cntct-pg-wrp a {
    font-size: 14px;
}
	.single-grp-prntr .column1-presenter .customfield {
    font-size: 17px;
}
	.round-services .featured-events  .homepage-feat-event {
    min-height: 365px;
}
	.square-services .container .panel-grid-cell {
    min-height: 455px;
}
    #menu-main-menu li a {
        font-size: 16px;
    }
	.mng-ntwrkng-grps .archive-item-group .archive-item-content {
		width: 86%;
	}
	.mng-ntwrkng-grps .archive-item-group  .edit-sec {
		width: 13%;
	}
	.archive-items-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
	#member-profile-edit,
	#change-password,
	#pmpro_form{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	#menu-main-menu {
		grid-gap: 0px 12px;
		padding-left: 0;
	}
}
@media(max-width:991px){
	.round-services .featured-events  .homepage-feat-event {
    min-height: 495px;
}
	.square-services .container .panel-grid-cell {
    min-height: 535px;
}
    .icon-box-content {
        padding-left: 10px !important;
    }
    .icon-box-wrapper {
        padding: 10px;
    }
	.mng-ntwrkng-grps .archive-item-group .archive-item-content {
		width: 82%;
	}
	.mng-ntwrkng-grps .archive-item-group  .edit-sec {
		width: 17%;
	}
	#menu-main-menu li.menu-item-has-children .sub-menu {
		position: relative;
	}
	.download-bx a {
		min-height: 200px;
	}
	h1{
		font-size:50px;
	}
	h2{
		font-size: 40px;
	}
	h3{
		font-size: 30px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 15px;
	}
	
	.membr-img-bx .custom-html-widget {
		position: absolute;
		right: 0;
		bottom: 40px;
	}
	.abt-cta  .btn-group {
		flex-direction: column;
	}
	.profile-form .pmpro_form_field-radio,
	.profile-form .pmpro_form_field-checkbox_grouped {
		flex-direction: column !important;
	}
	#member-profile-edit,
	#change-password,
	#pmpro_form{
		width: 100%;
	}
	#menu-main-menu li.menu-item-has-children a {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.innerpage header .logo-header #navbarNav {
		background-color: #eee;
		padding: 10px;
		border-radius: 0;
	}
	#menu-main-menu li {
		width: 100%;
	}
	#menu-main-menu li a {
		padding: 10px;
		border-bottom: 1px solid #ddd;
		display: block;
	}
	#menu-main-menu {
		grid-gap: 0px 0px;
		flex-direction: column;
		align-items: flex-start;
	}
}
@media(max-width:780px){
	.round-services .container .panel-grid-cell .btn {
    position: relative;
    left: auto;
}
	.round-services .container .panel-grid-cell {
    min-height: auto;
}
	.round-services .featured-events .homepage-feat-event .button {
    position: relative;
    bottom: 0;
}
	.round-services .featured-events  .homepage-feat-event {
    min-height: auto;
}
	.btn.rounded-circle {
    position: relative;
    bottom: 0;
}
    .icon-box-description li {
        padding-right: 14px !important;
    }
    .icon-box-content {
        padding-left: 0px !important;
        margin-top: 15px;
    }
    .icon-box-wrapper {
        display: block !important;
    }
    .icon-box-wrapper {
        padding: 15px !important;
    }
	.square-services .container .panel-grid-cell {
		min-height: auto;
		padding: 20px !important;
	}
	.round-services .featured-events {
		grid-template-columns: repeat(1, 1fr);
	}
	.download-bx a {
		min-height: auto;
	}
	h1{
		font-size:42px;
	}
	h2{
		font-size: 36px;
	}
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 20px;
	}
	h5{
		font-size: 17px;
	}
	h6{
		font-size: 14px;
	}
	.textwidget ul,
	.textwidget ol {
		margin-left: 0px;
	}
	
	.case-study p {
		text-align: center;
	}
	.membr-img-bx .custom-html-widget {
		right: 25%;
		bottom: 15px;
	}
	.team-member:before {
		width: 100%;
		right: 0;
		border-radius: 30px 30px 30px 30px;
		height: 200px;
	}
	.abt-cta .btn {
		padding: 10px 15px;
	}
	.abt-cta .btn-group {
		flex-direction: row;
		gap: 5px;
	}
	.abt-cta .text-end {
		text-align: left !important;
	}
	.memb-levl .pmpro {
		width: 580px;
	}
	.innerpage .vid-tran-sec iframe {
		min-height: 200px;
	}
	.have-que .widget-title,
	.have-que p {
		text-align: center;
	}
	.footer-wrap .widget_media_image img {
		max-width: 250px !important;
	}
}
@media(max-width:767px){
	.search-page .search-results .ftr-image img, .row-grid-three .loop-post .ftr-img img {
    height: auto;
}
	.search-page .search-results .ftr-image, .row-grid-three .loop-post .ftr-img {
    width: 100%;
}
.search-page .search-results .loop-post, .row-grid-three .loop-post {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
	.add-buttons .btn {
    margin-bottom: 5px;
}
	header .top-header .col-12 {
    padding: 0;
}
	.errorPage-wrap p br{
	display:none;
}
	.single-grp-prntr .column1-presenter .customfield {
    font-size: 15px;
}
    .round-services .featured-events  .excerpt {
        margin-top: 10px;
    }
    .round-services .featured-events .feat-event-title {
        padding-left: 0;
    }
    .round-services .feat-event-title .calender-icon {
        position: relative;
        margin-bottom: 10px;
    }
	.network-form input[type="submit"] {
		margin-top: 20px;
	}
	.mng-ntwrkng-grps .archive-item-group .archive-item-content {
		width: 77%;
	}
	.mng-ntwrkng-grps .archive-item-group  .edit-sec {
		width: 22%;
	}
	.custom-head-search input[type="submit"],
	.custom-head-search input[type="submit"] + a input[type="button"] {
		padding: 13px 25px;
	}
	.archive-items-wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.custom-head-search input[type="submit"],
	.custom-head-search input[type="submit"] + a input[type="button"] {
		margin-top: 8px;
	}
	.custom-head-search form .form-box .form-group {
		margin-bottom: 5px;
	}
	.custom-head-search form .form-box {
		margin-bottom: 0;
	}
	.custom-head-search form {
		padding: 20px;
	}
	.profile-form .pmpro_form_field-radio-items,
	.profile-form .pmpro_list {
		gap: 0px;
		flex-direction: column;
	}
	.profile-form .pmpro_form_field-radio,
	.profile-form .pmpro_form_field-checkbox_grouped {
		gap: 5px !important;
	}
	#pmpro_levels .pmpro_card_content tbody th:before,
	#pmpro_levels .pmpro_card_content tbody td:before{
		font-weight: 600;
	}
	#pmpro_account-membership .pmpro_card_content p a {
		margin: 10px 0 0 0;
	}
	.pmpro_card .pmpro_card_action a{
		margin: 0 0 10px 0;
	}
	.pmpro_card .pmpro_card_actions {
		padding: 10px !important;
	}
	.pmpro_card .pmpro_card_content {
		padding: 10px 15px 15px 15px !important;
	}
	.pmpro_card .pmpro_card_title {
		padding: 15px 15px 0 15px !important;
	}
	.copyright p,
	.copyright a{
		font-size: 12px;
	}
	.logo-header img {
		max-width: 215px;
	}
	header .top-header .col-9 {
		padding-left: 0;
	}
	.topbar-menu li a {
		font-size: 9px;
	}
	.topbar-menu .navbar-nav {
		gap: 6px;
	}
	.topbar-menu li {
    line-height: 0.5;
}
	.top-socials i {
		font-size: 14px;
		margin-right: 2px;
	}
.owl-carousel .owl-item img {max-height:150px;}
.slider-mn{height:150px;}
.container{padding-right:10px !important; padding-left:10px !important;}
.col-3{grid-template-columns: repeat(1, 1fr);}
.review-page-grid .review-grid{margin-bottom:15px;}
.mob-menu #menu-main-menu li.menu-item-has-children:after
{position:absolute; right:0; top:10px; content:'>'; font-size:16px; color:#fff; line-height:20px;}
.mob-menu #menu-main-menu li.menu-item-has-children a{padding-bottom:0;}
.js #menu {display:none;}
.js .slicknav_menu {display:block;}
.js .slicknav_menu {display: block; position: absolute; z-index: 999; width: 100%;}
header.fixed .logo-header img {
    max-width: 150px;
}
header .menu-lgt{display:none;}

}
@media(max-width:600px){
    .sec-pad {
        padding: 45px 0;
    }
    body{
        overflow-x: hidden;
    }
    .round-services .featured-events  .excerpt {
        word-wrap: break-word;
    }
	.mng-ntwrkng-grps .archive-item-group  .edit-sec {
		width: 100%;
		text-align: left;
		margin-top: 5px;
	}
	.mng-ntwrkng-grps .archive-item-group .archive-item-content {
		width: 100%;
	}
	.archive-items-wrap .archive-item .entry-title,
	.archive-items-wrap .archive-item p {
		padding: 0 10px;
	}
	.archive-items-wrap {
		grid-template-columns: repeat(1, 1fr);
	}
	.archive-items-wrap .archive-item img {
		height: auto;
	}
	.membr-img-bx .custom-html-widget {
		right: 20%;
		bottom: 10px;
	}
	.memb-levl .pmpro {
		width: 95%;
	}
	.pmpro #pmpro_login .pmpro_card {
		width: 90%;
	}
}
@media(max-width:575px){
	
}
@media(max-width:414px){
	.round-services .featured-events {
		display: block;
	}
	.round-services .featured-events  .homepage-feat-event {
		margin-bottom: 20px;
	}
}


/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 9999!important;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{clear:both;
    margin:0;
    color: #a1843b;
    font-size: 13px;
	font-weight:500;
    text-decoration: none;
    outline: none;
	width:120px;
	padding:6px 3px!important;
	background-color:#6d81fe;
	color:#fff!important;
	border-radius:0;
	text-align:center;}
.atc-style-blue .atcb-link:hover {background-color:#000!important;
	color:#fff!important;}
	
.atc-style-blueBUTTON .atcb-link:focus
{clear:both;
    margin:0;
    color: #a1843b;
	text-transform:uppercase;
    font-size: 13px;
	font-weight:500;
    text-decoration: none;
    outline: none;
	width:192px;
	padding:13px 8px 14px 8px!important;
	background-color:#6d81fe;
	color:#fff!important;
	border-radius:0;
	text-align:center;}
	

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}
/* plans css */

.innerpage:not(.customize-support) .bg-gry + .section > .pmpro {
    max-width: 1200px;
    margin: 0 auto;
}
.plans-wrap .pricing-table {
	width: 100%;
	border-collapse: collapse;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
.plans-wrap .pricing-table th,
.plans-wrap .pricing-table td {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #e1e8ed;
}
.plans-wrap .pricing-table tbody tr:first-child td:last-child {
    color: #00c486;
}
.plans-wrap .pricing-table tbody tr:first-child td:nth-child(2) {
    color: #545b65;
}
.plans-wrap .pricing-table th{
	font-size: 1.2rem;
	font-weight: 600;
	padding: 25px 20px;
}
.plans-wrap .pricing-table th:first-child {
	background-color: #1f2b38;
	color: white;
}
.plans-wrap .pricing-table th.free-plan {
	background-color: #545b65;
	color: white;
}
.plans-wrap .pricing-table th.paid-plan {
	background-color: #00c486;
	color: white;
}
.plans-wrap .pricing-table tr:nth-child(even) {
	background-color: #f9f9f9;
}
.plans-wrap .pricing-table tr:hover {
	background-color: #f0f8ff;
}
.pricing-table td:first-child {
	text-align: left;
	font-weight: 600;
	color: #1f2b38;
}
.plans-wrap .feature-name {
	font-weight: 600;
}
.plans-wrap .check {
	color: #2ecc71;
	font-size: 1.3rem;
}
.plans-wrap .cross {
	color: #e74c3c;
	font-size: 1.3rem;
}
.plans-wrap .price {
	font-size: 1.8rem;
	font-weight: 700;
	color: #2c3e50;
}
.plans-wrap .price span {
	font-size: 1rem;
	font-weight: 400;
	color: #7f8c8d;
}
.plans-wrap .btn {
	display: inline-block;
	padding: 12px 28px;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 0.9rem;
}
.plans-wrap .btn-free {
	background-color: #545b65;
	color: white;
	border-radius: 0;
}
.plans-wrap .btn-free:hover {
	background-color: #00c486;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(51, 51, 51, 0.3);
}
.plans-wrap .btn-paid {
	background-color: #00c184;
	color: white;
	border-radius: 0;
}
.plans-wrap .btn-paid:hover {
	background-color: #545b65;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(20, 90, 50, 0.3);
}

.plans-wrap 
 .widget-title {
    text-align: center;
    margin-bottom: 20px;
}
.plans-wrap .pricing-table td .fa-check {
    color: #00c486;
}
@media(max-width:1199px){
	.plans-wrap .btn-free,
	.plans-wrap .btn-paid{
    font-size: 11px;
}
	.pricing-table td:first-child {
    font-size: 15px;
}
}
@media(max-width:1199px){
	.innerpage:not(.customize-support) .bg-gry + .section > .pmpro {
    max-width: 95%;
}
}
@media screen and (max-width: 767px) {
	.plans-wrap .pricing-table {
		overflow-x: auto;
		white-space: nowrap;
	}
	.plans-wrap .pricing-table th {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px;
}
	.pricing-table td:first-child {
    font-size: 13px;
    padding: 10px 5px;
}
	.plans-wrap .price {
    font-size: 16px;
}
	.plans-wrap .price span {
    font-size: 10px;
}
	.plans-wrap .pricing-table th, .plans-wrap .pricing-table td {
    padding: 10px 5px;
}
	.plans-wrap .btn-free, .plans-wrap .btn-paid {
    font-size: 10px;
    padding: 6px 5px;
}
}