* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
html {
	padding: env(safe-area-inset);
}
ul.nolist, ol.nolist, ul.nolist li, ol.nolist li {
	list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 20px;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
    outline: 0 none;
    background: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   cursor: pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
	display: block;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.f-left, .alignleft {
	float: left;
}
.f-right, .alignright {
	float: right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.d-none, .hide {
	display: none !important;
}
.v_mid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
.ord-1 {
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
}
.ord-2 {
	-webkit-order: -2;
	-moz-order: -2;
	-ms-order: -2;
	-o-order: -2;
	order: -2;
}
.ord-3 {
	-webkit-order: -3;
	-moz-order: -3;
	-ms-order: -3;
	-o-order: -3;
	order: -3;
}
.gap-5px {
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -o-gap: 5px;
    -ms-gap: 5px;
    gap: 5px;
}
.gap-10px {
    -webkit-gap: 10px;
    -moz-gap: 10px;
    -o-gap: 10px;
    -ms-gap: 10px;
    gap: 10px;
}
.gap-20px {
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -o-gap: 20px;
    -ms-gap: 20px;
    gap: 20px;
}
.gap-30px {
    -webkit-gap: 30px;
    -moz-gap: 30px;
    -o-gap: 30px;
    -ms-gap: 30px;
    gap: 30px;
}
.gap-40px {
    -webkit-gap: 40px;
    -moz-gap: 40px;
    -o-gap: 40px;
    -ms-gap: 40px;
    gap: 40px;
}
.gap-50px {
    -webkit-gap: 50px;
    -moz-gap: 50px;
    -o-gap: 50px;
    -ms-gap: 50px;
    gap: 50px;
}
.gap-60px {
    -webkit-gap: 60px;
    -moz-gap: 60px;
    -o-gap: 60px;
    -ms-gap: 60px;
    gap: 60px;
}
.gap-70px {
    -webkit-gap: 70px;
    -moz-gap: 70px;
    -o-gap: 70px;
    -ms-gap: 70px;
    gap: 70px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--fontFamily);
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}
:-moz-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}
::-moz-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
	opacity: 1;
}
:-ms-input-placeholder {
	color: var(--placeholderColor);
	font-family: var(--placeholderFont);
}

/* clears the 'X' */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: var(--fontFamily);
	font-weight: 400;
	font-size: 14px;
	color: #323232;
	line-height: 1.5;
}
.w100p, .site, .site-inner, .site-header, .site-content, .site-main, .site-footer {
	width:100%;
}
.logoArea, .site-logo {
	width: 100%;
	max-width: 200px;
	display: block;
}
.logoArea {
	margin: 0 auto;
}
.logoArea img, .site-logo img {
	width: 200px;
	height: 56px;
}
.container {
    width: 100%;
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}
@media screen and (min-width: 992px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
#header-top {
    width: 100%;
    background-color: var(--color3);
    padding: 10px 0;
}
#header-top p, #header-top a {
    color: #fff;
}
#header-top li {
	margin-left: 15px;
}
#site-header {
    width: 100%;
    display: block;
    padding: 10px 0;
}
.site-nav li {
    margin-left: 20px;
}
.site-nav li a {
	color: var(--color4);
}
.menu-bar {
    width: 30px;
    height: 5px;
    display: block;
    margin: 5px 0;
    background-color: var(--color3);
}

#bannerSection {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    background-color: #000;
    background-attachment: fixed;
}
.bannerInner {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 80px 0;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
#bannerSection h1 {
    display: block;
    text-align: center;
    color: #fff;
}

.site-content {
    padding: 50px 0;
    display: block;
}


#site-footer {
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    background-color: var(--color3);
}
#site-footer p {
    text-align: center;
    color: #fff;
}

#site-content > .container > .wpcf7 {
	width: 100%;
	max-width: 400px;
	padding: 30px;
	border: 1px solid #f9f9f9;
	background-color: #f6f6f6;
	display: block;
	margin: 0 auto;
}
.wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 label,
.wpcf7-form-control-wrap {
	width: 100%;
}
.wpcf7 input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wpcf7 textarea,
.wpcf7 select {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid #323232;
	background-color: #fff;
	padding: 10px;
}
.wpcf7 input[type="submit"] {
	width: 100%;
	max-width: 150px;
	padding: 10px;
	background-color: var(--color3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menu-button {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #999;
}
#mobilemenu {
	position: fixed;
	top: 0;
	right: 0;
	width: 80vw;
	max-width: 300px;
	height: 100vh;
	z-index: 9;
	background: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	padding: 20px;
	box-shadow: 0 0 20px #000;
	transform: translateX(110%);
	-webkit-transform: translateX(110%);
	-moz-transform: translateX(110%);
	-ms-transform: translateX(110%);
	-o-transform: translateX(110%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#mobilemenu.openMenu {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.closeMenu {
    background: none;
    padding: 10px;
    width: 100%;
    font-size: 25px;
    line-height: 1;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
/* .mobileMenu {
	height: calc(100% - 45px);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
} */
.mobileMenu li {
	margin: 10px 0;
}
.mobileMenu li a {
	padding: 10px 0;
	font-size: 18px;
}
/* CSS Document */