@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
	url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
	url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: bold;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrats-Light.woff2') format('woff2'),
	url('../fonts/Montserrat-Light.woff') format('woff');
	font-weight: lighter;
	font-style: lighter;
}
@import url("https://use.typekit.net/xtp6awf.css");




/* Master layout */
/************************************************************
Global styles */
/* Partial CSS Reset */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
/* End Reset */
/* Links */
a{
   color: inherit; 
   font-family: "proxima-nova",sans-serif;
}
a,
input[type="submit"] {
	display: inline-block;
	outline: none;
	-webkit-transition: all 0.3s ease 0s; 
		transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}
a[href^="tel:"] {
	color: inherit;
}
a img {
	border: none;
	-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
img {
	max-width: 100%;
}

/* Form elements */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"], 
input[type="tel"], 
textarea, 
select {
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	display: block;
	width: 100%;
	border-radius: 0;
	padding: 15px;
	text-transform: inherit;
	font-family: inherit;
	color: #000;
	background: var(--white-ffffff);
	box-shadow: none;
	border: solid 2px var(--black-000000) !important;
}
label i{
	margin-left: 2px;
	vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
	transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
	-webkit-text-fill-color: #000;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
	padding: 0;
	border: none;
	line-height: 1;
}
textarea {
	resize: none;
	overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
	color: #000;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
	color: #000;
	opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
	color: #000;
	opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1:only-child,
h2:only-child,
h3:only-child,
h4:only-child,
h5:only-child,
h6:only-child {
	margin-bottom: 0;
}
h1, h2, 
.large-text, 
.medium-title {
	font-family: "proxima-nova",sans-serif;
	font-weight: 900;
}
h1 {
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 40px;
}
h2,
.medium-title {
	font-size: 35px;
	line-height: 1.1;
	margin-bottom: 35px;
}
h3 {
	font-size: 20px;
	line-height: 1.23;
	margin-bottom: 15px;
	font-weight: 600;
}
h4 {
	
}
h5 {
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 15px;
}
h6 {
   
}
.large-text {
	font-size: 75px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova",sans-serif;
	color: var(--black-000000) !important;
}
p {
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
	margin-bottom: 25px;
}
li {
	font-family: "proxima-nova",sans-serif;
}
a {
	font-size: 20px;
}
#inner p {
	line-height: 30px;
}
#inner .main-content ul {
	padding-left: 18px;
}
/* Block-level */
/************************************************************
Generic Site Styles */

.client-badge {
	position: absolute;
	left: 25px;
	top: -10px;
	
	width: 150px;
	height: 70px;
	
}
.client-badge > .top-bar {
	height: 10px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.client-badge .bar-fold-1,
.client-badge .bar-fold-2{
	width: 20px;
	height: 20px;
	background-color: var(--untitled-color-bcbec0);
	border-radius: 50%;
	z-index: 150;
}
.client-badge .bar-fold-1{
	position: absolute;
	left: 0px;
	top: 0px;
}
.client-badge .bar-fold-2 {
	position: absolute;
	right: 0px;
	top: 0px;
}
.client-badge .bar-curve-1 {
	width: 20px;
	height: 20px;
	background-color: var(--untitled-color-d1d3d4);
	border-radius: 50%;
	z-index: 140;
	position: absolute;
	left: 10px;
	top: 0px;
}
.client-badge .bar-curve-1:before {
	content: '';
	width: 10px;
	height: 15px;
	background-color:var(--untitled-color-d1d3d4);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 140;
}
.client-badge .bar-curve-2 {
	width: 20px;
	height: 20px;
	background-color: var(--untitled-color-d1d3d4);
	border-radius: 50%;
	z-index: 140;
	position: absolute;
	right: 10px;
	top: 0px;
}
.client-badge .bar-curve-2:before {
	content: '';
	width: 10px;
	height: 15px;
	background-color:var(--untitled-color-d1d3d4);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 140;
}
.client-badge .bar-center {
	width: 80%;
	height: 100%;
	position: absolute;
	background-color: var(--white-ffffff);
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	z-index: 130;
}
.badge-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 110px;
	height: 100%;
	top: 8px;
	z-index: 200;
	overflow: hidden;
}
.badge-center-border {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	background-color: var(--untitled-color-d1d3d4);
	position: absolute;
	left: 0px;
	top: -55px;
}
.badge-center-center {
	background-color: var(--white-ffffff);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10px;
}
.badge-center-center {
	display: flex;
	justify-content: center;
}
.badge-center-center div p {
	text-align: center;
	margin-bottom: 0px;
	color: var(--black-000000);
	z-index: 200;
}
.badge-center-center > div {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
}
.featured-badge .badge-center-center > div {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
}
.badge-center-center div p:last-child {
	font-weight: bold;
	font-size: 20px;
}
.badge-center-center div p:first-child {
	font-size: 16px;
	position: relative;
	top: 5px;
}

.featured-badge .badge-center-center div p:last-child,
.details-badge .badge-center-center div p:last-child {
	font-weight: bold;
	font-size: 19px;
}
.featured-badge div p:first-child,
.details-badge div p:first-child {
	font-size: 15px;
	position: relative;
	top: 5px;
	font-weight: bold;
}
.badge-center-center:before {
	content: '';
	width: 100%;
	height: 40px;
	position: absolute;
	top: -50px;
	left: 0px;
	background-color: var(--white-ffffff);
}
.client-banner {
	width: 142px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 25px;
	position: relative;
}
.client-banner-inner {
	width: 340px;
	height: 37px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}
.client-banner-inner > div {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.client-banner-inner > div p:first-child {
	margin-bottom: 0px !important;
	font-size: 9px;
	line-height: 8px;
	position: relative;
	top: 8px;
}
.client-banner > svg > g > .cls-1 {
	fill: var(--untitled-color-d1d3d4) !important;
}
.client-banner-inner > div p:last-child {
	margin-bottom: 0px !important;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -12px;
}
.main-nav {
	margin-right: 0px !important; 
}
.flexbox {
	display: flex; 
	flex-wrap: wrap;
	align-items: stretch; 
	justify-content: flex-start;
}
.gridbox {
	display: grid;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	float: none !important;
}
.container {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 70px;
}
.container.sm {
	max-width: 1450px;
	padding-left: 40px;
	padding-right: 40px;
}
main .table.page,
.table.auto-height {
	height: auto;
}
.table.auto-width {
	width: auto;
}
.table.auto-all {
	height: auto;
	width: auto;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none !important;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.table-header-group {
	display: table-header-group;
}
.table-footer-group {
	display: table-footer-group;
}
/* Alerts */
.alert-container {
	width: 100%;
	height: 40px;
	background-color: var(--cyan-93c6db);
}
/* Navigation */
.header-logo img {
	width: 175px;
}
.header-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
header {
	height: 100px !important;
	width: 100%;
	box-shadow: 0px 0px 3px var(--black-000000)29;
}
.main-nav {
	height: 75px !important;
	width: 70%;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: 50px;
	margin-left: auto;
	padding-bottom: 5px;
}       
.logo img {
	height: 75px;
	padding-top: 10px;
}       
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav, .nav-menu,
.main-nav nav {
	height: 100%;
}
.nav-menu {
	display: flex;
	list-style-type: none;
	justify-content: flex-end;
	align-items: center;
}
.nav-menu > li {
	height: 100%;
}
.nav-menu > li:not(:last-child) {
	margin-right: 40px;
}
.nav-menu > li.has-child {
	position: relative;
}
.nav-menu a:not(.btnBlue) {
	font-size: 18px !important;
	line-height: 1.2;
	color: var(--white-ffffff);
}
.nav-menu > li > a {
	white-space: nowrap;
	position: relative;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: var(--dark-green-436843);
	height: 8px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover {
	color: var(--orange-f26822);
}
.sub-menu {
	min-width: 350px;
	text-align: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 60px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	background: var(--white-ffffff);
	border: 2px solid	var(--cyan-93c6db);
	list-style-type: none;
}
li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li {
	transition: all 0.3s ease 0s;
}
.sub-menu li:hover {
	background-color: var(--untitled-color-dfe9f5);
}
.sub-menu li:not(:last-child) a {
	border-bottom: 2px solid rgba(3, 3, 3, .09);
}
.sub-menu li a{
	display: block;
	padding: 19px 30px 19px 40px;
	position: relative;
	color: var(--untitled-color-255270) !important;
}
.main-nav-wrapper {
	width: 100%;
}
.open .main-nav-wrapper {
	z-index: 999;
}
.fixed header {
	position: fixed;
	z-index: 950;
	background-color: var(--header-footer-top-background-0a2919);
	width: 100%;
	box-shadow: 0 1px 3px -2px #000;
	top: 0px;
}
header {
	background-color: var(--header-footer-top-background-0a2919);
}
.video-list > div:last-child > a:hover {
	background-color: var(--orange-f26822);
}
.fixed header + main{
  padding-top: 150px;
}
/* Global */ 
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}          
.bodyImg {
	background-image: url(../images/layout/body.png);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	min-height: 1300px;
	left: 50%;
	transform: translateX(-50%);
}
.main-content {
	position: relative;
	margin-bottom: 100px;
}
.btn {
	border-radius: 10px !important;
	padding: 10px 25px !important;
	height: fit-content !important;
	position: relative;
}
.btnBlue .btn-text-alt {
	color: transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.btnPage {
	background-color: var(--orange-f26822);
	color: var(--white-fffffe);
	border: solid 2px var(--orange-f26822) !important;
}
.btnPage:hover {
	background-color: var(--header-footer-top-background-0a2919);
	border: solid 2px var(--header-footer-top-background-0a2919) !important; 
}
.btnBlue {
	background-color: var(--orange-f26822);
	color: var(--white-fffffe);
	border: solid 2px var(--orange-f26822) !important;
}
.btnCobalt {
	background-color: var(--orange-f26822);
	border: solid 2px var(--orange-f26822) !important;
	color: var(--white-ffffff);
}
.btnCobalt:hover {
	background-color: var(--white-ffffff);
	border: solid 2px var(--white-ffffff) !important;
	color: var(--orange-f26822);
}
.client-left ul li a i {
	color: var(--untitled-color-a8a8a8);
}
.client-left ul li a:hover i {
	color: var(--orange-f26822);
}
.client-phone {
	color: var(--black-000000);
}
.client-left > a i {
	color: var(--orange-f26822);
}
.btnBorder {
	background-color: transparent !important;
	color: var(--white-fffffe) !important;
	border: solid 2px var(--white-ffffff) !important;
}
.btnBorder:hover {
	background-color: var(--white-ffffff) !important;
	color: var(--header-footer-top-background-0a2919) !important;
	
}
.client-left .btnBorder {
	background-color: transparent !important;
	color: var(--footer-btm-background-006934) !important;
	border: solid 2px var(--footer-btm-background-006934) !important;
}
.client-left .btnBorder:hover {
	background-color: transparent !important;
	color: var(--header-footer-top-background-0a2919) !important;
	border: solid 2px var(--header-footer-top-background-0a2919) !important;
}
.client-head h1 {
	color: var(--footer-btm-background-006934) !important;
}
.btnBlue:hover .btn-text-alt {
	color: var(--orange-f26821) !important;
}
.btn span {
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.btnBlue:hover {
	background-color: var(--white-ffffff);
	border: solid 2px var(--white-ffffff) !important;
	color: var(--orange-f26821) !important;
}
.btnBlue:hover span:first-child {
	color: transparent;
}
.btnBlue:hover span:first-child {
	color: transparent;
}
.filterSel {
	border-radius: 10px !important;
	padding: 10px 25px !important;
	color: var(--header-footer-top-background-0a2919) !important;
	height: fit-content !important;
	position: relative;
	margin: 0 auto;
	width: 300px;
	text-align: center;
	border: 2px solid var(--untitled-color-c3c3c3);
	position: relative;
	z-index: 55;
}
.filterSel:before {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	font-size: 12px;
	right: 15px;
	color: var(--untitled-color-c3c3c3) !important;
	transform: translateY(-50%);
}
.sel-container {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 25px 0px;
}
.sel-list {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: var(--white-ffffff);
	border: 2px solid var(--untitled-color-c3c3c3);
	border-top: none;
	border-radius: 10px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	z-index: 50;
	padding-top: 15px;
	display: none;
}
.sel-link-active:before {
	content: '\f077';
}
.sel-active {
	display: block;
}
.sel-list a {
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.sel-list a:hover {
	color: var(--black-000000) !important;
}
.active-industry-filter {
	font-weight: bold;
	color: var(--black-000000) !important;
}
.sel-block {
	position: relative;
}
.btnBlue:hover .btn-text-alt {
	color: var(--white-ffffff);
}
.close-btn {
	display: none !important;
}
/* Footer */ 

.footer-top .flexbox {
	justify-content: space-between;
}
.footer-top > .container > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-top > .container > div > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-top > .container,
.footer-top > .container > div {
	min-height: 100px;
}
.footer-top > .container > div > div {
	height: 100%;
}
.footer-top > .container > div > div:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer-top > .container > div > div:last-child > div {
	margin-right: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-top > .container > div > div:last-child > div p {
	margin-bottom: 0px;
	color: var(--white-ffffff);
}
.footer-top > .container > div > div:last-child > div i {
	font-size: 30px;
	margin-right: 10px;
	color: var(--orange-f26822);
}
.footer-top > .container > div > div:last-child > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.footer-top > .container > div > div:last-child > div a {
	color: var(--white-ffffff);
	font-weight: bold;
	font-size: 16px;
}
.footer-top > .container > div > div:first-child > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;	
	flex-wrap: wrap;
	width: 200px;
}
#main-footer .container {
	padding: 0px 25px !important;
}
.footer-top > .container > div > div:first-child > div p {
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}
.footer-top > .container > div > div:first-child > div a {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
}
.footer-top {
	min-height:100px;
	background-color: var(--header-footer-top-background-0a2919);
}
.footer-btm {
	min-height: 50px;
	width: 100%;
	background-color: var(--footer-btm-background-006934);
}
.footer-top > .container > div {
	border-top: 1px solid	var(--black-000000)29;
}
.footer-btm > .container {
	min-height: 50px !important;
}
.footer-btm > .container > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	min-height: 50px !important;
}
.footer-btm > .container > div ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	list-style-type: none;
}
.footer-btm > .container > div ul li a {
	color: var(--white-ffffff);
	text-decoration: underline;
}
.footer-btm > .container > div ul li {
	margin-right: 15px;
}
.footer-btm > .container > div p {
	margin-bottom: 0px;
	color: var(--white-ffffff);
}
#footer h5 {
	font-family: "proxima-nova",sans-serif;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
}
#footer a {
	font-weight: bold;
}
#footer i {
	font-size: 30px;
	color: var(--untitled-color-255270);
}
.logo-main img{
	height: 100px !important;
}
/* Alerts */
.alert-container .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.alert-container {
	display: flex;
	align-items: center;
	position: relative;
}
.alertClose {
	position: absolute;
	right: 25px;
}
.alert-container a {
	margin-left: 25px;
	text-decoration: underline;
	font-weight: bold;
	color: var(--untitled-color-255270);
}
.logo-nav{
	z-index: 500;
}
.alert-container p {
	margin-bottom: 0px !important;
}
/* SITE COLORS */
.one {
    color:var(--white-ffffff);
    background-color: var(--black-000000);
}
.two {
    color:var(--white-ffffff);
    background-color: var(--untitled-color-173a36);
}
.three {
    color:var(--white-ffffff);
    background-color: var(--untitled-color-255270);
}
.four {
    background-color: var(--dark-green-436843);
}
.five {
    background-color: var(--cyan-93c6db);
}
.six {
    background-color: var(--untitled-color-dfe9f5);
}
.mobile-nav {
	position: fixed;
	right: -150%;
	top: 0px;
	width: 75%;
	height: 100%;
	background-color: var(--white-ffffff);
	z-index: 500;
	box-shadow: 0px 0px 10px var(--untitled-color-232931);
	display: none;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.mobile-nav #nav-close-btn {
	display: block;
	position: absolute;
	top: 50px;
	right: 50px;
}
.mobile-nav #nav-close-btn:before {
	font-size: 30px;
	color: var(--blue-2d3f91);
}
.mobile-nav .nav-menu {
	display: block;
	margin-top: 100px;
	margin-left: 50px;
}
.mobile-nav .nav-menu li {
	width: 100%;
	display: block !important;
	height: fit-content;
}
h2, .featured-head {
	color: var(--header-footer-top-background-0a2919) !important;
}
.mobile-nav .nav-menu li a {
	font-size: 40px !important;
	color: var(--blue-2d3f91);
}
.mobile-nav .nav-menu li a:hover {
	color: var(--untitled-color-707070) !important;
}
.center {
	text-align: center;
}
.page-text h1 {
	color: var(--header-footer-top-background-0a2919) !important;
}
.client-item > a {
	width: 100%;
	height: 100%;
}
.footer-btm a  {
	font-size: 16px;
}
.select2-search__field {
	display: none !important;
}
.right-col {
	width: 30%;
	padding-top: 125px;
	padding-left: 50px;
}
.feature-arrows .slick-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--header-footer-top-background-0a2919);
	position: absolute;
	right: 0px;
	top: 0px;
}
.feature-arrows .slick-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--header-footer-top-background-0a2919);
	position: absolute;
	left: 0px;
	top: 0px;
}
.feature-arrows .slick-prev:before {
	content:'\f060';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
}
.feature-arrows .slick-next:before {
	content:'\f061';
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 30px;
	font-weight: 300;
}
#inner a:not(.btn) span {
	font-size: 16px; 
	font-weight: bold;
}
#inner a:not(.btn) span {
	font-weight: bold!important;
}
.video-list > div > a {
	background-color: #0a2919;
}