/*
Theme Name: X1 Discovery
Version: 5.6
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 BACK TO TOP BUTTON
 *   2.3 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 BORDERS & DIVIDERS
 *   3.4 BUTTONS
 *   3.5 ICONS
 *   3.6 LIST STYLES
 *   3.7 FORM STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 BODY STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 PAGE NAV BAR
 *   5.5 MAIN
 *   5.6 ARCHIVE
 *   5.7 SINGLE
 *
 * 6 FOOTER STYLES
 *   6.1 CTA BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../optik-theme/style.css");



/*** Fira Sans  ***/

/* Normal */
@font-face {
  font-family: 'Fira Sans';
  font-weight: normal;
  src: url('fonts/Fira_Sans/FiraSans-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/Fira_Sans/FiraSans-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Fira Sans';
  font-weight: 600;
  src: url('fonts/Fira_Sans/FiraSans-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Fira Sans';
  font-weight: bold;
  src: url('fonts/Fira_Sans/FiraSans-Bold.ttf');
}





/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  2.1 UNIVERSAL STYLES  ***/

:root {
	--primary: #0749ED;
	--primary-lt: #4C79E9;
	--primary-md: #0434AB;
	--primary-dk: #011649;
	--secondary:#2cb7db;
	--secondary-lt:#51C3E3;
	--secondary-dk:#037B9D;
	--accent: #e8753b;
	--accent-dk: #cc6633;
	--accent-lt: #fd9662;
	--dark-1: #2b3642;
	--dark-2: #46505a;
	--dark-3: #5a5a5a;
	--light-1: #cbd2de;
	--light-2: #f2f7fc;
	--light-3: #f7f7f7;
  --shadow-1: 0 16px 32px -16px rgba(0,0,0,.64);
  --shadow-2: 0 40px 120px -40px rgba(0,0,0,.24);
	--gap-xs: 5px;
	--gap-sm: 10px;
	--gap-md: 15px;
	--gap-lg: 20px;
	--gap-xl: 30px;
	--spacer-xs: 20px;
	--spacer-sm: 60px;
	--spacer-md: 80px;
	--spacer-lg: 100px;
	--spacer-xl: 120px;
	--radius-0: 50%;
	--radius-1: 4px;
  --radius-2: 50px;
  --font-1: 'Arial', sans-serif;
  --font-2: 'Fira Sans', sans-serif;
}

html {font-size: 16px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--dark-1);
  background: white;
}

.section-container {max-width: 1300px;}



/***  2.2 BACK TO TOP BUTTON  ***/

.btt-button .fa {
	font-weight: 300;
  border-radius: var(--radius-0);
  background: var(--primary);
  color: white;
}

.btt-button .fa:before {font-weight: 300;}

.btt-button:hover .fa {
  border-color: var(--primary-dk);
  background: var(--primary-dk);
  color: white;
}



/***  2.3 ELEMENTOR  ***/

/* Elementor Container Margins */

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow {
	margin-top: calc(var(--gap-xs) * -1);
	margin-bottom: calc(var(--gap-xs) * -1);
}

.elementor-column-gap-default {
	margin-top: calc(var(--gap-sm) * -1);
	margin-bottom: calc(var(--gap-sm) * -1);
}

.elementor-column-gap-extended {
	margin-top: calc(var(--gap-md) * -1);
	margin-bottom: calc(var(--gap-md) * -1);
}

.elementor-column-gap-wide {
	margin-top: calc(var(--gap-lg) * -1);
	margin-bottom: calc(var(--gap-lg) * -1);
}

.elementor-column-gap-wider {
	margin-top: calc(var(--gap-xl) * -1);
	margin-bottom: calc(var(--gap-xl) * -1);
}

/* Elementor Inner Container Margins */

.elementor-inner-section > .elementor-column-gap-narrow {
	margin-left: calc(var(--gap-xs) * -1);
	margin-right: calc(var(--gap-xs) * -1);
}

.elementor-inner-section > .elementor-column-gap-default {
	margin-left: calc(var(--gap-sm) * -1);
	margin-right: calc(var(--gap-sm) * -1);
}

.elementor-inner-section > .elementor-column-gap-extended {
	margin-left: calc(var(--gap-md) * -1);
	margin-right: calc(var(--gap-md) * -1);
}

.elementor-inner-section > .elementor-column-gap-wide {
	margin-left: calc(var(--gap-lg) * -1);
	margin-right: calc(var(--gap-lg) * -1);
}

.elementor-inner-section > .elementor-column-gap-wider {
	margin-left: calc(var(--gap-xl) * -1);
	margin-right: calc(var(--gap-xl) * -1);
}

/* Container Padding */

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 50px;
	padding-right: 50px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(50px - var(--gap-xs));
	padding-right: calc(50px - var(--gap-xs));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(50px - var(--gap-sm));
	padding-right: calc(50px - var(--gap-sm));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(50px - var(--gap-md));
	padding-right: calc(50px - var(--gap-md));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(50px - var(--gap-lg));
	padding-right: calc(50px - var(--gap-lg));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(50px - var(--gap-xl));
	padding-right: calc(50px - var(--gap-xl));
}

@media screen and (max-width: 900px) {

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no {
	padding-left: 40px;
	padding-right: 40px;
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow {
	padding-left: calc(40px - var(--gap-xs));
	padding-right: calc(40px - var(--gap-xs));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default {
	padding-left: calc(40px - var(--gap-sm));
	padding-right: calc(40px - var(--gap-sm));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended {
	padding-left: calc(40px - var(--gap-md));
	padding-right: calc(40px - var(--gap-md));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide {
	padding-left: calc(40px - var(--gap-lg));
	padding-right: calc(40px - var(--gap-lg));
}

.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: calc(40px - var(--gap-xl));
	padding-right: calc(40px - var(--gap-xl));
}

}

@media screen and (max-width: 600px) {

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
	
.elementor-inner-section > .elementor-column-gap-no, 
.elementor-inner-section > .elementor-column-gap-narrow, 
.elementor-inner-section > .elementor-column-gap-default, 
.elementor-inner-section > .elementor-column-gap-extended, 
.elementor-inner-section > .elementor-column-gap-wide, 
.elementor-inner-section > .elementor-column-gap-wider {
	margin: 0;
	margin-top: -15px;
	margin-bottom: -15px;
}
	
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding: 15px;	
}
	
.elementor-inner-section > .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-extended > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wide > .elementor-column > .elementor-element-populated, 
.elementor-inner-section > .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
	padding-left: 0;
	padding-right: 0;
}

}

@media screen and (max-width: 420px) {

.elementor-column-gap-no, 
.elementor-column-gap-narrow, 
.elementor-column-gap-default, 
.elementor-column-gap-extended, 
.elementor-column-gap-wide, 
.elementor-column-gap-wider, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-no, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-narrow, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-default, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-extended, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wide, 
.elementor-top-section.elementor-section-boxed > .elementor-column-gap-wider {
	padding-left: 0;
	padding-right: 0;
}

}

/* Elementor Headings */

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

/* Elementor Testimonials */

.elementor-testimonial__image {display: none !important;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Buttons */

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

/* Elementor Icons */

[class*="eicon-"], 
[class*="e-icon-"] {font-style: normal !important;}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Elementor Gallery */

.elementor-lightbox [class*="eicon-"] {color: white !important;}

.elementor-image-gallery .gallery-item img {border: 0 !important;}

.elementor-slideshow__header {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary-md);}

a:hover {color: var(--primary-dk); text-decoration: none;}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: var(--font-2);
  color: var(--dark-1);
}

h1 {font-size: 2.8em;}
h2 {font-size: 2.5em;}
h3 {font-size: 2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1em;}
h6 {font-size: 0.75em;}

@media (max-width: 768px) {
  h1 {font-size: 2.7em;}
  h2 {font-size: 2.3em;}
}

/***  3.3 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
    clear: both;
}



/***  3.4 BUTTONS  ***/

.button, 
a.elementor-button {
  padding: 0.9em 2em;
  border: 1px solid var(--primary);
  border-radius: var(--radius-2);
  background-color: var(--primary);
  font-weight: 600;
  color: white;
}

.button:hover, 
a.elementor-button:hover {
  border-color: var(--primary-dk);
  background-color: var(--primary-dk);
  color:white;
}

.button i, a.elementor-button .elementor-button-icon i {color: white;}
.button:hover i, a.elementor-button:hover .elementor-button-icon i {color: white;}

/** Secondary Button **/

.button-secondary, 
.secondary-button .elementor-button {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: white;
}

.button-secondary:hover, 
.secondary-button .elementor-button:hover {
  border-color: var(--secondary-dk);
  background-color: var(--secondary-dk);
  color: white;
}

/* Empty Button */

.button-empty, 
.bordered-button .elementor-button {
  border-color: var(--secondary);
  background-color: transparent;
  color: var(--secondary);
}

.button-empty:hover, 
.bordered-button .elementor-button:hover  {
  border-color: var(--secondary-dk);
  background-color: transparent;
  color:var(--secondary-dk)!important;
}

.button-empty, .bordered-button .elementor-button .elementor-button-icon i {color: var(--secondary);}
.button-empty, .bordered-button .elementor-button:hover .elementor-button-icon i {color: var(--secondary-dk) !important;}


/** Black Button **/

.button-mono, 
.button-mono .elementor-button {
  border-color: black;
  background-color: black;
  color: white;
}

.button-mono:hover, 
.button-mono .elementor-button:hover {
  border-color: white;
  background-color: white;
  color: black;
}



/** Text Button **/
.button-text .elementor-button {
  padding: 0;
  border: 0;
  color: var(--dark-1);
  font-weight: inherit;
  background-color: transparent;

}

.button-text .elementor-button:hover {
  color: var(--primary);
  background-color: transparent;
}


/***  3.5 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color: var(--primary);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color: white;
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color: var(--primary);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary);
  color: white;
}

a .fa-bg {
  background-color: var(--primary);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--primary);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary);}
a .fa-br {border-color: var(--primary);}
a:hover .fa-br {border-color: var(--primary);}



/***  3.6 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  right: calc(100% + 0.75em);
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--primary);
}

.contact-list a {display: block;}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}



/***  3.7 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--primary);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  border: 1px solid var(--secondary);
  background-color: transparent;
  color: var(--secondary);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0.9em 2em;
  border-radius: var(--radius-2);
  font-weight: 600;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  border-color: var(--secondary-dk);
  background-color: transparent;
  color:var(--secondary-dk) !important;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	border-color: var(--secondary-dk);
  background-color: transparent;
  color:var(--secondary-dk) !important;
}


/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background-color: var(--light-3);}

input[type="text"].search-field:focus {background-color: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/* Ninja Forms */

.nf-before-form-content {display: none !important;}

.nf-field-element input[type="button"] {height: 40px;}



/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  4.1 SCROLL BAR  ***/

.scroll-bar .section-container {max-width: none;}

.scroll-bar {
	background: white;
	border-bottom: 2px solid var(--primary-dk);
	box-shadow: var(--shadow-2);
}

.scroll-logo img {max-height: 35px;}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ddd;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}


/***  4.3 HEADER  ***/

.header-container {max-width: none;}


.header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}


.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo img {max-height: 50px;}


/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--primary-lt);}

.header .menu-button.active .fal {
  background: var(--primary);
  color: white;
}


/***  4.4 NAV BAR  ***/

.nav-bar {background: #eee;}


/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  color: white;
  padding: 35px 15px;
  transition: all .2s linear;
  font-weight: 600;
  font-family: var(--font-2);
}

.scroll-menu > li > a {
	padding-top: 24px;
	padding-bottom: 24px;
}

.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {
  text-decoration: none;
  color: var(--primary-lt);
}

.scroll-menu > li > a {
  color: var(--dark-1);
}

.nav-menu li ul li ul {
    top: 14px;
    left: 100%;
}


.nav-menu > li > ul:after {
    position: absolute;
    bottom: calc(100% - 16px);
    left: 52px;
    z-index: 1;
    width: 1em;
    height: 1em;
    display: block;
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    font-variant: normal;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.5em;
    color: white;
    content: "\f0d8";
}
/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.6em 2em;
  border-radius: var(--radius-2);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color: var(--secondary);
  color: white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: var(--secondary-dk);
  color: white;
}

.scroll-menu > li.nav-button > a > span { 
	background-color: var(--primary);
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  margin-top: -15px;
  width: 240px;
  background-color: white;
  border-radius: 4px;
}

.nav-menu li ul li:not(:last-child) {border-bottom: 1px solid rgba(0,0,0,0.08);}

.nav-menu li ul li a {
  padding: 12px 15px;
  text-align: left;
  color: var(--dark-1);
  font-family: var(--font-2);
  font-size: 0.9em;
  font-weight: 600;
}

.nav-menu li ul li.current-menu-item > a, 
.nav-menu li ul li:hover > a {color: var(--primary);}

.nav-menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1em;
  content: "\f107";
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-menu > li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}



/***  4.7 MOBILE NAV  ***/

.mobile-nav {
  background-color: var(--dark-1);
}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid rgba(255,255,255,0.08);}

.mobile-menu li a {color: white; font-family: var(--font-2);}

.mobile-menu li.current-menu-item > a {background-color: var(--primary);}

.mobile-menu li ul {
  background-color: rgba(0,0,0,0.1);
  font-size: 0.9em;
}

.mobile-menu li.menu-item-has-children:after {color: white;}





/******************************************************************************
 * * *  5 BODY STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/



/***  5.1 BANNER  ***/

.banner {
  background-color: var(--primary-dk);
  color: white;
}

.banner:before {opacity: 0.5!important;}

.banner-inner {
  min-height: 150px;
  padding-top: 130px;
  padding-bottom: 50px;
  text-align: left;
}

.banner-tall .banner-inner {min-height: 700px; text-align: left;}

.banner h1 {margin-bottom:0px; margin-top:0px;}
.banner p {margin-bottom: 0;}
.banner .alt-button:hover {color:white!important;}

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

/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--light-2);
}



/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--light-1);
}



/***  5.4 PAGE NAV BAR  ***/

@media screen and (max-width: 900px) {
.page-nav-bar {padding-top: 10px;}
}

.page-nav-bar .page-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.page-nav-bar .page-menu {display: flex;}

.page-nav-bar .page-menu li {
  margin: 0;
	padding: 10px 5px;
  line-height: 1.4;
  text-align: center;
}

.page-nav-bar .page-menu li > a {
    padding: 18px;
    display: flex;
    align-items: center;
		border-radius: var(--radius-2);
    color: var(--dark-1);
    font-family: var(--font-2);
    font-weight: 600;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.page-nav-bar .page-menu li.current-menu-item > a {
    background: var(--primary);
    color: white;
}

.page-nav-bar .page-menu li:hover > a {
    background: var(--primary-dk);
    text-decoration: none;
    color: white;
}



/***  5.5 MAIN  ***/

.main, 
.section-spacer {
  padding-top: var(--spacer-md);
  padding-bottom: var(--spacer-md);
}

.section-spacer-top {padding-top: var(--spacer-md);}
.section-spacer-btm {padding-bottom: var(--spacer-md);}

.section-spacer-sm {
  padding-top: var(--spacer-sm);
  padding-bottom: var(--spacer-sm);
}

.section-spacer-top-sm {padding-top: var(--spacer-sm);}
.section-spacer-btm-sm {padding-bottom: var(--spacer-sm);}

.section-spacer-lg {
  padding-top: var(--spacer-lg);
  padding-bottom: var(--spacer-lg);
}

.section-spacer-top-lg {padding-top: var(--spacer-lg);}
.section-spacer-btm-lg {padding-bottom: var(--spacer-lg);}

@media screen and (min-width: 421px) {
.content .alignleft {margin: 0 20px 1em 0;}
.content .alignright {margin: 0 0 1em 20px;}
}



/***  5.6 ARCHIVE  ***/

/* Archive Nav Bar */

.archive-nav-bar-inner {padding-top: 20px;}

.archive-nav-bar .archive-cats select, 
.archive-nav-bar .archive-search form {max-width: 300px;}

.archive-nav-bar .archive-search form {margin-left: auto;}
.archive-nav a {
	font-size:18px;
	font-weight:700;
}

.archive-nav a{
    padding: 0.5em 1.5em;
    border: 1px solid var(--primary);
    border-radius: var(--radius-2);
    background-color: var(--primary);
    font-weight: 600;
    color: white;
}

.archive-nav a:hover{
	border: 1px solid var(--primary-dk);
	background-color: var(--primary-dk);
}

/* Entry Cols */

.entry-cols .entry-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 30px 85px 30px;
  border-radius: var(--radius-1);
  color: white;
  box-shadow: 0px 0px 60px 8px rgba(0, 0, 0, 0.15);
  background: var(--primary-dk);
  transition: all 300ms ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

.entry-cols .entry-link:hover {
	text-decoration: none;
	box-shadow: var(--shadow-1);
}


.post-cols .post-thumb {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.entry-cols .entry-link .entry-title {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--secondary);
}

.entry-cols .entry-link:hover {transform: translateY(-3px);}

.entry-cols .entry-thumb-wrap {margin: -40px -40px 20px -40px;}

.entry-cols .entry-meta {margin-top: -0.5em; font-weight: bold;}

.entry-cols .entry-source {display:block;}

.entry-cols .entry-date {
	opacity: 0.7;
	text-transform: uppercase;
	font-size: 0.9em;
}

.entry-cols .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white;
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  left: 30px;
  bottom: 30px;
}

.entry-cols .entry-link .entry-button {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: var(--primary-lt);
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.entry-cols .entry-link:hover .entry-button {color: var(--primary);}

.entry-cols.entry-date, .post-date { font-weight:bold; }

/***  5.7 SINGLE  ***/

.single-post .entry-cats { display:inline-block!important; }

.single-post a.post-cat-link {color:var(--secondary); text-transform:uppercase; font-weight: bold;}

/* Post Nav */

.post-nav {
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}

.post-nav .grid {align-items: center;}

/* Social Share Buttons */

.a2a_floating_style{position:absolute !important;}
.fixed_social{position:fixed !important;padding-top: 15px !important;top:100px !important;}
.bottom_social_share {
    z-index: 1 !important;
    bottom: 10px !important;
    top: auto !important;
}
.relative_class {
    position: relative;
}
.post-content{position:relative;}

.blog-index .a2a_kit{display:none;}

.a2a_s__default {
  padding: 0.25em !important;
  border-radius: 50% !important;
}

@media only screen and ( min-width: 981px ) {
.addtoany_content_top,.addtoany_content_bottom{display:none}
}

.single-post .entry-cats{
	display:none;
}

/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  6.1 CTA BAR  ***/

.cta-bar {
  padding-top: var(--spacer-md);
  padding-bottom: var(--spacer-md);
  background-color: var(--primary);
  color: white;
  text-align: center;
}

.cta-bar .elementor-widget-heading {margin-bottom: 0.5em;}

.cta-bar h1, 
.cta-bar h2, 
.cta-bar h3, 
.cta-bar h4, 
.cta-bar h5, 
.cta-bar h6, 
.cta-bar .elementor-heading-title {color: white;}


/***  6.2 FOOTER  ***/

.footer .section-container {max-width: none;}


.footer {
  padding-top: var(--spacer-sm);
  padding-bottom: var(--spacer-sm);
  background-color: var(--primary-dk);
  font-size: 0.85em;
  color: var(--light-1);
}

.footer .col-custom {
	width:28% !important;
  padding-top: 15px;
  padding-bottom: 15px;
	border:solid #5f7597;
	border-width:0 0 0 2px;
}
.footer .col-custom:first-child {
	border:0;
	width:50% !important;
}
.footer .widget_nav_menu {
	display:flex;
	align-items:center;
	width:22% !important;
}
.menu-primary-container {
	width:100%;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {color: white;}

.footer h4 {margin-bottom: 20px;}

.footer a {color: white;}

.footer a:hover {
  text-decoration: none;
  color: var(--primary);
}

.footer a.button:hover {
	background-color: var(--primary-lt);
	 color: white;
}
.footer .menu {
	font-weight:700;
	padding-left:10%;
}
.footer .menu li {
  position: relative;
  padding:5px 0 5px 20px;
}
.footer .menu li:before {
	position:absolute;
	left:0;
	top:50%;
	content:">";
	color:#93d3f4;
	transform:translateY(-50%);
}

.footer-logo { width:150px; }

.footer .nf-field-container{margin-bottom:20px;}
/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}
.footer .social-links {
	margin:0;
	padding:0;
	list-style:none;
}
.footer .social-links li {
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width: 900px) {
	.footer .col-custom,
	.footer .widget_nav_menu,
	.footer .col-custom:first-child{
		width:100% !important;
		border-width:2px 0 0;
	}
	.footer .col-custom:first-child{border:0;}
}

.footer .ninja-forms-field:not([type="submit"]) {color: black;}

.footer .ninja-forms-field:not([type="submit"])::placeholder {color: inherit;}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar .section-container {max-width: none;}

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--dark-1);
  color: var(--light-1);
  border-top: 1px solid rgba(124,125,127,0);
  font-size:0.9em;
}

.bottom-bar .col-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-bar a {color: white;}

.bottom-bar a:hover {
  text-decoration: none;
  color: var(--primary-lt);
}

.copyright, .credits {display: inline-block;}

.credits img {width: 1.1em;}





/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


.hp-home h1.elementor-heading-title {color: white;}

.padding20 .elementor-widget-wrap {padding: 20px!important;}
.padding40 .elementor-widget-wrap {padding: 40px!important;}
.padding60 .elementor-widget-wrap {padding: 60px!important;}


.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary i,
.text-primary span,
.text-primary li a,
.text-primary li:before {color:var(--secondary)!important;}

.text-primary li a:hover {color:var(--secondary-dk)!important;}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white i,
.text-white span,
.text-white li a,
.text-white li:before {color:white!important;}

.text-white li a:hover {color:var(--primary)!important;}
.text-white a:hover {color:var(--primary)!important;}


.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light i,
.text-light span,
.text-light li a,
.text-light li:before {color:var(--light-1)!important;}

.text-light li a:hover {color:var(--primary)!important;}
.text-light a:hover {color:var(--primary)!important;}


/***  NINJA FORM STYLES  ***/

.nf-field-element input[type="button"] {transition: all 300ms ease-in-out;}

.nf-form-fields-required {display: none;}


/***  TESTIMONIALS  ***/

.testimonial-col h4 {margin-bottom: 0;}

.testimonial-col h4,
.testimonial-col p {color: #fff;}

.testimonial-col .elementor-testimonial__name { font-size:1.1em; color: var(--primary);}

.testimonial-col .elementor-testimonial__image { display:unset!important; }

/***  COUNTER COL STYLES  ***/

.counter-col .elementor-counter-number-wrapper {
  font-size: 5em;
  color: var(--primary-md);
}

.counter-col .elementor-top-column {border-left: var(--primary) solid 1px;}

.counter-col .elementor-top-column:first-child {border-left: none;}

@media screen and (max-width: 1024px) {
.counter-col .elementor-top-column {border-left: none;}
	.footer .menu{padding-left:0;}
}


.box-shadow {box-shadow: 0 64px 80px -48px rgb(0 0 0 / 24%);}

.img-shadow {box-shadow: 64px 64px 160px -40px rgb(0 0 0 / 24%);}
.testimonial-box {box-shadow: 24px 48px 120px -24px rgb(0 0 0 / 24%);}


.logo-cols {
  background-color: var(--light-1);
  padding: 40px!important;
}

/*** Home - Product - Custom Card ***/

.cstm-card .elementor-column  {padding: 20px;}
@media screen and (max-width: 900px) {
.cstm-card .elementor-column  {
	padding-left: 0;
	padding-right: 0;
}
}


.cstm-card .elementor-widget-column {
	padding: 0;
  background: rgb(0,0,0);
  box-shadow: var(--shadow-1);
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.cstm-card .elementor-widget-wrap h3.elementor-heading-title {
  color: var(--primary);
}

.cstm-card .lblue .elementor-widget-wrap h3.elementor-heading-title {
  color: var(--primary-dk);
}

.cstm-card .elementor-widget-wrap h3, 
.cstm-card .elementor-widget-wrap h4, 
.cstm-card .elementor-widget-wrap h5, 
.cstm-card .elementor-widget-wrap h6 {
	color: white;
}

@media (max-width: 900px) {
  .cstm-card .elementor-widget-wrap {
    padding: 0!important;
  }
}

.buttons-cont .elementor-widget-button {
  position: relative;
  bottom: 10px;
  left: 0;
}

/***  BOX BUTTON COLS  ***/

.button-cols .elementor-column,
.button-col.elementor-column,
.button-cols .elementor-column-gap-no {padding: 0;}

@media screen and (max-width: 900px) {
.button-cols .elementor-column,
.button-col.elementor-column {
  padding-left: 0;
  padding-right: 0;
}
}

.button-cols .elementor-inner-column, 
.button-col .elementor-inner-column {
  background-color: #294873; 
  border-radius: 0;
  cursor: pointer;
}

.button-cols.lblue .elementor-inner-column, 
.button-col .lblue .elementor-inner-column {
  padding: 20px!important;
  background-color: #60a8cb!important; 
  border-radius: 0;
  cursor: pointer;
}

.button-cols a.elementor-button, 
.button-col a.elementor-button {
  padding: 0;
  background: none;
  border: none;
  color: white;
}

.button-cols a.elementor-button:hover, 
.button-col a.elementor-button:hover {
  padding: 0;
  background: none;
  border: none;
  color: var(--light-1)!important;
}
.button-cols .button-empty, 
.button-cols .bordered-button .elementor-button {
  border: none;
  background: transparent;
  color: var(--primary);
}

.button-cols .button-empty:hover, 
.button-cols .bordered-button .elementor-button:hover  {
  border: none;
  background: transparent;
  color:var(--primary-md)!important;
}

.button-cols .elementor-widget-button, 
.button-col .elementor-widget-button {
  padding: 0;
}

/***  BOX COLS  ***/

.box-cols .elementor-column,
.box-col.elementor-column {padding: 10px;}

@media screen and (max-width: 900px) {
.box-cols .elementor-column,
.box-col.elementor-column {
	padding-left: 0;
	padding-right: 0;
}
}

.box-cols .elementor-widget-wrap, 
.box-col .elementor-widget-wrap {
  padding: 40px 25px 85px 25px !important;
  background-color: var(--primary-dk); 
  color: white; 
  border-radius: 4px;
  cursor: pointer;
}


.box-cols .elementor-widget-button, 
.box-col .elementor-widget-button {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: var(--dark-1); 
}





/*** Video Box ***/
.cstm-video-box img {
  object-fit: contain !important;
}

/** Videos **/
.videos-excerpt {
  padding-top: 20px;
  font-size: 16px;
  font-weight: normal;
  display: none;
}

.videos-more {
  position: absolute !important;
  left: 0 !important;
  bottom: -90px !important;
  font-size: 16px;
  font-weight: normal;
  display: none;
}

.videos-link {
  padding: 30px!important;
}


/**Recent News**/

li.entry-date.post-date {
    list-style: none;
    margin-left: -1px;
}

.entry-cols .entry-cats {
    font-size: 16px;
    list-style: none;
    border-radius: 4px;
}

.entry-cols .entry-thumb-wrap img {width: 100%;}


/** BIOS **/


.bio-link .bio-portrait-wrap {
   display: block;
   background: #333;
   border: 2px solid var(--light-1);
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.bio-link .bio-portrait-wrap:hover {border-color: var(--primary);}

.bio-cols .bio-inner .bio-portrait {margin: 0;}

.bio-link .bio-title {
	font-size: 1.5em;
  color: var(--primary);
  padding-top: 10px;
}

.bio-position {
	font-size: 0.9em;
	font-weight: 500;
	color: var(--primary);
 }

.bio-link .bio-position {
  color: var(--primary-dk);
}

.bio-portrait-wrap img {width: 100%;}


/** Banner **/

.elementor-headline .elementor-headline-dynamic-wrapper .elementor-headline-text-wrapper {
  width: 100%!important;
  font-size: 1em;
  font-weight: normal;
}

.elementor-headline-dynamic-wrapper {
  width: 100%!important;
  font-size: 0.9em;
  font-weight: 600;
}

.cstm-link .contact-list li a { color:var(--dark-1); } 
.cstm-link .contact-list li a:hover { color:var(--primary-dk); } 


/**PAGE NAV BAR **/
#section-container {
    max-width: 100%;
    padding: 0;
  	background: white;
    box-shadow: 0 -6px 12px 12px rgba(0,0,0,0.1);
    z-index: 2;
    position: relative;
}

.menu-bar {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.menu-bar {
    display: flex;
}
.menu-bar li {
    line-height: 1.4;
    text-align: center;
    margin: 0;
    font-size: 0.938em;
    border-right: white solid 1px;
}

.menu-bar li:first-child {
    border-left: white solid 1px;
}

.menu-bar li:hover > a, .menu-bar li.current-menu-item > a, .menu-bar .elementor-item-active {
    background: var(--primary);
    color: white;
    text-decoration: none;
}

.menu-bar li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: var(--dark-1);
    font-weight: 600;
    font-family: var(--font-2);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.e--pointer-underline .elementor-item:after {
  background-color: var(--primary)!important;
}
/**SUBSCRIBE FORM **/
.subscribe-form-wrap {
	text-align:center;
	padding:60px 0;
	max-width:500px;
	margin:0 auto;
}
@media (min-width: 768px) {
	.subscribe-form-wrap {padding:80px 0;}
}
@media (min-width: 992px) {
	.subscribe-form-wrap {padding:100px 0;}
}
@media (min-width: 1200px) {
	.subscribe-form-wrap {padding:115px 0;}
}
.subscribe-form {
	text-align:left;
	margin-top:0 !important;
}
.subscribe-form label {
	color:#33475b;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	margin-bottom:4px;
	font-family:arial, helvetica, sans-serif;
}
.subscribe-form label .hs-form-required {color:red;}
.subscribe-form .form-control {
	color:#33475b;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:22px;
	padding:8px 15px;
	min-height:28px;
	margin:0 0 30px;
	border-radius:3px;
	background:#f5f8fa;
	border:1px solid #cbd6e2;
}
.subscribe-form .form-control:focus {
	border-color:rgba(82,168,236,0.8);
}
.subscribe-form .form-control.error {
	border-color:#c87872;
}
.subscribe-form .btn-primary {
	color:#fff;
	font-size:12px;
	line-height:12px;
	font-weight:700;
	border-radius:3px;
	padding:12px 24px;
	background:#ff7a59;
	border: solid 1px #ff7a59;
	font-family:arial, helvetica, sans-serif;
}


/** Color Cols **/

.color-cols {
	position: relative;
}

.color-cols .elementor-column {
	color: white;
	text-align: center;
	padding: 15px;
}

.color-cols .elementor-widget-wrap {
  padding: 25px 25px 25px 25px !important;
}


.color-cols .elementor-column:first-child .elementor-widget-wrap {background-color: var(--primary);}

.color-cols .elementor-column:nth-child(2) .elementor-widget-wrap {background-color: var(--primary-md);}

.color-cols .elementor-column:nth-child(3) .elementor-widget-wrap {background-color: var(--primary-lt);}

.color-cols .elementor-column:nth-child(4) .elementor-widget-wrap {background-color: var(--primary-dk);}

/** USE CASE Cols **/

.elementor-widget-use_case_widget h4{
	margin-bottom:0;
}

.elementor-widget-use_case_widget h2, .elementor-widget-use_case_widget h3, .elementor-widget-use_case_widget h4, .elementor-widget-use_case_widget h5, .elementor-widget-use_case_widget ul li a{
	color:#fff;
}

.elementor-widget-use_case_widget ul{
	list-style-type:none;
}

.elementor-widget-use_case_widget ul li{
	padding:0; margin:0;
}

.elementor-widget-use_case_widget ul li a{
	cursor:pointer;
	display:block;
}

.elementor-widget-use_case_widget ul li a:hover{
	font-weight:bold;
}

.elementor-widget-use_case_widget .modal-visible {
  display: block;
}

.elementor-widget-use_case_widget .modal-hidden {
  display: none;
}

.elementor-widget-use_case_widget .modal {
	background:#94D4F438;
}

.elementor-widget-use_case_widget .modal-body{
	color: var(--dark-1);
	text-align:left;
	padding:0 5px;
}

.elementor-widget-use_case_widget .modal-body h3{
	font-weight:bold;
	margin:0;
	font-size:20px;
	color:var(--secondary);
}
.elementor-widget-use_case_widget .modal-body h3:first-child{
	color:var(--primary-dk);
}
.elementor-widget-use_case_widget .modal-body p{
	margin-top:0;
}

/* Video Lightbox z-index increase due to notification bar overlay */
.dialog-type-lightbox {z-index: 99999;}

 /*Mobile Settings*/
@media screen and (max-width: 600px){
      a.elementor-button.elementor-button-link.elementor-size-sm {
    margin-top: 10px!important;
	}
 }
/*
 * END OF
 * CUSTOMIZABLE CSS
 */