body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 15px;
	line-height: 1.42857143;
	color: #717171;
}

h1, h2, h3, h4, h5, h6 {
	
    font-family: 'Source Sans Pro', sans-serif !important;
}

p {
	margin: 0 0 1.42857143em;
    font-family: 'Source Sans Pro', sans-serif !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.box {
	margin-bottom: 30px;
}

.hero-banner {
	position: relative;
	display: table;
	width: 100%;
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* === Only Firefox === */
@-moz-document url-prefix() {
	.hero-banner {
		height: 400px;
	}
}
/* === END === */

.hero-banner-bg-1 {
	background-image: url(https://parksideweb.maczin.org/wp-content/uploads/2020/08/main-home-bg-scaled.jpg);
}

.hero-banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background-color: rgba(0,0,0,0.08);*/
}

.hero-banner.hero-banner-bg-7:after {
	background-color: rgba(0,0,0,0.25);
}

.hero-banner-inside {
/*position: relative; */
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin-top: 100px;
}

.banner-title {
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-subtitle {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.button {
	display: inline;
	margin: 0 6px;
}
.bg-green
{
    background: #014e31;
    padding: 100px 0 100px;
}
.button a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 123px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button a:hover {
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.3);
}

.button.btn-color-1 a {
	background-color: #3aaee7;
}

.button.btn-color-2 a {
	background-color: #81c784;
}

.section {
	position: relative;
	padding: 100px 0;
}

.section-demo,
.section-hover-transitions,
.section-dropdown-menu {
	overflow: hidden;
}

.section-whatsnew {
	position: relative;
	color: #fff;
	background-color: #283593;
	overflow: hidden;
	padding-bottom: 0;
	padding: 80px 0 0;
}

.section-whatsnew > .container {
	position: relative;
	z-index: 1;
}

.section-whatsnew:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 40vw solid #80d4f9;
	border-left: 100vw solid transparent;
	opacity: 0.12;
	z-index: 0;
}

.section-features {
	background-color: #fff;
	padding-bottom: 30px;
}

.template-dark .section-features {
	background-color: #263238;
}

.section-demo {
	background-color: #3aaee7;
	padding-bottom: 35px;
}

.template-dark .section-demo {
	background-color: #0097a7;
}

.section-hover-transitions {
	background-color: #0277bd;
	padding-bottom: 35px;
}

.template-dark .section-hover-transitions {
	background-color: #263238;
}

.section-dropdown-menu {
	background-color: #005458;
	padding-bottom: 5px;
}

.divider {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 0 30px;
}

.section-features .divider {
	margin: 0 0 80px;
}

.section-demo .divider,
.section-hover-transitions .divider,
.section-dropdown-menu .divider {
	margin: 0 0 40px;
}

.divider span {
	display: block;
	width: 86px;
	height: 5px;
	margin: auto;
	opacity: 0.25;
	background: url(images/divider-style8-black.png) no-repeat;
}

.divider:before,
.divider:after {
	position: absolute;
	content: '';
	top: 2px;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #e9e9e9;
}

.divider.divider-hidden-line:before,
.divider.divider-hidden-line:after {
	display: none !important;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider.divider-left span {
	margin: 0;
	float: left;
}

.divider.divider-right span {
	margin: 0;
	float: right;
}

.divider.divider-left:before,
.divider.divider-right:before {
	display: none;
}

.divider.divider-left:after,
.divider.divider-right:after {
	width: calc(100% - 93px);
}

.divider.divider-right:after {
	right: inherit;
	left: 0;
}

.divider.divider-light-color span {
	opacity: 0.34;
	background: url(images/divider-style8-black.png) no-repeat;
}

.divider.divider-light-color:before,
.divider.divider-light-color:after {
	background-color: rgba(33,33,33,0.12);
}

.divider.divider-dark-color span {
	opacity: 1;
	background: url(images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark-color:before,
.divider.divider-dark-color:after {
	background-color: rgba(255,255,255,0.5);
}

.divider.divider-dark span {
	opacity: 0.7;
	background: url(images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark:before,
.divider.divider-dark:after {
	background-color: #5e5e5e;
}

.section-title {
	font-size: 28px;
	font-weight: 800;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

.section-title-light {
	color: #fff;
}

.icon-list-wrapper {
	text-align: center;
	padding-bottom: 20px;
}

.icon-list-wrapper h4 {
	color: #212121;
}

.icon-list-wrapper .icon-list-icon {
	margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.icon-list-wrapper .icon-list-icon img {
	width: 50px;
}

.icon-list-wrapper h4 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #212121;
}

.icon-list-wrapper.icon-dark p {
	color: #a1a1a1;
}

.icon-list-wrapper.icon-dark h4,
.icon-list-wrapper.icon-color-bg h4 {
	color: #fff;
}

.icon-list-wrapper.icon-dark .icon-list-icon span {
	color: rgba(255,255,255,0.6);
}

.icon-list-wrapper.icon-color-bg .icon-list-icon span {
	color: #fff;
}

.thumbnail-wrapper {
	position: relative;
}

.thumbnail-wrapper img {
	width: 100%;
}

.thumbnail-wrapper figure,
.coming-soon img {
	position: relative;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.thumbnail-wrapper figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure:before {
	opacity: 1;
}

.thumb-btn-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.thumb-btn-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.btn-vertical-mid {
	display: table-cell;
	vertical-align: middle;
}

.thumb-btn-wrapper .button {
	display: block;
	margin: 10px 0;
}

.thumb-btn-wrapper .button a {
	width: 183px;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	white-space: nowrap;
}

.thumb-btn-wrapper .button.btn-sm-text a {
	font-size: 11px;
	padding: 12px 15px 11px;
}

.btn-light-custom a {
	color: #111111;
	background: #fff;
}

.btn-dark-custom a {
	background: #030303;
}

.btn-color-custom a {
	background: #3aaee7;
}

.btn-img-custom a {
	background: url('images/btn-bg-image.jpg') no-repeat center;
	background-size: cover;
}

.thumbnail-wrapper .thumb-btn-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active .thumb-btn-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thumb-title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 54px;
	padding: 0 10px;
}

.footer {
	text-align: center;
	background: #0a0a0a;
	padding: 80px 0;
}

.footer-logo {
	margin-bottom: 19px;
}

.footer-desc {
	font-size: 14px;
	font-weight: 500;
	color: #717171;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-info-wrapper:before,
.footer-info-wrapper:after {
	display: block;
	content: '';
	width: 1px;
	height: 40px;
	background: #717171;
	margin-left: auto;
	margin-right: auto;
}

.footer-info-wrapper:before {
	margin-bottom: 40px;
}

.footer-info-wrapper:after {
	margin-top: 35px;
}

.copyright {
	text-align: center;
	background: #000;
	font-size: 12px;
	color: #717171;
	padding: 15px 0;
}

.copyright a {
	color: #717171;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #bdbdbd;
}

.section-next-update {
	background: url('images/landingpage-update-bg-2.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}
/*
.section-next-update:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 0;
}
*/
.section-next-update > .container {
	position: relative;
	z-index: 1;
}

.section-next-update .section-title {
	font-size: 38px;
}

.section-next-update .divider {
	margin-bottom: 40px;
}

.next-update-img {
	text-align: center;
	margin-bottom: 15px;
}

.next-update-call-action {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0a0a0a;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.next-update-call-action span {
	font-weight: 700;
	color: #fff;
}

.next-update-desc {
	text-align: center;
	color: #eeeeee;
	margin-bottom: 35px;
}

.module-subscribe input {
	border-radius: 0;
}

.module-subscribe .subscribe-email {
	float: left;
	width: calc(100% - 120px);
	height: 43px;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	background-color: #fff;
}

.module-subscribe .subscribe-submit {
	float: right;
	position: relative;
	width: 120px;
	background-color: #81c784;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.module-subscribe .subscribe-submit:hover {
	background-color: #78ba7b;
}

.module-subscribe .subscribe-button {
	position: relative;
	width: 100%;
	height: 43px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	padding: 0 15px;
	z-index: 1;
	cursor: pointer;
}

.module-subscribe .subscribe-email:focus,
.module-subscribe .subscribe-button:focus {
	outline: 0;
}

.module-subscribe .subscribe-submit:hover .button-hover {
	opacity: 1;
}

.module-subscribe.subscribe-round .subscribe-email {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.module-subscribe.subscribe-round .subscribe-submit {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.module-subscribe .form-loading {
	display: none;
	margin: 15px 0 0 20px;
}

.module-subscribe .list3 {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	color: #c1c1c1;
}

/* ===== Placeholder color ===== */
.module-subscribe .placeholder {
	color: #999999;
}

.module-subscribe input:-ms-input-placeholder {
	color: #999999;
}

.module-subscribe input::-webkit-input-placeholder {
    color: #999999;
}

.module-subscribe input:-moz-placeholder {
    color: #515151;
}

.module-subscribe input::-moz-placeholder {
    color: #515151;
}
/* ===== End ===== */

.hero-banner-main {
	background-color: #283593;
	background-image: url('images/landingpage-header.jpg');
	background-attachment: fixed;
	padding: 60px 0 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.hero-banner-main:after {
	display: none;
}

.hero-main-img {
	position: relative;
	left: -15%;
	margin-bottom:50px;
}

.hero-banner-main .button.btn-color-1 a {
	background: #202020;
}

.hero-main-img-inner img {
	width: 100%;
}

.current-version {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: lowercase !important;
	background: #4dd0e2;
	padding: 4px 8px 3px 10px;
	border-radius: 12px;
}

.version-mobile {
	display: inline-block;
	margin-bottom: 15px;
}

.version-desktop {
	display: none;
}

.whatsnew-title-wrapper {
	position: relative;
	padding: 0 15px;
}

.whatsnew-title {
	position: relative;
	z-index: 1;
	padding: 0;
	white-space: nowrap;
}

.whatsnew-title .divider {
	margin-bottom: 50px;
}

.section-whatsnew .section-title {
	font-size: 36px;
	text-align: center;
	letter-spacing: 0;
}
/*
.whatsnew-version {
	font-family: 'Fira Sans', sans-serif;
	font-size: 120px;
	font-weight: 900;
	line-height: 1em;
	position: absolute;
	top: -55px;
	left: 0;
	color: rgba(255,255,255,0.2);
	z-index: 0;
}
*/
.whatsnew-list {
	padding: 0 15px;
	margin: 0 0 60px;
}

.whatsnew-list li {
	position: relative;
	padding: 0 30px 0 35px;
	margin-bottom: 30px;
}

.whatsnew-list li:last-child {
	margin-bottom: 0;
}

.whatsnew-list-icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.whatsnew-list-icon img {
	width: 23px;
	height: auto;
}

.whatsnew-list-desc {
	color: #e1e1e1;
}

.thumb-title span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 10px;
	background: #aed582;
}

.navik-side-content .fullwidth-items .container-fluid {
	padding-right: 0;
	padding-left: 0;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 480px) {
	.icon-list-wrapper {
		display: table-cell;
		width: 100%;
		text-align: inherit;
	}
	.icon-list-wrapper .icon-list-icon,
	.icon-list-wrapper .icon-list-details {
		display: table-cell;
		vertical-align: top;
	}
	.icon-list-wrapper .icon-list-icon {
		width: 80px;
		margin: 0;
	}
	.icon-list-wrapper .icon-list-details {
		padding: 0 0 0 20px;
	}
}

@media (min-width: 768px) {
	.hero-banner {
		min-height: auto;
	}
	.navik-side-content .hero-banner {
		min-height: 680px;
	}
	.banner-title {
		font-size:60px;
    margin-bottom: 40px;
     bottom: 25px; 
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 25%;
    color: #a37a5d;
        margin-left: 22px;
        text-decoration: underline;
	}
	.banner-subtitle {
		font-size: 65px;
    letter-spacing: 0;
    margin-bottom: -12px;
    color: #e62825;
    font-weight: 900;
	}
	.section-next-update .section-title {
		font-size: 60px;
	}
	.next-update-call-action {
		font-size: 30px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}
	.next-update-img {
		margin-bottom: 10px;
	}
	.hero-banner-main {
		padding: 60px 0 100px;
	}
	.whatsnew-title {
		padding: 15px 0 0;
	}
	.whatsnew-title .divider {
		margin-bottom: 60px;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		letter-spacing: 2px;
	}
	.whatsnew-list,
	.whatsnew-title-wrapper {
		padding: 0 30px;
	}
	.whatsnew-list li {
		padding: 0 30px 0 40px;
	}
}

@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
		margin-top: 70px;
	}
	.landing-page .navik-menu > ul > li:hover > a {
		color: rgba(255,255,255,0.8) !important;
	}
	.landing-page .sticky .navik-menu > ul > li:hover > a {
		color: rgba(33,33,33,0.8) !important;
	}
	.hero-banner-main {
		padding: 50px 0 40px;
	}
	.hero-banner-main .hero-banner-inside {
		display: table;
		width: 100%;
		text-align: left;
	}
	.hero-banner-main .button {
		text-align: center;
	}
	.hero-main-img {
		display: table-cell;
		left: 0;
		margin-bottom: 0;
		width: 60%;
	}
	.hero-main-info {
		display: table-cell;
		vertical-align: bottom;
		width: 40%;
		padding: 0 7.5% 100px 90px;
	}
	.hero-banner-main .banner-title {
		line-height: 1.1em;
		margin-bottom: 45px;
	}
	.hero-banner-main .banner-subtitle {
		margin-bottom: -2px;
	}
	.hero-main-img-inner {
		margin-top: -20px;
		margin-left: -50%;
	}
	.version-mobile {
		display: none;
	}
	.version-desktop {
		display: inline;
		position: relative;
		top: -7px;
		left: 13px;
	}
	.whatsnew-mockup-col {
		position: relative;
	}
	.whatsnew-mockup {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 960px;
	}
	.section-whatsnew:after {
		left: 12%;
		border-bottom: 43vw solid #80d4f9;
		border-left: 100vw solid transparent;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		text-align: left;
	}
	.whatsnew-title .divider {
		display: none;
	}
	.whatsnew-list {
		margin: 35px 0 93px;
	}
}

@media (min-width: 1400px) {
	.hero-main-img-inner {
		margin-top: 0px;
		margin-left: -30%;
	}
	.whatsnew-mockup {
		left: 40px;
	}
}

@media (min-width: 1600px) {
	.hero-main-img-inner {
		margin-left: -20%;
	}
	.whatsnew-mockup {
		left: 65px;
	}
	.section-whatsnew:after {
		left: 18%;
		border-bottom: 40vw solid #80d4f9;
	}
}

@media (min-width: 1800px) {
	.hero-main-img-inner {
		margin-left: -10%;
	}
	.section-whatsnew:after {
		border-bottom: 35vw solid #80d4f9;
	}
}


h2.sec-title
{
    color: #a37a5d;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
    padding-bottom: 25px;
    font-weight: 900;
}
.p_width>p
{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
.two-btn
{
    margin-top: 65px;
}
.bg-btn
{
    background: #a37a5d;
    color: #fff;
    padding: 15px;
     border: 1px solid #a37a5d;
    font-size: 18px;
}
.trans-btn
{
    background: transparent;
    color: #fff;
    padding: 14px;
    border: 2px solid #a37a5d;
    margin-left: -5px;
font-size: 18px;
}



.img-box-sec
{
    padding: 125px 0 100px;
    background: url(../img/curve.png);
    background-repeat: no-repeat;
    background-size:contain;
}

a.brown-btn{
    background: #a37a5d;
    color: #fff;
    padding: 10px 30px;
    margin-top: 15px;
}

.curve
{
    background: url(../img/curve-1.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    width: 180px;
/*    height: 610px;*/
}
.img-box-sec-right
{
    background: #014e31;
/*    padding: 100px 0 100px;*/

    background-repeat: no-repeat;
    background-size:auto;
    right: 0;
}
.para>p {
    color: #fff;
}

.green-footer
{
    background: #014e31;
    padding: 150px 0 150px;
    
}

.img-box-sec-team
{
    background: #014e31;
/*    padding: 50px 0 50px;*/
    background-repeat: no-repeat;
    background-size:auto;
    right: 0;
}
.vc_custom_1596802761198 {
    padding-bottom: 0 !important;
}
.curve-team
{
    background: url(https://parksideweb.maczin.org/wp-content/uploads/2020/08/white-curve-t.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    width: 180px;
    height: 650px;
}
.team-box-sec
{
    padding: 100px 0 75px;
    background: url(https://parksideweb.maczin.org/wp-content/uploads/2020/07/curve-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.team-box-sec img
{
    width: 100%;
}
.wpb_content_element
{
    margin-bottom: 0 !important;
}

.green-footer .footer-subtitle a
{
   text-align: center;
    margin: 0 auto;
    color: #a37a5d;
    font-size: 60px;
    text-decoration: underline;
    font-weight: 900;
}
.unique-color-dark>a
{
    color: #014e31;
}
.unique-color-dark>a>img
{
    padding-left: 5px;
    padding-right: 5px;
}

.para>p
{
    color: #fff;
}
.p-100
{
    padding: 100px 0 66px !important;
}
.view-img>img
{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.curve-brown
{
  /*  background: url(https://parksideweb.maczin.org/wp-content/uploads/2020/07/brown-curve.png);*/
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    width: 275px;
    height: 610px;
}
.green-footer
{
    background: #014e31;
    padding: 150px 0 150px;
    
}
.view-sec
{
    background: #014e31;
}
#lifestyle_head h3
{
    color: #014e31;
    font-weight: 700;
}
#lifestyle_head h4
{
    color: #014e31;
    font-weight: 300;
}
#lifestyle_head ol>li
{
    color: #014e31;
}
.life_head h1
{
    color: #a37a5d;
    font-size: 70px;
    padding: 25px 0 50px;
    text-decoration: underline;
    font-weight: bold;
}
.img_box .vc_col-sm-3 img
{
    width: 100%;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}
.lifestyleplus .vc_column-inner
{
	padding-left: 36px !important;
    padding-right: 0px !important;
    padding-top: 44px;
    padding-bottom: 44px;
}
a.brown-bg
{
    background: #967056;
    padding: 10px !important;
    color: #fff !important;
}
a.brown-bg:hover
{
    background: #014e31;
    padding: 10px !important;
    color: #014e31 !important;
}
.p-75
{
    padding: 75px 0 75px;
}
.team-p p
{
    color: #fff;
}
.team-p
{
    margin-bottom: 40px;
}



@media (max-width: 767px) {
    .img-box-sec {
        background: none;
    }
    .para>p {
    color: #fff;
/*    padding:0 15px 0;*/
}
    .curve {
        background: none;
}
    .box-img
    {
        margin-top: 25px;
    }
    .trans-btn {
    display: inline-block;
    margin-top: 23px;
}
    .img-box-sec-right .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .view-sec .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .curve-team {
         background: none;
    }
    .team-box-sec {
         background: none;
    }
    .img_box .vc_row {
    margin-left: 0;
    margin-right: 0;
}   
   #team-p-space.vc_row
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .img-box-sec .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .vc_row {
    margin-left: 0;
    margin-right: 0;
    } 
    .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
    .img-box-sec-team {
    background: #014e31;
    /* padding: 100px 0 100px; */
    background-repeat: no-repeat;
    background-size: auto;
    right: 0;
    margin-left: 0;
    /* background-color: white; */
    margin-right: -15px;
    padding-left: 0;
    padding-right: 15px;
}
    #team_bg .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .team-p p
    {
        padding-left: 10px;
    }
    #life_bg .vc_column_container>.vc_column-inner
    {
           padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .view-sec {
    background: #014e31;
    margin-left: -15px;
    margin-right: -15px;
}
    #view_bg .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .navik-header .logo {
    padding: 0 !important;
    text-align: center;
}
}

@media (min-width:768px) and (max-width:1023px)
{
    
    .vc_row {
    margin-left: 0;
    margin-right: 0;
} 
        .img-box-sec-right .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .view-sec .row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .curve-team {
         background: none;
    }
    .team-box-sec {
         background: none;
    }
    .img_box .vc_row {
    margin-left: 0;
    margin-right: 0;
}   
   #team-p-space.vc_row
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .img-box-sec .row
    {
        margin-right: 0;
        margin-left: 0;
    }
    .vc_row {
    margin-left: 0;
    margin-right: 0;
    } 
    .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100%;
}
    .img-box-sec-team {
    background: #014e31;
    /* padding: 100px 0 100px; */
    background-repeat: no-repeat;
    background-size: auto;
    right: 0;
    margin-left: -15px;
    /* background-color: white; */
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
    #team_bg .vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .team-p p
    {
        padding-left: 10px;
    }
    #life_bg .vc_column_container>.vc_column-inner
    {
           padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .view-sec {
    background: #014e31;
    margin-left: -15px;
    margin-right: -15px;
}
    #view_bg .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
    padding-right: 0 !important;
    }
    .navik-header .logo {
    padding: 0 !important;
    text-align: center;
}
    .img-box-sec {
    background: none;
}
    .banner-title {
        left: 0;
    }
}
html
{
	overflow-x: hidden !important;
}

.navik-menu ul li:hover > a
{
	color: #a37a5d !important;  
}
.banner-title
{
/*	bottom: 50% !important;*/
	left: 20% !important;
}


@media (min-width: 992px)
{
.modal .modal-full-height {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    max-width: 100%;
}
    .modal-content {
        background: #014e31
    }
}

.note
{
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    text-align: center;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.close {
    float: right;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.form-control 
    {
        padding: 25px;
    }
.modal-body {
    padding-top: 75px;
}
.modal-header {
    border-bottom: none;
}
/*
.btn {
    margin: -1px;
}
*/
.btn-primary {
    color: #fff !important;
    background-color: #a37a5d !important;
    font-weight: 900;
    padding: 10px 25px;
    font-size: 16px;
    vertical-align: inherit;
}

footer.page-footer a {
    color: #014e31;
    padding: 0 5px 0 5px
}
a:not([href]):not([tabindex])
{
      color: #014e31;
}



a.bg-btn:hover, a.trans-btn {
    color: white;
}
.view-sec .p-100
{
    padding: 100px 0 100px !important;
}
.sp-button {
    display: none !important
}
.sp-arrow:before {
    left: 30% !important;
    top: 10px !important;
}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after
{
    content: '';
    position: absolute;
    width: 30% !important;
    height: 30% !important;
}
.sp-horizontal .sp-previous-arrow {
    left: -20px !important;
    right: auto;
}
.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 30px;
    cursor: pointer;
    background: #014e31;
    padding: 25px;
}
.sp-horizontal .sp-next-arrow {
    right: -20px !important;
    left: auto;
}
.sp-previous-arrow::after, .sp-previous-arrow::before {
    background-color: #a37a5d !important;
}
/*
li.br-clr a {
    color: #a37a5d !important;
}
*/
.team-box-sec h2
{
    font-size: 20px;
    text-transform: uppercase;
}
.page-footer .col-md-6 a>span
{
    color: #014e31 !important; 
}
.curve-team-green
{
    background: url(https://parksideweb.maczin.org/wp-content/uploads/2020/08/right-curve-side.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    width: 180px;
    height: 625px;
    /* background-size: contain;*/
}
.img-box-sec-right-1 a.trans-btn {
    color: #014e31;
}
.img-box-sec-right-1 .two-btn {
    margin-top: 30px;
    padding-left: 0;
}
.modal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .5s ease-out;
    transition: transform .3s ease-out;
    transition: 1s ease;
}
.register-form h3
{
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    text-align: left;
}
.register-form p
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.register-form h4
{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: left;   
}
.modal-header .close {
    margin: inherit;;
    float: right;
    font-size: 70px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    padding: 0;
}
.form-field-left-half {
    margin-right: 21px;
}
.form-field-full, .form-field-left-half, .form-field-right-half {
    float: left;
    width: calc(50% - 21px);
    height: 50px;
    border-bottom: 1px solid #dddcd5;
}
.custom-select, .custom-submit, .custom-textarea, .text-input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    width: 100%;
    border: 0;
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: .05em;
    background-color: transparent;
    outline: none;
    font-variant-numeric: lining-nums;
    font-size: 19px;
    line-height: 26px;
    color: #fff !important;
}
.form-field-spacing {
    margin-top: 20px;
}
.form-field-full {
    width: 100%;
}
.custom-submit {
    width: 95px;
    height: 40px;
    box-shadow: none;
    text-align: center;
    transition: .5s ease;
    border: 1px solid #dddcd5;
    font-family: GT Sectra Book,serif;
    font-variant-numeric: lining-nums;
    font-size: 19px;
    line-height: 26px;
    color: #dddcd5;
    text-transform: uppercase;
    float: left;
}
.margin-top-60 {
    margin-top: 50px;
}
::placeholder
{
    color: #fff;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #014d30;
    text-decoration: none;
}

.p_clr h4 {
    color: #37a92f !important;
}
.p_clr ol>li {
    color: #37a92f !important;
}

.p1-clr h4 {
    color: #8fc00d !important;
}
.p1-clr ol>li {
    color: #8fc00d !important;
}

.br-clr h4 {
    color: #a27e64 !important;
}
.br-clr ol>li {
    color: #a27e64 !important;
}
li.menu-active
{
    color: #967056 !important;
}

.menu-active > a
{
	  color: #967056 !important
}
.example-marquee {
                position: relative;
    min-height: 700px;
            }

/*
            .content {
                display: table;
                width: 100%;
                min-height: 100vh;
                z-index: 1;
                position: relative;
            }
*/

            .content .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-left: 16px;
                padding-right: 16px;
            }

            .content .inner h1 {
                font-size: 62px;
                color: white;
                text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
            }

			.video-background-controls button {
				font-size: 32px;
				display: inline-block;
				padding: 0px;
				margin: 0px;
				height: 32px;
				width: 32px;
				border-radius: 16px;
				line-height: 32px;
				border: none;
				background: none;
				-webkit-appearance: none;
				color: white;
				filter: drop-shadow(0px 0px 1px black);
				cursor: pointer;
				opacity: 1;
				transition: all 250ms ease-in-out;
				margin-left: 10px;
			}

			.video-background-controls button:hover {
				opacity: 0.5;
			}

			iframe {
				transition: opacity 500ms ease-in-out;
				transition-delay: 250ms;
			}

#ytbg{
/*background-image: url(https://parksideweb.maczin.org/wp-content/uploads/2020/08/view-bg-scaled.jpg) !important;	*/
}
.youtube-background
{
	/*background-image: url(/wp-content/uploads/2020/08/view-bg-scaled.jpg) !important;	*/
}

.center-menu-1
{
	    display: none;
}

.center-menu-1
{
	    display: none;
}
.sticky
{
	    display: block !important;	
}



@media (max-width: 767px) {
    .img-box-sec {
        background: none;
        padding: 50px 0 50px;
    }
    .para>p {
    color: #fff;
/*    padding:0 15px 0;*/
}
    .curve {
        background: none;
}
    .box-img
    {
        margin-top: 25px;
    }

    .trans-btn {
    display: inline-block;
    margin-top: 23px;
}
    .img-box-sec-right .row
    {
        padding:0 15px 0 15px
    }
    .modal-content {
        background-color: #014e31
    }
     .modal-body {
    padding-top: 10px;
}   
    .btnSubmit {
  
    padding: 3%;
    width: 50%;
}
       .center-menu-1 {
     display: block;
}
    .bg-green {
    padding: 50px 0 50px;
}
.img-box-sec-right .container.p-100
    {
         padding: 50px 0 50px;
    }
    .green-footer {
    padding: 75px 0 75px;
}
    .img-box-sec-team .container.p-100
    {
      padding: 50px 0 50px;
    }
.team-box-sec {
    padding: 100px 0 0px;
}
    .life_head h1 {
    font-size: 55px;
    }
    .architect-img
    {
        padding: 0;
    }
    #architect-img .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left:0 !important;
    padding-right: 0 !important;
    width: 100%;
}
    .custom-submit {
    width: 100%;
    }
    h2.sec-title {
        padding-top: 25px;
    }
    .lifestyleplus .vc_column-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}
    .life_head h1 {
    font-size: 45px;
}
}

@media (max-width:1199px)
{
    .center-menu-1 {
    display: block;
}
}

.vimeo
{
	width: 100%;
	height: 760px;
}
