* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}

*:after,
*:before {
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.img-responsive {
	width: 100%;
	height: 100%;
	display: block;
}

:focus {
	outline: 0;
	box-shadow: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

input,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border-radius: 0;
	line-height: normal;
	outline: 0;
	box-shadow: none;
	border: none;
	font-family: inherit;
	font-weight: inherit;
}

button {
	display: inline-block;
	cursor: pointer;
	border: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
	overflow-y: auto;
	-ms-overflow-style: auto;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

button:focus,
textarea:focus,
a:focus,
a:hover,
button:hover {
	outline: none;
	cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400
}

::-ms-clear {
	display: none;
}

button::-moz-focus-inner {
	border: 0;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/Lato-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: fallback;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, Segoe UI, segoe ui, SegoeUI, Segoe, Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden !important;
}

select {
	-webkit-appearance: none;
}

.container {
	max-width: 1180px;
	width: 100%;
	padding: 0 1.5rem;
	margin: auto;
}

.d-flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.flex-column {
	flex-direction: column !important;
}

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

.text-right {
	text-align: right;
}

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

.height100 {
	height: 100%;
}

.mt-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

b {
	font-weight: 700;
}

.d-none {
	display: none;
}

.wpcf7-response-output {
	display: none !important;
}

.d-sm-visible {
	display: none
}

.d-lg-visible {
	display: block
}

.btn {
	transition: all 0.45s ease-in-out;
	color: #fff;
	letter-spacing: -0.5px;
	padding: 0 80px;
	height: 56px;
	line-height: 56px;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block
}

.btn-primary {
	background-color: #22d060;
}

.btn-primary:hover {
	background-color: #029553;
}

.btn-primary:active {
	background-color: #22d060;
}

.btn-mob {
	display: none
}

.link {
	color: #22d060;
}

.link:hover {
	text-decoration: underline;
}

.btn-sec {
	background: #FFF;
	border: solid 1px #22d060;
	color: #22d060;
	text-align: center
}

.btn-sec:hover {
	background: #22d060;
	color: #FFF
}

.btn-sec:hover,
.btn-primary:hover {
	text-decoration: none
}

.mob-show {
	display: none
}

.light-bg {
	background: #fcfcfc;
}

.hidden {
	overflow: hidden
}

.logo {
	display: block;
}

.dark-logo {
	display: none
}

.dark-nav .dark-logo {
	display: block
}

.dark-nav .logo {
	display: none
}

.banner-content {
	position: relative;
	height: 240px;
	margin-bottom: 50px;
}

.body-content-wrap {
	padding-top: 80px;
	overflow-x: hidden;
	min-height: 70vh;
}

.p-relative {
	position: relative;
	z-index: 1
}

/* Header css starts here */
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
	transition: 0.5s all ease;
}

.header-hide header {
	top: -70px;
}

.header-show header {
	top: 0;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
	border-bottom: solid 1px #DDD
}

header .logo {
	color: #fff;
}

.nav-inner .menu {
	display: flex;
	align-items: center
}

.nav-inner li {
	padding: 28px 40px 27px 0;
}

.nav-inner .menu li.menu-item a {
	position: relative
}

.nav-inner .menu li.menu-item a::before {
	transition: 300ms;
	height: 3px;
	content: "";
	position: absolute;
	bottom: -31px;
	background-color: #00c16a;
	width: 0%;
	left: 0
}

.nav-inner .menu li.menu-item a:hover::before,
.nav-inner .menu li.current-menu-item a::before {
	width: 100%;
}

.nav-inner li a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	line-height: 1.8;
}

.nav-inner li.nav-blockmeter a {
	background: url('../images/blockmeter-icon.png') no-repeat left center;
	padding-left: 30px;
	position: relative;
	display: block;
}

.nav-inner li.current-menu-item a {
	font-weight: 700;
}

.nav-inner .menu li.menu-item.nav-blockmeter a::before {
	bottom: -27px;
}

.nav-inner .menu li.current-menu-item a::before {
	width: 100%;
}

.nav-inner .menu li.menu-item.nav-blockmeter a:hover::before,
.nav-inner .menu li.current-menu-item.nav-blockmeter a::before {
	bottom: -27px;
}

.nav-bold a {
	font-weight: 700;
}

.nav-login a,
.dark-nav .nav-login a {
	color: #22d060;
}

.menu-item-has-children {
	position: relative;
}

.sub-menu {
	display: none;
	position: absolute;
	z-index: 1;
	box-shadow: 0 16px 60px 0 rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	padding: 15px 20px;
	width: 225px;
	top: 80px;
}

.sub-menu li {
	padding: 8px 0;
	line-height: 1.2
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

.menu li.nav-sign-up {
	background: #22d060;
	height: 40px;
	text-align: center;
	line-height: 38px;
	padding: 0;
	cursor: pointer;
}

.menu li.nav-sign-up a {
	color: #FFF;
	padding: 0 30px
}

.menu li.nav-sign-up:last-child a::before {
	content: none
}

.menu li.nav-sign-up:hover {
	background: #029553;
}

.sub-menu li:last-child a {
	color: #333 !important;
}

.nav-toggle {
	display: none;
	transition: .5s ease-in-out;
	cursor: pointer;
	position: absolute;
	right: 15px;
	transform: translateX(0);
}

.nav-inner .menu li.menu-item .sub-menu a::before {
	content: none
}

.side-nav {
	display: none;
}

.dark-nav {
	background: #212324;
}

.dark-nav .nav-inner li a {
	color: #FFF;
}

.dark-nav .nav-inner li .sub-menu li a {
	color: #333
}

.dark-nav .header-wrap {
	border-color: #383a3a
}

.dark-nav .nav-toggle .logo-wrapper svg g {
	stroke: #FFF
}

footer {
	background: #212324;
	color: #8c8d8d;
	position: relative;
	padding: 100px 0 50px 0;
	font-size: 1.4rem;
	overflow: hidden;
}

/* footer.footer-static,.single-format-standard footer{margin-top: -80px;} */
footer li {
	margin-bottom: 2rem;
}

.social-wrap {
	margin-top: 70px;
}

.social-wrap li {
	margin-right: 25px;
}

.footer-bg {
	position: absolute;
	right: 7rem;
	bottom: -1px;
}

.footer-bg svg {
	width: 100%;
}

.footer-right {
	width: 800px;
}

.menu-footer-menu-1-container {
	width: 25%;
}

.menu-footer-menu-2-container {
	width: 14%;
}

.menu-footer-menu-3-container {
	width: 46%;
}

.copy-right {
	margin-top: 55px;
	font-size: 1.2rem
}

.modal {
	display: none;
	z-index: 999;
	left: 0;
	top: 0;
	background: rgba(213, 213, 213, 0.91);
	width: 100%;
	height: 100%;
	position: fixed;
	align-items: center;
	-webkit-animation: fadein 0.8s;
	-moz-animation: fadein 0.8s;
	-ms-animation: fadein 0.8s;
	-o-animation: fadein 0.8s;
	animation: fadein 0.8s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.modal-wraper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	justify-content: center;
	z-index: 100;
}

/* .modal-wraper:before {content: ""; position: absolute; } */
.modal .close {
	position: absolute;
	right: 30px;
	top: 30px;
	background-color: rgb(246 246 246);
	padding: 13px 15px;
	border-radius: 100%;
	line-height: 1;
	cursor: pointer;
}

.modal .left-cont {
	width: 48%;
}

.modal .left-cont .advertisers {
	display: none
}

.form-content .banner-title,
.mt-0 {
	margin-top: 0;
}

.page-template-advertisers .modal .left-cont .advertisers {
	display: block
}

.page-template-advertisers .modal .left-cont .publishers {
	display: none
}

.modal .right-cont {
	width: 48%;
}

.modal .form-wrap {
	width: 100%;
}

.modal-wraper ul {
	margin-bottom: 20px;
}

.modal .content-desc {
	margin-bottom: 0.2rem;
	line-height: 1.2
}

.modal .content-desc:before {
	content: "\2022";
	color: #22d060;
	font-size: 4rem;
	width: 1em;
	position: relative;
	top: 4px;
	padding-right: 10px;
}

.modal .signup-wrap {
	margin: 0;
}

.header-title {
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.header-desc {
	color: #545454;
	font-family: 'Montserrat', sans-serif, serif, Arial;
	line-height: 1.7;
	font-size: 1.8rem
}

.btn-mob {
	display: none
}

.banner-title {
	font-size: 5rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

.banner-sub-title {
	font-size: 3.2rem;
	margin-bottom: 2rem;
}

.banner-desc {
	color: #575757;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif, serif, Arial;
}

.dark-banner .banner-desc {
	color: #ADADAD
}

.content-desc {
	color: #8c8c8c;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif, serif, Arial;
}

.comp-1 li {
	width: 32%;
	text-align: center
}

.comp-1 .title {
	font-size: 3.2rem;
	margin: 0 0 1rem 0;
	font-weight: 400;
	color: #1f2020
}

.comp-1 .desc {
	color: #545454;
	letter-spacing: 0.2px;
	line-height: 1.7;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif, serif, Arial;
}

.home-who-wrap .comp-1 li {
	display: flex;
	flex-direction: column;
}

.comp-2 {
	margin-bottom: 100px;
}

.comp-2 .content-wrap {
	width: 48%;
	text-align: left
}

.comp-2 .content-wrap .title {
	font-size: 3.2rem;
	font-weight: 400
}

.comp-2 .img-wrap {
	width: 48%;
}

.comp-3 {
	margin-bottom: 7rem;
	position: relative
}

.comp-3 li {
	padding: 5rem;
}

.comp-3 li:hover {
	box-shadow: 0 37px 169px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(147deg, #fefefe, #ffffff);
}

.comp-3 li:hover .btn {
	background: #22d060;
	color: #FFF
}

.comp-3 .img-wrap {
	margin: 0 auto 40px;
}

.comp-3 .btn {
	width: 100%;
}

.page-banner-wrap {
	position: relative;
	min-height: 275px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-banner-h {
	min-height: 170px;
	padding-top: 0 !important;
}

.page-banner-wrap .banner-content {
	height: auto;
	margin-bottom: 0;
}

.page-banner-wrap .banner-content .banner-title {
	margin-bottom: 0;
}

.page-banner-wrap .banner-content .event-title {
	margin-bottom: 2rem;
}

.page-banner-h .banner-content {
	height: 170px;
	margin-bottom: 0;
	padding-top: 0 !important;
}

.page-title {
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.page-bannner-main {
	background: #fcfcfc;
	margin-bottom: 70px;
}

.page-banner-img-left {
	position: absolute;
	left: 0;
	top: 60px;
}

.page-banner-img {
	min-height: 130px;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.page-bannner-img-mob {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0
}

.banner-img {
	max-width: 980px;
	margin: auto;
	padding-bottom: 86px;
}

.comp-4 {
	margin-bottom: 150px;
}

.comp-4 .content-wrap {
	width: 48%;
}

.comp-4 .img-wrap {
	width: 48%;
}

.comp-4 .btn {
	width: auto;
	padding: 0 40px;
}

.testimonial-wrap {
	background: #fcfcfc;
	padding: 7rem 0 10rem 0;
}

.testimonial-list {
	justify-content: space-between;
}

.testimonial-wrap li {
	width: 9%;
}

.testimonial-wrap .header-title {
	margin-bottom: 6rem;
}

.contact-modal-wrap,
.signup-wrap {
	box-shadow: 0 42px 44px 0 rgba(0, 0, 0, 0.4);
	background-color: #fcfcfc;
	border-top: solid 3px #22d060;
	padding: 6.5rem;
	z-index: 9;
	position: relative;
	min-height: 210px;
}

.contact-modal-wrap {
	max-width: 980px;
}

.signup-wrap .title {
	color: #0f1214;
	font-size: 3.2rem;
	font-weight: 700
}

.signup-wrap .title span {
	color: #22d060;
}

.signup-wrap .title em {
	font-style: normal
}

.post-contact-form .frm-text-wrap,
.frm-text-wrap {
	margin-bottom: 30px;
	position: relative;
}

.form-wrap {
	position: relative;
	width: 70%;
}

.form-wrap input {
	box-shadow: 0 37px 169px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(98deg, #fefefe, #ffffff 100%);
	width: 100%;
	height: 75px;
	font-size: 1.6rem;
	padding: 3rem 19rem 3rem 3rem;
}

.form-wrap .wpcf7-submit.btn {
	background: #22d060;
	height: auto;
}

.form-wrap .wpcf7-submit.btn:hover {
	background: #029553;
}

.form-wrap .btn {
	width: 160px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 10px;
}

.contact-form-wrap {
	background: #fcfcfc;
	padding: 100px 0;
}

.page-template-contactus .contact-form-wrap {
	padding-top: 50px;
}

.page-template-contactus .contact-form-wrap .banner-title {
	margin-bottom: 5rem;
}

.contact-form-inner {
	max-width: 780px;
	margin: 0 auto
}

.contact-form-wrap .form-wrap {
	width: 48%;
	margin-bottom: 30px;
}

.contact-form-wrap .form-control {
	box-shadow: 0 37px 169px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(101deg, #fefefe, #ffffff);
	height: 76px;
	width: 100%;
	padding: 30px;
	font-size: 1.6rem;
	color: #8a8a8a;
}

.contact-form-wrap textarea.form-control {
	height: auto
}

.form-control::-webkit-input-placeholder {
	color: #8a8a8a;
}

.form-control:-ms-input-placeholder {
	color: #8a8a8a;
}

.form-control::placeholder {
	color: #8a8a8a;
}

#tabs-nav {
	border-bottom: solid 3px #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

#tabs-nav li a {
	font-weight: 700;
	font-size: 1.8rem;
	color: #a9a9a9;
}

#tabs-nav li:hover,
#tabs-nav li.active {
	color: #22d060;
}

#tabs-nav li:after {
	content: "";
	width: 9px;
	height: 9px;
	background: #e6e6e6;
	border-radius: 50px;
	bottom: -25px;
	left: 0;
	position: absolute
}

#tabs-nav li {
	position: relative;
	width: 30%;
}

#tabs-nav li.active:before {
	content: "";
	background: #22d060;
	position: absolute;
	width: 200px;
	bottom: -22px;
	height: 2px
}

#tabs-nav li.active:after {
	background: #22d060;
}

.dark-full-banner {
	background: #212324;
	height: 295px;
	position: relative;
	margin-bottom: 70px;
}

.full-banner-inner {
	max-width: 950px;
}

.dark-full-banner svg {
	position: absolute;
	bottom: -1px
}

.feature-wrap .title {
	font-weight: 700;
	margin-bottom: 2rem;
}

.feature-wrap ul li {
	width: 46%;
	margin-bottom: 4.5rem;
}

.feature-wrap ul li .icon-wrap {
	margin-right: 2.5rem;
}

.dark-full-banner .comp-1,
.dark-full-banner .comp-1 .desc {
	color: #FFF;
}

.video {
	width: 100%
}

.tab-content .banner-title {
	display: none
}

.comp-6 .list {
	width: 48%;
	margin-bottom: 60px;
}

.comp-6 .img-wrap {
	margin-bottom: 30px;
}

.page-template-news .comp-6 .img-wrap {
	max-height: 230px;
	min-height: 230px;
	overflow: hidden
}

.comp-6 .title {
	font-size: 2.4rem;
	color: #1f2020;
	margin-bottom: 10px;
}

.comp-6 .desc {
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: -0.2px;
	color: #595959;
	margin-bottom: 20px;
}

.news-middle .comp-6 {
	max-width: calc(100% - 320px)
}

.comp-6 .date {
	color: #333333;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.comp-6 .categories li {
	background: #F0F0F0;
	font-size: 1.4rem;
	color: #4F4F4F;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.comp-6 .categories li:hover {
	background: #00c16a;
	color: #FFF;
}

.comp-6 .categories li:last-child {
	margin-right: 0;
}

.recent-posts {
	max-width: 280px;
	width: 100%;
}

.recent-posts .title,
.article-right .title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.recent-posts li {
	margin-bottom: 40px;
}

.recent-posts li a {
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

.recent-posts .date {
	font-size: 1.4rem;
	color: #595959;
}

.article-content .content-inner {
	margin-bottom: 30px;
}

.article-inner {
	max-width: calc(100% - 380px)
}

.article-right {
	max-width: 330px;
	width: 100%;
}

.article-content .content-inner *,
.article-content .content-inner {
	font-size: 1.8rem;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
	margin-bottom: 20px;
}

.article-content .content-inner .btn-primary {
	color: #FFF
}

.article-content .content-inner .small {
	font-size: 1.4rem
}

.article-content .content-inner img {
	margin-bottom: 30px;
}

.article-content .content-inner ul li {
	list-style-position: inside;
	list-style: disc;
	margin-bottom: 0;
	margin-left: 20px;
}

.article-content .content-inner ul {
	margin-bottom: 20px;
}

.article-content .content-inner b {
	font-weight: 700
}

.article-content .content-inner a {
	color: #22d060
}

.article-content .content-inner h5 {
	font-size: 3.2rem;
	margin: 0 0 1rem 0;
	font-weight: 400;
	color: #1f2020
}

.article-inner .date {
	font-size: 1.4rem;
	color: #333;
}

.article-content .comp-6 .title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.comp-7 {
	margin: 0 -10px
}

.comp-7 .list {
	max-width: 31.6%;
	margin: 0 10px 60px;
	width: 100%
}

.landscape .comp-7 .list {
	margin: 0 0 60px 0
}

.landscape .comp-7 .list {
	max-width: 100%
}

.comp-7 .img-wrap {
	margin-bottom: 30px;
	height: 15em
}

.comp-7 .date {
	font-size: 2.6rem;
	color: #757575;
	min-width: 80px;
	max-width: 80px;
	margin-right: 16px;
}

.comp-7 .date span {
	font-size: 2.1rem;
}

.comp-7 .content-inner {
	max-width: calc(100% - 100px);
}

.comp-7 .content-inner .title {
	font-size: 2.4rem;
	font-weight: 400;
	color: #1f2020;
	line-height: 1.4;
}

.event-banner-wrap {
	position: relative;
	margin-bottom: 100px;
	max-height: 70vh;
	min-height: 610px;
	overflow: hidden;
}

.event-banner-container {
	max-width: 800px;
	margin: 0 auto
}

.event-banner {
	margin: 0 auto 20px;
	max-width: 650px
}

.events-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	padding: 50px
}

.events-inner .banner-title {
	color: #FFF;
}

.events-inner .date {
	color: #FFF;
	font-size: 2.6rem;
	margin-bottom: 30px;
}

.events-inner .date br {
	display: none
}

.dd-event {
	height: 76px;
	width: 100%;
	padding: 30px;
	font-size: 1.6rem;
	color: #8a8a8a;
	border: 0 none;
}

.selectbox {
	position: relative;
	box-shadow: 0 37px 169px 0 rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(101deg, #fefefe, #ffffff);
	overflow: hidden
}

.selectbox:before {
	content: " ";
	position: absolute;
	right: 13px;
	top: 45%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #333;
}

.caption,
.caption p {
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: -0.2px;
	color: #1f2020;
	font-weight: normal;
	text-transform: none;
	opacity: 0.8;
	margin: 20px 0 30px;
}

.comp-8 .content-wrap .title {
	line-height: 1.34;
}

.header-margin-bot {
	margin-bottom: 70px;
}

#ctf #ctf-more {
	background: #22d060;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	min-height: 46px;
	padding: 13px 0;
	color: #FFF;
	margin-top: 20px;
}

#ctf #ctf-more:hover {
	background: #029553;
}

.inner-margin {
	margin-bottom: 21rem;
}

span.wpcf7-not-valid-tip {
	font-size: 1.2rem;
	margin: 10px 0;
	position: relative;
}

.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ffffff;
	min-width: 160px;
	padding: 16px 16px 0;
	z-index: 1;
	width: 100%;
	right: 0;
	top: 76px;
}

a.dropdown-toggle[aria-expanded="true"] .dropdown-content {
	display: block;
}

a.dropdown-toggle[aria-expanded="false"] .dropdown-content {
	display: none;
	outline: none;
}

.select-box {
	border: 0 none;
	position: relative;
	z-index: 100;
	background: transparent;
	padding: 25px 45px 25px 30px;
	height: 76px;
	width: 100%;
	font-size: 1.6rem;
	color: #8a8a8a;
	cursor: pointer
}

.submitted a.dropdown-toggle[aria-expanded="false"] .dropdown-content {
	display: none
}

.dropdown-item {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 16px;
	color: #000000;
	cursor: pointer;
}

.dropdown-item:hover {
	font-weight: bold;
}

.dropdown-toggle .form-control {
	margin-bottom: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 50px;
	cursor: pointer;
}

.select-dropdown .dropdown-toggle::after {
	position: absolute;
	top: 35px;
	margin-right: 0.4em;
	right: 15px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
	z-index: 1
}

.select-dropdown .dropdown-toggle[aria-expanded="false"]::after {
	content: "";
	position: absolute;
	top: 35px;
	margin-right: 0.4em;
	right: 15px;
	border-top-color: #000;
}

.dropdown-toggle[aria-expanded="true"]::after {
	transform: rotate(180deg);
}

.page-template-aboutus .page-banner-wrap {
	display: block;
	padding-top: 60px;
}

.page-template-aboutus .img-responsive {
	width: auto;
}

.page-template-aboutus .banner-desc {
	max-width: 580px;
	width: 100%;
	margin: 0 auto 44px;
}

.page-template-aboutus .banner-img svg {
	width: 100%;
	height: auto;
}

.contact-modal {
	overflow: auto;
}

.contact-modal .modal-wraper {
	height: 100%
}

.contact-modal .contact-form-wrap {
	width: 100%;
	padding: 10px 100px;
	overflow: auto;
	height: 100%;
}

.contact-modal .banner-desc {
	margin-bottom: 30px
}

.error {
	width: 100%;
	margin-top: .8rem;
	font-size: 1.3rem;
	color: #f05f5d;
	font-style: italic;
	text-align: left
}

.form-control.error {
	margin-top: 0;
}

.team-wrap {
	padding-top: 80px;
	padding-bottom: 50px;
}

.team-wrap .header-desc {
	margin-bottom: 50px;
}

.page-template-aboutus .banner-img {
	padding-bottom: 0;
}

.landscape .modal .signup-wrap {
	padding: 6rem 2rem;
	overflow: auto;
}

.grecaptcha-badge {
	z-index: 10;
}

.open-nav.hidden {
	overflow: hidden !important;
}

.home-who-wrap .comp-3 .btn {
	margin-top: auto;
}

.sign-up-wrap .desc {
	margin-bottom: 30px;
	padding: 0 3rem;
	opacity: 0.5;
	font-size: 1.8rem;
	line-height: 1.78;
	letter-spacing: -0.2px;
	text-align: center;
	color: #1f2020;
	width: 100%;
}

.sign-up-wrap .title {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.88;
	text-align: center;
	margin-bottom: 26px;
	color: #333333;
	width: 100%;
}

.comp-contant-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	height: 100%
}

.comp-contant-wrap .btn {
	margin-top: auto;
}

p.error {
	position: absolute;
	bottom: -20px
}

.single-eventslist span.wpcf7-not-valid-tip {
	text-align: left;
}

.single-eventslist .body-content-wrap,
.page-template-contactus .body-content-wrap {
	padding-bottom: 0
}

.single-eventslist .contact-form-wrap .form-success .banner-title {
	margin-bottom: 0
}

.form-success {
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%
}

.form-success-wrap {
	max-width: 581px;
	margin-right: auto;
}

.form-success .header-title {
	align-self: center;
	margin: 20px 0 15px;
	text-align: left;
}

.form-success .header-desc {
	margin-bottom: 25px;
	text-align: left;
}

.form-success .img-wrap {
	position: absolute;
	bottom: -6px;
	right: 0
}

.page-template-homepage .form-success .home-link {
	display: none;
}

.eventslist-template-default .form-success-wrap {
	max-width: unset;
	text-align: center !important
}

.eventslist-template-default .form-success-wrap .header-title,
.eventslist-template-default .form-success-wrap .header-desc {
	text-align: center;
}

.page-template-contactus .dark-banner {
	background: #212324;
	color: #FFF;
}

.page-template-contactus .page-banner-img {
	top: 60px;
}

.contact-form-wrap.post-contact-form {
	padding: 0;
	background: transparent;
	margin: 50px 0
}

.contact-form-wrap.post-contact-form .form-wrap {
	margin-bottom: 0;
}

.contact-form-wrap.post-contact-form span.wpcf7-not-valid-tip {
	font-size: 1.3rem;
	color: #f00;
	margin: 0;
	position: absolute;
	width: 100%;
	margin-top: .8rem;
	color: #f05f5d;
	font-style: italic;
	text-align: left;
	position: absolute;
	bottom: 0;
}

.post-contact-form span.wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}

.single-eventslist .rsvp-form input[type="submit"] {
	max-width: none;
	border-radius: 0;
	background: #22d060;
	font-size: 1.6rem;
	line-height: 56px;
	height: 56px;
	padding: 0;
	display: inline-block;
	width: auto;
	padding: 0 50px;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, Segoe UI, segoe ui, SegoeUI, Segoe, Helvetica, Arial, sans-serif;
}

.single-post .rsvp-form input[type="submit"] {
	padding: 0 80px;
	font-size: 1.8rem;
	text-transform: capitalize;
	max-width: none;
	border-radius: 0;
	background: #22d060;
	line-height: 56px;
	height: 56px;
	display: inline-block;
	width: auto;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, Segoe UI, segoe ui, SegoeUI, Segoe, Helvetica, Arial, sans-serif;
}

.single-post .rsvp-form input,
.single-post .rsvp-form textarea {
	border: 0px solid;
	resize: none;
}

.single-eventslist .rsvp-form input,
.single-eventslist .rsvp-form textarea {
	border: 0px
}

.single-eventslist .form-input-wrap .rsvp-form input,
.single-eventslist .form-input-wrap .rsvp-form textarea {
	border: 0px solid;
}

.single-post .rsvp-form .form-input-wrap {
	margin-bottom: 0;
}

.page-template-try-blockmeter .rsvp-form .g-recaptcha {
	margin-top: 40px;
}

.single-post .rsvp-form input[type="submit"]:hover {
	background-color: #029553;
}

.single-post .contact-form-wrap textarea.form-control.company-input-wrap {
	height: 76px;
	padding: 25px;
	line-height: 1.2;
	overflow: hidden;
	word-wrap: break-word;
}

#tryBlockmeterSuccess {
	width: 50%;
}

.single-post .rsvp-form .form-input-wrap input {
	padding: 25px;
	line-height: normal;
}

.rsvp-form.submited .loading {
	display: none !important;
}

.contact-form-wrap .form-control {}

:-ms-input-placeholder {
	color: #8a8a8a !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.single-post .form-wrap input,
	.single-post .form-wrap textarea {
		padding: 25px
	}
}

@media(max-width:1200px) {
	.btn {
		padding: 0 50px
	}

	.page-template-aboutus .comp-2 .img-wrap svg {
		width: 100%;
		height: auto;
	}

	.container {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.comp-1 li {
		margin-bottom: 2.5rem;
	}

	.signup-wrap {
		width: auto;
		margin: 0 3rem;
		padding-top: 6rem;
		padding-bottom: 5rem;
	}

	.modal-wraper {
		text-align: center
	}

	.modal .signup-wrap {
		padding: 15rem 2rem;
		margin: 0;
		width: 100%;
		height: 100%;
		overflow: auto
	}

	.modal .left-cont,
	.modal .right-cont {
		width: 100%;
	}

	.modal .form-wrap {
		width: 80%;
		margin: 0 auto
	}

	.contact-modal .modal-wraper {
		height: 100%;
	}

	.contact-form-wrap .form-wrap {
		width: 48%;
		margin-bottom: 30px;
	}

	.contact-modal .contact-form-wrap {
		padding: 30px 0;
	}

	.footer-bg {
		right: -10rem;
		bottom: -1px;
	}

	.footer-bg svg {
		width: 50%;
	}

	.dark-full-banner {
		height: 350px
	}

	.dark-full-banner svg {
		bottom: -35px;
		width: 185px;
	}

	.dark-full-banner ul {
		max-width: 780px;
		margin: 0 auto;
	}

	.dark-full-banner li {
		margin-bottom: 0;
	}

	.social-wrap {
		margin-top: 50px;
	}

	.footer-right {
		width: 100%;
		margin-top: 30px;
	}

	.comp-7 .list {
		max-width: 48.24%;
		flex-basis: calc(50% - 20px);
	}
}

@media(max-width:1024px) {
	header {
		height: 80px
	}

	.nav-inner .menu li.menu-item a {
		display: block;
	}

	.landscape.hidden.open-nav {
		overflow-y: auto !important;
	}

	.nav-inner,
	.landscape .nav-inner.active {
		position: fixed;
		z-index: 1;
		right: -550px;
		top: 0;
		height: 100%;
		background: #fff;
		transition: .5s ease-in-out;
		transform: translateX(-280px);
		width: 270px;
	}

	.landscape.open-nav header {
		top: 0;
		box-shadow: none;
		background: #fff
	}

	.landscape.open-nav header.dark-nav {
		background: #212324;
	}

	.nav-inner.active {
		width: 100%;
		transform: translateY(0);
		right: 0;
		overflow: auto;
	}

	.nav-inner .menu {
		flex-direction: column;
		align-items: center;
		margin-top: 58px;
		padding: 0 25px;
		display: flex;
	}

	.nav-inner .menu li.menu-item-has-children:first-child>a {
		display: none
	}

	.nav-inner li {
		padding: 10px 0;
		border-bottom: 1px solid #CCC;
		width: 100%;
	}

	.nav-inner li.nav-blockmeter {
		background: none;
		padding-left: 0;
	}

	.menu li.nav-sign-up {
		background: none;
		width: 100%;
		height: auto;
		text-align: left;
		padding: 10px 0;
		line-height: 1.2;
		cursor: inherit;
	}

	.menu li.nav-sign-up a {
		color: #000;
		font-weight: 400;
		padding: 0
	}

	.menu li.nav-sign-up:hover {
		background: none;
	}

	.menu-item-has-children {
		padding: 0;
	}

	.sub-menu li {
		margin-bottom: 0;
		padding: 10px 0
	}

	.sub-menu li:last-child {
		border-bottom: 0 none
	}

	.sub-menu {
		display: block;
		position: relative;
		padding: 0;
		width: 100%;
		box-shadow: none;
		top: auto;
	}

	.open-nav .logo {
		opacity: 0;
	}

	.landscape.open-nav .logo {
		opacity: 1;
	}

	.landscape.open-nav .header-wrap {
		border-bottom: solid 1px #DDD
	}

	.open-nav .header-wrap {
		border: 0 none;
	}

	.open-nav header {
		top: 0;
		background: transparent;
		box-shadow: none;
	}

	.nav-inner .menu li.menu-item a::before {
		content: none;
	}

	.landscape.open-nav .body-content-wrap:before {
		display: none;
	}

	.open-nav .body-content-wrap:before {
		content: "";
		z-index: 98;
		background: #000;
		opacity: 0.7;
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.open-nav .nav-inner .menu {
		margin-top: 40px;
	}

	.open-nav .nav-inner li a {
		color: #333;
		font-weight: 400;
	}

	.nav-toggle {
		display: block;
	}

	.side-nav {
		display: block;
		position: relative;
		line-height: 50px;
		color: #fff;
	}

	.side-nav .logo-wrapper {
		display: flex;
		height: auto;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}

	.side-nav .nav-toggle {
		position: absolute;
		background: transparent;
		padding: 0;
		width: auto;
		height: auto;
		top: 10px;
		z-index: 100
	}

	.banner-title {
		font-size: 4rem
	}

	.banner-desc {
		font-size: 1.6rem
	}

	.btn-mob {
		display: block;
		width: 100%;
		text-align: center
	}

	.header-title {
		font-size: 3.6rem
	}

	.footer-bg {
		display: none
	}

	.comp-3 {
		text-align: center
	}

	.comp-3 li {
		width: 50%;
	}

	.testimonial-wrap li {
		width: 13%;
		margin: 20px 66px;
	}

	.dark-full-banner .comp-1 li {
		width: 33%;
	}

	.dark-full-banner svg {
		width: 150px;
		bottom: -50px;
	}

	.news-middle .comp-6 {
		max-width: 100%;
	}

	.article-inner {
		max-width: 100%
	}

	.recent-posts {
		max-width: 100%;
		margin-top: 40px
	}

	.article-right {
		max-width: 100%
	}

	.event-banner-wrap {
		min-height: auto;
		margin-bottom: 70px;
	}

	.events-inner {
		padding: 50px 30px;
	}

	.events-inner .banner-title {
		font-size: 3rem;
		margin-bottom: 2rem;
	}

	.events-inner .date {
		margin-bottom: 20px;
	}

	#tryBlockmeterSuccess {
		width: 100%;
	}

	#tryBlockmeterSuccess .form-success-wrap {
		text-align: center;
		margin: auto;
	}

	.team-wrap {
		padding-top: 40px;
	}
}

@media(max-width:900px) {

	.contact-form-wrap .form-wrap,
	.form-wrap {
		width: 100%;
	}

	.contact-form-wrap .form-wrap {
		width: 48%;
	}

	.signup-wrap .title {
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.form-success-wrap {
		text-align: center !important;
		margin: auto;
	}

	.form-success .header-title,
	.form-success .header-desc {
		text-align: center;
	}

	.page-banner-img-left,
	.page-banner-img {
		display: none;
	}

	.page-bannner-img-mob {
		display: block
	}

	#tabs-nav {
		display: none
	}

	.tab-content .img-wrap,
	.tab-content .content-wrap {
		width: 100%;
	}

	.tab-content .img-wrap svg,
	.tab-content .img-wrap img {
		margin: 0 auto 30px;
		width: 100%;
	}

	.tab-content .banner-title {
		display: block
	}

	.comp-2 .content-wrap .title {
		font-size: 2.6rem
	}

	.page-template-events .comp-7 .content-inner .title,
	.page-template-events .comp-7 .date {
		font-size: 2rem
	}

	.team-wrap {
		padding-top: 40px;
	}
}

@media(max-width:767px) {
	.social-wrap {
		margin-top: 50px;
	}

	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.d-lg-visible {
		display: none
	}

	.d-sm-visible {
		display: block
	}

	.comp-1 li {
		width: 100%;
	}

	.header-title {
		font-size: 3.2rem
	}

	.comp-1 .content-wrap {
		width: 100%;
	}

	.comp-1 .img-wrap {
		width: 100%;
	}

	.comp-1 .img-wrap img,
	.comp-1 .img-wrap svg {
		margin: 0 auto 30px;
		width: 100%;
	}

	.comp-1 .img-wrap .mob-img {
		width: auto;
		margin: 0
	}

	.comp-1 .title,
	.article-content .content-inner h5 {
		font-size: 2.6rem
	}

	.comp-1 .desc {
		font-size: 1.4rem
	}

	.comp-2 .content-wrap {
		width: 100%;
	}

	.signup-wrap {
		padding: 3rem;
	}

	.signup-wrap .title {
		font-size: 2.6rem;
		margin-bottom: 10px;
	}

	.testimonial-wrap {
		margin-bottom: 6rem;
	}

	.comp-3 li {
		padding: 3rem;
		width: 100%;
	}

	.comp-3 li .btn {
		background: #00c16a;
		color: #FFF;
	}

	.testimonial-list {
		justify-content: center;
	}

	.testimonial-wrap li {
		width: 16%;
	}

	.comp-4 .content-wrap {
		width: 100%;
	}

	.comp-4 .img-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.order-1 {
		order: 1;
	}

	.order-2 {
		order: 2;
	}

	.dark-full-banner .comp-1 li {
		width: 22%;
	}

	.page-template-aboutus .img-responsive {
		max-width: 450px;
	}

	.header-margin-bot {
		margin-bottom: 40px;
	}

	.page-template-advertisers .comp-3,
	.page-template-publishers .comp-3 {
		margin-bottom: 0;
	}

	.page-template-advertisers .comp-3 .img-wrap,
	.page-template-publishers .comp-3 .img-wrap {
		margin-bottom: 30px;
	}

	.events-inner {
		padding: 30px
	}

	.contact-form-wrap .form-wrap,
	.form-wrap {
		width: 100%;
		position: relative;
	}

	.single-post .form-wrap:first-child {
		margin-bottom: 20px;
	}

	.team-wrap {
		padding-top: 40px;
	}
}

@media(max-width:599px) {
	.social-wrap {
		margin-top: 30px;
	}

	.social-wrap .d-flex {
		flex-direction: row;
	}

	.footer-right {
		margin-top: 10px;
	}

	.social-wrap li {
		width: 40px;
	}

	.banner-title {
		font-size: 3rem
	}

	.banner-desc {
		font-size: 1.4rem
	}

	.header-title {
		font-size: 2.6rem
	}

	.header-desc {
		font-size: 1.4rem
	}

	.content-desc {
		font-size: 1.4rem
	}

	.btn {
		width: 100%;
		text-align: center;
	}

	.btn-event {
		padding: 0 20px
	}

	.mob-hide {
		display: none
	}

	.mob-show {
		display: block
	}

	.btn-mob {
		display: block;
		margin: 0 -2rem;
		width: calc(100% + 4rem);
	}

	.footer-signup div.wpcf7 .ajax-loader {
		font-size: 1.2rem;
		margin: 10px 0;
		position: absolute;
		left: 30px;
	}

	.signup-wrap {
		padding: 3rem 0;
	}

	.signup-wrap .title {
		margin-bottom: 3rem;
	}

	.footer-signup.signup-wrap .form-success .title {
		margin-bottom: 0;
	}

	.signup-wrap .title em {
		display: block;
	}

	.testimonial-wrap li {
		width: 35%;
	}

	.form-wrap .btn {
		position: static;
		width: 100%;
		margin-top: 3rem;
	}

	.form-wrap input {
		padding: 2rem;
		margin: 0 30px;
		width: calc(100% - 60px);
		font-size: 1.4rem;
		height: 55px;
	}

	.contact-form-wrap .form-control {
		margin: 0;
	}

	.contact-form-wrap.post-contact-form .form-wrap {
		margin-bottom: 30px;
	}

	.post-contact-form .form-control-wrap {
		margin-bottom: 0;
	}

	.post-contact-form .company-wrap {
		margin-bottom: 30px
	}

	.contact-modal span.wpcf7-not-valid-tip {
		margin-left: 0
	}

	.menu-footer-menu-3-container,
	.menu-footer-menu-2-container {
		width: 50%;
	}

	.menu-footer-menu-1-container {
		order: 3;
		width: 100%;
		border-top: solid 1px #414243;
		padding-top: 30px;
	}

	.menu-footer-menu-2-container {
		order: 1;
	}

	.menu-footer-menu-3-container {
		order: 2;
	}

	.copy-right {
		order: 4;
	}

	.page-title {
		font-size: 1.4rem;
	}

	.comp-2 {
		margin-bottom: 50px;
	}

	.comp-2 .img-wrap {
		width: 100%;
	}

	.comp-3 {
		margin-bottom: 4rem;
	}

	.comp-4 .btn {
		width: 100%;
		text-align: center
	}

	.dark-full-banner .comp-1 li {
		width: 33%;
		text-align: left
	}

	.dark-full-banner svg {
		width: 119px;
		bottom: -62px;
	}

	.comp-2 .content-wrap .title {
		font-size: 2.2rem
	}

	.comp-6 .list {
		width: 100%;
	}

	.comp-7 .list {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin: 0 0 60px;
	}

	.comp-7 .img-wrap {
		margin-bottom: 20px;
	}

	.comp-7 .content-inner .title {
		font-size: 2.1rem
	}

	.comp-7 .date {
		font-size: 2.1rem
	}

	.modal .banner-sub-title br {
		display: none
	}

	.modal .close {
		top: 20px;
	}

	.modal .signup-wrap {
		padding: 5rem 2rem 10rem;
	}

	.modal .signup-wrap .wpcf7-not-valid-tip {
		position: relative;
	}

	.modal .form-wrap {
		width: 100%;
	}

	.form-wrap .wpcf7-submit.btn {
		width: calc(100% - 60px);
	}

	.form-success {
		padding: 0 3rem;
	}

	.modal .form-wrap .btn {
		position: fixed;
		bottom: 0;
		top: auto;
		width: 100%;
		left: 0;
		margin-top: 0;
		right: auto
	}

	.modal .form-wrap input {
		margin: 0;
		width: 100%;
	}

	span.wpcf7-not-valid-tip {
		margin: 10px 30px;
	}

	.page-template-advertisers .comp-3 .img-wrap,
	.page-template-publishers .comp-3 .img-wrap {
		margin-bottom: 20px;
	}

	.events-inner {
		padding: 30px;
		width: 80%;
	}

	.events-inner .date {
		font-size: 2rem
	}

	.contact-form-wrap.post-contact-form span.wpcf7-not-valid-tip {
		bottom: -20px;
	}

	.single-post .rsvp-form input[type="submit"]:hover {
		background-color: #22d060;
	}

	.single-post p.error {
		bottom: -40px;
	}

	.single-post .rsvp-form .g-recaptcha {
		margin-top: 40px;
	}

	.header-desc iframe {
		max-width: 100%;
	}

	.team-wrap {
		padding-top: 0px;
	}
}

@media(max-height:599px) {
	.open-nav .nav-inner .menu {
		margin-top: 20px;
	}
}

@media(max-width:475px) {
	.event-banner-wrap .img-wrap img {
		min-height: 400px
	}
}

@supports (-webkit-touch-callout: none) {
	.body-content-wrap {
		overflow-x: hidden;
	}

	body,
	html {
		position: relative;
		height: 100%;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.container.page-banner-wrap {
		padding-top: 57px;
	}

	.page-template-aboutus .img-wrap svg {
		min-height: 350px;
	}

	.page-template-aboutus .banner-img svg {
		min-height: 270px;
	}
}

@media(max-width:599px) {
	.page-template-team .body-content-wrap {
		padding-top: 118px;
	}

	.page-template-new-team .body-content-wrap {
		padding-top: 118px;
	}
}

.team-list {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 40px;
}

.team-list-item {
	flex-basis: calc(100% / 3 - 48px);

	box-shadow: 3px 0px 5px 0px rgb(0 0 0 / 4%);
	border-top: 5px solid lightgrey;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-bottom: 5px solid whitesmoke;
	background: white;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	margin-top: 100px;
	margin-bottom: 25px;
	height: auto;
	position: relative;
	text-align: center;

	border-top: #8cc63f solid 5px;

	margin-left: 24px;
	margin-right: 24px;
}

@media (max-width: 1200px) {
	.team-list-item {
		flex-basis: calc(100% / 2 - 88px);
		margin-left: 44px;
		margin-right: 44px;
		margin-top: 80px;
	}
}

@media (max-width: 640px) {
	.team-list-item {
		flex-basis: calc(100%);
		margin-top: 110px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 6px;
		margin-right: 6px;
	}
}

.team-list-featured-image {
	display: block;
	position: relative;
	width: 198px;
	height: 205px;

	margin-left: auto;
	margin-right: auto;

	margin-bottom: -90px;
}

.team-list-featured-image img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;


	margin-top: -90px;

	border-radius: 60px;
	border: 6px solid #eeeeee;
	box-shadow: 2px 0px 1px 0px rgb(0 0 0 / 5%);
}

@media (max-width: 1200px) {
	.team-list-featured-image {
		width: 177px;
		height: 189px;
	}
}

@media (max-width: 640px) {
	.team-list-featured-image {
		width: 144px;
		height: 155px;
		border-radius: 60px;
	}
}

.team-list-textblock {
	padding: 10px 12px;
}

.team-list-name {
	font-size: 20px;
}

.team-list-position {
	font-size: 18px;
	margin: 10px 0;
	color: #595959;
}

.team-list-socials {
	padding-top: 10px;
}

.team-list-socials img {
	width: 24px;
	height: 24px;
}

.team-list-socials {
	margin: 10px 0 20px;
}

/* Privacy Policy Page */
div.uc-consent-info-content div.uc-checkbox {
	z-index: 0;
}

#usercentrics-button div.uc-powered-by-footer {
    display: none;
}

#usercentrics-button.layout-1 #uc-banner-modal .btn-list.hide-deny-btn #uc-btn-accept-banner {
	color: #fff;
	background-color: #006602;
}

#usercentrics-button.layout-1 #uc-banner-modal .btn-list.hide-deny-btn #uc-btn-more-info-banner {
	color: #fff;
    background-color: #425d1b;
}

/* Target the last element of the header menu which is added dynamically, and target all elements with .btn-center class */
.nav-inner>.menu-header-menu-container>.menu>li:last-child,
.btn-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.comp-1 li.blockmeter-desc {
	width: 100%;
}