/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

.socialMedia a:hover, .socialMedia a:focus {
    color: #fff;
    background: #78962c;
}

.footer-widgets {
    display: none;
}

.serviceBlock:nth-child(odd) a:hover {
    background: #fff;
    color: #78952c !important;
}

button#goLeftClients:hover, button#goRightClients:hover {
    color: #78952c !important;
    background: #fff;
}

.flex {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex.flexServiceBox img {
    flex: 0 0 49%;
    max-width: 49%;
    height: auto;
    object-fit: contain;
    object-position: left bottom;
    margin-right: 8.665%;
}

.eachServ h2 {
    line-height: 1;
}

section.service2 {
    background: #dfe1df;
    margin-bottom: -1px;
    margin-top: 78px;
}

.serviceBlock:nth-child(odd) .wrap .serviceInnerFlex.flex {
    position: relative;
}

section.service2 .wrap {
    padding-right: 0;
		padding-left: 0;
}

section.service2 .wrap .serviceBox {
    padding-right: 30px;
		padding-left: 30px;
		transform: translateY(-78px);
}

.flexEnd {
    flex: 1 1 100%;
    padding: 50px 0 0;
}

.flexEnd p {
    color: #fff;
}

.eachServ {
    margin-bottom: 50px;
}

.btn.orange-btn:hover {
    background: transparent;
    border: 2px solid #d08110;
    color: #d08110;
}

.slick-initialized .imageContainer.slick-slide {
    height: 182px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.page-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: width ease .35s .6s;
    z-index: 9999;
    background: #012d3d;
}

.page-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
    visibility: visible;
    overflow: visible;
    transition: visibility ease .75s, opacity ease .2s .35s;
    width: 280px;
    height: 280px;
		z-index: 2;
}

.page-cover a {
    pointer-events: none;
}

.page-cover.loaded {
    width: 0;
}

.page-cover.loaded::after {
    width: 100%;
}

.page-cover.loaded img.custom-logo {
    opacity: 0;
    visibility: hidden;
}

.page-cover:after {
    content: '';
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
		background: #78962c;
    transition: width ease .4s .35s;
    z-index: 1;
}

.page-cover a.custom-logo-link {
    display: block;
}

.slick-initialized .imageContainer img {
    object-fit: contain;
		max-height: 90%;
		width: 90%;
    margin: 0 auto;
}

.footerTopRight a {
    text-decoration: none;
    display: inline-block;
    border: 2px solid #78962c;
    border-radius: 10px;
    padding: 14px 15px;
    min-width: 130px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.footerTopRight a {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 0;
}

.footerTopRight {
    flex: 1 1 100%;
    width: 100%;
}

section.values h2 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
}

.values h3, .homeHero h1, .homeHero h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
    transition: 0.2s all ease-in-out;
		cursor: pointer;
}

.footerTopRight a:last-of-type {
	margin-right: 0;
	margin-bottom: 0;
}

.contentInside > p:last-of-type {
    margin-bottom: 0;
}

.sliderNav.flex button {
    padding: 0 18px;
    border: none;
    min-width: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
}

.sliderNav.flex button:hover {
	background: transparent;
	color: #75932c !important;
}

.sliderNav.flex button:focus {
	background: transparent;
	color: #fff;
}

.sliderNav.flex > * {
    line-height: 1;
    color: #fff;
}

.sliderNav.flex button i {
    font-weight: 400;
}

.sliderNav.flex span.currentPage {
    color: #75932c;
    font-weight: bold;
}

.sliderNav span {
    padding: 0 3px;
}

.backgroundService .contentInside p {
	color: #fff;
}

.backgroundService {
    position: relative;
		padding: 80px 0 50px;
}

.contentAbove .flexValues::after {
    content: "";
    background: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: calc(100% - 1px);
}

section.single-service {
    margin-bottom: 50px;
}

hr.wp-block-separator {
    margin: 0 auto !important;
}

.allServices section.single-service:last-of-type {
	margin-bottom: 20px;
}

.backgroundService .allLines .eachLines:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.backgroundService::before {
    content: "";
    background: inherit;
    height: 100%;
    width: 200%;
		top: 0;
		bottom: 0;
    position: absolute;
    right: calc(100% - 1px);
}

.flexRightContact {
    max-width: none;
		flex: 1 1 100%;
}

.flex.flexContact {
	flex-direction: column;
}

.flex.flexForm {
    flex-wrap: wrap;
    justify-content: space-between;
}

.full {
    flex: 1 1 100%;
    margin-bottom: 20px;
}

.half {
	flex: 1 1 100%;
	margin-bottom: 20px;
}

section.clients {
    padding: 50px 0;
}

.eachLines h2 {
    color: #002c3e;
    font-size: 25px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: 0.2s all ease-in-out;
		cursor: pointer;
}

.eachLines.open h2, .backgroundService .eachLines.open h2, .eachLines h2:hover, .backgroundService .eachLines.open h2:hover {
	color: #78962c !important;
}

.backgroundService .eachLines h2 {
    color: #fff;
}

.eachLines h2 span.icon {
    font-size: 18px;
    line-height: 1;
}

.entry-content .contentInside ul {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.entry-content .contentInside ul li {
    flex: 1 1 100%;
    list-style: none;
    transition: 0.2s all ease-in-out;
}

.entry-content .contentInside ul li:hover {
    //color: #78962c;
}

.contentInside ul li a {
    color: #929292;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    font-weight: 400;
}

.contentInside ul li a:hover {
    color: #78962c;
    font-weight: bold;
}

.contentInside {
		display: none;
}

.contactEach h2 {
    font-size: 20px;
    line-height: 30px;
}

.eachLines {
    border-bottom: 2px solid #78962c;
    margin-bottom: 30px;
    padding-bottom: 10px;
    transition: 0.2s all ease-in-out;
}

.allLines .eachLines:last-of-type {
	border-bottom: none;
}

.eachLines.open {
    padding-bottom: 30px;
}

.contentMember.flex {
    flex-direction: column;
    flex: 1 1 100%;
}

.eachApproach {
    flex: 1 1 100%;
    padding: 80px 0 30px;
    position: relative;
}

.eachApproach:first-of-type {
    background: #dfe1df;
    padding-right: 0;
}

.eachApproach:last-of-type {
    background: #78962c;
    color: #fff;
    padding-left: 0;
	padding-top: 30px;
}

.eachApproach:last-of-type h3 {
    color: #fff;
}

.eachIt {
    border-bottom: 1px solid rgba(0, 44, 62, 0.2);
    font-size: 18px;
    line-height: 50px;
}

.eachApproach .eachIt:last-of-type {
    border-bottom: none;
}

.eachApproach h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.serviceBlock:nth-child(odd) .leftIn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceBlock:nth-child(odd) .serviceInnerFlex.flex .rightIn .rightInInside {
	max-width: 350px;
}

.eachApproach:last-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    width: 200%;
    height: 100%;
    background: inherit;
}

.eachApproach:last-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: 200%;
    height: 100%;
    background: inherit;
}

.eachApproach:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    width: 200%;
    height: 100%;
    background: inherit;
}

.eachApproach:first-of-type::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 1px);
	width: 200%;
	height: 100%;
	background: inherit;
}

section.differences {
    overflow: hidden;
}

.differencesTitle h2 {
    background: #002c3e;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 15px 30px 18px;
    margin: 0;
}

.aboutContent {
	flex: 1 1 100%;
	max-width: none;
}

.aboutImage {
    flex: 1 1 100%;
    position: relative;
}

.aboutContent p {
    font-size: 18px;
}

section.values .wrap {
    padding-left: 50px;
}

.leftValues {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

section.values {
    width: 100%;
		margin-bottom: 50px;
}

.rightValues {
    flex: 0 0 67.1%;
    width: 67.1%;
    max-width: 67.1%;
		text-align: center;
		display: none;
}

.sliderNav.flex {
    text-align: center;
    justify-content: center;
    align-items: center;
		margin-top: 20px;
}

.rightValues .slicker {
    color: #fff;
}

.contentAbove .innerWrap, .contentAbove .wrap {
    padding-right: 0;
}

.contentAbove .innerWrap, .contentAbove .wrap {
	padding-left: 0;
}

section.homeClients {
    background: #dfe1df;
    padding: 0 0 50px;
		margin-top: -30px;
}

.serviceBlock {
    padding: 0 0 80px;
}

.leftIn {
    flex: 0 0 42%;
}

.rightIn {
    flex: 0 0 42%;
}

.serviceInnerFlex.flex {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column-reverse;
}

.serviceBlock:nth-child(even) .rightIn {
    margin-bottom: 30px;
}

.serviceBlock:nth-child(odd) h2, .serviceBlock:nth-child(odd) p {
    color: #fff;
}

.serviceBlock:nth-child(odd) a {
    color: #fff;
    border-color: #fff;
}

.serviceBlock:nth-child(odd) .serviceInnerFlex.flex .rightIn {
    padding: 50px 30px 191px;
    position: relative;
    flex: 1 1 100%;
}

.serviceBlock:nth-child(odd) .wrap {
    padding-left: 0;
}

.serviceBlock:nth-child(odd) .wrap {
	padding-right: 0;
}

.serviceBlock:nth-child(odd) .rightIn {
    padding-left: 100px;
    order: 1;
    padding-right: 100px;
}

.serviceBlock:nth-child(odd) .leftIn {
    order: 2;
    width: calc(100% - 60px);
    position: absolute;
    right: 30px;
    z-index: 1;
    top: 100%;
		transform: translateY(-160px);
}

.serviceBlock:nth-child(odd) {
    margin-bottom: 20px;
}

.rightIn h2 {
    line-height: 1;
}

button#goLeftClients, button#goRightClients {
    padding: 0;
    min-width: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #78962c;
    border: none;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}

button#goLeftClients {
    margin-right: 6px;
}

button#goLeftClients i {
    margin-right: 2px;
}

button#goRightClients i {
    margin-left: 3px;
}

.flex.flexServiceBox {
    position: relative;
    z-index: 1;
    align-items: flex-end;
}

.home .site-footer {
	margin-top: 0;
}

section.homeClients h2 {
    line-height: 1;
}

.rightClients {
    flex: 1 1 100%;
		margin-top: 50px;
    margin-left: -30px;
    margin-right: -30px;
}

.leftClients {
    flex: 1 1 100%;
}

.values h3.open, .homeHero h1.open {
    color: #78962c;
}

.contentAbove .flexValues {
    background: rgba(0, 44, 62, 0.95);
    padding: 30px 40px;
    position: relative;
}

.contentAbove {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

section.homeHero {
    position: relative;
    height: auto;
    min-height: 440px;
}

.backgroundImagesSlick img {
    height: auto;
    min-height: 440px;
    width: 100%;
    object-fit: cover;
}

.flex.flexValues {
    width: 100%;
    max-width: 100%;
    align-items: center;
}

.differencesTitle {
    text-align: center;
		transform: translateY(50%);
    position: relative;
    z-index: 1;
}

.eachApproach:last-of-type .eachIt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.eachApproach:last-of-type .eachIt:last-of-type {
	border-bottom: none;
}

section.team div.eachTeamBlock {
    padding: 50px 0;
		border-bottom: 1px solid #dfe1df;
}

section.team div.eachTeamBlock:last-of-type {
	border-bottom: none;
}

.contentMember p:not(.position) {
    margin-bottom: 20px;
}

.innerContentMemberTop p.position {
    line-height: 1.25;
}

.innerContentMemberBottom.flex {
    margin-top: auto;
}

.innerContentMemberTop {
    margin-bottom: 20px;
}

.innerContentMemberTop h2 {
    font-size: 30px;
    margin-bottom: 2px;
}

.imageMember {
    flex: 1 1 100%;
    margin-bottom: 30px;
		width: 100%;
}

.imageMember img, .imageMember figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full.selector {
    position: relative;
}

.full.selector > i {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
}

.socialMedia a {
    border: 2px solid #78962c;
    border-radius: 50%;
    color: #fff;
    width: 44px;
    height: 44px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.socialMedia {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    justify-content: space-between;
		margin-right: 40px;
		margin-top: auto;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
	margin-right: 40px;
	margin-bottom: 40px;
}

.leftHead {
    flex: 1 1 100%;
}

.flex.webContainer {
    flex-direction: column;
}

header.site-header .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
		justify-content: space-between;
		flex: 1;
		padding: 0;
		align-items: center;
}

.clientsSlider {
    margin-bottom: 0;
}

.serviceBox {
    background: #002c3e;
    position: relative;
}

.serviceBox img.mainBackground {
    mix-blend-mode: overlay;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
}

.widget-area.header-widget-area {
    order: 3;
		flex: 1;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
		flex-direction: column;
}

.widget-area.header-widget-area hr {
    margin: 30px 0;
		margin-right: 40px;
    border-color: #78962c;
}

.wpml-ls-legacy-list-horizontal a, .wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
	border: none !important;
	text-decoration: none;
}

.flexLeftContact {
    flex: 1 1 100%;
}

.wpml-ls-legacy-list-horizontal a {
	color: #fff;
}

.wpml-ls-legacy-list-horizontal a:hover {
	color: #78962c;
}

.rightContent {
	flex: 1 1 100%;
	overflow: hidden;
}

section.about {
    padding: 50px 0;
}

.values .backgroundValues {
    padding: 30px 0;
    position: relative;
}

.values .backgroundValues::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 1px);
    background: inherit;
    width: 100%;
    height: 100%;
}

.values .backgroundValues::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 1px);
    background: inherit;
    width: 100%;
    height: 100%;
}

.footerTopLeft h2 {
    line-height: 1;
    margin-bottom: 30px;
}

.footerTop.flex {
    margin-bottom: 50px;
		align-items: flex-end;
		justify-content: space-between;
		flex-direction: column;
}

.footerBottom.flex {
    justify-content: space-between;
    font-size: 12px;
    line-height: 25px;
}

.footerTopLeft {
    max-width: none;
    margin-bottom: 30px;
    flex: 1 1 100%;
}

section#hero {
    position: relative;
		margin-bottom: 31px;
}

section#hero > figure {
    object-fit: cover;
    height: 242px;
    width: 100%;
		overflow: hidden;
}

section#hero figure > img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.animation.animated img {
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.3s;
}

.animation img {
    transform: scale(1.2);
    transition: transform 0s .6s;
    transform-origin: center center;
    will-change: transform;
}

.animation {
    position: relative;
    overflow: hidden;
}

.animation::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #0f1d22;
    will-change: width;
    z-index: 1;
    width: 100%;
    transition: width 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
    left: 0;
}

.animation.animated::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #0f1d22;
	will-change: width;
	z-index: 1;
	width: 0;
	transition: width 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.45s;
  left: 0;
}

section#hero > h1 {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    margin-bottom: 0;
    background: #78962c;
    color: #fff;
    padding: 12px 30px 15px 30px;
    font-size: 35px;
    line-height: 1;
    z-index: 1;
}

section#contact {
    padding: 50px 0;
}

/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #929292;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #78962c;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #78962c;
	font-family: 'Assistant', sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	line-height: 40px;
}

.backgroundService .titleService h2 {
    margin-bottom: 50px;
    line-height: 1;
    color: #fff;
}

.backgroundService .titleService h2,
h2,
.eachServ h2,
.rightIn h2,
section.homeClients h2,
.footerTopLeft h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #ececec;
	border: none;
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	padding: 27px 28px;
	width: 100%;
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

::placeholder {
	color: #7f7f7f;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	cursor: pointer;
	white-space: normal;
	width: auto;
	text-decoration: none;
	color: #78962c;
	display: inline-block;
	border: 2px solid #78962c;
	border-radius: 10px;
	padding: 14px 15px;
	min-width: 191px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	background: transparent;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 26px;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover, .footerTopRight a:hover {
	background-color: #78962c;
	color: #fff !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
}

.wrap {
	clear: both;
	margin: 0 auto;
	padding: 0 30px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #78962c;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #78962c;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: inherit;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #002c3e;
	box-shadow: 0px 0px 20px 0px rgba(0, 23, 33, 0.39);
	padding: 18px 30px;
	width: 100%;
}

nav.nav-primary {
    position: absolute;
    top: 140px;
    background: #012d3d;
    z-index: 9;
    left: 0;
    padding: 44px 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: nowrap;
	flex-direction: column;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a, .wpml-ls-legacy-list-horizontal a {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 2.5;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #78962c;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #78962c;
	color: #fff;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #002c3e;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 0;
	position: static;
	z-index: 99;
	background-color: #78962c;
}

.genesis-nav-menu .sub-menu a {
	background-color: #78962c;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	padding-left: 15px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: 100%;
	top: 0;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: 100%;
	opacity: 1;
	top: 0;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #78962c;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
	font-size: 0;
	margin-right: 0;
	min-width: auto;
}

.site-header .menu-toggle:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f0c9";
	font-size: 30px;
	height: 30px;
	width: 30px;
	margin: 0;
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.site-header .menu-toggle.activated:before {
    content: "\f00d";
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: right;
	margin-right: 0;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	min-width: auto;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
}

.sub-menu-toggle.activated::before {
	transform: rotate(-90deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 0;
	padding-top: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: auto;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry-content ol {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ul {
	margin-bottom: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {padding-left: 38px;position: relative;}

.entry-content ul > li::before {
    content: "•";
    position: absolute;
    left: 0;
}

.entry-content ul > li ul > li::before {
    content: "o";
	left: 1px;
}

.entry-content ol ul > li {
	list-style-type: circle;
}

.entry-content ul ul > li {
	padding-left: 34px;
}

.entry-content ol ol {
	margin-bottom: 0;
}

.entry-content ul ul {
	margin-bottom: 5px;
	margin-top: 3px;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #dfe1df;
	padding: 50px 0 30px;
}

.socialButtons {
	margin-left: 20px;
}

.socialButtons a {
    height: 46px;
    line-height: 44px;
    width: 46px;
    margin-left: 10px;
    border: 2px solid #78962c;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

.socialButtons a:hover {
    background: #78962c;
    color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

a.custom-logo-link.mobileLogo-link {
    display: block;
}

a.custom-logo-link {
    display: none;
}

.genesis-nav-menu .socialMedia a {
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 2px;
		margin-right: 59px;
}

.nav-primary .widget-area.header-widget-area hr {
    max-width: 146px;
		width: 100%;
}

.genesis-nav-menu .socialMedia {
    margin-right: 0;
    justify-content: flex-start;
}

.flex.flexAbout, .flex.flexDifferences {
	flex-direction: column;
}

.eachMember.flex {
    flex-direction: column;
}

.wp-block-spacer {
    height: 50px !important;
}

.wrap + .wp-block-spacer {
    height: 30px !important;
}

.service1 .serviceBlock:last-of-type {
	padding-bottom: 30px;
}

img.logoBackground {
    display: none;
}

.flex.flexClients {
    flex-direction: column;
}

button#goLeftClients, button#goRightClients {
    display: none;
}

.mobileOnly {
    display: block;
}

.leftValues p {
    color: #fff;
}

.eachMember.flex {
    align-items: flex-start;
}

#ryv-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999
}

#video-view iframe {
    display: none;
    z-index: 8889;
    width: 80%;
    max-width: 1200px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

div#ryv-popup-wrapper .flex.flexContact {
    flex-wrap: wrap;
    justify-content: space-between;
}

#ryv-popup-wrapper div.wpcf7 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%;
    padding-bottom: 0;
    margin: 0;
    margin-top: 0;
    background: #012d3d;
    padding: 30px 30px 40px;
    z-index: 2;
}

.full.middle {
    margin-bottom: 0;
}

#ryv-popup-close {
    background-image: url("/wp-content/themes/genesis-sample/images/cd-icon-close.svg");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    text-align: center;
    width: 80px;
    cursor: pointer;
    z-index: 9999;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

#ryv-popup-close:hover {
    opacity: .5
}

.ryv-popup {
    cursor: pointer
}

.landing-header, 
.landing-hero, 
section.skills, 
.video-block, 
.why-block,
.white-box,
.explaining-program,
.tab-box-section,
.coaches-slider,
section.testimonials,
.faq,
.resreve-plan,
.explaining-registration,
.webinar-registration-section {
	font-size: 15px;
}

.landing-header {
	background-color: #002c3e;
	box-shadow: 0px 0px 20px 0px rgba(0, 23, 33, 0.39);
	width: 100%;
	position: fixed;
    top: 0;
    z-index: 999;
	padding: 1.5em;
}

.single-formation #video-view iframe {
	height: 80%;
	border: none;
}

.header-wrap {
	max-width: 86em;
	width: 100%;
	padding: 0 1em;
	margin: 0 auto;
}

.landing-header .header-wrap .header-grid .title-area {
	margin-bottom: 0;
	max-width: 10.5em;
	float: unset;
}

.landing-header .header-wrap .header-grid .title-area img {
	width: 100%;
}

.landing-header .header-grid {
	display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.landing-header .header-btn, .btn.orange-btn {
	text-align: center;
	height: 100%;
}

.landing-header .header-btn a, .btn.orange-btn {
	height: 100%;
    width: 100%;
    display: inline-flex;
    background: #d08110;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	border-radius: 0.5em;
	font-size: 0.9em;
	line-height: 1.388;
}

.btn.orange-btn {
	max-width: 14.5em;
	padding: 0.8em;
	border: 2px solid #d08110;
}

.landing-hero .image-container {
	max-height: 21.45em;
}

.landing-hero .image-container img {
	height: 21.45em;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.landing-header + .site-inner {
	position: relative;
}

.landing-wrapper-medium {
	max-width: 71.5em;
	width: 100%;
	padding: 0 1em;
	margin: 0 auto;
}

.landing-wrapper-small {
	max-width: 59em;
	padding: 0 1em;
	width: 100%;
	margin: 0 auto;
}

section {
	font-size: 15px;
}

.hero-content-box {
	background-color: #002c3e;
	color: #fff;
	position: relative;
	padding: 8em 2em 4em;
	margin-top: -4.65em;
}

.hero-content-box .box-title {
	width: calc(100% - 1.5em);
    background: #78962c;
    color: #fff;
    position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: -2.25em;
	padding: 1em;
}

.hero-content-box .box-title h1 {
	color: #fff;
	font-size: 2em;
	line-height: 1.2;
    margin-bottom: 0;
}

.box-subtitle h2 {
    text-align: center;
    color: #fff;
    font-size: 2em;
	/* margin-bottom: 1.5em; */
}

.box-content ul > li::before {
	color: #78962c;
}

.box-content .text ul {
	margin-bottom: 0;
}

.play-icon { 
    /* content: "";  */
    position: absolute; 
    display: block; 
    background: url(/wp-content/uploads/2021/11/player.png) no-repeat 0 0; 
    background-size: cover;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 80px; 
    height: 80px; 
    z-index: 30; 
    cursor: pointer; 
}

.each-video {
	position: relative;
	margin: 0 0 -10em;
}

section.skills {
	background-color: #002c3e;
	padding: 16.25em 20px 4.7em;
}

section.skills h2 {
	text-align: center;
	color: #fff;
}

.text_align_center {
	text-align: center !important;
}

.skills-grid {
	display: grid;
    color: #fff;
    grid-template-columns: 1fr;
    gap: 3em;
	margin-top: 4em;
}

.each-skill {
	position: relative;
	border-radius: 10px;
	text-align: center;
	min-height: 9.4em;
	font-weight: bold;
	line-height: 1.5;
	display: grid;
    align-items: center;
    padding: 1em;
	background-color: #78962c;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.full-triangle {
	background-color: #78962c;
	transition: all .4s ease-in-out;
}
/* 
.each-skill:hover, .each-skill:hover .full-triangle {
	background-color: #d08110;
} */

.each-skill.active, .each-skill.active .full-triangle {
	background-color: #d08110;
}

.skills-triangle {
	width: 0.95em;
	height: 2.35em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
}

/* .skills-triangle.full-triangle {
	left: calc(100% - 1px);
} */

/* .skills-triangle.empty-triangle {
	left: -1px;
	background-color: #002c3e;
} */

.skills-grid > div:first-of-type.each-skill .empty-triangle {
	display: none;
}

.skills-grid > div:last-of-type.each-skill .full-triangle {
	display: none;
}

.why-block {
	padding-top: 1px;
	background-color: transparent;
    background-size: 100% calc(100% - 10.15em);
    background-repeat: no-repeat;
    background-position: top;
	position: relative;
    z-index: 9;
	margin-bottom: -5.4em;
}

.why-block .each-box {
	padding: 0 1.2em;
	color: #fff;
	margin-top: 3.75em;
}


.why-block .each-box > div {
	padding: 2.65em 1em;
}

.each-investigator-grid {
	display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
	margin-bottom: 2.75em;
}

.investigator-name h3 {
	font-size: 1.5em;
    margin-bottom: 1.2em;
}

.shadow-box {
	box-shadow: 0px -20px 37px rgba(0, 0, 0, 0.35);
}


.white-box {
	position: relative;
	z-index: 8;
}

.white-box .shadow-box {
	padding: 7.5em 1em 2em;
	/* margin-top: -5.4em; */
	margin-bottom: -6em;
	color: #5c5c5c;
}

.white-box .shadow-box.reduced_padding {
	padding: 2em 1em;
}

.white-box h2 {
	font-size: 2em;
    color: #002c3e;
    letter-spacing: 0;
}

.text-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.explaining-program {
	background-color: #78962c;
	padding-top: 9em;
	padding-bottom: 10.7em;
	position: relative;
    z-index: 7;
}

.section-title {
	font-size: 2em;
    margin-bottom: 1.4em;
}

.explaining-program .box {
	padding: 4em 0em 9.5em;
	color: #5c5c5c;
	margin-top: 3.2em;
}

.explaining-program .box h2 {
	font-size: 2em;
	color: #002c3e;
	margin-bottom: 1.4em;
}

.numbered-points-grid {
	display: grid;
    grid-template-columns: 2.5em 1fr;
    gap: 1em;
}

.numbered-points-grid .number {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    background: #78962c;
    color: #fff;
    font-weight: bold;
}

.numbered-points-grid h4 {
	margin: 0;
}

.explaining-program .box h4 {
	color: #002c3e
}


.tab-box {
	background-color: #002c3e;
	padding: 2.5em 1em 5em;
	color: #fff;
}

.tab-container {
	display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    justify-content: center;
	position: sticky;
	z-index: 1;
}

.tab-container .each-tab {
	background-color: #fff;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.tab-container h3 {
	font-size: 1.5em;
	color: #002c3e;
	margin: 0.67em 0;
	transition: all .2s ease-in-out;
}

.tab-container .each-tab:hover, .tab-container .each-tab.active {
	background-color: #78962c;
}

.tab-container .each-tab:hover h3, .tab-container .each-tab.active h3 {
	color: #fff;
}

.each-tab-content:not(.first-tab) {
	display: none;
}

.tab-box.negative-top {
	/* margin-top: -20em;
	margin-bottom: 6em; */
	position: relative;
	z-index: 19;
	margin: -20em 1.2em 6em;
}

.landing-wrapper-small h2 {
	font-size: 2em;
}

.tab-box-section {
	padding-bottom: 1px;
	background-size: cover;
}

.tab-box:not(.negative-top) {
	margin: 2.8em 1.2em;
}

.tabs h3 {
	font-size: 1.5em;
	margin: 1em 0;
}

.tabs h4 {
	margin-bottom: 0;
}

.slider-header {
	position: relative;
}

.slide-arrows.desktopOnly {
	position: absolute;
    left: unset;
	right: 0;
    top: 0;
    display: grid;
    grid-template-columns: max-content max-content;
	gap: 2em;
	font-size: 1.5em;
	color: #002c3e;
}

.coaches-slider-container .img-container {
	border: 1.6em solid #fff;
	width: fit-content;
    box-shadow: 0px -20px 37px rgb(0 0 0 / 35%);
	margin: 4.2em auto 0;
}

.coaches-slider-container .img-container img {
	width: 9.25em;
	height: 14.2em;
	object-fit: cover;
}

.coaches-slider-container .intro-container {
    background-color: #78962c;
    color: #fff;
    padding: 9em 1.7em 3.8em;
	margin-top: -8.4em;
	height: 100%;
}



.coaches-slider-container .slick-list {
    margin: 0 -1.625em;
}

section.testimonials {
	background: #ececec;
    margin-top: -15.3em;
	padding-top: 17.5em;
	margin-bottom: -12em;
}

.testimonials-slider {
	background-color: #002c3e;
	position: relative;
	padding: 5.5em 2em 3em;
	color: #fff;
	text-align: center;
	margin: 4em 1.2em 0;
}

.testimonials-slider .icon-container {
	background-color: #78962c;
	width: 4.74em;
	height: 4.74em;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -2.37em;
}

.testimonials-slider .icon-container svg {
	fill: #fff;
	width: 100%;
	height: 100%;
}

.testimonials-slider-init .author {
	font-weight: bold;
}

.testimonials-slider-init .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 2.5em 0 1em;
	
	list-style-type: none;
}
	
.testimonials-slider-init .slick-dots li {
	list-style-type: none;
	padding: 0 0.5em;
	margin: 0;
}

.testimonials-slider-init .slick-dots li::before {
	content: "";
}
	
.testimonials-slider-init .slick-dots button {
	display: block;
	width: 0.65em;
	height: 0.65em;
	padding: 0;
	
	border: none;
	border-radius: 100%;
	background-color: #78962c;
	min-width: unset;
	text-indent: -9999px;
}
	
.testimonials-slider-init .slick-dots li.slick-active button {
	background-color: #fff;
}

.faq .eachLines.open .icon .fa-plus::before {
	content: "\f068";
}

.faq .eachLines h3 {
	justify-content: space-between;
	font-size: 1.18em;
	color: #002c3e;
	cursor: pointer;
}

.faq .eachLines.open h3 {
	color: #78962c;
}

.buttons-group {
	margin-top: 2.5em;
}

.title-blue {
	color: #002c3e;
}

.resreve-plan {
	background-color: #002c3e;
	padding-top: 4.5em;
}

.resreve-plan .bg-white {
	padding-top: 4.5em;
}

.resreve-plan .plans-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3em;
	margin-top: 2.5em;
}

.resreve-plan .plans-grid .each-plan {
	background-color: #78962c;
	text-align: center;
	color: #fff;
	padding: 2.5em 2em;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
flex-direction: column;
    align-content: space-between;
    align-content: baseline;
	margin-bottom: -2em;
}

.resreve-plan .plans-grid .each-plan .plan-name {
	font-size: 1.25em;
    font-weight: bold;
	margin-bottom: 2em;
}

.plan-price {
	margin-top: auto;
	color: #fff;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.6em;
}

.plan-price .range {
	font-size: 0.3em;
	line-height: 1;
	font-weight: 400;
}

.plan-button .btn.orange-btn {
	max-width: 100%;
	transition: 0.2s all ease-in-out;
}

.plan-button .btn.orange-btn:hover {
	background: white;
    border: 2px solid #ffffff;
    color: #d08110;
}

.bottom-text {
	color: #fff;
	padding-top: 2.5em;
	padding-bottom: 3em;
}

.explaining-registration {
	background: linear-gradient(to bottom, transparent 4.75em, #78962c 4.75em, #78962c);;
	padding-bottom: 5em;
}

.explaining-registration .bg-white {
	padding-bottom: 3em;
	padding-top: 15em;
	color: #929292;
}

.header-btn.align-center {
	text-align: center;
}

.explaining-registration .header-btn.align-center {
	margin-bottom: 2em;
}

.explaining-registration h4 {
	color: #002c3e;
}

.skill-overlay {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
    z-index: 14;
	opacity: 0;
	pointer-events: none;
	cursor: auto;
	transition: all .2s ease-in-out;
}

.skill-overlay.overlay-open {
	opacity: 1;
	pointer-events: all;
	z-index: 999;
}

.skill-overlay .skill-container {
	top: 57%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #d08110;
    padding: 2.5em;
}

.overlay-close i {
	color: #fff;
	position: absolute;
    right: 10%;
    font-size: 2em;
    top: 18%;
	cursor: pointer;
}
.landing-footer {
	background-color: #002c3e;
	color: #fff;
}
.landing-footer p {
	margin-bottom: 15px;
}

.white-box + .tab-box-section {
	position: relative;
	z-index: 9;
}

.white-box + .tab-box-section .tab-box  {
	margin-top: 3em;
}

.webinar-registration h2 {
	font-size: 2em;
}

.webinar-registration-section {
	background-color: #002c3e;
	color: #fff;
	padding: 2.5em 0;
}

.opions-container {
	padding: 3em 30px;
	margin-top: 3em;
}

.opions-container .header-btn {
	max-width: 15rem;
	margin: 0 auto 2em;
}

.opions-container h2 {
	color: #fff;
	font-size: 2em;
}

/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media (max-width: 500px) {
	
	.skill-overlay .skill-container {
		top: 100%;
	}

}

@media (max-width: 960px) {

	.opions-container .content br {
		display: none;
	}

	.skills-triangle {
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}

	.skills-triangle.full-triangle {
		top: calc(100% - 0.8em);
	}

	.skills-triangle.empty-triangle {
		background-color: #002c3e;
		top: -0.8em;
	}

	.formation-template a.custom-logo-link {
	    display: block;
	}

	.landing-header .header-grid {
		gap: 2em;
	}

	.landing-header .header-wrap .header-grid .title-area{
		margin: 0 auto;
	}

	.desktopOnly {
		display: none !important;
	}

	.slide-arrows.mobileOnly {
		font-size: 2em;
		display: grid;
		grid-template-columns: max-content max-content;
		gap: 0.5em;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 1em 1em 0;
		color: #002c3e;
	}

	.faq .eachLines h3 {
		gap: .5em;
	}

	.coaches-slider-container .slick-slide {
		margin: 0 20px;
	}

	.coaches-slider {
		overflow: hidden;
	}

	.investigator-image {
		text-align: center;
	}

	.skill-overlay.overlay-open {
		overflow: auto;
	}

	.skill-overlay .skill-container {
		width: calc(100% - 40px);
		top: 60%;
	}

	.overlay-close i {
		top: 24%;
	}

}

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

	.landing-header, 
	.landing-hero, 
	section.skills, 
	.video-block, 
	.why-block,
	.white-box,
	.explaining-program,
	.tab-box-section,
	.coaches-slider,
	section.testimonials,
	.faq,
	.resreve-plan,
	.explaining-registration,
	.webinar-registration-section {
		font-size: 15px;
	}

	.skills-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.skills-triangle.full-triangle {
		left: calc(100% - 1px);
	}

	.skills-triangle {
		top: 50%;
		transform: translateY(-50%);
	}

	.skills-triangle.empty-triangle {
		left: -1px;
		background-color: #002c3e;
	}

	.each-investigator-grid {
		grid-template-columns: 14.65em 37.25em;
		gap: 6.25em;
	}

	.landing-header .header-grid {
		grid-template-columns: 1fr 14.5em;
	}

	.resreve-plan .plans-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.each-video {
		margin: 0 2em -12.5em;
	}

	.landing-hero .image-container img {
		object-position: 0 -11.65em;
	}

	.hero-content-box .box-title {
		width: fit-content;
		padding: 0 1em;
	}

	.hero-content-box .box-title h1 {
		font-size: 2.37em;
		line-height: 2;
	}

	.hero-content-box {
		padding: 3.75em 8.25em 4em;
	}

	.box-content .text ul {
		column-count: 2;
	}

	.white-box .shadow-box {
		padding: 9.5em 1em 6em;
	}

	.numbered-points-grid {
		gap: 3.5em;
	}

	.explaining-program .box {
		padding: 4em 1em 12.5em;
	}

	.explaining-program .box ul {
		column-count: 2;
	}

	.tab-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.tab-container .each-tab {
		flex: 1;
	}

	.tab-box:not(.negative-top) {
		margin: 5.8em 1.2em;
	}

	.white-box .shadow-box.reduced_padding {
		padding: 4em 1em;
	}

	.coaches-slider-container .slick-slide {
		margin: 0 1.625em;
	}

  #ryv-popup-wrapper div.wpcf7 {
    max-width: 60%;
  }
  
	.mobileOnly {
	    display: none;
	}

	.slick-initialized .imageContainer img {
	    max-height: 122px;
	    max-width: 163px;
	    object-fit: contain;
	}

	.slick-initialized .imageContainer.slick-slide {
		border-right: 1px solid #dfe1df;
	}

	.clientsSlider {
	    margin-bottom: 50px;
	}

	button#goLeftClients, button#goRightClients {
		display: inline-block;
	}

	.rightClients {
	    flex: 0 0 52%;
	    max-width: 52%;
			margin-top: 0;
			margin-left: 0;
			margin-right: 0;
	}

	.leftClients {
		flex: 0 0 40%;
		margin-right: 8%;
	}

	.flex.flexClients {
	    flex-direction: row;
	}

	section.homeClients .wrap {
	    padding-right: 0;
	}

	section.homeClients {
		padding: 0 0 95px;
		margin-top: 0;
	}

	.flexEnd {
	    flex: 0 0 42.335%;
	}

	section.service2 .wrap {
	    padding-right: 0;
			padding-left: 100px;
	}

	section.service2 .serviceBox::after {
	    content: "";
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    background: rgb(255,255,255);
	    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,44,62,1) 70%, rgba(0,44,62,1) 100%);
	    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,44,62,1) 70%, rgba(0,44,62,1) 100%);
	    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,44,62,1) 70%, rgba(0,44,62,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#002c3e",GradientType=1);
	}

	section.service2 .wrap .serviceBox {
	    padding-right: 100px;
			padding-left: 0;
	}

	img.logoBackground {
	    display: block;
	}

	.service1 .serviceBlock:last-of-type {
	    padding-bottom: 80px;
	}

	.serviceBlock:nth-child(even) .rightIn {
		margin-bottom: 0;
	}

	.serviceInnerFlex.flex {
		flex-direction: row;
	}

	.serviceBlock:nth-child(odd) {
	    margin-bottom: 0;
	}

	.serviceBlock:nth-child(odd) .leftIn {
		width: 39%;
		top: 70px;
		right: 0;
		transform: none;
	}

	.serviceBlock:nth-child(odd) .wrap {
		padding-right: 100px;
	}

	.serviceBlock:nth-child(odd) .serviceInnerFlex.flex .rightIn {
		padding: 50px 100px;
		position: relative;
		flex: 0 0 73%;
	}

	.values h3, .homeHero h1, .homeHero h2 {
		line-height: 60px;
	}

	.contentAbove .flexValues {
		padding: 60px 90px;
	}

	.contentAbove .wrap {
		padding-left: 100px;
	}

	.backgroundImagesSlick img {
	    height: 100vh;
	    min-height: 600px;
	    width: 100%;
	    object-fit: cover;
	}

	section.homeHero {
	    position: relative;
	    height: 100vh;
	    min-height: 600px;
	}

	.wp-block-spacer {
	    height: 80px !important;
	}

	.wrap + .wp-block-spacer {
	    height: 50px !important;
	}

	section.single-service {
	    margin-bottom: 80px;
	}

	.imageMember {
	    flex: 0 0 27.465%;
			margin-right: 50px;
			margin-bottom: 0;
			width: auto;
	}

	.eachMember.flex {
	    flex-direction: row;
	}

	.eachApproach:last-of-type::before,
	.eachApproach:first-of-type::after {
		content: none;
	}

	.eachApproach:first-of-type {
		padding-right: 9.417%;
	}

	.eachApproach:last-of-type {
		padding-top: 80px;
		padding-left: 9.417%;
	}

	.eachApproach {
	    flex: 0 0 50%;
	    padding: 80px 0 50px;
	    position: relative;
	}

	.differencesTitle h2 {
		padding: 15px 85px 18px;
	}

	section.values {
			margin-bottom: 70px;
	}

	.flex.flexAbout, .flex.flexDifferences {
		flex-direction: row;
	}

	.aboutContent {
		flex: 0 0 63%;
		max-width: 600px;
	}

	.aboutImage figure {
	    z-index: 3;
	    height: calc(100% + 100px);
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    object-fit: cover;
	    transform: translateX(50px);
	}

	.aboutImage img {
			z-index: 3;
			height: 100%;
			width: 100%;
			object-fit: cover;
	}

	.values .backgroundValues {
	    padding: 75px 0;
	}

	.values .backgroundValues::after {
	    content: none;
	}

	section.values .wrap .backgroundValues {
	    padding-left: 50px;
	}

	.leftValues::after {
	    content: "";
	    position: absolute;
	    top: 50%;
	    width: 2px;
	    background: #78962c;
	    right: 0;
	    height: 90%;
	    transform: translateY(-50%);
	}

	.leftValues {
		flex: 0 0 calc(32.9% + 80px);
		width: calc(32.9% + 80px);
		position: relative;
	}

	.rightValues {
	    display: block;
	}

	section#hero {
		margin-bottom: 50px;
	}

	.half {
	    flex: 0 0 49%;
	    margin-bottom: 20px;
	}

	.flex.flexContact {
	    justify-content: space-between;
			flex-direction: row;
	}

	.flexRightContact {
	    max-width: 688px;
			flex: 0 0 58%;
	}

	.flexLeftContact {
	    flex: 1;
	    margin-right: 30px;
	}

	section#hero > figure {
		height: 300px;
	}

	section#hero > h1 {
		font-size: 40px;
		padding: 12px 36px 19px 100px;
	}

	section.team div.eachTeamBlock {
	    padding: 80px 0;
	}

	section.clients {
	    padding: 80px 0;
	}

	.site-footer {
		padding: 78px 0 12px;
	}

	.backgroundService .titleService h2,
	h2,
	.eachServ h2,
	.rightIn h2,
	section.homeClients h2,
	.footerTopLeft h2 {
		font-size: 35px;
	}

	.footerTopRight {
	    flex: 0 0 auto;
	    width: auto;
	}

	.footerTopRight a {
		width: auto;
		margin-right: 10px;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.footerTopLeft {
		max-width: 600px;
		margin-right: 30px;
		flex: 0 0 64%;
		margin-bottom: 0;
	}

	.footerTop.flex {
		margin-bottom: 74px;
		flex-direction: row;
	}

	.entry-content .contentInside ul li {
		flex: 0 0 50%;
	}

	.genesis-nav-menu a, .wpml-ls-legacy-list-horizontal a {
		font-size: 16px;
	}

	a.custom-logo-link {
	    display: block;
	}

	a.custom-logo-link.mobileLogo-link {
	    display: none;
	}

	header.site-header .wrap {
		flex-direction: column;
		height: 100%;
		align-items: stretch;
	}

	.flex.webContainer {
	    flex-direction: row;
	}

	.leftHead {
	    flex: 0 0 300px;
			min-height: 100vh;
	}

	.flex {
		flex-wrap: nowrap;
	}

	.title-area {
	    margin-bottom: 60px;
	}

	.genesis-nav-menu li a::after {
		padding-right: 76px;
	}

	.genesis-nav-menu .menu-item-has-children a {
		position: relative;
	}

	.genesis-nav-menu .menu-item-has-children > a::after {
		content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: calc(50% + 2px);
		right: 0;
    transform: translateY(-50%);
    line-height: 1;
	}

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-fixed;
		position: fixed;
		top: 0;
		z-index: 9999;
		min-height: 100vh;
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
		padding: 60px 36px 60px 76px;
		max-height: 100vh;
    /* //overflow: auto; */
		width: auto;
	}

	.admin-bar .site-header, .admin-bar .landing-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
		min-width: 100%;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #78962c;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: auto;
	}

	.genesis-nav-menu .sub-menu {
		border: none;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		border-top: 0;
		padding-bottom: 17.5px;
		padding-top: 17.5px;
		white-space: nowrap;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: none;
		width: auto;
		width: calc(100% + 36px);
		position: relative !important;
		top: auto !important;
		padding: 0 !important;
		z-index: auto !important;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 0;
		padding-right: 0;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		padding-left: 38px;
		padding-right: 38px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.wrap {
		padding: 0 100px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

section.single-service .backgroundService {
    padding-right: 50px;
    width: calc(100% + 50px);
}

@media (min-width: 1100px) {
	.why-block .each-box {
		padding: 0;
	}

	.tab-box.negative-top {
		margin: -20em 0 6em;
	}

	.tab-box:not(.negative-top) {
		margin: 5.8em 0;
	}

	.slide-arrows.desktopOnly {
		left: calc(100% + 1em);
		right: unset;
	}

	.testimonials-slider {
		margin: 4em 0 0;
	}
}

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

	.landing-header, 
	.landing-hero, 
	section.skills, 
	.video-block, 
	.why-block,
	.white-box,
	.explaining-program,
	.tab-box-section,
	.coaches-slider,
	section.testimonials,
	.faq,
	.resreve-plan,
	.explaining-registration,
	.webinar-registration-section {
		font-size: 20px;
	}

	section#hero > figure {
		height: 342px;
	}

	.contentAbove .innerWrap {
		padding-left: 100px;
	}

	.contactEach h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.imageMember {
		margin-right: 8.874%;
	}

	.innerContentMemberTop h2 {
		font-size: 45px;
	}

	.socialButtons {
		margin-left: 40px;
	}

	.eachApproach h3 {
		margin-bottom: 50px;
		font-size: 30px;
	}

	section.values h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	section.values .wrap {
	    padding-left: 100px;
	}

	section.values .wrap .backgroundValues {
	    padding-left: 0;
	}

	.aboutImage figure {
		height: calc(100% + 125px);
		transform: translateX(100px);
	}

	.aboutImage img {
		height: 100%;
	}

	.eachLines h2 span.icon {
		font-size: 24px;
	}

	.eachLines h2 {
		font-size: 30px;
	}

	section.single-service .backgroundService {
	    padding-right: 0;
	    width: calc(100%);
	}

	.footerTopRight a {
		margin-right: 72px;
		min-width: 191px;
	}

	.eachServ {
	    margin-bottom: 78px;
	}

	.flexEnd {
		padding: 78px 0 0;
	}

	.eachServ h2,
	section.homeClients h2,
	.rightIn h2,
	.footerTopLeft h2,
	section#hero > h1,
	.backgroundService .titleService h2 {
		font-size: 60px;
	}

	.rightIn {
		padding-right: 5%;
	}

	.serviceBlock:nth-child(even) .rightIn {
	    margin-top: 70px;
	}

	.serviceBlock:nth-child(odd) .serviceInnerFlex.flex .rightIn .rightInInside {
	    max-width: 520px;
	}

	.serviceBlock:nth-child(odd) .serviceInnerFlex.flex .rightIn {
		padding: 80px 100px;
	}

	h2 {
		font-size: 45px;
		line-height: 50px;
	}

	.values h3, .homeHero h1, .homeHero h2 {
		font-size: 60px;
		line-height: 80px;
	}

	.innerWrap {
	    padding: 0 110px;
	}

	body {
		font-size: 20px;
		line-height: 1.5;
	}

	.widget-area.header-widget-area hr {
	    margin: 50px 0;
	}

	.title-area {
	    margin-bottom: 115px;
	}

	.genesis-nav-menu a, .wpml-ls-legacy-list-horizontal a {
    font-size: 20px;
    line-height: 50px;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
