/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
:root {
    font-size: 20px;
}
body {
    font-family:"proxima-nova"; 
}
.wrapper {
    margin: 0 auto;
    overflow: hidden;
}
.container {
	max-width: 1200px;
	margin:0 auto;
}
.container-lg {
	max-width: 1410px;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px 0;
    transition: 0.25s ease-in;
    z-index: 9999;
}
.logo {
    width: 277px;
    transition: 0.25s ease-in; 
}
.logo a {
    display: block;
    transition: 0.25s ease-in; 
}
.logo img {
    display: block;
    width: 100%;
    transition: 0.25s ease-in;
}
.h_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.top_h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
}
.sublinks {
    margin-right: 10px;
}
.sublinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sublinks ul li {
    border-right: 1px solid #7fba00;
    padding: 0 15px;
}
.sublinks ul li:last-child {
    border-right: none;
}
.sublinks ul li a {
    display: block;
    color: #fefefe;
    font-size: 14px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}
.sublinks ul li a:hover {
    color: #7fba00;
    text-decoration: none;
}
.made_usa {
    width: 114px;
    margin-left: 25px;
}
.made_usa img {
    display: block;
    width: 100%;
}
.sticky .header {
	background: #222727;
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.sticky .header .logo {
    width: 220px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav_wrapper {
    
}
.mainnav_wrapper nav {
    
}
.mainnav_wrapper nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mainnav_wrapper nav > ul > li {
    margin-left: 50px;
}
.mainnav_wrapper nav ul li:first-child {
    margin-left: 0;
}
.mainnav_wrapper nav > ul > li > a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 37px;
    text-decoration: none;
    border-bottom: 2px solid #7fba00;
}
.mainnav_wrapper nav ul li a:hover {
    color: #7fba00;
}
.mainnav_wrapper > .btn {
    display: none;
}
a {
    transition: 0.15s ease-in;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	display: block;
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 37px;
    text-decoration: none;
    border-bottom: 2px solid #7fba00;
	height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link {
	transition: 0.15s ease-in !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover {
	color: #7fba00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link {
	color: #7fba00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item:not(:first-child) {
    margin-left: 50px;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary {
	position: static;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	top: 100%;
	background: #222727 url('http://jasonp301.sg-host.com/wp-content/uploads/2025/05/menubg.png') no-repeat center center;
	background-size: cover;
	background-blend-mode: soft-light;
	border-top: 2px solid #414b4d !important;
	padding-top: 38px !important;
	padding-bottom: 45px !important;
	box-shadow: 0 15px 15px rgba(0,0,0,0.6);
}
.mega_menu_open .header {
	background: #222727;
}
.mega-sub-menu .mega-menu-column:first-child {
	width: 44% !important;
	border-right: 2px solid #414b4d !important;
	padding-right: 30px !important;
}
.mega-sub-menu .mega-menu-column:last-child {
	width: 56% !important;
	padding-left: 45px !important;
}
.mega-sub-menu .mega-menu-column:first-child .custom-html-widget {
	max-width: 495px;
}
.mega-sub-menu .mega-menu-column:first-child .custom-html-widget img {
	display: block;
	width: 100%;
	margin-bottom: 32px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color: #7fba00;
	font-size: 36px;
	font-family:"proxima-nova"; 
    font-weight: 700;
	line-height: 1;
	padding-bottom: 26px !important;
}
#mega-menu-wrap-primary #mega-menu-primary p {
	color: #ffffff;
	font-size: 20px;
	font-family:"proxima-nova"; 
    font-weight: 400;
	line-height: 1.3;
	margin-bottom: 40px;
}
#mega-menu-wrap-primary .btn {
	font-weight: 500;
}
#mega-menu-wrap-primary .btn:hover {
	color: #ffffff;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #ffffff;
	font-size: 20px;
	font-family:"proxima-nova"; 
    font-weight: 500 !important;
	line-height: 2;
	text-transform: uppercase;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link  {
	color: #ffffff;
	font-size: 20px;
	font-family:"proxima-nova"; 
    font-weight: 500;
	line-height: 1.75;
	background: url(https://konkanexplorer.com/tmptech/wp-content/uploads/2024/04/menuarrow.png) no-repeat 5px 8px;
	padding-left: 50px;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
	 margin-left: 75px !important;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item  a.mega-menu-link {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	font-family:"proxima-nova"; 
    font-weight: 500;
	line-height: 1.75; 
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item  > a.mega-menu-link {
	padding-left: 15px;	 
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item  > a.mega-menu-link:before {
	 display: block;
	 content: "";
	 width: 7px;
	height: 7px;
	background: #7fba00;
	 border-radius: 50%;
	 position: absolute;
	 left: 0;
	 top: 13px;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
	 margin-left: 35px;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item  > a.mega-menu-link {
	 background: url(https://konkanexplorer.com/tmptech/wp-content/uploads/2024/04/menuarrow2.png) no-repeat 0 10px;
	 padding-left: 35px;
}
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover {
	 color: #7fba00 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0 15px;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homeslider {
    
}
.homeslider .backbgbox {
	position: relative;
}
.homeslider .backbgbox:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://jasonk155.sg-host.com/wp-content/uploads/2025/03/double_35.png') no-repeat left top;
    background-size: 100% 100%;
    z-index: 20;
}
.homeslider .caption {
    position: relative;
    height: 640px;
    padding: 0 20px;
    padding-bottom: 25px;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 40;
}
.homeslider .caption h1 {
    color: #7fba00;
    font-size: 80px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption h3 {
    color: #ffffff;
    font-size: 48px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.15s ease-in;
}
.homeslider .caption.showcaption h1 {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.homeslider .caption.showcaption h3 {
    animation-name: fadeIn;
    animation-delay: 0.3s;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
@keyframes fadeIn {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 
.homeslider {
    background: #000000;
}
.homeslider .backvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.homeslider .backvid iframe {
    box-sizing: border-box;
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.flipbook {
    background: #222727;
}
.flipbook .row {
    margin: 0;
}
.flip-inner {
    position: relative;
    background: #222727;
    min-height: 1px;
    height: 100%;
    padding: 25px;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    transition-delay: 0.2s;
}
.flip-inner .front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 20;
}
.flip-inner .front figure {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.flip-inner .front figure img {
    display: block;
    width: 101%;
    height: 101%;
    object-fit: cover;
}
.flip-inner .front .title {
    background: #222727;
    position: absolute;
    left: 0;
    top: 284px;
    width: calc(100% - 30px);
    border-radius: 0 100px 100px 0;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 50px;
    padding-right: 100px;
}
.flip-inner .front .title h3 {
    padding-bottom: 0;
}
.flip-inner .back {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #000000;
    border: 2px solid #016e46;
    padding: 35px 30px;
    padding-top: 70px;
    min-height: 482px;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 40;
}
.flip-inner .back h3 {
    
}
.flip-inner .back p {
    color: #fefefe;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.3;
}
.flip-inner .back .linkBtn {
	margin-top: auto;
}
.linkBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    background: none;
    border: 2px solid #7fba00;
    border-radius: 50%;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 36px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 8px;
    padding-left: 2px;
}
.flipbook [class*=col-]:hover .flip-inner {
    transform: rotateY(180deg);
}
.flip-inner .back > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-delay: 1s;
    z-index: 20;
}
.our_partners {
    background: #414b4d;
    padding-top: 60px;
}
.tmp_difference_wrapper {
    -webkit-filter: drop-shadow(0 -15px 0 #016e46);
    filter: drop-shadow(0 -15px 0 #016e46);
    margin-top: -160px;
}
.tmp_difference {
    position: relative;
    background: #000000;
    -webkit-clip-path: circle(282vw at 50% 282vw);
    clip-path: circle(282vw at 50% 282vw);
    padding-top: 145px;
    padding-bottom: 120px;
}
.tmp_difference .container {
	position: relative;
    z-index: 40;
}
.tmp_difference .tmp_bg {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0.15;
}
.tmp_difference .tmp_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vidbox {
    position: relative;
    border: 2px solid #7fba00;
}
.vidbox img {
    display: block;
    width: 100%;
}
.play_btn {
    display: block;
    position: relative;
    text-decoration: none;
}
.play_btn:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "›";
    width: 60px;
    height: 60px;
    background: #016e46;
    border-radius: 50%;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 14px;
    padding-left: 5px;
    transition: 0.15s ease-in;
}
.play_btn:hover:after {
    background: #7fba00;
}
.tmp_difference .vidbox {
	margin-right: -30px;
}
.tmp_difference .content {
    padding-left: 85px;
    padding-top: 24px;
}
.highlight_content {
    padding-left: 20px;
    border-left: 2px solid #7fba00;
    margin-bottom: 40px;
}
.highlight_content h5 {
    margin-right: -22px;
}
.highlight_content p:last-child {
    margin-bottom: 0;
}
.all_in_one {
    padding-top: 164px; 
    padding-bottom: 150px;
}
.section_title {
	
}
.section_title h2 {
    color: #222727;
    letter-spacing: 0.5px;
    padding-bottom: 36px;
}
.white_paper {
    position: relative;
    background: #414b4d;
    padding-top: 100px;
    padding-bottom: 105px;
}
.white_paper .wp_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.white_paper .wp_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.white_paper .container {
	position: relative;
    z-index: 40;
}
.white_paper h2 {
    border-bottom: 2px solid #7fba00;
    padding-bottom: 42px;
    margin-bottom: 35px;
}
.white_paper h2 .linkBtn {
	vertical-align: middle;
    position: relative;
    top: -4px;
}
.wp_list {
    
}
.wp_list [class*=col-] {
    margin-bottom: 50px;
}
.wp_box {
    position: relative;
    height: 100%;
    padding-bottom: 42px;
}
.wp_box figure {
    background: #000000;
    height: 206px;
    margin: 0;
    margin-bottom: 22px;
}
.wp_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_box .title {
    position: relative;
    padding-left: 66px;
    border-top: 2px solid #7fba00;
    padding-top: 20px;
    padding-bottom: 8px;
}
.wp_box .title .wp_icon {
	position: absolute;
    left: 0;
    top: 28px;
    width: 50px;
    height: 60px;
}
.wp_box .title .wp_icon img {
    width: 100%;
    max-height: 100%;
}
.read_more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 37px;
    min-width: 37px;
    background: none;
    border: 2px solid #7fba00;
    border-radius: 25px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 16px;
    font-family: "proxima-nova";
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
    transition: 0.15s ease-in-out;
}
.read_more i {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: block;
    position: absolute;
    left: 12px;
    top: -5px;
    transition: 0.15s ease-in;
}
.read_more span {
    font-size: 0.1px;
    opacity: 0;
    transition: 0.15s ease-in;
    white-space: nowrap;
}
.read_more:hover {
    background: #016e46;
    border: 2px solid #016e46;
    padding: 0 18px;
}
.read_more:hover span {
    font-size: 16px;
    opacity: 1;
}
.read_more:hover i {
    opacity: 0;
    transform: translateX(100%);
}
.wp_box .read_more {
	position: absolute;
    left: 0;
    bottom: 0;
}
.horz_accordion_box .accordionjs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: inherit;
    border: none;
    height: 500px;
}
.acc_content {
    position: relative;
    height: 100%;
    z-index: 20;
}
.horz_accordion_box .accordionjs > li {
    background: none;
    overflow: hidden;
}
.horz_accordion_box .accordionjs-select:checked ~ .accordionjs-title {
    background: none;
}
.horz_accordion_box .accordionjs-select:checked ~ .accordionjs-content {
    position: relative;
    margin: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
}
.horz_accordion_box .accordionjs figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.horz_accordion_box .accordionjs figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.horz_accordion_box .accordionjs-content {
    opacity: 0;
    visibility: hidden;
    background: none;
    padding: 0;
}
.accordionjs-title {
    margin-right: 15px !important;
}

#panles{
	width: calc(100% + 15px);
	height:500px;
	position: relative;
	overflow:hidden;
}
.panelHolder {
	float:left;
	position: relative;
	padding-right: 15px;
	width:100px;
	height:500px;
}
.contentHolder{
	float:left;
	position: relative;
	background:white;
	width: calc(100% - 500px);
}
.tab {
	width:85px;
	position: absolute; 
	z-index: 1;
}
.model {
	position: absolute; 
	opacity: 0; 
	width: calc(1170px - 500px) !important;
    width: 670px !important;
	height:100%;
    left: 0;
    top: 0;
    border-radius: 0 0 0 42px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}
.panelTitle.last{
	padding: 0;	
}
.active.panelHolder{
	width: 685px;
    overflow: hidden;
}
.active .model {
	visibility: visible;
	z-index: 0;
	opacity: 1;
}
.active.panelHolder {
    width: calc(100% - 500px) !important;
    width: 685px !important;
}
.panelHolder .contentHolder {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.contentHolder .tab {
    width: 85px;
    background: #7fba00;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    height: 100%;
}
.model {
    padding: 72px;
}
.model figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.model figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model figure:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,  rgba(34,39,39,1) 0%,rgba(34,39,39,1) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.model .acc_content {
    position: relative;
    z-index: 40;
} 
.acc_content h3 {
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: 0.5px;
    padding-bottom: 18px;
    max-width: 448px;
}
.acc_content p {
    max-width: 315px;
}
.contentHolder .tab  {
    position: relative;
    cursor: pointer;
    transition: 0.15s ease;
}
.contentHolder .tab .nos {
    color: #222727;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 25px;
    z-index: 20;
}
.contentHolder .tab h4 {
    color: #222727;
    font-size: 20px;
    font-family: "proxima-nova";
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 66px;
    transition: 0.1s ease;
}
.contentHolder .tab:hover {
    background: #016e46;
}
.contentHolder .tab:hover .nos {
    color: #ffffff;
    font-size: 20px;
}
.contentHolder .tab:hover h4 {
    color: #ffffff;
    font-size: 26px;
}
.active .tab h4 {
    color: #7fba00 !important;
    font-size: 16px !important;
    font-family:"proxima-nova" !important; 
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.active .tab {
	width: 72px !important;
    background: rgba(127,186,0,0) !important;
    pointer-events: none;
    overflow: visible;
}
.active .tab .nos {
    color: #7fba00 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-left: 44px !important;
}

.horz_accordion_box {
    display: flex;
    width: calc(100% + 16px);
    margin: 0 -8px;
}
.panel {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    color: #ffffff;
    cursor: pointer;
    flex: 0 0 85px;
    margin: 8px;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
}
.panel.active {
    flex: 5;
}
.panel.active h3 {
    opacity: 1;
    transition: opacity .3s ease-in .4s;
}
.panel .model {
    width: 100% !important;
}
.panel .contentHolder {
    float: none;
    width: 100%;
    height: 100%;
    background: #7fba00;
    border-radius: 0 0 42px 42px;
}
.innerhero {
    position: relative;
    background: #414b4d;
}
.innerhero figure {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.innerhero figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.innerhero figure:after {
    display: block;
    content: "";
    background: url('https://jasonk155.sg-host.com/wp-content/uploads/2025/03/heroolay_80.png') no-repeat left top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.innerhero .caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 528px;
    padding-top: 132px;
    padding-bottom: 25px;
    z-index: 40;
}
.innerhero .caption h4 {
    color: #ffffff;
    font-size: 28px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 0.86;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.71);
    padding-bottom: 10px;
}
.innerhero .caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-family:"proxima-nova"; 
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 5px 5px 4px rgba(0,0,0,0.7);
    padding-bottom: 0;
}
.innerhero .caption h1 strong {
    color: #7fba00;
    font-weight: 700;
}
.reality_wrapper {
    -webkit-filter: drop-shadow(0 -15px 0 #7fba00);
    filter: drop-shadow(0 -15px 0 #7fba00);
    margin-top: -90px;
}
.become_reality {
    background: linear-gradient(to bottom,  rgba(1,110,70,1) 0%,rgba(1,110,70,1) 45%,rgba(0,0,0,1) 100%); 
        -webkit-clip-path: circle(282vw at 50% 282vw);
    clip-path: circle(282vw at 50% 282vw);
    padding-top: 200px;
    padding-bottom: 60px;
}
.become_reality .content {
	position: relative;
	z-index: 40;
}
.sub_title {
    padding-bottom: 4px;
}
.sub_title h5 {
    font-weight: 400;
    letter-spacing: 4px;
    padding-bottom: 8px;
}
.become_reality .br_pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 61%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.become_reality .br_pic:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.become_reality .br_pic img {
    position: relative;
    display: block;
    max-width: 100%;
    -webkit-mask-image: -webkit-linear-gradient(right, #000000 , transparent);
    mask-image: linear-gradient(to left, #000000 , transparent);
    z-index: 20;
}
.highlight_content.v2 {
    padding-left: 30px;
}
.br_pic .ripple_btn {
	position: absolute;
    right: 85px;
    top: 145px;
}
.ripple_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #7fba00;
    border-radius: 50%;
    box-shadow: 5px -5px 9px rgba(0,0,0,0.15);
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding-bottom: 15px;
    padding-left: 2px;
    transition: 0.15s ease-in;
    z-index: 40;
}
.ripple_btn:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid #7fba00;
    animation: radio 2s linear infinite;
    z-index: -1;
}
.ripple_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #7fba00;
    animation: radio 2s linear infinite;
    animation-delay: 0.8s;
    z-index: -1;
}
.ripple_btn:hover {
    transform: scale(1.05);
}
@keyframes radio {
    0% {
        width: 100%;
        height: 100%;
    }
    30% { 
        opacity: 0.8;
    }
    80% { 
        opacity: 0.6;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.info_wrapper {
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(34,39,39,1) 100%);
    padding: 130px 0 120px;
}
.info_wrapper figure {
    margin: 0;
}
.info_wrapper figure img {
    display: block;
    width: 100%;
}
.info_wrapper .content {
    padding-right: 40px;
}
.applicator_shop {
    padding-top: 104px;
    padding-bottom: 112px;
}
.applicator_shop h2 {
    line-height: 1.2;
    padding-bottom: 76px;
}
.tab_links {
    margin-bottom: 70px;
}
.tab_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px solid #7fba00;
}
.tab_links ul li {
    position: relative;
    padding: 0 24px;
}
.tab_links ul li .nav-link {
    position: relative;
	color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.6px;
    border: none;
    padding: 0;
    cursor: pointer;
}
.tab_links ul li .nav-link:hover {
    color: #7fba00;
}
.tab_links ul li .nav-link.active {
    background: none;
    color: #ffffff;
    border: none;
}
.tab_links ul li .nav-link:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #7fba00;
    width: 100%;
    height: 14px;
    opacity: 0;
    transition: 0.15s ease-in;
}
.tab_links ul li .nav-link.active:after, .tab_links ul li .nav-link.is-checked:after {
    opacity: 1;
}
.tab-content h4 {
    padding-bottom: 45px;
}
.tab-content .content {
    padding-right: 50px;
}
.tab-content figure {
    margin: 0;
}
.tab-content figure img {
    display: block;
    width: 100%;
}
.square_info {
    position: relative;
    background: #414b4d;
}
.square_info .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 485px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.square_info .highlight_content {
	max-width: 585px;
}
.square_info .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.square_info .content ul li {
    line-height: 1;
}
.square_info .content ul li a {
    color: #7fba00;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.square_info .content ul li a:after {
    display: inline;
    content: "›";
    font-size: 25px;
    margin-left: 6px;
}
.square_info .content ul li a:hover {
    color: #ffffff;
}
.square_info .sq_pic {
	
}
.square_info .sq_pic figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 485px;
    height: 100%;
    margin: 0;
}
.square_info .sq_pic figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.square_info .flex-md-row-reverse .sq_pic figure {
    left: auto;
    right: 0;
}
.square_info .highlight_content {
	margin-bottom: 30px;
}
.std_content {
    padding-top: 108px;
    padding-bottom: 108px;
}
.std_content h2 {
    color: #222727;
}
.std_content p {
    color: #222727;
    margin-bottom: 22px;
}
.quote_wrapper {
    padding-top: 70px;
    padding-bottom: 74px;
}
.quote_wrapper .quote_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border: 2px solid #7fba00;
    border-radius: 50%;
    color: #7fba00;
    font-size: 48px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 auto 54px;
    padding-top: 20px;
}
.quote_wrapper blockquote {
    color: #ffffff;
    font-size: 48px;
    font-family:"proxima-nova"; 
    font-weight: 500;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 36px;
}
.quote_wrapper blockquote p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
}
.quote_wrapper blockquote strong {
    color: #7fba00;
    font-weight: 700;
}
.quote_wrapper h6 {
    color: #7fba00;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 500;
    line-height: 1.38;
}
.meet_the_team {
    padding-top: 190px;
    padding-bottom: 150px;
}
.meet_the_team .title {
    
}
.meet_the_team .title h5 {
    color: #222727;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 8px;
}
.meet_the_team .title h2 {
    color: #222727;
    padding-bottom: 36px;
}
.meet_the_team .title p {
    color: #222727;
    margin-bottom: 38px;
}
.meet_the_team .title .btn {
    min-width: 166px;
}
.team_member {
    position: relative;
    overflow: hidden;
}
.team_member figure {
    height: 358px;
    margin: 0;
}
.team_member figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_member .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background: rgba(1,110,70,0.75);
    opacity: 0;
    transition: 0.25s ease-in;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 26px;
}
.team_member .content h4 {
    color: #fefefe;
    padding-bottom: 2px;
}
.team_member .content h5 {
    color: #fefefe;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
    padding-bottom: 12px;
}
.team_member .content p {
    color: #fefefe;
    border-top: 2px solid #fefefe;
    margin-bottom: 0;
    padding-top: 12px;
}
.meet_the_team .col {
    margin-bottom: 35px;
}
.team_member:hover .content {
    opacity: 1;
    top: 0;
}
.cta_block {
    background: #414b4d;
    padding: 90px 0;
}
.cta_block h2 {
    padding-bottom: 0;
}
.contact_us {
    padding-top: 142px;
    padding-bottom: 212px;
}
.contact_us .sub_title h5 {
    padding-bottom: 12px;
}
.contact_us .content {
    padding-right: 85px;
}
.contact_us .content figure {
    margin: 0;
}
.contact_us .content figure img {
    display: block;
    width: 100%;
}
.contact_us .content .highlight_content {
	margin-bottom: 65px;
}
.contact_form .btn {
    color: #ffffff;
    font-family:"proxima-nova"; 
    font-weight: 500;
    padding: 0 28px;
    margin-top: 12px;
}
.product_library {
    background: linear-gradient(to bottom,  rgba(1,110,70,1) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 100%); 
    padding-top: 150px;
    padding-bottom: 115px;
}
.product_library .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
}
.product_library .title h2 {
    padding-bottom: 0;
}
.pr_list {
    
}
.pr_list .col {
    margin-bottom: 60px;
}
.pr_box {
	height: 100%;
}
.pr_box h4 {
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 18px;
}
.pr_box h4 strong {
    color: #7fba00;
    font-weight: 700;
}
.pr_box .pr_pic {
	position: relative;
    margin-bottom: 18px;
}
.pr_box .pr_pic figure {
    margin: 0;
    height: 240px;
}
.pr_box .pr_pic figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pr_box .pr_pic .meta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(65,75,77,0.65);
    min-height: 72px;
    padding: 14px 18px;
    transition: 0.15s ease-in;
}
.pr_box .pr_pic .meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pr_box .pr_pic .meta ul li {
    color: #fefefe;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.38;
}
.learn_more {
	color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.pr_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.filter_list {
    margin-bottom: 110px;
}
.pr_box:hover .pr_pic .meta {
    background: rgba(1,110,70,0.75);
}
.pr_box:hover .learn_more {
    border-bottom: 1px solid rgba(255,255,255,0);
} 
.material_matters {
    padding-top: 130px;
    padding-bottom: 126px;
}
.material_matters h2 {
    border-bottom: 2px solid #7fba00;
    padding-bottom: 42px;
    margin-bottom: 36px;
}
.material_matters h2 .linkBtn {
	margin-left: 25px;
}
.material_carousel_wrapper {
    position: relative;
}
.material_carousel {
    margin-right: -30px;
}
.material_carousel .slick-slide {
	margin-right: 30px;
}
.material_carousel:after {
    display: block;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,222727+10,222727+10,222727+20,222727+100&0+0,0.5+10,1+20,1+100 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(34,39,39,0.6) 10%,rgba(34,39,39,1) 22%,rgba(34,39,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: absolute;
    right: 0;
    top: 0;
    width: 33.33%;
    height: 100%;
}
.material_box {
    position: relative;
}
.material_box figure {
    background: #414b4d;
    margin: 0;
    height: 206px;
    margin-bottom: 22px;
}
.material_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.material_box .content {
    border-top: 2px solid #7fba00;
    text-align: center;
    padding-top: 25px;
    transition: 0.25s ease-in;
}
.material_box .content h4 {
    color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 14px;
    transition: 0.15s ease-in;
}
.material_box .content p {
    
}
.material_box > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.material_box:hover .content h4 {
    color: #7fba00;
}
.slick-prev {
    width: 37px;
    height: 37px;
    background: #7fba00 url('../images/leftarrow.png') no-repeat center center;
    border: none;
    border-radius: 50%;
     box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-prev:hover {
    background: #016e46 url('../images/leftarrow.png') no-repeat center center;
}
.slick-next {
    width: 37px;
    height: 37px;
    background: #7fba00 url('../images/rightarrow.png') no-repeat center center;
    border: none;
    border-radius: 50%;
     box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-next:hover {
    background: #016e46 url('../images/rightarrow.png') no-repeat center center;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slick-dots li {
    padding: 6px;
    height: 20px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: none;
    border-radius: 50%;
     box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-dots li button:hover {
    background: #7fba00;
}
.slick-dots li.slick-active button {
    background: #7fba00;
    box-shadow: 0 0 0 1px #7fba00;
}
.material_carousel_wrapper .title {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 206px;
}
.material_carousel_wrapper .title h4 {
    color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.material_carousel .slick-next {
	position: absolute;
    top: 60px;
    left: -64px;
    z-index: 20;
}
.material_carousel .slick-prev {
	position: absolute;
    top: 110px;
    left: -64px;
    z-index: 20;
}
.material_carousel .slick-dots {
    position: absolute;
    height: 206px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -118px;
}
.material_carousel .slick-current + .slick-active + .slick-active .content {
    opacity: 0;
    visibility: hidden;
}
.our_process_wrapper {
    position: relative;
    background: #414b4d;
}
.our_process_slider_wrapper {
    position: relative;
    left: 75%;
    transition: 0.8s ease-in-out;
}
.our_process_wrapper.open .our_process_slider_wrapper {
    left: 200px;
}
.our_process_wrapper.open .start_btn {
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.our_process_wrapper.open .op_nav {
	opacity: 1;
    visibility: visible;
}
.our_process_slider_wrapper .title {
    position: absolute;
    left: -75%;
    top: 0;
    width: 75%;
    height: 100%;
    -webkit-filter: drop-shadow(15px 0 0 #7fba00);
    filter: drop-shadow(15px 0 0 #016e46);
    z-index: 80;
}
.our_process_slider_wrapper .title .sub_title {
    background: #414b4d;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-mask: url('../images/arcclip.svg');
    mask: url('../images/arcclip.svg');
    -webkit-mask-position: right center;
    mask-position: right center;
    -webkit-mask-size: auto 101%;
    mask-size: auto 101%;
/*
    -webkit-clip-path: circle(38vw at calc(38vw - 50px) 50%);
    clip-path: circle(700px at calc(700px - 50px) 50%);
*/
}
.our_process_slider_wrapper .title h5 {
    padding-bottom: 10px;   
}
.our_process_slider_wrapper .title h2 {
    font-size: 80px;
    padding-bottom: 0;
}
.start_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background: #7fba00;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 9px rgba(0,0,0,0.15);
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
	padding: 0;
    padding-left: 6px;
    padding-bottom: 16px;
    transition: 0.15s ease-in;
}
.start_btn:hover {
    background: #016e46;
}
.our_process_slider_wrapper .title .start_btn {
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 40;
}
.our_process_slider_wrapper .title .op-prev {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background: #7fba00;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 9px rgba(0,0,0,0.15);
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
	padding: 0;
    padding-left: 6px;
    padding-bottom: 16px;
    transition: 0.15s ease-in;
    transform: scaleX(-1);
}
.our_process_slider_wrapper .title .op-prev:hover {
    background: #016e46;
}
.our_process_slider_wrapper .title .op-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background: #7fba00;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 9px rgba(0,0,0,0.15);
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
	padding: 0;
    padding-left: 6px;
    padding-bottom: 16px;
    transition: 0.15s ease-in;
    transform: scaleX(-1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 40;
}
.our_process_slider_wrapper .title .op-back:hover {
    background: #016e46;
}
.our_process_slider_wrapper.slmove .title .op-back {
    opacity: 0;
    visibility: hidden;
}
.our_process_slider_wrapper:not(.slmove) .op-prev {
	visibility: hidden;
}
.our_process_slider_wrapper .title .op-next {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    background: #7fba00;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 9px rgba(0,0,0,0.15);
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
	padding: 0;
    padding-left: 8px;
    padding-bottom: 16px;
    margin-bottom: 38px;
    transition: 0.15s ease-in;
}
.our_process_slider_wrapper .title .op-next:hover {
    background: #016e46;
}
.our_process_slider {
    position: relative;
    left: -50px;
    top: 0;
}
.our_process_slider:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.our_process_slider .slick-slide, .our_process_slider .item {
    position: relative;
    width: 65.75vw;
    padding: 0;
    z-index: 20;
}
.our_process_slider .slick-slide + .slick-slide .op_info {
    width: calc(100% + 50px);
    margin-left: -50px;
}
.op_info_wrapper {
    -webkit-filter: drop-shadow(15px 0 0 #7fba00);
    filter: drop-shadow(15px 0 0 #016e46);
}
.op_info {
    position: relative;
    height: 515px;
    display: flex;
    align-items: flex-end;
    padding: 40px 16% 25px;
    padding-right: 12%;
    -webkit-mask: url('../images/arcclip.svg');
    mask: url('../images/arcclip.svg');
    -webkit-mask-position: right center;
    mask-position: right center;
    -webkit-mask-size: auto 101%;
    mask-size: auto 101%;
}
.op_info:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,  rgba(34,39,39,0) 0%,rgba(34,39,39,0.8) 100%); 
}
.op_info .content {
    position: relative;
    min-height: 243px;
    z-index: 20;
}
.op_info .content h5 {
    color: #7fba00;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    padding-bottom: 0;
}
.op_info .content h4 {
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 22px;
}
.op_info .content p {
    
}
.op_title {
    -webkit-filter: none;
    filter: none;
}
.op_title .op_info {
    -webkit-mask: none;
    mask: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.op_title .op_info:after {
    display: none;
}
.op_title .op_info .content {
    min-height: 1px;
}
.op_title .op_info .content h5 {
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 10px;
    -webkit-filter: none;
    filter: none;
}
.op_title .op_info .content h2 {
    font-size: 80px;
    padding-bottom: 52px;
    -webkit-filter: none;
    filter: none;
}
.op_info .content .btn {
    font-weight: 500;
    min-width: 146px;
    -webkit-filter: none;
    filter: none;
}
.our_process_slider .slick-slide.last {
	width: calc(100vw - 475px);
}
.our_process_slider .slick-slide.last .op_info_wrapper {
    -webkit-filter: none;
    filter: none;
}
.op_nav {
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translate(0,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in;
}
.our_process_wrapper.open .our_process_slider:after {
    display: none;
}
.our_process_slider_wrapper .title .op-next.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.partners_carousel {
    
}
.partners_carousel figure {
    margin: 0;
    width: 190px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
    transform-origin: center center;
    transition: 0.5s linear;
}
.partners_carousel figure img {
    display: block;
    width: 100% !important;
    height: auto;
}
.partners_carousel .center figure {
    opacity: 1;
}
.partners_carousel_wrapper {
    position: relative;
    height: 300px;
    top: -100px;
}
.partners_carousel_outer {
    position: absolute !important;
    width: 2800px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%,0) !important;
    height: 300px;
    --scrollbar-width: 0;
	--mask-height: 350px;
	--mask-image-content: linear-gradient( to left, transparent, black var(
	--mask-height), black calc(100% - var(--mask-height)), transparent );
	--mask-size-content: 100%;
	--mask-image-scrollbar: linear-gradient(black, black);
	--mask-size-scrollbar: var(
	--scrollbar-width) 100%;
	-webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	-webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	-webkit-mask-position: 0 100%, 100% 0;
	-webkit-mask-repeat: no-repeat, no-repeat;
	-moz-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	-moz-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	-moz-mask-position: 0 100%, 100% 0;
	-moz-mask-repeat: no-repeat, no-repeat;
	mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
	mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
	mask-position: 0 100%, 100% 0;
	mask-repeat: no-repeat, no-repeat;
}
.partners_carousel .owl-item:not(.active) + .active + .active + .active + .active + .active  figure {
    transform: translateY(6px) rotate(-2.5deg);
}
.partners_carousel .owl-item:not(.active) + .active + .active + .active + .active figure {
    transform: translateY(24px) rotate(-5deg);
}
.partners_carousel .owl-item:not(.active) + .active + .active + .active figure {
    transform: translateY(52px) rotate(-7.5deg);
}
.partners_carousel .owl-item:not(.active) + .active + .active figure {
    transform: translateY(90px) rotate(-9.4deg);
}
.partners_carousel .owl-item:not(.active) + .active figure {
    transform: translateY(134px) rotate(-11deg);
}
.partners_carousel .owl-item.first figure {
    transform: translateY(180px) rotate(13.5deg);
}
.partners_carousel .center {
    transform: translateY(0) rotate(0deg);
}
.partners_carousel .center + .owl-item figure {
    transform: translateY(6px) rotate(2.5deg);
}
.partners_carousel .center + .owl-item + .owl-item figure {
    transform: translateY(24px) rotate(5deg);
}
.partners_carousel .center + .owl-item + .owl-item + .owl-item figure {
    transform: translateY(52px) rotate(7.5deg);
}
.partners_carousel .center + .owl-item + .owl-item + .owl-item + .owl-item figure {
    transform: translateY(90px) rotate(9.4deg);
}
.partners_carousel .center + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item figure {
    transform: translateY(134px) rotate(11deg);
}
.partners_carousel .center + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item + .owl-item figure {
    transform: translateY(180px) rotate(13.5deg);
}
@media only screen and (min-width: 2000px) 
{
.tmp_difference {
    -webkit-clip-path: circle(5414px at 50% 5414px);
    clip-path: circle(5414px at 50% 5414px);       
}
    
}
.mobile_menubtn {
    display: none;
}
.olay {
	display: none;
}
.mobview {
    display: none;
}
.gform_wrapper.gform-theme label {
	margin-bottom: 0 !important;
}
.gform-theme--framework .gform-field-label>.gfield_required {
	position: relative;
	color: #7fba00 !important;
	bottom: 1ex !important;
	font-size: 15px !important;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 28px !important;
}
.contact_form .gform_heading {
	display: none;
}
.contact_form  .gfield--type-section {
	display: none;
}

/*Standard styling*/
h1 {
    color: #ffffff;
    font-size: 70px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1;
}
h2 {
    color: #ffffff;
    font-size: 48px;
    font-family:"proxima-nova"; 
    font-weight: 500;
    line-height: 0.95;
    text-transform: uppercase;
    padding-bottom: 32px;
}
h2 strong {
    color: #7fba00;
    font-weight: 700;
}
h2 strong .linkBtn, h2 a .linkBtn {
    vertical-align: middle;
    position: relative;
    top: -4px;
}
h2 a {
    color: #7fba00;
    font-weight: 700;
    text-decoration: none;
}
h2 a:hover {
    text-decoration: underline;
}
h3 {
    color: #ffffff;
    font-size: 36px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 26px;
}
h3 strong {
    color: #7fba00;
    font-weight: 700;
}
h4 {
    color: #7fba00;
    font-size: 28px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 0.86;
    text-transform: uppercase;
}
h5 {
    color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 5px;
}
h6 {
    color: #7fba00;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 500;
    line-height: normal;
}
p {
    color: #fefefe;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.38;
}
li {
    color: #fefefe;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 400;
    line-height: 1.38;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border: none;
    border-radius: 25px;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
}
.btn-success {
	background-color: #7fba00 !important;
}
.btn-success:hover {
	background-color: #70a204 !important;
}
.btn-outline-success {
	border: 2px solid #7fba00;
    color: #ffffff;
}
.btn-outline-success:hover {
    border: 2px solid #7fba00;
	background: #7fba00;
}
.bg-dark {
    background-color: #222727 !important;
}
label {
    color: #ffffff;
    font-size: 20px;
    font-family:"proxima-nova"; 
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 10px;
}
label sup {
    color: #7fba00;
}
.form-group {
    position: relative;
    margin-bottom: 28px;
}
.form-control {
	display: block !important;
    width: 100% !important;
    height: 50px !important;
    background: none !important;
    border: 2px solid #7fba00 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-family:"proxima-nova" !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    padding: 0 24px !important;
}
textarea.form-control {
    height: 150px !important;
    line-height: normal !important;
    padding: 12px 24px !important;
    resize: none !important;
	min-block-size: auto !important;
}
.std_select {
	display: block !important;
    width: 100% !important;
    height: 50px !important;
    background: url('../images/selectarrow.png') no-repeat right 22px center !important;
    border: 2px solid #7fba00 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    outline: none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    font-family:"proxima-nova" !important;
    font-weight: 400 !important;
    line-height: 46px !important;
    padding: 0 24px !important;
    padding-right: 50px !important;
}
.std_select option {
    color: #7fba00;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
    opacity: 1 !important;
}

/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    -webkit-filter: drop-shadow(0 -15px 0 #016e46);
    filter: drop-shadow(0 -15px 0 #016e46);
    margin-top: -90px;
}
.footer_inner {
    background: #171717;
    -webkit-clip-path: circle(282vw at 50% 282vw);
    clip-path: circle(282vw at 50% 282vw);
    padding-top: 90px;
}
.footer_top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 58px;
    padding-bottom: 35px;
}
.footer_info {
    flex: 0 0 31.6%;
    max-width: 31.6%;
    padding-right: 30px;
}
.footer_contacts {
	flex: 0 0 25.6%;
    max-width: 25.6%;
}
.footer_links {
    flex: 0 0 25.6%;
    max-width: 25.6%;
	padding-left: 30px;
}
.footer_links.v2 {
    flex: 1;
}
.footer_logo {
    width: 255px;
    margin-bottom: 35px;
}
.footer_logo img {
    display: block;
    width: 100%;
}
.social_links {
    margin-left: 45px;
}
.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social_links ul li:not(:last-child) {
    margin-right: 34px;
}
.social_links ul li a {
    color: #ffffff;
    font-size: 28px;
    text-decoration: none;
}
.social_links ul li a:hover {
    color: #7fba00;
}
.footer h5 {
    color: #7fba00;
    padding-bottom: 9px;
}
.footer address {
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}
.footer address p {
    margin: 0;
    padding: 0;
}

.footer_contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_contacts ul li {
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 300;
    line-height: 1.5;
}
.footer_contacts ul li a {
    color: #ffffff;
    text-decoration: none;
}
.footer_contacts ul li a:hover {
    color: #7fba00;
    text-decoration: none;
}
.footer_links {
    
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links ul li {
    margin-bottom: 6px;
}
.footer_links ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family:"proxima-nova"; 
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none;
}
.footer_links ul li a:hover {
    color: #7fba00;
    text-decoration: none;
}
.footer_logolist {
    border-top: 2px solid #414b4d;
    padding-top: 24px;
    padding-bottom: 30px;
}
.footer_logolist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_logolist ul li {
    
}
.footer_logolist ul li img {
    display: block;
    max-width: 100%;
}
.copyright_box {
    background: #000000;
    border-top: 2px solid #7fba00;
    padding-top: 36px;
    padding-bottom: 30px;
}
.copyright_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.copyright_box li {
    color: #ffffff;
    font-size: 14px;
    font-family:"proxima-nova"; 
    font-weight: 300;
    line-height: 2.14;
    text-transform: uppercase;
}
.copyright_box li:after {
    display: inline;
    content: "/";
    margin: 0 5px;
}
.copyright_box li:last-child:after {
    display: none;
}
.copyright_box li a {
    color: #ffffff;
    text-decoration: none;
}
.copyright_box li a:hover {
    color: #7fba00;
    text-decoration: none;
}
.made_usa.non_molding_made_usa {
    display: none;
}
/* ---------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a[href^=tel] {
	color: #fefefe;
	text-decoration:none;
}
.footer a[href^=tel] {
	color: #ffffff;
	text-decoration:none;
}
	
/* ---------------------------------------------------------*/

