/*!
Theme Name: test
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: test
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

test is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* DKLV Styles */
:root {
	--bgColor: #e3e9e3;
	/* --bgColor: #E6EBE9; */
	--dklvGreen: #659583;
	--dklvGreenTrans: #65958375;
	--dklvGreenHalf: #cce0d9;
	--black: #000000;
	--white: #FFFFFF;
	--darkGreen: #041809;
	--darkGreenTrans: #04180950;
	--transparant: #ffffff00;
	--gray: #ABABAB;
	--darkGray: #2D2D2D;
	--lightGray: #D0D6D4;
}
.post, .page {
    margin: 0em;
}
body {
    margin: 0;
	font-family: "Anek Tamil", sans-serif;
	font-weight: 300;
	color: var(--black);
    background-color: var(--white);
}
p {
	font-size: 16px;
}
li {
	font-size: 16px;
}
a {
    text-decoration: none;
}
.dklvGreen {
    background-color: var(--dklvGreen);
}
.black {
    background-color: var(--black);
}
.white {
    background-color: var(--white);
}
.gray {
    background-color: var(--gray);
}
.darkGray {
    background-color: var(--darkGray);
}
.whiteT {
    color: var(--white);
}
.blackT {
    color: var(--black);
}
.dklvGreenT {
    color: var(--dklvGreen);
}
.darkGrayT {
    color: var(--darkGray);
}
.txtB {
	font-weight: 500!important;
}
.pBig {
	font-size: 15px;
	line-height: 25px;
}
.shadow {
    box-shadow: 0px 10px 50px 12px #00000015;
}
.img_cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.img_contain {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.img_stretch {
    height: 100%;
    width: 100%;
}
.button {
	padding: 11px 23px;
	cursor: pointer;
}
.button:hover {
	color: #ffffff;
	background-color: var(--red);
}
.m0 {
	margin: 0px;
}
.maxbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: calc(100% - 20px);
	height: 100%;
	margin: 0px 10px;
	max-width: 1200px;
	padding: 0px 30px;
	background-color: var(--bgColor);
}
.maxbox_full {
	max-width: 1200px;
	padding: 0px!important;
}
.maxbox_alt {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: calc(100% - 20px);
	height: 100%;
	margin: 0px 10px;
	max-width: 1200px;
	padding: 0px 30px;
	background-color: var(--bgColor);
}
.maxbox_alt figure {
	margin: 0;
}
.user_none {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* Animations */
@keyframes fadeInScale {
	0% {
	  opacity: 0;
	  transform: scale(0.5);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
}
.fadeInScale {
	animation: fadeInScale 1s ease forwards;
}
@keyframes startAnimation {
	0% {
		opacity: 0;
		transform: scale(0.85);
		margin-left: 50px;
	}
	45% {
		opacity: 0;
		transform: scale(0.85);
		margin-left: 50px;
	}
	100% {
		opacity: 1;
		transform: scale(1);
		margin-left: 0px;
	}
}
.startAnimation {
	animation: startAnimation 1s ease-out forwards;
}
@keyframes startAnimationVideo {
		
	0% {
		opacity: 0;
		transform: scale(0.35) rotate(5deg);
	}
	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg)
	}
}
@media (min-width: 600px) {
	@keyframes startAnimationVideo {
		
		0% {
			width: 0%;
			transform: scale(0.8) rotate(3deg);
		}
		100% {
			width: 70%;
			transform: scale(1) rotate(0deg)
		}
	}
}
.startAnimationVideo {
	animation: startAnimationVideo 500ms linear forwards;
	position: relative;
}
@keyframes scaleUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.scaleUp {
	animation: scaleUp 1s ease;
}
.line {
	border-bottom: 1px solid var(--gray);
}
/* DKLV Custom */
.dklv_page {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#homepage figure {
	margin: 0px;
}
.page_title {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
	margin-top: 25px;
	border-bottom: 1px solid var(--gray);
}
.page_title h1 {
	font-size: 9vw;
	line-height: 10vw;
	font-weight: 500;
	margin: 0px;
}
.page_title h2 {
	font-size: 9vw;
	line-height: 10vw;
	font-weight: 500;
	margin: 0px;
}
.page_title_h2 {
	font-size: 10vw;
	line-height: 11vw;
	font-weight: 500;
	margin: 0px;
}
.page_underline {
	display: inline-block;
	position: relative;
	top: -0.14em;
	left: 0px;
}
.page_title_adress {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
	justify-content: space-between;
	opacity: 1;
	right: 0px;
	transition: all ease 1000ms;
}
.page_title_adress.hidden {
	opacity: 0;
	right: 25px;
}
.page_title_sublink {
	display: flex;
	align-items: flex-end;
	cursor: pointer;
    justify-content: flex-end;
}
.page_title_sublink p {
	margin: 0px 10px;
}
.page_title_sublink p:hover {
	color: var(--dklvGreen);
}
.page_title_sublink img {
	height: 18px;
	width: 18px;
	margin: 3px;
}
.home_video_container {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin: 50px 0px;
	gap: 25px;
}
.home_video_info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.home_video_info img {
	width: 83px;
	height: 45px;
}
.home_video_info p {
    line-height: 35px;
}
.home_video {
	width: 100%;
	height: 40vh;
	border-radius: 10px;
	overflow: hidden;
}
.home_video div {
	height: 100%;
}
.home_video figure {
	height: 100%;
}
.home_video video {
	height: 100%;
	object-fit: cover;
}
.home_video_no {
	position: relative;
}
.home_video_no p {
	font-size: 50px;
    line-height: 55px;
	font-weight: 600;
	margin: 0px;
}
.home_video_plus p {
	top: -20px;
	position: absolute;
}
.home_video_pro p {
	margin: -15px 0px 0px 0px;
}
.learn_container {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	align-items: center;
	margin: 25px 50px;
}
.learn_info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 1s all ease;
	opacity: 1;
	margin: 20px 0px;
}
.learn_info.hidden {
	opacity: 0;
}
.learn_info p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	max-width: 100%;
	letter-spacing: 0.7px;
}
.learn_image {
	width: 100%;
	height: 40vh;
	margin-left: 0px;
	border-radius: 10px;
	overflow: hidden;
	transition: 1s all ease;
	opacity: 1;
	margin-right: 0px;
}
.learn_image div {
	width: 100%;
	height: 100%;
}
.learn_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.learn_image.hidden {
	width: 0%;
	opacity: 0;
	margin-right: -75px;
}
.learn_button p {
	max-width: 100%;
	margin: 0px;
}
.learn_button {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	cursor: pointer;
	border-bottom: 1px solid var(--black);
}
.learn_button p {
	max-width: 100%!important;
}
.learn_button:hover {
	color: var(--dklvGreen)!important;
	border-bottom: 1px solid var(--dklvGreen)!important;
}
.learn_button:visited {
	color: var(--darkGray);
	border-bottom: 1px solid var(--black);
}
.learn_button {
	color: var(--darkGray)!important;
}
.learn_button:hover {
	color: var(--dklvGreen)!important;
}
.learn_button:visited {
	color: var(--darkGray);
}
.learn_button img {
	width: 18px;
	height: 18px;
	margin-bottom: 10px;
}
.cases_container {
	width: 100%;
}
.cases_heading {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid var(--gray);
	color: var(--dklvGreen);
}
.cases_heading h2 {
	font-size: 45px;
	font-weight: 400;
	margin: 0px;
}
.cases_heading p {
	margin: 0px;
	border: 1px solid var(--dklvGreen);
	padding: 10px 18px;
	margin: 0px;
	border-radius: 35px;
	cursor: pointer;
}
.cases_heading p:hover {
	border: 1px solid var(--darkGreen);
	color: var(--darkGreen);
}
.cases_heading a {
	color: var(--dklvGreen);
}
.cases_heading a:visited {
	color: var(--dklvGreen);
}
.casesId {
	width: 100%;
	display: flex;
	margin: 25px 0px;
	gap: 50px;
	overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
	user-select: none;
}
#casesId img,
#casesId2 img,
#casesId3 img,
#casesId4 img {
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}
.cases_item::-webkit-scrollbar {
    display: none;
}
.cases_item figure {
	height: 37vh;
	width: 33vh;
	overflow: hidden;
	border-radius: 35px;
}
.cases_item div {
	width: 100%;
}
.cases_item img {
	height: 100%!important;
	width: 100%;
	object-fit: cover;	
}
.cases_item {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}
.cases_item h3 {
	margin: 20px 0px 0px 0px;
}
.cases_item p {
	margin: 0px;
}
.cases_post_slider ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    display: flex;
	justify-content: flex-end;
	gap: 7px;
}
.cases_post_slider li {
	display: flex;
	flex-direction: column;
	width: 125px;
	overflow: hidden;
}
.cases_post_slider img {
	height: 175px;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;	
	transform: scale(1);
	transition: transform 300ms ease;
}
.cases_post_slider img:hover {
	transform: scale(0.95);
}
.cases_post_slider h3 {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: var(--darkGray)!important;
	margin: 5px 0px 0px 5px;
}
.cases_post_slider h3:hover {
	color: var(--dklvGreen)!important;
}
.cases_post_slider span {
	font-size: 12px;
	margin: 2px 0px 0px 5px;
}
.services_container {
	width: 100%;
}
.services_row {
	display: flex;
	flex-direction: column;
	margin: 0px;
}
.services_img {
	position: relative;
	height: calc(100vw - 20px);;
	width: calc(100vw - 20px);
	max-width: 630px;
	max-height: 630px;
	overflow: hidden;
	margin: 0px -30px;
}
.services_img figure {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.services_img img {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	object-fit: cover;
	margin: 1px;
}
.services_col_list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 35px 0px;
}
.services_col_item {
	display: flex;
	justify-content: flex-start;
	color: var(--darkGray);
}
.services_col_list a {
	color: var(--darkGray);
}
.services_col_list a:visited {
	color: var(--darkGray);
}
.services_col_item div {
	display: flex;
}
.services_col_item h2 {
	font-size: 8vw;
	font-weight: 300;
	margin: 10px;
	cursor: pointer;
}
.services_col_item p {
	font-size: 4vw;
	margin-right: 10px;
}
.services_blend {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: lighten;
	pointer-events: none;
	overflow: hidden;
}
#partnersId {
	width: 100%;
	display: flex;
	overflow-x: scroll;
	gap: 7px;
	margin-bottom: 25px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
	user-select: none;
}
#partnersId img {
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
.cases_item::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.partners_item {
	background-color: var(--lightGray);
	height: 65px;
	min-width: 110px;
	overflow: hidden;
    padding: 15px 10px;
	border-radius: 5px;
	margin-top: 25px!important;
	margin-bottom: 25px!important;
}
.partners_item img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
/* Contact page */
.contact_row {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.contact_col_loc {
	width: 100%;
}
.contact_col_vline {
	border-left: 0px solid var(--gray);
}
.contact_col_form {
	width: 100%;
}
.contact_form_row {
	display: flex;
	width: 100%;
	gap: 50px;
}
.contact_form_col {
	position: relative;
	width: calc(50% - 25px);
}
.contact_form_col input {
	width: 100%;
	border: 0px;
	background-color: var(--transparant);
	border-bottom: 1px solid var(--black);
	border-radius: 0px;
}
.contact_form_row p {
	color: var(--dklvGreen);
	width: 100%;
	font-weight: 500;
}
.contact_form_row textarea {
	width: 100%;
	border: 1px solid var(--black);
	background-color: var(--transparant);
	border-radius: 5px;
}
/* Team page */
.team_intro_row {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 25px 0px;
}
.team_intro_col1 {
	width: 100%;
}
.team_intro_col1 p {
	font-size: 20px;
	font-weight: 400;
	width: 60%;
	min-width: 300px;
}
.team_intro_col2 {
	width: 100%;
}
.team_member {
	border-bottom: 1px solid var(--gray);
	padding: 25px 0px 30px 0px;
}
.team_apply_container {
	margin: 125px 0px;
}
.team_apply_intro h2 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 500;
	margin: 0px;
	width: 75%;
	min-width: 300px;
}
.team_apply_intro p {
	width: 70%;
	min-width: 300px;
}
.team_apply > div {
    display: flex;
	border-bottom: 1px solid var(--gray);
    justify-content: space-between;
    align-items: center;
}
.team_apply ul {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    display: flex;
	justify-content: flex-end;
}
.team_apply li {
	margin: 10px;
}
.team_apply h2 {
	font-weight: 300;
	margin: 0px;
}
.team_apply a {
	background-color: var(--transparant);
	color: var(--darkGray);
}
.team_textgrid {
	bottom: 0px;
	position: fixed;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	mix-blend-mode: hard-light;
    pointer-events: none;
	max-width: 1200px;
}
.team_textgrid div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 50%;
	height: 33.33%;
	color: var(--white);
	background-color: var(--dklvGreenTrans);
	overflow: hidden;
	transition: opacity 500ms ease;
	opacity: 0;
}
.team_team h2 {
	font-size: 25px;
	font-weight: 400;
	line-height: 25px;
	margin: 20px 20px 5px 20px;
}
.team_team ul {
    list-style-type: none;
    padding: 0;
    margin: -10px 0px 0px 0px;
    display: flex;
	margin: 5px 5px;
}
.team_team li {
	font-size: 11px;
	font-weight: 400;
	padding: 3px 11px 2px 11px;
	border-radius: 5px;
	background-color: var(--dklvGreenTrans);
	margin: 0px 5px 5px 5px;
}
.team_videogrid {
	bottom: 0px;
	position: fixed;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: 0px;
	max-width: 1200px;
}
.team_videogrid_bg {
	height: 200vh;
}
.team_videogrid div {
	width: 50%;
	height: 33.33%;
}
.team_videogrid figure {
	margin: 0px;
	height: 100%;
}
.team_videogrid video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fixedbox {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
}
/* Cases page */
.cases_title {
	width: 100%;
    margin-top: 25px;
    padding-bottom: 25px;
}
.cases_title h1 {
	font-size: 9.5vw;
	line-height: 10vw;
	font-weight: 500;
	margin: 0px;
}
.cases_title h2 {
	font-size: 37px;
	font-weight: 300;
	margin: 0px;
}
.cases_title p {
	width: 100%;
	min-width: 0px;
}
.cases_subtitle {
	width: 100%;
	margin: 0px;
}
.cases_subtitle h2 {
	font-size: 10vw;
	font-weight: 500;
	width: 100%;
	color: var(--dklvGreen);
	margin: 0px;
}
#page_blogpost {
	margin-bottom: 50px;
}
.blogpost_about {
	font-size: 50px; 
	font-weight: 400;
	color: var(--dklvGreen);
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	margin: 25px 0px 15px 0px;
}
.blogpost_mainimg {
	width: 100%;
	height: 100%;
}
.blogpost_mainimg div {
	width: 100%;
	height: 100%;
}
.blogpost_mainimg img {
	width: 100%;
	max-height: 50vh;
	object-fit: cover;
	overflow: hidden;
	border-radius: 5px;
}
.blogpage_nav {
	background-color: var(--dklvGreenHalf);
	color: var(--darkGray);
}
.blogpage_nav:hover {
	background-color: var(--dklvGreen);
	color: var(--white);
}
.blogpage_nav_l {
	border-radius: 0px 5px 0px 0px;
	padding: 20px 25px 20px 50px;
}
.blogpage_nav_r {
	border-radius: 5px 0px 0px 0px;
	padding: 20px 50px 20px 25px;
}
.wpcf7-submit {
	color: var(--dklvGreen)!important;
	border: solid 2px var(--dklvGreen)!important;
	border-radius: 25px!important;
	font-weight: 500!important;
	background-color: var(--transparant)!important;
	padding: 15px 20px!important;
}
.wpcf7-submit:hover {
	color: var(--white)!important;
	background-color: var(--dklvGreen)!important;
}
#page_cases h1 {
	font-size: 75px;
	line-height: 90px;
}
#page_support h1 {
	font-size: 75px;
	line-height: 90px;
}
.support_content {
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 40px 0px;
}
.support_content figure {
	position: absolute;
	height: 100%;
	width: 59%;
	align-self: self-end;
	border-radius: 7px;
	overflow: hidden;
}
.support_content img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: relative;
}
.support_button_box {
	position: relative;
	align-self: self-start;
	left: calc(33% - 270px);
	margin: 65px 0px;
}
.support_button {
	padding: 30px 45px;
	margin: 55px 0px;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	transition: transform 500ms ease;
	transform: scale(1);
}
.support_button:hover {
	transform: scale(1.05);
}
.support_button_main {
	display: flex;
}
.support_button_main_icon {
	height: 15px;
	width: 15px;
	margin: 10px 10px 10px 0px;
}
.support_button_main h2 {
	font-weight: 500;
	margin: 0px;
}
.support_button p {
	margin: 0px;
}
.support_txt {
	width: 100%;
}
.featured_content {
	width: 100%;
}
.featured_cat {
	width: 1200px;
	margin: 0px -50px;
}
.featured_intro {
	max-width: 500px;
	margin-bottom: 40px;
}
.featured_banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 380px;
	overflow: hidden;
	background-color: #041809;
}
.featured_banner img {
	width: 1200px;
	object-fit: cover;
}
.featured_main_banner {
	top: 0px;
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65vh;
	overflow: hidden;
}
.featured_main_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.featured_main_banner figure {
	margin: 0px;
}
#featuredImage {
	opacity: 1;
	transition: all 2s ease-in;
	animation: scaleUp 5s ease-in;
}
#featuredImage.hidden {
	opacity: 0;
}
.featured_main_banner .wp-block-video {
	display: flex!important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.featured_main_banner span {
	display: flex!important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.featured_main_banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured_full_page {
    margin: 10px 0px;
}
.featured_full_title {
	display: flex;
	justify-content: center;
	margin-top: calc(65vh - 141px);
	position: relative;
	color: var(--bgColor);
	width: 100%;
	border-bottom: none!important;
}
.featured_full_title h1 {
	width: 100%;
	max-width: 1200px;
	font-weight: 300;
	width: calc(100% - 80px);
	margin: 15px 40px;
}
.featured_title {
	display: flex;
	flex-direction: column;
	width: calc(100% - 100px);
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid var(--gray);
	border-bottom: 1px solid var(--gray);
	margin: 50px 50px 0px 50px;
}
.featured_content h2 {
	font-size: 8vw;
	line-height: 9vw;
	font-weight: 500;
	margin: 0px;
}
.featured_content h3 {
	font-size: 7vw;
	line-height: 8vw;
	font-weight: 500;
	margin: 0px;
	color: var(--dklvGreen);
}
.featured_full_content {
	margin: 10px 0px;
}
.featured_full_content ul {
	margin: 0;
}
.featured_full_content h2 {
	font-size: 8vw;
	line-height: 9vw;
	font-weight: 500;
}
.featured_full_content h3 {
	font-size: 7vw;
	line-height: 8vw;
	font-weight: 500;
	margin: 0px;
	color: var(--dklvGreen);
}
.featured_full_content h4 {
	font-size: 30px;
	line-height: 47px;
	font-weight: 300;
	font-style: italic;
	margin: 50px 20px;
	color: var(--dklvGreen);
}
.featured_content ul {
	margin: 0px;
}
.featured_images figure {
	margin: 0px;
}
.featured_flexbox {
	position: relative;
	height: 100%;
	display: flex;
	padding: 50px 50px 0px 0px;
	gap: 70px;
}
.featured_benefits {
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.hidden {
  opacity:0;
}
.console-container {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.p0Wp {
	gap: 50px!important;
}
.p0Wp div {
	padding: 0px!important;
}
.p0Wp img {
	border-radius: 5px;
}
#bannerCC {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#bannerCC figure {
	height: 650px;
	width: 100%;
}
#bannerCC figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#bannerCC div {
	width: auto;
}
#bannerCC img {
	width: 100%;
}
#bannerCCText {
	position: absolute;
	color: var(--bgColor);
	left: 45px;
	right: 45px;
	max-width: 500px;
	text-shadow: 2px 2px 25px #00000080;
}
.wp-block-button__link {
    color: var(--lightGray);
    background-color: var(--dklvGreen);
}
.wp-block-button__link:visited {
    color: var(--lightGray);
}
.wp-block-button__link:hover {
    color: var(--white);
}
.post-navigation {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0px!important;
}
.nav-links {
	width: 100%;
	max-width: 1200px;
	padding: 20px 0px;
	background-color: var(--bgColor);
}
#idCC .wp-block-media-text {
	padding: 4px 0px;
}
#idCC .wp-block-media-text ul {
	padding-left: 20px;
}
#idCC .wp-block-media-text__content {
	margin: 25px 0px;
}
#idCC .wp-block-media-text ul li::marker {
	color: var(--dklvGreen);
}
#idCC .wp-block-media-text ul li {
	margin: 7px 0px;
}
#idCC .wp-block-media-text figure {
	height: 100%;
}
#idCC .wp-block-media-text figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.servicespage_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.servicespage_block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 50px);
  	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 25px;
	border-radius: 7px;
	overflow: hidden;
	color: var(--bgColor);
	transition: all 500ms ease;
}
.servicespage_block:hover {
	color: var(--white);
	transform: scale(1.05);

}
.servicespage_block:visited {
	color: var(--bgColor);
}
.servicespage_block h2 {
	top: 0px;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 28px!important;
	line-height: 34x!important;
	padding-bottom: 15px;
	font-weight: 300;
}
.servicespage_block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#casespage_allcases ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	column-gap: 10px;
  	row-gap: 0;
	margin: 0px;
	padding: 25px 0px 0px 0px;
  	list-style: none;
	padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}
#casespage_allcases li {
	width: calc(33.33% - 7px);
	height: 28vh;
	max-height: 250px;
}
#casespage_allcases li img {
	width: 100%;
	height: calc(100% - 85px);
	object-fit: cover;
	border-radius: 7px;
	overflow: hidden;
}
#casespage_allcases li h3 {
	margin: 0px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: var(--dklvGreen);
}
#casespage_allcases li h3:hover {
	color: var(--darkGreen);
}
#casespage_allcases li span {
	margin: 0px;
	font-size: 12px;
	line-height: 13px;
}
@media (min-width: 600px) {
	#bannerCC div {
		width: 100%;
	}
	#bannerCC figure {
		height: 550px;
	}
	#bannerCCText {
		left: 75px;
	}
	.console-container {
		max-width: 75%;
	}
	.featured_title {
		flex-direction: row;
	}
	.featured_content h2 {
		font-size: 69px;
		line-height: 75px;
	}
	.featured_content h3 {
		font-size: 30px;
		line-height: 38px;
		margin: 20px 0px;
	}
	.featured_full_content {
		margin: 35px 0px;
	}
	.featured_full_content h2 {
		font-size: 38px;
		line-height: 45px;
		padding: 20px 0px;
	}
	.featured_full_content h3 {
		font-size: 24px;
		line-height: 29px;
		margin: 20px 0px;
	}
	.page_title {
		flex-direction: row;
		padding-bottom: 25px;
	}
	.page_title h1 {
		font-size: 75px;
		line-height: 90px;
	}
	.page_title h1 {
		font-size: 75px;
		line-height: 90px;
	}
	.page_title h2 {
		font-size: 75px;
		line-height: 90px;
	}
	.page_title_h2 {
		font-size: 75px;
		line-height: 90px;
	}
	.page_title_h2 {
		font-size: 75px;
		line-height: 90px;
	}
	.page_title_adress {
		flex-direction: column;
	}
	.home_video_container {
		flex-direction: row;
		gap: 0px;
	}
	.home_video_info {
		width: calc(30% - 20px);
	}
	.home_video {
		width: 60%;
		max-height: 440px;
	}
	.home_video_info img {
		width: 125px;
		height: 70px;
	}
	.home_video_info p {
		max-width: 75%;
		min-width: 150px;
	}
	.learn_container {
		flex-direction: row;
		width: 100%;
		height: 440px;
		margin: 75px 50px;
	}
	.learn_image {
		width: 50%;
		height: 100%;
		min-width: 250px;
		margin-left: 75px;
	}
	.learn_info {
		margin: 0px;
		width: 100%;
		min-width: 200px;
	}
	.learn_info p {
		font-size: 16px;
		line-height: 35px;
		max-width: 100%;
	}
	.learn_button img {
		width: 29px;
		height: 29px;
	}
	.services_col_list {
		margin: 0px;
	}
	.cases_post_slider ul {
		gap: 35px;
	}
	.cases_post_slider li {
		width: 24vw;
		max-width: 300px;
	}
	.cases_post_slider img {
		height: 29vw;
		max-height: 340px;
		border-radius: 30px;
	}
	.cases_post_slider h3 {
		font-size: 20px;
		line-height: 25px;
		margin: 20px 0px 0px 20px;
	}
	.cases_post_slider span {
		font-size: 15px;
		margin: 0px 0px 0px 20px;
	}
	.casesId {
		margin: 50px 0px;
	}
	#partnersId {
		gap: 20px;
	}
	.partners_item {
		height: 100px;
		min-width: 180px;
		padding: 22px 15px;
	}
	.cases_subtitle {
		margin: 50px 0px;
	}
	.cases_subtitle h2 {
		font-size: 50px;
		margin: 0px 0px -10px 0px;
	}
	.cases_title p {
		width: 45%;
		min-width: 400px;
	}
	.contact_row {
		flex-direction: row;
		margin: 50px 0px;
	}
	.contact_col_loc {
		width: 30%;
	}
	.contact_col_vline {
		border-left: 1px solid var(--gray);
	}
	.contact_col_form {
		width: 50%;
		margin: 0% 10%;
	}
	.contact_col_loc h1 {
		font-size: 24px;
		color: var(--dklvGreen);
		font-weight: 500;
	}
	.contact_col_loc h2 {
		font-size: 24px;
		color: var(--dklvGreen);
		font-weight: 500;
	}
	.contact_col_loc p {
		margin: 0;
		font-weight: 400;
	}
	.services_row {
		flex-direction: row;
		margin: 50px 0px;
	}
	.services_col_item {
		justify-content: flex-end;
	}
	.services_col_item h2 {
		font-size: 30px;
	}
	.services_col_item p {
		font-size: 20px;
	}
	.services_img {
		height: 50vh;
		width: 50vh;
		margin: 50px 0px;
	}
	.team_intro_row {
		flex-direction: row;
	}
	.team_intro_col1 {
		width: 38%;
	}
	.team_intro_col2 {
		width: 62%;
	}
	.team_videogrid div {
		width: 33%;
		height: 50%;
	}
	.team_textgrid div {
		width: 33%;
		height: 50%;
	}
	.team_team h2 {
		font-size: 65px;
		line-height: 55px;
	}
	.team_team li {
		font-size: 15px;
	}
	.featured_full_page {
		margin: 0px;
	}
	.featured_full_title {
		margin-top: calc(65vh - 315px);
	}
	.featured_full_title h1 {
		width: 100%;
		margin: 0px;
	}
	.featured_full_content h2 {
		margin: 0px;
	}
	.servicespage_block {
		width: calc(50% - 50px);
	}
	#casespage_allcases li {
		width: calc(25% - 16px);
		height: 38vw;
		max-height: 300px;
	}
	#casespage_allcases li span {
		font-size: 16px;
		line-height: 17px;
	}
	#casespage_allcases li h3 {
		font-size: 18px;
		line-height: 20px;
	}
	#casespage_allcases ul {
		padding: 0px;
		column-gap: 19px;
	}
}
@media (min-width: 960px) {
	.services_col_item h2 {
		font-size: 48px;
	}
	.services_col_item p {
		font-size: 25px;
	}
	.maxbox {
		width: calc(100% - 60px);
		margin: 0px 30px;
		padding: 0px 50px;
	}
	.maxbox_alt {
		width: calc(100% - 140px);
		margin: 0px 30px;
		padding: 0px 70px;
	}
	.servicespage_block h2 {
		font-size: 42px!important;
		line-height: 48px!important;
		padding-bottom: 25px;
	}
	#casespage_allcases li {
		width: calc(20% - 16px);
		height: 30vw;
		max-height: 350px;
	}
	.learn_image {
		width: 50%;
		height: 100%;
		min-width: 350px;
		margin-left: 100px;
	}
	.home_video {
		width: 70%;
		max-height: 440px;
	}
}
@media (min-width:1200px){
	.learn_info p{
		font-size: 27px;
		line-height: 45px;
		max-width: 75%;
	}
	.learn_container {
		flex-direction: row;
		width: calc(100% - 100px);
		height: 440px;
		margin: 75px 50px;
	}
}